@charset "gb2312";
/* CSS Document */

.java-banner {
	width: 100%;
	height: 450px;
	margin: 0 auto;
	min-width: 1200px;
	text-align: center;
	position: relative;
	background: url(../images/banner.jpg) center no-repeat;
}

.cooperation {
	padding-top: 309px;
	position: relative;
	height: 117px;
	width: 100%;
}

.cooper-img {
	cursor: pointer;
}

.cooper-no {
	background-color: rgba(245, 67, 50, 0.86);
	border-radius: 10px;
	text-align: left;
	padding: 20px 51px;
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: 1;
	display: none;
}

.cooperation.is-expanded .cooper-no {
	display: block;
}

.cooperation.is-expanded .cooper-img {
	display: none;
}

.cooper-no b {
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.cooper-no p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 14px;
}

.cooper-no em {
	color: #fff;
	font-size: 12px;
	float: left;
}

.cooper-no i {
	color: #fff;
	font-size: 14px;
	float: right;
	font-weight: bold;
}

.java-min1200 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	min-width: 1200px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}

.cooper-f7f8fa {
	width: 100%;
	height: auto;
	background-color: #f7f8fa;
}

.cooper-title {
	font-size: 34px;
	color: #000;
	padding-top: 54px;
}

.cooper-title span {
	font-size: 18px;
	color: #666;
	display: block;
	margin-top: 8px;
}

.assess-img {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.holiday {
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-bottom: 55px;
}


.cooper-white {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.slideTxtBox1 {
	width: 1200px;
	height: auto;
	position: relative;
	margin-top: 50px;
	display: table;
	padding-bottom: 40px;
}

.slideTxtBox1 .hd {
	float: right;
	background-color: #f7f8fa;
	width: 588px;
	height: auto;
}

.slideTxtBox1 .hd ul {
	width: 100%;
	height: 100%;
}

.slideTxtBox1 .hd ul li {
	background: linear-gradient(to bottom, #feffff, #f4f6f8);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	border: 1px #fff solid;
	border-radius: 2px;
	cursor: pointer;
	width: 278px;
	height: 118px;
	float: left;
	margin-left: 14px;
	margin-bottom: 17px;
}

.slideTxtBox1 .hd ul li img {
	float: left;
	margin-top: 22px;
	margin-left: 19px;
}

.planing {
	float: left;
	text-align: left;
	width: 178px;
	margin-left: 6px;
}

.planing i {
	font-size: 18px;
	color: #000;
	display: block;
	padding-top: 24px;
	margin-bottom: 10px;
}

.planing span {
	font-size: 14px;
	color: #666;
}

.slideTxtBox1 .hd ul li.on .planing i {
	color: #f54332;
}

.slideTxtBox1 .bd {
	float: left;
	width: 603px;
	height: auto;
}

.slideTxtBox1 .bd ul {
	width: 100%;
	height: auto;
}

.slideTxtBox1 .bd li img {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	width: 603px;
	height: 396px;
}

.box {
	width: 100%;
	height: 460px;
	position: relative;
	margin-bottom: 60px;
	margin-top: 50px;
}

.list {
	width: 1200px;
	height: 460px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.btn-box {
	position: absolute;
	top: 292px;
	margin-top: -90px;
	width: 58px;
	height: 106px;
	cursor: pointer;
	left: -99px;
}

.next {
	right: -99px;
	left: initial;
}

.list li {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	transition: all 0.3s ease-out;
}


.p1 {
	transform: translate3d(-666px, 0, 0) scale(0.85);
	width: 720px;
	height: 460px;
	opacity: 0;
}

.p2 {
	transform: translate3d(0px, 0, 0) scale(0.85);
	transform-origin: 0 50%;
	opacity: 0.4;
	z-index: 2;
	width: 720px;
	height: 460px;
}

.p3 {
	transform: translate3d(240px, 0, 0) scale(1);
	z-index: 3;
	opacity: 1;
	width: 720px;
	height: 460px;
}

.p4 {
	transform: translate3d(480px, 0, 0) scale(0.85);
	transform-origin: 100% 50%;
	opacity: 0.4;
	z-index: 2;
	width: 720px;
	height: 460px;
}

.p5 {
	transform: translate3d(238px, 0, 0) scale(0.85);
	width: 720px;
	height: 460px;
	opacity: 0;
}

.p6 {
	transform: translate3d(1146px, 0, 0) scale(0.85);
	width: 720px;
	height: 460px;
	opacity: 0;
}


.slideTxtBox3 {
    width: 1200px;
    height: auto;
    position: relative;
    margin-top: 40px;
	display: table;
}
.slideTxtBox3 .hd{
	float: left;
	background-color: #f9fbfc;
	border:2px #fff solid;
	width: 473px;
	height: 403px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.slideTxtBox3 .hd ul{
	width: 100%;
	height: 100%;
}
.slideTxtBox3 .hd ul li{
	border-right: 1px #efefef solid;
	border-bottom: 1px #efefef solid;
	background-color: #f9fbfc;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	-webkit-transition: .4s;
	padding-top: 30px;
	width: 93px;
	height: 103px;
	float: left;
}
.slideTxtBox3 .hd ul li i{
	width: 46px;
	height: 46px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 8px;
}
.word-img01{
	background: url(../images/ad01.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on{
	background-color: #f4f5f7;
	color: #f54332;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img01{
	background: url(../images/add01.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img02{
	background: url(../images/ad02.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img03{
	background: url(../images/ad03.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img04{
	background: url(../images/ad04.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img05{
	background: url(../images/ad05.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img06{
	background: url(../images/ad06.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img07{
	background: url(../images/ad07.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img08{
	background: url(../images/ad09.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img09{
	background: url(../images/ad10.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img10{
	background: url(../images/ad11.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img11{
	background: url(../images/ad12.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img12{
	background: url(../images/ad08.png) center no-repeat;
	-webkit-transition: .4s;
}
.word-img13 {
	background: url(../images/ad15.png) center no-repeat;
	-webkit-transition: 0.4s;
  }
.slideTxtBox3 .hd ul li.on .word-img02{
	background: url(../images/add02.png) center no-repeat;
	-webkit-transition: .4s;
}
.borderLeft {
	border-left: 1px #efefef solid;
  }
.slideTxtBox3 .hd ul li.on .word-img03{
	background: url(../images/add03.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img04{
	background: url(../images/add04.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img05{
	background: url(../images/add05.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img06{
	background: url(../images/add06.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img07{
	background: url(../images/add07.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img08{
	background: url(../images/add09.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img09{
	background: url(../images/add10.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img10{
	background: url(../images/add11.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img11{
	background: url(../images/add12.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .hd ul li.on .word-img12{
	background: url(../images/add08.png) center no-repeat;
	-webkit-transition: .4s;
}
.slideTxtBox3 .bd{
	float: right;
	width: 712px;
	height: auto;
}
.slideTxtBox3 .bd ul{
	width: 100%;
	height: auto;
	text-align: left;
}
.web-state{
	width: 100%;
	height: auto;
	margin-bottom: 11px;
}
.web-state b{
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}
.web-state p{
	font-size: 12px;
	color: #666;
	line-height: 26px;
}
.web-state p img{
	margin-right: 8px;
	position: relative;
	top: 2px;
}


.slidebanner {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.slidebanner .bd {
	height: 450px;
}

.slidebanner .bd ul li img {
	height: 450px;
}

.slid-cooper {
	position: absolute;
	top: 0;
	left: 18.9%;
	z-index: 1;
}

.holiday-slide{
	width: 296px;
	height: auto;
	float: left;
	margin-right: 5px;
}
.holiday-slide img{
	margin-bottom: 5px;

}


@keyframes bouncein {

	0%,
	20%,
	40%,
	60%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bouncein {
	-webkit-animation: bouncein 1.5s infinite;
	-o-animation: bouncein 1.5s infinite;
	animation: bouncein 1.5s infinite;
}

.teach-bor-r {
	border-right: none !important;
}

.teach-bor-b {
	border-bottom: none !important;
}

.padd-62 {
	padding-top: 62px;
}

.mar-right-no {
	margin-right: 0 !important;
}

.mar-top-50 {
	margin-top: 50px;
}

.padd-down {
	padding-bottom: 60px;
}

@media screen and (max-width: 1680px) {
	.slid-cooper {
		left: 14%;
	}
}

@media screen and (max-width: 1600px) {
	.slid-cooper {
		left: 12%;
	}
}

@media screen and (max-width: 1440px) {
	.slid-cooper {
		left: 8%;
	}
}

@media screen and (max-width: 1400px) {
	.slid-cooper {
		left: 6.7%;
	}
}

@media screen and (max-width: 1366px) {
	.slid-cooper {
		left: 5.5%;
	}
}

@media screen and (max-width: 1200px) {
	.slid-cooper {
		left: 0;
	}
}
