@charset "utf-8";

/*HOME*/
.loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/minlogo-bai.png) no-repeat center center #3c2e6b;
	z-index: 9999;
}

.head-top {
	position: fixed;
	right: 0;
	left: 0;
	padding: 0 0 0 80px;
	top: 0;
	z-index: 1500;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
}

.list-t {
	-webkit-box-shadow: 0 3px 6px rgba(1, 79, 91, .1);
	box-shadow: 0 3px 6px rgba(1, 79, 91, .1);
}

.head-top .logo {
	float: left;
}

.head-top .logo img {
	vertical-align: top;
	width: auto;
	height: 80px;
	padding: 5px;
}

.head-top .logo .wlo {
	display: none
}

.list-top-nav {
	float: left;
	margin-left:8%;
	width: 60%;
	font-size: 0;
}

.list-top-nav>li {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.list-top-nav>li>a {
	color: #666;
	display: block;
	font-size: 16px;
	padding: 0 18px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.w-tcnav {
	position: absolute;
	top: 100%;
	line-height: 1;
	width: 140px;
	height: auto;
	margin-top: 0;
	list-style: none;
	padding: 0;
	left: 50%;
	margin-left: -70px;
	z-index: 999;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	visibility: hidden;
}

.list-top-nav>li>ul.w-tcnav li {
	padding: 4px;
	background: #fff;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	transition: all ease-out .2s;
}

.list-top-nav>li>ul.w-tcnav li a {
	padding: 15px 10px;
	display: block;
	color: #6f7375;
	font-size: 14px;
	text-align: center;
	border-bottom: 2px #ecf2f5 solid;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	transition: all ease-out .2s;
}

.list-top-nav>li>ul.w-tcnav li:last-child a {
	border-bottom: 2px #fff solid;
}

.list-top-nav>li:hover>ul.w-tcnav {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
}

.list-top-nav>li:hover>ul.w-tcnav li a:hover {
	background-color: #3c2e6b;
	border-bottom: 2px #fff solid;
	color: #fff
}

.list-top-nav>li.act>a,
.list-top-nav>li>a:hover {
	color: #3c2e6b;
}

.head-top .en {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #fff;
}

/* TOP-menu */
.menutog {
	text-indent: 100%;
	white-space: nowrap;
}

.menuBtn {
	width: 48px;
	height: 48px;
	bottom: 0;
	position: absolute;
	z-index: 1092;
	cursor: pointer;
}

.menuBtn .line {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	width: 26px;
	height: 3px;
	margin: 0 0 0 -13px;
	border-radius: 10px;
	background: #3c2e6b;
	position: absolute;
	left: 50%;
}

.menuBtn .line1 {
	-webkit-transition: 300ms 50ms;
	-moz-transition: 300ms 50ms;
	transition: 300ms 50ms;
	top: 12px;
}

.menuBtn .line2 {
	-webkit-transition: 300ms 100ms;
	-moz-transition: 300ms 100ms;
	transition: 300ms 100ms;
	top: 22px;
}

.menuBtn .line3 {
	-webkit-transition: 300ms 150ms;
	-moz-transition: 300ms 150ms;
	transition: 300ms 150ms;
	top: 32px;
}

.menuBtn .line4 {
	-webkit-transition: 300ms 50ms;
	-moz-transition: 300ms 50ms;
	transition: 300ms 50ms;
	top: 22px;
	opacity: 0;
	margin: -21px 0 0 -37px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.menuBtn .line5 {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	top: 22px;
	opacity: 0;
	margin: -21px 0 0 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}

.menuBtnShow .line1 {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	transition: 300ms;
	opacity: 0;
	margin: 0 0 0 -41px;
}

.menuBtnShow .line2 {
	-webkit-transition: 300ms 50ms;
	-moz-transition: 300ms 50ms;
	transition: 300ms 50ms;
	opacity: 0;
	margin: 0 0 0 7px;
}

.menuBtnShow .line3 {
	-webkit-transition: 300ms 100ms;
	-moz-transition: 300ms 100ms;
	transition: 300ms 100ms;
	opacity: 0;
	margin: 0 0 0 -41px;
}

.menuBtnShow .line4 {
	-webkit-transition: 300ms 200ms;
	-moz-transition: 300ms 200ms;
	transition: 300ms 200ms;
	opacity: 1;
	margin: 0 0 0 -13px;
}

.menuBtnShow .line5 {
	-webkit-transition: 300ms 250ms;
	-moz-transition: 300ms 250ms;
	transition: 300ms 250ms;
	opacity: 1;
	margin: 0 0 0 -13px;
}

/* TOP-search */
.sb-search {
	position: absolute;
	right: 80px;
	top: 0;
	width: 80px;
	height: 80px;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	-webkit-backface-visibility: hidden;
	vertical-align: top;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: 0;
	width: 100%;
	height: 80px;
	margin: 0;
	z-index: 10;
	padding: 10px 80px 10px 20px;
	font-family: inherit;
	font-size: 16px;
	color: #fff;
	background: #3c2e6b;
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff
}

.sb-search-input:-moz-placeholder {
	color: #fff
}

.sb-search-input::-moz-placeholder {
	color: #fff
}

.sb-search-input:-ms-input-placeholder {
	color: #fff
}

.sb-search .am-icon-search,
.sb-search-submit {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 80px;
	text-align: center;
	cursor: pointer
}

.sb-search-submit {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: 0
}

.sb-search .am-icon-search {
	z-index: 90;
	background: #fff;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
	transition: background-color .3s ease-out, border-color .3s ease-out
}

.sb-search .am-icon-search:hover {
	background: #eee;
	color: #fff
}

.no-js .sb-search,
.sb-search.sb-search-open {
	width: 240px;
}

.no-js .sb-search .am-icon-search,
.sb-search.sb-search-open .am-icon-search {
	background: #3c2e6b;
	z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
	z-index: 90;
}

.i-line {
	pointer-events: none
}

.i-line .filler {
	position: fixed;
	display: block;
	background-color: rgba(220, 220, 220, 0.5);
	-webkit-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
	-moz-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
	-o-transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
	transition: 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;
	z-index: 1501;
}

.i-line .filler-left {
	width: 1px;
	height: 0%;
	left: 80px;
	bottom: 80px;
}

.i-line .filler-left.list-fleft {
	bottom: 0;
}

.i-line .filler-right {
	width: 1px;
	height: 0%;
	right: 80px;
	top: 0;
}

.foot-bot {
	position: fixed;
	right: 0;
	left: 0;
	padding: 0 20px;
	bottom: 0;
	z-index: 1500;
	width: 100%;
	height: 80px;
	display: table;
	overflow: hidden;
	border-top: 1px rgba(220, 220, 220, 0.5) solid;
	background-color: rgba(0, 0, 0, .3);
}

.foot-bot .banq,
.foot-bot .link {
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}

.foot-bot .link {
	text-align: right;
	padding-left: 20px;
}

.foot-bot a {
	color: #fff;
	margin-right: 10px;
}

.foot-bot a:hover {
	text-decoration: underline;
}

/*MAIN*/
.fullpage {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1198;
	overflow: hidden
}

.fullpage .full-pagination .swiper-pagination-bullet-active {
	background: #3c2e6b;
}

.fullpage .imain {
	width: 100%;
	height: 100%;
	will-change: transform;
	transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}
.slide-swiper .swiper-slide img{ width: 100%; height: 100%; display: none;}
.site-page {
	width: 100%;
	height: 100% !important;
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: center;
	z-index: 2
}

.menutog {
	width: 48px;
	height: 48px;
	position: fixed;
	left: 16px;
	top: 16px;
	cursor: pointer;
	z-index: 1511
}

.slide-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}

.slide-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-position: center;
	background-size: cover;
	opacity: 1;
}

.bantxt {
	position: absolute;
	bottom: 18%;
	left: 10%;
	right: 10%;
	z-index: 2;
	pointer-events: none
}

.bantxt img {
	max-width: 100%;
	height: auto;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease-out .6s;
	transition: all ease-out .6s;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}

.bantxt p {
	font-size: 38px;
	color: #fff;
	padding-top: 10px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all ease-out .6s;
	transition: all ease-out .6s;
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.swiper-slide-active .bantxt img,
.swiper-slide-active .bantxt p {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.site2 {
	width: 100%;
	height: 100%;
}

.site2-l {
	float: left;
	width: 38%;
	height: 100%;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 0 20px;
	position: relative;
}

.site2-l span {
	position: absolute;
	top: 22%;
	left: 0;
	width: 100%;
	padding: 0 10%;
}

.site2-l img {
	max-width: 100%;
	height: auto;
}

.site2-r {
	float: right;
	width: 62%;
	height: 100%;
}

.site2-r-t {
	width: 100%;
	height: 56.5%;
	padding: 80px 10% 0;
	background: url(../images/mapbg.jpg) no-repeat right bottom #f2f2f2;
	display: table;
	overflow: hidden;
}

.site2-r-t .site2-r-t-c {
	vertical-align: middle;
	display: table-cell;
}

.site2-r-t .site2-r-t-c h3 {
	color: #3c2e6b;
	font-size: 30px;
	font-weight: normal;
	overflow: hidden;
	position: relative;
}

.site2-r-t .site2-r-t-c h3::after {
	content: '';
	position: absolute;
	width: calc(100% - 440px);
	height: 2px;
	right: 40px;
	top: 50%;
	background-color: #3c2e6b;
	margin-top: -1px;
}

.site2-r-t .site2-r-t-c h3 a {
	float: right;
	height: 40px;
	width: 40px;
	margin-top: 3px;
	background: url(../images/dot1.png);
	-webkit-transition: all ease-out .4s;
	transition: all ease-out .4s;
}

.site2-r-t .site2-r-t-c h3 a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.site2-r-t .site2-r-t-c span {
	color: #3c2e6b;
	font-size: 2vw;
	display: block;
}

.site2-r-t .site2-r-t-c p {
	font-size: 16px;
	color: #333;
	margin-top: 3%;
	height: 100px;
	overflow: hidden;
}

.site2-r-t a.mo {
	display: inline-block;
	margin-top: 2%;
	background-color: #3c2e6b;
	font-size: 24px;
	color: #fff;
	font-family: "Microsoft Yahei light";
	padding: 10px 60px;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.site2-r-t a.mo:hover,
.site2-r-t a.mo:active {
	background-color: #231555;
}

.site2-r-b {
	height: 43.5%;
	background-color: #fff;
}

.site2-r-b .site2-r-bimg {
	width: 41%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	color: #222;
	overflow: hidden;
}

.site2-r-b .site2-r-bimg .site2-r-bimg-tt {
	padding: 0 13%;
	margin-top: 20%;
}

.site2-r-b .site2-r-bimg h3 {
	font-size: 40px;
	font-weight: normal;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site2-r-b .site2-r-bimg h3::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	height: 7px;
	background: #3c2e6b;
	content: '';
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.swiper-slide-active .site2-r-bimg h3::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.site2-r-b .site2-r-bimg p {
	font-size: 16px;
	margin-top: 6px;
}

.site2-r-b .site2-r-bnr {
	width: 59%;
	height: calc(100% - 80px);
	float: right;
	padding: 0 10px;
	position: relative;
	display: table;
}

.site2-r-b .site2-r-bnr .site2-r-bnr-c {
	vertical-align: middle;
	display: table-cell;
}

.site2-r-b .site2-r-bnr img {
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}

.site2-r-b .site2-r-bnr::after {
	position: absolute;
	top: 46%;
	left: -10px;
	width: 26px;
	height: 26px;
	background: #fff;
	content: '';
	transform: rotate(45deg);
}

.site3-bg {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.site3-bg .swiper-slide {
	background-position: center;
	background-size: cover;
}

.site3-cen {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.site3-cen .swiper-slide {
	background-position: center;
	background-size: cover;
}

.site3-cen .swiper-wrapper {
	z-index: 2;
	pointer-events: none
}

.site3-cen .site3-pag {
	bottom: 90px;
}

.site3-cen .site3-pag .swiper-pagination-bullet {
	background: #fff;
	opacity: .4;
}

.site3-cen .site3-pag .swiper-pagination-bullet-active {
	background: #00fffb;
}

.site3-next,
.site3-prev {
	position: absolute;
	width: 50%;
	top: 0;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site3-next {
	right: 0;
}

.site3-prev {
	left: 0;
}

.site3-c {
	position: absolute;
	top: calc(50% - 120px);
	width: 100%;
	padding: 0 8%;
	text-align: center;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all ease-out .8s;
	transition: all ease-out .8s;
}

.site3-cen .site3-c::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.site3-cen .swiper-slide-active .site3-c::before {
	-webkit-transition: all cubic-bezier(.77, 0, .175, 1) .8s;
	transition: all cubic-bezier(.77, 0, .175, 1) .8s;
}

.site3-m {
	color: #fff;
	display: inline-block;
	text-align: left;
	position: relative;
	z-index: 2;
	padding: 10% 0;
	overflow: hidden;
}

.site3-m .site3-i {
	float: left;
	clear: both;
}

.site3-m .site3-i img {
	max-width: 100%;
	height: auto;
}

.site3-m h3 {
	font-size: 20px;
	font-weight: normal;
	float: left;
	clear: both;
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.site3-m span {
	font-size: 20px;
	float: left;
	line-height: 30px;
	clear: both;
	text-transform: uppercase;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.site3-m p {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: opacity ease-out 1s;
	transition: opacity ease-out 1s;
}

.site3-m::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 6px;
	background: #3c2e6b;
	content: '';
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.swiper-slide-active .site3-cen .site3-m::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.site3-cen .swiper-slide-active .site3-c {
	bottom: 0;
	top: auto;
	padding-bottom: 80px;
}

.swiper-slide-active .site3-cen .swiper-slide-active .site3-c::before {
	background: #3c2e6b;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.site3-cen .swiper-slide-active .site3-m::after {
	display: none;
}

.site3-cen .swiper-slide-active .site3-m .site3-i {
	clear: none;
}

.site3-cen .swiper-slide-active .site3-m h3 {
	clear: none;
	width: calc(100% - 80px);
	padding-left: 10px;
}

.site3-cen .swiper-slide-active .site3-m span {
	clear: none;
	width: calc(100% - 80px);
	padding-left: 10px;
}

.site3-cen .swiper-slide-active .site3-m p {
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	padding-top: 5%;
	margin-top: 5%;
	border-top: 1px #fff solid;
	float: left;
}

.site4 {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	overflow: hidden;
}

.site4-main {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	padding: 0 4%;
}

.site-disp {
	max-width: 1424px;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.site4-top {
	border-bottom: 1px rgba(255, 255, 255, .3) solid;
}

.site4-tit {
	width: 170px;
	float: left;
	font-size: 40px;
	color: #fff;
	line-height: 40px;
}

.site4-tit span {
	font-size: 20px;
	color: #fff;
	font-family: "Times New Roman";
	text-transform: uppercase;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: block;
}

.site4-nav {
	width: 70%;
	float: right;
	margin-top: 54px;
	margin-bottom: -1px;
}

.site4-nav .swiper-wrapper {
	pointer-events: none;
}

.site4-nav .swiper-slide {
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	pointer-events: auto;
	padding-bottom: 16px;
}

.site4-nav .swiper-slide span {
	margin: 0 5px;
	display: block;
	pointer-events: none;
}

.site4-nav .bar {
	width: 106px;
	height: 3px;
	position: absolute;
	bottom: 0px;
}

.site4-nav .bar .color {
	width: 96px;
	margin: 0 auto;
	height: 3px;
	background: #3c2e6b;
}

.site4-tab {
	width: 100%;
	margin-top: 40px;
}

.site4-slide {
	width: 100%;
}

.site4-slide .swiper-slide {
	background: #fff;
}

.site4-slide .swiper-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.site4-slide .swiper-slide img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all ease-out 0.6s;
	transition: all ease-out 0.6s;
}

.site4-slide .swiper-slide .site4-flo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4% 0;
	background: #fff;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.site4-slide .swiper-slide .site4-flo .site4-nr {
	padding-left: 23px;
	padding-right: 10px;
	position: relative;
	overflow: hidden;
}

.site4-slide .swiper-slide .site4-flo .site4-nr h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.site4-slide .swiper-slide .site4-flo .site4-nr p {
	font-size: 16px;
	color: #999;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.site4-slide .swiper-slide .site4-flo .site4-nr::after {
	position: absolute;
	top: 10%;
	left: 0;
	width: 13px;
	height: 80%;
	background: #3c2e6b;
	content: '';
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.site4-slide .swiper-slide a:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.site4-slide .swiper-slide a:hover .site4-nr::after {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.site4-slide .swiper-slide .site4-flo .site4-nr::before {
	position: absolute;
	top: 10%;
	left: 0;
	width: 13px;
	height: 80%;
	background: #fff;
	content: '';
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.site4-slide .swiper-slide a:hover .site4-nr::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.site4-slide .swiper-slide a:hover .site4-flo {
	background: #3c2e6b;
}

.site4-slide .swiper-slide a:hover .site4-nr h3,
.site4-slide .swiper-slide a:hover .site4-nr p {
	color: #fff;
}

.site5-top {
	width: 100%;
	height: 59.444%
}

.site5-bot {
	width: 100%;
	height: 40.666%
}

.site5-hd {
	width: 100%;
	height: 100%;
}

.site5-hd .swiper-slide {
	background-color: #3c2e6b;
}

.site5-hd .site5-l {
	width: 41.666%;
	height: 100%;
	float: left;
	padding: 80px 5% 0;
	background-color: #f7f7f9;
}

.site5-hd .site5-r {
	width: 58.334%;
	height: 100%;
	float: left;
	background-position: center;
	background-size: cover;
}

.site5-l .site5-l-t {
	display: table;
	overflow: hidden;
	height: 100%;
}

.site5-l .site5-l-t .site5-l-c {
	vertical-align: middle;
	display: table-cell;
}

.site5-l .site5-l-t .site5-l-c .site5-l-dat {
	font-size: 16px;
	color: #999;
}

.site5-l .site5-l-t .site5-l-c h3 {
	font-size: 32px;
	margin: 5% 0;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.site5-l .site5-l-t .site5-l-c p {
	font-size: 16px;
	color: #666;
}

.site5-l .site5-l-t .site5-l-c a {
	font-size: 16px;
	color: #3c2e6b;
	letter-spacing: 8px;
	display: inline-block;
	margin-top: 8%;
	padding-right: 60px;
	background: url(../images/dot2.png) no-repeat right center;
}

.site5-hd .site5-prev,
.site5-hd .site5-next {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	width: 56px;
	height: 44px;
	background: #3c2e6b;
	cursor: pointer;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site5-hd .site5-prev i,
.site5-hd .site5-next i {
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	background: url(../images/site5-lr.png) no-repeat center center;
}

.site5-hd .site5-prev i {
	left: 18px;
	background-position: 0 0;
}

.site5-hd .site5-next i {
	right: 18px;
	background-position: -12px 0;
}

.site5-hd .site5-prev {
	right: 58.334%;
}

.site5-hd .site5-next {
	left: 41.666%;
}

.site5-hd .site5-prev:hover,
.site5-hd .site5-next:hover {
	background: #25194d;
}

.site5-hd .site5-pagination {
	bottom: 34px;
	color: #fff;
	font-size: 20px;
	width: auto;
	left: calc(41.666% + 80px);
}

.site5-hd .site5-pagination .spag1 {
	font-size: 52px;
	line-height: 52px;
}

.site5-l-c>* {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	transition: all .4s;
	-webkit-transition: all .4s;
}

.site5-hd .swiper-slide-active .site5-l-c>* {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: none;
	-webkit-transform: none;
}

.site5-hd .swiper-slide-active .site5-l-c>*:nth-child(1) {
	transition-delay: 0.3s;
}

.site5-hd .swiper-slide-active .site5-l-c>*:nth-child(2) {
	transition-delay: 0.4s;
}

.site5-hd .swiper-slide-active .site5-l-c>*:nth-child(3) {
	transition-delay: 0.5s;
}

.site5-hd .swiper-slide-active .site5-l-c>*:nth-child(4) {
	transition-delay: 0.6s;
}

.site5-bot .site5-bl {
	width: 41.666%;
	height: 100%;
	float: left;
	background-position: center;
	background-size: cover;
}

.site5-bot .site5-br {
	width: 58.334%;
	height: 100%;
	float: left;
}

.site5-bot .site5-br .site5-br-txt {
	width: 52%;
	height: 100%;
	float: left;
	padding: 0 5% 80px;
	background-color: #f7f7f9;
	overflow: hidden;
}

.site5-bot .site5-br .site5-br-img {
	width: 48%;
	height: 100%;
	float: left;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.site5-bot .site5-br .site5-br-img::after {
	position: absolute;
	top: calc(50% - 60px);
	left: -30px;
	width: 50px;
	height: 50px;
	background: #f7f7f9;
	content: '';
	transform: rotate(45deg);
}

.site5-br-txt .site5-br-t {
	display: table;
	overflow: hidden;
	height: 100%;
}

.site5-br-txt .site5-br-t .site5-br-c {
	vertical-align: middle;
	display: table-cell;
}

.site5-br-txt .site5-br-t .site5-br-c .site5-br-dat {
	font-size: 16px;
	color: #999;
}

.site5-br-txt .site5-br-t .site5-br-c h3 {
	font-size: 25px;
	margin: 3% 0;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.site5-br-txt .site5-br-t .site5-br-c p {
	font-size: 16px;
	color: #666;
}

.site5-br-txt .site5-br-t .site5-br-c a {
	font-size: 16px;
	color: #3c2e6b;
	letter-spacing: 8px;
	display: inline-block;
	margin-top: 5%;
	padding-right: 60px;
	background: url(../images/dot2.png) no-repeat right center;
}

.site6 {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.message {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	z-index: 9
}

.mess-tit {
	text-align: center;
}

.mess-tit h3 {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
	letter-spacing: 5px;
	position: relative;
}

.mess-tit h3::after {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 50px;
	content: 'MESSAGE';
	opacity: 0.05;
	filter: alpha(opacity=5);
	letter-spacing: 10px;
	font-size: 49px;
}

.mess-main {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}

.mess-top {
	margin-top: 5%;
}

.mess-top .mess-inp {
	float: left;
	width: 33.333%;
	padding: 0 15px;
}

.mess-top .mess-inp .minp {
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: none;
	border: 1px #fff solid;
	padding: 10px;
	-webkit-transition: all ease-out .6s;
	transition: all ease-out .6s;
}

.mess-bot {
	margin-top: 3%;
	padding: 0 15px;
}

.mess-bot textarea {
	width: 100%;
	font-size: 18px;
	color: #fff;
	background: none;
	border: 1px #fff solid;
	padding: 10px;
	-webkit-transition: all ease-out .6s;
	transition: all ease-out .6s;
}

.mess-sbt {
	margin: 3% 0 0;
	padding: 0 15px;
	text-align: center;
}

.mess-sbt .msub {
	display: inline-block;
	border: none;
	font-size: 18px;
	color: #fff;
	background-color: #3c2e6b;
	padding: 14px 70px;
	cursor: pointer;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.mess-sbt .msub:hover {
	background-color: #3c2e6b;
}

.mess-top .mess-inp .minp:focus,
.mess-bot textarea:focus {
	border-color: #574591;
}

.site-canvas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.site-canvas .canvas-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.site-canvas .canvas-wrap #canvas {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.canvas-wrap2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}

.canvas-wrap2 #canvas2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.foots {
	height: auto !important;
}

.site6-bot {
	width: 100%;
	padding-bottom: 80px;
	background-color: #3c2e6b;
}

.site6-nav {
	padding: 3% 8% 2%;
	display: flex;
	justify-content: space-between;
}

.site6-nav .site6-l {
	width: 288px;
}

.site6-link {
	margin-top: 5px;
}

.site6-link h3 {
	font-size: 16px;
	color: #1a92a4;
	font-weight: normal;
	position: relative;
	padding-bottom: 5px;
}

.site6-link h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 1px;
	background: #0d6471;
	content: '';
}

.site6-link h3 span {
	font-size: 18px;
}

.site6-link ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.site6-link ul li {
	margin-right: 10px;
	margin-top: 4px;
}

.site6-link ul li a {
	font-size: 12px;
	color: #5fcada;
	display: inline-block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.site6-link ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.site6-nav .site6-cen {
	flex: 1;
	text-align: center;
}

.site6-nav .site6-cen li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3%;
	text-align: left;
}

.site6-nav .site6-cen li dt {
	font-size: 16px;
	margin-bottom: 6px;
}

.site6-nav .site6-cen li dt a {
	color: #fff;
}

.site6-nav .site6-cen li dd a {
	font-size: 14px;
	color: #fff;
}

.site6-nav .site6-cen li dd a:hover {
	text-decoration: underline;
}

.site6-nav .site6-r {
	width: 180px;
	color: #fff;
	text-align: right;
}

.site6-nav .site6-r span {
	display: block;
	font-size: 18px;
}

.site6-nav .site6-r p {
	font-size: 24px;
	font-family: Verdana;
}

/*NAV*/
.site-nav {
	position: fixed;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1503;
	background-color: #3c2e6b;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity .3s;
	-moz-transition: visibility 0s, opacity .3s;
	transition: visibility 0s, opacity .3s
}

.no-touch .site-nav a:hover {
	color: #fff
}

.site-nav.fade-in {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
}

.flex-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
	align-items: flex-start;
	z-index: 2;
}

.navlog {
	width: 20%;
}

.navlog a {
	display: inline-block;
}

.navlog img {
	max-width: 100%;
	height: auto;
}

.nav-cen {
	display: flex;
	width: 74%;
	text-align: center;
}

.nav-cen>li {
	flex: 1;
}

.nav-cen li a {
	color: #fff;
	display: inline-block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav-cen li a.link {
	font-size: 20px;
}

.submenu {
	margin-top: 15px;
}

.submenu li a {
	font-size: 16px;
	padding: 5px 0;
}

.nav-cen li a:hover {
	-webkit-transform: translate3d(-6px, 0, 0);
	transform: translate3d(-6px, 0, 0);
	color: #c9bdef;
}

.nav-cen li.open a.link {
	color: #c9bdef;
}

.nav-cen li .act a {
	color:#c9bdef;
}

.cd-overlay-content,
.cd-overlay-nav {
	position: fixed;
	top: 18px;
	left: 18px;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(20px) translateY(20px);
	-moz-transform: translateX(20px) translateY(20px);
	-ms-transform: translateX(20px) translateY(20px);
	-o-transform: translateX(20px) translateY(20px);
	transform: translateX(20px) translateY(20px)
}

.cd-overlay-content span,
.cd-overlay-nav span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.cd-overlay-content.is-hidden,
.cd-overlay-nav.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s
}

.cd-overlay-nav {
	z-index: 1502
}

.cd-overlay-nav span {
	background-color: #3c2e6b
}

.cd-overlay-content {
	z-index: 1504
}

.cd-overlay-content span {
	background-color: #fff
}

/*CSS loading*/
.spinner {
	width: 90px;
	height: 90px;
	position: relative;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
	-webkit-animation: rotate 2s infinite linear;
	animation: rotate 2s infinite linear
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #3ac8c5;
	border-radius: 100%;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.dot2 {
	background-color: #3dddbd;
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.Float {
	-webkit-animation: float ease-in-out 3s infinite;
	animation: float ease-in-out 3s infinite
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

/*LIST*/
.nbanner {
	width: 100%;
	height: 400px;
	background-position: center;
	background-size: cover;
	display: table;
	overflow: hidden;
}

.nban-c {
	vertical-align: middle;
	display: table-cell;
}

.nbanner h3 {
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 40px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
}

.nbanner p {
	max-width: 960px;
	margin: 0 auto;
	text-align: right;
	font-size: 25px;
	color: #fff;
}

.list-main {
	width: 100%;
	padding-top: 80px;
}

.list-cen {
	max-width: 1232px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}

.list-nav {
	margin-top: -70px;
}

.list-nav-r {
	width: 25%;
	height: 140px;
	float: left;
	/* background: url(../images/navbg.png) no-repeat right bottom #3c2e6b; */
	background:#3c2e6b;
	position: relative;
}

.list-nav-r h2 {
	font-size: 34px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	margin-top:50px;
	padding-left: 40px;
}

.list-nav-r p {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-left: 30px;
	display: none;
}

.list-nav-l {
	width: 75%;
	height: 140px;
	float: left;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px #dcdcdc solid;
}

.list-nav-l li {
	flex: 1;
	text-align: center;
}

.list-nav-l li a {
	font-size: 16px;
	color: #666;
	display: block;
	height: 70px;
	line-height: 70px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.list-nav-l li a::after {
	position: absolute;
	bottom: -1px;
	left: 10%;
	width: 80%;
	height: 7px;
	background: #3c2e6b;
	content: '';
	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.list-nav-l li.act a::after,
.list-nav-l li a:hover::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.list-nav-l li.act a,
.list-nav-l li a:hover {
	color: #3c2e6b;
}

#hamburger-op {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 30px;
	margin-top: -17px;
	display: none;
}

.hamburger .line {
	width: 30px;
	height: 3px;
	background-color: #ecf0f1;
	display: block;
	margin: 6px auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

#hamburger-op.is-active .line:nth-child(2) {
	opacity: 0
}

#hamburger-op.is-active .line:nth-child(1) {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px)
}

#hamburger-op.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(90deg);
	-ms-transform: translateY(-10px) rotate(90deg);
	-o-transform: translateY(-10px) rotate(90deg);
	transform: translateY(-10px) rotate(90deg)
}

.list-abo {
	padding: 50px 0;
}

.list-abo h3 {
	color: #3c2e6b;
	font-size: 33px;
	font-weight: normal;
	margin-bottom: 15px;
}

.list-nr {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	min-height: 250px;
	padding: 1rem 0;
}

.list-nr p {
	text-indent: 2em;
	margin: 10px 0;
}

.list-nr img {
	max-width: 100%;
	height: auto;
}

.list-abo .std {
	text-align: center;
	font-size: 22px;
	color: #333;
	font-weight: normal;
}

.list-abo .stit {
	text-align: center;
	color: #999;
	border-bottom: 1px #e5e5e5 solid;
	padding: 10px 0;
}

.list-abo .spag {
	margin: 30px 0 0;
}

.list-abo .spag hr {
	margin: 5px 0;
	height: 1px;
	border: none;
	border-top: 1px solid #e5e5e5;
}

.list-abo .spag a {
	color: #333;
}

.list-abo .spag a:hover {
	color: #3c2e6b;
}

.pro-show {
	padding: 30px 0 30px 50px;
}

.list-canvas {
	position: relative;
}

.list-canvas .canvas-wrap {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	position: relative;
}

.list-canvas .canvas-wrap #canvas {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.foot-site {
	width: 100%;
	background-color: #3c2e6b;
}

.foot-nav {
	padding: 3% 8%;
	display: flex;
	justify-content: space-between;
}

.foot-nav .foot-l {
	width: 288px;
}

.flink {
	margin-top: 5px;
}

.flink h3 {
	font-size: 16px;
	color: #1a92a4;
	font-weight: normal;
	position: relative;
	padding-bottom: 5px;
}

.flink h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 1px;
	background: #0d6471;
	content: '';
}

.flink h3 span {
	font-size: 18px;
}

.flink ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.flink ul li {
	margin-right: 10px;
	margin-top: 4px;
}

.flink ul li a {
	font-size: 12px;
	color: #5fcada;
	display: inline-block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.flink ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.foot-nav .foot-cen {
	flex: 1;
	text-align: center;
}

.foot-nav .foot-cen li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3%;
	text-align: left;
}

.foot-nav .foot-cen li dt {
	font-size: 16px;
	margin-bottom: 6px;
}

.foot-nav .foot-cen li dt a {
	color: #fff;
}

.foot-nav .foot-cen li dd a {
	font-size: 14px;
	color: #fff;
}

.foot-nav .foot-cen li dd a:hover {
	text-decoration: underline;
}

.foot-nav .foot-r {
	width: 180px;
	color: #fff;
	text-align: right;
}

.foot-nav .foot-r span {
	display: block;
	font-size: 18px;
}

.foot-nav .foot-r p {
	font-size: 24px;
	font-family: Verdana;
}

.foot-list {
	width: 100%;
	padding: 0 6%;
	height: 80px;
	display: table;
	overflow: hidden;
	border-top: 1px rgba(220, 220, 220, 0.5) solid;
	background-color:#2b214e;
}

.foot-list .banq,
.foot-list .link {
	color: #fff;
	vertical-align: middle;
	display: table-cell;
}

.foot-list .link {
	text-align: right;
	padding-left: 20px;
}

.foot-list a {
	color: #fff;
	margin-right: 10px;
}

.foot-list a:hover {
	text-decoration: underline;
}

.list-box {
	width: 100%;
	max-width: 1140px;
	margin: 50px auto;
}

.list-box li {
	width: 33.333%;
	float: left;
	padding: 0 2%;
	margin-bottom: 3%;
	overflow: hidden;
}

.list-box li a {
	display: block;
	position: relative;
}

.list-box li a img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.list-box li .list-boxflo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4%;
	background: #3c2e6b;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.list-box li .list-boxflo .boxflo-nr {
	padding-left: 18px;
	position: relative;
	overflow: hidden;
}

.list-box li .list-boxflo .boxflo-nr span {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-box li .list-boxflo .boxflo-nr p {
	font-size: 18px;
	color: #fff;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.list-box li .list-boxflo .boxflo-nr::after {
	position: absolute;
	top: 10%;
	left: 0;
	width: 8px;
	height: 80%;
	background: #e6e6e6;
	content: '';
}

.list-box li a:hover .list-boxflo {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-lct {
	width: 100%;
	height: 100%;
	margin: 0 0 30px;
	padding: 62px 0 62px;
}

.swiper-lct .swiper-slide {
	width: 220px;
	text-align: center;
	font-size: 20px;
	background: #fff;
	line-height: 48px;
	cursor: pointer;
}

.swiper-lct .swiper-slide.swiper-slide-active {
	color: #42b956;
	font-size: 30px;
}

.swiper-lct .long-line {
	height: 1px;
	border-bottom: 1px solid #cdcdcd;
	width: 100%;
	position: absolute;
	bottom: 22px;
	left: 0;
}

.swiper-lct .lct-pagination {
	position: absolute;
	width: auto;
	bottom: 0;
	white-space: nowrap;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.swiper-lct .lct-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 100px;
	height: 46px;
	margin: 0;
	position: relative;
	border-radius: 0;
	background: none;
	white-space: nowrap;
}

.swiper-lct .lct-pagination .swiper-pagination-bullet::after {
	background: #fff;
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin: 0 0 0 -6px;
	width: 12px;
	height: 12px;
	border: 3px solid #cdcdcd;
	content: '';
	border-radius: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.swiper-lct .lct-pagination .swiper-pagination-bullet::before {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 33px;
	height: 46px;
	margin-left: -16px;
	content: '';
	background: url(../images/lcicon.png) no-repeat center center;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

.swiper-lct .lct-pagination .swiper-pagination-bullet-active::after {
	opacity: 0;
}

.swiper-lct .lct-pagination .swiper-pagination-bullet-active::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lct-prev,
.lct-next {
	position: absolute;
	top: 61px;
	width: 50px;
	height: 50px;
	z-index: 12;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

.lct-prev {
	background: url(../images/lc-l.png);
	left: 0;
}

.lct-next {
	background: url(../images/lc-r.png);
	right: 0;
}

.lct-prev.swiper-button-disabled,
.lct-next.swiper-button-disabled {
	opacity: 0.5;
}

.swiper-lc {
	padding-bottom: 40px;
}

.swiper-lc .swiper-slide {
	background-color: #fff;
}

.swiper-lc ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-lc .lc-td {
	color: #0e6ccc;
	background-color: #fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}

.swiper-lc .lc-td::after {
	opacity: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 80px;
	top: 50%;
	margin-top: -20px;
	background: url(../images/lc-dat.png) #fff;
	content: '';
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition: all .3s 1s;
	transition: all .3s 1s;
}

.swiper-lc li {
	margin-bottom: 40px;
	z-index: 2;
	position: relative;
}

.swiper-lc .lc-l {
	float: left;
	width: 120px;
	font-size: 16px;
	color: #666;
	text-align: center;
	position: relative;
}

.swiper-lc .lc-l::after {
	background: #fff;
	position: absolute;
	top: 8px;
	right: 14px;
	margin: 0 0 0 -6px;
	width: 10px;
	height: 10px;
	border: 2px solid #0e6ccc;
	content: '';
	border-radius: 100%;
}

.swiper-lc .lc-nr {
	float: right;
	width: calc(100% - 120px);
	font-size: 16px;
	color: #333;
	line-height: 1.8;
}

.swiper-lc .lc-nr img {
	max-width: 100%;
	height: auto;
}

.swiper-lc .lxt {
	position: absolute;
	width: 1px;
	height: 0;
	left: 100px;
	top: 0;
	background-color: #e2e2e2;
	z-index: 1;
	-webkit-transition: all 1s 1.2s;
	transition: all 1s 1.2s;
}

.swiper-lc .swiper-slide-active .lc-td::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-lc .swiper-slide-active .lxt {
	height: 100%
}

.pro-cen {
	max-width: 1232px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
	display: flex;
}

.pro-nav {
	width: 250px;
}

.pro-nav li {
	margin-bottom: 6px;
	text-align: right;
}

.pro-nav li a {
	background-color: #e1e1e1;
	color: #333;
	padding-right: 12%;
	padding-left: 3%;
	height: 110px;
	display: table;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.pro-nav li a .pro-navf {
	vertical-align: middle;
	display: table-cell;
}

.pro-nav li h3 {
	font-size: 22px;
	font-weight: normal;
}

.pro-nav li p {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.pro-nav li.act a,
.pro-nav li a:hover,
.pro-nav li.act a,
.pro-nav li a:active {
	background-color: #3c2e6b;
	color: #fff;
}

.pro-nav-meun {
	width: 100%;
	text-align: left;
	height: 70px;
	padding: 0 3%;
	background: #3c2e6b;
	background-size: 54px;
	position: relative;
	display: none;
}

.pro-nav-meun h2 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding-top: 8px;
	line-height: 30px;
	padding-left: 30px;
}

.pro-nav-meun p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 30px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pro-rmain {
	flex: 1;
}

.pro-ul {
	padding-left: 50px;
}

.pro-ul li {
	background-position: center;
	background-size: cover;
	margin-top: 30px;
}

.pro-ul li a {
	width: 100%;
	font-size: 29px;
	height: 346px;
	display: table;
	overflow: hidden;
	color: #fff;
	padding: 0 8%;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.pro-ul li .pro-flo {
	vertical-align: middle;
	display: table-cell;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pro-ul li .pro-flo h3 {
	font-weight: normal;
	margin-top: 10px;
	overflow: hidden;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: none;
	
}

.pro-ul li .pro-flo span {
	text-transform: uppercase;
	display: block;
	height: 46px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: none;
}

.pro-ul li .pro-flo hr {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 25%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	border: none;
	border-top: 1px solid #fff;
	margin: 1.5rem auto;
	overflow: hidden;
	clear: both;
	background-color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.pro-ul li .pro-flo p {
	font-size: 16px;
	height: 75px;
	position: absolute;
	bottom: 5%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.pro-ul li a:hover,
.pro-ul li a:active {
	background-color: rgba(60, 46, 107, .8);	
}

.pro-ul li a:hover,
.pro-ul li a:active{
	background-color: rgba(60, 46, 107, .8);	
}

.pro-ul li a:hover h3 ,.pro-ul li a:hover span
.pro-ul li a:active h3,.pro-ul li a:hover span{
	display: block;
}

.pro-ul li a:hover .pro-flo h3,
.pro-ul li a:hover .pro-flo span,
.pro-ul li a:hover .pro-flo hr,
.pro-ul li a:hover .pro-flo p,
.pro-ul li a:active .pro-flo h3,
.pro-ul li a:active .pro-flo span,
.pro-ul li a:active .pro-flo hr,
.pro-ul li a:active .pro-flo p {
	transform: translateY(-60px);
	-webkit-transform: translateY(-60px);
	opacity: 1;
	filter: alpha(opacity=1);
}

.case-ul {
	padding-left: 50px;
}

.case-ul li {
	margin-top: 20px;
	background-color: #e6e6e6;
}

.case-ul li .case-img {
	float: left;
	width: 37%;
	height: 240px;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.case-ul li .case-img img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.case-ul li .case-txt {
	float: left;
	width: 63%;
	height: 240px;
	padding: 2% 4%;
}

.case-ul li .case-txt h3 {
	font-weight: normal;
}

.case-ul li .case-txt h3 a {
	color: #333;
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	display: block;
	-webkit-transition: all ease-out .2s;
	transition: all ease-out .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case-ul li .case-txt p {
	font-size: 16px;
	margin: 20px 0 30px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 46px;
}

.case-ul li .case-txt a.mo {
	color: #fff;
	background-color: #3c2e6b;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s;
}

.case-ul li .case-txt a.mo span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.case-ul li .case-txt h3 a:hover {
	color: #19b3a5;
}

.case-ul li .case-txt a.mo:hover {
	background-color: #19b3a5;
}

.list-news {
	width: 100%;
	margin: 50px auto 30px;
}

.list-news li {
	margin-top: 25px;
	width: 100%;
}

.list-news li a {
	display: block;
	background-color: #ededed;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	overflow: hidden;
}

.list-news li .news-img {
	width: 27%;
	float: left;
	height: 200px;
	background-position: center;
	background-size: cover;
}

.list-news .news-img img {
	width: 100%;
	height: auto;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}

.list-news .newll {
	width: 73%;
	height: 200px;
	padding: 25px 5px 0 25px;
}

.list-news .newll h3 {
	font-size: 23px;
	color: #333;
	font-weight: normal;
	word-wrap: normal;
	/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.list-news .newll span {
	font-size: 16px;
	color: #999999;
	display: block;
	margin: 6px 0 15px;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.list-news .newll p {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	line-height: 28px;
	height: 56px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}

.list-news li a:hover {
	background-color: #3c2e6b;
	-webkit-box-shadow: 0 5px 10px rgba(37, 209, 193, .2);
	box-shadow: 0 5px 10px rgba(37, 209, 193, .2);
}

.list-news li a:hover h3,
.list-news li a:hover span,
.list-news li a:hover p {
	color: #fff;
}

.list-news li a:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.pages {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 60px 0 80px;
	font-size: 23px;
}

.pages a {
	display: inline-block;
	color: #fff;
	padding: 4px 16px;
	background-color: #dcdcdc;
	margin: 7px;
	vertical-align: middle;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.pages span {
	display: inline-block;
	color: #fff;
	padding: 4px 16px;
	background-color: #3c2e6b;
	margin: 7px;
	vertical-align: middle;
}

.pages a.a1 {
	padding: 4px 30px;
	background: url(../images/pagl.png) no-repeat center center #3c2e6b;
	color: #fff;
	text-indent: -999px;
	overflow: hidden;
}

.pages a.a1:last-child {
	background-image: url(../images/pagr.png);
}

.pages a:hover {
	background-color: #3c2e6b;
	color: #fff;
}

.pages a.a1:hover {
	background-color: #3c2e6b;
}

.catewm {
	display: flex;
	flex-wrap: wrap;
}

.catewm-l {
	flex: 1;
	max-width: 250px;
}

.catewm-r {
	flex: 2;
	font-size: 26px;
	color: #2b2b2b;
}

.catewm-r p {
	text-indent: 0;
}

.catewm-r p span {
	width: calc(100% - 60px);
	padding-left: 20px;
}

.lmap {
	width: 100%;
	margin: 10px auto 30px;
}

.lmap h4 {
	color: #3c2e6b;
	font-size: 16px;
}


@media (max-width:1400px) {

	.site6-nav,
	.foot-nav {
		padding: 3% 5%;
	}

	.site6-nav .site6-cen li,
	.foot-nav .foot-cen li {
		padding: 0 2%;
	}

	.l-linehid {
		visibility: hidden;
	}

	.foot-list {
		padding: 0 20px;
	}

	.site3-m span {
		font-size: 16px;
		line-height: 1.6;
		height: auto;
	}
}

@media (max-width:1200px) {
	.i-linehid {
		visibility: hidden;
	}

	/*NAV*/
	.list-top-nav li a {
		padding: 0 6px;
	}

	.nav-cen {
		width: 100%;
	}

	.flex-nav {
		padding: 0 8%;
	}

	/*SITE2*/
	.site2-l {
		width: 30%;
	}

	.site2-r {
		width: 70%;
	}

	.site3-c {
		padding: 0 4%;
	}

	.site3-m span {
		font-size: 14px;
		line-height: 1.4;
		height: auto;
	}

	/*SITE4*/
	.site4-nav {
		width: 80%;
	}

	.site4-slide .swiper-slide .site4-flo .site4-nr h3 {
		font-size: 16px;
	}

	.site4-slide .swiper-slide .site4-flo .site4-nr p {
		font-size: 14px;
	}

	/*SITE6*/
	.mess-tit h3 {
		margin-top: 5px;
	}

	.mess-top {
		margin-top: 2%;
	}

	.mess-bot {
		margin-top: 2%;
	}

	.mess-sbt {
		margin-top: 2%
	}

	.site6-nav .site6-cen {
		text-align: right;
	}

	.site6-nav .site6-cen li {
		padding: 0 2%;
	}

	.site6-nav {
		padding-bottom: 1%;
	}

	.foot-bot .banq {
		text-align: center;
	}

	.foot-bot .link {
		display: none;
	}

	/*LIST*/
	.site6-nav .site6-r,
	.foot-nav .foot-r {
		display: none;
	}

	.foot-list .link {
		display: none;
	}

	.foot-list {
		padding: 0 4%;
		text-align: center;
	}
}

@media (max-width:1024px) {

	/*NAV*/
	.nav-cen {
		width: 100%;
	}

	.flex-nav {
		padding: 0 4%;
	}

	.nav-cen li a.link {
		font-size: 16px;
	}

	.submenu li a {
		font-size: 14px;
	}

	/*SITE2*/
	.site2-l {
		width: 25%;
	}

	.site2-r {
		width: 75%;
	}

	.site2-r-t {
		padding: 80px 6% 0;
	}

	.site2-r-t .site2-r-t-c h3 {
		font-size: 24px;
		margin-top: 0;
	}

	.site2-r-t .site2-r-t-c h3::after {
		width: calc(100% - 360px);
	}

	.site2-r-t .site2-r-t-c p {
		font-size: 14px;
		height: 88px;
	}

	.site2-r-t a.mo {
		padding: 4px 40px;
		margin-top: 3%;
		font-size: 18px;
	}

	.site2-r-b .site2-r-bimg .site2-r-bimg-tt {
		padding: 0 8%;
	}

	.site2-r-b .site2-r-bimg h3 {
		font-size: 24px;
	}

	.site2-r-b .site2-r-bimg p {
		font-size: 14px;
		height: 66px;
		overflow: hidden;
	}

	.site2-r-b .site2-r-bimg p br {
		display: none;
	}

	/*SITE4*/
	.site4-tit {
		width: 100%;
		text-align: center;
		font-size: 32px;
		line-height: 32px;
	}

	.site4-nav {
		width: 100%;
		margin-top: 24px;
	}

	.site4-nav .swiper-slide span {
		margin: 0 2px;
	}

	.site4-slide .swiper-slide .site4-flo .site4-nr h3 {
		font-size: 14px;
	}

	.site4-slide .swiper-slide .site4-flo .site4-nr p {
		font-size: 12px;
	}

	.site4-tab {
		margin-top: 30px;
	}

	/*SITE5*/
	.site5-br-txt .site5-br-t .site5-br-c .site5-br-dat,
	.site5-l .site5-l-t .site5-l-c .site5-l-dat {
		font-size: 14px;
	}

	.site5-l .site5-l-t .site5-l-c h3 {
		font-size: 22px;
		margin: 3% 0;
	}

	.site5-br-txt .site5-br-t .site5-br-c h3 {
		font-size: 18px;
	}

	.site5-l .site5-l-t .site5-l-c p {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.site5-br-txt .site5-br-t .site5-br-c p {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	/*SITE6*/
	.site6-nav {
		padding: 0 5% 1%;
	}

	.site6-l {
		margin: 0 auto;
	}

	.site6-cen,
	.site6-r {
		display: none;
	}

	.site6-link ul {
		height: auto;
	}

	/*LIST*/
	.nban-c {
		padding: 0 2rem;
	}

	.nbanner h3 {
		font-size: 30px;
	}

	.nbanner p {
		font-size: 20px;
	}

	.list-nav-r {
		width: 20%;
		text-align: center;
	}

	.list-nav-l {
		width: 80%;
	}

	.list-nav-r h2 {
		font-size: 22px;
		padding-left: 0;
	}

	.list-nav-r p {
		font-size: 16px;
		padding-left: 0;
	}

	.list-nav-l li a {
		font-size: 14px;
	}

	.foot-nav .foot-cen {
		display: none;
	}

	.site6-nav .site6-l,
	.foot-nav .foot-l {
		width: 100%;
	}

	.site6-l p,
	.foot-l p {
		text-align: center;
	}

	.list-top-nav {
		display: none;
	}

	.list-box li .list-boxflo .boxflo-nr p {
		font-size: 16px;
	}

	.pro-nav {
		width: 200px;
	}

	.pro-nav li a {
		padding-right: 5%;
	}

	.pro-nav li h3 {
		font-size: 18px;
	}

	.pro-ul {
		padding-left: 20px;
	}

	.pro-ul li {
		margin-top: 20px;
	}

	.pro-ul li a {
		font-size: 22px;
	}

	.pro-ul li .pro-flo span {
		height: 35px;
	}

	.case-ul li .case-txt h3 a {
		font-size: 18px;
	}

	.case-ul li .case-txt p {
		font-size: 14px;
		-webkit-line-clamp: 3;
		height: 63px;
		margin: 15px 0 25px;
	}

	.catewm {
		flex-direction: column;
	}

	.catewm-l {
		text-align: center;
	}

	.catewm-r {
		flex: 1;
		font-size: 26px;
	}
}

@media (max-width:768px) {

	/*NAV*/
	.nav-cen {
		width: 100%;
	}

	.flex-nav {
		padding: 0 4%;
	}

	/*SITE3*/
	.site3-cen .swiper-slide-prev .site3-m .site3-i,
	.swiper-slide-prev .site3-m h3 {
		float: right;
	}

	.site3-cen .swiper-slide-prev .site3-m span {
		float: right;
		text-align: right;
	}

	.site3-cen .swiper-slide-prev .site3-m::after {
		left: auto;
		right: 0;
	}

	/*SITE4*/
	.site4-tit {
		font-size: 28px;
		line-height: 28px;
	}

	.site4-nav {
		margin-top: 24px;
	}

	.site4-nav .swiper-slide {
		font-size: 13px;
	}

	.site4-nav .bar .color {
		width: 100%;
	}

	.site4-slide .swiper-slide img {
		width: 100%;
	}

	/*LIST*/
	.list-nav {
		margin: 0 -1rem;
	}

	.list-nav-r {
		width: 100%;
		text-align: left;
		height: 70px;
		padding: 0 3%;
		background-size: 54px;
		background-position: left bottom;
	}

	#hamburger-op {
		display: block;
	}

	.list-nav-l {
		width: 100%;
		flex-direction: column;
		background-color: #261a50;
		height: auto;
		align-items: stretch;
		border: none;
		display: none;
	}

	.list-nav-r h2 {
		margin-top: 8px;
		line-height: 30px;
		padding-left: 30px;
	}

	.list-nav-r p {
		text-align: left;
		padding-left: 30px;
	}

	.list-nav-l li a {
		height: 50px;
		line-height: 50px;
		color: #fff;
	}

	.list-nav-l li.act a,
	.list-nav-l li a:hover {
		color: #7e64d6;
	}

	.list-nav-l li a::after {
		width: 90%;
		background: #3c2e6b;
		left: 5%;
		height: 2px;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.nbanner h3 {
		font-size: 5vw;
	}

	.nbanner p {
		font-size: 3vw;
	}

	.list-box li {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 5%;
		float: inherit;
	}

	.pro-cen {
		flex-direction: column;
		padding: 0;
	}

	.pro-nav {
		width: 100%;
	}

	.pro-nav-meun {
		display: block
	}

	.pro-nav ul {
		background-color: #3c2e6b;
		display: none;
	}

	.pro-nav li {
		margin-bottom: 2px;
	}

	.pro-nav li a {
		height: 70px;
		padding: 0 5%;
		color: #666;
	}

	.pro-nav li.act a,
	.pro-nav li a:hover,
	.pro-nav li.act a,
	.pro-nav li a:active {
		background-color: #e1e1e1;
		color: #1a7e8d;
		padding: 0 3%
	}

	.pro-ul {
		padding-left: 0;
	}

	.pro-ul li {
		margin-bottom: 10px;
		margin-top: 0;
	}

	.pro-ul li a {
		height: 300px;
	}

	.case-ul {
		padding: 0 1rem;
	}
}

@media (max-width:640px) {

	/*Main*/
	.loading {
		background-size: 50%;
	}
    .head-top .logo{padding-top:12px;}
	.head-top .logo .wlo {
		display: block;
		height:60px;
		/* padding-top: 10px; */
	}

	.head-top .logo .plo {
		display: none
	}

	.head-top {
		padding-left: 60px;
	}

	.head-top .en {
		width: 60px;
	}

	.sb-search {
		width: 60px;
		right: 60px;
	}

	.sb-search .am-icon-search,
	.sb-search-submit {
		width: 60px;
	}

	.sb-search-input {
		padding-right: 60px;
		font-size: 14px;
		background: rgba(36, 162, 160, .9);
	}

	.sb-search.sb-search-open .am-icon-search {
		background: none;
	}

	.no-js .sb-search,
	.sb-search.sb-search-open {
		width: 180px;
	}

	.foot-bot {
		border-top: none;
	}

	/*NAV*/
	.site-nav {
		align-items: flex-start;
	}

	.nav-cen {
		width: 100%;
		flex-direction: column
	}

	.flex-nav {
		padding: 60px 6% 0;
		flex-direction: column;
	}

	.submenu {
		display: none;
	}

	.navlog {
		width: 100%;
		text-align: center;
		margin-bottom: 5%;
	}

	.navlog img {
		width: 160px;
	}

	.nav-cen li a.link{
		font-size: 4.5vw;
		display: block;
		pointer-events: none;
	}

	.nav-cen>li {
		margin: 2% 0;
		padding-bottom: 2%;
	}

	.submenu {
		margin-top: 0;
	}

	.submenu li {
		margin: 5px 0;
	}

	.submenu li a {
		font-size: 3.5vw;
		padding: 5px 0;
		color: #fff;
	}

	.nav-cen li a:hover {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		color: #fff;
	}

	.nav-cen .open a.link {
		color: #1efad8;
	}

	/*SITE1*/
	.bantxt p {
		font-size: 5vw;
	}

	/*SITE2*/
	.site2-l {
		display: none
	}

	.site2-r {
		width: 100%;
	}

	.site2-r-t .site2-r-t-c h3 a,
	.site2-r-t .site2-r-t-c h3::after {
		display: none;
	}

	.site2-r-t .site2-r-t-c h3 {
		font-size: 5.5vw;
	}

	.site2-r-t .site2-r-t-c span {
		font-size: 3vw;
	}

	.site2-r-t .site2-r-t-c p {
		font-size: 2.5vw;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		height: auto;
	}

	.site2-r-t a.mo {
		font-size: 16px;
		padding: 2px 40px;
	}

	.site2-r-b .site2-r-bimg h3 {
		font-size: 5vw;
	}

	.site2-r-b .site2-r-bimg p {
		font-size: 12px;
		height: 76px;
	}
    .pro-show{ padding: 10px;}
	
	
	/*SITE3*/
	.site3-next,
	.site3-prev {
		display: none;
	}

	.site3-cen .site3-c {
		bottom: 0;
		top: auto;
		padding: 0 5% 80px;
	}

	.site3-cen .site3-c::before {
		background: #3c2e6b;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: all cubic-bezier(.77, 0, .175, 1) .8s;
		transition: all cubic-bezier(.77, 0, .175, 1) .8s;
	}

	.swiper-slide-active .site3-cen .swiper-slide-active .site3-c::before {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.site3-cen .site3-m {
		padding: 3% 0 4%;
		-webkit-transition: all 1s .2s;
		transition: all 1s .2s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.site3-cen .site3-m::after {
		display: none;
	}

	.site3-m .site3-i {
		width: 50px;
		clear: none;
	}

	.swiper-slide-active .site3-cen .site3-m .site3-i {
		clear: none;
		width: 50px;
		float: left;
	}

	.swiper-slide-active .site3-cen .site3-m h3 {
		clear: none;
		float: left;
		width: calc(100% - 50px);
		font-size: 4vw;
		margin-top: 0;
		line-height: 1.6;
		height: auto;
		padding-left: 10px;
	}

	.swiper-slide-active .site3-cen .site3-m span {
		clear: none;
		width: calc(100% - 50px);
		font-size: 2.5vw;
		line-height: 1.6;
		height: auto;
		float: left;
		text-align: left;
		padding-left: 10px;
	}

	.site3-cen .site3-m p {
		font-size: 2vw;
		padding-top: 2%;
		margin-top: 2%;
		opacity: 1;
		filter: alpha(opacity=100);
		position: relative;
		border-top: 1px #32b9b7 solid;
		float: left;
	}

	.site3-cen .swiper-slide-active .site3-m h3 {
		width: calc(100% - 50px);
		margin-top: 0;
		font-size: 4vw;
		line-height: 1.6;
		height: auto;
	}

	.site3-cen .swiper-slide-active .site3-m span {
		width: calc(100% - 50px);
		font-size: 2.5vw;
	}

	.site3-cen .swiper-slide-active .site3-m p {
		padding-top: 2%;
		margin-top: 2%;
	}

	.site3-cen .swiper-slide-active .site3-m {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.site3-cen .site3-pag {
		bottom: 86px;
	}

	/*SITE4*/
	.site4-nav .swiper-slide {
		font-size: 14px;
	}

	.site4-nav .bar .color {
		width: 88px;
	}

	/*SITE5*/
	.site5-top {
		height: 100%;
	}

	.site5-bot {
		display: none;
	}

	.site5-hd .site5-l {
		width: 100%;
		height: 50%;
	}

	.site5-hd .site5-r {
		width: 100%;
		height: 50%;
	}

	.site5-hd .site5-prev {
		bottom: 50%;
		right: 50px;
		width: 50px;
		height: 40px;
	}

	.site5-hd .site5-next {
		bottom: 50%;
		left: auto;
		right: 0;
		width: 50px;
		height: 40px;
	}

	.site5-hd .site5-pagination {
		bottom: auto;
		top: 50%;
		left: auto;
		right: 2%;
		margin-top: 5px;
	}

	.site5-hd .site5-pagination .spag1 {
		font-size: 42px;
		line-height: 42px;
	}

	.site5-l .site5-l-t .site5-l-c h3 {
		-webkit-line-clamp: 1;
		font-size: 4vw;
	}

	.site5-l .site5-l-t .site5-l-c p {
		font-size: 3vw
	}

	.site5-l .site5-l-t .site5-l-c a {
		margin-top: 5%;
		padding-right: 50px;
		font-size: 14px;
	}

	/*SITE6*/
	.mess-tit h3 {
		font-size: 20px;
	}

	.mess-top .mess-inp {
		width: 100%;
		margin-top: 2%;
	}

	.mess-bot {
		margin-top: 2%;
	}

	.mess-tit img {
		max-width: 100%;
		height: auto;
		width: 50px;
	}

	.mess-sbt {
		margin-top: 3%;
	}

	/*LIST*/
	.list-abo h3 {
		font-size: 4vw;
	}

	.list-nr {
		font-size: 3vw;
	}

	.nbanner {
		height: 300px;
	}

	.swiper-lct .swiper-slide {
		width: 150px;
	}

	.swiper-lc .lc-l {
		width: 65px;
		text-align: left;
	}

	.swiper-lc .lc-nr {
		width: calc(100% - 65px);
	}

	.swiper-lc .lxt {
		left: 45px;
	}

	.swiper-lc .lc-td {
		margin-bottom: 20px;
	}

	.swiper-lc .swiper-slide-active .lc-td::after {
		opacity: 0;
	}

	.pro-ul li a {
		height: 250px;
		padding: 0 4%;
	}

	.pro-ul li .pro-flo span {
		font-size: 16px;
		height: 25px;
	}

	.pro-ul li .pro-flo hr {
		bottom: 24%;
	}

	.pro-ul li .pro-flo p {
		bottom: 1%;
	}

	.pro-ul li a:hover .pro-flo h3,
	.pro-ul li a:hover .pro-flo span,
	.pro-ul li a:hover .pro-flo hr,
	.pro-ul li a:hover .pro-flo p,
	.pro-ul li a:active .pro-flo h3,
	.pro-ul li a:active .pro-flo span,
	.pro-ul li a:active .pro-flo hr,
	.pro-ul li a:active .pro-flo p {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}

	.case-ul li .case-img {
		height: 200px;
	}

	.case-ul li .case-txt {
		height: 200px;
		padding: 20px 4%;
	}

	.case-ul li .case-txt h3 a {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}

	.case-ul li .case-txt p {
		font-size: 12px;
		height: auto;
		margin: 10px 0 20px;
	}

	.case-ul li .case-txt a.mo {
		padding: 6px 20px;
		font-size: 14px;
	}

	.pages {
		;
		padding: 40px 0 40px;
		font-size: 18px;
	}

	.pages a {
		padding: 4px 12px;
		margin: 4px;
	}

	.pages span {
		padding: 4px 12px;
		margin: 4px;
	}

	.pages a.a1 {
		padding: 4px 20px;
	}

	.list-news {
		margin-top: 20px;
	}

	.list-news li .news-img {
		width: 100%;
	}

	.list-news .newll {
		width: 100%;
		height: auto;
		padding: 10px;
	}

	.list-news .newll h3 {
		font-size: 4vw;
	}

	.list-news .newll span,
	.list-news .newll p {
		font-size: 3vw;
		margin: 6px 0;
	}

	.list-news .newll p {
		-webkit-line-clamp: 5;
		line-height: 20px;
		height: auto;
	}

	.catewm-r {
		font-size: 4vw;
	}
}

@media (min-width:320px) and (max-width:480px) {
	
	.site6 {
		padding: 80px 0 100px;
	}
    
	.slide-swiper .swiper-slide{ background-image:none!important;}
	.slide-swiper .swiper-slide img{ width: 100%; height: 100%; display: block;}
	.mess-tit h3 {
		font-size: 16px;
	}

	.mess-top .mess-inp .minp {
		font-size: 14px;
		padding: 8px;
	}

	.mess-bot textarea {
		font-size: 14px;
		padding: 8px;
		resize: none;
	}

	.mess-sbt .msub {
		padding: 8px 50px;
		width: 100%;
	}

	.foot-bot .banq {
		font-size: 12px;
	}

	.nbanner {
		height: 250px;
	}

	.list-nav-r {
		height: 50px;
		background-size: 39px;
	}

	.list-nav-r h2 {
		line-height: 20px;
		font-size: 20px;
	}

	.list-nav-r p {
		font-size: 14px;
	}

	.pro-ul li a {
		font-size: 20px;
	}

	.pro-ul li .pro-flo span {
		font-size: 12px;
		height: 19px;
	}

	.pro-ul li .pro-flo p {
		font-size: 14px;
		height: 63px;
	}

	.case-ul li .case-img {
		width: 100%;
		height: 250px;
	}

	.case-ul li .case-txt {
		width: 100%;
		height: auto;
	}
}
