* {
  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: 1300px;
    background-color: #f5f6fa;
    display: flex;
    justify-content: center;
  }
  .productList .chooseList {
    width: 100px;
    margin-right: 50px;
  }
  .productList .chooseList .item {
    display: flex;
    width: 100px;
    height: 60px;
    margin-bottom: 30px;
    align-items: center;
    cursor: pointer;
  }
  .productList .chooseList .item.active {
    border-right: 3px solid #406485;
  }
  .productList .chooseList .item p {
    width: 100%;
    height: 100%;
    text-align: right;
    line-height: 60px;
    margin-right: 20px;
  }
  .productList .chooseList .item.active p {
    font-weight: bold;
  }
  .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: 450px;*/
    /* box-shadow: 0px 0px 9px 4px rgba(28, 29, 29, 0.04); */
    margin-bottom: 30px;
  }
  .productList .ProductItem .itemList .item:nth-child(3n-1) {
    margin: 0px 30px;
    margin-bottom: 30px;
  }
  .productList .ProductItem .itemList .item img {
    width: 380px;
    /*height: 262px;*/
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .productList .ProductItem .itemList .item p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    line-height: 21px;
    margin-top: 30px;
    text-align: center;
  }

  .productList .ProductItem .itemList .item a {
    width: 141px;
    height: 39px;
    border: 2px solid rgba(124, 124, 124, 0.7);
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .productList .ProductItem .itemList .item a button {
    width: 141px;
    height: 39px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 21px;
    background-color: white;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: white;
  }
  /* .productList .ProductItem .itemList .item a button:hover{
	background-color: #3c5d80;
} */
  .productList .ProductItem .itemList .item:hover {
    box-shadow: 3px 4px 6px 0px rgba(10, 28, 97, 0.06);
  }
  .productList .ProductItem .itemList .item:hover a {
    border: none;
  }
  .productList .ProductItem .itemList .item:hover a button {
    background-color: #406485;
    color: white;
  }
}
@media (max-width: 1199px) {
  .bannerList {
    background-color: #f5f6fa;
  }
  .productList {
    background-color: #f5f6fa;
    display: flex;
	padding:15px 15px 0 0;
  }
  .productList .chooseList {
    width:70px;
	flex-shrink: 0;
   margin-bottom:15px;
  }
  .productList .chooseList .item {
    display: flex;
    height:35px;
    margin-bottom:20px;
    align-items: center;
    cursor: pointer;
  }
  .productList .ProductListItem{
	margin-left:10px
  }
  .productList .chooseList .item.active {
    border-right: 2px solid #406485;
  }
  .productList .chooseList .item p {
    width: 100%;
    height: 100%;
    text-align: right;
    font-size:16px;
    line-height:40px;
    margin-right: 20px;
  }
  .productList .chooseList .item.active p {
    font-weight: bold;
  }
  .productList .ProductItem {
    margin: 0 auto;
  }
  .productList .ProductItem .itemList {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .productList .ProductItem .itemList .item {
    background-color: white;
    /*height: 450px;*/
    /* box-shadow: 0px 0px 9px 4px rgba(28, 29, 29, 0.04); */
   	width:calc(50% - 30px);
    margin:15px;
	padding:0 20px 40px 20px;
  }

  .productList .ProductItem .itemList .item img {

    /*height: 262px;*/
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .productList .ProductItem .itemList .item p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    line-height: 21px;
    margin-top: 30px;
    text-align: center;
  }

  .productList .ProductItem .itemList .item a {
    width: 141px;
    height: 39px;
    border: 2px solid rgba(124, 124, 124, 0.7);
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .productList .ProductItem .itemList .item a button {
    width: 100%;
    height:100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #7c7c7c;
    line-height: 21px;
    background-color: white;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: white;
  }

  /* .productList .ProductItem .itemList .item a button:hover{
		background-color: #3c5d80;
	} */
  .productList .ProductItem .itemList .item:hover {
    box-shadow: 3px 4px 6px 0px rgba(10, 28, 97, 0.06);
  }
  .productList .ProductItem .itemList .item:hover a {
    border: none;
  }
  .productList .ProductItem .itemList .item:hover a button {
    background-color: #406485;
    color: white;
  }
}
@media (max-width: 750px) {
  .productList .ProductItem .itemList .item {
      width:100%;
      margin:10px 0;
  }
}
