* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(3) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .content {
    min-width: 1200px;
    background-color: #f6f7fb;
  }

  .bannerList {
    min-width: 1200px;
    height: 60px;
    /* box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center; */
  }

  .bannerList .bannerListItem {
    min-width: 1200px;
    height: 60px;
    box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  .bannerList .bannerItem {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .bannerList .bannerItem .item {
    width: 150px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  .bannerList .bannerItem .item p {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    /*font-weight: 300;*/
    color: #6c6c6c;
  }

  .bannerList .bannerItem .item.active p {
    font-size: 16px;
    /*font-weight: 500;*/
    color: #3a5e81;
  }

  .bannerList .bannerItem .item.active .line {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #3a5e81;
    margin: 0 auto;
  }

  .detailContent {
    margin: 0 auto;
    padding-top: 100px;
    width: 100%;
    padding-bottom: 50px;
    background-image: linear-gradient(to right bottom, #f6f7fb, white);
  }
  .detailContent p:nth-child(1) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -50px;
    opacity: 0;
    transition: 1s;
  }
  .detailContent p:nth-child(1).scroll {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
  }
  .detailContent p:nth-child(2) {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-top: -50px;
    opacity: 0;
    transition: 1s;
  }
  .detailContent p:nth-child(2).scroll {
    margin-top: 0;
    opacity: 0.9;
    transition: 1s;
  }
  .detailContent img {
    width: 1000px;
    display: block;
    margin: 0 auto;
  }

  .environment {
    min-width: 1200px;
  }

  .environment > img {
    width: 100%;
    height: 190px;
  }

  .environment .environmentList {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    margin-top: -130px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .environment .environmentList .item {
    margin: 0 auto;
    margin-top: 60px;
    opacity: 0;
    transition: 1s;
  }

  .environment.scroll .environmentList .item:nth-child(1) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
  }

  .environment.scroll .environmentList .item:nth-child(2) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 0.25s;
  }

  .environment.scroll .environmentList .item:nth-child(3) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 0.5s;
  }

  .environment.scroll .environmentList .item:nth-child(4) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 0.75s;
  }

  .environment.scroll .environmentList .item:nth-child(5) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 1s;
  }

  .environment.scroll .environmentList .item:nth-child(6) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 1.25s;
  }

  .environment.scroll .environmentList .item:nth-child(7) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 1.5s;
  }

  .environment.scroll .environmentList .item:nth-child(8) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 1.75s;
  }

  .environment.scroll .environmentList .item:nth-child(9) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 2s;
  }

  .environment.scroll .environmentList .item:nth-child(10) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 2.25s;
  }

  .environment.scroll .environmentList .item:nth-child(11) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 2.5s;
  }

  .environment.scroll .environmentList .item:nth-child(12) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 2.75s;
  }

  .environment.scroll .environmentList .item:nth-child(13) {
    margin-top: 0;
    opacity: 1;
    transition: 1s;
    transition-delay: 3s;
  }

  .environment .environmentList .item img {
    width: 60px;
    height: 60px;
  }

  .environment .environmentList .item p {
    text-align: center;
    color: #ffffff;
    font-size: 13px;
  }

  .introduce {
    min-width: 1200px;
    background-color: #f6f7fb;
    margin-top: -5px;
  }

  .introduce img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .applicationEnvironment {
    min-width: 1200px;
    height: 550px;
  }

  .applicationEnvironment > img {
    width: 100%;
    height: 550px;
  }

  .applicationEnvironment > p {
    margin-top: -500px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    opacity: 0.7;
    margin-bottom: 30px;
  }

  .applicationEnvironment .environmentSwiper {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .applicationEnvironment .environmentSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .applicationEnvironment .environmentSwiper .swiper-slide img {
    width: 750px;
  }

  .applicationEnvironment .environmentSwiper .swiper-slide-active {
    transform: scale(1);
    z-index: 5;
  }
  .swiperText {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
  }
  .swiperText .item {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
  }
  .swiperText .item p:nth-child(1) {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
  }
  .swiperText .item p:nth-child(2) {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
  }
  /* .applicationEnvironment .swiperText .swiper-slide{
	opacity: 0!important;
}
.applicationEnvironment .swiperText .swiper-slide-active{
	opacity: 1!important;
	z-index: 5;
} */
  .swiperText .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.1);
    opacity: 0;
  }

  .swiperText .swiper-slide-active {
    transform: scale(1);
    z-index: 5;
    opacity: 1;
    margin: 0 auto;
  }
  .canshu {
    min-width: 1200px;
    padding-top: 60px;
    margin-top: -10px;
    background-color: #f6f7fb;
  }
  .canshu > p:nth-child(1) {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 65px;
    text-align: center;
  }
  .canshu > p:nth-child(2) {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3574ba;
    /* line-height: 76px; */
    text-align: center;
    margin-bottom: 50px;
  }

  .canshu .canshuList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .canshu .canshuList .item {
    width: 300px;
    height: 195px;
  }

  /* .canshu .canshuList .item:nth-last-child(1) {
	width: 1200px;
} */

  .canshu .canshuList .item .ItemHead {
    display: flex;
    height: 55px;
    align-items: center;
    /*background-color: #ececf7;*/
  }
  .canshu .canshuList .item:nth-child(4n-3) .ItemHead {
    background-image: linear-gradient(to right, #edf4ff, #eeecf6);
  }

  .canshu .canshuList .item:nth-child(4n-2) .ItemHead {
    background-image: linear-gradient(to right, #edf4ff, #eeecf6);
  }

  .canshu .canshuList .item:nth-child(4n-1) .ItemHead {
    background-image: linear-gradient(to right, #ebf0fa, #eeecf6);
  }

  .canshu .canshuList .item:nth-child(4n) .ItemHead {
       background-image: linear-gradient(to right, #edf4ff, #eeecf6);
  }

  .canshu .canshuList .item .ItemHead .line {
    width: 2px;
    height: 19px;
    background-color: #3574ba;
    margin-left: 36px;
    margin-right: 10px;
  }

  .canshu .canshuList .item .ItemHead p:nth-child(2) {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #222222;
    margin-right: 10px;
  }

  .canshu .canshuList .item .ItemHead p:nth-child(3) {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #aaaaaa;
  }

  .canshu .canshuList .item > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #727171;
    line-height: 34px;
    margin-top: 20px;
    margin-left: 40px;
  }
  .canshuChoose {
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
  }
  .canshuChoose > p {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 65px;
    text-align: center;
  }
  .canshuChoose .button {
    width: 520px;
    height: 58px;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 4px 8px 0px rgba(61, 91, 129, 0.06);
    margin-bottom: 50px;
  }
  .canshuChoose .button button {
    width: 260px;
    height: 58px;
    border: none;
    outline: none;
    background-color: white;
    color: #959595;
    cursor: pointer;
  }
  .canshuChoose .button button.active {
    background-color: #3d5b81;
    color: #ffffff;
  }
  .canshuChoose .img {
    width: 1000px;
    margin: 0 auto;
  }
  .canshuChoose .img img {
    width: 100%;
  }
  .konwMore {
    min-width: 1200px;
    height: 700px;
  }
  .konwMore > img {
    width: 100%;
    height: 700px;
  }
  .konwMore > p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 53px;
    text-align: center;
    margin-top: -610px;
  }
  .konwMore > p:nth-child(3) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #595757;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
  }
  .konwMore .konwMoreList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .konwMore .konwMoreList .item {
    background-color: white;
    width: 280px;
    height: 350px;
  }
  .konwMore .konwMoreList .item a {
    display: block;
    width: 280px;
    height: 350px;
  }
  .konwMore .konwMoreList .item a img {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
  }
  .konwMore .konwMoreList .item .itemText {
    width: 80%;
    margin: 0 auto;
  }
  .konwMore .konwMoreList .item .itemText p:nth-child(1) {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .konwMore .konwMoreList .item .itemText p:nth-child(2) {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #727171;
    line-height: 21px;
    text-align: justify;
    height: 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .content {
    background-color: #f6f7fb;
  }
  .detailContent {
    margin: 0 auto;
    padding-top:40px;
    width:calc(100% - 20px);
    padding-bottom:20px;
    background-image: linear-gradient(to right bottom, #f6f7fb, white);
    position: relative;
  }

  .detailContent p:nth-child(1) {
    font-size:18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
    width: 100%;
	top: 45px;
    margin-top: 0;
    opacity: 1;
    transition: 1s;
  }


  .detailContent p:nth-child(2) {
    font-size:16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    text-align: center;
    width: 100%;
    top:20px;
  }


  .detailContent img {
    display: block;
    margin: 0 auto;
    margin-top:25px;
  }


  
  .environment{
	background:url(/Public/image/www/icon/beijing.png) no-repeat;
	background-size:cover;
	padding:20px;
	  }
	
	  .environment > img {
	 display:none;
	  }
	
	  .environment .environmentList {
	
		margin: 0 auto;
		display: flex;
		justify-content:flex-start;
		overflow: hidden;
		flex-wrap: wrap;
	  }
	
	  .environment .environmentList .item {
		margin-top:20px;
		text-align: center;
		width:20%;
		float:left;
		transition: 1s;
	  }
	
	  
	
	  .environment .environmentList .item img {
		width: 50px;
		height: 50px;
	  }
	
	  .environment .environmentList .item p {
		text-align: center;
		color: #ffffff;
		font-size: 13px;
	  }
	

  .introduce {
    background-color: #f6f7fb;
    margin-top: -5px;
  }

  .introduce img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

.applicationEnvironment{
background:url(/Public/image/www/jizuxiangqing/image3.png) no-repeat;
background-size:cover;
padding:20px 15px;
}
  .applicationEnvironment > img {
    display:none;
  }

  .applicationEnvironment > p {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    opacity: 0.7;
    margin-bottom:20px;
  }

  .applicationEnvironment .environmentSwiper {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .applicationEnvironment .environmentSwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }

  .applicationEnvironment .environmentSwiper .swiper-slide img{
	max-width:unset;
  }
  .applicationEnvironment .environmentSwiper .swiper-slide-active {
    transform: scale(1);
    z-index: 5;
  }
  
  .swiperText {
   width:100%;
  }
  .swiperText .item {
    margin: 0 auto;
	
	width:100vw;
	white-space: wrap;
  }
  .swiperText .item p:nth-child(1) {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
	width:100%;white-space: nowrap;
    margin-bottom: 10px;
  }
  .swiperText .item p:nth-child(2) {
    font-size: 14px;
	width:100vw;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
display: block;
  }
  /* .applicationEnvironment .swiperText .swiper-slide{
		opacity: 0!important;
	}
	.applicationEnvironment .swiperText .swiper-slide-active{
		opacity: 1!important;
		z-index: 5;
	} */
  .swiperText .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.1);
    opacity: 0;
  }

  .swiperText .swiper-slide-active {
    transform: scale(1);
    z-index: 5;
    opacity: 1;
    margin: 0 auto;
  }
  .canshu {
    padding-top:20px;
	
	overflow: hidden;
    margin-top: -10px;
    background-color: #f6f7fb;
  }
  .canshu > p:nth-child(1) {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 65px;
    text-align: center;
  }
  .canshu > p:nth-child(2) {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3574ba;
    /* line-height: 76px; */
    text-align: center;
    margin-bottom: 50px;
  }

  .canshu .canshuList {
    margin: 0 auto;
    padding:15px;
	
	overflow: hidden;
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
  }
  /* .canshu .canshuList .item:nth-last-child(1) {
		width: 1200px;
	} */

  .canshu .canshuList .item .ItemHead {
    display: flex;
    height: 55px;
    align-items: center;
    /*background-color: #ececf7;*/
  }
  .canshu .canshuList .item:nth-child(4n-3) .ItemHead {
    background-image: linear-gradient(to right, #edf4ff, #ecebf4);
  }
  .canshu .canshuList .item:nth-child(4n-2) .ItemHead {
      background-image: linear-gradient(to right, #edf4ff, #ecebf4);
  }
  .canshu .canshuList .item:nth-child(4n-1) .ItemHead {
       background-image: linear-gradient(to right, #edf4ff, #ecebf4);
  }
  .canshu .canshuList .item:nth-child(4n) .ItemHead {
       background-image: linear-gradient(to right, #edf4ff, #ecebf4);
  }

  .canshu .canshuList .item .ItemHead .line {
    width: 2px;
    height: 19px;
    background-color: #3574ba;
    margin-left: 36px;
    margin-right: 10px;
  }

  .canshu .canshuList .item .ItemHead p:nth-child(2) {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #222222;
    margin-right: 10px;
  }

  .canshu .canshuList .item .ItemHead p:nth-child(3) {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #aaaaaa;
  }

  .canshu .canshuList .item > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #727171;
    line-height: 34px;
    margin-top: 20px;
    margin-left: 40px;
  }
  .canshuChoose {
    margin: 0 auto;
	overflow: hidden;
	clear:both;
    padding-top:20px;
    padding-bottom:20px;
    background-color: white;
  }
  .canshuChoose > p {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 65px;
    text-align: center;
  }
  .canshuChoose .button {
    height: 58px;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 4px 8px 0px rgba(61, 91, 129, 0.06);
    margin-bottom: 50px;
  }
  .canshuChoose .button button {
    height: 58px;
    border: none;
    outline: none;
    background-color: white;
    color: #959595;
    cursor: pointer;
  }
  .canshuChoose .button button.active {
    background-color: #3d5b81;
    color: #ffffff;
  }
  .canshuChoose .img {
    margin: 0 auto;
  }
  .canshuChoose .img img {
    width: 100%;
  }
  .konwMore {
	clear:both;
	overflow: hidden;
	padding:15px;
	background:url(/Public/image/www/jizuxiangqing/image9.png) no-repeat;
	background-size: cover;
  }
  .konwMore > img {
    width: 100%;
	display:none;
  }
  .konwMore > p:nth-child(2) {
    font-size:22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 53px;
    text-align: center;
  }
  .konwMore > p:nth-child(3) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #595757;
    line-height: 1.5;
    text-align: center;
    margin-bottom:30px;
  }
  .konwMore .konwMoreList {
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
  }
  .konwMore .konwMoreList .item {
    background-color: white;
	width:calc(50% - 30px);
	margin:15px 15px;
	padding-bottom:15px;
  }
  .konwMore .konwMoreList .item a {
    display: block;
  }
  .konwMore .konwMoreList .item a img {
    width: 100%;
    margin-bottom: 20px;
  }
  .konwMore .konwMoreList .item .itemText {
    width: 80%;
    margin: 0 auto;
  }
  .konwMore .konwMoreList .item .itemText p:nth-child(1) {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .konwMore .konwMoreList .item .itemText p:nth-child(2) {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #727171;
    line-height: 21px;
}
}
@media (max-width:750px){
      .konwMore .konwMoreList .item {
          width:100%;
          margin:10px 0;
      }
      .swiperText .item p:nth-child(2){
          width:90%;
          padding:0 10px;
          width:330px;
          margin:0 auto;
      }
}
