* {
  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;
  }

  .bannerList {
    min-width: 1200px;
    height: 100px;
    /* box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center; */
    background-color: #f5f6fa;
  }
  .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 a {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    /*font-weight: 300;*/
    color: #6c6c6c;
    text-decoration: none;
  }
  .bannerList .bannerItem .item.active a {
    font-size: 16px;
    /*font-weight: 600;*/
    color: #3a5e81;
  }
  .bannerList .bannerItem .item.active .line {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #3a5e81;
    margin: 0 auto;
  }
  .productList {
    min-width: 1200px;
    background-color: #f5f6fa;
  }
  .productList .ProductItem {
    width: 1200px;
    margin: 0 auto;
    /*max-height: 1680px;*/
  }
  .productList .ProductItem .itemList {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .productList .ProductItem .itemList .item {
    background-color: white;
    width: 380px;
    height: 530px;
    margin-bottom: 30px;
  }
  .productList .ProductItem .itemList .item:nth-child(3n-1) {
    margin: 0 30px;
  }
  .productList .ProductItem .itemList .item img {
    width: 340px;
    height: 262px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
  .productList .ProductItem .itemList .item p:nth-child(2) {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3c5d80;
    text-align: center;
    margin-bottom: 10px;
  }
  .productList .ProductItem .itemList .item p:nth-child(3) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #595757;
    line-height: 30px;
    border-bottom: 1px solid #c8c4c4;
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
  }
  .productList .ProductItem .itemList .item p:nth-child(4) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #595757;
    line-height: 30px;
    border-bottom: 1px solid #c8c4c4;
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
  }
  .productList .ProductItem .itemList .item p:nth-child(5) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #595757;
    line-height: 30px;
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .productList .ProductItem .itemList .item a {
    width: 195px;
    height: 28px;
    display: block;
    margin: 0 auto;
  }
  .productList .ProductItem .itemList .item a button {
    width: 195px;
    height: 28px;
    background-color: #c9caca;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .productList .ProductItem .itemList .item:hover a button {
    background-color: #3c5d80;
  }
  .productList .ProductItem .itemList .item:hover {
    box-shadow: 3px 4px 6px 0px rgba(10, 28, 97, 0.06);
  }
}
@media (max-width: 1199px) {
  .productList {
    background-color: #f5f6fa;
  }
  .productList .ProductItem {
    margin: 0 auto;
    /*max-height: 1680px;*/
  }
  .productList .ProductItem .itemList {
    width: 100%;
    height: 100%;
	padding:15px;
    display: flex;
    flex-wrap: wrap;
  }
  .productList .ProductItem .itemList .item {
    background-color: white;
  
    width:calc(50% - 30px);
    margin:15px;
	padding:0 20px 40px 20px;
  }
  .productList .ProductItem .itemList .item:last-child{
	margin-bottom:0;
  }
  .productList .ProductItem .itemList .item img {
    display: block;
    margin: 0 auto;
  }
  .productList .ProductItem .itemList .item p:nth-child(2) {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3c5d80;
    text-align: center;
    margin-bottom: 10px;
  }
  .productList .ProductItem .itemList .item p:nth-child(3) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #595757;
    line-height: 30px;
    border-bottom: 1px solid #c8c4c4;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    font-weight: 300;
  }
  .productList .ProductItem .itemList .item p:nth-child(4) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #595757;
    line-height: 30px;
    border-bottom: 1px solid #c8c4c4;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    font-weight: 300;
  }
  .productList .ProductItem .itemList .item p:nth-child(5) {
    font-size: 15px;
    font-family: Source Han Sans CN;
    color: #595757;
    line-height: 30px;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .productList .ProductItem .itemList .item a {
    width: 195px;
    height: 28px;
    display: block;
    margin: 0 auto;
  }
  .productList .ProductItem .itemList .item a button {
    width: 195px;
    height: 28px;
    background-color: #c9caca;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .productList .ProductItem .itemList .item:hover a button {
    background-color: #3c5d80;
  }
  .productList .ProductItem .itemList .item:hover {
    box-shadow: 3px 4px 6px 0px rgba(10, 28, 97, 0.06);
  }
}
@media (max-width: 750px) {
  .productList .ProductItem .itemList .item {
      width:100%;
       margin:10px 0;
  }
}