@font-face {

	font-family: font;

	src: url(../fonts/Alibaba-PuHuiTi-Light.otf);

}



@font-face {

	font-family: font2;

	src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);

}



@font-face {

	font-family: font1;

	src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);

}



body {

	color: #333333;

	font-family: font;

	background: #fff;

	font-size: 14px;

}



* {

	margin: 0;

	padding: 0;

	box-sizing: border-box;

}



dl {

	margin: 0;

}



dt {

	font-weight: normal;

}



ul,

li {
	padding: 0;

	list-style-type: none;

	margin: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-size: 100%;

	font-weight: normal;

}



a {

	color: #333;



	outline: none;

}



a:hover {

	text-decoration: none;

	color: #0b3775;

}



a:focus {

	text-decoration: none;

	color: inherit;

}



img {

	border: 0;

	vertical-align: middle;

	transition: all 0.6s;

}



table {

	border-collapse: collapse;

}



input,

textarea,

select,

button {

	border: 0;

	outline: none;

}



.wrap {

	width: 100%;

	overflow: hidden;

}



/*公共样式勿删除*/

.clearfix:after {

	content: " ";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}



.clearfix {

	zoom: 1;

}



.fl {

	float: left;

}



.fr {

	float: right;

}



.flex {

	display: flex;

	align-items: center;

}



.flex_item {

	flex: 1;

}



/**/



.header {

	line-height: 80px;

	font-size: 16px;

	transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

}



.head_white {

	background: #fff;

}



.header .container {

	position: relative;

	z-index: 9;

}



.header .input-group .form-control {

	border-radius: 20px 0 0 20px;

	border-right: none;

	box-shadow: none;

}



.header .input-group-btn>.btn {

	border-radius: 0 20px 20px 0;

	border-left: none;

	outline: none;

}



.header .logo {

	display: block;

	width: 104px;

	height: 62px;

	z-index: 0;

	background: url(../images/miyuan-logo.png) center no-repeat;

	background-size: 100% 100%;

	margin-top: 11px;

}



.head_white .logo {

	background: url(../images/logo_03.png) center no-repeat;

	background-size: 100% 100%;

	width: 117px;

	height: 54px;

}



@keyframes a_bg_hover_show {

	0% {

		-webkit-transform: scale(1, 0.5);

		opacity: 0;

	}



	100% {

		-webkit-transform: scale(1, 1);

		opacity: 1;

	}

}





@keyframes a_bg_hover_hide {

	0% {

		-webkit-transform: scale(1, 1);

		opacity: 1;

	}



	100% {

		-webkit-transform: scale(1, 0.5);

		opacity: 0;

	}

}



.header .navbar-default .navbar-nav>li>a {

	margin: 0 40px;

	padding: 0;

	line-height: 80px;

	position: relative;

	color: #333;

}



.header .navbar-default .navbar-nav>.active>a,

.header .navbar-default .navbar-nav>:hover>a,

.header .navbar-default .navbar-nav>.active>a:focus,

.header .navbar-default .navbar-nav>.active>a:hover {

	background: none;

	font-family: font1;

}



.header .navbar-default .navbar-nav>.active>a::after,

.header .navbar-default .navbar-nav>:hover>a::after,

.header .navbar-default .navbar-nav>.active>a:focus::after,

.header .navbar-default .navbar-nav>.active>a:hover::after {

	content: '';

	width: 100%;

	height: 3px;

	position: absolute;

	bottom: 20px;

	background: #ffe01b;

	left: 0;

}



.header .navbar-default .navbar-nav .dropdown-menu {

	border: none;

	margin: 0;

	padding: 0;

	text-align: center;

	min-width: 100%;

	box-shadow: none;

	background: none;

}



.header .navbar-default .navbar-nav .dropdown-menu>li>a {

	padding: 0;

	line-height: 42px;

	font-size: 16px;

}



.header .navbar-default .navbar-nav .dropdown-menu>li>a:hover {

	font-family: font1;

	background: none;

}



.header .navbar-default .navbar-nav>li:hover .dropdown-menu {

	display: block;

}



.submenu_show .bg_hover {

	display: block !important;

	width: 100%;

	height: 322px;

	background: rgba(255, 255, 255, 1);

	z-index: 1;

	position: absolute;

	top: 0px;

	left: 0px;

	-webkit-animation: a_bg_hover_show 0.2s ease-out both;

	-webkit-transform-origin: 50% 0%;

}



.submenu_show .dropdown-menu {

	-webkit-animation: a_menu_item_show 0.2s ease-out both;

}



.submenu_show .menu_hook {

	display: block;

}



.submenu_show .logo {
	/*display: block;*/
	/*height: 104px;*/
	/*width: 62px;*/
	/*background: url(../images/miyuan-logo.png) center no-repeat;*/

	/*background-size: 100% 100%;*/

}



.header .navbar-default {

	margin: 0;

	background: none;

	border: none;

}



.header .search {

	line-height: 34px;

	width: 168px;

	float: left;

	margin-top: 22px;

	margin-left: 30px;

}



.header .search .btn:hover {

	background: none;

	color: #ffe01b;

}



.footer {

	background: #e8ecf5;

	color: #282828;

	font-size: 14px;

	/*margin-top: 20px;*/

}



.footer a {

	color: #282828;

}



.footer a:hover {

	color: #fff;

}



.footer ul {

	line-height: 34px;

}



.footer h4 {
	color: #282828;
	font-size: 18px;

}



.footer .b {

	padding: 20px 0 35px 0;

	border-top: 1px solid #999;

}



.footer .a {

	padding: 35px 0 15px 0;
	color: #282828;
	font-size: 20px;

}



.footer .a a {

	font-size: 26px;

	display: inline-block;

	margin-left: 20px;

	position: relative;

}



.footer .a a img {

	position: absolute;

	bottom: 100%;

	left: 0;

	display: none;

}



.footer .a a:hover img {

	display: block;

}



.footer .a a:hover {

	color: #ffe01b;

}



.footer .c {
	color: #fff;
	text-align: center;

	font-size: 12px;

	padding: 8px 0;

	background: #0d0f12;

}



.footer .code {

	width: 106px;

	margin: 15px 0 10px;

}



.footer p {

	color: #ccc;

}



.footer .logo {

	width: 145px;

	margin-top: 50px;

}



/**/

.homepage .header {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	z-index: 99;

}



.homepage .header .navbar-default .navbar-nav>li>a {

	color: #282828;

}



.homepage .header_fixed .navbar-default .navbar-nav>li>a {

	color: #333;

}



.homepage .submenu_show .navbar-default .navbar-nav>li>a {

	color: #333;

}



.homepage .a,

.homepage .a a,

.homepage .a .swiper-container {

	position: relative;

	height: 100%;

}



.homepage .a a {

	display: block;



}



.homepage .a img {

	width: 100%;

}



.homepage .a dl {

	position: absolute;

	left: 0;

	width: 100%;

	top: 50%;

	color: #fff;

	text-align: center;

	font-size: 24px;

	transform: translate(0, -50%);

}



.homepage .a dt {

	font-size: 60px;

	font-family: font1;

	margin-bottom: 20px;

}



.homepage .a .swiper-pagination-bullet {

	background: #bbafab;

	border-radius: 0;

	width: 40px;

	height: 3px;

	opacity: 1;

}



.homepage .a .swiper-pagination-bullet-active {

	background: #ffd832;

}



.link_area {

	display: block;

	width: 100%;

	padding: 70px 0;

	background: #f5f6fb;

}



.link_area .link_hook {

	display: block;

	width: 1440px;

	height: 780px;

	margin: 0px auto;

	/*background:#1b1f25 url(../img/index/bg_3.png) no-repeat 0 0; background-size: contain;*/

}



.link_area .link_tab {

	display: block;

	width: 36%;

	height: 100%;

	float: left;

}



.link_area .tab_list {

	display: block;

	height: 100%;

}



.link_area .tab_list li {

	display: block;

	height: 33.3%;

	opacity: 0.4;

	position: relative;

}



.link_area .tab_list .tit {

	display: block;

	font-size: 30px;

	color: #282828;

	position: absolute;

	left: 50%;

	margin-left: -32%;

	top: 50%;

	margin-top: -4.9%;

	transition: margin-left 0.3s ease-out;

	right: 32px;

}



.link_area .tab_list .txt {

	display: block;

	font-size: 16px;

	color: #B7B7B7;

	position: absolute;

	left: 50%;

	margin-left: -32%;

	top: 50%;

	margin-top: 3.8%;

	transition: margin-left 0.3s ease-out;

	right: 30px;

}



.link_area .tab_list .icon {

	display: block;

	height: 16px;

	width: 54px;

	background: url(../images/icon_arrow_r.png) no-repeat 0 0;

	position: absolute;

	left: 50%;

	/*margin-left: -21.5%;*/

	margin-left: -32%;

	top: 50%;

	margin-top: 14.8%;

	opacity: 0;

	transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;

	background-size: 100% 100%;

}



.link_area .tab_list li.list_item_2 .icon {

	margin-top: 9.0%;

}



.link_area .tab_list li.list_item_3 .icon {

	margin-top: 3.8%;

}



.link_area .tab_list .tit:after {

	display: block;

	content: "";

	height: 70px;

	width: 6px;

	background: #ffd832;

	position: absolute;

	left: 50%;

	margin-left: -62%;

	top: 18%;

	opacity: 0;

	transform: translate(-20px, 0px);

	transition: opacity 0.3s ease-out, transform 0.3s ease-out;

}



.link_area .tab_list li.list_item_2 .tit {

	margin-top: -10.9%;

}



.link_area .tab_list li.list_item_2 .txt {

	margin-top: -0.2%;

}



.link_area .tab_list li.list_item_3 .tit {

	margin-top: -16.3%;

}



.link_area .tab_list li.list_item_3 .txt {

	margin-top: -6.2%;

}



.link_area .tab_list li.current {

	opacity: 1;

}



.link_area .tab_list li.current .tit {

	margin-left: -28%;
	color: #282828;
	font-family: font3;

}



.link_area .tab_list li.current .txt {
	color: #282828;
	margin-left: -28%;

}



.link_area .tab_list li.current .tit:after {

	opacity: 1;

	transform: translate(0px, 0px);

}



.link_area .tab_list li.current .icon {

	opacity: 1;

	margin-left: -27.5%;

}





.link_area .link_content {

	display: block;

	width: 64%;

	height: 780px;

	margin-left: 36%;

	overflow: hidden;

}



.link_area .link_content .con {

	display: none;

	width: 100%;

	height: 100%;

}



.link_area .link_content .con_1 {

	display: block;

}



.link_area .link_con_list {

	display: block;

	width: 100%;

	height: 100%;

}



.link_area .link_con_list li {

	display: block;

	width: 100%;

	float: left;

	height: 50%;

	background: url(../images/index_link_3_1.jpg) no-repeat center center;

	background-size: cover;

	overflow: hidden;

}



.link_area .link_con_list li a {

	display: block;

	width: 100%;

	height: 100%;

	position: relative;

}



.link_area .con_1 .link_con_list li.item_1 {

	background-image: url(../images/index_link_3_1.jpg);

}



.link_area .con_1 .link_con_list li.item_2 {

	background-image: url(../images/index_link_3_2.jpg);
	width: 50%;
}



.link_area .con_1 .link_con_list li.item_3 {

	background-image: url(../images/index_link_3_3.jpg);

	width: 50%;

}



.link_area .con_2 .link_con_list li.item_1 {

	background-image: url(../images/a1_03.jpg);

}



.link_area .con_2 .link_con_list li.item_2 {

	background-image: url(../images/a1_04.jpg);
	width: 50%;
}



.link_area .con_2 .link_con_list li.item_3 {

	background-image: url(../images/a1_06.jpg);

	width: 50%;

}



.link_area .con_3 .link_con_list li.item_1 {

	background-image: url(../images/a1_07.jpg);

	width: 100%;

}



.link_area .con_3 .link_con_list li.item_3 {

	background-image: url(../images/a1_08.jpg);

	width: 100%;

}



.link_area .link_con_list .script {

	display: block;

	width: 100%;

	height: 50%;

	position: absolute;

	left: 0px;

	bottom: 0px;

	/*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));*/

}



.link_area .link_con_list .script .tit {

	font-family: font1;

	display: block;

	margin-left: 43px;

	margin-top: 119px;

	font-size: 24px;

	color: #282828;

	transition: margin-top 0.3s ease-out;

}



.link_area .link_con_list .script .txt {

	display: block;

	margin-left: 43px;

	margin-top: 9px;

	line-height: 1.8;

	font-size: 16px;

	color: #282828;

	opacity: 0;

	transform: translate(0px, 15px);

	transition: opacity 0.3s ease-out;

	margin-right: 43px;

}



.link_area .link_con_list .script .icon {

	display: block;

	height: 14px;

	width: 31px;

	background: url(../images/icon_arrow_r_s.png) no-repeat 0 0;

	position: absolute;

	right: 71px;

	top: 71px;

	opacity: 0;

	transition: all 0.3s ease-out;

	background-size: 100% 100%;

}



.link_area .link_con_list li a:hover .script .tit {

	margin-top: 59px;

}



.link_area .link_con_list li a:hover .script .txt {

	opacity: 1;

	transform: translate(0px, 0);

}



.link_area .link_con_list li a:hover .script .icon {

	animation: a_arrow_r 0.2s linear forwards;

}



@keyframes a_arrow_r {

	0% {

		opacity: 0;

		right: 71px;

	}



	100% {

		opacity: 1;

		right: 51px;

	}

}



.homepage .c {

	padding: 60px 0;

}



.homepage .c h2 {

	text-align: center;

	font-size: 30px;

	font-family: font2;

	margin: 0;

}



.homepage .c a {

	display: block;

	margin-top: 40px;

	line-height: 28px;

	font-size: 16px;

	color: #797676;

}



.homepage .c a:hover {

	color: #000;

}



.homepage .c a img {

	width: 100%;

}



.homepage .c a .pic {

	height: 220px;

	overflow: hidden;

}



.homepage .c a .flex {

	border-top: 1px solid #ddd;

	padding-top: 10px;

	color: #999999;

}



.homepage .c a h4 {

	margin-top: 10px;

	font-size: 20px;

	font-family: font2;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}



.homepage .c a p {

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;
	height: 56px;

}




/**/

.bread {

	background: #f5f6f8;

	font-size: 16px;

}



.breadcrumb {

	margin: 0;

	padding: 12px 0;

	background: none;

}



.newsitem {

	font-size: 16px;

	padding: 20px 0;

}



.newsitem .hd {

	border-bottom: 1px solid #ddd;

	padding-bottom: 10px;

}



.newsitem .hd h1 {

	font-size: 50px;

	margin-bottom: 15px;

}



.newsitem .bd img {

	display: block;

	max-width: 100%;

	margin: 20px auto;

}



.newsitem .bd p {

	line-height: 28px;

	margin: 30px 0;

}



.newsitem .container {

	position: relative;

}



.share {

	text-align: center;

	width: 40px;

	position: absolute;

	top: 160px;

	right: 0;

	z-index: 99;

}



.share a {

	display: block;

	color: #919797;

	margin-bottom: 35px;

	cursor: pointer;

	position: relative;

}



.share a i {

	font-size: 24px;

}



.share a>div {

	position: absolute;

	display: none;

	top: 0;

	right: 100%;

}



.share a:hover>div {

	display: block;

}



.share a:hover {

	color: #ffe01b;

}



.breadcrumb>li+li:before {

	content: '>';

}



.totop {

	width: 50px;

	height: 50px;

	bottom: 50px;

	cursor: pointer;

	right: 20px;
	z-index: 99;

	position: fixed;

	background: url(../images/totop.png) center no-repeat;



}



/**/

.banner_info {

	height: 480px;

	line-height: 480px;

	font-size: 46px;



	background: url(../images/4_02.jpg) center no-repeat;

}



.tabtitle {

	text-align: center;

	font-size: 16px;



	width: 100%;


	z-index: 2;

	border-bottom: 1px solid #eee;

	background: #fbfbfb;

	line-height: 52px;

}



.tabtitle.am-sticky .tab-logo {
	display: block;
}

.tabtitle>div>a {

	display: inline-block;

	margin: 0 30px;

	position: relative;

}



.tabtitle a.am-active {

	font-family: font1;

}



.tabtitle a.am-active::after {

	content: '';

	border-bottom: 2px solid #ffd832;

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

}



.school .a {

	margin: 64px 0;

	position: relative;

}



.school .a img {

	max-width: 100%;

}



.school .a dl {

	width: 520px;

	position: absolute;

	left: 0;

	top: 88px;

	background: #ffd832;

	padding: 80px 50px;

	font-size: 16px;

}



.school .a dl dd {

	line-height: 28px;

}



.school .a dl dt {

	font-size: 40px;

	font-family: font1;

	margin-bottom: 15px;

}



.school .b {

	padding: 60px 0;

	text-align: center;

	font-size: 16px;

}



.school .b .row {

	margin: 0 -10px;

}



.school .b .col-lg-4 {

	padding: 0 10px;

}



.school .b img {

	width: 100%;

}



.school .b a {

	height: 279px;

	overflow: hidden;

	display: block;

	position: relative;

	margin-top: 20px;

	margin-bottom: 10px;

}

.school .b p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.school .b a::after {

	content: '';

	width: 70px;

	height: 70px;

	display: block;

	background: url(../images/video_03.png) center no-repeat;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

}



.school .b h2 {

	font-size: 40px;

	margin: 0 0 30px;

	font-family: font1;

}



/**/

.banner_info_c {

	background: url(../images/5_02.jpg) center no-repeat;

}



.contentus {

	font-size: 16px;

}



.contentus h2 {

	text-align: center;

	font-size: 40px;

	font-family: font1;

}



.contentus .a {

	padding: 80px 0;

	text-align: center;

}



.contentus .a a {

	display: block;

}



.contentus .a a p {

	font-size: 20px;

}

.contentus .ic-item {
	margin: 40px auto 20px;
}

.contentus .a a span {

	display: block;

	width: 150px;

	height: 150px;

	line-height: 150px;

	border-radius: 50%;

	margin: 40px auto 20px;

}

.contentus .cu-bg {
	width: 1200px;
}

.contentus .nli {
	margin: 40px auto 20px;
}

.contentus .nli-img {
	width: 204px;
	height: 152px;
}

.contentus .ic-img {
	width: 204px;
	height: 148px;
}

.contentus .b {

	padding: 80px 0;

	background: #fbfbfb;

}



.contentus .b .bg {

	width: 100%;

	margin-top: 40px;

}

.contentus .qr-text {
	font-family: font2;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
}
.contentus .qrcode {
	width: 100px;
	height: 100px;
	margin: 39px 0 0 0;
}

.contentus .b .bd {

	overflow: hidden;

	background: #f2f2f2;

}



.contentus .b .bd b {

	display: block;

	font-family: font2;

}



.contentus .b .bd dl {

	padding: 15px;

}



.contentus .b .bd dt {

	font-size: 20px;

	line-height: 36px;

	height: 108px;

	overflow: hidden;

}



.contentus .b .bd dd {

	line-height: 30px;

	margin-top: 5px;

}



.contentus .b .bd .col-lg-3 {

	border-bottom: 2px solid transparent;

}



.contentus .b .bd .col-lg-3:hover {

	border-bottom: 2px solid #ffd832;

	background: #fff;

}



.contentus .c {

	padding: 40px 0 80px;

	text-align: center;

}



.contentus .c p {

	margin: 20px 0 40px;

}



/**/

.banner_info_p {

	background: url(../images/3_02.jpg) center no-repeat;

	color: #fff;

}



.contentus .a h4 {

	line-height: 28px;

	margin-top: 20px;

}



.contentus .b .pic {

	position: relative;

}



.contentus .b .pic .code {

	width: 128px;

	height: 128px;

	margin: 0 0 0 15px;

}



.contentus .b .pic .box {

	position: absolute;

	width: 365px;

	right: 85px;

	top: 50%;

	margin-top: 30px;

	transform: translate(0, -50%);

}



.contentus .b .pic .box .btn {

	line-height: 50px;

	background: #fff;

	font-size: 16px;

	padding: 0;

	text-align: left;

	margin: 20px 0;

	position: relative;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}



.contentus .b .pic .box .btn.on {

	background: #ffd832;

}



.contentus .b .pic .box i {

	font-size: 20px;

	margin: 0 5px 0 15px;

}



.contentus .b .pic .box .fa-arrow-circle-o-down {

	position: absolute;

	right: 15px;

	top: 15px;

}



.contentus .d {

	padding: 60px 0 100px;

}



.contentus .d .box {

	border: 1px solid #eee;

	margin-top: 40px;

	height: 444px;

}



.contentus .d .box h3 {

	font-size: 20px;

	padding: 20px;

	margin: 0;

	background: #ffd832;

}



.contentus .d .box .pd {

	padding: 0 20px 20px;

}



.contentus .d .box .pd .media {

	margin-top: 20px;

}



.contentus .d .box .pd h4 {

	font-size: 20px;

	font-family: font2;

}



.contentus .e {

	padding: 85px 0;

	background: #fbfbfb;

}



.contentus .e h4 {

	font-size: 40px;

	margin-bottom: 15px;

	font-family: font1;

}



.contentus .e img {

	width: 138px;

	height: 138px;

	margin-right: 20px;

}



/**/

.banner_info_a {

	background: url(../images/2_02.jpg) center no-repeat;

}



.aboutus {

	font-size: 16px;

}



.aboutus h2 {

	text-align: center;

	font-family: font1;
	color: #282828;
	font-size: 40px;

	margin-bottom: 40px;

}



.aboutus .a {

	padding: 50px 0 80px;

}



.aboutus .a img {

	max-width: 100%;

}



.aboutus .a p {

	line-height: 28px;

	margin-bottom: 20px;

}



.aboutus .b {

	padding: 50px 0 40px;

	position: relative;

	background: url(../images/history-bg.jpg) center top no-repeat;

}





.aboutus .c {

	padding: 80px 0;

}



.aboutus .c .box {

	border: 1px solid #eee;

	padding: 30px;

}



.aboutus .c .box img {

	width: 100%;

}



.aboutus .c .box .flex {

	margin-top: 20px;

}



.aboutus .c dd {

	line-height: 28px;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 2;

	overflow: hidden;

}



.aboutus .c dt {

	font-size: 20px;

	margin-bottom: 5px;

	display: -webkit-box;

	-webkit-box-orient: vertical;

	-webkit-line-clamp: 1;

	overflow: hidden;

}



.aboutus .c .data {

	width: 80px;

	text-align: center;

	padding: 10px 0;

	background: #ffd832;

}



.aboutus .c .data h4 {

	font-size: 40px;

	font-family: font2;

	margin: 0;

	line-height: 40px;

}



.aboutus .c li {

	margin-bottom: -1px;

}



.aboutus .c li>a {

	border: 1px solid #eee;

	padding: 38px 30px;

}



.aboutus .c li .data {

	margin-right: 15px;

}



.aboutus .c li>a:hover {

	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}



.aboutus .d {
	padding: 80px 0;

	background: #fbfbfb;

	text-align: center;

}

.aboutus .d .au-item {
	margin: 30px auto;
}

.aboutus .au-img {
	width: 153px;
	height: 153px;
}


.aboutus .d h4 {

	font-size: 20px;

	font-family: font2;

}



.aboutus .e {

	padding: 80px 0;

}



.aboutus .e .bd .flex {
	align-items: stretch;
	background: #ffd832;

}



.aboutus .e .bd .flex dd {
	margin-bottom: 20px;
	line-height: 28px;

}



.aboutus .e .bd .flex dl {

	padding: 30px;

}



.aboutus .e .bd .flex dt {

	font-size: 30px;

	font-family: font1;

	margin-bottom: 15px;

}



.aboutus .e .bd .flex img {

	width: 803px;

	height: 500px;

}



.aboutus .e .bd .swiper-button-next,

.aboutus .e .bd .swiper-button-prev {

	width: 100px;

	height: 72px;

	background: #fff;

	color: #333;

	font-size: 30px;

	top: auto;

	bottom: 0;

}



.aboutus .e .bd .swiper-button-next:hover,

.aboutus .e .bd .swiper-button-prev:hover {

	background: #ffd832;

}



.aboutus .e .bd .swiper-button-next:after,

.aboutus .e .bd .swiper-button-prev:after {

	display: none;

}



.aboutus .e .bd .swiper-button-next {

	right: 397px;

}



.aboutus .e .bd .swiper-button-prev {

	left: 600px;

}



.aboutus .e .swiper-pagination {

	padding-right: 110px;

	color: #fff;

	font-size: 30px;

}



#fp-nav ul li a span,

.fp-slidesNav ul li a span {

	background: #cccccc;

	width: 7px;

	height: 7px;

	margin: 5px 0;

}



#fp-nav ul li a.active span,

#fp-nav ul li a:hover span,

.fp-slidesNav ul li a.active span,

#fp-nav ul li:hover a.active span,

.fp-slidesNav ul li:hover a.active span {

	background: url(../images/d_03.png) center no-repeat;

	width: 13px;

	height: 13px;

	margin: 2px 0 0 -3px;

}



.homepage .a .swiper-pagination {

	bottom: 30px;

}



.d_n {

	display: none;

}



/* to c 寮圭獥 */

.video-pop {

	width: 100%;

	height: 100%;

	position: fixed;

	left: 0;

	top: 0;

	right: 0;

	bottom: 0;

	z-index: 999;

	display: none;

}



.video-pop .pop-bg {

	width: 100%;

	height: 100%;

	position: fixed;

	left: 0;

	top: 0;

	right: 0;

	bottom: 0;

	background: rgba(0, 0, 0, 0.8);

}



.video-pop .pop-box {

	width: 1020px;

	height: 575px;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%);

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	-o-transform: translate(-50%, -50%);

	-moz-transform: translate(-50%, -50%);

	background: #000;

	box-sizing: border-box;

}



.video-pop .pop-box .close {

	width: 24px;

	height: 24px;

	position: absolute;

	right: 0px;

	top: -40px;

	cursor: pointer;

}



.video-pop .pop-box .video {

	width: 100%;

	height: 100%;

}



.navbar-toggle .icon-bar {

	display: none;

}



.navbar-toggle {

	background: url(../images/icon_menu_hover.png) no-repeat center;

	background-size: 100% 100%;

	width: 20px;

	height: 20px;

	border: none;

}

.fp-auto-height.fp-section,

.fp-auto-height .fp-slide,

.fp-auto-height .fp-tableCell {
	background: #f5f6fb;
	height: auto !important;

}

.history {
	background: url('../images/hp_bg3.png') no-repeat center !important;
	background-size: 100% 100%;
	vertical-align: auto;
	height: 600px!important;
}
.history .fp-tableCell {

	 height: auto !important;

 }
/*.history .swiper-wrapper {*/
/*	width: 1220px;*/
/*	margin: auto;*/
/*}*/
/*.history .swiper-slide {*/
/*	width: 362px;*/
/*}*/
/*.history .swiper-container {*/
/*	width: 1224px;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	padding: 0 20px;*/
/*}*/
.history .wal .hp-sl {
	position: relative;
	transition-delay: .9s;
	width: 1224px;
	margin: auto;
}
.history .wal {
	text-align: center;
}
.history .hp-sw-item img {
	width: 361px;
	margin-bottom: 27px;
}
.history .hp-sw-item:hover .title {
	color: #282828;
}
.history .hp-sw-item:hover img {
	box-shadow: 0 15px 30px rgba(0,0,0,.3);
}
.history .title1 {
	text-align: center;
	color: #282828;
	font-size: 30px;
	font-family: font2;
	margin: 32px auto 33px auto;
}
.prev:after, .next:after {
	display: none;
}
.history .wal .prev {
	left: -30px;
	top: 50%;
	background: url('../images/sc-prev.png') no-repeat top center;
	background-size: 100% 100%;
	width: 16px;
	height: 27px;
}
.history .wal .next {
	top: 50%;
	right: -20px;
	background: url('../images/sc-next.png') no-repeat top center;
	background-size: 100% 100%;
	width: 16px;
	height: 27px;
}

@media screen and (min-width:981px) and (max-width:1400px) {}



@media screen and (min-width:769px) and (max-width:980px) {}



@media (max-width:768px) {

	.link_area {

		height: auto;

		background: #fbfbfb;

		width: 100%;

		margin-bottom: 0;

		padding: 0 15px;

		box-sizing: border-box;

		overflow: hidden;

		padding-bottom: 20px;

	}



	.link_area .link_hook {

		width: 100%;

		height: 100%;

	}



	.link_area .link_tab {

		width: 100%;

	}



	.link_area .tab_list li {

		display: block;

		height: 170px;

		width: 100%;

		background: url(../images/index_link_3_1.jpg) no-repeat center center;

		background-size: cover;

		margin: 12px auto 0;

		opacity: 1;

	}



	.link_area .tab_list li:nth-child(1) {

		margin-top: 20px;

	}



	.link_area .tab_list li.list_item_2 {

		background-image: url(../images/a1_03.jpg);

	}



	.link_area .tab_list li.list_item_3 {

		background-image: url(../images/index_link_3_3.jpg);

	}



	.link_area .tab_list .icon {

		display: none;

	}



	.link_area .tab_list .tit:after {

		display: none;

	}



	.link_area .tab_list li .tit {

		margin-left: 0px;

		font-size: 16px;

		font-family: font2;

	}



	.link_area .tab_list li .txt {

		margin-left: 0px;

	}



	.link_area .tab_list li.current .tit {

		margin-left: 0px;

		font-size: 16px;

	}



	.link_area .tab_list li.current .txt {

		margin-left: 0px;

		display: none;

	}



	.link_area .tab_list .tit {

		left: 15px;

		margin-top: 0px;

		top: auto;

		bottom: 10px;

		font-size: 24px;

	}



	.link_area .tab_list .txt {

		display: none;

		left: 32px;

		margin-top: 0px;

		top: auto;

		bottom: 22px;

		font-size: 14px;

	}



	.link_area .tab_list li.list_item_2 .tit {

		margin-top: 0px;

	}



	.link_area .link_content {

		display: none;

	}



	.homepage .a dl {

		font-size: 12px;

	}



	.homepage .a dt {

		font-size: 20px;

		margin: 0;

	}



	.header {

		line-height: 50px;

		z-index: 99;

	}



	.header .logo {

		width: 80px;

		height: 37.5px;

		float: none;

		display: inline-block;

		vertical-align: middle;

		margin: 0;

	}



	.navbar-default .navbar-toggle {

		margin: 0;

		position: absolute;

		left: 0;

		top: 15px;

		z-index: 100;

	}



	.header .navbar-default .navbar-nav>li>a {

		margin: 0;

		line-height: 40px;

		padding: 0 15px;

		font-size: 14px;

	}



	.homepage .header .navbar-default .navbar-nav>li>a {

		color: #333;

	}



	.header .navbar-default .navbar-nav>.active>a::after,

	.header .navbar-default .navbar-nav>:hover>a::after,

	.header .navbar-default .navbar-nav>.active>a:focus::after,

	.header .navbar-default .navbar-nav>.active>a:hover::after {

		bottom: 0;

	}



	.header .search {

		width: 100%;

		margin: 0;

	}



	.footer {
		color: #fff;
		font-size: 12px;

	}

	#fullpage .footer {
		position: static;
	}


	.footer h4 {

		font-size: 14px;

	}



	.footer .a,

	.footer .a a {

		font-size: 14px;

	}



	.footer ul {

		line-height: 24px;

		display: none;

	}



	.footer h4 {

		margin: 20px 0 10px;

		position: relative;

	}

	.footer .b {

		padding: 0 0 20px;

	}

	.footer h4 i {

		position: absolute;

		right: 0;

		top: 2px;

		display: inline-block;

		height: 6px;

		width: 6px;

		border-width: 0 1px 1px 0;

		border-color: #fff;

		border-style: solid;

		-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);

		transform: matrix(.71, .71, -.71, .71, 0, 0);

	}

	.footer h4 i.on {

		border-width: 1px 0 0 1px;

	}



	.aboutus .e .bd .flex img {

		width: 100%;

		height: auto;

	}



	.aboutus .e .bd .flex {

		display: block;

	}



	.aboutus .e .bd .flex dl {

		padding: 15px;

	}



	.aboutus .e .bd .swiper-button-next {

		right: 0;

	}



	.aboutus .e .bd .swiper-button-prev {

		left: 0;

	}



	.aboutus .e .swiper-pagination {

		padding: 0;
		font-size: 18px;

	}



	.aboutus .a,

	.aboutus .b,

	.aboutus .c,

	.aboutus .d,

	.aboutus .e,

	.contentus .a,

	.contentus .b,

	.contentus .d,

	.contentus .e {

		padding: 10px 0 20px;

	}



	.banner_info {

		height: 200px;

		line-height: 200px;

		font-size: 18px;

	}

	.tabtitle>div {
		display: flex;
	}

	.tabtitle>div>a {

		margin: 0;
		flex: 1;

		font-size: 13px;

	}



	.aboutus .c li>a,

	.aboutus .c .box {

		padding: 15px;

	}



	.aboutus .b {

		overflow: hidden;

	}



	.aboutus h2,

	.contentus h2,

	.school .b h2 {

		font-size: 20px;

		margin-bottom: 20px;

	}



	.aboutus .b .hd {

		margin: 20px 0;

	}



	.newsitem .hd h1 {

		font-size: 20px;

	}



	.newsitem,

	.contentus .a a p {

		font-size: 14px;

	}



	.contentus .a a span {

		width: 90px;

		height: 90px;

		line-height: 90px;

	}



	.contentus .a a span img {

		height: 40px;

	}



	.contentus .b .pic .box {

		position: static;

		transform: translate(0, 0);

		width: 100%;

		margin-top: 10px;

	}



	.contentus .d .box {

		height: auto;

	}



	.contentus .e h4 {

		font-size: 16px;

	}



	.school .a dl {

		position: static;

		width: 100%;

		padding: 15px;

	}



	.school .a {

		margin: 20px 0;

	}



	.school .b {

		padding: 20px 0;

	}



	.school .a dl dt {

		font-size: 20px;

	}



	.contentus,

	.contentus .b .bd dt {

		font-size: 14px;

		line-height: 24px;



	}



	.contentus .b .bd dt {

		height: 72px;

	}



	.contentus .b img {

		margin: 0;

	}



	.contentus .c {

		padding: 0 0 20px;

	}



	.homepage .a .swiper-pagination {

		bottom: 10px;

	}



	.homepage .c .row a .pic {

		height: 199px;

	}



	.school .b a {

		height: auto;

	}



	.school .b a::after {

		width: 35px;

		height: 35px;

		background-size: 100% 100%;

	}



	.share {

		display: none;

	}



	.video-pop .pop-box {

		width: 100%;

		height: 100%;

	}



	.video-pop .pop-box .close {

		z-index: 9;

		top: 15px;

		right: 15px;

	}



	.navbar-collapse {

		display: block;

		position: fixed;

		background: #fff;

		width: 260px;

		height: 100%;

		top: 0;

		left: 0px;

		padding-top: 90px;



		transform: translate(-260px, 0);

		opacity: 0.8;

		transition: transform 0.25s ease-out, opacity 0.25s ease-out;

	}



	.header .navbar-default .navbar-nav .dropdown-menu {

		display: none !important;

	}



	.navbar-header {

		text-align: center;

	}



	.submenu_show .bg_hover {

		background: rgba(0, 0, 0, 0.5);

		position: fixed;

		left: 0;

		top: 0;

		width: 100%;

		height: 100%;

		display: none;

		opacity: 0;

		z-index: 9;

	}

	.bg_hover {

		background: rgba(0, 0, 0, 0.5);

		position: fixed;

		left: 0;

		top: 0;

		width: 100%;

		height: 100%;

		display: none;

		opacity: 0;

		z-index: 9;

		transition: all 0.6s;

	}

	.bg_hover.on {

		display: block;

		opacity: 1;

	}



	.navbar-default .navbar-toggle.on,

	.homepage .navbar-default .navbar-toggle.on {

		background: url(../images/icon_menu_close.png) center no-repeat;

		background-size: 15px auto;

		height: 14px;

		width: 15px;

		position: fixed;

		left: 15px;

	}



	.homepage .header .navbar-toggle {

		background: url(../images/icon_menu.png) no-repeat center;

		background-size: 15px auto;

	}

	.fp-auto-height1.fp-section,

	.fp-auto-height1.fp-slide,

	.fp-auto-height1 .fp-tableCell {

		height: auto !important;

	}



	.homepage .a a {

		height: 250px;



	}



	.header .navbar-default .navbar-nav>.active>a::after,

	.header .navbar-default .navbar-nav>:hover>a::after,

	.header .navbar-default .navbar-nav>.active>a:focus::after,

	.header .navbar-default .navbar-nav>.active>a:hover::after {

		display: none;

	}



	.header .navbar-default .navbar-nav>.active>a,

	.header .navbar-default .navbar-nav>:hover>a,

	.header .navbar-default .navbar-nav>.active>a:focus,

	.header .navbar-default .navbar-nav>.active>a:hover {

		font-family: inherit;

	}



	.homepage .c {

		padding: 30px 0;

	}



	.homepage .c h2 {

		font-size: 20px;

	}



	.homepage .c .row a {

		margin-top: 20px;

		font-size: 12px;

		line-height: 22px;

	}



	.homepage .c .row a h4 {

		font-size: 16px;

	}

	.homepage .c a h4 {
		font-size: 14px;
	}

	.homepage .c a p {
		font-size: 12px;
		line-height: 20px;
	}

	.homepage .c a .pic {
		height: 180px;
	}

	.link_area .tab_list li .block-link {
		display: block;
		height: 170px;
		width: 100%;
	}

	.aboutus .e .bd {
		background: #ffd832;
	}

	.aboutus .e .bd .swiper-button-next,
	.aboutus .e .bd .swiper-button-prev {
		background: none;
		font-size: 20px;
		width: 50px;
		height: 35px;
		line-height: 35px;
	}

	.aboutus .d span {
		width: 90px;
		height: 90px;
		line-height: 90px;
		margin: 10px auto 5px;
	}

	.aboutus .d span img {
		width: 40px;
	}

	.aboutus .d h4 {
		font-size: 14px;
	}

	.aboutus .d p {
		font-size: 12px;
	}
	





}



.navbar-collapse {

	z-index: 99;

}



.navbar-collapse.in {

	transform: translate(0px, 0px);

	opacity: 1;

}
