/* 头部 */
html,body{
  max-width:1920px;
  display: block;
  margin: 0 auto;
}
.headTop {
  background: #0f2341;
  color: #fff;
  line-height: 40px;
}
.headTop p {
  font-size: 14px;
}
.headTop a {
  color: #fff;
  margin: 0 10px;
  font-size: 14px;
}
.headTop .search {
  display: none;
}
header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 9;
}

.headerMain {
  width: 100%;
  height: 80px;
  background: #fff;
}
.headerMain .mainBox {
  height: 100%;
  align-items: center;
}
.headerList li {
  margin: 0 14px;
  line-height: 80px;
}
.headerList li:hover .headerPos {
  display: flex;
}
.headerList li .tit {
  font-size: 14px;
  color: #333;
}
.headerList li.active .tit {
  color: #014f9f;
  font-weight: 500;
  position: relative;
}
.headerList li.active .tit::before {
  content: "";
  width: 28px;
  height: 4px;
  background: #014f9f;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.headerMain .posR {
  position: absolute;
  right: -180px;
}

.search {
  position: relative;
  height: 32px;
}
.search input {
  width: 180px;
  height: 100%;
  border: 1px solid #979797;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  display: block;
}
.search button {
  width: 32px;
  height: 100%;
  background: url(../images/ss.png) center center no-repeat;
  background-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
}

.headerPos {
  background: #f8fafe;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  align-items: flex-start;
  padding: 30px 20px;
  display: none;
}

.headerPos .leftImg {
  width: 28.3333333%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerPos .leftImg h5 {
  position: absolute;
  font-size: 28px;
  color: #fff;
}

.classList {
  width: 68%;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.classList::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ececec;
  top: 0;
  left: 44%;
}
.classList .list {
  width: 34.34%;
  margin-right: 20%;
}
.classList .list:last-child {
  margin-right: 0;
}
.classList .list .li {
  position: relative;
  margin-top: 3%;
}
.classList .list .li a {
  display: block;
  line-height: 36px;
  position: relative;
  padding-left: 14%;
}
.classList .list .li a::after {
  content: "";
  position: absolute;
  right: 23px;
  top: 13px;
  width: 6px;
  height: 10px;
  background: url(../images/ri.png) 0 0 no-repeat;
}
.classList .list .li.active a::after {
  background: url(../images/ri1.png) 0 0 no-repeat;
}
.classList .list .li:first-of-type {
  margin-top: 0;
}
.classList .list .li.active a {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(25, 36, 95, 0.1);
}
.classList .list .li.active a::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #014f9f;
  position: absolute;
  left: 0;
  top: 0;
}

.headerWap {
  display: none;
  height: 50px;
  padding: 0 10px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
.headerWap .logo img {
  max-height: 42px;
}
.headerWap .three {
  width: 26px;
}

.nav_wap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9;
  border-top: 1px solid #e5e5e5;
  display: none;
}
.nav_wap .list {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.nav_wap .main {
  background: #fff;
  padding: 0 10px;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.nav_wap .list li {
  width: 25%;
  line-height: 2;
}
.nav_wap .list li.active a {
  color: #014f9f;
}
.nav_wap .inp {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.nav_wap .inp input[type="text"] {
  width: 100%;
  height: 36px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
}

.nav_wap .inp input[type="submit"] {
  position: absolute;
  right: 0;
  top: 20px;
  width: 36px;
  height: 36px;
  background: url(../images/ss.png) center center no-repeat;
  background-size: 11px;
}
@media (max-width: 1580px) {
  .search {
    display: none;
  }
  .headTop .search {
    display: block;
  }
}

@media (max-width: 1200px) {
  header .logo {
    width: 199px;
  }
}

@media (max-width: 1100px) {
  header {
    display: none;
  }
  .headerWap {
    display: flex;
  }
  .headTop {
    padding: 0 10px;
  }
  .headTop a {
    font-size: 12px;
    margin: 0 4px;
  }
  .headTop p {
    font-size: 12px;
  }
  .headTop .wapFlexs {
    justify-content: space-between;
  }
  .headTop .search {
  display: none;
  }
}

/* banner */
.indexBanner{
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.indexBanner .swiper-button-next,
.indexBanner .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-size: 100%;
  margin-top: -30px;
}
.indexBanner .swiper-button-next {
  background-image: url(../images/next.png);
}
.indexBanner .swiper-button-prev {
  background-image: url(../images/prev.png);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.indexBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.indexBanner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .indexBanner .swiper-button-next,
  .indexBanner .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.indexAbout {
  width: 100%;
  background: url(../images/aboubg.png) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}
.indexTitle {
  text-align: center;
}
.indexTitle.color {
  color: #fff;
}
.indexTitle h5 {
  font-size: 20px;
  font-weight: 500;
}
.indexTitle p {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .indexTitle h5 {
    font-size: 16px;
  }
  .indexTitle p {
    font-size: 12px;
  }
}

.indexAbout .mainBox {
  margin-top: 40px;
  overflow: hidden;
}

.indexAbout .text {
  width: 50%;
  color: #fff;
}

.indexAbout .text h5 {
  font-size: 20px;
}
.indexAbout .text p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
  max-height: 238px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  line-clamp: 11;
  -webkit-box-orient: vertical;
}
.indexAbout button {
  margin-top: 20px;
  background: linear-gradient(270deg, #014f9f, #0287cd);
  width: 100px;
  height: 36px;
  font-size: 14px;
}

.indexAbout .img {
  width: 46.7%;
}

@media (max-width: 1100px) {
  .indexAbout .text p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
    max-height: 154px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 768px) {
  .indexAbout {
    padding: 20px 10px;
  }
  .indexAbout .mainBox {
    margin-top: 20px;
    display: block;
  }
  .indexAbout .img {
    width: 100%;
  }
  .indexAbout .img img {
    margin: 0 auto;
  }
  .indexAbout .text {
    width: 100%;
    margin-top: 10px;
  }
  .indexAbout .text h5 {
    font-size: 14px;
  }
  .indexAbout button {
    margin-top: 10px;
  }
}

.indexProd {
  width: 100%;
  background: url(../images/prodBj.png) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}
.indexProd ul {
  flex-wrap: wrap;
  display: flex;
  margin-top: 30px;
  width: 100%;
}

.indexProd li {
  width: 32.3333333%;
  background: #fff;
  text-align: center;
  padding-bottom: 32px;
  margin-left: 1.5%;
}

.indexProd li:first-of-type {
  margin-left: 0;
}
.indexProd li h5 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
}
.indexProd li p {
  font-size: 14px;
  color: #666;
  padding: 0 20px;
}
.indexProd li .img{
  width: 100%;
  overflow: hidden;
}
.indexProd li img {
  width: 100%;
  transition: all 1s;
  overflow: hidden;
}
.indexProd li:hover img{
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .indexAbout {
    padding: 20px 10px;
  }
  .indexAbout .mainBox {
    margin-top: 20px;
    display: block;
  }
  .indexAbout .img {
    width: 100%;
  }
  .indexAbout .img img {
    margin: 0 auto;
  }
  .indexAbout .text {
    width: 100%;
    margin-top: 10px;
  }
  .indexAbout .text h5 {
    font-size: 14px;
  }
  .indexAbout button {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .indexProd {
    padding: 20px 10px;
  }
  .indexProd ul {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .indexProd li {
    width: 49%;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .indexProd li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .indexProd li h5 {
    font-size: 14px;
    margin: 6px 0;
  }
  .indexProd li p {
    font-size: 12px;
  }
}

.indexSolu .title {
  padding-top: 70px;
  padding-bottom: 40px;
}

.indexSoluList {
  height: 560px;
  width: 100%;
  background: url(../images/souBj.png) center center no-repeat;
  background-size: auto 100%;
}
.indexSoluList ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.indexSoluList li {
  width: 25%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
  cursor: pointer;
  perspective: 1000;
  -webkit-perspective: 1000;
  position: relative;
}
.indexSoluList li img {
  margin: 0 auto;
  display: block;
}
.indexSoluList li h5 {
  font-size: 16px;
  margin-top: 26px;
}

.indexSoluList li:hover {
  z-index: 99;
}

.indexSoluList li .before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(100% + 1px);
  top: 0;
  background: #014f9f;
  z-index: 9;
  padding: 20% 10%;
  transition: all 0.5s;
  opacity: 0;
  transform-origin: left bottom;
  transform: rotateY(-180deg);
}

.indexSoluList li:last-of-type .before {
  left: calc(-100% + 1px);
  transform-origin: right bottom;
  transform: rotateY(180deg);
}
.indexSoluList li:hover .before {
  transform: rotateY(0deg);
  opacity: 1;
}
.indexSoluList li .before img {
  max-width: 180px;
  margin: 0;
}
.indexSoluList li .before p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 176px;
}
.indexSoluList li .before button {
  width: 80px;
  height: 32px;
  opacity: 1;
  border: 1px solid #ffffff;
  background: none;
  margin-top: 40px;
}

.indexSoluList li .before::before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #014f9f;
  border-left: 16px solid transparent;
  position: absolute;
  left: -32px;
  top: 50%;
}

.indexSoluList li:last-child .before::before {
  content: "";
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid transparent;
  border-left: 16px solid #014f9f;
  position: absolute;
  left: auto;
  right: -32px;
  top: 50%;
}

@media (max-width: 1100px) {
  .indexSoluList li .before {
    opacity: 0;
    transform: rotateY(0deg);
    left: 0;
    top: 0;
  }
  .indexSoluList li .before::before {
    display: none;
  }
  .indexSoluList li:last-of-type .before {
    left: 0;
    transform: rotateY(0);
  }
}

@media (max-width: 768px) {
  .indexSoluList {
    height: auto;
  }
  .indexSoluList ul {
    flex-wrap: wrap;
  }
  .indexSoluList li {
    width: 50%;
    height: 200px;
  }

  .indexSoluList li .before {
    left: 0;
    top: 0;
    padding: 10px;
  }
  .indexSoluList li .before p {
    margin: 0;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
  }
  .indexSoluList li .before img {
    float: left;
    width: 46%;
    margin-right: 2%;
  }
  .indexSoluList li .before button {
    margin-top: 10px;
    font-size: 12px;
    height: 28px;
    width: 60px;
  }
}

@media (max-width: 640px) {
  .indexSolu .title{
    padding: 20px 0;
  }
  .indexSoluList li {
    width: 100%;
    height: 126px;
  }

  .indexSoluList li .before img {
    width: 162px;
  }

  .indexSoluList li .main img {
    width: 30px;
  }
  .indexSoluList li h5 {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* 首页新闻 */
.indNews {
  width: 100%;
  background: url(../images/newBj.png) center center no-repeat;
  background-size: 100% 100%;
  height: 705px;
  padding-top: 70px;
}
.indNewsMain {
  background: #fff;
  padding: 40px 20px;
}
.indNewsMain ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.indNewsMain li {
  width: 31.333333%;
}

.indNewsMain li:nth-child(1) {
  margin-left: 0;
}

.indNewsMain li em {
  font-size: 14px;
  color: #999999;
  display: block;
  margin: 10px 0;
}
.indNewsMain li h5 {
  font-size: 16px;
  color: #333;
}
.indNewsMain li p {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}

.indNewsMain .more {
  width: 120px;
  height: 44px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #014f9f;
  color: #014f9f;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .indNews {
    padding: 20px 10px;
    height: auto;
  }
  .indNewsMain {
    padding: 10px;
  }
  .indNewsMain li {
    width: 48%;
    margin-top: 2%;
    padding-bottom: 10px;
  }
  .indNewsMain li img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .indNewsMain li em {
    font-size: 12px;
    margin: 4px 0;
  }
  .indNewsMain li h5 {
    font-size: 14px;
  }
  .indNewsMain li p {
    font-size: 12px;
    margin-top: 6px;
  }
  .indNewsMain .more {
    margin-top: 20px;
    width: 100px;
    font-size: 14px;
    height: 40px;
  }
}

/* 首页数字 */
.indexNumber {
  width: 100%;
  background: url(../images/numberBj.png) center center no-repeat;
  background-size: auto 100%;
  height: 245px;
  justify-content: center;
  justify-items: center;
}
.indexNumber .mainBox {
  height: 100%;
}
.indexNumber ul {
  width: 100%;
  flex-wrap: wrap;
}

.indexNumber li {
  text-align: center;
  width: 25%;
  border-right: 1px solid #ffffff;
}
.indexNumber li:last-of-type {
  border: 0;
}
.indexNumber li h5 {
  font-size: 40px;
  color: #014f9f;
}
.indexNumber li p {
  font-size: 18px;
  color: #330300;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .indexNumber {
    height: auto;
    padding: 20px 10px;
  }
  .indexNumber li h5 {
    font-size: 20px;
  }
  .indexNumber li p {
    margin-top: 6px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .indexNumber li {
    width: 50%;
    padding: 20px 0;
  }
}

/* 服务支持 */

.indexSer {
  width: 100%;
  background: url(../images/serBj.png) center center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 46px;
}
.indexSer ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.indexSer li {
  position: relative;
  margin-bottom: 1%;
  overflow: hidden;
}
.indexSer li img {
  width: 100%;
  transform: scale(1);
  overflow: hidden;
  transition: all 1s;
}
.indexSer li:nth-child(1) {
  width: 65.833333%;
}

.indexSer li:nth-child(4) {
  width: 65.833333%;
}

.indexSer li:nth-child(2) {
  width: 33.333333%;
}

.indexSer li:nth-child(3) {
  width: 33.333333%;
}
.indexSer li .pos {
  position: absolute;
  left: 0;
  bottom: -48px;
  width: 100%;
  font-size: 14px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
  transition: all 0.3s;
}
.indexSer li:hover .pos {
  bottom: 0;
}

.indexSer li:hover img {
  transform: scale(1.08);
}

.imgList {
  overflow: hidden;
}

.imgList img {
  float: left;
}

@media (max-width: 640px) {
  .indexSer {
    padding: 20px 10px;
  }
  .indexSer li .pos {
    font-size: 12px;
    line-height: 2;
  }
  .indexSer ul {
    margin-top: 10px;
  }
}

/* 底部 */
footer {
  background: #0f2341;
  padding-top: 36px;
  
}
.footerList{
	display: flex;
	color: #fff;
	justify-content: space-between;
}
.footerList dt{
	font-size: 16px;
	margin-bottom: 20px;
}
.footerList dd{
	margin-bottom: 10px;
}
.footerList dd a{
	font-size: 14px;
	color: #fff;
}

.selectCon select{
	background:#1A3155;
	color: #fff;
	border: 0;
	width: 243px;
	height: 40px;
	padding: 0 20px;
	margin-right: 20px;
}
.selectCon .conta{
	color: #fff;
	margin-top: 20px;
}

.selectCon .conta p{
	margin-top: 10px;
}

.footerInfo{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.footerInfo .li{
	color: #ffffff;
	margin-left: 20px;
	text-align: center;
}
.footerInfo .li p{
	margin-top: 10px;
}

.footerInfo .li img{
	margin: 0 auto;
  max-width: 80px;
}

footer .fot{
	background:#0F2341;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: .5;
	border-top: 1px solid #fff;
	margin-top: 56px;
}


@media (max-width: 1100px) {
  footer{
    padding: 0 10px;
  }
  .footerInfo{
    margin: 0;
    padding-top: 20px;
    display: block;
  }
  .footerList{
    display: none;
  }
  .footerInfo .li{
    margin: 0;
    margin-right: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .selectCon .flexs{
    flex-wrap: wrap;
  }
  .selectCon select{
    width: 100%;
    font-size: 12px;
    padding: 0;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 10px;
  }
  .selectCon .conta{
    margin-top: 10px;
  }
  footer .fot{
    margin-top: 20px;
    font-size: 10px;
  }
  
}




.pageBanner{
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width: 640px) {
  .pageBanner{
    height: 140px;
  }
}

.crumbs{
 padding: 20px 0;
}

.crumbs img{
  margin-right: 6px;
}
.crumbs p{
  font-size: 14px;
  color: #999;
}
.crumbs a{
  font-size: 14px;
  color: #999;
}
@media (max-width: 768px) {
  .crumbs{
    padding: 10px;
  }
}

/* 侧边栏 */
.sidebar{
  width: 20%;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.sidebar dt{
  width: 100%;
  font-size: 18px;
  color: #333333;
  line-height: 76px;
 font-weight: bold;
}
.sidebar dd{
  border-top: 1px solid #e1e1e1;
  line-height: 56px;
 
}
.sidebar dd.active a{
  color: #014F9F;
}
.sidebar dd a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333333;
}




/* 内容 */
.layout{
  margin-bottom: 30px;
}
.contentMain{
  width: 78%;
}
.contentMain .layoutTitle{
  font-size: 24px;
  color: #014F9F;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .layout{
    display: block;
    padding: 0 10px;
  }
  .sidebar{
    width: 100%;
    border: 0;
    text-align: left;
  }
  .sidebar dl{
    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #e1e1e1;
  }
  .sidebar dt{
    display: none;
  }
  .sidebar dd{
    width: auto;
    display: inline-block;
    margin-right: 10px;
    border: 0;
    line-height: 30px;
  }
  .contentMain{
    width: 100%;
  }
  .sidebar dd a{
    font-size: 14px;
    color: #333333;
  }

  .contentMain .layoutTitle{
    font-size: 18px;
    margin: 10px 0;
  }
}


/* 编辑器内容 */

.content{
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}


.deveBanner ul{
  width: 100%;
  position: relative;
  padding: 20px;

}
.deveBanner ul::before{
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
}
.deveBanner li{
  width: 100%;
  padding-right: 53%;
  text-align: right;
  position: relative;
  margin-bottom: 50px;
}
.deveBanner ul li:last-child{
  margin-bottom: 0;
}

.deveBanner li:nth-child(odd){
  padding-right: 0;
  padding-left: 53%;
  text-align: left;
}

.circular{
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background: #e7f0f7;
}
 .circular::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a6a7a8;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


.deveBanner li .circular{
  left:calc( 50% - 10px);
}


.deveBanner li .head{
  position: relative;
  vertical-align: middle;
}
.deveBanner li .head em{
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background: #014f9f;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  margin-right: 10px;
}
.deveBanner li .head h4{
  display: inline-block;
  line-height: 38px;
}

.deveBanner li:nth-child(even) em{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.deveBanner li em::before{
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid #014f9f;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.deveBanner li:nth-child(even) em::before{
  left: auto;
  right: -10px;
  border-left: 5px solid #014f9f;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.deveBanner li h4{
  font-size: 20px;
  color: #333333;
}
.deveBanner li .txt{
  background: #ebf3fa;
  padding: 10px;
  border-radius: 4px;
  padding: 15px 10px;
  font-size: 14px;
  color: #686E7D;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .deveBanner ul::before{
    display: none;
  }
  .deveBanner li .circular{
    display: none;
  }
  .deveBanner li{
    padding: 0;
    margin-bottom: 20px;
  }
  .deveBanner li:nth-child(odd){
    padding: 0;
  }
  .deveBanner li em::before{
    display: none;
  }
  .deveBanner li .head em{
    font-size: 14px;
    line-height: 28px;
    margin-right: 6px;
  }
  .deveBanner li .head h4{
    font-size: 14px;
    line-height: 28px;
  }
  .deveBanner li:nth-child(even) em{
    margin-left: 6px;
  }
  .deveBanner li .txt{
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
  }
  .deveBanner ul{
    padding: 0;
  }
}









.qualiList ul{
 display:flex;
 flex-wrap: wrap;
}
.qualiList li{
  width: 21.38%;
  margin-left: 4.82%;
  text-align: center;
  margin-bottom: 20px;
}
.qualiList li:nth-child(4n+1){
  margin-left: 0;
}
.qualiList li h5{
 font-size: 16px;
 color: #333333;
 margin-top: 6px;
}
#page{
  text-align: center;
}
@media (max-width: 640px) {
  .qualiList li{
    width:48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .qualiList li h5{
    font-size: 14px;
  }
  .qualiList li:nth-child(2n+1){
    margin-left: 0;
  }
}

.caseList li{
  width: 100%;
  margin-bottom: 20px;
}
.caseList li a{
  position: relative;
  padding: 20px;
  display: block;
  overflow: hidden;
  box-shadow: 0px 1px 6px 0px #cbd1d7;
}
.caseList li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 2px;
  height: 20px;
  background: #004EA2;
  border-radius: 2px;
}

.caseList li .img{
  width: 143px;
  height: 107px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.caseList li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseList li h5{
  font-size: 18px;
  color: #333;
}
.caseList li em{
  display: block;
  font-size: 14px;
  color: #999999;
  padding: 4px 0;
}
.caseList li p{
  font-size: 14px;
  color: #666666;
}


@media (max-width: 640px) {
  .qualiList li{
    width:48%;
    margin-left: 2%;
    margin-bottom: 10px;
  }
  .caseList li{
    margin-bottom: 10px;
  }
  .qualiList li h5{
    font-size: 14px;
  }
  .qualiList li:nth-child(2n+1){
    margin-left: 0;
  }
  .caseList li a{
    padding: 10px;
  }
  .caseList li a::before{
    top: 10px;
  }
  .caseList li .img{
    height: auto;
    width: 100px;
    height: 75px;
    margin-right: 10px;
  }
  .caseList li h5{
    font-size: 14px;
  }
  .caseList li em{
    font-size: 12px;
  }
  .caseList li p{
    font-size: 12px;
  }
}






/* 范松昌 */
/* 关于我们 */
.f_contact_us{
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.10); 
}
.f_contact_us .f_img_box{
  width: 50%;
  height: auto;
  float: left;
}
.f_clearfix:after{
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.f_contact_us .f_img_box img{
  width: 100%;
  height: 100%;
}
.f_contact_us .f_userInfo{
  width: 50%;
  height: auto;
  float: right;
  font-size: 14px;
}
.f_contact_us .f_userInfo .hr1{
  width: 50%;
  height: 1px;
  background-color: #d8d8d8;
  margin-left: 10%;
}
.f_contact_us .f_userInfo .f_ui_cell{
  display: flex;
  align-items: center;
  margin: 4% 0 0 10%;
}
.f_contact_us .f_userInfo .f_ui_cell p{
  line-height: 30px;
}
.f_contact_us .f_userInfo .f_u_icon{
  width: 16px;
  height: 20px;
  margin-right: 4%;
}
.f_contact_us .f_userInfo .f_u_icon img{
  width: 100%;
  height: 100%;
}

/* 公司新闻 */
.f_news_boxs{
  width: 100%;
  height: auto;
}
.f_news_box{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #e4e4e4;
}
.f_news_boxs .f_news_box .f_nb_date{
    width: 94px;
    height: 94px;
    float: left;
    margin-right: 20px;
    text-align: center;
    background-color: #ebf3fa;
    line-height: 30px;
    padding-top: 20px;
}
.f_news_boxs .f_news_box .f_nb_date h1{
  color: #014F9F;
}
.f_news_boxs .f_news_box h5 {
  font-size: 18px;
  color: #333;
}
.f_news_boxs .f_news_box p {
  font-size: 14px;
  color: #666666;
  margin-top: 2%;
}

/* 最新公告 */
.f_latestAnnouncement li a::before{
  display: none;
}
.f_latestAnnouncement ul li a{
  box-shadow: none;
  border-bottom: 1px dashed #e4e4e4;
  padding-left: 0;
}

/* 新闻详情 */
.f_newsDetails .text{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.g_newsDetails .text{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.g_newsDetails .text img{
  width: 20px;
  margin-right: 4px;
}

/* 产品中心 */
.f_top_bgimg .top_bgimg{
  width: 100%;
  height: auto;
  margin-bottom: 5%;
  background-image: url('../images/12.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.f_top_bgimg p{
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 3%;
}
.f_productList ul li{
  margin-left: 4.38%;
}
.f_productList ul li .img{
  width: 213px;
  height: 213px;
  /* width: 100%; */
  background: #ffffff;
  border: 1px solid #efefef;
}
.f_productList ul li .img img{
  max-height: 100%;
}
.f_content .produvtInfo{
  width: 100%;
  height: auto;
}
.f_content .produvtInfo p{
  width: 58%;
  float: left;
  margin-right: 4%;
}
.f_content .swiper_box{
  width: 30%;
  float: left;
  position: relative;
  margin-left: 5%;
}
.f_content .swiper_box .swiper-slide{
  width: 100%;
  height: 100%;
}
.f_content .swiper_box .swiper-slide img{
  width: 100%;
  height: 100%;
}
.f_content .swiper-button-next{
  width: 19px;
  height: 37px;
  background-image: url('../images/right0.png');
  background-size: 100%;
}
.f_content .swiper-button-prev{
  width: 19px;
  height: 37px;
  background-image: url('../images/left0.png');
  background-size: 100%;
}
.f_content .swiper_box .swiper-button-next{
  position: absolute;
  right: -40px;
  z-index: 1;
}
.f_content .swiper_box .swiper-button-prev{
  position: absolute;
  left: -40px;
  z-index: 1;
}
.f_tab_box .nav_tabs{
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #004EA2;
  margin: 40px 0;
}
.f_tab_box .nav_tabs .nav_tab{
  width: 8%;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.f_tab_box .nav_tabs .active{
  border-radius: 5px 5px 0 0;
  background-color: #004EA2;
  color: #fff;
}

.f_tab_box .tabBox{
  display: none;
}
.f_tab_box .divShow{
  display: block;
}
.f_tab_box .tabBox .title{
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #014f9f;
  line-height: 60px;
}
.f_tab_box .tabBox .text{
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
}
.f_tab_box .tabBox .datali{
  width: 100%;
  border-bottom: 1px solid #e6e6e6;

}
/* .f_tab_box .tabBox .datali img{
  width: 20px;
  height: 24px;
  margin-right: 2%;
} */
/* .f_tab_box .tabBox .datali .download0{
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 3%;
} */
.f_productDetails .tab_box .datali a,
.f_informationCenter .datali a{
  display: inline-block;
  width: 100%;
}
.f_productDetails .tab_box .datali .downloadIimgText,
.f_informationCenter .datali .downloadIimgText{
  width: 80%;
  float: left;
  /* margin-top: 3%; */
}
.f_productDetails .tab_box .datali .downloadIimg{
  width: 24px;
  height: 24px;
  float: right;
  /* margin-top: 3%; */
}

/* 解决方案 */
.f_gradientTitle{
  width: 100%;
  height: auto;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_gradientTitle .hr_left{
  width: 36%;
  height: 1px;
  background: linear-gradient(45deg, rgba(0,134,207,0.34), #004ea2 100%);
}
.f_gradientTitle .hr_right{
  width: 36%;
  height: 1px;
  background: linear-gradient(45deg, #004ea2 ,rgba(0,134,207,0.34) 100%);
}
.f_content .f_successCase{
  max-width: 880px;
  height: auto;
  margin: 40px auto;
  position: relative;
}
.f_content .f_successCase .swiper-button-next{
  position: absolute;
  right: -25px;
  z-index: 1;
}
.f_content .f_successCase .swiper-button-prev{
  position: absolute;
  left: -25px;
  z-index: 1;
}
.f_content .f_successCase .swiper-slide{
  width: 219px;
  /*height: 164px;*/
  border-radius: 5px;
  overflow: hidden;
}
.f_more_box{
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #004ea2;
}
.f_more_box img{
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
/* 服务支持 */
.f_content .datali{
  width: 100%;
  padding: 20px 0;
  /* line-height: 80px; */
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.f_content .datali img{
  width: 20px;
  height: 24px;
  margin-right: 2%;
}
.f_content .datali .download{
  width: 140px;
  height: 24px;
  float: right;
  /* margin-top: 3%; */
}
.f_content .datali .download0{
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.f_channelCell a{
  width: 100%;
  height: auto;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.31); 
}
.f_channelCell .imgBox{
  width: 40%;
}
.f_channelCell .text{
  width: 60%;
  padding: 60px 45px 0 40px;
}
.f_channelCell .text .texth4{
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.f_channelCell .text .textp{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  padding: 20px 0 30px 0;
}
.f_channelCell .text .texta{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: right;
}
.f_channelCell .text .textIcon0{
  width: 34px;
  margin-right: 2%;
}
.f_channelCell .text .textIcon1{
  width: 20px;
  margin-left: 2%;
}
.f_nav_tabs{
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #014da2;
  background: #ffffff;
  border: 1px solid #004ea2;
  display: flex;
  margin-top: 40px;
}
.f_nav_tabs .nav_tab{
  width: 50%;
  height: 100%;
}
.f_nav_tabs .active{
  font-weight: 500;
  color: #ffffff;
  background: #014da2;
}
.f_tab_detail:nth-child(1){
  display: block;
}
.f_tab_detail{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
}
/* 科技创新 */
.f_laboratoryIntroduction{
  width: 100%;
}
.f_laboratoryIntroduction .imgTextBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.f_laboratoryIntroduction .imgTextBox p{
  width: 50%;
  padding: 50px 20px 0 27px;
}
.f_laboratoryIntroduction .imgTextBox div{
  width: 50%;
}

/* 人力资源 */
.f_talentDevelopment .imgTextBox{
 margin: 20px 0;
}
.f_talentDevelopment .imgTextBox p{
  width: 100%;
  padding: 0;
}
.f_talentDevelopment .imgTextBox .text{
  padding: 30px 20px 0 27px;
  background: rgba(216,216,216,0.18);
}
.f_talentDevelopment .imgTextBox .text .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.f_recruitment .f_swiperBox{
  width: 100%;
  margin: 20px 0;
  background: #ffffff;
  border: 1px solid rgba(151,151,151,0.09);
  padding: 20px;
}
.f_recruitment .f_swiperBox:hover{
  border: none;
  box-shadow: 0px 1px 6px 0px #cbd1d7; 
}
.f_recruitment .f_swiperBox .titleBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.f_recruitment .f_swiperBox .titleBox p{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.f_recruitment .swiper-container{
  max-height: 200px;
}


@media (max-width: 1100px) {
  /* 关于我们 */
  .f_contact_us .f_img_box{
    width: 100%;
  }
  .f_contact_us .f_userInfo{
    width: 100%;
  }
  .f_productList ul li .img{
    width: 200px;
    height: 200px;
  }
  /* 产品详情 */
  .f_content .produvtInfo p{
    width: 100%;
    margin-bottom: 10px;
  }
  .f_content .swiper_box{
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .f_content .swiper-button-next,
  .f_content .swiper-button-prev{
    display: none;
  }
  .f_tab_box  .nav_tabs .nav_tab{
    width: 14%;
  }
  .f_tab_box .tabBox .datali{
    width: 100%;
    line-height: 40px;
  }
  .f_informationCenter .datali .downloadIimgText{
    width: 68%;
    float: left;
  }
  .f_laboratoryIntroduction .imgTextBox{
    margin: 20px 0;
  }
  .f_laboratoryIntroduction .imgTextBox .textp{   
    padding: 10px;
  }
  .f_laboratoryIntroduction .imgTextBox div,
  .f_laboratoryIntroduction .imgTextBox .textp{
    width: 100%;
  }
  .f_laboratoryIntroduction .imgTextBox .text{
    padding-bottom: 20px;
  }
  /* 服务支持 */
  .f_channelCell .imgBox{
    width: 100%;
  }
  .f_channelCell .text{
    width: 100%;
  }
  .f_nav_tabs{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .f_channelManagement .text{
    padding-top: 40px;
  }
  .f_channelManagement .text .texth4{
    font-size: 22px;
  }
  .f_channelManagement .text .texth4 img{
    width: 28px;
  }
  .f_channelManagement .text .texta{
    padding-bottom: 20px;
  }
}



@media (max-width: 768px) {

  /* 产品中心 */
  .f_productList ul li{
    margin-left: 3%;
  }
  .f_productList ul li .img{
    width: 170px;
    height: 170px;
  }
  .f_top_bgimg .top_bgimg p{
    padding: 2%;
  }
  .f_tab_box .nav_tabs .nav_tab{
    width: 25%;
  }
  .f_informationCenter .datali .downloadIimgText{
    width: 60%;
    float: left;
  }
  /* 解决方案 */
  .f_gradientTitle{
    font-size: 16px;
  }

  .f_talentDevelopment .imgTextBox div{
    width: 100%;
  }
}


#map{
  width: 100%;
  height:260px;
}

#map img{
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}

.searchText{
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.searchNull{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
}
.searCh{
  min-height: 50vh;
}