﻿::-webkit-scrollbar {
	width: 10px;
	position: fixed;
	top: 0;
	right: 10px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 6px;
}

::-webkit-scrollbar-button {
	background-color: #fff;
	height: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #333;
}

::selection{color:#fff;background:#f10a4c;}
::-moz-selection{color:#fff;background:#f10a4c;}
::-webkit-selection{color:#fff;background:#f10a4c;}

body, ul, li, img, h1, h2, h3, h4, h5, h6, dl, dt, dd, p, span, textarea, a, input, i, em, header {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微軟雅黑", "Microsoft YaHei", sans-serif;
	list-style: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  -ms-overflow-style: scrollbar;
}

body {
	overflow-x: hidden;
}

a:hover,
a:focus {
  text-decoration: none;
}

@font-face {
	font-family: 'webfont';
  src: url('../font/webfont.eot');
  src: url('../font/webfont.eot') format('embedded-opentype'),
  url('/webfont/webfont.woff') format('woff'),
  url('../font/webfont.ttf') format('truetype'),
  url('../font/webfont.svg') format('svg');
}

@font-face {
	font-family: "iconfont";
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
  url('/iconfont/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('/iconfont/iconfont.svg') format('svg');
}

.web-font {
	font-family: "webfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	/*-webkit-text-stroke-width: 0.2px;*/
	-moz-osx-font-smoothing: grayscale;
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.filter {
  -webkit-filter: blur(6px) saturate(1.6);
  filter: blur(6px) saturate(1.6);
}

.row {
	-webkit-transition: all .4s;
	transition: all .4s;
}

header {
	position: relative;
	z-index: 4;
	padding-top: 66px;
}

header {
	padding-top: 0;
	min-width: 1200px;
}

header .container {
	width: 100% !important;
	min-width: 1200px !important;
}

/*---頭部Banner---*/
header .header-banner {
	position: relative;
	z-index: 0;
        
}

header.index-header .header-banner {
	margin-top: 0;
}

header .header-banner ul.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
        
}

header .header-banner ul.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

header .header-banner ul.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

header .header-banner ul.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

header .header-banner ul.rslides li {
	width: 100%;
	position: absolute;
}

header .header-banner ul.rslides li img {
	width: 100%;
}

header .header-banner .rslides_tabs {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	font-size: 0;
	padding: 10px 0;
	padding-bottom: 20px;
	z-index: 4;
}

header .header-banner .rslides_tabs li {
	display: inline-block;
	width: 50px;
	height: 7px;
	background-color: #fff;
	margin: 0 6px;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}

header .header-banner .rslides_tabs li a {
	width: 30px;
	height: 6px;
	display: block;
}

header .header-banner .rslides_tabs li.rslides_here {
	background-color: #f10a4c;
}

header .header-banner img.head-mask {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .2;
	filter: alpha(opacity=20);
}

/*---頭部Menu---*/
header .header-nav {
	position: absolute;
	width: 100%;
	z-index: 2;
	font-size: 14px;
	padding-top: 18px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header .header-nav .container {
	padding: 0 50px;
	display: flex;
}

header .header-nav .logo {
	flex: 1.9;
}

header .header-nav .logo img {
	height: 64px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
}

header .header-nav .logo i {
	display: inline-block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	vertical-align: middle;
	margin-top: 20px;
	margin-left:10px
}

header .header-nav .header-collapse {
	display: none;
}

header .header-nav .collapse {
	display: block;
	padding: 11px 0;
	font-size: 0;
	text-align: left;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	flex: 3.6;
	text-align: center;
}

header .header-nav .tel {
	padding: 5px 0 11px 0;
	flex: 1.4s;
	transition: all 0.4s ease-in-out;
}

header .header-nav .tel a {
	color: #f1003c;
	font-size: 24px;
	font-weight:bold;
	padding: 0 1px;
	position: relative;
}

header .header-nav .tel a .iconfont {
	font-weight: normal;
	font-size: 36px;
	vertical-align: middle;
	padding-right: 20px;
}

header .header-nav .collapse a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header .header-nav .collapse a i {
	font-style: normal;
	display: block;
	padding: 3px 0;
	position: relative;
}

header .header-nav .collapse a i:after {
	content: "";
	display: block;
	height: 3px;
	width: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

header .header-nav .collapse a:hover {
	color: #f10045;
}

header .header-nav .collapse a:hover i:after {
	width: 100%;
	background-color: #f10045;
}

header .header-nav .collapse a.cur {
	color: #f10045;
}
header .header-nav .collapse a.cur i:after {
	width: 100%;
	background-color: #f10045;
}
/*header .header-nav .btn-menu {
	width: 26px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	position: absolute;
	right: 30px;
	z-index: 2;
}

header .header-nav .btn-menu:hover,
header .header-nav .btn-menu:focus {
	color: #fff;
}

header .header-nav .btn-menu i.iconfont:nth-child(1) {
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute;
	left: 0;
}

header .header-nav .btn-menu2 i.iconfont:nth-child(1) {
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	opacity: 0;
	filter: alpha(opacity=0);
}

header .header-nav .btn-menu i.iconfont:nth-child(2) {
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
}

header .header-nav .btn-menu2 i.iconfont:nth-child(2) {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=1);
}*/

header .header-nav .collapse_adj1 .searchbar {
	-webkit-transition: all .2s;
	transition: all .2s;
}

header .header-nav .collapse_adj1 .searchbar-ani {
	padding-left: 15px;
}

header .header-nav .header-search {
	color: #313131;
	position: relative;
}

header .header-nav .header-search input[type='text'] {
	padding: 0 2px;
	padding-left: 22px;
	border-radius: 2px;
	line-height: 23px;
	height: 23px;
	color: #919191;
	width: 0px;
	background-color: transparent;
	-webkit-transition: all .4s;
	transition: all .4s;
}

header .header-nav .header-search input[type='submit'] {
	display: none;
}

header .header-nav .header-search i.iconfont {
	position: absolute;
	line-height: 23px;
	font-size: 14px;
	padding: 0 6px;
	color: #fff;
	left: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

header .header-nav .header-search input[type='text']:focus {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

header .header-nav .header-search-ani input[type='text'] {
	background-color: #fff;
	width: 180px;
}

header .header-nav .header-search-ani i.iconfont {
	color: #f1003c;
}

header .header-nav .header-search em {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 100%;
	display: none;
	left: 0;
	top: 24px;
	text-align: left;
	text-indent: 20px;
	font-style: normal;
}

header .header-nav-fixed {
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.9);
	/*background: linear-gradient( 45deg, rgba(82, 29, 130, 0.6) 0%, rgba(209, 16, 127, 0.6) 100%);*/
	left: 0;
	top: 0;
}

header .header-nav-fixed:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

header .header-nav-fixed .collapse a {
	font-size: 17px;
}

header .header-nav-fixed .logo {
	flex:1.5;
	}

header .header-nav-fixed .logo img {
	height: 64px;
}
header .header-nav-fixed .logo img {
	margin-top: 10px;
	}
header .header-nav-fixed .collapse {
	padding: 4px 0;
	margin-top: 12px;
}

header .header-nav-fixed .tel {
	padding: 4px 0;
	margin-top: 6px;
}

header .header-nav-fixed .tel a {
	font-size: 18px;
}




@media only screen and (max-width:1426px) {
	header .header-nav .logo {
		flex: 2.1
	}
	header .header-nav .logo img {
		height: 44px;
	}
	header .header-nav .logo i {
		font-size: 12px;
		margin-top: 8px;
	}
	header .header-nav-fixed .logo i {
		margin-top: 4px;
	}
	header .header-nav-fixed .collapse {
		margin-top:6px;
	}
	header .header-nav .collapse a {
		font-size: 14px;
	}
	header .header-nav-fixed .collapse a {
	font-size: 14px;
}
	header .header-nav-fixed .tel {
		margin-top: 6px;
	}
	header .header-nav .tel {
		flex: 1.1;
	}
	header .header-nav .tel a {
		font-size: 13px;
	}
	header .header-nav .tel a i {
		font-size: 10px;
	}
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	top: 0;
	left: 0;
	z-index: 9;
}

.loading img {
	-webkit-animation: pop 1.8s ease-in-out infinite;
	-o-animation-timing-function: pop 1.8s ease-in-out infinite;
	-webkit-animation: pop 1.8s ease-in-out infinite;
	animation: pop 1.8s ease-in-out infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -50px;
}

@-webkit-keyframes pop {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes pop {
	0% {	
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*---頭部Banner文字---*/
header .header-banner .rslides .banner-item {
	position: absolute;
	width: 100%;
	top: 40%;
	text-align: center;
}

header .header-banner .rslides .banner-item h2 {
	color: #2f2f2f;
	font-weight: bold;
	font-size: 40px;
	padding: 10px 0;
	font-size: 3vw;
}
header .header-banner .rslides .banner-item h1 {
	float:left;
	padding-left:320px;

}
header .header-banner .rslides .banner-item h3 {
	font-size: 2.4vw;
}

ul#rslides li:before {
content: '';
display: block;
width: 100%;
height: 100%;
background: transparent url(../image/pattern.png) repeat top left;
position: absolute;
left: 0;
top: 0;
/* opacity: 0.8; */
}

/*********************底部**********************/
footer {
	position: relative;
	background: url(../image/2014092185736673.jpg) no-repeat center top / cover;
	min-width: 1200px;
	z-index: 1;
}

footer .container {
	padding-bottom: 0;
	line-height: 28px;
	width: 1200px;
	transition: all 0.4s ease-out, opacity 0.6s ease-in-out;
}

footer.index-footer .container {
	transform: translateY(20px);
	opacity: 0;
}

footer .container.foot-ani {
	transform: translateY(0);
	opacity: 1;
}

footer .container.foot-ani section:nth-child(3) img {
	animation: foot-ani 0.2s ease-in-out 0.6s;
}

@keyframes foot-ani {
	0% {
		transform: rotate(0deg)
	}
	20% {
		transform: rotate(3deg)
	}
	40% {
		transform: rotate(0deg)
	}
	60% {
		transform: rotate(-3deg)
	}
	90% {
		transform: rotate(1deg)
	}
	100% {
		transform: rotate(0deg)
	}
}


footer .container section {
	margin-top: 40px;
}

footer .container section.bianju {
	margin-left: 60px;
	margin-right: 60px;
}

footer .container section h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 30px 0;
	margin: 0;
}

footer .container section h3 small {
	font-size: 16px;
}

footer .container section h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding: 14px 0 10px 0;
	margin: 0;
}

footer .container,
footer .container a {
	color: #babcbd;
	font-size: 12px;
}

footer li {
	width: 320px;
	position: relative;
}

footer li .iconfont {
	color: #b2b2b2;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 20px;
	line-height: 36px;
}

footer .container a:hover {
	color: #fff;
}

footer .container p {
	padding: 0;
	margin: 0;
}

footer .container section address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

.zixun a {
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	float: left;
	background-color: #333;
	border-radius: 4px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.zixun a:before {
	content: '';
	display: block;
	background: linear-gradient( 45deg, rgb(135,24,89) 0%, rgb(218,14,86) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.zixun a:hover {
	background-color: transparent;
}

.zixun a .iconfont {
	font-size:24px;
	line-height: 40px;
	color: #fff;
}

#name,
#tel,
#Content {
	font-size: 12px;
	height: 36px;
	width: 320px;
	background-color: #ededee;
	color: #666;
	border-width: 0px;
	margin-bottom: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 0px;
}

#name:focus,
#tel:focus,
#Content:focus {
	background-color: #FFF;
	color: #333;
}

#button {
	height: 40px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	-webkit-appearance: button;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

#button + i {
	content: '';
	display: block;
	background: linear-gradient( 45deg, rgb(82,29,130) 0%, rgb(209,16,127) 100%);
	width: 200px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
}

#button:hover {
	background-color: transparent;
}

#savediv {
	padding: 10px 0;
	line-height: 24px;
}

.key,
.mail {
	height: 36px;
	width: 318px;
	background-color: hsla(0, 0%, 100%, 0.00);
	color: #babcbd;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #b2b4b7;
	border-radius: 0px;
}

.mail-tx {
	color: #babcbd;
	font-size: 14px;
	margin: 15px 0;
}

.s-button,
.m-button {
	height: 36px;
	width: 36px;
	text-align: center;
	vertical-align: middle;
	background-color: hsla(0, 0%, 100%, 0.00);
	border: 0px solid #babcbd;
	border-radius: 0px;
	-webkit-appearance: button;
	cursor: pointer;
	position: absolute;
	right: 3px;
}

.s-button {
	background-image: url(/images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -80px;
	text-indent: -999px;
	overflow: hidden;
}

.m-button {
	background-image: url(/images/foot-form-bg.png);
	background-repeat: no-repeat;
	background-position: right -120px;
	text-indent: -999px;
	overflow: hidden;
}

.mail {
	margin: 0 0 40px 0;
}

.yq-link {
	color: rgba(255, 255, 255, 0.6);
	line-height: 28px;
	font-size: 12px;
	padding: 6px 0 14px 0;
	margin-top: 16px;
	border-top: 1px solid #767676;
}

.yq-link {
	margin-bottom: 40px;
}

.yq-link a:hover {
	color: #fff;
}

.foot {
	background-color: #14171a;
	width: 100%;
	padding: 10px 50px;
}

.foot .copy {
	height: 70px;
	line-height: 70px;
}

.foot,
.foot a {
	font-size: 12px;
	color: #babcbd;
}

.foot .row {
	width: 1200px;
        margin: auto;
}

.foot .row > div:first-child {
	margin-top: 16px;
}

.foot .gov img {
	width: 46px;
	float: right;
	clear: both;
}

.kefu {
	background-color: #f75a53;
	border: 2px solid #fff;
	position: fixed;
	width: 80px;
	top: 138px;
	right: 20px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	font-size: 12px;
	z-index: 9999999;
}

.kefu ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #ffb4a6;
	overflow: hidden;
	height: auto;
	width: 100%;
	padding: 0;
	height: 30px;
	width: 80px;
	z-index: 999999;
	padding-top: 50px;
}

.kefu ul li a:hover {
	background-color: #589ED7;
}

.kefu a.kefu-lx {
	border-top: 0px solid #ffb4a6;
	background-image: url(/images/kefu.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}

.kefu a.kefu-lx:hover {
	border-radius: 6px 6px 0px 0px;
}

.kefu ul li a.kefu-yy {
	background-image: url(/images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -90px;
}

.kefu ul li a.kefu-zx {
	background-image: url(/images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -170px;
}

.kefu ul li a.kefu-wx {
	background-image: url(/images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -250px;
}

.kefu ul li a.kefu-wx .kefu-weixin {
	padding: 20px;
	background-color: #FFFFFF;
	position: absolute;
	top: 242px;
	left: -182px;
	display: none;
	-webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.kefu ul li a.kefu-wx:hover .kefu-weixin {
	display: block;
}

.kefu ul li a.kefu-top {
	background-image: url(/images/kefu.png);
	background-repeat: no-repeat;
	background-position: center -335px;
	padding-top: 40px;
}

.kefu ul li a.kefu-top:hover {
	border-radius: 0px 0px 6px 6px;
}

.kefu ul li a.kefu-yy,
.kefu ul li a.kefu-zx,
.kefu ul li a.kefu-top,
.kefu ul li a.kefu-wx {
	display: none;
}

.kefu:hover ul li a.kefu-yy,
.kefu:hover ul li a.kefu-zx,
.kefu:hover ul li a.kefu-top,
.kefu:hover ul li a.kefu-wx {
	display: block;
}

/*********************主體**********************/
.main {
	position: relative;
	/*padding-top: 66px;*/
}

.index-main {
	padding-top: 0;
	min-width: 1200px;
}

.main > section {
	padding: 50px 0 40px 0;
}

.main > section > h4 {
	padding: 20px 0 10px 0;
	font-size: 40px;
	color: #f10a4c;
	text-align: center;
	text-transform: uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	transition: all 0.2s ease-in-out;
}

.main > section > h3 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
	color: #222;
}
.main > section > h3 i{
	color: #f10a4c;
	font-style:normal;
}

/*-----------塊-1----------*/
.main .section-1 {
	padding-top: 38px;
	background: url(../image/s1-bg.jpg) no-repeat bottom;
}

.main .section-1 .container {
	padding-bottom: 30px;
	position: relative;
}

.index-main .section-1 .container {
	width: 1200px;
}

.main .section-1 .container ul {
	font-size: 0;
}

.main .section-1 .container .web-font {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 50px;
	font-size: 24px;
	color: #4d1b6c;
}

.main .section-1 .container ul li {
	position: relative;
	-webkit-transition: all 0.2s;
	-webkit-transition: all .6s;
	transition: all .6s;
	width: 20%;
	display: inline-block;
	height: 310px;
	vertical-align: top;
}

.main .section-1 .container ul li a {
	padding: 10px 0;
	display: block;
	color: #f10a4c;
}

.main .section-1.section-ani h4 {
	letter-spacing: -1px
}

.main .section-1 h5 {
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	font-size: 15px;
}

.main .section-1 .intro {
	text-align: justify;
	line-height: 24px;
	color: #fff;
	position: relative;
}

.main .section-1 .container ul {
	margin: 0 auto;
	margin-top: 60px;
	overflow: hidden;
}

.main .section-1 .container ul li .imgwrap {
	display: block;
	width: 140px;
	margin: auto;
	overflow: hidden;
}

.main .section-1 .container ul li .iconfont {
	display: block;
	position: relative;
	margin: 0 auto;
	font-size: 70px;
	width: 100%;
	text-align: center;
	margin-top: 18px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.main .section-1 .container ul li:hover .iconfont {
	color: #fff;
	transition: all 0.2s ease 0.7s;
	animation: s1-ani 0.6s ease-out 0.4s;
}

@keyframes s1-ani {
	0% {
		left: 0
	}
	50% {
		left: 140px;
	}
	51% {
		left: -140px;
	}
	100% {
		left: 0;
	}
}

.main .section-1 .container ul li:before,
.main .section-1 .container ul li:after {
	content: '';
	display: block;
	position: absolute;
	width: 156px;
	height: 156px;
	top: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #f10a4c;
	-webkit-transition: all .4s ease .1s;
	-moz-transition: all .4s ease .1s;
	-ms-transition: all .4s ease .1s;
	-o-transition: all .4s ease .1s;
	transition: all .4s ease .1s;
	margin-left: -78px;
	left: 50%;
}

.main .section-1 .container ul li:before {
	clip: rect(0px, 156px, 156px, 78px);
}

.main .section-1 .container ul li:hover:before {
	clip: rect(0px, 156px, -10px, 78px);
}

.main .section-1 .container ul li:after {
	clip: rect(0px, 78px, 156px, 0px);
}

.main .section-1 .container ul li:hover:after {
	clip: rect(156px, 78px, 156px, 0px);
}

.main .section-1 .container ul li strong {
	display: block;
	margin-top: 40px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 0;
}

.main .section-1 .container ul li:hover strong {
	color: #fff;
	top: -40px;
	transition: all 0.6s ease-in-out 0.3s;
}

.main .section-1 .container ul li .items {
	position: relative;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	z-index: 1
}

.main .section-1 .container ul li .items b {
	display: block;
	font-weight: normal;
	position: relative;
	top: 200px;
	opacity: 0;
}

.main .section-1 .container ul li:hover .items b {
	opacity: 1;
	top: -20px;
}

.main .section-1 .container ul li:hover .items b:nth-child(1) {
	transition: all 0.6s ease-out 0.1s, opacity 0.6s ease-out 0.3s;
}
.main .section-1 .container ul li:hover .items b:nth-child(2) {
	transition: all 0.6s ease-out 0.15s, opacity 0.6s ease-out 0.35s;
}
.main .section-1 .container ul li:hover .items b:nth-child(3) {
	transition: all 0.6s ease-out 0.2s, opacity 0.6s ease-out 0.4s;
}
.main .section-1 .container ul li:hover .items b:nth-child(4) {
	transition: all 0.6s ease-out 0.25s, opacity 0.6s ease-out 0.45s;
}
.main .section-1 .container ul li:hover .items b:nth-child(5) {
	transition: all 0.6s ease-out 0.3s, opacity 0.6s ease-out 0.5s;
}

.main .section-1 .container ul li a:before {
	content: '';
	width: 100%;
	height: 140px;
	position: absolute;
	top: -140px;left: 0;
	background-color: #f10a4c;
        border-radius: 5px 5px 0 0;
	transition: all 0.2s ease-out;
	z-index: 0;
	opacity: 0.4;
}

.main .section-1 .container ul li a:after {
	content: '';
	width: 100%;
	height: 180px;
	position: absolute;
	bottom: -180px;left: 0;
	background-color: #f10a4c;
        border-radius: 0 0 5px 5px;
	transition: all 0.2s ease-out;
	z-index: 0;
	opacity: 0.4;
}

.main .section-1 .container ul li:hover a:before {
	top: 0;
	transition: all 0.4s ease 0.6s;
	opacity: 1;
}

.main .section-1 .container ul li:hover a:after {
	bottom: 0;
	transition: all 0.4s ease 0.4s;
	opacity: 1;
}

/*-----------塊-2----------*/
.main .section-2 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.owl-project {
	margin: 20px 0;
}

.owl-project {
	width: 1200px;
	margin: auto;
	padding: 0 15px;
	font-size: 0;
	margin-top: 15px;
}

.owl-project > div {
	padding: 15px;
	position: relative;
	width: 380px;
	display: inline-block;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0 !important;
}

.owl-project > div.owl-ani {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1 !important;
	-webkit-transition: all 0.3s cubic-bezier(.3,.47,.53,.99), opacity 1s cubic-bezier(.02,.89,.38,.99);
	transition: all 0.3s cubic-bezier(.3,.47,.53,.99), opacity 1s cubic-bezier(.02,.89,.38,.99);
}

.owl-project > div a {
	display: block;
	position: relative;
}

.owl-project .icon-fangdajing:before { 
	content: "\e604";
	position: absolute;
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 1;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	font-size: 19px;
	text-align: center;
	color: #ff5c5c;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height:38px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.owl-project > div a:after {
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;left:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all 0.4s;
	transition: all 0.3s;
}

.owl-project > div span {
	display: block;
	padding: 12px 10px;
	background-color: #f0f0f0;
	color: #221a16;
	font-size: 14px;
	transition: all 0.4s ease;
	position: relative;
}

.owl-project > div span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(71,71,71);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.owl-project > div b {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	display: block;
	padding: 4px 0;
	transition: all 0.2s ease;
}

.owl-project > div img {
	display: block;
	width: 100%;
}

.owl-project > div:hover a:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.owl-project > div:hover a:after {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-webkit-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

.owl-project > div:hover a img {
	-webkit-filter: blur(1px) saturate(1.3);
	-o-filter: blur(1px) saturate(1.3);
	-ms-filter: blur(1px) saturate(1.3);
	filter: blur(1px) saturate(1.3);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false);
	background-color: #aa6cd1;
}

.owl-project > div:hover span {
	background-color: transparent;
	color: #fff;
}

.owl-project > div:hover span b {
	color: #fff;
}

/*-----------塊-3----------*/
.main .section-3 {
	height: 500px;
	width: 100%;
	background: url(../image/wallpaper5.jpg) no-repeat fixed center / cover;
	padding-top: 80px;
}

.main .section-3 h3 {
	color: #fff;
	width: 100%;
}

.main .section-3 h4 {
	font-family: '微軟雅黑', sans-serif;
	font-size: 17px;
	padding: 10px 0;
	color: #fff;
	width: 100%;
}

.main .section-3 .content {
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	margin: auto;
	padding: 16px 30px;
	max-width: 1200px;
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.6s ease-in-out, opacity 0.6s ease-in-out 0.2s;
}

.main .section-3 .content.s3-ani {
	transform: translateY(0);
	opacity: 1;
}

.main .section-3 .content a {
	color: #f10a4c;
}

.main .section-3 .link {
	text-align: center;
	margin-top: 10px;
}

.main .section-3 .link a {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 60px;
	border-radius: 50%;
	border: 3px solid #f10045;
	line-height: 64px;
	position: relative;
	transition: all 0.2s;
}

.main .section-3 .link a:last-child {
	border-color: #f10045;
}

.main .section-3 .link a:after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #f10045;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	opacity: 0;
}

.main .section-3 .link a:last-child:after {
	border-color: #f10045;
}

.main .section-3 .link a:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #f10045;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	opacity: 0;
}

.main .section-3 .link a:last-child:before {
	border-color: #f10045;
}

.main .section-3 .link a .iconfont {
	font-size: 40px;
	color: #f10045;
	transition: all 0.2s;
}

.main .section-3 .link a:last-child .iconfont {
	color: #f10045;
}

.main .section-3 .link a span {
	position: absolute;
	line-height: 30px;
	color: #f10045;
	width: 160px;
	bottom: -36px;
	left: 50%;
	margin-left: -80px;
	font-size: 15px;
	transition: all 0.2s;
}

.main .section-3 .link a:last-child span {
	color: #f10045;
}

.main .section-3 .link a:hover {
	background-color: #f10045;
}

.main .section-3 .link a:last-child:hover {
	background-color: #f10045;
}

.main .section-3 .link a:hover .iconfont {
	color: #fff;
}

.main .section-3 .link a:hover span {
	color: #fff;
}

.main .section-3 .link a:hover:after {
	animation: link-scale 0.4s ease-out 0.1s;
}

.main .section-3 .link a:hover:before {
	animation: link-scale 0.6s ease-in 0.1s;
}

@keyframes link-scale {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(4);
	}
}

/*-----------塊-4----------*/
.main .section-4 {
	padding-bottom: 50px;
}

.main .section-4 .ad-container {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 15px;
	padding-top: 40px;
	font-size: 0;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.4s ease-in-out;
}

.main .section-4 .ad-container.s4-ani {
	opacity: 1;
	transform: translateY(0);
}

.main .section-4 .ad-container .ad-item {
	width: 350px;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.main .section-4 .ad-container .ad-item:nth-child(2) {
	margin: 0 46px;
}

.main .section-4 .ad-container .ad-item h5 {
	font-size: 18px;
	padding: 6px 0;
	margin-bottom: 12px;
}

.main .section-4 .ad-container .ad-item li {
	padding: 8px 0;
}

.main .section-4 .ad-container .ad-item li a,
.main .section-4 .ad-container .ad-item li small {
	color: #888;
}

.main .section-4 .ad-container .ad-item li a:hover {
	text-decoration: underline;
	color: #f10a4c;
}

.main .section-4 .ad-container .ad-item > a {
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	background-color: #333;
	display: block;
	width: 120px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.main .section-4 .ad-container .ad-item > a:before {
	content: '';
	display: block;
	background: linear-gradient( 45deg, rgb(135,24,89) 0%, rgb(218,14,86) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.main .section-4 .ad-container .ad-item > a:hover {
	background-color: transparent;
}

/*-----------塊5----------*/
.main .section-5 {
	padding: 0;
	position: relative;
	height: 300px;
	width: 100%;
	background: url(../image/2014092200018883.jpg) no-repeat fixed center bottom / cover;
	padding-top: 40px;
}

.main .section-5 .logo-svg {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: block;
	margin: auto;
	height: 80px;
}

.main .section-5 .logo-scale {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.main > .section-5:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;left: 0;
	opacity: .6;
	filter: alpha(opacity=60);
}

.main .section-5 .content {
	position: relative;
	z-index: 2; 
}

.main .section-5 .content h3 {
	text-align: center;
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	position: relative;
	left: -100px;
	opacity: 0;
	display: block;
}

.main .section-5 .content h6 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	opacity: 0.8;
	position: relative;
	left: 100px;
	opacity: 0;
}

.main .section-5 .ani-start h3,
.main .section-5 .ani-start h6 {
	left: 0;
	opacity: 1;
	-webkit-transition: left ease-out .6s, opacity 0.4s ease-out 0.2s;
	transition: left ease-out .6s, opacity 0.4s ease-out 0.2s;
}

/*-----------塊6----------*/
.section-6 .content img {
	margin: auto;
	display: block;
}

.section-6 .content {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s ease-in-out, opacity 0.6s ease-in-out 0.2s;
}

.main .section-6 .content.s6-ani {
	transform: translateY(0);
	opacity: 1;
}

/*-----------浮動欄----------*/
aside {
	position: fixed;
	width: 44px;
	display: block;
	z-index: 5;
	top: 100px;
	right: 0;
}

aside ul {
	background-color: #333;
	border-radius: 8px 0 0 8px;
	opacity: 1;
	padding: 30px 0;
	transition: all 0.2s ease-out 0.1s;
}

aside ul.down {
	opacity: 1;
}


aside:hover ul {
	opacity: 1;
}

aside ul li {
	padding: 0 10px;
	cursor: pointer;
}

aside ul li:nth-child(2) {
	margin: 20px 0;
}

aside ul li .iconfont {
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	filter: alpha(opacity=80);
}

aside ul li.active i {
	opacity: 0.4;
}

aside ul li > div {
	display: block;
	position: absolute;
	top: 20px;
	right: -264px;
	padding: 0 16px 0 20px;
	color: #fff;
	border-right: none;
	background: #333;
	border-radius: 8px 0 0 8px;
	opacity: 0;
	transition: all .4s ease-in-out .3s;
	overflow: hidden;
	font-size: 12px;
	line-height: 30px;
}

aside ul li.active > div {
	right: 44px;
	opacity: 1;
}

aside ul li.tel > div {
	width: 203px;
	font-size: 16px;
	padding: 14px 15px 14px 23px;
	top: 70px;
}

aside ul li.im > div {
	width: 140px;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

aside ul li.im > div a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #63fa7b;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8dd687;
	border-radius: 5px;
	transition: all .3s ease-in-out 0s;
}

aside ul li.im > div a:hover {
	color: #7562b5;
	background-color: #63fa7b;
}

aside ul li.wechat > div {
	width: 128px;
	height: 128px;
	padding: 16px;
	top: 70px;
}

aside ul li.wechat > div img {
	width: 100px;
}

/*********************關于我們官网**********************/
.main .container .row {
	position: relative;
}

.main .main-title {

	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.main .main-title .nav {
	float: right;
	text-align: right;
	font-size: 0;
	margin-top: 35px;
}

.main .main-title .nav li {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.main .main-title .nav li a {
	padding: 6px 16px;
		color: #656565;
	font-weight: normal;
}

.main .main-title .nav li a:before {
	content:"";
	display: block;
	width: 76%;
	height: 2px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	bottom: -1px;
	margin-left: -38%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.main .main-title .nav li.cur a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #f1003c;

}

.main .main-title .nav li a:hover:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #eee;
}

.main .container .subpage-h3 {
	padding: 10px 0;
	color: #585858;
	float: left;
}

.main .container .subpage-h3 span {
	display: block;
	color: #f1003c;
	font-size: 12px;
	text-transform: uppercase;
	padding: 4px 3px;
}

.main .container .main-content {
	padding: 0;
}


.main .container .main-content section {
	padding: 20px 0px;
}

.index-main .container .main-content img {
	width: 100%;
}

.main .container .main-content .content {
	font-size: 15px;
	line-height: 28px;
	margin: 30px 0;
}

.main-content .content p.dex{
	font-size: 20px;
	line-height: 38px;
}
.main .container .main-content section {
	background-color: #fff;
}

.main .container .main-content section:nth-of-type(2n) {
	background-color: #faf7f3;
}

.main .container .main-content section .concon {
	text-align: center;
	margin-bottom: 10px;
}

.main .container .main-content section .conctxt {
	display: inline-block;
	text-align: left;
	line-height: 24px;
}

.main .container .main-content section .conctxt2 {
	display: inline-block;
	margin-left: 220px;
}
.main .container .main-content section .conctxt3 {
	display: inline-block;
	margin-left: 0px;
}
.list_top_bg{ background-color: #F3F3F3;}
.list_top_bg span{ color:#3c89c5; padding-left:20px;}
.list_top_bg span a{color:#3c89c5;}

.e2 li{
	overflow:hidden;
	clear:both;
	padding:12px 0px;
	border-bottom:1px solid #EEE;
	color:#aaa;
}
.e2 li b a{
	color:#555;
}
.e2 li a.preview{
	width:84px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e2 li a.preview img{
	width:80px;
	/*height:60px;*/
	display:block;
	padding:1px;
	border:1px solid #EEE;
}
.e2 li a.preview:hover img{
	border:1px solid #AAA;
}
.e2 li a.title{
    color:#333333;
	overflow:hidden;
	line-height:37px;
	font-size:14px;
	 padding-left:15px;
	margin-left:2px;
}
.e2 li a:hover{
    color:#3c89c5;
}

.e2 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
}
.e2 span.info small{
	color:#AAA;
	font-size:12px;
	margin-left:3px;
}
.e2 span.info a{
	color:#87c907;
}
.e2 .intro{
	color:#999;
	line-height:24px;
	padding-top:5px;
}
.e2 .intro img {
	width: 150px;
	height: 100px;
	float: right;
	margin-left: 15px;
}

.newslist {
	overflow: hidden;
}

.newslist .news_li {
	float: left;
	margin: 20px 0;
}

.newslist .news_li img {
	float: left;
	width: 140px;
	height: 105px;
	display: block;
}

.newslist .news_txt {
	display: block;
	width: 360px;
	height: 105px;
	float: left;
	background-color: #f1f1f1;
	padding: 5px 10px 0px 15px;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.newslist .news_txt:hover {
	background-color: #e5d7df;
}

.newslist .news_txt span {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	display: block;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.newslist .news_txt p {
	line-height: 18px;
	padding-top: 8px;
	color: #767676;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	height: 44px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.newslist .news_txt h5 {
	font-size: 12px;
	color: #808080;
	float: right;
	font-weight: normal;
}

.dede_pages{ 
	width:100%;
	overflow: hidden;
	text-align: center;
}
.dede_pages ul{
	padding:12px 0px 12px 16px;
	overflow: hidden;
	margin: auto;
	font-size: 0;
}
.dede_pages ul li{
	display: inline-block;
	line-height:25px;
	margin-right:6px;
	padding:5px;
	border:1px solid #E9E9E9;
	margin-top: 4px;
	font-size: 14px;
}
.dede_pages ul li a{
	padding:5px;
	color:#555;
	
}
.dede_pages ul li a:hover{
	color:#d31183;
	text-decoration:none;
	padding:5px;
}

.dede_pages ul li select {
	border: 0;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#d31183;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.caselist {
	width: 1060px;
	margin: 0px auto;
	overflow: hidden;
	margin-bottom: 25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.caselist img {
	width: 320px;
	height: 200px;
	display: block;
}

.caselist .case_li {
	background-color: #fff;
	margin: 6px 15px 16px 15px;
	_margin: 0px 14px 0px 14px;
	width: 320px;
	float: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	
}

.caselist .case_li .imgwrap {
	width: 320px;
	height: 200px;
	overflow: hidden;
}

.caselist .case_li img {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: #000;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.caselist .case_li a .info {
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	padding: 4px 10px 0 10px;
}

.caselist .case_li a .info:after {
	content: '';
	display: block;
	background-color: #e8e8e8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}

.caselist .case_li a .info:before {
	content: '';
	display: block;
	background: linear-gradient( 45deg, rgb(135,24,89) 0%, rgb(218,14,86) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.caselist .case_li a:hover .info:after {
	background-color: transparent;
}

.caselist .case_li a:hover .info p {
	color: #fff;
}

.caselist .case_li a:hover .info span {
	color: #fff;
}

.caselist .case_li a:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.caselist .case_li p {
	color: #222;
	font-size: 15px;
	padding: 0 6px;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.caselist .case_li span {
	color: #4a4a4a;
	display: block;
	padding: 0 4px;
	padding-bottom: 6px;
	font-size: 12px;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.header-banner.imgadj {
	width: 100%;
	overflow: hidden;
	height: 380px;
	position: relative;
}

.header-banner.imgadj .imgwrap {
	height: 480px;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.header-banner.imgadj .imgwrap img {
	margin: auto;
	display: block;
        width: 100%;

}

.classnews {
	font-size: 14px;
}

.classnews span {
	font-size: 12px;
	float: right;
}

.classnews li {
	font-size: 12px;
	border-bottom: 1px dashed #bababa;
	padding: 6px 0;
	background: url(/images/dd.gif) no-repeat 5px 50%;
	padding-left: 20px;
	overflow: hidden;
	line-height: 18px;
}

.classnews li a {
	font-size: 14px;
	float: left;
	display: block;
}

.abce {
	width: 100%;
	float: left;
	color: #333;
	font-size: 12px;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	background-color: #f1f1f1;
	clear: both;
	overflow: hidden;
}
.abce span.ft {
	float: right;
	width: 120px;
}

.abcd {
	padding-top: 40px;
}

.backtotop {
	position: fixed;
	right: 0;
	bottom: 100px;
	padding: 0 4px;
	background-color: #333;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	display: none;
	z-index: 9;
}

.backtotop .iconfont {
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.backtotop-ani {
	-webkit-animation: btt-ani .6s ease-out;
	animation: btt-ani .6s ease-out;
}

@-webkit-keyframes btt-ani {
	0% {
		opacity: 1;
		bottom: 100px;
	}
	100% {
		opacity: 0;
		bottom: 200px;
	}
}

@keyframes btt-ani {
	0% {
		opacity: 1;
		bottom: 100px;
	}
	100% {
		opacity: 0;
		bottom: 200px;
	}
}


.pageContent{padding-top:60px;margin:0px;padding-bottom:0px;*+padding-top:40px;}
.paboutus{width:1200px;margin:0 auto;}
.pc{text-align:center;}
.pl{text-align:left;}
.pr{text-align:right;}
.fc{margin:0 auto;}
.red{color:#f10045;}
.mln{margin-left:0px!important;}

.pageContent .pageTitle1{font-size:50px;color:#666;}
.pageContent .pageTitle6{font-size:28px;color:#777;}
.pageContent .pTitle4{margin-bottom:10px;color:#666;text-transform:Uppercase;}
.pageContent .pTitle5{font-size:22px;color:#666;}
.pageContent .pslogan{color:#666;font-size:20px;margin-top:30px;margin-bottom:40px;}

.paboutus .pauTxt{line-height:24px;color:#666;font-size:14px;margin-bottom:40px;padding-top:10px;}
.paboutus .pslogan2{color:#454545;font-size:20px;line-height:30px;margin-bottom:65px;padding-top:10px;}
.workHouse{width:100%;margin:0 auto;}
.workHouse .house_main{width:991px;}

.pservers{width:1160px;margin:0 auto;margin-bottom:20px;min-width:1100px;}

.ps_list span{-moz-transition:color .3s linear;-webkit-transition:color .3s linear;-o-transition:color .3s linear; transition:color .3s linear;}
.ps_list span:hover{-moz-transition:color .3s linear;-webkit-transition:color .3s linear;-o-transition:color .3s linear; transition:color .3s linear;}


.ps_list {
	margin-bottom: 30px;
	border-bottom: 1px dashed #b0b0b0;
	font-size: 0;
	justify-content: space-between;
	width: 100%;
}

.ps_list li {
	width: 20%;
	height: 390px;
	font-size: 14px;
	display:inline-block;
	vertical-align: top;
}
.ps_list li .iconfont {
	display: block;
	font-size: 60px;
	line-height: 105px;
	height: 100px;
	width: 100px;
	margin: auto;
	background-color: #555;
	border-radius: 100px;
	color: #fff;
	cursor: default;
	transition: all 0.2s
}
.ps_list li .iconfont:hover {
	background-color: #f10045;
}
.pservers{width:1160px;margin:0 auto;margin-bottom:20px;min-width:1100px;}
.mproce{width:100%;height:463px;margin:0 auto;display:block;background:url(/images/ne-2/workslogon_bg.png) no-repeat center center;min-width:991px;}
.promanage{width:100%;height:495px;margin:0 auto;display:block;background:url(/images/ne-2/project_slobg.jpg) no-repeat center center;min-width:991px;}
.pmrule{width:100%;height:784px;margin:0 auto;display:block;background:url(/images/ne-2/pswww_bg.png) no-repeat center center;min-width:991px;}
.ps_list .ps_l1{font-size: 24px;display: inline-block;border-bottom: 1px dashed #f10045;padding: 4px 0;margin: 14px;}
.ps_list  span{color:#777;width:100%;font-size:17px;}
.ps_list  span:hover{color:#f10045;}
.ps_list .pstxt{line-height:33px;margin-bottom:10px;}
.ps_list .pstxt span{border:0px;display:inline-block;text-align:center;font-size: 17px;}
.ps_list li .morebtn{background-color:#C2C2C2;width:98px;height:10px;padding:7px 0 12px 0px;_padding-bottom:5px;display:block;border-radius:4px;margin:0 auto;color:#fff;}
.ps_list li .morebtn:hover{background-color:#585858;}
.ps_list li .ps_bline{padding-bottom:1px;border-bottom:1px #f10045 dashed;width:102px;height:1px;display:block;margin:0 auto;margin-bottom:13px;position:relative;_margin-top:-46px;}

.pservers .nextserver{clear:both;margin-bottom:40px;*+margin-bottom:15px;}
.nextserver .t4{font-size:20px;color:#333;padding-bottom:15px;}
.nextserver .nstxt{font-size:16px;color:#595959;line-height:24px;padding-bottom:20px;}
.nextserver .nswb{background:url(/images/ne-2/next_pservers.png) no-repeat;width:70px;height:66px;display:inline-block;}
.mproce .workslogon{margin:0 auto;width:770px;padding-left:100px;*padding-left:40px;padding-top:50px;}
.mproce .workslogon .wscon{width:575px;height:212px;background:url(/images/ne-2/workslogon.png) no-repeat;position: absolute;z-index:20;}
.mproce .workslogon .wstxtbg{width:575px;height:212px;background:url(/images/ne-2/workssologn_txt1.png) no-repeat;display:block;position: relative;z-index:10;}
.mproce .workslogon .wstitle1{width:575px;font-size:48px;color:#fff;padding-bottom:20px;padding-top:25px;}
.mproce .workslogon .wstxt{width:575px;color:#fff;font-size:15px;line-height:20px;}
.promanage .workpmcon{width:991px;margin:0 auto;padding-top:50px;}
.promanage .wspmtitle{font-size:30px;color:#fff;}
.promanage .wspmtab{width:248px;padding:16px 0 30px 0px;padding-bottom:30px;margin: 0 auto;}

.pmrule .prtitle,.pmrule .prtitle2{font-size:48px;color:#454545;padding-top:100px;padding-bottom:40px;}
.pmrule .prtitle2{padding-top:35px;}
.pmrule .prtxt{font-size:14px;line-height:24px;color:#454545;margin-top:25px;}

.sprotab{width:1100px;margin:0 auto;}
.sprotab dd{width:1100px;}
.sprotab dt{width:1100px;text-align:center;}
.sprotab dt a{border:1px solid #f10045;color:#ffffff;cursor:pointer;float:left;font-size:14px;line-height:27px;height:28px;text-align:center;text-decoration:none;width:120px;}
.sprotab dt .on, .slideBox dt .on{background-color: #f10045;}
.wspmtab a {
	transition: all 0.2s;
}


@media only screen and (max-width:767px) {
		html, body {
		overflow: auto;
	}
}