#newBridge #nb_icon_wrap .nb-icon-customer {display: none !important;}

.inner-header{

	width: 100%;

	height: 60px;

	top: 0px;

	left: -10px;

}

.inner-header-icon{

	color: #333;

	height: 85px;

	line-height:85px;

	font-size:0.18rem;

	text-align: center;

  margin-left: 10px;

	float:right;

	-webkit-transition: background 0.5s;

	-moz-transition: background 0.5s;

	-o-transition: background 0.5s;

	transition: background 0.5s;

}

.inner-header-icon:hover{

	cursor: pointer;

}



.logo img{

  margin-top: 18px;

}

.inner-header-icon span:nth-child(1){

	transform: translateY(4px) rotate(0deg);

}



.inner-header-icon span:nth-child(2){

	opacity: 0;

}



.inner-header-icon span:nth-child(3){

	transform: translateY(-4px) rotate(0deg);

}



/*.inner-header-icon-click{

	height: 80px;

	margin-top:15px;

	



}*/

.inner-header-icon-click span:nth-child(1){

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: clickfirst;

	}



.inner-header-icon-click span:nth-child(2){

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: clicksecond;

}



.inner-header-icon-click span:nth-child(3){

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: clickthird;

	}





/*第一条线旋转动画*/

@keyframes clickfirst {

  0% {

	  transform: translateY(4px) rotate(0deg);

	  

  }



  100% {

    transform: translateY(18px) rotate(45deg);

  }

}

/*第二条线淡入淡出动画动画*/

@keyframes clicksecond {

	0% {

		opacity: 1;

	}

	100% {

		opacity: 0;

	}

}



/*第三条线旋转动画*/

@keyframes clickthird {

  0% {

	  transform: translateY(-4px) rotate(0deg);

  }



  100% {

    transform: translateY(2px) rotate(-45deg);

  }

}	



.inner-header-icon-out span:nth-child(1){

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: outfirst;

	}



.inner-header-icon-out span:nth-child(2){

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: outsecond;

}

.inner-header-icon-out span:nth-child(3){

	animation-duration: 0.5s;

	animation-fill-mode: both;

	animation-name: outthird;

	}



@keyframes outfirst {

  0% {

    transform: translateY(0) rotate(-45deg);

  }



  100% {

    transform: translateY(-4px) rotate(0deg);

  }

}



@keyframes outsecond {

  0% {

    opacity: 0;

  }



  100% {

	  opacity: 1;

  }

}



@keyframes outthird {

	0% {

		transform: translateY(0) rotate(45deg);

	}



	100% {

		transform: translateY(4px) rotate(0deg);

	}

}



.inner-nav{

	background-color: rgba(255,255,255,1);

	width: 640px;

	position:absolute;

    top: 86px; 

    left: 50%;    

    margin-left: -320px;

	padding-top: 10px;

	padding-bottom: 65px;

	display: none;

	z-index: 1006;

	position: fixed;

  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.inner-nav-main{width: 100%;}

.inner-nav-main ul{list-style-type: none;}

.inner-nav-main ul li{display: inline-block;}

.nav-li ul li {width:27%;}

.inner-nav-main .list{width: 166px;height: 72px; text-align: center;margin-left: 31.5px; border: 1px solid #7d7d7d;border-radius: 5px;margin-top: 35px;}

.inner-nav-main .list.cur{border: 1px solid #d2d2d2;color: #999999;}

.list{font-family: "微软雅黑";font-size: 24px;color: #4c4c4c;line-height: 75px;}



#list_first,.list:hover{border: 1px solid #d2d2d2;color: #999999;}

.inner-nav-main ul li a{text-decoration: none;}



.mapBnt{width: 570px;margin: 0 auto;margin-top: 40px;margin-bottom: 20px;

		display: flex;justify-content: space-between;align-items: center;}

.mapBntLeft{display: flex;flex-flow: wrap;align-items: center;}

.mapBntj{display: flex;flex-flow: wrap;align-items: center;}

.mapBntj p{font-size: 30px;color: #1a1a1a;margin-left: 10px;}

.mapLookM{font-size: 24px;color: #999999;margin-left: 20px;}



.bntRight{width: 166px;height: 72px;border-radius: 5px;background: #35cd3c;}

.bntRight p{font-size: 24px;color: #fff;line-height: 72px;text-align: center;}



#unimportance{border: 1px solid #d2d2d2;}

#comBnt{font-weight: 900;}





/*******loading**********/

@media only screen and (min-width:320px){

    .loading,

    .spinner{ width:10px; height:10px; }

    .loading{margin-left:-15px; margin-top:-15px;}

    .container1 > div,

    .container2 > div,

    .container3 > div {width: 1px; height: 1px;}

}

@media only screen and (min-width:640px){

    .loading,

    .spinner{ width:30px; height:30px; }

    .loading{margin-left:-25px; margin-top:-25px;}

    .container1 > div,

    .container2 > div,

    .container3 > div {width: 5px; height: 5px;}

}

@media only screen and (min-width:640px){

    .loading,

    .spinner{ width:60px; height:60px; }

    .loading{margin-left:-40px; margin-top:-40px;}

    .container1 > div,

    .container2 > div,

    .container3 > div {width: 15px; height: 15px;}

}

.loading{position:fixed;  display: none;overflow: hidden;

    top: 0; left: 0;

    width: 100%; height: 100%; margin: auto;text-align: center;

    background-color: rgba(71,71,71,0.8); z-index:1007;}

.clickS{display:block;}

.spinner {

  margin: 0 auto;

  top: 50%;

  position: relative;

}

.container1 > div, .container2 > div, .container3 > div {

  background-color: #12cb30;

  border-radius: 100%;

  position: absolute;

  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;

  animation: bouncedelay 1.2s infinite ease-in-out;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}

.spinner .spinner-container {

  position: absolute;

  width: 100%;

  height: 100%;

}

.container2 {

  -webkit-transform: rotateZ(45deg);

  transform: rotateZ(45deg);

}

.container3 {

  -webkit-transform: rotateZ(90deg);

  transform: rotateZ(90deg);

}

.circle1 { top: 0; left: 0; }

.circle2 { top: 0; right: 0; }

.circle3 { right: 0; bottom: 0; }

.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {

  -webkit-animation-delay: -1.1s;

  animation-delay: -1.1s;

}

.container3 .circle1 {

  -webkit-animation-delay: -1.0s;

  animation-delay: -1.0s;

}

.container1 .circle2 {

  -webkit-animation-delay: -0.9s;

  animation-delay: -0.9s;

}

.container2 .circle2 {

  -webkit-animation-delay: -0.8s;

  animation-delay: -0.8s;

}

.container3 .circle2 {

  -webkit-animation-delay: -0.7s;

  animation-delay: -0.7s;

}

.container1 .circle3 {

  -webkit-animation-delay: -0.6s;

  animation-delay: -0.6s;

}

.container2 .circle3 {

  -webkit-animation-delay: -0.5s;

  animation-delay: -0.5s;

}

.container3 .circle3 {

  -webkit-animation-delay: -0.4s;

  animation-delay: -0.4s;

}

.container1 .circle4 {

  -webkit-animation-delay: -0.3s;

  animation-delay: -0.3s;

}

.container2 .circle4 {

  -webkit-animation-delay: -0.2s;

  animation-delay: -0.2s;

}

.container3 .circle4 {

  -webkit-animation-delay: -0.1s;

  animation-delay: -0.1s;

}

@-webkit-keyframes bouncedelay {

  0%, 80%, 100% { -webkit-transform: scale(0.0) }

  40% { -webkit-transform: scale(1.0) }

}

@keyframes bouncedelay {

  0%, 80%, 100% {

    transform: scale(0.0);

    -webkit-transform: scale(0.0);

  } 40% {

    transform: scale(1.0);

    -webkit-transform: scale(1.0);

  }