.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.no_select {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none
}

.box_css3 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex
}

.box-icon-buttom .icons {
	font-size: 0
}

.box-icon-buttom .icons .w110 {
	width: 1270px;
	margin-left: -35px
}

.box-icon-buttom .icons .icon {
	width: 16.6666%;
	display: inline-block
}

.box-icon-buttom .icons .icon:hover i.iconfont {
	background-color: #ffd237
}

.box-icon-buttom .icons .icon:hover i.iconfont:after {
	margin-top: -2px;
	opacity: 1
}

.box-icon-buttom .icons .icon i.iconfont {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-align: center;
	line-height: 140px;
	font-size: 80px;
	background-color: #999
}

.box-icon-buttom .icons .icon i.iconfont,.box-icon-buttom .icons .icon i.iconfont:after {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s
}

.box-icon-buttom .icons .icon i.iconfont:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-top: 12px solid #ffd237;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	opacity: 0;
	margin-top: -10px;
	z-index: -1
}

.box-icon-buttom .icons .icon .font span {
	font-size: 26px
}

.icons-hover .icons {
	font-size: 0;
	overflow: hidden
}

.icons-hover .icons .icon {
	height: 250px;
	float: left;
	vertical-align: top;
	display: inline-block;
	width: 25%
}

.icons-hover .icons .icon:hover .iconfont {
	background-color: #ffba38;
	color: #fff
}

.icons-hover .icons .icon:hover .font i,.icons-hover .icons .icon:hover .font span {
	color: #ffba38!important
}

.icons-hover .icons .iconfont {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	font-size: 50px;
	display: inline-block
}

.icons-hover .icons .font span {
	font-size: 26px
}

.icons-hover .icons .font i {
	color: #abb0b7
}

.box-fixed {
	height: 60px;
	width: 100%;
	position: relative
}

.box-fixed.active .fixed,.box-fixed .fixed .right a.box-fixed:hover .fixed,body.pageKongjian .boxs.boxs-slide .icons-slide .box-fixed.list:hover .fixed,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .box-fixed.btns-list:hover .fixed,body.pageTaoxis.taoxi1299p .boxs.box4 .box-fixed.list:hover .fixed {
	position: fixed
}

.box-fixed .fixed {
	background-color: #fff;
	position: absolute;
	height: 60px;
	left: 0;
	top: 0;
	z-index: 20;
	line-height: 60px
}

.box-fixed .fixed .right a {
	color: #666;
	padding: 0 15px;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s
}

.box-fixed .fixed .right a.active,.box-fixed .fixed .right a:hover,.box-fixed .fixed .right body.pageKongjian .boxs.boxs-slide .icons-slide a.list:hover,.box-fixed .fixed .right body.pageTaoxis.taoxi1299 .boxs.box2 div.btns a.btns-list:hover,.box-fixed .fixed .right body.pageTaoxis.taoxi1299p .boxs.box4 a.list:hover,body.pageKongjian .boxs.boxs-slide .icons-slide .box-fixed .fixed .right a.list:hover,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .box-fixed .fixed .right a.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 .box-fixed .fixed .right a.list:hover {
	color: #ffd237
}

.box-fixed .fixed .right a.button {
	background-color: #434449;
	color: #ffd237;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	padding: 0 50px;
	margin-left: 40px
}

.box-fixed .fixed .right a.button:hover {
	background-color: #ffd237;
	color: #fff
}

body.pageIndex .btn.lg {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	width: 220px
}

body.pageIndex .boxs .title-font {
	padding: 50px 0
}

body.pageIndex .boxs .title-font em,body.pageIndex .boxs .title-font h1 {
	font-size: 42px;
	color: #353944
}

body.pageIndex .boxs.box1 .forms {
	width: 340px;
	left: 50%;
	margin-left: -600px;
	z-index: 10;
	top: 85px;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	border-radius: 5px
}

body.pageIndex .boxs.box1 .forms form {
	padding: 30px 25px
}

body.pageIndex .boxs.box1 .forms form em,body.pageIndex .boxs.box1 .forms form p {
	color: #fff!important
}

body.pageIndex .boxs.box1 .forms form .input input {
	text-indent: 1em;
	display: block;
	height: 35px;
	width: 100%;
	box-sizing: border-box;
	background: transparent;
	border: 1px solid #e4e4e4;
	color: #fff
}

body.pageIndex .boxs.box1 .forms form .input input::-webkit-input-placeholder {
	color: #989898
}

body.pageIndex .boxs.box2 .box-content .list {
	height: 300px;
	width: 594px;
	margin-right: 12px
}

body.pageIndex .boxs.box3 .box-content {
	background-color: #353944
}

body.pageIndex .boxs.box3 .box-content .list {
	width: 25%;
	height: 680px
}

body.pageIndex .boxs.box3 .box-content .list .lazy_img {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s
}

body.pageIndex .boxs.box3 .box-content .list .circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #ffd237;
	background-color: hsla(0,0%,100%,.3);
	border: 1px solid #fff;
	border: 1px solid hsla(0,0%,100%,.7);
	top: 290px;
	left: 50%;
	margin-left: -100px
}

body.pageIndex .boxs.box3 .box-content .list .circle i.iconfont {
	color: #353944;
	font-size: 45px;
	opacity: 0;
	margin-top: 20px
}

body.pageIndex .boxs.box3 .box-content .list .circle p {
	font-size: 24px
}

body.pageIndex .boxs.box3 .box-content .list div.fonts {
	visibility: hidden
}

body.pageIndex .boxs.box3 .box-content .list div.fonts div.bg {
	background-color: #ffd237;
	opacity: 0;
	transform: scaleX(0);
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0)
}

body.pageIndex .boxs.box3 .box-content .list div.fonts div.font {
	font-size: 18px;
	padding: 0 15px;
	line-height: 1.8em;
	opacity: 0;
	margin-top: 320px
}

body.pageIndex .boxs.box3 .box-content .list div.fonts a.btn {
	width: 220px;
	margin-top: 40px;
	opacity: 0;
	transition: margin .3s,opacity .3s
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover,body.pageIndex .boxs.box3 .box-content .list.active,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover {
	z-index: 1
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover .lazy_img,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover .lazy_img,body.pageIndex .boxs.box3 .box-content .list.active .lazy_img,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover .lazy_img,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover .lazy_img,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .lazy_img,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover .lazy_img,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover .lazy_img,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover .lazy_img {
	transition: all .6s ease 0s;
	-moz-transition: all ease .6s 0s;
	-webkit-transition: all .6s ease 0s;
	transform: scale(1.1,1.04);
	-moz-transform: scale(1.1,1.04);
	-webkit-transform: scale(1.1,1.04);
	-ms-transform: scale(1.1,1.04)
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover div.fonts,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover div.fonts,body.pageIndex .boxs.box3 .box-content .list.active div.fonts,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover div.fonts,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover div.fonts,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover div.fonts,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover div.fonts,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover div.fonts,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover div.fonts {
	visibility: visible
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover div.fonts div.bg,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover div.fonts div.bg,body.pageIndex .boxs.box3 .box-content .list.active div.fonts div.bg,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover div.fonts div.bg,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover div.fonts div.bg,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover div.fonts div.bg,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover div.fonts div.bg,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover div.fonts div.bg,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover div.fonts div.bg {
	transition: all .6s ease 0s;
	-moz-transition: all ease .6s 0s;
	-webkit-transition: all .6s ease 0s;
	opacity: .9;
	transform: scale(1.1,1.04);
	-moz-transform: scale(1.1,1.04);
	-webkit-transform: scale(1.1,1.04);
	-ms-transform: scale(1.1,1.04)
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover div.fonts div.font,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover div.fonts div.font,body.pageIndex .boxs.box3 .box-content .list.active div.fonts div.font,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover div.fonts div.font,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover div.fonts div.font,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover div.fonts div.font,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover div.fonts div.font,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover div.fonts div.font,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover div.fonts div.font {
	transition: all .3s ease .7s;
	-moz-transition: all ease .3s .7s;
	-webkit-transition: all .3s ease .7s;
	opacity: 1
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover div.fonts a.btn,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover div.fonts a.btn,body.pageIndex .boxs.box3 .box-content .list.active div.fonts a.btn,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover div.fonts a.btn,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover div.fonts a.btn,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover div.fonts a.btn,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover div.fonts a.btn,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover div.fonts a.btn,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover div.fonts a.btn {
	margin-top: 80px;
	opacity: 1;
	transition: margin .3s .9s,opacity .3s .9s
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover .circle,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover .circle,body.pageIndex .boxs.box3 .box-content .list.active .circle,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover .circle,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover .circle,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .circle,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover .circle,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover .circle,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover .circle {
	transition: all .3s ease .3s;
	-moz-transition: all ease .3s .3s;
	-webkit-transition: all .3s ease .3s;
	top: 70px;
	background-color: transparent;
	border-color: #353944
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover .circle i.iconfont,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover .circle i.iconfont,body.pageIndex .boxs.box3 .box-content .list.active .circle i.iconfont,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover .circle i.iconfont,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover .circle i.iconfont,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .circle i.iconfont,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover .circle i.iconfont,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover .circle i.iconfont,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover .circle i.iconfont {
	margin-top: 40px;
	opacity: 1
}

.box-fixed .fixed .right body.pageIndex .boxs.box3 .box-content a.list:hover .circle p,body.pageIndex .boxs.box3 .box-content .box-fixed .fixed .right a.list:hover .circle p,body.pageIndex .boxs.box3 .box-content .list.active .circle p,body.pageIndex .boxs.box3 .box-content body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover .circle p,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover .circle p,body.pageIndex .boxs.box3 .box-content body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .circle p,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box3 .box-content .list:hover .circle p,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box3 .box-content .list.btns-list:hover .circle p,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box3 .box-content .list:hover .circle p {
	color: #353944
}

body.pageIndex .boxs.box4 .box-content .lazy {
	width: 386px;
	height: 380px;
	margin-right: 20px;
	margin-top: 20px
}

body.pageIndex .boxs.box4 .box-content .lazy div.font {
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	bottom: -30px;
	padding: 15px 0
}

body.pageIndex .boxs.box4 .box-content .lazy div.font i {
	opacity: 0
}

body.pageIndex .boxs.box4 .box-content .lazy:hover div.font {
	padding: 20px 0;
	bottom: 0
}

body.pageIndex .boxs.box4 .box-content .lazy:hover div.font i {
	opacity: 1
}

body.pageIndex .boxs.box5 .list {
	width: 590px;
	height: 230px;
	border-color: #d7d7d7;
	margin-right: 12px
}

body.pageIndex .boxs.box5 .list:hover {
	border-color: #ffd237
}

body.pageIndex .boxs.box5 .list .pull-left {
	width: 70px
}

body.pageIndex .boxs.box5 .list .pull-left span {
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	display: inline-block;
	margin-top: 40px;
	font-size: 20px
}

body.pageIndex .boxs.box5 .list .pull-left i.iconfont {
	bottom: 0;
	left: 0;
	height: 75px;
	line-height: 75px;
	font-size: 30px
}

body.pageIndex .boxs.box5 .list .pull-right {
	width: 510px
}

body.pageIndex .boxs.box5 .list .pull-right .body {
	padding: 20px 0 20px 20px
}

body.pageIndex .boxs.box5 .list .pull-right li div {
	padding-right: 50px;
	max-width: 100%;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 10px
}

body.pageIndex .boxs.box5 .list .pull-right li div a {
	display: inline;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s
}

body.pageIndex .boxs.box5 .list .pull-right li div .biao {
	padding: 0 10px;
	right: 0;
	top: 1px;
	border-radius: 10px
}

body.pageIndex .boxs.box6 {
	margin-top: 70px;
	background-color: #f4f4f4;
	padding-bottom: 70px
}

body.pageIndex .boxs.box6 .box-content .unslider-arrow {
	color: #e5e5e5
}

body.pageIndex .boxs.box6 .box-content .unslider-arrow.prev {
	left: -70px
}

body.pageIndex .boxs.box6 .box-content .unslider-arrow.next {
	right: -70px
}

body.pageIndex .boxs.box6 .box-content .unslider-arrow:hover {
	color: #ffba38
}

body.pageIndex .boxs.box6 .box-content .unslider-nav {
	display: none
}

body.pageIndex .boxs.box6 .box-content .logo-body {
	margin-left: 2px
}

body.pageIndex .boxs.box6 .box-content .logo {
	height: 138px;
	width: 298px;
	margin-left: -1px
}

body.pageIndex .boxs.box7 .list {
	height: 200px;
	width: 592px;
	margin-right: 12px
}

body.pageIndex .boxs.box7 .list .pull-left {
	width: 270px;
	height: 100%;
	overflow: hidden
}

body.pageIndex .boxs.box7 .list .lazy {
	width: 270px;
	left: 0;
	top: 0;
	position: absolute;
	transition: all .4s ease 0s;
	-moz-transition: all ease .4s 0s;
	-webkit-transition: all .4s ease 0s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: right center;
	transform-origin: right center
}

.box-fixed .fixed .right body.pageIndex .boxs.box7 .list a.lazy:hover,body.pageIndex .boxs.box7 .list .box-fixed .fixed .right a.lazy:hover,body.pageIndex .boxs.box7 .list .lazy.active,body.pageIndex .boxs.box7 .list body.pageKongjian .boxs.boxs-slide .icons-slide .lazy.list:hover,body.pageIndex .boxs.box7 .list body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .lazy.btns-list:hover,body.pageIndex .boxs.box7 .list body.pageTaoxis.taoxi1299p .boxs.box4 .lazy.list:hover,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box7 .list .lazy.list:hover,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box7 .list .lazy.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box7 .list .lazy.list:hover {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

body.pageIndex .boxs.box7 .list .pull-right {
	width: 320px;
	height: 200px;
	overflow: hidden
}

body.pageIndex .boxs.box7 .list .pull-right .body {
	padding: 30px;
	padding-top: 20px
}

body.pageIndex .boxs.box7 .list .pull-right .body .body-list {
	overflow: hidden;
	height: 30px;
	position: relative;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

body.pageIndex .boxs.box7 .list .pull-right .body .body-list .title {
	margin-top: 10px
}

body.pageIndex .boxs.box7 .list .pull-right .body .body-list:last-of-type {
	border-bottom: none
}

body.pageIndex .boxs.box7 .list .pull-right .body .body-list span.tit {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	visibility: visible;
	font-size: 14px;
	position: absolute;
	width: 100%;
	background-color: #fff;
	line-height: 30px;
	height: 30px
}

body.pageIndex .boxs.box7 .list .pull-right .body .body-list.only {
	height: 150px!important
}

.box-fixed .fixed .right body.pageIndex .boxs.box7 .list .pull-right .body a.body-list:hover,body.pageIndex .boxs.box7 .list .pull-right .body .body-list.active,body.pageIndex .boxs.box7 .list .pull-right .body .box-fixed .fixed .right a.body-list:hover,body.pageIndex .boxs.box7 .list .pull-right .body body.pageKongjian .boxs.boxs-slide .icons-slide .body-list.list:hover,body.pageIndex .boxs.box7 .list .pull-right .body body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .body-list.btns-list:hover,body.pageIndex .boxs.box7 .list .pull-right .body body.pageTaoxis.taoxi1299p .boxs.box4 .body-list.list:hover,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box7 .list .pull-right .body .body-list.list:hover,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box7 .list .pull-right .body .body-list.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box7 .list .pull-right .body .body-list.list:hover {
	height: 110px
}

.box-fixed .fixed .right body.pageIndex .boxs.box7 .list .pull-right .body a.body-list:hover span.tit,body.pageIndex .boxs.box7 .list .pull-right .body .body-list.active span.tit,body.pageIndex .boxs.box7 .list .pull-right .body .box-fixed .fixed .right a.body-list:hover span.tit,body.pageIndex .boxs.box7 .list .pull-right .body body.pageKongjian .boxs.boxs-slide .icons-slide .body-list.list:hover span.tit,body.pageIndex .boxs.box7 .list .pull-right .body body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .body-list.btns-list:hover span.tit,body.pageIndex .boxs.box7 .list .pull-right .body body.pageTaoxis.taoxi1299p .boxs.box4 .body-list.list:hover span.tit,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageIndex .boxs.box7 .list .pull-right .body .body-list.list:hover span.tit,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageIndex .boxs.box7 .list .pull-right .body .body-list.btns-list:hover span.tit,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageIndex .boxs.box7 .list .pull-right .body .body-list.list:hover span.tit {
	opacity: 0;
	visibility: hidden
}

body.pageIndex .boxs.box7 .list .pull-right div.fonts {
	height: 80px
}

body.pageIndex .boxs.box7 .list .pull-right em {
	font-size: 20px
}

body.pageIndex .boxs.box7 .list .pull-right span {
	line-height: 1.8em
}

.box-kuais .kuais {
	font-size: 0
}

.box-kuais .kuais .kuai {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	margin: 10px 25px;
	background-color: #bebebe
}

.box-kuais .kuais .kuai:before {
	position: absolute;
	content: "";
	border-top: 16px solid #fff;
	border-left: 16px solid transparent;
	right: 0;
	top: 0;
	display: block;
	width: 0;
	height: 0
}

.box-kuais .kuais .kuai div.pull-left {
	font-size: 26px;
	width: 110px;
	padding-left: 30px
}

.box-kuais .kuais .kuai .pull-right {
	float: left;
	width: 300px
}

.box-kuais .kuais .kuai .pull-right.line-two {
	padding-top: 12px;
	line-height: 1.4em
}

.box-kuais .kuais .kuai:hover {
	background-color: #ffd237
}

body.pageKongjian .title-font {
	padding: 50px 0
}

body.pageKongjian .title-font em,body.pageKongjian .title-font h1 {
	font-size: 40px;
	color: #333
}

body.pageKongjian .boxs .colors i {
	float: left;
	width: 10.5%;
	padding-bottom: 10.5%;
	margin: 1%;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.3)
}

body.pageKongjian .boxs .colors i:after {
	content: attr(data-attr);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: 100%;
	width: 110%;
	left: -5%
}

body.pageKongjian .boxs.bg-f {
	background-color: #f4f4f4
}

body.pageKongjian .boxs.boxs-slide {
	padding-bottom: 100px
}

body.pageKongjian .boxs.boxs-slide .unslider-arrow {
	color: #333
}

body.pageKongjian .boxs.boxs-slide .unslider-arrow:hover {
	color: #ffd237
}

body.pageKongjian .boxs.boxs-slide .unslider-arrow.prev {
	left: -100px
}

body.pageKongjian .boxs.boxs-slide .unslider-arrow.next {
	right: -100px
}

body.pageKongjian .boxs.boxs-slide .icons-slide {
	padding: 40px 0
}

body.pageKongjian .boxs.boxs-slide .icons-slide .list {
	width: 130px
}

body.pageKongjian .boxs.boxs-slide .icons-slide .list.active .iconfont,body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover .iconfont,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover .iconfont,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageKongjian .boxs.boxs-slide .icons-slide .list.btns-list:hover .iconfont {
	background-color: #ffd237;
	color: #fff
}

body.pageKongjian .boxs.boxs-slide .icons-slide .list.active div,body.pageKongjian .boxs.boxs-slide .icons-slide .list:hover div,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover div,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageKongjian .boxs.boxs-slide .icons-slide .list.btns-list:hover div {
	color: #ffd237
}

body.pageKongjian .boxs.boxs-slide .icons-slide .iconfont {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	display: inline-block;
	font-size: 30px;
	background-color: #b5b5b5
}

body.pageKongjian .boxs.boxs-slide .icons-slide div {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	display: block;
	height: 40px;
	line-height: 40px
}

body.pageKongjian .boxs.boxs-slide .pics {
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

body.pageKongjian .boxs.boxs-slide .pics.unslider-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

body.pageKongjian .boxs.boxs-slide .pics li.zoomBox {
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s,-webkit-transform .5s;
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

body.pageKongjian .boxs.boxs-slide .pics li.zoomBox.unslider-active {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

body.pageKongjian .boxs.boxs-slide .pics .unslider-arrow {
	display: none!important
}

body.pageKongjian .boxs.boxs-slide .pics .left {
	background-color: #fff
}

body.pageKongjian .boxs.boxs-slide .pics .right {
	position: relative;
	background-color: #333
}

body.pageKongjian .boxs.boxs-slide .pics .right .body {
	position: absolute;
	left: 40px;
	right: 40px;
	top: 60px;
	bottom: 0
}

body.pageKongjian .boxs.boxs-slide .pics .right .body .right-font-list {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	-moz-transition: all ease .6s 0s;
	-webkit-transition: all .6s ease 0s;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px)
}

.box-fixed .fixed body.pageKongjian .boxs.boxs-slide .pics .right .body a.right-font-list:hover,body.pageKongjian .boxs.boxs-slide .icons-slide .pics .right .body .right-font-list.list:hover,body.pageKongjian .boxs.boxs-slide .pics .box-fixed .fixed .right .body a.right-font-list:hover,body.pageKongjian .boxs.boxs-slide .pics .right .body .icons-slide .right-font-list.list:hover,body.pageKongjian .boxs.boxs-slide .pics .right .body .right-font-list.active,body.pageKongjian .boxs.boxs-slide .pics .right .body body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .right-font-list.btns-list:hover,body.pageKongjian .boxs.boxs-slide .pics .right .body body.pageTaoxis.taoxi1299p .boxs.box4 .right-font-list.list:hover,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageKongjian .boxs.boxs-slide .pics .right .body .right-font-list.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageKongjian .boxs.boxs-slide .pics .right .body .right-font-list.list:hover {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	visibility: visible
}

body.pageKongjian .boxs.boxs-slide .pics .right em {
	font-size: 24px
}

body.pageKongjian .boxs.boxs-slide .pics .right em:after {
	display: block;
	width: 70px;
	content: "";
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff
}

body.pageKongjian .boxs.boxs-slide .pics .right p {
	line-height: 3em
}

body.pageKongjian .boxs.boxs-slide .pics .right .icons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px
}

body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons .list-icon {
	margin-right: 20px;
	width: 90px;
	height: 90px;
	border: 1px solid transparent
}

.box-fixed .fixed body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons a.list-icon:hover,body.pageKongjian .boxs.boxs-slide .icons-slide .pics .right .icons .list-icons .list-icon.list:hover,body.pageKongjian .boxs.boxs-slide .pics .box-fixed .fixed .right .icons .list-icons a.list-icon:hover,body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons .icons-slide .list-icon.list:hover,body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons .list-icon.active,body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list-icon.btns-list:hover,body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons body.pageTaoxis.taoxi1299p .boxs.box4 .list-icon.list:hover,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons .list-icon.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageKongjian .boxs.boxs-slide .pics .right .icons .list-icons .list-icon.list:hover {
	border-color: #27ffd6
}

body.pageShigong .pageContainer {
	margin-bottom: -75px
}

body.pageShigong .title-font {
	padding-top: 50px
}

body.pageShigong .title-font em,body.pageShigong .title-font h1 {
	display: block;
	font-size: 46px;
	color: #333
}

body.pageShigong .title-font span.text-tip1 {
	color: #bebebe
}

body.pageShigong .title-font .text-white {
	color: #fff
}

body.pageShigong .boxs.bg-f {
	background-color: #fafafa
}

body.pageShigong .boxs.pd80 {
	padding: 80px 0
}

body.pageShigong .boxs.boxPic .left {
	width: 55%;
	height: 531px
}

body.pageShigong .boxs.boxPic .right {
	width: 45%
}

body.pageShigong .boxs.box4 {
	padding-bottom: 80px
}

body.pageShigong .boxs.box4 .list {
	width: 280px;
	margin-right: 27px
}

body.pageShigong .boxs.box4 .list:hover p {
	color: #ffd237
}

body.pageShigong .boxs.box4 .list .lazy {
	height: 280px
}

body.pageShigong .boxs.box4 .list p {
	height: 50px;
	line-height: 50px
}

body.pageShigong .boxs.box5 {
	padding-bottom: 80px
}

body.pageXuancai .title-font {
	padding-top: 50px
}

body.pageXuancai .title-font em,body.pageXuancai .title-font h1 {
	display: block;
	font-size: 46px;
	color: #333
}

body.pageXuancai .title-font span.text-tip1 {
	color: #bebebe
}

body.pageXuancai .title-font .text-white {
	color: #fff
}

body.pageXuancai .boxs.bg-f {
	background-color: #f6f6f6
}

body.pageXuancai .boxs.pd150 {
	padding: 100px 0
}

body.pageXuancai .boxs.box1 .circle-ripple {
	opacity: .9;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	color: #000!important;
	line-height: 2em;
	top: 150px;
	left: 50%;
	z-index: 10;
	margin-left: -70px
}

body.pageXuancai .boxs.boxPic .left {
	width: 60%;
	height: 480px
}

body.pageXuancai .boxs.boxPic .right {
	width: 40%
}

body.pageGexing .title-font {
	padding: 100px 0 50px
}

body.pageGexing .title-font em,body.pageGexing .title-font h1 {
	display: block;
	font-size: 46px;
	color: #333
}

body.pageGexing .title-font .text-white {
	color: #fff
}

body.pageGexing .here {
	color: #999
}

body.pageGexing .here span {
	color: #666
}

body.pageGexing .boxs .box-content {
	padding-bottom: 100px
}

body.pageGexing .boxs.bg-f {
	background-color: #f3f3f3
}

body.pageGexing .boxs.box1 .list {
	width: 580px;
	height: 280px;
	margin-right: 40px
}

body.pageGexing .boxs.box1 .list .body {
	width: 230px;
	margin-top: 70px
}

body.pageGexing .boxs.box1 .list .body .font {
	height: 85px
}

body.pageGexing .boxs.box1 .list .body .btn {
	padding: 6px 36px
}

body.pageGexing .boxs.box2 .list {
	margin: 0 73px
}

body.pageGexing .boxs.box2 .list .lazy {
	width: 434px;
	height: 300px
}

body.pageGexing .boxs.box2 .list .btn {
	padding: 6px 36px
}

body.pageGexing .boxs.box3 {
	padding-bottom: 100px
}

body.pageGexing .boxs.box3 .box-content {
	background-color: #373737;
	padding-bottom: 0
}

body.pageGexing .boxs.box3 .box-content .font {
	padding: 70px
}

body.pageGexing .boxs.box3 .box-content .line {
	width: 50px;
	height: 2px;
	background-color: #fff;
	margin: 30px 0
}

body.pageGexing .boxs.slider-boxs .unslider-arrow {
	color: #333!important;
	font-size: 20px!important;
	margin-top: -78px
}

body.pageGexing .boxs.slider-boxs .unslider-arrow:hover {
	color: #ffba38!important
}

body.pageGexing .boxs.slider-boxs .unslider-arrow.prev {
	left: -20px!important;
	text-align: left!important
}

body.pageGexing .boxs.slider-boxs .unslider-arrow.next {
	right: -20px!important;
	text-align: right!important
}

body.pageGexing .boxs.slider-boxs .list {
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	margin: 0 10px;
	width: 260px;
	height: 350px;
	border: 1px solid transparent;
	border-bottom: 10px solid #ddd
}

body.pageGexing .boxs.slider-boxs .list:hover {
	border-bottom-color: #ffba38
}

body.pageGexing .boxs.slider-boxs .list .lazy {
	height: 196px
}

body.pageGexing .boxs.slider-boxs .list .fonts p {
	display: none
}

body.pageGexing .boxs.slider-boxs .list .fonts a {
	margin-top: 30px
}

body.pageGexing .boxs.box5 .unslider-arrow {
	color: #707070!important
}

body.pageGexing .boxs.box5 .fonts span {
	color: #fff
}

body.need-animate .title-font .animate2,body.need-animate .title-font em,body.need-animate .title-font h1,body.need-animate .title-font span {
	opacity: 0;
	transition: all .4s ease 0s;
	-moz-transition: all ease .4s 0s;
	-webkit-transition: all .4s ease 0s;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px)
}

body.need-animate .title-font .animate2,body.need-animate .title-font span {
	transition: all .4s ease .2s;
	-moz-transition: all ease .4s .2s;
	-webkit-transition: all .4s ease .2s
}

body.need-animate .animate1,body.need-animate .box-content,body.need-animate body.pageTaoxis.taoxi899 .boxs.picbox,body.pageTaoxis.taoxi899 body.need-animate .boxs.picbox {
	opacity: 0;
	transition: all .4s ease .6s;
	-moz-transition: all ease .4s .6s;
	-webkit-transition: all .4s ease .6s;
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px)
}

body.need-animate .animate1,body.need-animate body.pageTaoxis.taoxi899 .boxs.picbox,body.pageTaoxis.taoxi899 body.need-animate .boxs.picbox {
	transition: all .4s ease 0s;
	-moz-transition: all ease .4s 0s;
	-webkit-transition: all .4s ease 0s
}

body.need-animate .ani .animate1,body.need-animate .ani .box-content,body.need-animate .ani .title-font .animate2,body.need-animate .ani .title-font em,body.need-animate .ani .title-font h1,body.need-animate .ani .title-font span,body.need-animate .ani body.pageTaoxis.taoxi899 .boxs.picbox,body.pageTaoxis.taoxi899 body.need-animate .ani .boxs.picbox {
	opacity: 1;
	transform: translate(0);
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
	-ms-transform: translate(0)
}

body.pageTaoxis .circle-ripple {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	color: #885a00!important;
	bottom: 40px;
	left: 50%;
	z-index: 5;
	margin-left: -50px
}

body.pageTaoxis .title-font {
	padding: 50px 0
}

body.pageTaoxis .title-font em,body.pageTaoxis .title-font h1 {
	display: block;
	font-size: 42px;
	color: #353944
}

body.pageTaoxis.taoxi1299 .boxs .text-white {
	color: #fff!important
}

body.pageTaoxis.taoxi1299 .boxs.box2 div.btns {
	padding: 15px 0
}

body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .btns-list {
	width: 16.666%;
	padding: 3px 0;
	margin-left: -1px
}

body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .btns-list.active i,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .btns-list.active span,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .btns-list:hover i,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .btns-list:hover span {
	color: #ffd237
}

body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .btns-list.last {
	border-right: none
}

body.pageTaoxis.taoxi1299 .boxs.box4 .bg-all {
	transition: background-color .3s ease 0s;
	-moz-transition: background-color ease .3s 0s;
	-webkit-transition: background-color .3s ease 0s
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists {
	height: 60px;
	width: 370px;
	bottom: 25px;
	left: 50%;
	margin-left: -185px;
	z-index: 10
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists i.iconfont {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #1b1c1e;
	color: #a5a9b6;
	font-size: 35px;
	background-color: rgba(27,28,30,.9);
	box-shadow: 3px 0 3px rgba(27,28,30,.1)
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists i.iconfont:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	display: block;
	left: 100%;
	top: 50%;
	margin-top: -4px;
	border-left: 8px solid #1b1c1e;
	border-left: 8px solid rgba(27,28,30,.9);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists {
	width: 310px;
	background-color: #fff;
	background-color: hsla(0,0%,100%,.6)
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: 50px
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list .circle {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	padding: 3px;
	margin-top: 9px;
	border: 1px solid transparent;
	background-color: #fff
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list .circle span {
	border-radius: 50%
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list i.font {
	width: 200%;
	left: 50%;
	margin-left: -100%;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	top: 100%;
	margin-top: 13px;
	opacity: 0;
	text-shadow: 0 0 3px rgba(27,28,30,.8)
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list.hover div,body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list:hover div {
	opacity: .8
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list.hover i.font,body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list:hover i.font {
	opacity: 1
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list.on .circle {
	border-color: transparent!important;
	background-color: transparent!important
}

body.pageTaoxis.taoxi1299 .boxs.box4 .color-lists .btn-lists .btn-list.on i.font {
	top: -30px;
	margin-top: 0
}

body.pageTaoxis.taoxi1299 .boxs.box5 {
	padding-bottom: 120px;
	margin: 0 auto
}

body.pageTaoxis.taoxi1299 .boxs.box5 ul.full {
	margin-left: 200px
}

body.pageTaoxis.taoxi1299 .boxs.box5 .unslider-nav {
	bottom: -40px
}

body.pageTaoxis.taoxi1299 .boxs.box5 .unslider-nav li {
	margin: 0 auto!important
}

body.pageTaoxis.taoxi1299 .boxs.box5 li.full-h {
	position: relative;
	padding: 0 50px
}

body.pageTaoxis.taoxi1299 .boxs.box5 .unslider {
	overflow: visible
}

body.pageTaoxis.taoxi1299 .boxs.box5 .unslider-active .font p {
	opacity: .4;
	visibility: visible;
	-webkit-transform: translate(0);
	transform: translate(0)
}

body.pageTaoxis.taoxi1299 .boxs.box5 .unslider-arrow {
	color: #ffd237
}

body.pageTaoxis.taoxi1299 .boxs.box5 .sliders2 {
	overflow: visible!important;
	margin: 0 auto;
	width: 1300px
}

body.pageTaoxis.taoxi1299 .boxs.box5 .sliders2 a.container:hover p {
	color: #ffd237
}

body.pageTaoxis.taoxi1299 .boxs.box5 div.font {
	bottom: -100px;
	height: 40px;
	width: 800px;
	left: 50%;
	margin-left: -400px
}

body.pageTaoxis.taoxi1299 .boxs.box5 div.font p {
	opacity: 0;
	visibility: hidden;
	transition: all 1.4s ease 0s;
	-moz-transition: all ease 1.4s 0s;
	-webkit-transition: all 1.4s ease 0s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px)
}

body.pageTaoxis.taoxi899 .boxs .title-font {
	padding-bottom: 30px
}

body.pageTaoxis.taoxi899 .boxs .title-font em,body.pageTaoxis.taoxi899 .boxs .title-font h1 {
	font-size: 48px
}

body.pageTaoxis.taoxi899 .boxs.box1 .circle-ripple {
	top: 50%;
	margin-top: -50px
}

body.pageTaoxis.taoxi899 .boxs.box3 .w110 {
	margin-left: -5%
}

body.pageTaoxis.taoxi899 .boxs.box3 .list {
	width: 380px;
	height: 240px;
	display: inline-block;
	vertical-align: top;
	margin: 15px
}

body.pageTaoxis.taoxi899 .boxs.box3 .list:hover .fonts {
	background-color: #ffba38;
	background-color: rgba(216,170,25,.9)
}

body.pageTaoxis.taoxi899 .boxs.box3 .list:hover .fonts em {
	top: 35%
}

body.pageTaoxis.taoxi899 .boxs.box3 .list:hover .fonts .font p {
	opacity: 1;
	margin-top: 100px
}

body.pageTaoxis.taoxi899 .boxs.box3 .list .fonts {
	background-color: #000;
	background-color: rgba(0,0,0,.3)
}

body.pageTaoxis.taoxi899 .boxs.box3 .list .fonts .font {
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px
}

body.pageTaoxis.taoxi899 .boxs.box3 .list .fonts .font p {
	margin-top: 130px;
	opacity: 0;
	transition: all .3s ease .04s;
	-moz-transition: all ease .3s .04s;
	-webkit-transition: all .3s ease .04s
}

body.pageTaoxis.taoxi899 .boxs.box3 .list .fonts em {
	top: 50%;
	font-size: 27px;
	margin-top: -15px
}

body.pageTaoxis.taoxi899 .boxs.picbox.pic-else .top .fonts {
	float: right
}

body.pageTaoxis.taoxi899 .boxs.picbox.pic-else .top .fonts .font {
	float: left!important;
	text-align: left
}

body.pageTaoxis.taoxi899 .boxs.picbox.pic-else .top .fonts .font .body {
	padding-left: 130px
}

body.pageTaoxis.taoxi899 .boxs.picbox.pic-else .top .pic-bg .bg-all {
	background-position: 100%!important
}

body.pageTaoxis.taoxi899 .boxs.picbox .top {
	height: 385px;
	background-color: #f1f1f1;
	width:100%;
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .fonts {
	text-align: right;
	width: 50%;
	float: left
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .fonts .font {
	width: 600px;
	float: right
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .fonts .font .body {
	padding-right: 130px
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .fonts .font em {
	display: inline-block;
	padding-left: 25px;
	margin-top: 60px;
	font-size: 30px
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .fonts .font em:before {
	content: "";
	position: absolute;
	width: 8px;
	left: 0;
	top: 6px;
	height: 30px;
	background-color: #ffd237
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .fonts .font a {
	width: 150px;
	padding: 0;
	margin-top: 70px
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .pic-bg {
	float: left;
	width: 50%
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .pic-bg .bg-all {
	background-position: 0
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 12px;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	z-index: 5;
	margin-left: -35px;
	line-height: 1.5em
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .circle i.iconfont {
	display: inline-block;
	margin-top: 15px;
	font-weight: 700
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .circle i.iconfont.jian {
	display: none
}

body.pageTaoxis.taoxi899 .boxs.picbox .top .arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	display: block;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
	z-index: 5;
	cursor: pointer;
	opacity: 0
}

body.pageTaoxis.taoxi899 .boxs.picbox .bottom {
	visibility: hidden;
	transition: all .6s ease 0s;
	-moz-transition: all ease .6s 0s;
	-webkit-transition: all .6s ease 0s;
	height: 385px;
	background-color: #353944;
	height: 0
}

body.pageTaoxis.taoxi899 .boxs.picbox .bottom .container {
	margin-top: 30px
}

body.pageTaoxis.taoxi899 .boxs.picbox .bottom .list {
	width: 395px;
	height: 330px;
	margin: 0 4px;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	opacity: 0;
	transform: translateY(50px);
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px)
}

body.pageTaoxis.taoxi899 .boxs.picbox .bottom .list .font {
	bottom: 0;
	background-color: #353944;
	background-color: rgba(53,57,68,.7)
}

body.pageTaoxis.taoxi899 .boxs.picbox .bottom .list .font p {
	padding: 20px 30px;
	height: 72px;
	overflow: hidden
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .top i.iconfont.jian,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .top i.iconfont.jian,body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .top i.iconfont.jian,body.pageTaoxis.taoxi899 .boxs.picbox.active .top i.iconfont.jian,body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .top i.iconfont.jian,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .top i.iconfont.jian,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .top i.iconfont.jian,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .top i.iconfont.jian,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .top i.iconfont.jian {
	display: inline-block!important
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .top i.iconfont.jia,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .top i.iconfont.jia,body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .top i.iconfont.jia,body.pageTaoxis.taoxi899 .boxs.picbox.active .top i.iconfont.jia,body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .top i.iconfont.jia,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .top i.iconfont.jia,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .top i.iconfont.jia,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .top i.iconfont.jia,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .top i.iconfont.jia {
	display: none!important
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .top .arrow,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .top .arrow,body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .top .arrow,body.pageTaoxis.taoxi899 .boxs.picbox.active .top .arrow,body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .top .arrow,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .top .arrow,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .top .arrow,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .top .arrow,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .top .arrow {
	bottom: 0;
	opacity: 1
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .bottom,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom,body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .bottom,body.pageTaoxis.taoxi899 .boxs.picbox.active .bottom,body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .bottom,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .bottom,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .bottom,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .bottom,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom {
	height: 385px;
	visibility: visible
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .bottom .list,body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom .list,body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .bottom .list,body.pageTaoxis.taoxi899 .boxs.picbox.active .bottom .list,body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .bottom .list,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .bottom .list,body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .bottom .list,body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .bottom .list,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom .list {
	opacity: 1;
	transform: translate(0);
	-moz-transform: translate(0);
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transition: all .6s ease .3s;
	-moz-transition: all ease .6s .3s;
	-webkit-transition: all .6s ease .3s
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .bottom .list:nth-of-type(2),body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi899 .boxs.picbox.active .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .bottom .list:nth-of-type(2),body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom .list:nth-of-type(2) {
	transition: all .6s ease .5s;
	-moz-transition: all ease .6s .5s;
	-webkit-transition: all .6s ease .5s
}

.box-fixed .fixed .right body.pageTaoxis.taoxi899 a.boxs.picbox:hover .bottom .list:nth-of-type(3),body.pageKongjian .boxs.boxs-slide .icons-slide body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi899 .box-fixed .fixed .right a.boxs.picbox:hover .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi899 .boxs.picbox.active .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi899 body.pageKongjian .boxs.boxs-slide .icons-slide .boxs.picbox.list:hover .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .boxs.picbox.btns-list:hover .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi1299p .boxs.box4 .boxs.picbox.list:hover .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi899 .boxs.picbox.btns-list:hover .bottom .list:nth-of-type(3),body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi899 .boxs.picbox.list:hover .bottom .list:nth-of-type(3) {
	transition: all .6s ease .7s;
	-moz-transition: all ease .6s .7s;
	-webkit-transition: all .6s ease .7s
}

body.pageTaoxis.taoxi1299p .boxs.bg-f {
	background-color: #f6f6f6
}

body.pageTaoxis.taoxi1299p .boxs.box2 {
	padding-bottom: 90px
}

body.pageTaoxis.taoxi1299p .boxs.box2 .row {
	margin-top: 90px
}

body.pageTaoxis.taoxi1299p .boxs.box2 .fonts {
	width: 480px
}

body.pageTaoxis.taoxi1299p .boxs.box2 .fonts em {
	font-size: 30px;
	margin-top: 60px
}

body.pageTaoxis.taoxi1299p .boxs.box2 .fonts p {
	margin-top: 60px
}

body.pageTaoxis.taoxi1299p .boxs.box3 .list {
	padding: 50px 0;
	width: 240px
}

body.pageTaoxis.taoxi1299p .boxs.box3 .list:hover span.circle:before {
	display: block
}

body.pageTaoxis.taoxi1299p .boxs.box3 .list span.circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto 30px;
	z-index: 10
}

body.pageTaoxis.taoxi1299p .boxs.box3 .list span.circle:before {
	display: none
}

body.pageTaoxis.taoxi1299p .boxs.box3 .list i {
	font-size: 24px
}

body.pageTaoxis.taoxi1299p .boxs.box4 {
	margin-bottom: 70px
}

body.pageTaoxis.taoxi1299p .boxs.box4 .w110 {
	width: 200%
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list {
	margin-right: 40px;
	height: 320px
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list,body.pageTaoxis.taoxi1299p .boxs.box4 .list .pull-left {
	width: 240px;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list .pull-left {
	height: 240px
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list .pull-right {
	width: 290px
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list .pull-right em {
	font-size: 24px;
	width: 240px;
	text-align: center;
	left: 0;
	top: 262px;
	transition: all .6s ease 0s;
	-moz-transition: all ease .6s 0s;
	-webkit-transition: all .6s ease 0s
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list .pull-right em:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	border-bottom: 1px solid #353944;
	left: 0;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s;
	bottom: -10px;
	-webkit-transform: scale(0);
	transform: scale(0)
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list .pull-right p {
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	font-size: 18px;
	margin-top: 160px;
	transition: all .3s ease 0s;
	-moz-transition: all ease .3s 0s;
	-webkit-transition: all .3s ease 0s
}

body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi1299p .boxs.box4 .list.btns-list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 .list.active,body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover {
	width: 640px
}

body.pageTaoxis.taoxi1299 .boxs.box2 div.btns body.pageTaoxis.taoxi1299p .boxs.box4 .list.btns-list:hover .pull-left,body.pageTaoxis.taoxi1299p .boxs.box4 .list.active .pull-left,body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .pull-left,body.pageTaoxis.taoxi1299p .boxs.box4 body.pageTaoxis.taoxi1299 .boxs.box2 div.btns .list.btns-list:hover .pull-left {
	width: 330px;
	height: 330px
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list.active .pull-right em,body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .pull-right em {
	left: 350px;
	top: 50px;
	text-align: left
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list.active .pull-right em:after,body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .pull-right em:after {
	transition: all .3s ease .6s;
	-moz-transition: all ease .3s .6s;
	-webkit-transition: all .3s ease .6s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

body.pageTaoxis.taoxi1299p .boxs.box4 .list.active .pull-right p,body.pageTaoxis.taoxi1299p .boxs.box4 .list:hover .pull-right p {
	transition: all .4s ease .8s;
	-moz-transition: all ease .4s .8s;
	-webkit-transition: all .4s ease .8s;
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1
}

body.pageTaoxis.taoxi899p .pageContainer {
	max-width: 1920px;
	margin: 0 auto
}

body.pageTaoxis.taoxi899p .pageContainer .pageContainer-inner {
	width: 1920px;
	margin-left: -360px
}

body.pageTaoxis.taoxi899p.need-animate .title-font em,body.pageTaoxis.taoxi899p.need-animate .title-font h1,body.pageTaoxis.taoxi899p.need-animate .title-font span {
	transition: all .4s ease .4s;
	-moz-transition: all ease .4s .4s;
	-webkit-transition: all .4s ease .4s
}

body.pageTaoxis.taoxi899p.need-animate .title-font span {
	transition: all .4s ease .6s;
	-moz-transition: all ease .4s .6s;
	-webkit-transition: all .4s ease .6s
}

body.pageTaoxis.taoxi899 body.pageTaoxis.taoxi899p.need-animate .boxs.picbox,body.pageTaoxis.taoxi899p.need-animate .animate1,body.pageTaoxis.taoxi899p.need-animate .box-content,body.pageTaoxis.taoxi899p.need-animate body.pageTaoxis.taoxi899 .boxs.picbox {
	transition: all .4s ease .8s;
	-moz-transition: all ease .4s .8s;
	-webkit-transition: all .4s ease .8s
}

body.pageTaoxis.taoxi899p.need-animate .san-left-a:after,body.pageTaoxis.taoxi899p.need-animate .san-left-b:before,body.pageTaoxis.taoxi899p.need-animate .san-right-a:after,body.pageTaoxis.taoxi899p.need-animate .san-right-b:before {
	opacity: 0;
	transition: all .6s ease 0s;
	-moz-transition: all ease .6s 0s;
	-webkit-transition: all .6s ease 0s;
	-webkit-transform: translate(-100%);
	transform: translate(-100%)
}

body.pageTaoxis.taoxi899p.need-animate .san-right-a:after,body.pageTaoxis.taoxi899p.need-animate .san-right-b:before {
	-webkit-transform: translate(100%);
	transform: translate(100%)
}

body.pageTaoxis.taoxi899p.need-animate .ani .san-left-a:after,body.pageTaoxis.taoxi899p.need-animate .ani .san-left-b:before,body.pageTaoxis.taoxi899p.need-animate .ani .san-right-a:after,body.pageTaoxis.taoxi899p.need-animate .ani .san-right-b:before {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0)
}

body.pageTaoxis.taoxi899p .boxs .title-font {
	padding-top: 100px;
	padding-bottom: 30px
}

body.pageTaoxis.taoxi899p .boxs .title-font em,body.pageTaoxis.taoxi899p .boxs .title-font h1 {
	font-size: 48px
}

body.pageTaoxis.taoxi899p .boxs .title-font em.text-white,body.pageTaoxis.taoxi899p .boxs .title-font h1.text-white {
	color: #fff
}

body.pageTaoxis.taoxi899p .boxs.box1 .san-content:after,body.pageTaoxis.taoxi899p .boxs.box3 .san-content:after,body.pageTaoxis.taoxi899p .boxs.box4 .kuai-s:after,body.pageTaoxis.taoxi899p .boxs .san-bg,body.pageTaoxis.taoxi899p .boxs .san-content:before {
	width: 0;
	height: 0;
	display: block;
	content: "";
	z-index: -1;
	position: absolute
}

body.pageTaoxis.taoxi899p .boxs .san-content {
	z-index: 5
}

body.pageTaoxis.taoxi899p .boxs.box1 .san-content:before {
	left: 0;
	top: 0;
	border-left: 1230px solid #353944;
	border-bottom: 1450px solid transparent
}

body.pageTaoxis.taoxi899p .boxs.box1 .san-content:after {
	bottom: -160px;
	left: 360px;
	border-top: 68px solid #ffd237;
	border-left: 68px solid transparent;
	border-right: 68px solid transparent
}

body.pageTaoxis.taoxi899p .boxs.box2:before {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	height: 40px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5
}

body.pageTaoxis.taoxi899p .boxs.box2 .san-content:before {
	bottom: 0;
	left: 0;
	border-left: 1420px solid #f1f1f1;
	border-top: 1375px solid transparent
}

body.pageTaoxis.taoxi899p .boxs.box3 .san-content:before {
	bottom: 0;
	left: 0;
	border-right: 6772px solid transparent;
	border-left: 1520px solid transparent;
	border-bottom: 1493px solid #fff
}

body.pageTaoxis.taoxi899p .boxs.box3 .san-content:after {
	bottom: 210px;
	left: 213px;
	border-right: 1531px solid transparent;
	border-left: 1308px solid transparent;
	border-bottom: 1285px solid #ffd237
}

body.pageTaoxis.taoxi899p .boxs.box4 .san-content:before {
	top: -210px;
	right: 0;
	border-right: 1707px solid #353944;
	border-bottom: 1400px solid transparent
}

body.pageTaoxis.taoxi899p .boxs.box4 .kuai-s {
	height: 50px;
	line-height: 50px;
	width: 300px;
	border-color: #f39801;
	background-color: #f39801;
	margin-top: 20px
}

body.pageTaoxis.taoxi899p .boxs.box4 .kuai-s:after {
	z-index: 1;
	right: 0;
	top: 0;
	border-right: 10px solid #353944;
	border-bottom: 10px solid transparent
}

.friendly_link dl {
	width: 1200px;
	overflow: hidden;
	margin-top: 65px
}

.friendly_link dl dt {
	line-height: 22px;
	height: 22px;
	border-left: 2px solid #ffba38;
	font-size: 20px;
	padding-left: 8px;
	margin-bottom: 20px
}

.friendly_link dl dd {
	width: 1220px
}

.friendly_link dl dd a {
	display: inline-block;
	line-height: 30px;
	margin-right: 20px;
	color: #999
}

.friendly_link dl dd a:hover {
	color: #ffba38
}