/* Home-start */
.mobile {
	display: none;
}

.bannervideo,
.bannervideo video {
	width: 100%;
	margin-top: -1px;
}

.home-solutions {
	width: 100%;
	padding: 50px 0 70px;
}

.solutionsblock {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.modulartitle {
	font-size: 40px;
	color: #4E4F50;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.modulartitle::after {
	position: absolute;
	content: '';
	width: 66px;
	height: 5px;
	bottom: -8px;
	left: calc((100% - 66px)/2);
	border-radius: 3px;
	background: linear-gradient(to right, #10ACF2, #3CD9DE);
	/* firefox */
	background: -moz-linear-gradient(to right, #10ACF2, #3CD9DE);
	/* chrome */
	background: -webkit-linear-gradient(to right, #10ACF2, #3CD9DE);
	/* opera */
	background: -o-linear-gradient(to right, #10ACF2, #3CD9DE);
	/* IE */
	background: -ms-linear-gradient(right, #10ACF2, #3CD9DE);
}

.modulartitle-left {
	text-align: left;
	margin-top: 40px;
}

.modulartitle-left::after {
	left: 0;
}

.solutionslist {
	margin-top: 60px;
}

.solutionslist .row {
	justify-content: space-around;
}

.solutionsitem {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.ocean-features .solutionsitem:nth-child(3n - 2) {
	align-items: flex-start;
}

.ocean-features .solutionsitem:nth-child(3n) {
	align-items: flex-end;
}

.solu{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.solutionsitem-name {
	font-size: 24px;
	color: #4E4F50;
	margin-top: 30px;
	font-weight: 600;
}

.solutionsitem-content {
	font-size: 14px;
	color: #4E4F50;
	line-height: 24px;
	text-align: justify;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.morebtn {
	font-size: 16px;
	color: #4E4F50;
	border-radius: 6px;
	border: 2px solid #3CD9DE;
	padding: 15px 72px;
	display: inline-block;
	margin-top: 60px;
}

.morebtn:hover {
	background-color: #3CD9DE;
	color: #ffffff;
}

.solutionsitem-img img {
	width: 100%;
}

.home-keyproject {
	width: 100%;
	background-color: #4E4F50;
	padding: 11rem 0;
	text-align: center;
}

.keyproject-text {
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	margin: 35px auto 0;
}

.keyprojectswiper {
	width: 100%;
	overflow: hidden;
	margin-top: 85px;
	display: none;
}

.swiperitem-img {
	display: inline-block;
}

.swiperitem-img img {
	width: 100%;
}

.swiperitem-name {
	font-size: 20px;
	color: #ffffff;
	margin-top: 17px;
	text-align: center;
	display: inline-block;
}

.viewmorebtn {
	font-size: 17px;
	color: #ffffff;
	border-radius: 6px;
	background-color: #3CD9DE;
	padding: 15px 72px;
	display: inline-block;
	margin-top: 90px;
}

.viewmorebtn:hover {
	background-color: #2BC8CD;
}

.swiperitem {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-clients {
	width: 100%;
	padding: 6.4rem 0;
}

.parlist {
	width: 100%;
	height: 150px;
	background-color: inherit !important;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 40px;
}

.parlist img {
	height: 100%;
	margin: 0 10px;
}

.home-aboutus {
	width: 100%;
	background-color: #FBFBFD;
	padding: 55px 0;
}

.aboutus-contant {
	color: #4E4F50;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

.special {
	margin: 35px 0 20px;
}

.special-size {
	font-size: 18px;
	line-height: 34px;
}

.keyprojectlist {
	width: 100%;
	overflow: hidden;
	display: flex;
	margin-top: 85px;
	background-color: inherit !important;
}

.keyprojectlist .str_move {
	display: flex;
	padding-bottom: 10px;
}

.keyprojectitem {
	margin-right: 40px;
	display: flex;
	flex-direction: column;
}

.keyprojectitem-name {
	font-size: 20px;
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
}

.scrollbg {
	position: fixed;
	left: -9%;
	top: calc((100% - 50%)/2);
	z-index: -1;
}

/* Home-end */


/* coloryourocean-start */

.argam {
	margin-right: 30px;
}

.oceanbanner,
.oceanbanner img {
	width: 100%;
	margin-top: -1px;
}

.ocean-description {
	width: 100%;
	background-color: #ffffff;
	padding: 60px 0 80px;
}

.ocean-description .row,
.ocean-backend .row {
	justify-content: space-between;
}

.ocean-text {
	font-size: 18px;
	line-height: 35px;
	color: #4E4F50;
	margin-top: 45px;
	text-align: left;
}

.oceanbtn {
	margin-top: 45px;
	padding: 20px 80px;
}

.ocean-video video {
	width: 100%;
}

.ocean-features {
	padding: 6rem 0 8rem;
}

.ocean-proces .oceanproceblock:nth-child(2) {
	margin-top: 11rem;
}

.oceanproceblock {
	margin-top: 13rem;
}

.oceanproceblock .row {
	justify-content: space-between;

}

.ocean-name {
	font-size: 20px;
	color: #4E4F50;
	margin-top: 20px;
}

.oceanproces-img img {
	width: 100%;
}

.ocean-info {
	display: flex;
	flex-direction: column;
}

.ocean-proces {
	width: 100%;
	background: url(../img/coloryourocean/proces-bg.jpg)no-repeat center;
	background-size: 100% 100% !important;
	padding: 7% 0 20%;
}

.oceaninfo-title {
	font-size: 28px;
	color: #3CD9DE;
	margin-top: 5rem;
}

.oceaninfo-text {
	color: #ffffff;
	font-size: 20px;
	line-height: 38px;
	margin-top: 10px;
}

.ocean-info img {
	width: 42%;
	margin-top: 8.5rem;

}

.ocean-descriptionimg img {
	width: 95%;
}

.ocean-backend {
	padding: 10rem 0;
}

.ocean-price {
	padding: 4rem 0 8rem;
}

.ocean-price .row {
	margin: 70px 0 0;
}

.ocean-price .card {
	box-shadow: 0px 5px 17px 0px rgba(16, 13, 79, 0.1);
	border-radius: 4px;
	border: none;
	height: 100%;
}

.ocean-price .card:hover {
	box-shadow: 5px 5px 17px 0px rgba(16, 13, 79, 0.3);
}

.ocean-price .card-body {
	padding: 18px 0 30px;
	display: flex;
	flex-direction: column;
}

.pricecard-title {
	font-size: 24px;
	color: #4E4F50;
	text-align: center;
	margin-bottom: 15px;
}

.pricecard-seq {
	font-size: 16px;
	color: #4E4F50;
	position: relative;
	padding: 0 30px 0 45px;
	margin-bottom: 10px;
	text-align: left;
}

.pricecard-seq::before {
	position: absolute;
	content: '';
	top: 7px;
	left: 25px;
	width: 10px;
	height: 10px;
	background: #3CD9DE;
	display: inline-block;
	border-radius: 50%;
}

.oceanpriceitem {
	margin-bottom: 60px;
}

/* coloryourocean-end */

/* whatar-start */

.whatar-introduce {
	width: 100%;
	background-color: #262B2E;
	padding: 60px 0 80px;
}

.introduce-left {
	display: flex;
	flex-direction: column;
}

.introduce-left img {
	width: 130px;
	margin: 55px 0 0 10%;
}

.introduce-text {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
}

.introduce-right .introduce-text:last-child {
	margin-bottom: 0;
}

.whatar-cardlist {
	width: 90%;
	margin: 0 auto;
	padding: 10rem 0 12rem;
}

.whatar-cardlist .cardiem-title {
	font-size: 26px;
	color: #4E4F50;
	text-align: left;
	margin: 20px 0 !important;
}

.whatar-cardlist .cardiem-title::after {
	bottom: -12px;
	left: 0;
}

.carditem-text {
	font-size: 15px;
	line-height: 26px;
	color: #4E4F50;
	text-align: justify;
}

.whatar-cardlist .card,
.marketlist .card {
	border: none;
	height: 100%;
	padding: 0 10px;
}

.whatar-cardlist .card:hover .card-body p,
.marketlist .card:hover .card-body p {
	color: #000000;
}

.whatar-cardlist .card-body {
	padding: 10px 0;
}

.whatar-guide {
	width: 100%;
	background-color: #F7F7F7;
	padding: 50px 0;
}

.guide-title {
	font-size: 30px;
	color: #262B2E;
	font-weight: 600;
}

.guideblock {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oceanbtn i {
	margin-left: 10px;
}

.guideblock .oceanbtn {
	padding: 20px 55px;
}

.cardlistblock {
	margin-bottom: 30px;
}

.ocean-fontsize {
	font-size: 30px;
}

/* whatar-end */

/* addar-start */

.addar-market {
	width: 100%;
	padding: 5.5rem 0 12rem;
}

.marketlist {
	width: 70%;
	margin: 12rem auto 0;
}

.markblock-title {
	font-size: 32px;
	color: #262B2E;
	line-height: 40px;
	text-align: center;
	width: 45%;
	margin: 0 auto;
	font-weight: bold;
}

.marketlist .card-body {
	padding: 0;
}

.marketlist .card img {
	width: 105px;
	height: 105px;
}

.marketitem-title {
	font-size: 26px;
	color: #4E4F50;
	font-weight: bold;
	margin: 5px 0;
	height: 75px;
	line-height: 32px;
}

.marketitem-title span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.marketitem-titleaft {
	display: inline-block;
	width: 66px;
	height: 5px;
	border-radius: 3px;
	margin-bottom: 15px;
	background: linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -moz-linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -webkit-linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -o-linear-gradient(to right, #10ACF2, #3CD9DE);
	background: -ms-linear-gradient(right, #10ACF2, #3CD9DE);
}

.marketlist .cardlistblock {
	padding-right: 4%;
}

/* addar-end */

/* differencear-start */

.diffintro-left {
	padding-right: 14%;
}

.difference-cardlist .card {
	position: relative;
}

.difftextmt {
	margin-top: 30px;
}

.diff-sign {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 3%;
	left: 6%;
}

/* differencear-end */

/* solutiions-start */

.solutiion-ashbg .row,
.solutiion-whitebg .row {
	justify-content: space-between;
}

.solutiion-ashbg {
	width: 100%;
	background-color: #F7F7F7;
	padding: 60px 0;
}

.solutiion-whitebg {
	width: 100%;
	background-color: #ffffff;
	padding: 60px 0;
}

.solutiions-left {
	text-align: left;
	font-size: 36px;
	color: #4E4F50;
}

.solutiions-left::after {
	left: 0;
}

.solutiions-subtitle {
	font-size: 22px;
	color: #4E4F50;
	margin: 10px 0 0;
	font-weight: 600;
}

.solutiions-text {
	font-size: 15px;
	line-height: 26px;
	color: #4E4F50;
	margin: 10px 0 0;
}

.solutiion-leftimg {
	text-align: center;
}

.solutiion-leftimg img {
	width: 85%;
}

.solutiion-rightinfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solutiion-production {
	width: 100%;
	padding: 6rem 0 12rem;
}

.production-subtitle {
	font-size: 18px;
	color: #4E4F50;
	margin-top: 30px;
	text-align: center;
}

.solutiion-production img {
	width: 100%;
	margin-top: 85px;
}

.solutiion-guide {
	width: 100%;
	background-color: #4E4F50;
	padding: 50px 0;
}

.showcase {
	background-color: inherit;
}

.solutiion-guide .guide-title {
	color: #ffffff;
	font-weight: 600;
}

.showcases-introlist {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow-x: hidden;
}

.introlist-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5rem 7.5rem;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
}

.introlist-item:hover {
	/* -webkit-transition: all .5s;  
  -moz-transition: all .5s;  
  -ms-transition: all .5s;  
  -o-transition: all .5s;  
  transition: all .5s;   */
	background-color: rgba(255, 255, 255, 1);
}

.introimg{
	width: 100%;
	position: relative;
	padding-bottom: 56%;
	overflow: hidden;
	display: inline-block;
}

.introimg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.introlist-title {
	font-size: 30px;
	color: #4E4F50;
	margin-top: 30px;
	font-weight: bold;
}

.introlist-text {
	font-size: 15px;
	line-height: 26px;
	color: #4E4F50;
	margin-top: 20px;
	text-align: center;
}

.showcases-introlist .row {
	justify-content: space-between;
}

.introitemblock {
	padding: 0 24px;
	margin-bottom: 50px;
}

/* solutiions-end */


/* aboutus-start */

.aboutus-intro {
	padding: 7.4rem 0 9rem;
}

.aboutusintro-text {
	font-size: 18px;
	line-height: 36px;
	color: #4E4F50;
	text-align: center;
}

.aboutus-intro .aboutusintro-text:nth-child(2) {
	margin: 35px 0 20px;
}

.aboutusswiper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10rem;
}

.swiperitem img {
	width: 100%;
	border-radius: 5px;
}

.aboutusswiper {
	position: relative;
}

.swiper-leftmark {
	position: absolute;
	display: inline-block;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	left: 0;
	top: 0;
	z-index: 101;
}

.swiper-rightmark {
	position: absolute;
	display: inline-block;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	right: 0;
	top: 0;
	z-index: 101;
}

.aboutus-clients {
	width: 100%;
	background-color: #ffffff;
	padding: 8rem 0 6rem;
}

.aboutus-clients .row {
	margin-top: 10px;
}

.aboutus-clients .row img {
	width: 100%;
}

/* aboutus-end */


/* events-start */

.eventslist {
	padding: 6rem 0 15rem;
}

.eventslist .row {
	margin-top: 8rem;
}

.eventslist .card-body {
	padding: 10px 15px;
}

.eventslist .row .eventitem {
	margin-bottom: 40px;
	padding: 0 25px;
}

.eventslist .row .eventitem:hover {
	margin-top: -10px;
}

.eventitem-title {
	font-size: 24px;
	color: #4E4F50;
	font-weight: bold;
}

.eventitem-info {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.itemtime {
	font-size: 15px;
	color: #4E4F50;
}

.eventitem-more {
	font-size: 15px;
	color: #3CD9DE;
}

.eventitem-more-icon {
	background-color: #3CD9DE;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	font-size: 12px;
}

.eventitem-more-icon i {
	color: #ffffff;
}

.eventslist .card {
	border: none;
	box-shadow: 0px 5px 17px 0px rgba(16, 13, 79, 0.1);
	border-radius: 4px;
}

.events-intro {
	width: 100%;
	padding: 6rem 0 7rem;
}

.eventitem-text {
	font-size: 16px;
	color: #4E4F50;
	line-height: 32px;
	margin-top: 35px;
	text-align: center;
}

.event-videolist {
	width: 90%;
	margin: 0 auto 15rem;
}

.eventvideo video {
	width: 100%;
}

.events-photos {
	width: 100%;
	background-color: #4E4F50;
	padding: 8.2rem 0 15rem;
	text-align: right;
}

.eventphotoblock {
	width: 95%;
	display: inline-block;
}

.events-swiper {
	margin-top: 70px;
}


.events-swiper img {
	width: 100%;
	height: 100%;
}

.eventphoto-up {
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.eventswiper-btn {
	display: flex;
}

.eventswiper-btn .btn-prev {
	margin-right: 28px;
}

.btn-prev,
.btn-next {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.btn-prev i,
.btn-next i {
	font-size: 20px;
	color: #ffffff;
}

.btn-prev:hover,
.btn-next:hover {
	background-color: #3CD9DE;
	border: 2px solid #3CD9DE;
}

/* events-end */


/* contactus-start */

.consultation {
	width: 100%;
	padding: 57px 0 11rem;
}

.subform {
	width: 43%;
	margin: 70px auto 0;
}

.subform .el-form-item__label {
	font-size: 16px;
	color: #4E4F50;
	padding: 0;
	line-height: 20px;
	font-weight: 500;
}

.subform .demo-form-inline {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fistline {
	width: 48% !important;
}

.subform .demo-form-inline .el-form-item {
	width: 100%;
}

.subform .el-input__inner,
.subform .el-textarea__inner {
	border: 1px solid #F5F7FA;
	background-color: #F5F7FA;
}

.subform .el-button {
	font-size: 17px;
	background-color: #3CD9DE;
	border-radius: 6px;
	border: none;
	font-weight: normal;
	padding: 20px 100px;
	margin-top: 43px;
}

.contactus-info {
	width: 100%;
	background-color: #4E4F50;
}

.contactus-map {
	width: 100%;
	height: 100%;
}

.infoblock {
	padding: 9rem 11rem;
	background-color: #4E4F50;
	display: inline-block;
}

.infoblock .infoitem:last-child{
    margin-bottom: 0;
}

.infoitem {
	display: flex;
	margin-bottom: 50px;
}

.infoitem-icon img {
	width: 29px;
	height: 29px;
}

.infoitem-infotext {
	display: flex;
	flex-direction: column;
	margin-left: 16px;
}

.infoitem-infotext-title {
	font-size: 19px;
	color: #ffffff;
}

.infoitem-infotext-content {
	font-size: 17px;
	color: #ffffff;
	line-height: 22px;
}


.subform .el-input-group__prepend {
	width: 90px;
	border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.formtip .el-dialog {
	width: 325px;
	border-radius: 3px;
}

.formtip .el-dialog__body {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 40px 30px;
}

.formtip .el-dialog__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.formtip-img img {
	width: 109px;
}

.formtip .el-dialog__header {
	padding: 0;
}

.formtip-title {
	font-size: 22px;
	color: #4E4F50;
	font-weight: 500;
	margin-top: 20px;
}

.formtip-content {
	font-size: 14px;
	line-height: 22px;
	color: #4E4F50;
	margin-top: 10px;
	text-align: center;
}

.formtip-btn {
	width: 95%;
	text-align: center;
	padding: 10px 0;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #3CD9DE;
	margin: 30px auto 0;
	cursor: pointer;
}

.formtip-btn:hover {
	background-color: #3CD9DE;
	color: #ffffff;
}

.amap-icon img {
	width: 35px;
	height: 35px;
}

.amap-marker-label {
	border: none;
	background-color: inherit;
	font-size: 16px;
	color: #BD3935;
	font-weight: bold;
}

/* contactus-end */

/* insiights-start */

.insightlist {
	padding: 5.7rem 0 15rem;
}

.insightlist .row {
	margin-top: 70px;
}

.insightitem-title {
	font-size: 20px;
	line-height: 26px;
	color: #4E4F50;
	font-weight: bold;
}

.insightitem-text {
	font-size: 15px;
	line-height: 24px;
	color: #4E4F50;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-align: justify;
	margin-top: 12px;
}

.insightitem .card {
	border: none;
	box-shadow: 0px 5px 17px 0px rgba(16, 13, 79, 0.1);
	border-radius: 4px;
}

.insightitem .card-body {
	padding: 25px 20px 40px;
	display: flex;
	flex-direction: column;
}

.insightitem-btn {
	border-radius: 4px;
	border: 1px solid #3CD9DE;
	display: inline-block;
	width: 75%;
	margin: 30px auto 0;
	text-align: center;
	padding: 10px 0;
	font-size: 17px;
	color: #4E4F50;
}

.insightitem-btn:hover {
	background-color: #3CD9DE;
	color: #ffffff;
}

.insightitem {
	height: 100%;
}


.insights-blog {
	width: 54%;
	margin: 0 auto;
	padding: 28px 0 12rem;
}

.blog-title {
	font-size: 38px;
	color: #4E4F50;
	font-weight: 600;
	line-height: 43px;
}

.blog-date {
	font-size: 14px;
	color: #4E4F50;
	margin-top: 5px;
	display: inline-block;
}

.linklist {
	margin-top: 30px;
}

.linklist-icon {
	display: inline-block;
	margin-right: 20px;
}

.linklist-icon img {
	width: 36px;
	height: 36px;
}

.blog-content {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.blog-content img {
	width: 100%;
	margin: 25px 0 0;
}

.blog-content .blog-content-text:nth-child(-n+8) {
	margin-bottom: 15px;
}

.blog-content-text {
	font-size: 16px;
	line-height: 30px;
	color: #4E4F50;
	margin-bottom: 0;
}

.blog-content-text a,
.aboutusintro-text a,
.carditem-text a,
.introduce-text a,
.solutiions-text a {
	font-weight: bold;
	text-decoration: underline !important;
}

.blog-content-text a:hover,
.imglink a:hover,
.aboutusintro-text a:hover,
.carditem-text a:hover,
.introduce-text a:hover,
.solutiions-text a:hover {
	color: #3CD9DE;
}

.firstblog-title {
	margin-top: 30px;
	display: inline-block;
}

.blog-content-title {
	font-size: 20px;
	color: #4E4F50;
	font-weight: 500;
}

.imglink {
	font-size: 12px;
	color: #4E4F50;
	text-align: center;
	margin: 5px 0 25px;
}



/* insiights-end */


/* 小于1200px */
@media (max-width: 1200px) {
	.solutionslist .row {
		justify-content: flex-start;
	}

	.solutionsitem {
		padding: 0 20px;
	}

	.keyproject-text {
		width: 80%;
	}

	.ocean-text {
		line-height: 30px;
	}

	.keyprojectitem-img img {
		height: 220px;
	}

	.markblock-title {
		width: 75%;
	}

	.solutiion-guide .guide-title {
		font-size: 26px;
		text-align: center;
	}

	.guideblock .oceanbtn {
		padding: 15px 50px;
	}

	.subform {
		width: 60%;
	}
}

/* 小于1023px */
@media (max-width: 1023px) {
	.home-solutions {
		padding: 40px 0 60px;
	}

	.home-keyproject {
		padding: 70px 0;
	}

	.viewmorebtn {
		margin-top: 60px;
	}

	.ocean-descriptionimg {
		text-align: center;
		margin-bottom: 30px;
	}

	.ocean-text {
		padding-right: 0;
	}

	.ocean-description {
		padding: 50px 0 60px;
	}

	.solutionsitem {
		padding: 0 15px;
	}

	.ocean-proces .oceanproceblock:nth-child(2) {
		margin-top: 60px;
	}

	.oceanproceblock {
		margin-top: 100px;
	}

	.whatar-cardlist {
		padding: 50px 0 40px;
	}

	.guideblock {
		flex-wrap: wrap;
		justify-content: center;
	}

	.subform {
		width: 80%;
		margin: 50px auto 0;
	}

	.insights-blog {
		width: 70%;
	}

	.blog-title {
		font-size: 35px;
	}
}

/* 小于980px */
@media (max-width:990px) {
	.ocean-descriptionimg img {
		width: 50%;
	}

	.ocean-backend .ocean-descriptionimg img {
		width: 80%;
	}

	.modulartitle-left {
		margin-top: 20px;
	}

	.introduce-right {
		margin-top: 30px;
	}

	.guideblock .oceanbtn {
		margin-top: 20px !important;
	}

	.marketlist {
		width: 80%;
	}

	.marketlist .cardlistblock {
		padding: 0;
	}

	.marketitem-title span {
		text-align: center;
	}

	.marketlist {
		margin: 40px auto 0;
	}

	.solutiion-leftimg {
		text-align: center;
		margin-bottom: 30px;
	}

	.solutiion-leftimg img {
		width: 50%;
	}

	.modulartitle {
		font-size: 35px;
	}

	.insightlist .row {
		margin-top: 50px;
	}

	.insightitem {
		margin-bottom: 40px;
	}

	.infoitem {
		margin-bottom: 30px;
	}

	.introduce-left img {
		display: none;
	}

	.modulartitle-left {
		text-align: center;
	}

	.modulartitle-left::after {
		left: calc((100% - 66px)/2);
	}

	.diffintro-left {
		padding-right: 0;
	}

	.solutiions-left {
		text-align: center;
	}

	.solutiions-left::after {
		left: calc((100% - 66px)/2);
	}

	.introlist-title {
		text-align: center;
	}
}

/* 小于767px */
@media (max-width: 767px) {
	.ocean-features .solutionsitem:nth-child(3n - 2) {
		align-items: inherit;
	}
	
	.ocean-features .solutionsitem:nth-child(3n) {
		align-items: inherit;
	}
	.solutionsitem {
		padding: 0;
		margin: 0 auto 20px;
	}

	.home-solutions {
		padding: 30px 0 50px;
	}

	.morebtn {
		padding: 15px 50px;
		margin-top: 40px;
	}

	.solutionslist {
		margin-top: 40px;
	}

	.home-keyproject {
		padding: 50px 0;
	}

	.swiperitem-name {
		font-size: 15px;
	}

	.viewmorebtn,
	.oceanbtn {
		padding: 15px 50px;
	}

	.swiperitem {
		padding: 0 20px;
	}

	.parlist {
		margin-top: 20px;
	}

	.parlist img {
		height: 150px !important;
	}

	.home-clients {
		background-size: 45% 100%;
		padding: 40px 0 20px;
		background-color: #ffffff;
	}

	.aboutus-contant {
		padding: 0 30px;
	}

	.keyprojectlist {
		display: none;
	}

	.keyprojectswiper {
		margin-top: 40px;
		display: block;
	}

	.ocean-description {
		padding: 30px;
	}

	.ocean-info {
		align-items: center;
	}

	.ocean-info img {
		width: 25%;
	}

	.oceaninfo-title {
		font-size: 25px;
	}

	.oceaninfo-text {
		text-align: center;
		font-size: 18px;
		line-height: 25px;
	}

	.oceanproces-img {
		margin-top: 20px;
		text-align: center;
	}

	.oceanproces-img img {
		width: 80%;
	}

	.ocean-proces .oceanproceblock:nth-child(2) {
		margin-top: 40px;
	}

	.oceanproceblock {
		margin-top: 80px;
	}

	.ocean-backend {
		padding: 50px 30px 30px;
	}

	.ocean-price {
		padding: 20px 50px;
	}

	.whatar-introduce {
		padding: 30px 20px 50px;
	}

	.guide-title {
		font-size: 23px;
	}

	.markblock-title {
		font-size: 21px;
		width: 90%;
		line-height: 25px;
	}

	.addar-market {
		padding: 30px 0 40px;
	}

	.marketlist .card {
		align-items: center;
	}

	.marketitem-title {
		justify-content: center;
	}

	.marketlist .card-body {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.solutiions-left {
		font-size: 25px;
	}

	.solutiions-subtitle {
		font-size: 19px;
	}

	.introlist-title {
		font-size: 21px;
		margin-top: 10px;
	}

	.introlist-text {
		margin-top: 10px;
	}

	.swiper-leftmark,
	.swiper-rightmark {
		display: none;
	}

	.eventslist .row {
		margin-top: 30px;
	}

	.eventslist .row {
		margin: 40px 0 0 0;
	}

	.eventslist .row .eventitem {
		margin-bottom: 50px;
	}

	.events-intro {
		padding: 30px 0;
	}

	.eventvideo video {
		margin-bottom: 30px;
	}

	.events-swiper {
		margin-top: 40px;
	}

	.btn-prev,
	.btn-next {
		display: none;
	}

	.subform .el-button {
		padding: 15px 50px;
		margin-top: 20px;
	}

	.infoblock {
		width: 100%;
		padding: 30px;
	}

	.fistline {
		width: 100% !important;
	}

	.subform .el-form-item__content {
		margin-top: 5px;
	}

	.insightitem {
		padding: 0 40px;
	}

	.insights-blog {
		width: 80%;
		padding: 30px 0 50px;
	}

	.blog-title {
		font-size: 25px;
		line-height: 30px;
	}

	.linklist,
	.blog-content {
		margin-top: 20px;
	}

	.solutiion-rightinfo {
		padding: 0px 30px 20px;
	}

	.contactus-map {
		height: 400px;
	}

	.argam {
		margin-right: 0;
	}

	.keyproject-text {
		width: 85%;
		padding: 0;
	}

	.ocean-proces {
		background: url(../img/coloryourocean/mobile-proces-bg.jpg)no-repeat center;
	}

	.whatar-cardlist .modulartitle {
		font-size: 35px;
		text-align: center;
	}

	.whatar-cardlist .cardiem-title::after {
		left: calc((100% - 66px)/2);
		bottom: 6px;
	}
}

/* 宽度小于539px 6/7/8 */
@media (max-width: 539px) {
	.mobile {
		display: block;
	}

	.pc {
		display: none;
	}

	.whatar-cardlist .modulartitle {
		font-size: 22px;
	}

	.modulartitle {
		font-size: 30px;
	}

	.ocean-description {
		padding: 40px 20px 50px;
	}

	.ocean-text {
		margin-top: 30px;
	}

	.card-body {
		text-align: center;
	}

	.home-solutions {
		padding: 20px 0 50px;
	}

	.solutionsitem {
		width: 87%;
	}

	.solutionsitem-img img {
		width: 80%;
	}

	.solutionsitem-name {
		margin-top: 3px;
	}

	.morebtn {
		margin-top: 20px;
	}

	.viewmorebtn {
		margin-top: 26px;
	}

	.keyprojectlist {
		margin-top: 50px;
	}

	.scrollbg {
		width: 75%;
		top: 26%;
		left: -25%;
	}

	.solutionsitem-content {
		margin-top: 5px;
	}

	.ocean-price {
		padding: 36px 20px 30px;
	}

	.ocean-name {
		font-size: 14px;
	}

	.oceaninfo-title {
		font-size: 22px;
	}

	.oceaninfo-text {
		font-size: 16px;
	}

	.ocean-backend {
		padding: 50px 20px 20px;
	}

	.oceanpriceitem {
		margin-bottom: 30px;
	}

	.whatar-introduce {
		padding: 30px 10px 50px;
	}

	.guide-title {
		padding: 0 20px;
		text-align: center;
	}

	.home-aboutus {
		padding: 30px 0 50px;
	}

	.solutiions-left {
		font-size: 25px;
	}

	.solutiions-subtitle {
		font-size: 17px;
		margin-top: 15px;
		text-align: center;
	}

	.solutiions-text {
		font-size: 13px;
	}

	.solutiion-leftimg img {
		width: 70%;
	}

	.solutiion-ashbg,
	.solutiion-whitebg {
		padding: 30px 0;
	}

	.eventitem-title {
		font-size: 20px;
	}

	.eventslist .row .eventitem {
		padding: 0 20px;
	}

	.subform {
		width: 90%;
	}

	.formtip .el-dialog {
		width: 86%;
	}

	.insights-blog {
		width: 85%;
	}

	.blog-title {
		font-size: 20px;
		line-height: 25px;
	}

	.solutiion-production img {
		margin-top: 35px;
	}

	.aboutus-intro {
		padding: 20px 20px 30px;
	}

	.aboutusswiper {
		margin-bottom: 50px;
	}

	.showcases-introlist {
		padding-bottom: 40px;
	}

	.introitemblock {
		margin-bottom: 30px;
	}

	.introlist-item {
		padding: 20px 20px 40px;
	}

	.solutiion-guide .guide-title {
		font-size: 20px;
	}

	.solutiion-guide {
		padding: 20px 0 36px;
	}

	.talkto {
		padding: 15px 40px !important;
		font-size: 15px;
	}

	.solutiion-production {
		padding: 30px 20px 40px;
	}

	.events-photos {
		padding: 20px 0 40px 7px;
	}

	.oceanproceblock {
		margin-top: 50px;
	}

	.ocean-descriptionimg img {
		margin-left: 22px;
	}

	.modulartitle-left {
		margin-top: 0
	}

	.ocean-backend .ocean-descriptionimg img {
		margin-left: 0;
		width: 95%;
	}

	.ocean-price .row {
		margin: 45px 0 0;
	}

	.ocean-backend .modulartitle,
	.ocean-backend .ocean-text {
		text-align: center;
	}

	.ocean-backend .modulartitle::after {
		text-align: center;
		left: calc((100% - 66px)/2);
	}

	.ocean-descriptionimg {
		margin-bottom: 10px;
	}

	.whatar-guide {
		padding: 35px 0;
	}

	.subform .el-form-item__error--inline {
		top: -7px;
	}

	.showcase {
		padding: 30px 0 10px;
	}

	.ocean-proces {
		padding: 11% 0 20%;
	}

	.processone {
		margin-left: 28px;
	}

	.whatar-cardlist .whatar-cardiem::after {
		bottom: -10px;
	}
}

/* 宽度小于350px 5/SE */
@media (max-width: 350px) {}
