.ptfe-box .view-btn{
	line-height: 22px;
	display: inline-block;
	padding: 9px 20px;
	background: #27175A;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.ptfe-box .view-btn:hover{
	background: #2DD5E7;
	color: #fff;
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 90px;
	overflow: auto;
	background: #fff;
	z-index: 98;
	margin-bottom: 35px;
	border-bottom: 1px solid #ccc;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	column-gap: 10px;
}
.page-title-list .list-item{
	font-size: 16px;
	line-height: 1.3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.page-title-list .list-item:hover{
    color: #2DD5E7;
}
.page-title-list .list-item.shows{
    color: #2DD5E7;
    border-bottom: 1px solid #2DD5E7;
    font-weight: bold;
}
.ptfe-box{
	width: 100%;
	height: auto;
}
.ptfe-box h1{
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
	margin-top: 0px;
}
.ptfe-box h2{
	font-size: 25px;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.ptfe-box h3{
	font-size: 18px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.ptfe-box h4,.ptfe-box h5,.ptfe-box h6{
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.ptfe-section1{
	width: 100%;
	height: auto;
	padding: 70px 0px 45px;
	background: #f4f9ff;
	margin-bottom: 15px;
}
.ptfe-section1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.ptfe-section1-info .pic{
	width: 28%;
	height: 280px;
    position: relative;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
.ptfe-section1-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.ptfe-section1-info .pic img.contain{
	object-fit: contain;
	background: #fff;
}
.ptfe-section1-info .text{
	width: 69%;
}
.ptfe-section1-info .text .text-btn{
	column-gap: 30px;
	display: flex;
	flex-wrap: wrap;
}
.ptfe-section1-info .text .text-btn a{
	margin-top: 10px;
}
.ptfe-section1 .style1{
	display: inline-block;
	padding: 7px 15px;
	background: #daeeff;
	border-radius: 200px;
	font-size: 15px;
	line-height: 20px;
}
.ptfe-section1-btn{
	column-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 25px;
}
.ptfe-section1-btn a{
	margin-top: 10px;
}
.ptfe-title-secton{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	text-align: center;
}
.ptfe-title-secton .style1{
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.ptfe-title-secton .style1 span{
	display: inline-block;
	padding: 7px 15px;
	background: #daeeff;
	border-radius: 200px;
	font-size: 15px;
	line-height: 20px;
}
.ptfe-title-secton h2{
	margin-bottom: 0px;
}
.ptfe-title-secton.left{
	text-align: left;
}
.ptfe-section2{
	width: 100%;
	height: auto;
	padding: 70px 0px 80px;
	background: #f4f9ff;
	margin-bottom: 70px;
}
.ptfe-section2-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ptfe-section2-info .ptfe-section2-title{
	width: 48%;
}
.ptfe-section2-info .ptfe-section2-list{
	width: 48%;
}
.ptfe-section2-info .ptfe-section2-title p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ptfe-section2-info .ptfe-section2-list .list-item{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}
.ptfe-section2-info .ptfe-section2-list .list-item:last-child{
	margin-bottom: 0px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title{
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    cursor: pointer;
    border-radius: 10px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title p{
    line-height: 1.3;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title:hover{
    background: #2DD5E7;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title:hover p{
    color: #fff;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title.shows{
    background: #2DD5E7;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title.shows p{
    color: #fff;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title .info-btn{
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0s;
    flex-shrink: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transform: translateY(-3px);
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title .info-btn:after{
    content: "+";
    transition: all .2s;
    font-weight: bold;
    font-size: 20px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title.shows .info-btn:after{
    content: "-";
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title:hover .info-btn{
    color: #fff;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-title.shows .info-btn{
    color: #fff;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-text{
    width: 100%;
    padding: 20px 15px 15px;
    display: none;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-text p{
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-text ul{
    margin-bottom: 5px;
}
.ptfe-section2-info .ptfe-section2-list .list-item .info-text ul li{
    margin-bottom: 0px;
}
.ptfe-section3{
	width: 100%;
	height: auto;
	padding: 0px 0px 55px;
}
.ptfe-section3-list{
	width: 100%;
	height: auto;
}
.ptfe-section3-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding-left: 30px;
	position: relative;
}
.ptfe-section3-list .list-item:before{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/arrow11.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 4px;
}
.ptfe-section3-list .list-item p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.ptfe-section3-list .list-item .style1{
	margin-bottom: 5px;
}
.ptfe-section4{
	width: 100%;
	height: auto;
	padding: 80px 0px 60px;
	margin-bottom: 80px;
	background: #f4f9ff;
}
.ptfe-section4-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.ptfe-section4-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.ptfe-section4-list>.row:before{
	content: none;
}
.ptfe-section4-list>.row:after{
	content: none;
}
.ptfe-section4-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.ptfe-section4-list .list-item{
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	padding: 20px 15px 10px;
	transition: all .3s;
	border-radius: 6px;
	position: relative;
}
.ptfe-section4-list .list-item:hover{
	transform: translateY(-6px);
}
.ptfe-section4-list .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.ptfe-section4-list .list-item .pic-box{
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	border-radius: 50%;
	background: #edfaff;
}
.ptfe-section4-list .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ptfe-section4-list .list-item .text p{
	text-align: center;
}
.ptfe-section5{
	width: 100%;
	height: auto;
	padding: 70px 0px 80px;
	background: #f4f9ff;
	margin-bottom: 70px;
}
.ptfe-section5-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ptfe-section5-info .section-title{
	width: 350px;
}
.ptfe-section5-info .section-content{
	width: calc(100% - 410px);
}
.ptfe-section5-info .section-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 15px;
}
.ptfe-section5-info .section-title-list span{
	display: inline-block;
	padding: 8px 13px;
	font-size: 16px;
	line-height: 1.3;
	background: #eaeaea;
	color: #000;
	margin-bottom: 8px;
	cursor: pointer;
}
.ptfe-section5-info .section-title-list span.shows{
	background: #2DD5E7;
	color: #fff;
}
.ptfe-section5-info .section-content .list-content{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 30px 15px;
	display: none;
}
.ptfe-section5-info .section-content .list-content:first-child{
	display: block;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.ptfe-section6{
	width: 100%;
	height: auto;
	padding: 70px 0px 55px;
	background: linear-gradient(45deg,#1ed2e0,#2DD5E7);
	margin-bottom: 70px;
	text-align: center;
}
.ptfe-section6 h2,.ptfe-section6 p{
	color: #fff;
}
.ptfe-section6 .ptfe-title-secton .style1 span{
	color: #000;
}
.ptfe-section6 .view-btn:hover {
	background: #fff;
	color: #000;
}
.ptfe-section7{
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}
.ptfe-section7 .section-star{
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 5px;
}
.ptfe-section7 .section-star span{
	width: 20px;
	height: 20px;
	background: url(../images/arrow12.png) no-repeat center center/contain;
}
.ptfe-section7-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.ptfe-section7-info .section-style1{
	width: 25%;
	background: #f4f9ff;
	border: 1px solid #e2e8f0;
    padding: 24px 20px;
    text-align: center;
}
.ptfe-section7-info .section-list{
	width: calc(75% - 25px);
}
.ptfe-section7-info .section-style1 .style2{
	font-size: 60px;
	line-height: 1.3;
	font-weight: bold;
	color: #2DD5E7;
}
.ptfe-section7-info .section-style1 .section-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	margin-top: 10px;
}
.ptfe-section7-info .section-style1 .swiper-button-next{
	position: static;
	transform: none;
}
.ptfe-section7-info .section-style1 .swiper-button-prev{
	position: static;
	transform: none;
}
.ptfe-section7-info .section-style1 .swiper-button-next,.ptfe-section7-info .section-style1 .swiper-button-prev{
	background: #ebf9ff;
	box-shadow: 0 0 20px -6px rgba(23, 36, 36, 0.08);
	width: 40px;
    height: 40px;
    border-radius: 200px;
    border: none;
    top: 50%;
    border: 1px solid #e2e8f0;
}
.ptfe-section7-info .section-style1 .swiper-button-next:after,.ptfe-section7-info .section-style1 .swiper-button-prev:after{
	color: #000 !important;
	font-size: 16px;
}
.ptfe-section7-info .section-style1 .swiper-button-next:hover,.ptfe-section7-info .section-style1 .swiper-button-prev:hover{
	background: #2DD5E7;
}
.ptfe-section7-info .section-style1 .swiper-button-next:hover:after,.ptfe-section7-info .section-style1 .swiper-button-prev:hover:after{
	color: #fff !important;
}
.ptfe-section7-info .section-list .swiper-slide{
	height: auto;
	background: #f4f9ff;
	border: 1px solid #e2e8f0;
    padding: 24px 20px 90px;
    position: relative;
}
.ptfe-section7-info .section-list .swiper-slide .section-star{
	margin-bottom: 10px;
}
.ptfe-section7-info .section-list .swiper-slide .slide-title{
	position: absolute;
	left: 0px;
	bottom: 30px;
	padding: 0px 20px 0px 95px;
	width: 100%;
}
.ptfe-section7-info .section-list .swiper-slide .slide-title:before{
	content: '';
	width: 62px;
	height: 62px;
	background: url(../images/arrow13.png) no-repeat center center/60% #d2e2ff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.ptfe-section7-info .section-list .swiper-slide .slide-title p{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
}
.ptfe-section7-info .section-list .swiper-slide .slide-title .style1{
	font-weight: bold;
	padding-bottom: 6px;
}
.ptfe-section8{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.ptfe-section8-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	margin-top: 35px;
}
.ptfe-section8-list .list-item{
	width:32%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	padding-bottom: 60px;
	position: relative;
}
.ptfe-section8-list .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.ptfe-section8-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.ptfe-section8-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.ptfe-section8-list .list-item .pic span{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 3;
	padding: 7px 15px;
	background: rgba(1,99,155,.9);
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	border-radius: 5px;
}
.ptfe-section8-list .list-item .text{
	width: 100%;
	padding: 15px 15px 1px;
}
.ptfe-section8-list .list-item .text h3{
	font-size: 16px;
	line-height: 1.4;
}
.ptfe-section8-list .list-item .text h3:hover{
	color: #2DD5E7;
}
.ptfe-section8-list .list-item .text .view-btn{
	position: absolute;
	left: 15px;
	bottom: 20px;
	padding: 8px 15px;
	background: #2DD5E7;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.ptfe-section8-list .list-item .text .view-btn:hover{
	background: #27175A;
	color: #fff;
}
.ptfe-section-quote{
	width: 100%;
	height: auto;
	padding: 70px 0px 60px;
	background: #2DD5E7;
	text-align: center;
}
.ptfe-section-quote h2{
	text-align: center;
	color: #fff;
}
.ptfe-section-quote p{
	text-align: center;
	color: #fff;
}
.ptfe-section-quote .ptfe-title-secton .style1 span {
    color: #000;
}
.ptfe-section-quote .view-btn:hover {
	background: #fff;
	color: #000;
}
.faq-section{
	width: 100%;
	height: auto;
	padding-bottom: 65px;
}
.faq-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.faq-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.faq-list .list-item .info-title{
	padding: 12px 10px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.faq-list .list-item .info-title:hover{
	background: #2DD5E7;
}
.faq-list .list-item .info-title.shows{
	background: #2DD5E7;
}
.faq-list .list-item .info-title p{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.faq-list .list-item .info-title .info-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	transition: all .3s;
	flex-shrink: 0;
	margin-left: 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.faq-list .list-item .info-title .info-btn:after{
	content: '\e970';
    font-family: 'icomoon';
	transition: all .3s;
}
.faq-list .list-item .info-title:hover p{
	color: #fff;
}
.faq-list .list-item .info-title:hover .info-btn:after{
	color: #fff;
}
.faq-list .list-item .info-title.shows p{
	color: #fff;
}
.faq-list .list-item .info-title.shows .info-btn:after{
	color: #fff;
}
.faq-list .list-item .info-title.shows .info-btn:after{
	transform: rotate(180deg);
}
.faq-list .list-item .info-text{
	width: 100%;
	padding: 15px 10px 5px;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
}






@media screen and (max-width:1200px){




.ptfe-section7-info{
	flex-wrap: wrap;
}
.ptfe-section7-info .section-style1{
	width: 100%;
	margin-bottom: 25px;
}
.ptfe-section7-info .section-list{
	width: 100%
}
.ptfe-section5-info{
	flex-wrap: wrap;
}
.ptfe-section5-info .section-title{
	width: 100%;
	margin-bottom: 20px;
}
.ptfe-section5-info .section-content{
	width: 100%;
}
.page-title-list-box{
	top: 65px;
}
.page-title-list{
	width: auto;
	column-gap: 15px;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}

}

@media screen and (max-width:1000px){


.ptfe-section8-list .list-item{
	width:49%;
}
.ptfe-section5-info .section-content .list-content{
	padding: 30px 10px 15px;
}
.ptfe-section4-list>.row>div{
    width: 100%;
}
.ptfe-section2-info{
	flex-wrap: wrap;
}
.ptfe-section2-info .ptfe-section2-title{
	width: 100%;
	margin-bottom: 25px;
}
.ptfe-section2-info .ptfe-section2-list{
	width: 100%;
}
.ptfe-box h1{
	font-size: 24px;
}
.ptfe-box h2{
	font-size: 21px;
}
.ptfe-section1-info{
	flex-wrap: wrap;
}
.ptfe-section1-info .pic{
	width: 100%;
    height: 200px;
    margin-top: 35px;
}
.ptfe-section1-info .text{
	width: 100%;
}

}

@media screen and (max-width:800px){



.ptfe-section8-list .list-item{
	width:100%;
}
.ptfe-section7-info .section-list .swiper-slide{
	padding: 24px 10px 90px;
}

}