.set_advConBox {
	width: 100%;
	min-width: 1200px;
	height: 800px;
	background: url(../images/tc_banner01.jpg) center no-repeat;
}
.set_advCon {
	padding-top:628px;
}
.set_advCon span {
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.set_advCon .mouseIcon {
	width: 48px;
	height: 48px;
	background: url(../images/banner-down.png) center no-repeat;
	margin: 10px auto;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
	from {
	opacity: 0;
}
33% {
	opacity: 1;
}
to {
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
}
}
@-webkit-keyframes mouse-dot {
	from {
	opacity: 0;
}
33% {
	opacity: 1;
}
to {
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
}
}
.appointmentConBox {
	width: 100%;
	min-width: 1200px;
	height:180px;
	background: url(../images/tc_bg01.jpg);
}
.appointmentConBox .appointmentCon {
	border-radius:12px;
	background: #fff;
	position: relative;
	top: -55px;
	box-sizing: border-box;
	padding:46px;
	height: 160px;
}
.appointment_l {
	width: 328px;
}
.appointment_h2 {
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 22px;
	font-weight: bold;
	height:34px;
	line-height:34px;
	color: #333;
	background: url(../images/tc_br_bg01.jpg) left center no-repeat
}
.appointment_p {
	padding-left: 16px;
	font-size: 18px;
	height:34px;
	line-height:34px;
	color: #333;
}
.appointment_p>span {
	color: #ff5f00;
}
.appointment_r {
	width:780px;
}
.appointment_form {
	padding: 6px 0;
}
.appointment_form .appointment_input {
	display: block;
	font-size: 14px;
	overflow: hidden;
	width: 140px;
	height: 56px;
	line-height: 56px;
	border:1px solid #ccc;
	border-radius: 3px;
	background: #f9f9f9;
	padding: 0 15px;
	border-radius: 3px;
	margin-right: 8px;
	float: left;
	box-sizing: border-box;
}
.appointment_form .input_w160 {
	width: 160px;
}
.appointment_form .input_w120 {
	width: 120px;
}
.appointment_sub {
	width: 188px;
	height: 56px;
	line-height: 56px;
	background: #ff6a00;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	float: left;
}


.packageConBox {
	width: 100%;
	min-width: 1200px;
	padding: 70px 0;
}
.packageConBox .packageTitle h2 {
	padding: 20px;
	line-height:46px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.packageConBox .packageTitle p {
	padding: 10px 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.packageTitleTab{
	width:770px;
	height: 468px;
	margin: 0 auto;
	position: relative;
	background: url(../images/tc_img01.jpg) center no-repeat;
	}
.packageTitleTab ul{
	position: relative;
}
.packageTitleTab ul li{
	width: 48px;
	height: 48px;
	position: relative;
	cursor: pointer;
}
.packageTitleTab ul li.LI1{
	position: absolute;
	left: 250px;
	top: 240px;
	}
.packageTitleTab ul li.LI2{
	position: absolute;
	left: 58px;
	top: 200px;
	}
.packageTitleTab ul li.LI3{
	position: absolute;
	left:82px;
	top:110px;
	}
.packageTitleTab ul li.LI4{
	position: absolute;
	left:446px;
	top: 320px;
	}
.packageTitleTab ul li.LI5{
	position: absolute;
	left: 562px;
	top: 90px;
	}
.packageTitleTab ul li img{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 10;
}
.packageTitleTab ul li .img1{
	animation:sizeChange .8s infinite
}

.packageTitleTab ul li .img2{
	display: none;
	animation:sizeChange .8s infinite
	}
	.packageTitleTab ul li span{
		position: absolute;
		left: 24px;
		top:5px;
		display: block;
		width: 0;
		overflow: hidden;
		}
.packageTitleTab ul li span i{
	display: block;
	font-style: normal;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
	background:#fff;
	font-size:16px;
	color: #ff6a00;
	font-weight: bold;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 8;
	border-radius:0 18px 18px 0;
	padding: 0 20px 0 30px;
	width: 100px;
	box-sizing: border-box;
}
	@keyframes sizeChange {
		0%,100% {
		transform:scale(1)
	}
	50% {
		transform:scale(1.1)
	}
}

	
.packageTitleTab ul li.cur .img1,
.packageTitleTab ul li:hover .img1{
	transform: scale(0);
	display: none;
}
.packageTitleTab ul li.cur .img2,
.packageTitleTab ul li:hover .img2{
	display:block;
}
.packageTitleTab ul li.cur span{
	width: auto;
}



	
.packageTab{
	width: 100%;
	min-width: 1200px;
	border-bottom: 4px solid #000;
	padding-top: 30px;
}
.packageTab ul{
	font-size: 0;
}	
.packageTab ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 20px 6px;
	margin:0 26px;
	line-height: 28px;
	font-size: 22px;
	color: #333;
	cursor: pointer;
}

.packageTab ul li:after,.packageTab ul li.cur:after{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    content: '';
    transition: all 0.3s;
    position: absolute;
    bottom:-4px;
    right: 0;
    height: 4px;
    width: 0;
    background-color: #ff6a00;
}

.packageTab ul li.cur,.packageTab ul li:hover{
    color: #ff6a00;
}

.packageTab ul li:hover:after, .packageTab ul li.cur:after{
    right: auto;
    left: 0;
    width: 100%;
}


.packageTab ul li:nth-child(1){
	margin-left: 0;
}
.packageTab ul li:last-child{
	margin-right: 0;
}

.packageTabList{
	width: 100%;
	min-width: 1200px;
	height:560px;
	background: url(../images/tc_bg02.jpg) center no-repeat;
}
.packageTabList .packageTabCon{
	padding: 40px 0;
}

.packageTabList .packageTabCon .packageTabTxt{
	width: 360px;
	height: 480px;
	background: rgba(0,0,0,0.8);
	border-radius: 8px;
	padding: 20px 20px 20px 32px;
	box-sizing: border-box;
}
.packageTabTxt{
	display: none;
}
.packageTabTxt.cur{
	display: block;
}
.packageTabTxt h2{
	line-height: 56px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.packageTabTxt_p{
	height:342px;
	overflow: hidden;
	overflow-y:auto;
}
.packageTabTxt_p p{
	line-height: 38px;
	font-size: 14px;
	color: #fff;
}


.packageTabTxt_p::-webkit-scrollbar {width: 6px;height: 0px;background: none;border-radius: 3px;}
/*滚动条里面的小方块，能向上向下移动（或往左往右移动，取决于是垂直滚动条还是水平滚动条）*/
.packageTabTxt_p::-webkit-scrollbar-thumb {width: 6px;height: 0px;background: rgba(225, 225, 225,1);border-radius: 3px;}
/*滚动条的轨道（里面装有Thumb）*/
.packageTabTxt_p::-webkit-scrollbar-track {width: 6px;height: 0px;background: rgba(225, 225, 225, 0.5);border-radius: 3px;}
/*滚动条的轨道的两端按钮，允许通过点击微调小方块的位置。*/
.packageTabTxt_p::-webkit-scrollbar-button {display: none;}
/*内层轨道，滚动条中间部分（除去）*/
.packageTabTxt_p::-webkit-scrollbar-track-piece {}
/*边角，即两个滚动条的交汇处*/
.packageTabTxt_p::-webkit-scrollbar-corner {}
/*两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
.packageTabTxt_p::-webkit-resizer {}


/* brandStoryConBox */
.brandStoryConBox {
	width: 100%;
	min-width: 1200px;
	padding: 70px 0 0;
}
.brandStoryConBox .brandStoryCon .title h2 {
	padding: 20px;
	line-height:46px;
	font-size: 52px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.brandStoryConBox .brandStoryCon .title p {
	padding: 10px 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.brandStoryCon .tab {
	padding:60px 0 26px;
	border-bottom:2px solid #ff6a00;
}
.brandStoryCon .tab ul {
	font-size: 0;
}
.brandStoryCon .tab ul li {
	display: inline-block;
	vertical-align: top;
	width:110px;
	margin: 0 65px;
	position: relative;
	cursor: pointer;
}
.brandStoryCon .tab ul li span {
	display: block;
	margin: 0 auto;
	width: 106px;
	height: 106px;
	border-radius: 25px;
	border:2px solid #ff6a00;
	line-height: 106px;
	text-align: center;
	font-size:18px;
	color: #ff6a00;
	font-weight: bold;
	background-image: linear-gradient(#fdd475, #fc8540);
	cursor: pointer;
	overflow: hidden;
	z-index:10;
}

.brandStoryCon .tab ul li span i{
	display: block;
	font-style: normal;
	margin: 0 auto;
	width: 106px;
	height: 106px;
	border-radius: 25px;
	line-height: 106px;
	text-align: center;
	font-size:18px;
	color: #ff6a00;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	z-index:12;
}
.brandStoryCon .tab ul li img {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -36px;
}

.brandStoryCon .tab ul li span:after,
.brandStoryCon .tab ul li.cur span:after{
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius:25px;
	color: #ff6a00;
	background: #fff2e8;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 10;
}

.brandStoryCon .tab ul li:hover span:after{
	transform: scale(0);
}
.brandStoryCon .tab ul li:hover span i{
	color: #fff;
}

.brandStoryCon .tab ul li.cur span,
.brandStoryCon .tab ul li.cur span::after{
	background-image: linear-gradient(#fdd475, #fc8540);
}
.brandStoryCon .tab ul li.cur span i{
	color: #fff;
}

.brandStoryCon .tab ul li.cur img {
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	/* IE 9*/
	-moz-transform:rotate(90deg);
	/* Firefox*/
	-webkit-transform:rotate(90deg);
	/* Safari 和 Chrome*/
	-o-transform:rotate(90deg);
}
.brandStoryCon .tabList {
	padding: 20px 0;
	min-height: 290px;
}
.brandStoryCon .tabList ul li {
	padding: 10px 0;
	font-size: 0;
	display: none;
}
.brandStoryCon .tabList ul li.cur {
	display: block;
}
.brandStoryCon .tabList ul li>div {
	padding:30px 40px;
	display: inline-block;
	vertical-align: top;
	width: 590px;
	border-radius:12px;
	box-shadow: 0px 0px 6px 0px rgba(102, 102, 102, 0.19);
	margin-right: 20px;
	min-height: 188px;
	box-sizing: border-box;
	margin-top: 20px;
}
.brandStoryCon .tabList ul li>div:nth-child(even) {
	margin-right: 0;
}
.brandStoryCon .tabList ul li>div h2 {
	line-height: 42px;
	font-size:28px;
	color: #ff6a00;
	font-weight: bold;
}
.brandStoryCon .tabList ul li>div span {
	display: block;
	padding:6px 0;
	line-height:30px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.brandStoryCon .tabList ul li>div p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

/* brandConBox */
.brandConBox {
	width: 100%;
	min-width: 1200px;
	padding: 70px 0;
	background: url(../images/tc_bg01.jpg);
}
.brandConBox .brandCon h2 {
	padding: 20px;
	line-height:46px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.brandConBox .brandCon p {
	padding: 10px 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}
.brandConBox .brandCon ul {
	overflow: hidden;
	padding:26px 0 12px;
}
.brandConBox .brandCon ul li {
	float: left;
	width: 160px;
	height: 74px;
	margin-right: 8px;
	border: 1px solid #eee;
	border-radius: 8px;
	overflow: hidden;
	margin:0 11px 11px 0;
	/* box-shadow: 0px 1px 5px rgba(0,0,0,0.1); */
    /* -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1); */
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.brandConBox .brandCon ul li img {
	width: 160px;
	height: 74px;
}
.brandConBox .brandCon ul li:nth-child(7n) {
	margin-right: 0;
}
.brandConBox .brandCon ul li:hover{
	
		box-shadow: 10px 15px 15px rgba(0,0,0,0.1);
		-webkit-box-shadow: 10px 15px 15px rgba(0,0,0,0.1);
		transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
}