* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(4) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .shipList {
    margin-top: -5px;
    min-width: 1200px;
    background-color: #f5f6fa;
    padding-top: 50px;
  }
  .shipList .listItem {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .shipList .listItem .item {
    position: relative;
    width: 1200px;
    height: 400px;
    background-image: linear-gradient(#f5f6fa, #fdfdfd);
    box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
    margin-bottom: 30px;
  }
  .shipList .listItem .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 400px;
  }
  .shipList .listItem .item:nth-child(2n) img {
    position: absolute;
    left: 600px;
    top: 0;
    width: 600px;
    height: 400px;
  }
  .shipList .listItem .item .itemText {
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 400px;
  }
  .shipList .listItem .item:nth-child(2n) .itemText {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 400px;
  }
  .shipList .listItem .item .itemText p:nth-child(1) {
    font-size: 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #e4e5eb;
    line-height: 64px;
    opacity: 0.67;
    position: absolute;
    left: 44px;
    top: 72px;
  }
  .shipList .listItem .item .itemText p:nth-child(2) {
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3c5d80;
    position: absolute;
    left: 44px;
    top: 102px;
  }
  .shipList .listItem .item .itemText p:nth-child(3) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    line-height: 40px;
    height: 200px;
    position: absolute;
    left: 44px;
    top: 172px;
    width: 85%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  /* .swiper-button-prev{
	background-color: #333333;
	width: 50px!important;
	height: 50px!important;
	border-radius: 50%;
}
.swiper-button-prev::after{
	width: 30px!important;
	height: 30px!important;
} */
  .detailList {
    min-width: 1200px;
    background-color: #f5f6fa;
    padding-bottom: 30px;
  }
  .detailList > img {
    width: 100%;
    /* height: 400px; */
  }
  .detailList .shipSwiper {
    width: 1200px;
    margin: 0 auto;
    margin-top: -130px;
    position: relative;
    overflow: hidden;
  }
  .detailList .shipSwiper .prev {
    position: absolute;
    left: -15px;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    color: white;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
  }
  .detailList .shipSwiper .prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .detailList .shipSwiper .prev img {
    margin: 5px 22px;
  }
  .detailList .shipSwiper .next img {
    margin: 5px auto;
    margin-left: -5px;
  }
  .detailList .shipSwiper .next {
    position: absolute;
    right: -15px;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    color: white;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
  }
  .detailList .shipSwiper .next:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .detailList .shipSwiper .item {
    position: relative;
    width: 1200px;
    height: 575px;
  }
  .detailList .shipSwiper .item > img:nth-child(1) {
    width: 1200px;
    height: 575px;
  }
  .detailList .shipSwiper .item > img:nth-child(2) {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 248px;
    left: 570px;
    cursor: pointer;
  }
  .detailList .shipSwiper .item .itemVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
  }
  .detailList .shipSwiper .item .itemVideo.active {
    display: block;
  }
  .detailList .shipSwiper .item .itemVideo p {
    position: absolute;
    font-size: 50px;
    top: 0px;
    right: 10px;
    color: white;
    z-index: 30;
    cursor: pointer;
  }
  .detailList .shipSwiper .item .itemVideo video {
    width: 100%;
    height: 100%;
  }
  .detailList .shipSwiper .item .itemText {
    position: absolute;
    width: 100%;
    height: 57.5px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .detailList .shipSwiper .item .itemText .filter {
    width: 100%;
    height: 57.5px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(8px);
    z-index: 10;
  }
  .detailList .shipSwiper .item .itemText p {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    line-height: 60px;
  }
  .introduce {
    min-width: 1200px;
    background-color: #f5f6fa;
    padding-bottom: 100px;
  }
  .introduce .introduceItem {
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
  .introduce .introduceItem .introduceText {
    background-color: #e4e5eb;
    width: 723px;
    height: 328px;
  }
  .introduce .introduceItem .introduceText > p:nth-child(1) {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 46px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
  .introduce .introduceItem .introduceText > p:nth-child(2) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #626262;
    line-height: 32px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .introduce .introduceItem .introduceText .bottomText {
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
  }
  .introduce .introduceItem .introduceText .bottomText p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #626262;
    line-height: 46px;
    /*width: 50%;*/
  }
  .introduce .introduceItem img {
    width: 460px;
    height: 327px;
    display: block;
    margin-left: 19px;
  }
}
@media (max-width: 1199px) {
  .shipList {
    margin-top: -5px;
    background-color: #f5f6fa;
    padding: 20px;
  }
  .shipList .listItem {
    margin: 0 auto;
  }
  .shipList .listItem .item {
    position: relative;

    background-image: linear-gradient(#f5f6fa, #fdfdfd);
    box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
    margin-bottom: 20px;
  }
  .shipList .listItem .item img{
	width:100%;
  }
  .shipList .listItem .item .itemText {
    padding:10px 15px 25px 15px;
  }
  .shipList .listItem .item .itemText p:nth-child(1) {
    font-size: 45px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #e4e5eb;
    line-height: 64px;
    opacity: 0.67;
  }
  .shipList .listItem .item .itemText p:nth-child(2) {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin: 4px 0 5px;
    color: #3c5d80;
  }
  .shipList .listItem .item .itemText p:nth-child(3) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #222222;
    line-height: 26px;
  }
  /* .swiper-button-prev{
		background-color: #333333;
		width: 50px!important;
		height: 50px!important;
		border-radius: 50%;
	}
	.swiper-button-prev::after{
		width: 30px!important;
		height: 30px!important;
	} */
  .detailList {
    background-color: #f5f6fa;
  }
  .detailList > img {
    width: 100%;
    /* height: 400px; */
  }
  .detailList .shipSwiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .detailList .shipSwiper .prev {
    position: absolute;
    left: -15px;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    color: white;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
  }
  .detailList .shipSwiper .prev:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .detailList .shipSwiper .prev img {
    margin: 5px 22px;
  }
  .detailList .shipSwiper .next img {
    margin: 5px auto;
    margin-left: -5px;
  }
  .detailList .shipSwiper .next {
    position: absolute;
    right: -15px;
    top: 40%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 42px;
    line-height: 45px;
    text-align: center;
    color: white;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    outline: none;
  }
  .detailList .shipSwiper .next:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .detailList .shipSwiper .item {
    position: relative;
    width: 1200px;
    height: 575px;
  }
  .detailList .shipSwiper .item > img:nth-child(1) {
    width: 1200px;
    height: 575px;
  }
  .detailList .shipSwiper .item > img:nth-child(2) {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 248px;
    left: 570px;
    cursor: pointer;
  }
  .detailList .shipSwiper .item .itemVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
  }
  .detailList .shipSwiper .item .itemVideo.active {
    display: block;
  }
  .detailList .shipSwiper .item .itemVideo p {
    position: absolute;
    font-size: 50px;
    top: 0px;
    right: 10px;
    color: white;
    z-index: 30;
    cursor: pointer;
  }
  .detailList .shipSwiper .item .itemVideo video {
    width: 100%;
    height: 100%;
  }
  .detailList .shipSwiper .item .itemText {
    position: absolute;
    width: 100%;
    height: 57.5px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .detailList .shipSwiper .item .itemText .filter {
    width: 100%;
    height: 57.5px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(8px);
    z-index: 10;
  }
  .detailList .shipSwiper .item .itemText p {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 19px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ffffff;
    line-height: 60px;
  }
  .introduce {
    background-color: #f5f6fa;
    padding-bottom:30px;
  }
  .introduce .introduceItem {
    margin: 0 auto;
    display: flex;
  }
  .introduce .introduceItem .introduceText {
    background-color: #e4e5eb;
    width: 723px;
    height: 328px;
  }
  .introduce .introduceItem .introduceText > p:nth-child(1) {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 46px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }
  .introduce .introduceItem .introduceText > p:nth-child(2) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #626262;
    line-height: 32px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .introduce .introduceItem .introduceText .bottomText {
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
  }
  .introduce .introduceItem .introduceText .bottomText p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #626262;
    line-height: 46px;
    /*width: 50%;*/
  }
  .introduce .introduceItem img {
    width: 460px;
    height: 327px;
    display: block;
    margin-left: 19px;
  }
}
