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

  .detailContent {
    margin: 0 auto;
    padding-top: 100px;
    width: 100%;
    padding-bottom: 50px;
    background-image: linear-gradient(to right bottom, #f6f7fb, white);
    position: relative;
  }

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

  .detailContent p:nth-child(1).scroll {
    top: 45px;
    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;
    position: absolute;
    width: 100%;
    top: 80px;
    opacity: 0;
    transition: 1s;
  }

  .detailContent p:nth-child(2).scroll {
    top: 130px;
    margin-top: 0;
    opacity: 0.9;
    transition: 1s;
  }

  .detailContent img {
    width: 1000px;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
  }
  .canshu {
    min-width: 1200px;
    padding-top: 60px;
    background-color: #f6f7fb;
  }

  .canshu > p {
    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, #edf2fe);
  }
  .canshu .canshuList .item:nth-child(4n-2) .ItemHead {
    background-image: linear-gradient(to right, #edf2fe, #ebf0fa);
  }
  .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, #eeecf6, #ecebf4);
  }
  .canshu .canshuList .item:nth-child(5) .ItemHead {
    background-image: linear-gradient(to right, #edf4ff, #ecebf4) !important;
  }

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

  .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: 10px;
    margin-left: 40px;
  }

  .environment {
    min-width: 1200px;
  }

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

  .environment .environmentList {
    width: 1200px;
    height: 125px;
    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;
    /*height: 600px;*/
  }
  .introduce .introduceList {
    width: 100%;
    margin: 0 auto;
    /*margin-top: 70px;*/
    /*height: 500px;*/
    position: relative;
  }
  .introduce .introduceList p:nth-child(1) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
  }
  .introduce .introduceList p:nth-child(2) {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    margin-bottom: 30px;
    width: 400px;
  }
  .introduce .introduceList p:nth-child(3) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    line-height: 36px;
    opacity: 0.8;
    width: 350px;
  }
  .introduce .introduceList img {
    /*width: 1100px;*/
    /*height: 230px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 100%;
  }
  .konwMore {
    min-width: 1200px;
    background-color: #f6f7fb;
    height: 150px;
    padding-top: 50px;
  }
  .konwMore p:nth-child(1) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 53px;
    text-align: center;
    margin-bottom: 10px;
  }
  .konwMore p:nth-child(2) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #595757;
    line-height: 36px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
 

  .detailContent {
    margin: 0 auto;
    padding-top:30px;
    width: 100%;
   padding:15px;
    background-image: linear-gradient(to right bottom, #f6f7fb, white);
    position: relative;
  }

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

  .detailContent p:nth-child(1).scroll {
    top: 45px;
    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;
    width: 100%;
    top: 80px;
    opacity: 0;
    transition: 1s;
  }

  .detailContent p:nth-child(2).scroll {
    top: 130px;
    margin-top: 0;
    opacity: 0.9;
    transition: 1s;
  }

  .detailContent img {
    display: block;
    margin: 0 auto;
    margin-top:25px;
  }
  .canshu {
    padding-top:20px;
    background-color: #f6f7fb;
  }

  .canshu > p {
    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;
    display: flex;
	padding:15px;
    flex-wrap: wrap;
  }
  .canshu .canshuList .item{
	flex-direction: column;
	width:100%;
	margin-bottom:10px;
  }
  .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: 26px;
    margin-right: 5px;
  }

  .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-left:20px;
  }

  .environment{
	background:url(/Public/image/www/icon/iconbeijing.png) no-repeat;
	background-size:cover;
	padding:20px;
	  }
	
	  .environment.scroll > img {
	 display:none!important;
	  }
	
	
	  .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-bottom:20px;
	  }
	
	  .introduce img:nth-child(1) {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-bottom:20px;
	  }
	
	  .introduce img {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	  }
	
	  .size {
		position: relative;
		margin-bottom: -5px;
	  }
	
	  .size img {
		width: 100%;
	  }
	
	  .size p:nth-child(2) {
		position: absolute;
		top: 12%;
		left: 0;
		width: 100%;
		height: 50px;
		text-align: center;
		font-size: 28px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #222222;
	  }
	
	  .size p:nth-child(3) {
		position: absolute;
		top: 20%;
		left: 0;
		width: 100%;
		height: 50px;
		text-align: center;
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 300;
		color: #595757;
	  }

  .introduce .introduceList {
    width: 100%;
    margin: 0 auto;
    /*margin-top: 70px;*/
    /*height: 500px;*/
    position: relative;
  }
  .introduce .introduceList p:nth-child(1) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
  }
  .introduce .introduceList p:nth-child(2) {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    margin-bottom: 30px;
    width: 400px;
  }
  .introduce .introduceList p:nth-child(3) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    line-height: 36px;
    opacity: 0.8;
    width: 350px;
  }
  .introduce .introduceList img {
    /*width: 1100px;*/
    /*height: 230px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    width: 100%;
  }
  .konwMore {
    background-color: #f6f7fb;
    padding:25px 15px;
  }
  .konwMore p:nth-child(1) {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height:28px;
    text-align: center;
    margin-bottom: 10px;
  }
  .konwMore p:nth-child(2) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #595757;
    line-height:25px;
    text-align: center;
  }
}
