/*导航栏*/
body{
  margin: 0px !important;
}

ul,li{padding:0;margin:0;list-style:none}
.navigation{
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  width: 86%;
  padding-left: 7%;
  padding-right: 7%;
  height: 87px;
  border-top: 4px solid #94d5ff;
  border-bottom: 1px solid #e0e0e0;
}

.logo{
  text-align: center;
  /*width: 9%;*/
  float: left;
  height: 70px;
  margin-top: 10px;
}
.logo img{
  height: 60px;
}

/*导航栏搜索框*/
.navigation .fwm{
  margin-left: 2%;
  float: left;
  margin-top: 27px;
  border-radius:5px;
  width: 13%;
  height: 35px;
  border: 1px solid #aaa;
  
}

.fwm input{
  font-size: 16px;
  border:none;
  border-radius:11px;
  outline:none;
  margin-left: 2%;
  width: 98%;
  height: 32px;
}

.navigation .yz{
  float: left;
  background-color: #fff;
  margin-top: 27px;
  border-radius:5px;
  width: 5%;
  height: 35px;
  border: 1px solid #aaa;
  margin-left: 1%;
}

.yz input{

  font-size: 16px;
  border:none;
  border-radius:10px;
  outline:none;
  margin-left: 6%;
  width: 94%;
  height: 32px;
}
.yzm1{
  background-color: #C4C4C4;
  height: 30px;
  width: 50px;
  margin-top: 30px;
  float: left;
  margin-left: 1%;
}
.yzm1 p{
  margin-top: 5px !important;
  font-size: 20px;
  color: #333;
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.cx{
  width: 5%;
  margin-top: 30px;
  float: left;
  margin-left: 1%;
}
.cx button{
  background-color:#257ab8; 
  border-radius:10px;
  float: right;
  border: 0;
  width: 100%;
  height: 30px;
  color: #fff;
  font-size: 15px;
  z-index: 9999;
}
.right {
  margin: 0px !important;
  text-align: center;
  float:right; !important;
  /*width: 52%;*/
  margin-left: 6%;
  overflow: hidden;
  width:55%;
  height: 87px;
}
.right ul{

  /*overflow: hidden;*/
  text-align: center;
  /*width: 100%;*/
  list-style: none;
  margin: 0px !important;
  /*height: 87px;*/
}
.right ul li{
  float: left;
}
.right ul a{
  text-decoration: none;
  padding-right: 20px;
  color: #868686; 
  font-weight: 500;
  font-family: 微软雅黑;
  font-size: 18px;
  line-height: 87px;

}
.right ul a:hover{
  color: #6ebff3;
}
@media (max-width: 1244px){
  .navigation ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1100px){
  .navigation ul li a {
    font-size: 12px;
  }
}
@media (max-width: 960px){
  .navigation ul li a  {
    display: none;
  }
}

.jianjie-bg{
	padding-top: 87px;
	background: url(../../index/images/design/video-section-bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 350px;
}
.jianjie-text{
	width: 75%;
	margin-bottom: 100px;
	margin-left: 12.5%;
	background: #fff;
	margin-top: -150px;
	height: 300px;
}


.jianjie-bg h1{
	text-align: center;
	/*font-size: 20px;*/
	font-size: 40px;
	letter-spacing:10px;
	font-family: 微软雅黑;
	/*font-weight: 600;*/
	color: #fff;

}
.jianjie-text h2{
	text-align: center;
	color: #C0C0C0;
	padding-top: 50px;
	font-family: 微软雅黑;
	font-weight: 600;
}
.jianjie-text p{
	width: 80%;
	margin-left: 10%;
  text-indent: 2em;
	/*text-align: center;*/
    line-height: 34px; 
    font-size: 17px;

    color:#4B4B4B;
}


/*发展历程*/


.fzlc * {
  box-sizing: border-box;
}
.fzlc{
  /*margin-top: 500px;*/
  /*background-color: #f0f4f5;*/
      background-color: #f9f8f8;
}
.fzlc-title{
	padding-top: 40px;
	margin-bottom: 100px;
}
.fzlc-title h1{

	text-align: center;
	color: #349edc;
	font-family: 微软雅黑;
}
/*img {
  max-width: 100%;
  height: auto;
}
*/
/* _site-header.css */
.site-header {
  text-align: center;
  padding: 40px 0;

}
.site-header__title {
  font-size: 36px;
  color: #fff;
}

/* _wrapper.css */
.wrapper {
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}


/* _timeline.css */
.timeline {
  position: relative;
  margin: 30px auto;
  padding: 60px 0;

}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 4px;
  height: 100%;
  background-color: #196080;
}
@media (min-width: 800px){
  .timeline::before{
    left: 50%;
    margin-left: -2px;
  }
}
.timeline__item {
  margin-bottom: 50px;
  position: relative;
}
.timeline__item::after{
  content: "";
  clear: both;
  display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
  content: '';
  right: 40%;
}
@media (min-width: 800px){
  .timeline__item:nth-child(2n) .timeline__item__content::before{
    left: inherit;
  }
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
  background-color: #71c6fd;
}
.timeline__item:nth-child(2n) .timeline__item__content__description {
  color: #b292c5;
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
  background-color: #94d5ff;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
  background-color: #71c6fd;

}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
  background-color: #196080;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item-bg .timeline__item__station {
  background-color: #71c6fd;
}
.timeline__item-bg .timeline__item__content {
  background-color: #257ab8;
  z-index: 100;
}
.timeline__item-bg .timeline__item__content::before {
  background-color: #196080;
  z-index: 100;
}
.timeline__item-bg .timeline__item__content__description {
  color: #fff;
}
.timeline__item__station {
  background-color: #fff;
  z-index: 101;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 0;
  left: 10%;
  margin-left: -33px;
  border: 4px solid  #196080;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__station{
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-width: 6px;
  }
}
.timeline__item__content {
  width: 80%;
  background: #fff;
  padding: 20px 30px;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content{
    width: 40%;
    float: inherit;
    padding: 10px 40px;
  }
}
.timeline__item__content::before {
  z-index: 100;
  content: '';
  position: absolute;
  left: 10%;
  background: #067fb4;
  top: 20px;
  width: 10%;
  height: 4px;
  /*z-index: -1;*/
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content::before{
    left: 40%;
    top: 30px;
    height: 4px;
    margin-top: -2px;
  }
}
.timeline__item__content__date {
  margin: 0;
  padding: 8px 12px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #257ab8;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #fff;
}
.timeline__item__content__description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #65adb7;
}
@media (min-width: 800px){
  .timeline__item__content__description{
    font-size: 19px;
    line-height: 28px;
  }
}

/* _site-footer.css */
.site-footer {
  padding: 50px 0 200px 0;

}
.site-footer__text {
  color: #e6e6e6;
  font-size: 14px;
  text-align: center;
}
.site-footer__text__link {
  color: #8287a9;
}

.ryzz{
	width: 80%;
	margin-left: 10%;
}
.ryzz h1{
	padding-top: 70px;
	text-align: center;
    color: rgb(52, 158, 220);
    font-family: 微软雅黑;
    padding-bottom: 30px;
}
.swiper-container{
	width: 100%;
	height: 430px;
}


.swiper-slide img{
	width: 100%;
	height: 430px;
}

/*先进设备*/
.xjsb{
  margin-top: 200px;
 /* background: url('../../images/about/xjsb-bg.jpg')no-repeat;
  background-size: 100% 100%;*/
	padding-bottom: 50px;
  background-color: #f9f8f8;
}
.xjsb-title{
	padding-top: 40px;
	padding-bottom: 50px;
}
.xjsb-title h1{
	text-align: center;
    color: rgb(52, 158, 220);
    font-family: 微软雅黑;
}
.xjsb .content{
    width: 1170px;
    margin: 20px auto;
}
.xjsb .li1{
    width: 100%;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.li2{
  -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.xjsb .li3{
    width: 100%;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}
.xjsb .list-item{
    margin-bottom: 30px;
}
.xjsb .item-img img{
	width: 100%;
}
.li1-title{
  text-align: center;
}
.li3-title{
  width: 100%;
  height: 60px;
}
.xjsb h4{
  color: #349edc;
}