/*设置banner*/
/*-----------------------------------*/
.top-img {
	background-image: url('../images/p&t-automation/banner.jpg');
}
.topImg-title {
	color: #ffffff;
}
@media only screen and (max-width: 1024px) {
	.top-img {
		background-image: url('../images/p&t-automation/m-banner.png');
	}
}
/*-----------------------------------*/
/*设置banner end*/

/*共用样式*/
/*-----------------------------------*/
.pc-wrap {
	display: block;
	line-height: 0;
}
@media only screen and (max-width: 1599px) {
	.pc-wrap1599 {
		display: none;
		line-height: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.pc-wrap {
		display: none;
	}
	.spot {
		margin-right: 8px;
	}
}
/*-----------------------------------*/
/*共用样式  end*/

/* 正文内容 */
/*----------------------------------------------------*/
.automation-part1 .part1-title {
    color: #004898;
    padding-bottom: 80px;
}
.video-wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.video-wrapper .video-left,
.video-wrapper .video-right {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.video-wrapper .video-left {
	margin-right: 4.5%;
}
.automation-part1 .part1-desc {
	max-width: 1200px;
	text-align: justify;
}
.automation-part1 .part1-img-wrapper {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
}
.automation-part1 .part1-img-wrapper .part1-img {
    width: 100%;
    padding-bottom: 46.598%;
	background-image: url('../images/p&t-automation/part1-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.automation-part1 .part1-img-wrapper .m-part1-img-title {
	display: none;
}
.automation-part1 .m-part1-items {
	display: none;
}


/* part3 */
.automation-part3 .part3-title {
    padding-bottom: 40px;
}
.automation-part3 .part3-desc {
	max-width: 1200px;
	text-align: justify;
}
.automation-part3 .part3-img-wrapper {
    width: 61%;
    margin-left: auto;
    margin-right: auto;
}
.automation-part3 .part3-img-wrapper .part3-img {
    width: 100%;
    padding-bottom: 37.594%;
	background-image: url('../images/p&t-automation/part3-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.automation-part2  .part2-title {
	padding-bottom: 60px;
}
.automation-part2 .part2-desc {
	/*width: 62.5%;*/
	max-width: 1200px;
	text-align: center;
}
/*SPINDLES*/
.nav-main-container {
	position: relative;
}
.swiper-info-nav {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	background-color: #f6f6f6;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #004898;
}
.swiper-info-nav .swiper-info-nav-title {
	/*width: 292px;*/
	line-height: 80px;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: 30px;
	margin-right: 4.166667%;
	color: #004898;
}
.swiper-info-tab .swiper-slide:not(.active-nav):hover > div {
	color: #004898;
}
.swiper-info-tab .swiper-slide > div {
	/*font-family: 'HarmonyOS_Sans_SC_Bold';*/
	padding: 0 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.swiper-info-tab .active-nav{
    background: #004898;
    color: #fff;
}
.swiper-info-tab .swiper-slide {
  width: auto;
  cursor: pointer;
}
/*tab翻页箭头*/
.swiper-nav-prev, 
.swiper-nav-next {
	/*background-image: none;*/
	width: 20px;
	background-size: 100%;
}
.swiper-nav-prev {
	left: -10px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23595757'%2F%3E%3C%2Fsvg%3E");
}
.swiper-nav-next {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23595757'%2F%3E%3C%2Fsvg%3E");
}
.swiper-nav-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23004898'%2F%3E%3C%2Fsvg%3E");
}
.swiper-nav-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23004898'%2F%3E%3C%2Fsvg%3E");
}
/*tabs文字居中*/
.swiper-info-tab{
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
    text-align: center;
    margin: 0;
}
/*给con部分加上一个背景色*/
.swiper-info-container {
	background-color: #f6f6f6;
}
.swiper-info-prev {
	left: 5%;
}
.swiper-info-next {
	right: 5%;
}
.swiper-info-container .swiper-slide {
	padding: 60px 13.77%;
}
.swiper-info-container .swiper-slide .part2-img-title {
    padding-bottom: 30px;
    text-align: center;
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 40px;
    color: #004898;
    line-height: 1.3;
}
.swiper-info-container .swiper-slide .part2-desc {
	text-align: justify;
}
.swiper-info-container .swiper-slide .slide-info {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 40px;
}
.swiper-info-container .swiper-slide .slide-info .item-img {
	margin-right: 16px;
}
.swiper-info-container .swiper-slide .slide-info .item-img:last-child {
	margin-right: 0;
}
.swiper-info-container .swiper-slide .slide1-info .item-img {
	width: 38.9%;
}
.swiper-info-container .swiper-slide .slide2-info .item-img:nth-child(1) {
	width: 40.1%;
}
.swiper-info-container .swiper-slide .slide2-info .item-img:nth-child(2) {
	width: 41%;
}
.swiper-info-container .swiper-slide .slide3-info .item-img {
	width: 39%;
}
.swiper-info-container .swiper-slide .slide4-info .item-img {
	width: 32.45%;
}
.swiper-info-container .swiper-slide .item-title {    
	width: 100%;
    text-align: center;
    background: #FFF;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #004898;
    font-weight: normal;
}
.m-automation-part2-main {
	display: none;
}

/*featured functions 移动端*/
.option-content {
	display: none;
}
.option-content.value1 {
	display: block;
}
.m-automation-part2-main {
	display: none;
	background-color: #f6f6f6;
	padding-bottom: 42px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 12px;
}
.m-automation-part2-main .easydropdown .carat {
	right: 12px;
    top: 50%;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0;
    border-color: #004898 transparent transparent;
}
.m-automation-part2-main .easydropdown.open .carat {
    border-width: 0 6px 9px;
    border-color: transparent transparent #004898;
}
.m-automation-part2-main .easydropdown {
	box-sizing: border-box;
    border: 1px solid #004898;
    color: #004898;
    height: 36px;
    margin-top: 0;
    margin-bottom: 42px; 
   	background-color: #f6f6f6;
}
.m-automation-part2-main .easydropdown ul{
	margin: 0;
	padding: 0;
}
.m-automation-part2-main .easydropdown .selected, 
.easydropdown li {
	font-size: 18px;
    line-height: 36px;
    height: 36px;
    color: #004898;
    font-weight: bold;
}
.option-content {
    /*padding-bottom: 38px;*/
    text-align: center;
}
.option-content .option-img {
	display: block;
	width: 100%;
}
.option-content .option-desc {
	font-size: 18px;
    line-height: 1.5;
    color: #333333;
    /*margin: 0;*/
    text-align: left;
}
@media only screen and (max-width: 1919px) {
	
}
@media only screen and (max-width: 1799px) {
}
@media only screen and (max-width: 1599px) {
    .automation-part1 .part1-title {
        padding-bottom: 60px;
    }
	.swiper-info-nav .swiper-info-nav-title {
		font-size: 26px;
	}
	.swiper-info-tab .swiper-slide > div {
		font-size: 16px;
	}
	.swiper-info-container .swiper-slide .part2-img-title {
		font-size: 26px;
	}
	.swiper-info-container .swiper-slide .item-title {
    	font-size: 16px;
	}    

	/* part2 */
	.automation-part2  .part2-title {
		padding-bottom: 45px;
	}

	/* part3 */
	.automation-part3 .part3-title {
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 1499px) {
}
@media only screen and (max-width: 1299px) {
}
@media only screen and (max-width: 1024px) {
	/*part1*/
	.automation-part1 {
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.automation-part1 .part1-title {
		padding-bottom: 24px;
		text-align: left;
		font-size: 30px;
		line-height: 1.3;
	}
	.video-wrapper {
		display: block;
	}
	.video-wrapper .video-left {
		margin-right: 0;
		margin-bottom: 24px;
	}
	.automation-part1 .part1-desc {
		text-align: left;
	}
	.automation-part1 .part1-img-wrapper {
		width: 100%;
		margin-top: 24px;
	}
	.automation-part1 .part1-img-wrapper .part1-img {
		padding-bottom: 58.6667%;
		background-image: url('../images/p&t-automation/m-part1-1.png');
	}
	.automation-part1 .m-part1-items {
		display: block;
	}
	.automation-part1 .part1-img-wrapper .m-part1-img-title {
		font-size: 18px;
		color: #004898;
		text-align: center;
		line-height: 1.3;
		display: block;
		margin-bottom: 24px;
	}
	.automation-part1 .m-part1-desc-items {
		background-color: #f6f6f6;
	}
	.automation-part1 .m-part1-desc-items .m-part1-img-desc {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		padding: 12px 15px 42px;
	}
	.automation-part1 .m-part1-desc-items .m-part1-img-desc .m-part1-img-mark {
		width: 20px;
		height: 20px;
		display: block;
		border: 1px solid #004898;
		border-radius: 50%;
		font-size: 14px;
		text-align: center;
		line-height: 20px;
		color: #004898;
		margin-right: 8px;
		margin-top: 3px;
	}
	.automation-part1 .m-part1-desc-items .m-part1-img-desc .m-part1-main-desc {
		flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		color: #004898;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 5px;
	}


	/* part2 */
	.automation-part2 {
		padding-bottom: 0;
	}
	.automation-part2 .part2-title {
		padding-bottom: 24px;
		line-height: 1.3;
	}
	.automation-part2 .part2-desc {
		padding-bottom: 24px;
		text-align: left;
	}
	.m-automation-part2-main {
		display: block;
		padding-top: 24px;
		padding-bottom: 42px;
		margin-bottom: 0;
	}
	.automation-part2-main {
		display: none;
	}
	.m-automation-part2-main .m-part2-title {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.m-automation-part2-main .m-part2-desc {
		padding-bottom: 42px;
	}
	.m-automation-part2-main .m-part2-img-title {
	    padding: 0 0 24px 0;
	    font-family: 'HarmonyOS_Sans_SC_Bold';
	    font-size: 22px;
	    text-align: center;
	    color: #000;
	    line-height: 1.3;
	    color: #004898;
    }
	.m-automation-part2-main .m-part2-img-desc {
		color: #004898;
		margin-top: 12px;
		font-size: 18px;
	}
	.m-automation-part2-main .m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
		border: 1px solid #fff;
	}
	.m-automation-part2-main .m-common-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
	.option-content img {
		width: 100%;
	}

	/* part3 */
	.automation-part3 {
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.automation-part3 .part3-title {
		padding-bottom: 24px;
	}
	.automation-part3 .part3-desc {
		text-align: left;
	}
	.automation-part3 .part3-img-wrapper {
		width: 100%;
		margin-top: 24px;
	}
	.automation-part3 .part3-img-wrapper .part3-img {
		padding-bottom: 151.46667%;
		background-image: url('../images/p&t-automation/m-part3-1.png')
	}
}
@media only screen and (max-width: 450px) {
	.automation-part1 .part1-title {
		font-size: 28px;
	}
	.automation-title {
		font-size: 22px;
	}
	.automation-part1 .part1-img-wrapper .m-part1-img-title {
		font-size: 16px;
	}
	.automation-part1 .m-part1-desc-items .m-part1-img-desc .m-part1-img-mark {
		width: 16px;
		height: 16px;
		font-size: 12px;
		line-height: 16px;
		margin-top: 2px;
	}
	.m-automation-part2-main .m-part2-img-title {
		font-size: 20px;
	}
	.m-automation-part2-main .m-part2-img-desc {
		font-size: 16px;
	}
}
/*----------------------------------------------------*/
/*正文内容 end*/
