

.pc-title{
	width: 92%;
	max-width: 1400px;
	margin: -57px auto 0;
	padding: 38px 10px;
	background-color: #f6f6f6;
	position: relative;
	z-index: 5;
}
.pc-title a{
	display: block;
	width: 14.28%;
	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:last-child{width:17.5% }
/*.pc-tits a{
	width: 14.28%;
}*/
.pc-tits a {
    width: 12%;
}

.pc-tits a:last-child{width:14.28% }
.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: #333;
}
.pc-title a:hover:before,.pc-title a.on:before,#ph-title{display: none;}


.stra-box{
	width: 92%;
	max-width: 1200px;
	margin:105px auto 0;
	overflow: hidden;
}
.stra-box ul .mbox1,.stra-box ul .mbox4{margin-bottom: 40px;}
.stra-box ul .mbox1  .pic{
	width: 55%;
	float: left;
}
.stra-box ul li .pic img{
	display: block;
	width: 100%;
}
.stra-box ul .mbox1 .box,.stra-box ul .mbox3 .box{
	width: 40%;
	float: right;
	text-align: center;
	padding-left: 5%
} 
.stra-box ul li .box h3{
	font-family: '微軟正黑體';
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #a04b72;
	text-align: center;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.stra-box ul li .box .details{
	font-size: 16px;
	line-height: 36px;
	color: #444444;
	margin: 0 auto;
	text-align: justify;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.stra-box ul .mbox1  .box h3{
	padding: 55px 0 40px;
}
.stra-box ul .mbox1  .box .details,.stra-box ul .mbox3 .box .details{
	width: 80%;
}
.stra-box ul .mbox1  .box .btn{
	cursor: pointer;
	display: inline-block;
	margin: 30% auto 0;
	font-size: 14px;
	color: #888888;
	line-height: 34px;
	height: 34px;
	font-family: 'arial';
	text-transform: capitalize;
	background: url(../../img/img22.png) center no-repeat;

}
.stra-box ul .mbox1  .box .btn span{
	display: inline-block;
	width: 43px;
}
.stra-box ul .mbox2 .pic{
	display: block;
	width: 56.5%;
	float: right;
	position: relative;
	z-index: 2;
}
.stra-box ul .mbox3{
	position: relative;
	top: -60px;
}
.stra-box ul .mbox3 .pic{
	width: 40%;
	float: left;
	margin-left: 13%;
}
.stra-box ul .mbox3 .box h3{
	padding: 245px 0 35px
}
.stra-box ul .mbox4 .pic{
	width: 68.5%;
	float: right;
}
.stra-box ul .mbox5 .box{
	float: left;
	width:32%;
}
.stra-box ul .mbox5 .box h3{
	padding:90px 0 30px;
}
.stra-box ul .mbox5 .pic{
	width: 41%;
	float: right;
}
.stra-box ul .mbox6 .pic{
	width: 41%;
	float: left;
	margin-left: 5%;
	position: relative;
	top: -140px;
}
.stra-box ul .mbox6 .box{
	float: right;
	width: 440px;
	margin-right: 7.5%;
}
.stra-box ul .mbox6 .box h3{
	padding:70px 0 25px;
}
.stra-box ul .mbox7 .pic{
	width: 41%;
	margin-left: 34%;
	float: left;
	position: relative;
	top: -225px;
}
.news-box{
	max-width: 1400px;
	width: 92%;
	margin: 0 auto 80px;
}
.news-box .title{
	text-align: center;
	padding: 70px 0 95px;
}
.news-box .title h2,.profile-box .title h2{
	font-size: 42px;
    color: #282828;
    line-height: 60px;
    text-transform: Uppercase;
    font-family: 'Open Sans','arial';
}
.news-box .title h2 span,.profile-box .title h2 span{
	font-size: 60px;
}
.news-box .title .fa,.profile-box .title .fa{
	font-size: 36px;
    color: #282828;
    line-height: 45px;
    font-family: '微軟正黑體';
}
.news-box .list{
	width: 100%;
}

.news-box .list ul{width: 102%;}
.news-box .list ul li{
	width: 31%;
	float: left;
	margin:0 2.33% 115px 0;
	position: relative;
	top: 0;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
}
.news-box .list ul li:hover{
	top: -8px;
}
.news-box .list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.news-box .list ul li a .box{
	margin-bottom: 30px;
}
.news-box .list ul li a .box h3{
	font-size: 24px;
    color: #282828;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: '微軟正黑體';
    margin-bottom: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.news-box .list ul li:hover a .box h3{
	color: #a04b72;
}
.news-box .list ul li a .box .time{
	font-size: 14px;
    color: #282828;
    line-height: 24px;
    margin-bottom: 10px;
    font-family: 'arial'
}
.news-box .list ul li a .box .fa{
	font-size: 14px;
    line-height: 28px;
    color: #282828;
    height: 52px;
    overflow: hidden;
}
.news-box .list ul li a .pic{
	width: 100%;
    overflow: hidden;
    background-color: #000;
}
.news-box .list ul li a .pic img{
	display: inline-block;
	width: 100%;
	height: 22em;
	opacity: 0.8;
    transition: all .3s;
    -webkit-transition: all .3s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news-box .list ul li:hover a .pic img{
	opacity: 1;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.case-box{
	width: 92%;
	max-width: 1400px;
	margin:100px auto;
}
.case-box ul{
	width: 103%
}
.case-box ul li{
	width: 22%;
	margin:0 3% 60px 0;
	float: left;
	position: relative;
	top: 0;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.case-box ul li:hover{
	top: -10px;
}
.case-box ul li a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing:border-box;
	padding: 5% 5%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1)
}
.case-box ul li a .pic{
	width: 100%;
	overflow: hidden;
}
.case-box ul li a .pic img{
	display: block;width: 100%;
}
.case-box ul li a .box{padding: 30px 0 25px;}
.case-box ul li a .box h3{
	font-size: 22px;
	color: #333333;
	line-height: 32px;
	font-family: '微軟正黑體';
	font-weight: bold;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-box ul li:hover a .box h3{
	color: #a04b72
}
.case-box ul li a .box .more{
	font-size: 16px;
	line-height: 36px;
	color: #888888;
	background: url(../../img/img23.png) center right no-repeat;
}
.profile-box{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.profile-box .title{
	text-align: center;padding: 65px 0 100px;
}
.profile-box .mbox1 .tit{
	width: 50%;
	float: left;
	font-size: 30px;
	color: #282828;
	line-height: 50px;
	position: relative;
	padding-top: 65px;
	margin-bottom:20px;
}
/* .profile-box .mbox1 .tit:before{
	display: block;
	width: 27px;
	height: 3px;
	background-color: red;
	position: absolute;
	left: 0;
	bottom:0px;
	content: '';
} */
.profile-box .mbox1 .pic{
	width: 14.5%;
	float: right;
	overflow: hidden;
}
.profile-box .mbox1 .pic img,.profile-box .mbox2 .pic img,.profile-box .mbox3 .pic img{
	display: block;
	width: 100%;
}
.profile-box .mbox2{margin-bottom: 115px;}
.profile-box .mbox2 .pic{
	width: 37%;
	float: right;
	margin-right: 14.5%;
}
.profile-box .mbox2 .box{
	width: 39.5%;
	float: left;
}
.profile-box .mbox2 .box .details,.profile-box .mbox3 .box .details{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: justify;
}
.profile-box .mbox2 .box .mlist,.profile-box .mbox3 .box .mlist{padding: 45px 0;}
.profile-box .mbox2 .box .mlist li{
	width: 33.3%;
	float: left;
}
.profile-box .mbox2 .box .mlist li .math,.profile-box .mbox3 .box .mlist ul li .math{
	color: #a04b72;
	line-height: 45px;
	height: 45px;
	font-size:36px;
	padding-right: 20px;
	display: inline-block;
	background: url(../../img/img104.jpg) right center no-repeat;
}

.profile-box .mbox2 .box .mlist li .fa,.profile-box .mbox3 .box .mlist ul li .fa{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.profile-box .mbox3 .pic{
	width: 57%;
	float: left;
}
.profile-box .mbox3 .box{
	width: 36.5%;
	float: right;
	padding-top: 3%
}
.profile-box .mbox3 .box .mlist ul li{
	width: 40%;
	float: left;
}
.profile-box .mbox3 .box .mlist ul li .math{
	font-size: 
}
.profile-box .mbox4{width: 100%;margin-bottom: 80px;}
.profile-box .mbox4 img{max-width: 100%;}

.ninfor{
	width: 92%;
	max-width: 1000px;
	box-sizing:border-box;
	padding: 5% 0;
	margin: 100px auto 80px;
	/*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}
.ninfor .title{
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 50px;
}
.ninfor .title h2{
	font-size: 32px;
	line-height: 42px;
	font-family: '微軟正黑體';
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.ninfor .title .time{
	font-size: 14px;
	line-height: 24px;
	color: #888;
}
.ninfor .details{
	padding-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}
.ninfor .details,.ninfor .details p{
	text-align: justify;
	font-size: 16px;
	line-height: 34px;
	font-family: '微軟正黑體';
	color: #666;
}
.ninfor .details img{
	max-width: 100%;
}
.ninfor .fot{
	width: 100%;
}
.ninfor .fot .left{
	float: left;
	width: 75%;
} 
.ninfor .fot .left p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-bottom: 8px;
	text-align: justify;
}
.ninfor .fot .left p a{
	color: #666;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.ninfor .fot .left p a:hover{color: #333;}
.ninfor .fot .bttn{
	display: block;
	width: 136px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	float: right;
	background-color: #a04b72;
	border:1px solid #a04b72;
    transition: all .4s;
    -webkit-transition: all .4s;
    cursor: pointer;
}
.ninfor .fot .bttn:hover{
	color: #a04b72;
	background-color: #fff;
}





@media (max-width:1600px){
	
}


@media (max-width:1500px){
	
}
@media (max-width:1300px){
	.stra-box ul .mbox6 .box h3{
		padding: 50px 0 15px;
	}
	.stra-box ul .mbox5 .box h3{padding: 60px 0 20px;}
	.news-box .list ul li{margin: 0 2.33% 90px 0;}
	.case-box ul li{margin: 0 3% 50px 0;}
	.profile-box .mbox2 .box .mlist,.profile-box .mbox3 .box .mlist{padding: 30px 0}
	.profile-box .mbox1 .tit{padding-top: 40px}
	.profile-box .mbox2{margin-bottom: 70px;}
	.profile-box .mbox3 .box .mlist ul li{width: 45%}
}

@media (max-width:1200px){
	.stra-box ul .mbox1  .box .btn{margin: 20% auto 0;}
	.stra-box ul .mbox1  .box .details{width: 90%;}
	.stra-box ul .mbox3 .box h3{padding: 130px 0 35px;}
	.stra-box ul .mbox5 .box{width: 38%;}
	.stra-box ul .mbox5 .box h3{padding:60px 0 20px;}
	.stra-box ul .mbox6 .box{margin-right:0%;}
	.stra-box ul .mbox6 .pic{top: -90px;}
	.stra-box ul .mbox7 .pic{top: -130px;}
	.stra-box ul li .box .details{line-height: 34px;}

}
@media (max-width:1024px){
	.pc-title{
		padding: 30px 0;
		margin: -50px auto 0;
	}
	.pc-title{padding: 30px 0;}
	.pc-title a{
		height: 40px;
    	line-height: 40px;
	}
	.stra-box{margin: 90px auto 80px;}
	.stra-box ul li .pic{text-align: center;}
	.stra-box ul li .box h3{font-size: 26px;}
	.stra-box ul li .pic img{max-width: 100%;width: auto;display: inline-block;}
	.stra-box ul .mbox1 .pic,.stra-box ul .mbox2 .pic,.stra-box ul .mbox3 .pic,
	.stra-box ul .mbox4 .pic,.stra-box ul .mbox5 .pic,.stra-box ul .mbox6 .pic,
	.stra-box ul .mbox7 .pic{float:none;margin: 0 auto;width: auto;top: 0}
	.stra-box ul .mbox1  .box .details,.stra-box ul li .box .details{width:80%;}
	.stra-box ul .mbox1 .box,.stra-box ul .mbox3 .box,
	.stra-box ul .mbox5 .box,.stra-box ul .mbox6 .box{
		float: none;width: 100%;padding-left: 0;margin-bottom: 30px}
	.stra-box ul .mbox1  .box .btn{display: none;}
	.stra-box ul .mbox6,.stra-box ul .mbox3{margin-bottom: 40px;}
	.stra-box ul .mbox3{top: 0}
	.stra-box ul .mbox1  .box h3{padding: 0px 0 25px;}
	.stra-box ul .mbox3 .box h3,.stra-box ul .mbox6 .box h3{padding: 70px 0 25px;}
	.stra-box ul .mbox5 .box h3{padding: 30px 0 25px;}
	.news-box .list ul{width: 100%}
	.news-box .list ul li{
		width:50%;
		float: left;
		margin:0 0% 70px 0;
	}
	.news-box .list ul li a{
		width: 92%;
		margin: 0 auto;
	}
	.news-box .title h2,.profile-box .title h2{font-size: 34px;}
	.news-box .title h2 span,.profile-box .title h2 span{font-size: 48px;}
	.news-box .title .fa,.profile-box .title h2 .fa{font-size: 29px;}
	.news-box .list ul li a .box h3{font-size: 20px;}
	.news-box .list ul li a .box .fa{line-height: 26px;}
	.news-box .list ul li a .pic img{
		opacity: 1;
	    transition: all 0s;
	    -webkit-transition: all 0s;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.news-box .list ul li:hover a .pic img{
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	.news-box .list ul li:hover{top: 0}
	.case-box ul{width: 100%;}
	.case-box ul li{
		margin: 0 2.5% 50px 2.5%;
		width: 45%;
	}
	.case-box ul li:hover{top: 0}
	.profile-box .mbox1{margin-bottom: 30px;}
	.profile-box .mbox1 .tit{
		font-size: 26px;
    	line-height: 36px;
	}
	.profile-box .mbox1 .pic{width: 20%;}
	.profile-box .mbox1 .tit{padding-top: 5%}
	.profile-box .mbox2 .pic,.profile-box .mbox2 .box,
	.profile-box .mbox3 .pic,.profile-box .mbox3 .box{float: none;width: 100%;}
	.profile-box .mbox2 .pic{width: 80%}
	.profile-box .mbox2 .box,.profile-box .mbox3 .box{padding: 40px 0;}
	.profile-box .mbox2 {margin-bottom: 20px;}
	.profile-box .mbox3 .box .mlist ul li{width: 30%}
	.ninfor{padding: 5%}
	.ninfor .fot .left {width: 70%;}
	.ninfor .title{padding-bottom: 35px;}
	.ninfor .title h2{
		font-size: 28px;
	}
}
@media (max-width:767px){
	.news-box .list ul li a .pic img{
		height: auto;
	}
	.pc-title{display: none;}
	#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: #a04b72;
		color: #fff;
	}
	.stra-box{margin: 60px auto 60px}
	.stra-box ul .mbox1  .box .details, .stra-box ul li .box .details,
	.stra-box ul .mbox1  .box .details, .stra-box ul .mbox3 .box .details,
	.profile-box .mbox2 .box .details,.profile-box .mbox2 .box .mlist li .fa,
	.profile-box .mbox3 .box .details,.profile-box .mbox3 .box .mlist ul li .fa{
		width: 100%;
		font-size: 14px;
		line-height: 26px;
	}
	.stra-box ul .mbox1 .box, .stra-box ul .mbox3 .box, 
	.stra-box ul .mbox5 .box, .stra-box ul .mbox6 .box,
	.stra-box ul .mbox1, .stra-box ul .mbox4,
	.stra-box ul .mbox6, .stra-box ul .mbox3{
		margin-bottom: 20px;
	}
	.stra-box ul .mbox1  .box h3{padding: 0px 0 15px;}
	.stra-box ul li .box h3{
		font-size: 20px;
		line-height: 30px;
		padding: 0px 0 15px;
	}
	.stra-box ul .mbox3 .box h3, .stra-box ul .mbox6 .box h3{
		padding: 40px 0 15px;
	}
	.stra-box ul .mbox5 .box h3{
		padding: 30px 0 15px;
	}
	.news-box .list ul li{
		width: 100%;
		margin: 0 0 40px 0;
	}
	.news-box .title h2,.profile-box .title h2{
		font-size: 22px;
    	line-height: 40px;
	}
	.news-box .title{padding: 40px 0 50px;}
	.news-box .title h2 span,.profile-box .title h2 span{font-size: 30px;}
	.news-box .list ul li a{width: 96%;}
	.news-box .list ul li a .box{margin-bottom: 20px;}
	.news-box .title .fa,.profile-box .title .fa{
		font-size: 18px;
    	line-height: 30px;
	}
	.news-box .list ul li a .box h3{
		font-size: 16px;
    	line-height: 26px;
    	margin-bottom: 8px;
	}
	.news-box .list ul li a .box .time{margin-bottom: 5px;}
	.news-box .list ul li a .box .fa{height: 48px;}
	.case-box{margin: 60px auto;}
	.case-box ul li{
		width: 96%;
		margin: 0 auto 30px;
		float: none;
	}
	.case-box ul li a .box h3{
		font-size: 18px;
		font-weight: normal;
	    line-height: 32px;
	}
	.case-box ul li a .box .more,.ninfor .details, .ninfor .details p,.ninfor .fot .left p{
		font-size: 14px;
    	line-height: 26px;
	}
	.case-box ul li a .box{padding: 25px 0 20px;}
	.profile-box .title{padding: 45px 0 ;}
	.profile-box .mbox1 .tit{
		font-size: 16px;
		line-height: 30px;
		width: 100%;
		padding-top: 0%;
	}
	.profile-box .mbox1 .pic{display: none;}
	.profile-box .mbox1 .tit:before{height: 2px;bottom: -10px}
	.profile-box .mbox2 .pic{width: 100%}
	.profile-box .mbox2 .box,.profile-box .mbox3 .box{padding: 30px 0}
	.profile-box .mbox2 .box .mlist li .math,.profile-box .mbox2 .box .mlist li .math span,.profile-box .mbox3 .box .mlist ul li .math{font-size: 26px;line-height: 26px;
    height: 26px;}
	.profile-box .mbox2 .box .mlist{padding: 20px 0}
	.profile-box .mbox2{margin-bottom: 0}
	.profile-box .mbox3 .box .mlist ul li{width: 40%}
	.profile-box .mbox1{margin-bottom: 40px;}
	.ninfor .title h2{
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
	}
	.ninfor .title .time{
		font-size: 13px;
		line-height: 22px;
	}
	.ninfor .title{
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
	.ninfor .fot .left{width: 100%;
		float: none;margin-bottom: 20px;}
	.ninfor .fot .bttn{
		float: none;
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	}
	.ninfor{padding: 7% 3% 12%;}
}