﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: 'Open Sans', Arial, Helvetica, 'Noto Sans TC', "微軟正黑體", sans-serif;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
}

/* =====================================
   共用樣式
===================================== */
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	text-decoration: none;
}

ul.ulset {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reset {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* Clear */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
	/* IE6&7 */
}

/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 10px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=0);
	/* IE6-9 */
}

.scrollToTop i {
	font-size: 26px;
	line-height: 32px;
}

@media (max-width: 767px) {
	.scrollToTop {
		bottom: 50px;
	}
}

@media (max-width: 360px) {
	.scrollToTop {
		bottom: 20px;
		right: 5px;
	}
}

.edit strong {
	font-weight: bold;
}

.edit em {
	font-style: italic;
}

.edit hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.edit h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.edit h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.edit h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.edit h1 {
	font-size: 36px;
}

.edit h2 {
	font-size: 30px;
}

.edit h3 {
	font-size: 24px;
}

.edit h4 {
	font-size: 18px;
}

.edit h5 {
	font-size: 14px;
}

.edit h6 {
	font-size: 12px;
}

.edit p {
	margin: 0 0 20px;
}

.edit ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

.edit ul {
	padding-left: 25px;
	list-style-type: disc;
}

.edit ol {
	padding-left: 20px;
	list-style-type: decimal;
}

.edit li {
	margin-bottom: 10px;
}

.edit ol li {
	padding-left: 5px;
}

.edit sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.edit sup {
	top: -.5em;
}

.edit sub {
	bottom: -.25em;
}

/* ----------------表格初始化---------------- */
table.tab-set {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.tab-set td {
	padding: 0;
}

/*表單*/
.input-txt {
	position: relative;
	overflow: hidden;
}

.form-group .ti-label {
	width: 100%;
	color: #000;
	font-weight: normal;
	line-height: 25px;
	padding-left: 5px;
}

.form-group .ti-label span {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
	color: #ed1c24;
	margin-right: 5px;
}

.form-button {
	text-align: center;
}

.form-button .button {
	margin: 0 5px;
}

.box-txt {
	border: 1px solid #ddd;
	outline: none;
	padding: 6px 10px;
	font-size: 1em;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}

.box-txt.full {
	width: 100%;
}

.box-txt.txtarea {
	height: 150px;
	width: 100%
}

.box-txt.mgTop {
	margin-top: 10px;
}

.box-txt:focus {
	border-color: #01a800;
	-webkit-box-shadow: 0 0 1px #01a800;
	box-shadow: 0 0 1px #01a800;
}

.box-txt::-webkit-input-placeholder {
	color: #aaa;
}

.box-txt::-moz-placeholder {
	color: #aaa;
}

.box-txt:-ms-input-placeholder {
	color: #aaa;
}

.box-txt:-moz-placeholder {
	color: #aaa;
}


.lab-gender input[type=radio] {
	display: none;
	margin: 10px;
}

.lab-gender input[type=radio]+label {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 37px;
	line-height: 35px;
	color: #999;
	cursor: pointer;
}

.lab-gender input[type=radio]:checked+label {
	background-image: none;
	background-color: #777;
	color: #FFF;
	border-color: #999;
	cursor: default;
}

.code-img {
	display: inline-block;
	float: left;
}

.code-img img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* 表單按鈕 */
#btn-group ul,
.btn-group ul {
	text-align: center;
}

@media only screen and (max-width: 414px) {

	#btn-group ul li,
	.btn-group ul li {
		float: left;
		width: 50%;
	}
}

@media only screen and (min-width: 415px) {

	#btn-group ul li,
	.btn-group ul li {
		display: inline-block;
		margin: 0 5px;
		width: 135px;
	}
}

/* 按鈕 */
.btn-style {
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	border: 0;
	border-radius: 0;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 頁數pagenum */
.pages {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 0;
	text-align: center;
}

.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}

.pagination {
	display: inline-block;
	padding: 0;
	font-size: 14px;
	margin: 20px 0 60px;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #5d5d5d;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #05294d;
	border-color: #05294d
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagenum {
	width: 100%;
	padding: 30px 0 40px;
	clear: both;
	text-align: center;
}

.pagenum A {
	border: none;
	padding: 8px 18px;
	COLOR: #fff;
	TEXT-DECORATION: none;
	border-radius: 3px;
	transition: background 0.3s;
	background-color: #7ca4cc;
}

.pagenum A:hover {
	COLOR: #FFF;
	text-decoration: none;
	background-color: #05294d;
	border: none;
}

.pagenum2 {
	width: 100%;
	padding: 40px 0 60px;
	clear: both;
	text-align: center;
}

.pagenum2 A {
	display: inline-block;
	border: none;
	padding: 7px 18px 8px;
	COLOR: #fff;
	TEXT-DECORATION: none;
	border-radius: 3px;
	transition: background 0.3s;
	background-color: #05294d;
}

.pagenum2 A:hover {
	COLOR: #FFF;
	text-decoration: none;
	background-color: #2a6fb4;
	border: none;
}

/*************************
Typography 
**************************/
.font1 {
	font-size: 2em;
	line-height: 2.2em;
	color: #d70000;
}

.font2 {
	font-size: 1.5em;
	line-height: 1.6em;
	color: #e44000;
}

.font3 {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #069601;
}

.font5 {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #85b023;
}

.font6 {
	font-size: 0.9em;
	color: #e44000;
}

.font7 {
	font-size: 15px;
	color: #d70000;
}

.font8 {
	font-size: 1.7em;
	line-height: 1.8em;
	color: #f7941d;
}

.font9 {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #00aeef;
}

.font10 {
	color: #ffa200;
	font-size: 16px;
	font-weight: bold;
}

.text-red {
	color: #e44000;
}

.margin-t20 {
	margin-top: 20px;
	display: inline-block;
}

/*************************
******* Home ******
**************************/
@media only screen and (min-width:1301px) {
	.container {
		width: 1300px;
		padding: 0;
	}
}

#content {
	width: 100%;
	display: block;
}

#content img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}


.video-container {
	position: relative;
	padding-bottom: 53.85%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.p1{
	padding: 80px 0;
}
@media (max-width:767px) {
	.p1{
		padding: 40px 0;
	}
}



.iabout{
	padding: 0 ;
}
.iabout section{}
.iabout section:nth-of-type(1){
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}
.iabout section:nth-of-type(2){
	flex: 1;
	font-size: 17px;
	line-height: 150%;
	text-align: right;
}
.iabout section h2{
	width: 100%;
	max-width: 300px;
	margin: 0 0 15px;
	font-size: 46px;
	text-align: right;
	line-height: 100%;
	font-weight: 600;
}
.iabout section h3{
	color: #136fb8;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0 0 20px;
}
@media (max-width:1199px) {
	.iabout{
		gap: 40px;
		padding: 0 ;
	}
	.iabout section h2{
		font-size: 40px;
	}
}

@media (max-width:991px) {
	.iabout{
		margin-bottom: 30px;
	}
	.iabout section:nth-of-type(1){
		align-items: flex-start;
	}
	.iabout section:nth-of-type(2){
		text-align: left;
	}
	.iabout section h2{
		width: 100%;
		max-width: none;
		text-align:left;
		margin-bottom: 8px;
	}
}
@media (max-width:767px) {
	.iabout{
		gap: 10px;
		margin:0 0 40px;
	}
	.iabout section:nth-of-type(1){
		width: 100%;
		text-align: left;
	}
	.iabout section:nth-of-type(2){
		font-size: 15px;
		line-height: 160%;
	}
	.iabout section h2{
		width: 100%;
		font-size: 26px;
		max-width: none;
		text-align:left;
	}
	.iabout section h3{
		font-size: 18px;
		margin-top: 0;
	}
}











.i_form {
	position: relative;
}
.i_form::after{
	content: "";
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.i_form .container{
	position: relative;
	z-index: 2;
}

.i_product {
	margin: 0;
	padding: 0;
	list-style: none;

	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-template-areas:
		"p01 p01 p02 p03"
		"p04 p05 p05 p05";
}
@media (max-width:767px) {
	.i_product {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		grid-template-areas:
			"p01 p02"
			"p03 p04"
			"p05 p05";
	}
}

.i_product li {
	position: relative;
	padding-top: 50%;
	overflow: hidden;
}

.i_product li:nth-of-type(1) {
	grid-area: p01;
}

.i_product li:nth-of-type(2) {
	grid-area: p02;
}

.i_product li:nth-of-type(3) {
	grid-area: p03;
}

.i_product li:nth-of-type(4) {
	grid-area: p04;
}

.i_product li:nth-of-type(5) {
	grid-area: p05;
}

.i_product li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.i_product li a img {
	width: 100%;
	height: 100% !important;
	display: block;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
	transition: all 2s linear;
}
.i_product li:hover a img {
	transform: scale(1.2,1.2);
}

.i_product li .con {
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 2;
	transition: all 0.5s;
}

.i_product li:hover .con {
	width: 100%;
	height: 100%;
	opacity: 1;
}

@media (max-width:767px) {
	.i_product li{
		padding-top: 90%;
	}
	.i_product li:nth-of-type(5) {
		padding-top: 60%;
	}
}






.slogan {
	padding: 30px 0;
	background:url(../bg03.jpg) no-repeat #dbe2ef;
	background-size: cover;
}
.slogan h3{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 30px;
	color: #136fb8;
	font-weight: 600;
}
.slogan ul{
	margin: 0;
	padding: 0;
	list-style: none;

	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 8%;
}
.slogan ul li{
	text-align: center;
	font-size: 20px;
}
.slogan ul li .icon{
	position: relative;
	margin-bottom: 15px;
}
.slogan ul li .icon img{
	height: 100px !important;
}
.slogan ul li .icon::after{
	content: "";
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	border-radius: 50%;
	background: #ffffffa6;
}
.slogan ul li .icon img{
	position: relative;
	z-index: 2;
}
@media (max-width:767px) {
	.slogan ul{
		gap: 0;
	}
	.slogan ul li{
		width: 50%;
		padding: 15px;
	}
}








/* =====================================
   News
===================================== */
#news-bar {
	width: 100%;
	height: 55px;
	display: inline-block;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.1em;
}

#news-bar .title {
	width: 140px;
	height: 55px;
	display: inline-block;
	background: #05294d;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 15px;
	position: relative;
}

#news-bar .title:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 18px;
	right: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px;
	border-color: transparent transparent transparent #05294d;
}

#news-bar .main-box {
	width: calc(100% - 165px);
	height: 45px;
	overflow: hidden;
	float: right;
	margin: 10px 0 0;
}

#news-bar .main-box li {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news-bar .main-box li .date {
	font-size: 16px;
	line-height: 30px;
	color: #f59f0b;
	margin: 0 8px 0 0;
}

#news-bar a {
	color: #333;
}

#news-bar a:hover {
	color: #05294d;
}

@media (max-width:768px) {
	#news-bar {
		width: 100%;
		height: auto;
		font-size: 1em;
	}

	#news-bar .title {
		width: 100%;
		height: auto;
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		text-align: center;
		padding: 8px 0;
	}

	#news-bar .title:after {
		top: 40px;
		left: 48%;
		border-color: #05294d transparent transparent transparent;
	}

	#news-bar .main-box {
		width: 100%;
		float: left;
		text-align: center;
	}
}

/*************************
 Footer CSS
**************************/
#footer {
	width: 100%;
	display: inline-block;
	padding: 30px 0;
	background-color: #136fb8;
}

.footertop {
	width: 100%;
	display: inline-block;
}

.footertop .basic {
	float: right;
	width: 35%;
	padding: 0px 0 0 20px;
	margin: 0;
}

.footertop .basic h3 {
	width: 100%;
	float: left;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
}

.footertop .basic ul {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footertop .basic li {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #fff;
	margin: 1px 0;
	width: 100%;
	display: block;
	list-style-type: none;
}

.footertop .basic li a {
	text-decoration: none;
	color: #fff;
}

.footertop .basic li a:hover {
	color: #fed276;
	text-decoration: underline;
}

.footertop .basic li i {
	margin-right: 6px;
	text-align: center;
	width: 15px;
	line-height: 20px;
	color: #f6f7fc;
}

.footer-global {
	float: left;
	width: calc(100% - 40%);
	margin: 5px 0 0;
}

.footer-global .infob {
	float: left;
	display: inline-block;
	width: 20%;
	padding-left: 10px;
	list-style-type: none;
}
.footer-global .infob:nth-of-type(3) {
	width: 40%;
}

.footer-global .infob h4 {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	display: block;
	width: 100%;
	padding: 0 0 5px 0;
	margin: 0;
}

.footer-global .infob h4 a {
	color: #fff;
	text-decoration: none;
}

.footer-global .infob h4 a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-global .infob ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer-global .infob li {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #c9d9e8;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.footer-global .infob:nth-of-type(3) ol {
	display: flex;
	flex-flow: wrap;
}

.footer-global .infob:nth-of-type(3) li {
	width: calc(50% - 10px);
	margin-right: 5px;
}

.footer-global .infob li a {
	text-decoration: none;
	color: #c9d9e8;
}

.footer-global .infob li a:hover {
	color: #fff;
	text-decoration: underline;
}

.copyright {
	font-size: 13px;
	line-height: 20px;
	color: #c9d9e8;
	padding: 15px 0 0;
	margin: 25px 0 0;
	text-align: center;
	width: 100%;
	display: inline-block;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright A:link {
	color: #c9d9e8;
	text-decoration: none
}

.copyright A:visited {
	color: #c9d9e8;
	text-decoration: none
}

.copyright A:hover {
	color: #fff;
	text-decoration: underline
}

@media (min-width: 1299px) and (max-width: 992px) {
	.footer-global {
		width: calc(100% - 30%);
	}
}

@media (max-width: 991px) {
	.footertop .basic {
		width: 100%;
	}

	.footer-global {
		display: none
	}
}

/*************************
******* Banner ******
**************************/
/*i-banner*/
.i-banner {
	overflow: hidden;
}

.i-banner .ban-slick {
	/*margin-top: 97px;*/
}

.i-banner .ban-slick a {
	display: block;
	position: relative;
	overflow: hidden;
}

.i-banner .ban-slick img {
	display: block;
	position: relative;
	width: 768px;
	left: 50%;
	margin-left: -384px;
}

.i-banner .slick-dots {
	position: absolute;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	bottom: 15px;
	z-index: 5;
}

.i-banner .slick-dots li {
	display: inline-block;
	position: relative;
	margin: 0 3px;
	padding: 0;
	cursor: pointer;
}

.i-banner .slick-dots li button {
	font-size: 0;
	outline: none;
	border: 0;
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 100%;
	background: #fff;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) inset;
}

.i-banner .slick-dots li.slick-active button {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #f7b52c;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5) inset;
}

.i-banner .ban-prev,
.i-banner .ban-next {
	display: block;
	position: absolute;
	width: 58px;
	height: 114px;
	top: 50%;
	margin-top: -57px;
	overflow: hidden;
	opacity: .5;
	transition: opacity .25s linear;
	-ms-transition: opacity .25s linear;
	-moz-transition: opacity .25s linear;
	-webkit-transition: opacity .25s linear;
}

.i-banner .ban-prev:hover,
.i-banner .ban-next:hover {
	opacity: .75;
}

.i-banner .ban-prev {
	left: 48px;
}

.i-banner .ban-prev:after {
	content: '';
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 17px;
	left: 17px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.i-banner .ban-next {
	right: 48px;
}

.i-banner .ban-next:after {
	content: '';
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	top: 17px;
	right: 17px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

@media (max-width: 479px) {
	.i-banner .ban-slick .slick-slide img {
		width: 500px;
		margin-left: -250px;
	}

	.i-banner .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.i-banner .slick-dots li.slick-active button {
		width: 10px;
		height: 10px;
	}
}

@media (min-width: 480px) {
	.i-banner .ban-slick .slick-slide img {
		width: 640px;
		margin-left: -320px;
	}
}

@media (min-width: 640px) {
	.i-banner .ban-slick .slick-slide img {
		width: 1000px;
		margin-left: -500px;
	}

	.i-banner .slick-dots {
		bottom: 20px;
	}
}

@media (min-width: 768px) {
	.i-banner .ban-slick .slick-slide img {
		width: 1200px;
		margin-left: -600px;
	}

	.i-banner .slick-dots {
		bottom: 25px;
	}
}

@media (min-width: 992px) {
	.i-banner .ban-slick .slick-slide img {
		width: 1400px;
		margin-left: -700px;
	}
}

@media (min-width: 1199px) {
	.i-banner .ban-slick .slick-slide img {
		width: 1920px;
		margin-left: -960px;
	}
}

.pbanner {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.p-ban {
	position: relative;
	height: 260px;
	display: flex;
}
.p-ban::after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.05);

	position: absolute;
	top: 0;
	left: 0;

}
.p-ban .container{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.p-ban .title,
.p-ban1 .title {
	position: relative;	
	display: block;
	padding: 0;
	margin-top: 110px;
	margin-bottom: 0;
	z-index: 2;
}

.p-ban .title span {
	display: block;
	text-transform: uppercase;
	text-align: right;
	font-size: 46px;
	line-height: 1.1em;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
	.p-ban .title,
	.p-ban1 .title {
		margin-top: 60px;
	}
	.p-ban .title span {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.p-ban .title,
	.p-ban1 .title {
		margin-top: 0px;
	}
	.p-ban .title span {
		font-size: 24px;
		text-align: center;
	}
}

.p-ban1 .title span {
	position: absolute;
	top: 25%;
	text-align: center;
	font-size: 46px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
}

.p-ban .title span .en,
.p-ban1 .title span .en {
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 15px;
	padding: 0 8px;
	color: #fff;	
}



.p-ban1 {
	height: 150px;
}

@media (max-width: 991px) {
	.p-ban {
		height: 180px;
	}

	.p-ban>.title>span,
	.p-ban1>.title>span {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.p-ban {
		height: 180px;
	}

	.p-ban1 {
		height: 120px;
	}

	.p-ban>.title>span,
	.p-ban1>.title>span {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.p-ban {
		height: 150px;
	}

	.p-ban>.title>span,
	.p-ban1>.title>span {
		font-size: 24px;
	}
}