.v4-order-banner {
	position: relative;
}

.img-tdtg {
	width: 100%;
	height: 520px;
	color: #cbda73;
	background: url(../icon/tdtg.jpg) no-repeat center center;
}

.v4-order-animation {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -596px;
	z-index: 2018;
	width: 1192px;
	height: 520px;
	animation: myfirst 0.5s infinite linear;
	-moz-animation: myfirst 0.5s infinite linear;
	-webkit-animation: myfirst 0.5s infinite linear;
	-o-animation: myfirst 0.5s infinite linear;
	-ms-animation: myfirst 0.5s infinite linear;
	background: url(../icon/1.gif) no-repeat center center;
}

@keyframes myfirst {
	0% {
		background-image: url(../icon/01.png);
	}
	25% {
		background-image: url(../icon/02.png);
	}
	50% {
		background-image: url(../icon/03.png);
	}
	75% {
		background-image: url(../icon/04.png);
	}
	100% {
		background-image: url(../icon/05.png);
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		background-image: url(../icon/01.png);
	}
	25% {
		background-image: url(../icon/02.png);
	}
	50% {
		background-image: url(../icon/03.png);
	}
	75% {
		background-image: url(../icon/04.png);
	}
	100% {
		background-image: url(../icon/05.png);
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		background-image: url(../icon/01.png);
	}
	25% {
		background-image: url(../icon/02.png);
	}
	50% {
		background-image: url(../icon/03.png);
	}
	75% {
		background-image: url(../icon/04.png);
	}
	100% {
		background-image: url(../icon/05.png);
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		background-image: url(../icon/01.png);
	}
	25% {
		background-image: url(../icon/02.png);
	}
	50% {
		background-image: url(../icon/03.png);
	}
	75% {
		background-image: url(../icon/04.png);
	}
	100% {
		background-image: url(../icon/05.png);
	}
}

.bcf48 {
	background: #486286;
}

.v4-order-title {
	padding-top: 90px;
	padding-bottom: 123px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.v4-order-title h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #FFF;
	margin-bottom: 20px;
	border: 0;
}

.v4-order-title p {
	font-size: 16px;
	font-weight: lighter;
	color: #FFF;
}

.v4-order-wu {
	padding-bottom: 88px;
	overflow: inherit;
}

.v4-order-wu1 {
	position: relative;
}

.img-wu,
.v4-order-wu1 {
	width: 1108px;
	height: auto;
	margin: 0px auto;
	display: block;
}

.bubblep1 {
	position: absolute;
	z-index: 999999;
	animation: fade-in 1s;
	-webkit-animation: fade-in 1s;
	-moz-animation: fade-in 1s;
	-o-animation: fade-in 1s;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	/*初始状态 透明度为0*/
	40% {
		opacity: 0.5;
	}
	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}
	/*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
	/*针对webkit内核*/
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	/*初始状态 透明度为0*/
	40% {
		opacity: 0.5;
	}
	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}
	/*结束状态 透明度为1*/
}

@-o-keyframes fade-in {
	/*针对webkit内核*/
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.bubble1 {
	background: #496186;
	border: 1px solid #c9d0db;
	padding: 10px;
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
	width: 180px;
	color: #fff;
	font-size: 14px;
	display: block;
}

.bubble1:before {
	position: absolute;
	display: inline-block;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #c9d0db;
	content: '';
	bottom: -9px;
	right: 81px;
}

.bubble1:after {
	position: absolute;
	display: inline-block;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #496186;
	content: '';
	bottom: -8px;
	right: 79px;
}

.v4-order-yt {
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #c9d0db;
	color: #fff;
	background: #496186;
}

.v4-order-yt:hover {
	background: #14a35b;
	border: 1px solid #14a35b;
}

.v4-order-yt span {
	display: block;
	width: 100%;
	line-height: 16px;
}

.text-wu {
	position: absolute;
	top: 150px;
	color: #fff;
	left: 388px;
	font-weight: lighter;
}

.v4-order-y1 {
	position: absolute;
	top: -46px;
	left: 133px;
}

.v4-oy1 {
	top: -113px;
	left: -41px;
}

.v4-order-y2 {
	position: absolute;
	top: 43px;
	left: -25px;
}

.v4-oy2 {
	top: -93px;
	left: -41px;
}

.v4-order-y3 {
	position: absolute;
	top: 225px;
	left: -21px;
}

.v4-oy3 {
	top: -113px;
	left: -41px;
}

.v4-order-y4 {
	position: absolute;
	top: 221px;
	left: 289px;
}

.v4-oy4 {
	top: -93px;
	left: -41px;
}

.v4-order-y5 {
	position: absolute;
	top: 43px;
	left: 289px;
}

.v4-oy5 {
	top: -113px;
	left: -41px;
}

.v4-order-y6 {
	position: absolute;
	top: 43px;
	right: -25px;
}

.v4-oy6 {
	top: -93px;
	left: -41px;
}

.v4-order-y7 {
	position: absolute;
	top: 225px;
	right: -21px;
}

.v4-oy7 {
	top: -73px;
	left: -41px;
}

.v4-order-y8 {
	position: absolute;
	top: 221px;
	right: 289px;
}

.v4-oy8 {
	top: -93px;
	left: -41px;
}

.v4-order-y9 {
	position: absolute;
	top: 43px;
	right: 289px;
}

.v4-oy9 {
	top: -113px;
	left: -41px;
}

.v4-order-y10 {
	position: absolute;
	top: -46px;
	right: 133px;
}

.v4-oy10 {
	top: -113px;
	left: -41px;
}

.v4-order-y11 {
	position: absolute;
	top: 300px;
	left: 138px;
}

.v4-oy11 {
	top: -113px;
	left: -41px;
}

.v4-order-y12 {
	position: absolute;
	top: 300px;
	right: 138px;
}

.v4-oy12 {
	top: -93px;
	left: -41px;
}

.mr100 {
	margin-right: 100px;
}

.v4-order-obj {
	width: 640px;
	padding-bottom: 98px;
}

.v4-order-obj li {
	background: #F8F8F8;
	min-height: 80px;
}

.lh80 {
	line-height: 80px;
}

.bbsf {
	border-bottom: 1px solid #fff;
}

.v4-otitle {
	padding-left: 26px;
	font-size: 30px;
	font-weight: lighter;
	padding-top: 82px;
	padding-bottom: 38px;
}

.c2 {
	color: #222222 !important;
}
.v4-ohide {
	height: 80px;
	line-height: 80px;
	
}
.v4-order-obj .active{
	height: 156px;
	padding: 48px 0 48px 0;
	line-height:35px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 3px;
	transition: height 0.5s;
	-moz-transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-o-transition: height 0.5s;
	
}
.v4-ohide .op1{
	height: 80px;
	line-height: 80px;
	padding-left: 44px;
	font-size: 24px;
	font-weight: lighter;
	color: #222;
	border-bottom: 1px solid #fff;
}
.v4-order-obj .active .op1{
	border-bottom: 0;
	height: 35px;
	line-height: 35px;
	animation: fade-in 1.5s;
	-webkit-animation: fade-in 1.5s;
	-moz-animation: fade-in 1.5s;
	-o-animation: fade-in 1.5s;
}
.v4-ohide .op2{
	display: none;
	padding-left: 44px;
	line-height: 35px;
	font-size: 16px;
	font-weight: lighter;
	color: #222;
}
.v4-order-obj .active .op2{
	display: block;
		animation: fade-in 1.5s;
	-webkit-animation: fade-in 1.5s;
	-moz-animation: fade-in 1.5s;
	-o-animation: fade-in 1.5s;
}


@keyframes fade-in {
	0% {
		opacity: 0;
	}
	/*初始状态 透明度为0*/
	40% {
		opacity: 0.5;
	}
	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}
	/*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
	/*针对webkit内核*/
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	/*初始状态 透明度为0*/
	40% {
		opacity: 0.5;
	}
	/*过渡状态 透明度为0*/
	100% {
		opacity: 1;
	}
	/*结束状态 透明度为1*/
}

@-o-keyframes fade-in {
	/*针对webkit内核*/
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}


.boxs {
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
}

.v4-order-btitle {
	font-size: 24px;
	text-align: center;
	font-weight: lighter;
	color: #222;
	margin-top: 93px;
	margin-bottom: 43px;
}

.zhank3 {
	height: 56px;
	width: 240px;
	border: 1px solid #8cc79d;
	border-radius: 0;
	line-height: 56px;
	text-align: center;
	margin: 42px auto 88px;
}

.zhank3 a {
	color: #14a35b;
	font-size: 16px;
	display: block;
	font-weight: lighter;
}

.mt138 {
	margin-top: 138px;
}

.plr28 {
	padding-left: 28px;
	padding-right: 28px;
}

@media only screen and (max-width: 1380px) {
	.v4-order-obj {
		width: 541px;
	}
	.mr100 {
		margin-right: 64px;
	}
	.img-wu,
	.v4-order-wu1 {
		width: 1008px;
	}
	.text-wu {
		top: 135px;
		left: 338px;
	}
	.v4-order-y1 {
		left: 114px;
	}
	.v4-order-y3 {
		top: 203px;
	}
	.v4-order-y4 {
		top: 199px;
		left: 264px;
	}
	.v4-order-y11 {
		top: 273px;
		left: 118px;
	}
	.v4-order-y12 {
		top: 273px;
		right: 118px;
	}
	.v4-order-y5 {
		top: 23px;
		left: 246px;
	}
	.v4-order-y6 {
		top: 43px;
		right: -25px;
	}
	.v4-order-y7 {
		top: 203px;
	}
	.v4-order-y8 {
		top: 196px;
		right: 258px;
	}
	.v4-order-y9 {
		top: 23px;
		right: 246px;
	}
	.v4-order-y10 {
		top: -46px;
		right: 114px;
	}
}

@media only screen and (min-width: 1921px) {
	.v4-order-banner {
		background-color: #cbda73;
	}
	.order-gltx {
		background-color: #117967;
	}
}