/*# sourceMappingURL=style.css.map */

body {
	padding: 0;
	margin: 0;
}
#ph-title {
	display: none;
}
.pc-title {
	width: 92%;
	max-width: 1400px;
	margin: -57px auto 0;
	padding: 38px 0;
	background-color: #f6f6f6;
	position: relative;
	z-index: 5;
}
.pc-title a {
	display: block;
	width: 50%;
	float: left;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-family: '微軟正黑體';
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	position: relative;
}
.pc-title a:before {
	display: block;
	width: 1px;
	height: 17px;
	background-color: #c5c5c5;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8.5px;
	content: '';
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.pc-title a:last-child:before, #ph-title {
	display: none;
}
.pc-title a:hover, .pc-title a.on {
	color: #fff;
	background-color: #de272c;
}
.pc-title a:hover:before, .pc-title a.on:before, #ph-title {
	display: none;
}
.hon-list, .ser-lc, .ser-list {
	width: 92%;
	max-width: 1400px;
	margin: 0 auto 40px;
	padding-bottom: 100px;
	border-bottom: 2px solid #333333;
}
.hon-list .title, .plan-list .title {
	text-align: center;
	padding: 95px 0 70px;
}
.hon-list .title h2, .team-list .title h2, .plan-list .title h2, .main-box .title h2 {
	font-size: 42px;
	color: #282828;
	line-height: 70px;
	text-transform: Uppercase;
	font-family: 'Open Sans', 'arial';
}
.hon-list .title h2 span, .team-list .title h2 span, .plan-list .title h2 span, .main-box .title h2 span {
	font-size: 60px;
}
.hon-list .title .fa, .team-list .title .fa, .plan-list .title .fa, .main-box .title .fa {
	font-size: 36px;
	color: #282828;
	line-height: 45px;
	font-family: '微軟正黑體';
}
.hon-list .details {
	margin-bottom: 85px
}
.hon-list .details, .hon-list .details .fa, .hon-list .details .fa p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: justify;
}
.hon-list .details h3 {
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 15px;
}
.hon-list .list {
	width: 100%;
}
.hon-list .list ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.hon-list .list ul li .pic {
	width: 48.5%;
	margin: 0 auto 30px;
}
.hon-list .list ul li .pic img {
	display: block;
	width: 100%;
}
.hon-list .list ul li .box h3 {
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	font-family: '微軟正黑體';
	font-weight: bold;
	margin-bottom: 5px;
}
.hon-list .list ul li .box .fa {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.ser-lc {
	padding-bottom: 80px;
}
.ser-lc h3, .ser-list h3 {
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 35px;
}
.ser-lc .details {
	width: 100%;
}
.ser-lc .details img {
	max-width: 100%;
}
.ser-lc .details .img1 {
	display: block;
}
.ser-lc .details .img2 {
	display: none;
}
.ser-list {
	border-bottom: 0
}
.ser-list .list ul li {
	padding: 30px 0 33px;
	border-bottom: 1px solid #e2e2e2;
}
.ser-list .list ul li span {
	display: inline-block;
	float: left;
	width: 7%;
	padding-left: 2%;
	font-size: 24px;
	line-height: 28px;
	color: #de272c;
	font-family: 'GOTHIC'
}
.ser-list .list ul li p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	float: left;
	width: 91%;
	display: inline-block;
}
.team-list {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.team-list.on {
	margin: 150px auto 0;
}
.team-list .title {
	padding: 90px 0 110px;
	text-align: center;
}
.team-list .list {
	width: 100%;
}
.team-list .list ul li {
	margin-bottom: 115px;
	position: relative;
}
.team-list .list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.team-list .list ul li .pic {
	overflow: hidden;
}
.team-list .list ul li:nth-child(even) .pic {
	width: 69%;
	float: right;
}
.team-list .list ul li:nth-child(odd) .pic {
	width: 69%;
	float: left;
}
.team-list .list ul li .pic img {
	display: block;
	width: 100%;
	transition: all 2s;
	-webkit-transition: all 2s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.team-list .list ul li:hover .pic img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.team-list .list ul li .box {
	top: 50%;
	width: 48.5%;
	background-color: #f6f6f6;
	position: absolute;
	box-sizing: border-box;
	padding: 90px 6.5%;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.team-list .list ul li:hover .box {
	background-color: #b85c86;
}
.team-list .list ul li:nth-child(even) .box {
	left: 0;
}
.team-list .list ul li:nth-child(odd) .box {
	right: 0;
}
.team-list .list ul li .box:before {
	display: block;
	width: 185px;
	height: 1px;
	background-color: #888888;
	position: absolute;
	left: -81px;
	top: 157px;
	content: '';
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.team-list .list ul li:hover .box:before {
	background-color: #fff;
	left: 0
}
.team-list .list ul li .box h3 {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.team-list .list ul li:hover .box h3 {
	color: #fff;
}
.team-list .list ul li .box .fa, .team-list .list ul li .box .fa p {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	text-align: justify;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.team-list .list ul li:hover .box .fa, .team-list .list ul li:hover .box .fa p {
	color: #fff;
}
.plan-list {
	width: 92%;
	max-width: 1400px;
	margin: 0 auto 120px;
}
.team-list .list ul li:hover .box .fa, .team-list .list ul li:hover .box .fa p {
	color: #fff;
}
.plan-list .list .tit {
	font-size: 28px;
	color: #333333;
	line-height: 35px;
	margin-bottom: 70px;
}
.plan-list .list ul {
	width: 100%;
	background: url(../images/img56.jpg) 32% top repeat-y;
	height: 100%;
}
.plan-list .list ul li {
	margin-bottom: 85px;
}
.plan-list .list ul li .pic {
	float: left;
	width: 26%;
	overflow: hidden;
}
.plan-list .list ul li .pic img {
	display: block;
	width: 100%;
}
.plan-list .list ul li .box {
	width: 63%;
	padding-left: 5%;
	float: right;
	position: relative;
}
.plan-list .list ul li .box p, .plan-list .list ul li .box {
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	text-align: justify;
}
.plan-list .list ul li .box h3 {
	font-size: 22px;
	line-height: 36px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 10px;
}
.plan-list .list ul li .box:before {
	display: block;
	width: 18px;
	height: 18px;
	background-color: #de272c;
	border-radius: 100%;
	position: absolute;
	content: '';
	left: -9px;
	top: 10px;
}
.team-list .title.on {
	padding: 100px 0 70px;
}
.team-list .box-form {
	width: 92%;
	max-width: 1115px;
	box-sizing: border-box;
	border: 6px solid #b8a18f;
	margin: 0 auto 210px;
	padding: 26px 5% 30px;
	background: url(../images/img66.jpg) center top repeat-x;
}
.team-list .box-form li {
	/*margin-bottom:20px;*/

	font-family: '微軟正黑體';
	display: block;
	padding: 20px 0;
}
.team-list .box-form .inp, .team-list .box-form .tea {
/*border-bottom: 1px solid #f3f3f3*/

}
.team-list .box-form .tit h3 {
	font-size: 24px;
	color: #333333;
	line-height: 50px;
	font-weight: bold;
	margin-top: 63px;
}
.team-list .box-form .tit h3 span {
	font-size: 30px;
	color: #c81019;
	font-family: 'GOTHIC'
}
.team-list .box-form li label {
	display: inline-block;
	float: left;
	font-size: 20px;
	line-height: 40px;
	color: #9a9a9a;
	cursor: pointer;
	width: 160px;
	text-align: right;
}
.team-list .box-form li input {
	display: block;
	float: left;
	height: 40px;
	border: 0;
	width: 75%;
	padding-left: 5px;
	font-size: 16px;
	line-height: 40px;
	background: #f7f7f7;
	box-sizing: border-box;
}
.team-list .box-form li .sub {
	width: 75%;
	padding-left: 5px;
	box-sizing: border-box;
}
.team-list .box-form li #captchas {
	width: 20%
}
.team-list .box-form li #code {
	display: inline-block;
	height: 40px;
	margin-left: 10px;
}
.team-list .box-form li textarea {
	display: block;
	float: left;
	border: 0;
	width: 75%;
	height: 120px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 28px;
	resize: none;
	background: #f7f7f7;
	box-sizing: border-box;
}
.team-list .box-form .btn input {
	padding: 0 90px 0 35px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	float: right;
	color: #fff;
	font-size: 14px;
	width: auto;
	/*background-color: #000;*/

	background: #000 url(../images/xxfimg24.png) 120px center no-repeat;
}
.main-box {
	width: 92%;
	margin: 0 auto 110px;
	max-width: 1400px;
}
.main-box .title {
	text-align: center;
	padding: 85px 0 60px;
}
.main-box .pic {
	width: 100%;
	margin-bottom: 65px;
}
.main-box .pic img {
	display: block;
	width: 100%;
}
.main-box .list {
	width: 100%;
	position: relative;
}
.main-box .list:before {
	display: block;
	width: 1px;
	height: 100%;
	background-color: #eaeaea;
	content: '';
	position: absolute;
	left: 7%;
	top: 0;
}
.main-box .list:after, .main-box .list .tit:before {
	display: block;
	background-color: #de272c;
	content: '';
	position: absolute;
}
.main-box .list:after {
	top: 0;
	left: 7%;
	width: 3px;
	height: 340px;
}
.main-box .list .tit {
	position: relative;
	margin-bottom: 53px;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px 11.5%;
}
.main-box .list .tit:before {
	bottom: -2px;
	left: 0%;
	width: 340px;
	height: 3px;
}
.main-box .list .tit, .main-box .list .tit p {
	font-size: 20px;
	line-height: 36px;
	color: #666666;
}
.main-box .list ul {
	display: block;
	padding-left: 11.5%;
}
.main-box .list ul li {
	margin-bottom: 25px;
}
.main-box .list ul li .tt {
	width: 6%;
	float: left;
	display: block;
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	font-family: 'Gothic'
}
.main-box .list ul li .details {
	width: 90%;
	float: left;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	padding-bottom: 20px;
	text-align: justify;
	border-bottom: 1px dashed #d0d0d0;
}
.main-box .list ul li:last-child .details {
	border-bottom: 0px dashed #d0d0d0;
}
 @media (max-width:1600px) {
}
 @media (max-width:1500px) {
}
 @media (max-width:1200px) {
.team-list .list ul li .box {
	padding: 60px 4.5%;
}
.team-list .list ul li .box:before {
	top: 120px
}
.plan-list .list ul li {
	margin-bottom: 70px;
}
}
 @media (max-width:1024px) {
.hon-list {
	padding-bottom: 30px;
}
.hon-list .title h2, .team-list .title h2, .plan-list .title h2, .main-box .title h2 {
	font-size: 34px;
}
.hon-list .title h2 span, .team-list .title h2 span, .plan-list .title h2 span, .main-box .title h2 span {
	font-size: 48px;
}
.hon-list .title .fa, .team-list .title .fa, .plan-list .title .fa, .main-box .title .fa {
	font-size: 29px;
}
.hon-list .details h3, .ser-lc h3, .ser-list h3 {
	font-size: 24px;
}
.hon-list .list ul li {
	width: 50%;
	margin-bottom: 40px;
}
.hon-list .details {
	margin-bottom: 60px;
}
.ser-list .list ul li span {
	font-size: 20px;
}
.team-list .title {
	padding: 50px 0 80px;
}
.team-list .list ul li .box {
	padding: 30px 3.5%;
}
.team-list .list ul li .box h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
}
.team-list .list ul li .box:before {
	top: 77px;
	width: 100px;
	left: -20px;
}
.team-list .list ul li .pic img {
	transition: all 0s;
	-webkit-transition: all 0s;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.team-list .list ul li:hover .pic img {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.plan-list .list ul li {
	margin-bottom: 50px;
}
.plan-list .list .tit {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 50px;
}
/*.team-list .box-form li textarea,.team-list .box-form{width: 100%;}*/

.team-list .box-form {
	width: 100%;
}
.team-list .box-form li input,  .team-list .box-form li textarea,  .team-list .box-form li .sub {
	width: 70%;
}
.main-box .list ul li .tt {
	width: 9%
}
.main-box .list ul li .details {
	width: 85%
}
.pc-title {
	padding: 30px 0;
}
}
 @media (max-width:767px) {
.team-list.on {
	margin: 110px auto 0;
}
.pc-title, .ser-lc .details .img1 {
	display: none;
}
.ser-lc .details .img2 {
	display: block;
}
#ph-title {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	background-color: #f6f6f6
}
#ph-title .swiper-wrapper .swiper-slide {
	width: 35%;
}
#ph-title .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 15px;
	color: #333;
}
#ph-title .swiper-wrapper .swiper-slide.on a {
	background-color: #de272c;
	color: #fff;
}
.hon-list .title {
	padding: 40px 0 25px;
}
.hon-list .title h2, .team-list .title h2, .plan-list .title h2, .main-box .title h2 {
	font-size: 22px;
	line-height: 40px;
}
.hon-list .title h2 span, .team-list .title h2 span, .plan-list .title h2 span, .main-box .title h2 span {
	font-size: 30px;
}
.hon-list .title .fa, .team-list .title .fa, .plan-list .title .fa, .main-box .title .fa {
	font-size: 18px;
	line-height: 30px;
}
.hon-list .details {
	margin-bottom: 40px;
}
.hon-list .details h3, .ser-lc h3, .ser-list h3 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}
.hon-list .details, .hon-list .details .fa, .hon-list .details .fa p, .hon-list .list ul li .box .fa,  .ser-list .list ul li p, .team-list .list ul li .box .fa, .team-list .list ul li .box .fa p {
	font-size: 14px;
	line-height: 24px;
}
.hon-list .list ul li {
	width: 100%;
	float: none;
}
.hon-list .list ul li .box h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
.hon-list .list ul li .pic {
	margin: 0 auto 20px;
}
.ser-list .list ul li {
	padding: 20px 0 23px;
}
.hon-list, .ser-lc {
	margin: 0 auto 20px;
}
.ser-lc {
	padding-bottom: 40px;
}
.ser-list .list ul li span {
	font-size: 18px;
	width: 10%;
	line-height: 24px
}
.ser-list h3 {
	margin-bottom: 0
}
.ser-lc h3 {
	margin-bottom: 20px;
}
.ser-list .list ul li p {
	width: 88%;
}
.ser-list {
	padding-bottom: 60px;
}
.team-list .list ul li:nth-child(odd) .pic, .team-list .list ul li:nth-child(even) .pic {
	width: 100%;
	float: none;
}
.team-list .title {
	padding: 40px 0
}
.team-list .list ul li {
	margin-bottom: 30px;
}
.team-list .list ul li .box:before {
	display: none;
}
.team-list .list ul li .box {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.team-list .list ul li .box h3 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
.plan-list .title, .main-box .title {
	padding: 40px 0 50px;
}
.plan-list .list .tit {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.plan-list .list ul {
	background: transparent;
}
.plan-list .list ul li .box:before {
	display: none;
}
.plan-list .list ul li .pic {
	width: 100%;
	float: none;
	margin-bottom: 30px
}
.plan-list .list ul li .box {
	float: none;
	width: 100%;
	padding: 0
}
.plan-list .list ul li .box p, .plan-list .list ul li .box {
	font-size: 14px;
	line-height: 24px;
}
.plan-list .list ul li {
	margin-bottom: 30px;
}
.plan-list .list ul li .box h3 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.plan-list {
	margin: 0 auto 60px;
}
.team-list .title.on {
	padding: 40px 0 30px;
}
.team-list .box-form {
	margin: 0 auto 60px;
	padding: 26px 3% 20px;
	background: url(../images/img66.jpg) center top/35px repeat-x;
}
.team-list .box-form li {
	padding: 10px 0;
	margin-bottom: 10px;
}
.team-list .box-form .tit h3 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 0px;
}
.team-list .box-form .tit h3 span {
	font-size: 20px;
}
.team-list .box-form li label, .main-box .list .tit, .main-box .list .tit p, .main-box .list ul li .details {
	font-size: 14px;
	line-height: 26px;
}
.team-list .box-form li label {
	/*width: 115px;*/

	text-align: left;
}
.team-list .box-form li input {
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
}
.team-list .box-form li textarea {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
}
.team-list .box-form li .sub {
	width: 100%;
	padding-left: 0;
}
.team-list .box-form .btn input {
	padding-right: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #000 url(../images/xxfimg24.png) 105px center/18px no-repeat;
}
.team-list .box-form li #captchas {
	width: 40%;
}
.main-box .pic {
	margin-bottom: 20px
}
.main-box .list:before, .main-box .list:after {
	display: none;
}
.main-box .list .tit {
	width: 100%;
	padding-left: 0;
	margin-bottom: 30px;
}
.main-box .list .tit:before {
	width: 100px;
}
.main-box .list ul {
	padding-left: 0
}
.main-box .list ul li .tt {
	width: 10%;
	font-size: 16px;
	line-height: 26px;
}
.main-box {
	margin: 0 auto 70px;
}
}
