.ptfe-box .view-btn{
	line-height: 22px;
	display: inline-block;
	padding: 9px 20px;
	background: #00a6e3;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.ptfe-box .view-btn:hover{
	background: #0665c9;
	color: #fff;
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 115px;
	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: #00a6e3;
}
.page-title-list .list-item.shows{
    color: #00a6e3;
    border-bottom: 1px solid #00a6e3;
    font-weight: bold;
}
.ptfe-box{
	width: 100%;
	height: auto;
}
.ptfe-box h1{
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #00a6e3;
	font-family: "Palatino Linotype";
	font-weight: bold;
	margin-top: 0px;
}
.ptfe-box h2{
	font-size: 25px;
	line-height: 1.3;
	font-family: "Palatino Linotype";
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.ptfe-box h3{
	font-size: 18px;
	color: #000;
	font-family: "Palatino Linotype";
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.ptfe-box h4,.ptfe-box h5,.ptfe-box h6{
	font-size: 17px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.ptfe-section1{
	width: 100%;
	height: auto;
	padding: 70px 0px 45px;
	background: #f6f6f6;
	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-btn{
	column-gap: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 25px;
}
.ptfe-section1-btn a{
	margin-top: 10px;
}
.ptfe-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 60px;
}
.ptfe-section2-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.ptfe-section2-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.ptfe-section2-list>.row:before{
	content: none;
}
.ptfe-section2-list>.row:after{
	content: none;
}
.ptfe-section2-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.ptfe-section2-list .list-item{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 15px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	padding: 20px 15px 10px;
	transition: all .3s;
	border-radius: 6px;
}
.ptfe-section2-list .list-item:hover{
	transform: translateY(-6px);
}
.ptfe-section2-list .list-item .pic{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 10px;
}
.ptfe-section2-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ptfe-section2-list .list-item .text p{
	padding-bottom: 10px;
}
.ptfe-section2-list .list-item .text .style1{
	font-size: 17px;
}
.ptfe-section3{
	width: 100%;
	height: auto;
	padding: 0px 0px 60px;
}
.ptfe-section3-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.ptfe-section3-list>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.ptfe-section3-list>.row:before{
	content: none;
}
.ptfe-section3-list>.row:after{
	content: none;
}
.ptfe-section3-list>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.ptfe-section3-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;
	padding-bottom: 75px;
	position: relative;
}
.ptfe-section3-list .list-item:hover{
	transform: translateY(-6px);
}
.ptfe-section3-list .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.ptfe-section3-list .list-item .pic-box{
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	border-radius: 50%;
	background: #bbedff;
}
.ptfe-section3-list .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ptfe-section3-list .list-item .text p{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.ptfe-section3-list .list-item .view-btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	white-space: nowrap;
}
.ptfe-section4{
	width: 100%;
	height: auto;
	padding: 0px 0px 60px;
}
.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;
}
.ptfe-section4-list .list-item:hover{
	transform: translateY(-6px);
}
.ptfe-section4-list .list-item ul{
	margin-bottom: 15px;
}
.ptfe-section4-list .list-item ul li{
	margin-bottom: 0px;
}
.ptfe-section5{
	width: 100%;
	height: auto;
	padding: 70px 0px 45px;
	margin-bottom: 80px;
	background: rgb(248,251,253);
}
.ptfe-section6{
	width: 100%;
	height: auto;
	padding: 0px 0px 80px;
}
.ptfe-section6-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ptfe-section6-info .ptfe-section6-title{
	width: 30%;
}
.ptfe-section6-info .ptfe-section6-list{
	width: 65%;
}
.ptfe-section6-info .ptfe-section6-title .title-btn{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 10px;
}
.ptfe-section6-info .ptfe-section6-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-section6-info .ptfe-section6-list .list-item .info-title{
    background: #f2f2f2;
    padding: 15px 15px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    cursor: pointer;
    border-radius: 10px;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title p{
    line-height: 1.3;
    color: #000;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title:hover{
    background: #00a6e3;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title:hover p{
    color: #fff;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title.shows{
    background: #00a6e3;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title.shows p{
    color: #fff;
}
.ptfe-section6-info .ptfe-section6-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;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title .info-btn:after{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    transition: all .2s;
    font-weight: bold;
    font-size: 20px;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title.shows .info-btn:after{
    transform: rotate(180deg);
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title:hover .info-btn{
    color: #fff;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-title.shows .info-btn{
    color: #fff;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-text{
    width: 100%;
    padding: 20px 15px 15px;
    display: none;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-text p{
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-text ul{
    margin-bottom: 5px;
}
.ptfe-section6-info .ptfe-section6-list .list-item .info-text ul li{
    margin-bottom: 0px;
}
.ptfe-section7{
	width: 100%;
	height: auto;
	padding: 70px 0px 70px;
	margin-bottom: 80px;
	background: rgb(248,251,253);
}
.ptfe-section7-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
}
.ptfe-section7-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.ptfe-section7-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;
}
.ptfe-section7-list .list-item .info-title:hover{
	background: #00a6e3;
}
.ptfe-section7-list .list-item .info-title.shows{
	background: #00a6e3;
}
.ptfe-section7-list .list-item .info-title p{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ptfe-section7-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;
}
.ptfe-section7-list .list-item .info-title .info-btn:after{
	content: '\e970';
    font-family: 'icomoon';
	transition: all .3s;
}
.ptfe-section7-list .list-item .info-title:hover p{
	color: #fff;
}
.ptfe-section7-list .list-item .info-title:hover .info-btn:after{
	color: #fff;
}
.ptfe-section7-list .list-item .info-title.shows p{
	color: #fff;
}
.ptfe-section7-list .list-item .info-title.shows .info-btn:after{
	color: #fff;
}
.ptfe-section7-list .list-item .info-title.shows .info-btn:after{
	transform: rotate(180deg);
}
.ptfe-section7-list .list-item .info-text{
	width: 100%;
	padding: 15px 10px 5px;
	display: none;
	border: 1px solid #ccc;
	border-top: none;
}
.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: 20px 15px 5px;
}
.ptfe-section8-list .list-item .text h3{
	font-size: 16px;
	line-height: 1.4;
}
.ptfe-section8-list .list-item .text h3:hover{
	color: #a4c75e;
}
.ptfe-section8-list .list-item .text .view-btn{
	position: absolute;
	left: 15px;
	bottom: 20px;
	padding: 9px 15px;
	background: #00a6e3;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}
.ptfe-section8-list .list-item .text .view-btn:hover{
	background: #0665c9;
	color: #fff;
}
.ptfe-section-quote{
	width: 100%;
	height: auto;
	padding: 70px 0px 60px;
	background: rgb(248,251,253);
	text-align: center;
}
.ptfe-section-quote h2{
	text-align: center;
}
.ptfe-section-quote p{
	text-align: center;
}
.ptfe-section-quote .style1 span{
	background: #e0f7ff;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 5px;
	font-weight: bold;
	color: #00a6e3;
}



@media screen and (max-width:1200px){



.ptfe-section6-info{
	flex-wrap: wrap;
}
.ptfe-section6-info .ptfe-section6-title{
	width: 100%;
	margin-bottom: 40px;
}
.ptfe-section6-info .ptfe-section6-list{
	width: 100%;
}
.ptfe-section4-list>.row>div{
    width: 50%;
}
.ptfe-section3-list>.row>div{
    width: 50%;
}
.page-title-list-box{
	top: 115px;
}
.page-title-list{
	width: auto;
	column-gap: 15px;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}
	
}


@media screen and (max-width: 1080px) {

.page-title-list-box{
	top: 85px;
}
}

@media screen and (max-width:1000px){

.ptfe-section8-list .list-item{
	width:49%;
}
.ptfe-section4-list>.row>div{
    width: 100%;
}
.ptfe-section2-list>.row>div{
    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-section3-list>.row>div{
    width: 100%;
}
.page-title-list-box{
	top: 120px;
}
	
}