// 初始化
* {
	outline: none;
}

body,
div,
ul,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
img,
a,
span,
p,
table,
td,
i,
input,
button,
textarea,
form {
	padding: 0;
	margin: 0;
	border: none;
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style: none;
}

i {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

@keyframes animate-y {
	from {
		transform: translate(0, 100px);
		opacity: 0;
	}
	to {
		transform: translate(0, 0);
		opacity: 1;
	}
}

body {
	overflow: hidden;
	width: 100%;
}

.main {}

.flip-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.flip-container-show {
	display: block;
}

.flip-container .flip {
	position: relative;
	width: 100%;
	height: 100%;
}

.flip-container .flip-left,
.flip-container .flip-right {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 2;
}

.flip-container .flip-right {
	left: auto;
	right: 0;
}

.flip-container .flip-left-box,
.flip-container .flip-right-box {
	height: 100%;
	position: absolute;
}

{
	width: 100%;
	height: 100%;
	position: absolute;
}

.flip-container .flip-right-box {
	left: auto;
	right: 0;
}

.flip-container .flip .flip-item .flip-right {
	right: 0;
}

.flip-container .flip-middle {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
}

.flip-container .flip-front {
	width: 50%;
	height: 100%;
	/*-webkit-perspective:3000px;
    -moz-perspective:3000px;
    -ms-perspective:3000px;
    -o-perspective:3000px;
    perspective:3000px;*/
}

.flip-container .flip-back {
	width: 50%;
	height: 100%;
	/*-webkit-perspective:3000px;
    -moz-perspective:3000px;
    -ms-perspective:3000px;
    -o-perspective:3000px;
    perspective:3000px;*/
}

.flip-container .flip-middle-next .flip-front {
	float: right;
	position: relative;
	overflow: hidden;
}

.flip-container .flip-middle {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 3000px;
	-moz-perspective: 3000px;
	-ms-perspective: 3000px;
	-o-perspective: 3000px;
	perspective: 3000px;
}

.flip-container .flip-middle .flip-item {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-container .flip-middle-next .flip-front {
	float: right;
	position: relative;
	overflow: hidden;
}

.flip-container .flip-middle-next .flip-front .flip-item {
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateY(0deg);
}

.flip-container .flip-middle-next-play .flip-front .flip-item {
	transform: rotateY(-180deg);
}

.flip-container .flip-middle-next .flip-back {
	float: left;
	position: relative;
	overflow: hidden;
}

.flip-container .flip-middle-next .flip-back .flip-item {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateY(180deg);
}

.flip-container .flip-middle-next-play .flip-back .flip-item {
	transform: rotateY(0deg);
}

.flip-container .flip-middle-prev .flip-front {
	float: left;
	position: relative;
	overflow: hidden;
}

.flip-container .flip-middle-prev .flip-front .flip-item {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateY(0deg);
}

.flip-container .flip-middle-prev-play .flip-front .flip-item {
	transform: rotateY(180deg);
}

.flip-container .flip-middle-prev .flip-back {
	float: right;
	position: relative;
	overflow: hidden;
}

.flip-container .flip-middle-prev .flip-back .flip-item {
	position: absolute;
	right: 0;
	top: 0;
	transform: rotateY(-180deg);
}

.flip-container .flip-middle-prev-play .flip-back .flip-item {
	transform: rotateY(0deg);
}

.flip-item-1 {
	background: url('/static/testCms/img/bg1.png') no-repeat center;
}

.flip-item-2 {
	background: url('/static/testCms/img/bg1.png') no-repeat center;
}

.flip-item-3 {
	background: url('/static/testCms/img/bg2.jpg') no-repeat center;
}

.flip-item-4 {
	background: url('/static/testCms/img/bg1.png') no-repeat center;
}

.flip-item-5 {
	background: url('/static/testCms/img/bg3.jpg') no-repeat center;
}

.flip-item-6 {
	background: url('/static/testCms/img/bg1.png') no-repeat center;
}

.flip-item {
	min-width: 1210px;
	height: 100%;
	position: relative;
	display: none;
	background-size: cover;
	background-color: #333;
	text-align: center;
}

.flip-item:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.flip-item-current {
	display: block;
}

.flip-item .logo {
	width: 147px;
	height: 70px;
	position: absolute;
	left: 30px;
	top: 40px;
	background-image: url('/static/testCms/img/logo.png');
}

.flip-item .account {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 20;
}

.flip-item .account span,
.flip-item .account a {
	display: block;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	color: white;
	border: 1px solid white;
}

.flip-item .account a {
	margin-right: 10px;
	opacity: 0.5;
	cursor: not-allowed;
}

.sel-btn-box {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 20px;
}

.sel-btn-box .sel-btn {
	width: 30px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
}

.sel-btn-box .sel-btn span {
	display: block;
	background-color: #9fbefb;
	width: 6px;
	height: 6px;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 50px;
	margin: 10px 0 0 10px;
}

.sel-btn-box .sel-btn-current span {
	background: none;
	border-color: #9fbefb;
}

.flip-page {
	width: 15%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.4;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flip-page:hover {
	opacity: 1;
}

.flip-page .btn {
	width: 38px;
	height: 38px;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	top: 50%;
	margin-top: -20px;
	position: absolute;
	cursor: pointer;
	-moz-transition: allo 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flip-page .btn:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid white;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flip-page .btn:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border: 2px solid white;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flip-page .btn:hover {
	border-color: rgba(255, 255, 255, 1);
}

.flip-page.prev-page .btn {
	left: 30px;
}

.flip-page.prev-page .btn:before {
	transform: rotateZ(-135deg);
	opacity1;
	margin-left: -2px;
}

.flip-page.prev-page .btn:after {
	transform: rotateZ(-135deg);
	margin-left: 10px;
	opacity: 0;
}

.flip-page.prev-page .btn:hover:before {
	margin-left: -14px;
	opacity: 0;
}

.flip-page.prev-page .btn:hover:after {
	margin-left: -2px;
	opacity: 1;
}

.flip-page.next-page .btn {
	right: 30px;
}

.flip-page.next-page .btn:before {
	transform: rotateZ(45deg);
	opacity1;
	margin-left: -6px;
}

.flip-page.next-page .btn:after {
	transform: rotateZ(45deg);
	margin-left: -18px;
	opacity: 0;
}

.flip-page.next-page .btn:hover:before {
	margin-left: 6px;
	opacity: 0;
}

.flip-page.next-page .btn:hover:after {
	margin-left: -6px;
	opacity: 1;
}

.prev-page {
	left: 0;
}

.next-page {
	right: 0;
}

.flip-item .content {
	vertical-align: middle;
	display: inline-block;
}

.flip-item .content-1 {
	margin-bottom: 150px;
	min-width: 1000px;
}

.flip-item .content-1 .subtitle {
	transition: all 0.5s ease 0s;
	transform: translate(0, 100px);
	opacity: 0;
}

.flip-item-animate .content-1 .subtitle {
	transform: translate(0, 0);
	opacity: 1;
}

.flip-item .content-1 .subtitle span {
	font-size: 30px;
	font-weight: 100;
	color: white;
	display: inline-block;
	height: 32px;
	vertical-align: super;
	letter-spacing: 2px;
}

.flip-item .content-1 .subtitle i {
	display: inline-block;
	width: 178px;
	height: 32px;
	background-image: url('/static/testCms/img/ykyq.png');
	margin: 0 2px;
}

.flip-item .content-1 .title {
	font-size: 60px;
	color: white;
	font-weight: 100;
	text-shadow: 2px -2px 3px rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	transition: all 0.5s ease 0.5s;
	transform: translate(0, 100px);
	opacity: 0;
}

.flip-item-animate .content-1 .title {
	transform: translate(0, 0);
	opacity: 1;
}

.flip-item .content-1 .entitle {
	font-size: 18px;
	color: white;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 40px;
	transition: all 0.5s ease 1s;
	transform: translate(0, 100px);
	opacity: 0;
}

.flip-item-animate .content-1 .entitle {
	transform: translate(0, 0);
	opacity: 1;
}

.flip-item .content-1 .entitle .line {
	height: 1px;
	background-color: white;
	width: 25px;
	top: 10px;
	position: absolute;
}

.flip-item .content-1 .entitle .line:first-child {
	left: 0;
}

.flip-item .content-1 .entitle .line:last-child {
	right: 0;
}

.flip-item .content-2 {
	width: 80%;
	margin-bottom: 150px;
	min-width: 1000px;
}

.flip-item .content-2 .list-item {
	width: 22%;
	float: left;
	margin-right: 4%;
}

.flip-item .content-2 .list-item:last-child {
	margin: 0;
}

.flip-item .content-2 .list-item .ico {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.flip-item .content-2 .list-item .ico-1 {
	background: url('/static/testCms/img/ico-2-1.png') no-repeat center;
}

.flip-item .content-2 .list-item .ico-2 {
	background: url('/static/testCms/img/ico-2-2.png') no-repeat center;
}

.flip-item .content-2 .list-item .ico-3 {
	background: url('/static/testCms/img/ico-2-3.png') no-repeat center;
}

.flip-item .content-2 .list-item .ico-4 {
	background: url('/static/testCms/img/ico-2-4.png') no-repeat center;
}

.flip-item .content-2 .list-item .title {
	font-size: 28px;
	color: white;
	font-weight: 200;
	display: block;
	margin: 60px 0 30px;
}

.flip-item .content-2 .list-item .subtitle {
	font-size: 18px;
	color: white;
	display: block;
	margin-bottom: 30px;
	height: 50px;
}

.flip-item .content-2 .list-item .btn {
	width: 140px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid white;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.flip-item .content-2 .list-item .btn span {
	font-size: 14px;
	color: white;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 40px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.flip-item .content-2 .list-item .btn span:first-child {
	opacity: 1;
}

.flip-item .content-2 .list-item .btn span:last-child {
	opacity: 0;
	top: 20px;
}

.flip-item .content-2 .list-item .btn:hover span:first-child {
	opacity: 0;
	top: -20px;
}

.flip-item .content-2 .list-item .btn:hover span:last-child {
	opacity: 1;
	top: 0;
}

.flip-item .content-3 {
	width: 60%;
	margin-bottom: 150px;
	min-width: 1000px;
}

.flip-item .content-3 .title {
	font-size: 36px;
	color: white;
}

.flip-item .content-3 .subtitle {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 100px;
}

.flip-item .content-3 .list-left {
	float: left;
	width: 47%;
	margin-right: 8%;
	text-align: left;
}

.flip-item .content-3 .list-right {
	float: left;
	width: 45%;
	text-align: left;
}

.flip-item .content-3 .list-title {
	font-size: 24px;
	color: white;
	font-weight: 100;
	margin-bottom: 30px;
}

.flip-item .content-3 .item {
	height: 28px;
	position: relative;
	padding-left: 48px;
}

.flip-item .content-3 .item i {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
}

.flip-item .content-3 .item i.ico-o {
	background: url('/static/testCms/img/ico-li-1.png') no-repeat center;
}

.flip-item .content-3 .item i.ico-t {
	background: url('/static/testCms/img/ico-li-2.png') no-repeat center;
}

.flip-item .content-3 .item i.ico-th {
	background: url('/static/testCms/img/ico-li-3.png') no-repeat center;
}

.flip-item .content-3 .item span {
	line-height: 28px;
	font-size: 18px;
	color: white;
}

.flip-item .content-3 .item .line {
	display: block;
	width: 1px;
	height: 100%;
	background-color: white;
	position: absolute;
	top: 0;
	left: 14px;
}

.flip-item .content-3 .item:nth-child(odd) {
	height: 20px;
}

.flip-item .content-3 .ico-logo {
	width: 62px;
	height: 62px;
	display: inline-block;
	margin-right: 20px;
}

.flip-item .content-3 .ico-logo-1 {
	background: url('/static/testCms/img/ico-qq.png')
}

.flip-item .content-3 .ico-logo-2 {
	background: url('/static/testCms/img/ico-wx.png')
}

.flip-item .content-3 .ico-logo-3 {
	background: url('/static/testCms/img/ico-alipay.png')
}

.flip-item .content-3 .list-right p {
	font-size: 18px;
	color: white;
	margin-top: 35px;
}

.flip-item .content-4 {
	width: 80%;
	margin-bottom: 150px;
	min-width: 1000px;
}

.flip-item .content-4 .title {
	font-size: 36px;
	color: white;
}

.flip-item .content-4 .subtitle {
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 100px;
}

.flip-item .content-4 .item {
	width: 27.3333%;
	float: left;
	padding: 0 3%;
	position: relative;
}

.flip-item .content-4 .ico {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
}

.flip-item .content-4 .ico-4-1 {
	background: url('/static/testCms/img/ico-4-1.png')
}

.flip-item .content-4 .ico-4-2 {
	background: url('/static/testCms/img/ico-4-2.png')
}

.flip-item .content-4 .ico-4-3 {
	background: url('/static/testCms/img/ico-4-3.png')
}

.flip-item .content-4 .item .title {
	font-size: 28px;
	color: white;
	margin: 45px auto 30px;
	display: block;
}

.flip-item .content-4 .item p {
	font-size: 18px;
	color: white;
	line-height: 30px;
}

.flip-item .content-4 .item .line {
	width: 1px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -60px;
}

.flip-item .content-5 {
	min-width: 1000px;
}

.flip-item .content-5 .item {
	width: 19%;
	float: left;
	padding: 0 3%;
	position: relative;
}

.flip-item .content-5 .item .title {
	font-size: 20px;
}

.flip-item .content-5 .ico {
	display: block;
	width: 104px;
	height: 104px;
}

.flip-item .content-5 .ico-5-1 {
	background: url('/static/testCms/img/ico-5-1.png')
}

.flip-item .content-5 .ico-5-2 {
	background: url('/static/testCms/img/ico-5-2.png')
}

.flip-item .content-5 .ico-5-3 {
	background: url('/static/testCms/img/ico-5-3.png')
}

.flip-item .content-5 .ico-5-4 {
	background: url('/static/testCms/img/ico-5-4.png')
}

.flip-item .content-6 {
	width: 510px;
	height: 730px;
	background-color: #f9f9f9;
}

.flip-item .content-6 .wx {
	height: 40%;
	background: url('/static/testCms/img/wx.png') no-repeat center;
	background-size: auto 100%;
	margin-top: 80px;
}

.flip-item .content-6 .title {
	height: 26px;
	width: 300px;
	margin: 40px auto 0;
	position: relative;
}

.flip-item .content-6 .title span {
	font-size: 16px;
	color: #5f5f5f;
	display: inline-block;
	height: 100%;
	line-height: 26px;
	padding: 0 15px;
	background-color: #f9f9f9;
	position: relative;
	z-index: 10;
}

.flip-item .content-6 .title .line {
	height: 1px;
	width: 100%;
	background-color: #b7b7b7;
	left: 0;
	top: 13px;
	position: absolute;
}

.flip-item .content-6 p {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	color: #5f5f5f;
	line-height: 36px;
	margin-top: 70px;
}

.tip-time {
	height: 40px;
	padding: 0 20px;
	background-color: #e3f0fa;
	position: absolute;
	right: 140px;
	top: 36px;
	border-radius: 50px;
	line-height: 40px;
}


/*.tip-time.tip-show{opacity:1;}*/

.tip-time span {
	font-size: 14px;
	color: #7c7c7c;
}

.tip-time span:last-child {
	color: #fd747b;
}

.towcode-tips {
	width: 340px;
	height: 170px;
	background-color: white;
	position: absolute;
	right: 30px;
	top: 90px;
	z-index: 100;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
	opacity: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.towcode-tips-show {
	opacity: 1;
}

.towcode-tips .relative {
	width: 180px;
	height: 100%;
	position: relative;
	padding-right: 160px;
	text-align: center;
}

.towcode-tips .relative:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.towcode-tips i {
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: transparent transparent white;
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 25px;
	top: -10px;
}

.towcode-tips .towcode {
	width: 135px;
	height: 135px;
	background: url('/static/testCms/img/wx1.jpg') no-repeat center;
	background-size: cover;
	position: absolute;
	right: 12px;
	top: 17px;
}

.towcode-tips span {
	display: block;
	font-size: 16px;
	color: #555;
	text-align: left;
}

.towcode-tips p {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	line-height: 20px;
	text-align: left;
}

.towcode-tips .content {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
}

/*重新定义样式*/
.flip-item .logo{
	width: 200px;
	background-size: 180px auto;
	background-repeat: no-repeat;
}
.flip-item .content-6{
	width: 580px;
}

.flip-item .content-1 .title,.flip-item .content-1 .entitle{
	opacity: 1;
}

/*新闻列表*/
.newBox{
	width: 80%;
	height: 460px;
	/*background: rgba(255,255,255,0.8);*/
	background: #ffffff;
	border-radius: 20px;
	margin: 0 auto;
	overflow: hidden;
}
.newList{
	/*width: 100%;*/
	padding: 0 30px;
	background: #ffffff;
	margin-top: 30px;
}
.newList dl{
	padding: 0px 0 16px 0;
	border-bottom: 1px solid #eeeeee;
	color: #000000;
	/*background: #ffffff;*/
	/*border-radius: 20px;*/
}
.newList dl dt{
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 4px;
	cursor: pointer;
}
.newList dl dt i{
	padding: 4px 6px;
	font-size: 12px;
	margin-left: 10px;
	border-radius: 4px;
}
.newList dl dd{
	font-size: 12px;
	text-align: left;
	color: #999999;
}
.goldbg{
	background: gold;
}
.redbg{
	background: red;
}
