﻿.titleBox{width:100%; float: left; overflow: hidden;margin:0px auto 50px auto;}
.titleBox h2{color:#333333; font-weight: 500;font-size:22px; text-align: center;margin: auto;}
.titleBox h5{color:#777777; font-weight: 500;font-size:12px; text-align: center;margin: 10px auto auto auto;}
.titleBox h5 span{padding:0px 10px;}
.ArtBack{display: none;}
.topRecord{font-size:14px;}
.main-box{padding: 20px 0 75px;}
.topRecord{padding: 0px 0 20px;}
h2{font-size:2.6rem;}
.Pagination.ArtPagination{display: none;}

.title{margin:20px auto;text-align: center;}
.title h3{ font-size:2rem;}
.title h5{ font-size:0.9rem; font-weight: 300; margin-top:20px;}

.titles{margin:20px auto;text-align: center;}
.titles h3{font-size:2.8rem;font-weight: bold;}
.titles h3 b, .titles h3 strong{color:#e92b29;}
.titles h5{font-size:1rem;font-weight: 500;margin-top:20px;line-height: 1.8rem;}

.btn-red, .btn-red:active, .btn-red:active:focus, .btn-red:active:hover, .btn-red:focus, .btn-red:hover {
  color: #fff
}
.btn-red {
  border-radius: 1px;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #FF4E34;
  line-height: 40px;
 overflow: hidden;
  position: relative;
  -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/*.btn-red:hover{
	background: #e52e13;
}*/
.btn-red:active:before, .btn-red:active:focus:before, .btn-red:active:hover:before, .btn-red:focus:before, .btn-red:hover:before {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}
.btn-red:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  background: #EF2B0B;
  content: "";
  -webkit-transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
  transition: -webkit-transform .3s cubic-bezier(.75, 0, .125, 1);
  transition: transform .3s cubic-bezier(.75, 0, .125, 1);
  transition: transform .3s cubic-bezier(.75, 0, .125, 1), -webkit-transform .3s cubic-bezier(.75, 0, .125, 1)
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}



.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: #f96c45;
    color: #FFFFFF;
    padding: 15px 40px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: #e92b29;}

:root {
  --primary: #ffc246;
  --secondary: #384d62;
  --title-color: #1c0a1a;
  --text-color: #5a5a5a;
  --light-bg-color: #fafafa;
  --card-box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  --card-hover-box-shadow: 1px 20px 30px #C4C4C433; }

.tm-tab{
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	margin-top:20px;
}
.tm-tab caption{
	font-size: 24px;
	background: #455b98;
	padding:20px;
	color:#fff;
	text-align: center;
    caption-side: top;
}
.tm-tab tr td{
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding:20px;
}
.tm-tab tr td:first-child,.tm-tab tr td.font-22,.tm-tab tr td:last-child{
	font-size:20px;
	text-align: center;
	color:#000922;
}
.tm-tab tr td em{
	display: block;
	font-size: 14px;
	margin-top:16px;
	color:#808080;
}
.zixun-btn{
	margin:40px auto 0;
}
.group-btn.tq-btn:hover{
	background: #273f78;
}
.tm-tab-vip{
	margin-top:80px;
}
.tm-tab-vip caption{
	background: #e5bf80;
}
.tm-tab-vip .bg-orange td{
	background: #fffcf6;
}
.zixun-btn.bg-orange{
	background: #e5bf80;
}
.zixun-btn.bg-orange:hover{
	background: #d2a863;
}
/**莽聫颅氓啪鈥姑ぢ概矫ε撀嵜ヅ犅�**/
.section-bg-img-03{
	background: #f2f6ff;
}
.tab{
	width:100%;
	text-align: center;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
.tab tr th{
	background: #455b98;
	color:#fff;
	width: 30%;
}
.tab-gz tr th{
	width: 17%;
	}
.tab tr td.txt_left{
	font-size: 16px;
    text-align: left;
    padding: 15px;
	}
.tab tr td,.tab tr th{
	font-size: 20px;
	padding:20px 0;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}
.tab tr:nth-of-type(even) td{
	background: #f8faff;
}
.tab tr td .sign-up,.tab tr td .consult{
	width:50%;
	height:60px;
	line-height: 60px;
	border-radius: 60px;	
	display: block;
	margin:0 auto;
}
.tab-gz tr td .sign-up,.tab-gz tr td .consult{
	width:80%;
	}
.tab tr td .sign-up{
	border:1px solid #455b98;
	color:#455b98;
	font-weight:lighter;
}
.tab tr td .sign-up:hover{
	background:#5f88d8;
	border:1px solid #5f88d8;
	color:#fff;
}
.tab tr td .consult{
	background: #455b98;
	border:1px solid #455b98;
	color:#fff;
	margin-top:13px;
}
.tab tr td .consult:hover{
	background: #e5bf80;
	border:1px solid #e5bf80;
}
.tab2{
	margin-top:40px;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	background: #fffcf6;
}
.tab2 tr td{
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	text-align: center;
	padding:10px 0;
}
.tab2 tr td:nth-of-type(1){
	background:#fff;
}
.tab2 tr:nth-of-type(2) td{
	font-size: 20px;
}
.tab2 tr:nth-of-type(1) td{
	background:#455b98;
	font-size: 20px;
	color:#fff;
}
.tab2 tr td:nth-of-type(2){
	background:#f8faff;
}

.bg_gsjj .ArtPagination{display: none;}

.section{padding:80px 0 60px}

.titleBox.artType1{display:none !important;}
.titleBox.artType2{display:none !important;}
/*************************顶部的话*****************************/
.top-img{padding:50px 0px; text-align: center;max-width:1200px;margin: auto;}
.top-img img{max-width:100%; overflow: hidden;width:100%;}
.top-img p{font-size:1.8rem; color:#333; padding:30px 0px;}


/*************************为什么选择PRT*****************************/
.aac-why{padding: 70px 0px 0px 0px;}
.why-box{background:#FFFFFF url("/images/ydza/bg-ydza.jpg") center no-repeat;margin-top: 80px;background-size:cover;padding: 70px 0px;height: 800px;}
.why-cont{margin-left:0px;margin-right: auto;background: #ffffff; max-width: 800px;margin-top: 30px;overflow: hidden; box-shadow: 0px 0px 20px rgba(0,0,0,0.2);padding:50px;}
.why-c{display:none;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.why-cont h3{font-size:1.5rem; margin-bottom:20px;}
.why-cont .desc{line-height: 1.5rem;font-size: 1rem;}
.why-cont .desc p{margin:auto; padding:0px;font-size: 0.9rem;}

.why-cont h3:nth-of-type(2){margin-top:2rem;}

/*************************PRT国内唯一官方认证培训*****************************/
.prt-rzpx{background: #f2f6ff; display: flex; justify-content: space-around; padding:0px 0px 100px 0px; position: relative;}

.img-slide{margin-left:0px; width:570px;height: 100%; flex-shrink: 0;}
.img-slide img{max-width:100%;}
.rzpx-cont{display:flex; flex-direction: column;padding: 80px; max-width:1080px;margin-right: auto;}
.rzpx-cont h2{margin-bottom:50px;}
.rzpx-cont p{font-size:1rem; color:#333; font-weight: 400;}


.rzpx-td{position:absolute;max-width:1400px; bottom:180px; z-index: 10;}
.rzpx-td ul{margin:auto; padding: 0px; display: flex;}
.rzpx-td ul li{width: calc(1400px / 4 );height: calc(1400px / 4 );overflow: hidden;display: flex;align-items: center;justify-content: center;    color: #fff;font-size: 1.6rem;font-weight: 300;padding: 50px;text-align: center;} 
.rzpx-td ul li:nth-child(1){background:#5f88d8;}
.rzpx-td ul li:nth-child(2){background:#1fa5b5;}
.rzpx-td ul li:nth-child(3){background:#00ae87;}
.rzpx-td ul li:nth-child(4){background:#f96c45;}
.rzpx-td ul li .innerbox{padding:50px; display: flex; flex-direction: column; color:#fff;    align-items: center;}
.rzpx-td ul li .innerbox .icon-t{width:100px; height: 100px;    border-radius: 100px; background: rgb(243, 227, 181); color:rgb(30, 59, 116); font-size:30px; display:flex; align-content: center; align-items: center; text-align: center;    justify-content: center;}
.rzpx-td ul li .innerbox h4{ font-size:24px; margin-top:40px; text-align: center;font-weight: 500; line-height: 34px;}
.rzpx-td ul li .innerbox h5{ font-size:18px;}
.rzpx-td ul li .innerbox p{ font-size:15px; text-align: center;margin-top:10px;max-width: 90%;}



/*************************PRT的5大关键领域*****************************/
.prt-ads{ background: #f5f5f5 url("/images/prt/bg-ads.jpg") no-repeat center; padding:80px 0px;}
.prt-ads ul{width:100%;max-width:1400px; margin:50px auto 0px auto;padding: 0px; display:flex; justify-content: space-between;}
.prt-ads ul li{width:100%; padding:10px;color:#fff;    margin-top: 0px;}
.prt-ads ul li h3{font-size:1.4rem; color:#fff; background:#a3b2d3;padding: 40px 20px;margin: auto;text-align: center;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 25px rgb(0 0 0 / 20%); }
.prt-ads-p{font-size: 0.85rem;display: block;padding: 50px 30px;font-weight: 300;line-height: 1.5rem;    border-bottom-left-radius: 10px;border-bottom-right-radius: 10px; color:#333; background:#FFFFFF; height:200px;box-shadow: 0px 0px 25px rgb(0 0 0 / 20%);}
.prt-ads ul li.li1 h3{background:#384d62;}
.prt-ads ul li.li2 h3{background:#00ae87;}
.prt-ads ul li.li3 h3{background:#1fa5b5;}
.prt-ads ul li.li4 h3{background:#f96c45;}
.prt-ads ul li.li5 h3{background:#ac9db4;}




/*************************PRT官方认证级别*****************************/
.prt-level{text-align: center;background: #f5f5f5;}
.prt-level .wrap{max-width:1400px;}
.prt-level .titles h5{font-size: 1.25rem;}
.level-tags{}
.tag,.tag-item {
    margin-bottom: 10px;
}
.tag-item,.tag-item::before {background: #fafafa;}
.tag-item {
    float: left;
    position: relative;
    height: 70px;
}
.tag-item::before {
    content: "";
    position: absolute;
	top:0px;
    left: 0;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    transform-origin: top left;
	background: #fff;
    border-top: none;
    border-right: none;
	z-index: 1;
}
.tag-item::after {
    content: "";
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    /*transform-origin: top left;*/
	background: #FFFFFF;
    border-top: none;
    border-right: none;
	z-index: 1;
}
.prt-level ul{margin:auto; padding:0px; text-align: left; margin-top:50px;}
.prt-level ul li{padding:0px 60px 0px 60px;justify-content: center;flex-direction: column; text-align: left;float:left; display: flex; margin:20px auto; background: #f5f5f5; font-size:1.2rem;color: #fff;margin-left: 20px; align-items: flex-start;align-items:center;} 
.prt-level ul li:nth-child(5n){background:#7f6292;}
.prt-level ul li:nth-child(5n+1){background:#e8b54d;z-index: 50;margin-left:0px;}
.prt-level ul li:nth-child(5n+2){background:#7dd74e; z-index: 40;}
.prt-level ul li:nth-child(5n+3){background:#52c39a;z-index: 30;}
.prt-level ul li:nth-child(5n+4){background:#5878ad; z-index: 20; display:flex; flex-flow: row;}
.prt-level ul li:nth-child(5n).tag-item::after{background:#7f6292; }
.prt-level ul li:nth-child(5n+1).tag-item::after{background:#e8b54d;}
.prt-level ul li:nth-child(5n+2).tag-item::after{background:#7dd74e; }
.prt-level ul li:nth-child(5n+3).tag-item::after{background:#52c39a;}
.prt-level ul li:nth-child(5n+4).tag-item::after{background:#5878ad;}
.prt-level ul li:nth-child(5n+1).tag-item::before{display:none;}
.prt-level ul li h5{ z-index: 10;font-size: 2rem;margin: 0px auto 0px auto;}
.prt-level ul li p{z-index: 10; font-size: 1rem;margin: auto;}
.prt-level ul li .level4{display:flex;flex-direction: column; }
.prt-level ul li em{font-size: 0.6rem;margin: 1px 10px;}


.level-item{margin: 5px auto 5px auto;display: flex;flex-direction: column;}

.level-desc{padding:60px 0px 10px 0px;}




/*************************培训内容*****************************/
.prt-pxnr{background:#FFF;}
.pxnr-table{margin-top:80px;}



/*************************PRT培训讲师*****************************/
.aac-lecturer{background:url("/images/aac/bg-prt-lecturer.jpg") center no-repeat; background-size:cover; margin-top:0px; padding-bottom:120px;}
.aac-lecturer .titles h3{color:#FFFFFF;}
.aac-lecturer .titles h5{color:#FFFFFF;}

.lecturer-cont{margin-top:80px;display:flex;flex-flow: row;align-items: center;}
.lecturer-cont p{padding:0px; margin-bottom: 5px; line-height: 2rem; font-size:1.05rem;}
.lecturer-img{flex-shrink: 0;margin-right:50px;}
.lecturer-desc{color:#FFFFFF;}
.aac-lecturer ul{display:flex; margin-top:50px;}
.aac-lecturer ul li{}
.aac-lecturer ul li .innerBox{padding:10px; color:#FFFFFF; display: flex; flex-flow:column; color:#FFFFFF; justify-content:center;align-items: center;text-align: center;}
.aac-lecturer ul li .innerBox img{max-width:100%; margin-bottom: 20px;}
.aac-lecturer ul li .innerBox p{font-size:0.85rem;}



/*************************PRT官方培训学费*****************************/
.prt-pxxf{margin:auto; background:#f2f6ff;}
.prt-pxxf .titles{max-width:80%;}
.prt-pxxf .pxxf-c{display:flex; flex-direction: row; flex-wrap: wrap;margin-top: 56px;}
.pxxf-item{width:50%; padding:0px 2rem;}
.pxxf-item ul{max-width:100%; margin:20px auto;display: flex;flex-wrap: wrap;}
.pxxf-item ul li{width:100%; font-size:1rem; color:#000; margin:10px auto;font-weight: 300; display: flex;align-items: center;}
.pxxf-item ul li:before{content: "\e607";font-family: "iconfont"; border:1px solid #ccc; border-radius: 50px;margin-right:5px;width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px;
    line-height: 30px; background: #ccc;}
.pxxf-item:nth-of-type(2) ul li:before{content: "\e609";font-family: "iconfont";  border:1px solid #ccc; background: #ff0000;    color: #fff;}

.pxxf-desc p{text-align: center;width: 80%;margin: 50px;font-size: 1.5rem;}

/*************************报名付款*****************************/
.prt-bmfk{margin:auto; background:url("/images/prt/bg-prt-bmfk.jpg") center no-repeat; background-size: cover;}
.prt-bmfk .titles{color:#FFFFFF;max-width:80%;}
.bmfk-cont{margin:80px auto 50px auto; display: flex; flex-flow:row; max-width:1000px;align-items: center;justify-content: center;}
.bmfk-cont .img{width:240px; height: 240px; background:#FFFFFF; flex-shrink: 0; margin-left:0px; margin-right:100px;display: flex;flex-direction: column;justify-content: space-evenly;align-items: center;}
.bmfk-cont .desc{ color:#FFFFFF;}
.bmfk-cont h4{font-size:1.8rem; font-weight: 400; margin-bottom:34px;}
.bmfk-cont h5{font-size:1.2rem; font-weight: 500; margin-bottom: 34px;display: flex; line-height: 1.8rem;}
.bmfk-cont p{font-size:1rem; font-weight: 300;}




/*************************报名日期*****************************/
.prt-bmrq{margin:auto; padding:20px 0px 80px 0px;}
.prt-bmrq .tm-tab caption{background: #e5bf80; color:#FFFFFF;}
.prt-bmrq .tm-tab tr:nth-of-type(2n){background: #fffcf6;}



/*************************PRT持证人员官方查询*****************************/
.prt-gfcx{background:url("/images/prt/bg-prt-gfcx.jpg") center no-repeat; background-size:cover; padding-bottom:150px;}
.prt-gfcx .wrap{display: flex;flex-direction: column;align-items: center;}
.prt-gfcx .titles{color:#FFFFFF;margin-bottom:50px;}
.prt-gfcx .titles h3{margin:50px auto;}
.prt-gfcx .btn1{background:rgba(255,255,255,0.2); color:#FFFFFF;}
.prt-gfcx .btn1 a{width:100%; background:none; text-align: center; padding:22px 128px; font-size:1.6rem;}
.prt-gfcx .btn1 a:after{display:none;}




/*************************PRT培训集锦*****************************/
.prt-activit{background:#f5f5f5;padding: 80px 0px;}
.prt-activit .wrap{max-width:1280px;}
.prt-activit ul{width: 100%;overflow: hidden; margin-top:50px;}
.prt-activit ul li{float: left;margin: 10px 10px;width: calc((100% /3) - 20px);overflow: hidden;}
.prt-activit ul li img{max-width:100%;width:100%;-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.prt-activit ul li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.px-info{background: #f2f6ff;}
.px-info .wrap{max-width:1280px;}
.px-info.px-info2{background:#ffffff;}
.prt-info.px-info-2 .px-info-item{flex-direction: row-reverse;}
.px-info-item{display:flex;}
.info-img{width:50%; flex-shrink: 0; margin-right:20px;}
.info-img img{max-width:100%;max-height: 250px;}
.info-desc{margin-left:0px; padding:20px;}
.info-desc h5{font-size:1.6rem; margin-bottom:10px;}
.info-desc h5:nth-of-type(2){margin-top:10px;}
.info-desc p{font-size:1rem; line-height: 1.6rem;margin-bottom: 0px;}
.clear {
    clear: both;
    height: 0;
}






@media screen and (max-width: 1199px){
	
	
}
@media screen and (width: 1024px){
	.wrap{max-width:100%;}
	html {font-size: 16px !important;}
	.titles h5{padding:0px 20px;font-size: 1.2rem;}
	.section{padding:20px 0px;}
	.top-img{padding:0px;}
	.top-img p{padding:20px;}
	.prt-why{padding:20px 0px;}
	.prt-why .why-wrapper{flex-direction: column;margin: 10px 0px 20px 0px;height:auto;}
	.why-nav{width:100%; padding:0px 20px 10px 20px;margin:auto;}
	.why-nav li{margin:5px auto;height: auto;line-height: normal;font-size: 1.2rem;}
	.why-nav li p{margin:0px;}
	.why-nav li a{padding:8px 0px;}
	
	.why-cont{border-radius: 5px; margin:auto; padding:20px 50px;}
	.why-inner .img{display: none;}
	.why-inner .desc,.why-inner .desc.long{font-size: 1.2rem;}
	.img-slide{display:none;}
	
	.prt-rzpx{flex-direction: column;padding: 0px 0px 50px 0px;}
	.rzpx-cont{padding:20px;}
	.rzpx-cont h2{margin-top:20px; font-size:2rem;margin-bottom: 20px;}
	.rzpx-cont p{font-size:1.2rem; line-height: 2.2rem;}
	.rzpx-td{position: relative;bottom:auto;max-width:100%;}
	.rzpx-td ul{flex-wrap: wrap;}
	.rzpx-td ul li{width: calc(100vw / 2 );height: calc(100vw / 2 );font-size: 1.4rem;padding: 20px;}
	.rzpx-td ul li p{margin-bottom:0px;}
	
	.why-box{margin-top: 20px; height:auto;background: none;padding: 0px;}
	.why-cont .desc p{font-size:1.2rem; line-height: 2rem;}
	
	.pxnr-table{margin-top:20px;}
	
	.aac-lecturer{padding-bottom: 50px;}
	.aac-lecturer ul{margin-top:20px;}
	.aac-lecturer ul li{margin-top: 0px;}
	.lecturer-cont{flex-direction: column;padding: 0px 20px;margin-top: 50px;}
	.lecturer-cont p{font-size:1.2rem; line-height: 2rem;}
	.lecturer-desc{padding:0px 20px;}
	.lecturer-img{text-align: center;margin: auto;}
	
	.tm-tab caption{ display: table-caption;}
	.tm-tab tr td:first-child, .tm-tab tr td.font-22, .tm-tab tr td:last-child{font-size:1.2rem !important;}
	.tm-tab tr td:first-child span, .tm-tab tr td.font-22 span, .tm-tab tr td:last-child span{font-size:1.2rem !important;}
	.tm-tab tr{}
	.tm-tab tr td:first-child{}
	.tm-tab tr td:last-child{}
	
	.prt-pxxf .titles{max-width:100%;}
	.prt-pxxf .pxxf-c{flex-direction: column;}
	.pxxf-item{width:100%;    margin-bottom: 50px;}
	.pxxf-item h3{font-size:1.4rem;}
	.prt-pxxf ul{max-width:100%; margin:0px 0px;}
	.prt-pxxf ul li{width:100%;font-size: 1.2rem;margin: 5px auto;}
	.prt-pxxf ul li p{margin-bottom:0px;}
	.pxxf-desc p{margin-top:20px;}
	
	
	
	.px-info-item{flex-direction: column;}
	.info-img{width:100%; text-align: center;}
	.info-desc p{font-size:1.2rem; line-height: 2rem;}
	.info-desc h5:nth-last-of-type(1){margin-top:20px;}
	
	.prt-bmfk .titles{max-width:100%;}
	.bmfk-cont{max-width:100%; flex-direction: column;margin: 40px auto 40px auto;}
	.bmfk-cont .img{margin:auto;}
	.bmfk-cont .desc{margin:20px;}
	.bmfk-cont h4{text-align: center;}
	.bmfk-cont h5{flex-direction: column;text-align: center;}
	.bmfk-cont p{text-align: center;font-size: 1.2rem;}
	
	.prt-bmrq{padding:0px;}
	.prt-bmrq .pxnr-table{margin-top:0px;}
	.tm-tab{margin-top:0px;max-width: 100%;}
	
	.prt-gfcx{padding-bottom:50px;}
	.prt-gfcx .titles h3{margin: 30px auto;}
	.prt-gfcx .titles{margin-bottom: 20px;}
	
	
	
}
@media screen and (max-width: 1023px){
	html {font-size: 16px !important;}
	.titles h5{padding:0px 20px;font-size: 1.2rem;}
	.section{padding:20px 0px;}
	.top-img{padding:0px;}
	.top-img p{padding:20px;}
	.prt-why{padding:20px 0px;}
	.prt-why .why-wrapper{flex-direction: column;margin: 10px 0px 20px 0px;height:auto;}
	.why-nav{width:100%; padding:0px 20px 10px 20px;margin:auto;}
	.why-nav li{margin:5px auto;height: auto;line-height: normal;font-size: 1.2rem;}
	.why-nav li p{margin:0px;}
	.why-nav li a{padding:8px 0px;}
	
	.why-cont{border-radius: 5px; margin:auto; padding:20px 50px;}
	.why-inner .img{display: none;}
	.why-inner .desc,.why-inner .desc.long{font-size: 1.2rem;}
	.img-slide{display:none;}
	
	.prt-rzpx{flex-direction: column;padding: 0px 0px 50px 0px;}
	.rzpx-cont{padding:20px;}
	.rzpx-cont h2{margin-top:20px; font-size:2rem;margin-bottom: 20px;}
	.rzpx-cont p{font-size:1.2rem; line-height: 2.2rem;}
	.rzpx-td{position: relative;bottom:auto;max-width:100%;}
	.rzpx-td ul{flex-wrap: wrap;}
	.rzpx-td ul li{width: calc(100vw / 2 );height: calc(100vw / 2 );font-size: 1.4rem;padding: 20px;}
	.rzpx-td ul li p{margin-bottom:0px;}
	
	.why-box{margin-top: 20px; height:auto;background: none;padding: 0px;}
	.why-cont .desc p{font-size:1.2rem; line-height: 2rem;}
	
	.pxnr-table{margin-top:20px;}
	
	.aac-lecturer{padding-bottom: 50px;}
	.aac-lecturer ul{margin-top:20px;}
	.aac-lecturer ul li{margin-top: 0px;}
	.lecturer-cont{flex-direction: column;padding: 0px 20px;margin-top: 50px;}
	.lecturer-cont p{font-size:1.2rem; line-height: 2rem;}
	.lecturer-desc{padding:0px 20px;}
	.lecturer-img{text-align: center;margin: auto;}
	
	.tm-tab caption{ display: table-caption;}
	.tm-tab tr td:first-child, .tm-tab tr td.font-22, .tm-tab tr td:last-child{font-size:1.2rem !important;}
	.tm-tab tr td:first-child span, .tm-tab tr td.font-22 span, .tm-tab tr td:last-child span{font-size:1.2rem !important;}
	.tm-tab tr{}
	.tm-tab tr td:first-child{}
	.tm-tab tr td:last-child{}
	
	.prt-pxxf .titles{max-width:100%;}
	.prt-pxxf .pxxf-c{flex-direction: column;}
	.pxxf-item{width:100%;    margin-bottom: 50px;}
	.pxxf-item h3{font-size:1.4rem;}
	.prt-pxxf ul{max-width:100%; margin:0px 0px;}
	.prt-pxxf ul li{width:100%;font-size: 1.2rem;margin: 5px auto;}
	.prt-pxxf ul li p{margin-bottom:0px;}
	.pxxf-desc p{margin-top:20px;}
	
	
	
	.px-info-item{flex-direction: column;}
	.info-img{width:100%; text-align: center;}
	.info-desc p{font-size:1.2rem; line-height: 2rem;}
	.info-desc h5:nth-last-of-type(1){margin-top:20px;}
	
	.prt-bmfk .titles{max-width:100%;}
	.bmfk-cont{max-width:100%; flex-direction: column;margin: 40px auto 40px auto;}
	.bmfk-cont .img{margin:auto;}
	.bmfk-cont .desc{margin:20px;}
	.bmfk-cont h4{text-align: center;}
	.bmfk-cont h5{flex-direction: column;text-align: center;}
	.bmfk-cont p{text-align: center;font-size: 1.2rem;}
	
	.prt-bmrq{padding:0px;}
	.prt-bmrq .pxnr-table{margin-top:0px;}
	.tm-tab{margin-top:0px;max-width: 100%;}
	
	.prt-gfcx{padding-bottom:50px;}
	.prt-gfcx .titles h3{margin: 30px auto;}
	.prt-gfcx .titles{margin-bottom: 20px;}
	
	
	
}
@media screen and (max-width: 767px)
{
	html {font-size: 14px !important;}
	.station1 .container a:nth-child(4){display:none;}
	.station1 .container{margin-left:20px;}
	
	.tm-tab caption{display: block;}
	.tm-tab tr td:first-child, .tm-tab tr td.font-22, .tm-tab tr td:last-child{font-size:1.2rem !important;}
	.tm-tab tr td:first-child span, .tm-tab tr td.font-22 span, .tm-tab tr td:last-child span{font-size:1.2rem !important;}
	.tm-tab tr{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;padding: 0px;margin: 0px;border-bottom: 2px solid #7dd74e;}
	.pxnr-table{margin-bottom:50px;}
	.pxnr-table.pxnr-table01 .tm-tab tr{border-bottom: 2px solid #7dd74e;}
	.pxnr-table.pxnr-table02 .tm-tab tr{border-bottom: 2px solid #52c39a;}
	.pxnr-table.pxnr-table03 .tm-tab tr{border-bottom: 2px solid #5878ad;}
	.pxnr-table.pxnr-table04 .tm-tab tr{border-bottom: 2px solid #7f6292;}
	.tm-tab tr td:first-child{width: 100%;display: flex;background: #f5f5f5;font-weight: bold;}
	.tm-tab tr td:last-child{width: 100%;text-align: left;}
}
@media screen and (max-width: 425px)
{
	html {font-size: 13px !important;}
	.prt-why{padding:10px 0px;}
	
	.prt-activit ul li{width: calc((100% /2) - 20px);}
	.pxxf-item ul li:before{width:25px; height: 25px; line-height: 25px;}
}
@media screen and (max-width: 414px)
{
	
}
@media screen and (max-width: 375px)
{
	html {font-size: 12px !important;}
	
}
@media screen and (max-width: 320px)
{
	
}