* {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
a {
  cursor: pointer;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}
.bd {
  width: 100%;
  height: 100%;
  flex: initial;
}
.bd ul {
  width: 100%;
  height: 100%;
  flex: initial;
}
.con {
  width: 100%;
  display: flex;
  background-color: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  flex-wrap: wrap; /*默认换行*
/*	 align-content:center ;*/
  align-content: flex-start;
}
/*标题1*/
.bt {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 50px;
  /*	background-color: aqua;*/
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
}
.bt h1 {
  line-height: 200%;
  text-align: center;
  font-weight: bolder;
  font-family: "微软雅黑";
  /*	font-family: PingFangSC-Semibold;*/
  font-size: 36px;
  letter-spacing: 0;
  display: inline-block; /* 使元素可设置宽度和高度 */
  background: linear-gradient(90deg, #015eea, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bt p {
  width: 50%;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #999;
  line-height: 150%;
  font-weight: 400;
}
/*标题2*/
.bt2 {
  display: flex;
  width: 100%;
  margin: 0px auto;
  /*	background-color: aqua;*/
  text-align: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(34, 34, 34, .16);
}
.bt2 div {
  font-size: 28px;
  color: #191c3d;
  text-align: center;
  line-height: 150%;
  width: 100%;
  font-weight: 500;
}
.bt2 p {
  opacity: .6;
  margin-top: 10px;
  font: 18px;
  color: #191c3d;
  text-align: center;
  width: 100%;
}
.a_tit {
  width: 1200px;
  margin: 0 auto;
  background: rgba(210, 210, 210, .2);
  PADDING: 15PX 20PX;
}
.a_tit div {
  float: left;
}
.a_tit div:nth-child(2) {
  float: right;
}
.a_tit h3 {
  float: left;
  width: auto;
  font-size: 22px;
  line-height: 30px;
  COLOR: rgb(1, 94, 234);
}
.a_tit span {
  font-size: 22px;
  padding-left: 10px;
  line-height: 30px;
  COLOR: #202020;
  font-weight: 200;
  font-family: 'New_Cicle', "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Verdana, Aril, sans-serif;
}
.a_tit p {
  clear: both;
  color: #999;
  font-size: 16px;
  font-family: 'New_Cicle', "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Verdana, Aril, sans-serif;
  text-align: left;
}
.a_tit ul li {
  float: left;
  margin-right: 5px;
  MARGIN-TOP: 5PX;
}
.a_tit ul li a {
  float: left;
  padding: 0px 10px;
  background: #FFF;
  LINE-HEIGHT: 34PX;
  border-radius: 0px;
  text-decoration: none;
}
.a_tit ul li a:hover {
  background: #FD7100;
  color: #FFF;
}
.a_tit ul li:last-child {
  margin-right: 0px;
}
/*title1*/
.title1 {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 60px;
  /*	background-color: aqua;*/
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.title1 h1 {
  line-height: 220%;
  text-align: left;
  /*	font-family: PingFangSC-Semibold;*/
  font-size: 36px;
  letter-spacing: 0;
  display: inline-block; /* 使元素可设置宽度和高度 */
  margin-bottom: 0px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #071F6D;
}
.title1 h1 span {
  color: #18191A;
}
.title1 p {
  width: 30%;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #6B6B6B;
}

/*title2*/
.title2 {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 60px;
  /*	background-color: aqua;*/
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.title2 h1 {
  line-height: 220%;
  text-align: left;
  /*	font-family: PingFangSC-Semibold;*/
  font-size: 36px;
  letter-spacing: 0;
  display: inline-block; /* 使元素可设置宽度和高度 */
  margin-bottom: 0px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
}

.title2 p {
  width: 30%;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #ACB1BA;
}

/*title3*/
.title3 {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 60px;
  /*	background-color: aqua;*/
  text-align: center;
  display: flex;
  flex-direction: column;
	justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.title3 h1 {
	
  line-height: 220%;
  text-align: center;
  /*	font-family: PingFangSC-Semibold;*/
  font-size: 36px;
  letter-spacing: 0;
  display: inline-block; /* 使元素可设置宽度和高度 */
  margin-bottom: 0px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #071F6D;
}
.title3 h1 span {
  color: #18191A;
}
.title3 p {
  width: 100%;
  line-height: 150%;
  font-weight: 400;

  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #6B6B6B;
	text-align: center;
}

/*more*/
.more {
  display: flex;
  width: 100%;
  justify-content: center;
}
.more a {
  display: block;
  width: 150px;
  height: 50px;
  background-color: #2468f2;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .05);
  border-radius:
    30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  top: 0;
  transition:
    top .3s ease, box-shadow .3s ease;
}
.more a:hover {
  animation: flash; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
}
/*more2*/
.more2 {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 50px;
}
.more2 a {
  display: block;
  width: 150px;
  height: 50px;
  /*	background-color: #2468f2;*/
  background-image: url(../images/bg.jpg);
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .05);
  background-size: 150% 150%;
  border-radius:
    30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
  top: 0;
  transition:
    all .3s ease;
}
.more2 a:hover {
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, .05);
  background-size: 100% 100%;
  animation: pulse; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  animate-repeat: infinite;
}
/*四列*/
/*智慧城市*/
.zhcs {
  width: 70%;
  display: flex;
  padding-bottom: 50px;
  flex-wrap: wrap;
}
.horizontal-accordion {
  display: flex;
  
  gap: 1px;
  margin: 0 auto;
  border-radius: 0px;
/*  overflow: hidden;*/
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  width: 100%;
}
.accordion-item {

	height: 500px;
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.28, 0.84, 0.42, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.accordion-item.active {
  flex: 3;
}
.accordion-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.accordion-item .active .accordion-image {
  transform: scale(1.05);
}
.content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  padding: 60px 25px;
  color: white;
  transform: translateY(70px);
  transition: transform 0.6s ease;
  opacity: 0;
}
.accordion-item.active .content-overlay {
  transform: translateY(0);
  opacity: 1;
}
.accordion_icon {
  max-width: 26px;
}
.content-overlay h2 {
  font-size: 1.6rem;
  text-align: left;
  width: 120px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 200%;
}
.content-overlay p {
  text-align: left;
  margin-bottom: 20px;
  opacity: 0.9;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #9FABBC;
  line-height: 100%;
}
.accordion-item .btn {
  display: inline-block;
  color: white;
  padding: 10px 25px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  float: left;
  border-radius: 17px;
  border: 1px solid #324258;
}
.accordion-item .btn:hover {
  background: #175DC7;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.item-number {
  position: absolute;
  top: 100px;
  left: 25px;
  font-weight: bold;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 34px;
}
.accordion-item.active .item-number {
  display: none;
}
        @media (max-width: 1200px) {
            .horizontal-accordion {
                height: 450px;
            }
        }
        
        @media (max-width: 992px) {
            .horizontal-accordion {
                height: 580px;
                gap: 8px;
            }
            
            .content-overlay {
                padding: 20px 15px;
            }
            
            .content-overlay h2 {
                font-size: 1.5rem;
            }
            
            .content-overlay p {
                font-size: 0.95rem;
            }
        }
        
        @media (max-width: 768px) {
            .horizontal-accordion {
                flex-wrap: wrap;
                height: auto;
                overflow-y: auto;
                padding: 15px;
                gap: 15px;
            }
            
            .accordion-item {
                flex: 1 1 calc(50% - 15px);
                height: 350px;
                min-width: calc(50% - 15px);
            }
            
            .accordion-item:hover {
                flex: 1 1 calc(50% - 15px);
            }
            
            .header h1 {
                font-size: 2.8rem;
            }
            
            .header p {
                font-size: 1.1rem;
            }
        }
        
        @media (max-width: 576px) {
            .accordion-item {
                flex: 1 1 calc(50% - 15px);
                height: 300px;
            }
            
            .header h1 {
                font-size: 2.2rem;
            }
            
            .header p {
                font-size: 1rem;
            }
        }
/*三列*/
.xinwen {
  width: 70%;
}
.three {
  width: 100%;
  display: flex;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: flex-start;
  align-items: flex-start;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
}
.three .item {
  display: flex;
  width: 33%;
  flex-grow: 0; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  padding: 5px;
  text-align: center;
}
.three .item a {
  border: 1px #ebebeb solid;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  transition: all .3s ease-out;
}
.three .item a:hover {
  /*
  border-color:
	  #2468f2;
*/
  box-shadow: 0 1px .4rem 0 rgba(9, 18, 33, .3);
}
.three .item img {
  width: 100%;
}
.three .item h1 {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-bottom: 0px;
}
.three .item p {
  font-size: 12px;
  color: #666;
  margin: 0 10px;
}
.three .item div {
  width: 100px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  margin: 10px auto;
  border: 1px #ebebeb solid;
  border-radius: 5px;
  transition: all .5s ease-out;
}
.three .item div:hover {
  width: 100px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  margin: 10px auto;
  border: 1px #2468f2 solid;
  border-radius: 5px;
  background-color: #2468f2;
}
/*工具服务*/
.gjfw {
  width: 70%;
  max-width: 1400px;
  display: flex;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: flex-start;
  align-items: flex-start;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
}
.gjfw_box {
  display: flex;
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
}
.gjfw .item {
  display: flex;
  width: 20%;
  background-color: #f2f6fa;
  flex-grow: 1; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  margin: 4px;
  flex-wrap: nowrap;
  transition: all .3s ease-out;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
}
.gjfw .item a {
  padding: 50px 34px;
  display: block;
}
.gjfw .item:hover {
  background-size: 120% 120%;
  /*
  border-color:
	  #2468f2;
*/
  box-shadow: 0 1px .4rem 0 rgba(9, 18, 33, .3);
  /*	background-size: 100% 100%;*/
}
.gjfw .item h1 {
  line-height: 100%;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.gjfw .item p {
  margin-bottom: 0px;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  color: #B9BDC1;
  line-height: 22px;
}
/*软件*/
.rjkf {
  max-width: 1400px;
  width: 70%;
  padding-bottom: 150px;
  display: flex;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: center;
  align-items: flex-start;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
  align-items: stretch;
}
.rjkf .item {
  display: flex;
  width: 25%;
  flex-grow: 0; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  padding: 10px 5px;
  text-align: center;
}
.rjkf .item a {
  width: 100%;
/*  border: 1px #ebebeb solid;*/
  overflow: hidden;
  transition: all .3s ease-out;
  flex-direction: row-reverse;
  background: #FFFFFF;
  border-radius: 9px;
  position: relative;
  padding-left: 85px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}
.rjkf .item a:hover {
  /*
  border-color:
	  #2468f2;
*/
background: #0B4793;	
  box-shadow: 0 1px .4rem 0 rgba(9, 18, 33, .1);
}
.rjkf .item img {
  position: absolute;
  top: 26px;
  left: 20px;
}


.rjkf .item h1 {
  margin-top: 40px;
  font-size: 20px;
  color: #0A0A0A;
  line-height: 100%;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}
.rjkf .item a:hover h1 {
  color: #fff;
}


.rjkf .item p {
  font-size: 15px;
  color: #514D4D;
  text-align: justify;
  width: 100%;
}
.rjkf .item a:hover p {
  color: #fff;
}
.rjkf .item .xiang {
  text-align: right;
  width: 50px;
  font-size: 14px;
  transition: all .5s ease-out;
  font-size: 14px;
  color: #0B4793;
  padding-left: 21px;
  margin-top: 18px;
  margin-bottom: 16px;
  background-image: url("../images/arrowright2.png");
  background-position: left center;
  background-repeat: no-repeat;
  align-self: flex-end;
}

.rjkf .item a:hover .xiang {
color: #fff;
  background-image: url("../images/arrowright1.png");

}



/*五列*/
.bmfw_box {
  background-color: #eef3f9;
  background-position: bottom center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bmfw {
  width: 70%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
}
.bmfw .left {
  width: 40%;
  display: flex;
  /*  	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 200px;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
}
.bmfw .right {
  width: 40%;
  display: flex;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: flex-start;
  align-items: flex-end;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
  margin-bottom: 200px;
}
.bmfw .item {
  display: flex;
  width: 40%;
  flex-grow: 0; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  margin: 15px 5px;
}
.bmfw .item:hover {
transform: translateY(-3px);
}
.bmfw .left .item a {
  flex-direction: row
}
.bmfw .right .item a {
  flex-direction: row-reverse;
}
.bmfw .left .item:nth-child(4) {
  margin-right: 15%;
}
.bmfw .left .item:nth-child(6) {
  margin-right: 5%;
}
.bmfw .left .item:nth-child(7) {
  margin-right: 10%;
}
.bmfw .right .item:nth-child(3) {
  margin-left: 15%;
}
.bmfw .right .item:nth-child(5) {
  margin-left: 5%;
}
.bmfw .right .item:nth-child(7) {
  margin-left: 10%;
}
.bmfw .item a {
  width: 100%;
  height: 100%;
  display: flex;
  border: 1px #ebebeb solid;
  background-color: #FFFFFF;
  border-radius: 16px;
  transition: all .3s ease-out;
  padding: 10px 15px;
  flex-wrap: nowrap; /*默认换行*/
  align-content: center;
  justify-content: center;
  align-items: center; /*	重要 纵向居中*/
  /*  position: relative;*/
}
.bmfw .item a:hover {
  /*
  border-color:
	  #2468f2;
*/
  box-shadow: 0 1px .4rem 0 rgba(9, 18, 33, .2);
}
.bmfw .item .bmimbox {
  /*  position: absolute;*/
  width: 50px;
  height: 50px;
  position: relative;
  /*
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
*/
}
.bmfw .left .item .bmimbox img {
  position: absolute;
  bottom: -20px;
  right: 0px;
}
.bmfw .right .item .bmimbox img {
  position: absolute;
  bottom: -20px;
  left: 5px;
}
.bmfw .item h1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #18191A;
  align-content: center;
  white-space: nowrap;
  margin-bottom: 0px;
  line-height: 50px;
  /*	margin-left: 10px;*/
}
/*流程*/
.lc_box {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.liucheng1 {
  width: 70%;
  /*	height: 30%;*/
  display: flex;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: center; /*两端对齐*/
  align-items: flex-start;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
  margin-bottom: 20px;
	max-width: 1400px
}
/*
.fwlc_box {
  width: 100%;

  white-space: nowrap; 
}
.fwlc_box img {
  width: 100%;
}

*/

	*{
		box-sizing: border-box;
	}
	.fwlc_con{width: 100%;position: relative;margin: 0 auto;}
	.fwlc_box{width: 100%;display: flex;flex-wrap: nowrap;
		flex-shrink: 1;
		flex-grow: 1;
		justify-content: space-between;
		align-content:center;
		white-space: wrap; 
		padding:0px 50px;

	}
	.bubble_box{
		width: calc( 100% / 9);
		overflow: visible;
		justify-content: center;

	}
    .bubble_dialog {
        position: relative;
        background: #175DC7;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        width: 150%;
        text-align: center;
		color: #fff;
    }

    .bubble_dialog:hover {

        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    }

	.bubble_dialog h1{
		font-size: 20px;
		font-weight: bold;
	}
	.bubble_dialog p{
		color: #BDCDE5;
				font-size: 14px;
		font-weight: 200;
	}
/*
	.bubble_dialog::after {
        content: '';
        position: absolute;
        bottom: 100%; 
        left: 50%; 
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color:  transparent transparent #175DC7 transparent;  
}
*/
	
		.bubble_box:nth-child(odd) .bubble_dialog{
transform: translateY(0%);
	} 	
	.bubble_box:nth-child(even) .bubble_dialog{
/*transform: translateY(150%);*/
		margin-top: 250px;
	} 
	
	
	
	.bubble_box:nth-child(odd) .bubble_dialog::after{
		        content: '';
        position: absolute;
        top: 100%; /* 位于元素下方  箭头向下改为top*/
        left: 50%; /* 水平居中 */
        margin-left: -10px; /* 调整箭头位置 */
        border-width: 10px;
        border-style: solid;
        border-color: #175DC7 transparent transparent transparent; /* 箭头颜色和方向 */
	} 	
	.bubble_box:nth-child(even) .bubble_dialog::after{
		        content: '';
        position: absolute;
        bottom: 100%; /* 位于元素下方  箭头向下改为top*/
        left: 50%; /* 水平居中 */
        margin-left: -10px; /* 调整箭头位置 */
        border-width: 10px;
        border-style: solid;
        border-color:  transparent transparent #175DC7 transparent; /* 箭头颜色和方向 */
	} 
	
	
/*
	.bubble_box:nth-child(odd) .bubble_dialog::before{
		        content: '1';
        position: absolute;
        top: 120%; 
        left: 50%; 
        transform: translateX(-50%);
        width: 30px;
		height: 30px;
		border-radius: 50%;
        border-style: solid;
		background-color:#175DC7; 
		border: 5px solid #ACC0DA;
		line-height: 30px;
		z-index: 999;
	} 	
	.bubble_box:nth-child(even) .bubble_dialog::before{
		        content: '2';
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
		height: 30px;
		border-radius: 50%;
        border-style: solid;
		background-color:#175DC7; 
		border: 5px solid #ACC0DA;
				line-height: 30px;
			z-index: 999;	

	} 
*/
	
	.bubble_nunber{
padding: 0 30px;
		position: absolute;
		top: calc(50% - 15px);
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #CECECE;
		z-index: 1;
		list-style: none;
		display: flex;
		justify-content: space-around;
	}	
	.bubble_nunber li{
        width: 30px;
		height: 30px;
		border-radius: 50%;
        border-style: solid;
		background-color:#175DC7; 
		border: 5px solid #ACC0DA;
		line-height: 20px;
		font-size: 14px;
		text-align: center;
		color: #fff;
		transform: translateY(-15px);
		margin: 0;
		padding: 0;
			
	}
	@media (max-width:750px) {
		.bubble_nunber{	display: none;}
		.bubble_box .bubble_dialog:after{
			display: none;
		}

	.bubble_box:nth-child(even) .bubble_dialog{
/*transform: translateY(150%);*/
		margin-top:0px;
	} 
		.fwlc_box{
			flex-wrap: wrap;
			
			flex-grow: 1;
			flex-shrink: 1;
					padding:0px 50px;
		}
		.bubble_box{
						flex-grow: 1;
			flex-shrink: 1;
		width: calc(( 100% /3) - 10px);
		overflow: hidden;
			margin: 5px;
			align-items: stretch;

	}
		    .bubble_dialog {
        position: relative;
        background: #175DC7;
        border-radius: 10px;
        padding: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        text-align: center;
		color: #fff;
				
    }
	.bubble_dialog h1{
		font-size: 18px;
		font-weight: bold;
	}
	.bubble_dialog p{
		color: #BDCDE5;
				font-size: 12px;
		font-weight: 200;
	}
	}
	



.liucheng2 {
  /*	background-color: aqua;*/
  width: 100%;
  /*	height: 400px;*/
  /*
	background-image: url("../images/jf.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
*/
  padding-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.jbqd_con{
width: 70%;
	display: flex;
	flex-flow: column;
	max-width: 1400px
}
.jbqd_box {
  width: 100%;
  display: flex;
  flex-flow: row;
  background-color: #EAF1FA;
  border-radius: 23px;
  padding: 55px 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.jbqd_box .item {
  width: 12.8%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.jbqd_box .item img {
  width: 100px;
  height: 100px;
box-shadow: 0 1px .4rem 0 rgba(9, 18, 33, .0);
}
.jbqd_box .item:hover img {
transform: translateY(-3px);

}
.jbqd_box .item p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #1F1D1D;
  line-height: 46px;
  width: 100%;
  text-align: center;
}
/*企业介绍*/
.gsjj {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 70px;
align-items:stretch;
flex-direction:row-reverse;
	max-width: 1920px;
}
.gsjj .left {
  width: 50%;
  padding-left: 12%;
}
.gsjj .left h1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #171616;
  line-height: 25px;
  text-align: left;
}
.gsjj .left p {
  text-align: left;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #3A3838;
  line-height: 36px;
}
.gsjj .left a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 100%;
  padding: 14px 60px;
  background-color: #175DC7;
  box-shadow: 0px 9px 24px 0px rgba(23, 93, 199, 0.16);
  border-radius: 30px;
  margin: 20px 0px;
  display: flex;
  width: 340px;
}
.gsjj .left .zzbox {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
}
.gsjj .left .zzbox .item {
  width: 21%;
}
.gsjj .left .zzbox .item img {
  width: 100%;
}
.gsjj .right {
  width: 50%;
  padding-left: 50px;
}
.gsjj .right img {
  width: 100%;
}
/*footer*/
.footer_con {
  width: 100%;
  float: left;
}
.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #151B26;
}
.footer2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 40px 0px;
  flex-shrink: 1;
  flex-grow: 1;
  width: 1400px;
}
.footer2_box3 {
  display: flex;
  width: 25%;
  flex-flow: wrap;
  align-items: center;
  /*	background-color: aqua;*/
  flex-shrink: 1;
  flex-grow: 1;
  align-content: center;
overflow: hidden;
}
.footer2_box3 .footer_logo {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.footer2_box3 .footer_ewm {
  display: flex;
  width: 50%;
  padding: 5px;
}
.Boundary {
  width: 1px;
  background: #3B4049;
  margin: 30px 90px;
}
.footer2_box1 {
  /*	background-color: aqua;*/
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.footer2_box1 p {
  width: 100%;
  display: flex;
  text-align: left;
  font-size: 15px;
  line-height: 250%;
}
.footer2_box1 h1 {
  width: 100%;
  margin-bottom: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  line-height: 200%;
}
.footer2_box2 {
  /*	background-color: aqua;*/
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.footer2_box2 p {
  width: 100%;
  display: flex;
  text-align: left;
  font-size: 15px;
  line-height: 250%;
}
.footer2_box2 h1 {
  width: 100%;
  margin-bottom: 10px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  line-height: 200%;
}
.footer2_box2 a {
  width: 100%;
  display: flex;
  text-align: left;
  line-height: 240%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #B5B5B5;
}
.footer3 {
  width: 100%;
  color: #666;
  background-color: #272727;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
/*新闻页*/
.xinwen {
  width: 70%;
  display: flex;
  align-content: center;
  justify-content: center;
  /*	background-color: aqua;*/
}
.n1 {
  background-color: #F4FAFF;
}
.n1 .con {
  background-color: #F4FAFF;
}
.news_banner {
  width: 100%;
  display: flex;
  height: 400px;
  background-image: url("../images/banner8.jpg");
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.news_banner h1 {
  display: flex;
  width: 50%;
  font-size: 30px;
  text-align: left;
  color: #333;
  line-height: 200%;
}
.news_banner h2 {
  display: flex;
  width: 50%;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  color: #666;
}
.news_box .bt2 {
  margin: 50px;
}
/*news1*/
.news_box {
  align-content: center;
}
.news1 {
  width: 70%;
  display: flex;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: space-between; /*两端对齐*/
  align-items: center;
  align-content: center;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
}
.news1 .item {
  display: flex;
  width: 50%;
  flex-grow: 1; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  padding: 5px;
  text-align: left;
  background-color: #f7f9ff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  position: relative;
}
.news1 .item:hover {
  display: flex;
  width: 50%;
  flex-grow: 1; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  padding: 5px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: all .3s ease-out；
}
.news1 .item a {
  display: flex;
  /*	border: 1px #999 solid;*/
  /*	background-color: #FFFFFF;*/
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
}
.news1 .item h1 {
  text-align: left;
  width: 70%;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-bottom: 0px;
  transition: all .3s ease-out；
}
.news1 .item h1:hover {
  text-align: left;
  width: 70%;
  font-size: 16px;
  color: #2468f2;
  line-height: 40px;
  margin-bottom: 0px;
}
.news1 .item span {
  font-size: 14px;
  color: #999;
  /*	width: 20%;*/
  line-height: 40px;
}
.news1 .item p {
  font-size: 12px;
  color: #666;
  text-align: justify;
  width: 100%;
}
.news1 .item .more4 {
  width: 100px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
}
.news1 .item .more4:hover {
  color: #00A3FF;
  ;
}
.jindu {
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0px;
  left: 0px;
  background: #00A3FF;
  transition: all 1s ease;
  /*	transition-delay: 1s;*/
}
.news1 .item:hover .jindu {
  width: 100%;
}
.jindu2 {
  position: absolute;
  width: 2px;
  height: 0%;
  top: 0px;
  left: 0px;
  background: #00A3FF;
  transition: all 1s ease;
}
.news1 .item:hover .jindu2 {
  height: 100%;
}
/*news2*/
.news2 {
  width: 50%;
  display: flex;
  /*	background-color: blue;*/
  flex-direction: column; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: center; /*两端对齐*/
  align-items: center;
  align-content: center;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
}
.news2 .item {
  display: flex;
  width: 100%;
  flex-grow: 1; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  padding: 5px;
  text-align: left;
}
.news2 .item a {
  width: 100%;
  display: flex;
  border-bottom: 1px #ebebeb dashed;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px;
}
.news2 .item h1 {
  text-align: left;
  width: 70%;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  margin-bottom: 0px;
  transition: all .3s ease-out；
}
.news2 .item h1:hover {
  text-align: left;
  width: 70%;
  font-size: 16px;
  color: #2468f2;
  line-height: 40px;
  margin-bottom: 0px;
}
.news2 .item span {
  font-size: 14px;
  color: #666;
  width: 20%;
  line-height: 40px;
}
.news2 .item p {
  font-size: 12px;
  color: #666;
  text-align: left;
  width: 80%;
}
.news2 .item div {
  width: 100px;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  transition: all .3s ease-out；
}
.news2 .item div:hover {
  width: 100px;
  line-height: 35px;
  color: #2468f2;
  font-size: 14px;
}
/*case*/
.case_box {
  background-color: #f9fafc;
  padding-bottom: 80px;
  /*	align-content: center;*/
}
.case_box .bt2 {
  margin: 40px 0;
}
.case {
  display: flex;
  width: 60%;
  overflow: hidden;
  /*	background-color: blue;*/
  flex-direction: row; /*	水平方向*/
  flex-wrap: wrap; /*默认换行*/
  justify-content: flex-start; /*两端对齐*/
  align-items: stretch;
  align-content: stretch;
  /*	上对齐*/
  /*	align-content: stretch;轴线占满整个交叉轴*/
}
.case .item {
  display: flex;
  width: calc(100% / 3);
  height: 300px;
  flex-grow: 1; /*放大比例*/
  flex-shrink: 1; /*缩小比例*/
  padding: 10px 0px;
  text-align: center;
  background-color: #f9fafc;
}
.case .item a {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  align-content: space-between;
  /*	background-color: aquamarine;*/
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all .3s ease；
}
.case .item a:hover {
  box-shadow: 0 1px .4rem 0 rgba(9, 18, 33, .1);
}
.bk {
  width: 100%;
  height: 100%;
  position: relative;
  /*	background-color: azure;*/
}
.bk .bk_img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.bk .bk_img2 {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.3s linear;
}
.case .item a:hover .bk_img2 {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-size: 110% 110%;
}
.bk h1 {
  width: 100%;
  font-size: 16px;
  color: #333;
  position: absolute;
  line-height: 40px;
  bottom: 5px;
  z-index: 2;
  transition: all .3s ease-out；
}
.bk h1:hover {
  color: #2468f2;
}
/*info*/
.info_con {
  width: 100%;
  display: flex;
  justify-content: center;
  /*	margin-top: 100px;*/
  /*		padding-top: 100px;*/
  flex-wrap: wrap;
}
.info_box {
  width: 70%;
  margin: 0 auto;
  color: #333;
  margin-bottom: 50px;
  /*		background-color: azure;*/
}
.info_con .bt2 {
  margin: 50px 0px;
}
.info_box p {
  font-size: 14px;
  /*	text-indent: 40px;*/
  text-align: left;
}