﻿* {
	margin: 0;
	padding: 0;
}

#Japan {
	min-width: 1200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#Japan div,
#Japan dl,
#Japan dt,
#Japan dd,
#Japan ul,
#Japan ol,
#Japan li,
#Japan pre,
#Japan form,
#Japan fieldset,
#Japan input,
#Japan textarea,
#Japan select,
#Japan p,
#Japan blockquote,
#Japan h1,
#Japan h2,
#Japan h3,
#Japan h4,
#Japan h5,
#Japan h6,
#Japan a,
body {
	font-family: 'Microsoft Yahei';
}

#Japan a {
	outline: none;
	hide-focyear: expression(this.hideFocyear=true);
	text-decoration: none;
}

#Japan img {
	vertical-align: top;
	border: none;
}

#Japan i,
em {
	font-style: normal;
}

#Japan ul,
li {
	list-style: none;
}

#Japan a {
	text-decoration: none;
}

/*清除浮动----只针对浮动元素 margin的重叠另算。。*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*common类*/
.common {
	display: block;
	width: 187px;
	height: 46px;
	border: 1px solid #de4753;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #de4753;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}

.common:hover {
	background: #ff5d6f;
	color: #fff;
}

.menu,
.menu>li {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.common_bg {
	background: url(../images/icon.png) no-repeat;
}

.title {
	height: 63px;
	background: #fff;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	line-height: 63px;
	font-size: 25px;
	color: #fe556a;
}

.title>span {
	float: left;
	display: block;
	background: #ff6774;
	width: 16px;
	height: 63px;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	margin-right: 20px;
}

.title>img {
	float: left;
	margin: 13px 0 0 10px;
}

.floor1,
.floor2,
.floor3,
.floor4,
.floor5,
.floor6,
.floor7,
.floor8,
.floor9 {
	padding-top: 75px;
}

#floor7 {
	margin-top: 25px;
}

.fixed {
	position: fixed !important;
	top: 0 !important;
	background: #000;
	filter: alpha(opacity=90);
	opacity: 0.9;
	padding: 10px 0;
	z-index: 999;
}

.nav_1>li>p,
.nav_1>li>pre,
.text_box>pre,
.hide_box>pre,
.hide_box>p,
.form .dfb {
	color: #2a2a2a;
}

.common_btn {
	display: block;
	width: 130px;
	height: 38px;
	margin: 30px auto 0;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ff6774;
	border: 1px solid #de4753;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.common_btn:hover {
	background: #de4753 !important;
	color: #fff !important;
}

.first_border {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
}

.second_border {
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
}

.nav_1>li,
.nav_2>li,
.nav_3>li,
.nav_6>li {
	background: #fff;
	border: 1px solid #e8e8e8;
	float: left;
	cursor: default;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}

/*左下 右下圆角公用*/
.lf_lr-radius {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
}

/*公用延迟时间*/
.nav_5>li>img,
.first_bg>img,
.nav_8>li>img,
.nav_2>li>img {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

/*c3新交互*/
.first_bg>img:hover,
.nav_8>li>img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/*新发现：伪类选择器和群组选择器组合起来用。*/
.nav_8>li:hover,
.box:hover {
	box-shadow: 0 0 38px rgba(0, 0, 0, .8) inset;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, .08) inset;
	-moz-box-shadow: 0 0 38px rgba(0, 0, 0, .08) inset;
	-ms-box-shadow: 0 0 38px rgba(0, 0, 0, .08) inset;
	-o-box-shadow: 0 0 38px rgba(0, 0, 0, .08) inset;
}

.text_box>pre {
	font-size: 18px;
	margin-bottom: 12px;
}

.text_box>p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
}

.text_box>a {
	color: #ff6774;
	font-size: 14px;
}

.show_box>p,
.hide_box>pre,
.nav_5>li>p,
.nav_6>li>h6 {
	font-size: 18px;
}

.show_box>pre,
.hide_box>p,
.nav_4>li>p,
.nav_5>li>pre,
.nav_6>li>p,
.nav_8>li>p,
.nav_8>li>pre,
.nav_4>li>a>b {
	font-size: 14px;
}

/*正文*/
.header {
	width: 100%;
}

.header_1 {
	background: url(../images/header_1.jpg) center top no-repeat;
	height: 122px;
}

.header_2 {
	background: url(../images/header_2.jpg) center top no-repeat;
	height: 136px;
}

.header_3 {
	background: url(../images/header_3.jpg) center top no-repeat;
	height: 110px;
	position: relative;
}

.button {
	width: 430px;
	height: 48px;
	position: absolute;
	left: 50%;
	top: 110px;
	margin-left: -496px;
}

.btn_one {
	float: left;
}

.btn_one {
	float: right;
}

.header_4 {
	background: url(../images/header_4.jpg) center top no-repeat;
	height: 132px;
}

.new_bg {
	height: 40px;
	width: 100%;
	top: 460px;
	position: absolute;
}

.menu {
	width: 996px;
	height: 40px;
	background: #ff5d6f;
	margin: 0 auto;
}

.menu>li {
	float: left;
	font-size: 18px;
	color: #fff;
	padding: 0 24px;
	line-height: 40px;
	cursor: default;
}

.menu>li.current {
	background: #fff;
	color: #060e14;
}

/*正文*/
.content {
	width: 100%;
	background: #f2f2f2;
	/*margin-bottom:20px;*/
	padding-top: 40px;
}

.container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 22px;
}

.dy {
	height: 92px;
}

.dy_fl {
	background-position: -15px -15px;
	width: 140px;
	height: 100px;
}

.dy_fr {
	font-size: 14px;
	color: #2a2a2a;
	width: 835px;
	line-height: 24px;
	margin-top: 40px;
}

.nav_1>li {
	width: 25%;
	height: auto;
	padding: 25px 0;
	box-sizing: border-box;
}

.nav_1>li>i {
	display: block;
	width: 70px;
	height: 75px;
	margin: 0 auto 26px;
}

.position_one {
	background-position: -26px -128px;
}

.position_two {
	background-position: -26px -216px;
}

.position_three {
	background-position: -26px -309px;
}

.position_four {
	background-position: -26px -395px;
}

.nav_1>li>p {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.nav_1>li>pre {
	font-size: 14px;
	line-height: 26px;
	width: 215px;
	height: 90px;
	margin: 22px auto;
	text-align: center;
}

.nav_2 {
	position: relative;
}

.new-position_1 {
	position: absolute;
	top: 204px;
	left: 20px;
}

.new-position_2 {
	position: absolute;
	top: 204px;
	left: 522px;
}

.new-position_3 {
	position: absolute;
	top: 565px;
	left: 20px;
}

.new-position_4 {
	position: absolute;
	top: 565px;
	left: 522px;
}

.new-position_5 {
	position: absolute;
	top: 900px;
	left: 20px;
}

.new-position_6 {
	position: absolute;
	top: 900px;
	left: 522px;
}

.new-position_7 {
	position: absolute;
	top: 1250px;
	left: 20px;
}

.new-position_8 {
	position: absolute;
	top: 1250px;
	left: 522px;
}

.nav_2>li {
	width: 50%;
	height: 337px;
	box-sizing: border-box;
}

.nav_2>li>a>img {
	display: block;
	float: left;
	margin: 30px 0 0 18px;
}

.nav_2>li>img:hover {
	transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
}

.text_box {
	width: 320px;
	height: 300px;
	margin-top: 24px;
}

.text_box>pre {
	font-size: 18px;
}

.nav_3>li {
	width: 333px;
	height: 173px;
	padding-top: 115px;
	position: relative;
}

.nav_3>li>img {
	border: 1px solid #e8e8e8;
}

.nav_3>li:nth-of-type(1) {
	background: url(../images/pic_1.png) no-repeat;
}

.nav_3>li:nth-of-type(2) {
	background: url(../images/pic_2.jpg) no-repeat;
	margin-left: -3px;
}

.nav_3>li:nth-of-type(3) {
	background: url(../images/pic_3.jpg) no-repeat;
	margin-left: -3px;
}

.nav_3>li:nth-of-type(4) {
	background: url(../images/pic_4.png) no-repeat;
	margin-top: -3px;
}

.nav_3>li:nth-of-type(5) {
	background: url(../images/pic_6.jpg) no-repeat;
	;
	margin-left: -3px;
	margin-top: -3px;
}

.nav_3>li:nth-of-type(6) {
	background: url(../images/pic_5.jpg) no-repeat;
	margin-left: -3px;
	margin-top: -3px;
}

.nav_3>li.change_bg {
	background: #fff;
}

.show_box {
	width: 290px;
	height: 75px;
	margin: 0 auto;
	color: #fff;
}

.show_box>p {
	text-align: center;
	color: #fff;
}

.show_box>pre {
	margin-top: 10px;
	line-height: 24px;
	color: #fff;
}

.hide_box {
	display: none;
	width: 285px;
	height: 255px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -142.5px;
}

.hide_box>pre {
	text-align: center;
	margin-bottom: 10px;
}

.hide_box>p {
	line-height: 24px;
}

.box {
	height: 265px;
	background: #fff;
	border-top: 1px solid #eee;
}

.nav_4 {
	width: 970px;
	height: 160px;
	margin: 58px auto;
	position: relative;
}

.nav_4>img {
	margin-top: 75px;
}

.nav_4>li {
	position: absolute;
}

.nav_4>li>p {
	text-align: center;
	position: absolute;
	width: 154px;
	height: 38px;
	line-height: 24px;
}

.nav_4>li>a>b {
	color: #ff5867;
}

.position_1 {
	top: 105px;
	left: 60px;
}

.position_2 {
	top: 47px;
	left: 196px;
}

.position_3 {
	top: 105px;
	left: 310px;
}

.position_4 {
	top: 45px;
	left: 455px;
}

.position_5 {
	top: 105px;
	left: 590px;
}

.position_6 {
	top: 44px;
	left: 735px;
}

.position_7 {
	top: 105px;
	left: 870px;
}

.position_son1 {
	left: -57px;
	top: 24px;
}

.position_son3 {
	left: -35px;
	top: 24px;
}

.position_son5 {
	left: -43px;
	top: 24px;
}

.position_son7 {
	left: -46px;
	top: 24px;
}

.position_son2 {
	top: -28px;
	left: -48px;
}

.position_son4 {
	top: -28px;
	left: -43px;
}

.position_son6 {
	top: -28px;
	left: -52px;
}

.nav_5>li {
	height: 370px;
}

.nav_5>li>img {
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.nav_5>li>img:hover {
	transform: translate(-10px, -20px);
	-webkit-transform: translate(-10px, -20px);
	-moz-transform: translate(-10px, -20px);
	-ms-transform: translate(-10px, -20px);
	-o-transform: translate(-10px, -20px);
}

.nav_5>li>p {
	text-align: left;
	padding: 15px 20px;
}

.nav_5>li>pre {
	margin-top: 0;
}

.bottom_btn {
	width: 306px;
	height: 40px;
	margin: 28px auto 0;
}

/*新发现：margin:0;4个值*/
.btn_three,
.four_btn {
	margin-top: 0;
}

.nav_6>li {
	width: 33.33%;
	height: 358px;
	box-sizing: border-box;
}

.nav_6>li>div {
	width: 126px;
	height: 126px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.first_bg {
	margin: 8px auto 10px;
	background-position: -20px -20px;
	background: #fff5cc;
	overflow: hidden;
}

.first_bg>img {
	display: block;
	margin: 18px auto 0;
}

.nav_6>li>h6 {
	text-align: center;
	margin-bottom: 8px;
}

.nav_6>li>p {
	color: #2a2a2a;
	line-height: 25px;
	padding-left: 12px;
}

.form_box {
	height: 219px;
	border-top: 1px solid #eee;
	background: #fff;
	position: relative;
}

.form {
	margin: 10px auto;
	width: 970px;
}

.form i {
	display: inline-block;
	width: 35px;
	height: 32px;
}

.form .dfb {
	font-size: 14px;
	width: 940px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #898989;
	padding-left: 10px;
}

.form .bot {
	height: 42px;
	margin: 25px auto;
	position: relative;
	width: 920px;
}

.form .bot .name1,
.form .bot .name2,
.name3 {
	font-size: 14px;
	color: #c8c8c8;
	width: 170px;
	height: 33px;
	position: absolute;
	left: 0px;
	display: block;
	border: 1px solid #ff6774;
}

.form .bot .name1 .name,
.form .bot .name2 .tel,
.form .email,
.language,
.college,
.professional {
	color: #999;
	background: none;
	font-size: 14px;
	width: 132px;
	position: absolute;
	right: 0;
	top: 0px;
	height: 35px;
	line-height: 35px;
	outline: none;
	border: none;
}

.form .bot .name2 {
	position: absolute;
	left: 245px;
}

.bot .Locate {
	position: absolute;
	left: 730px;
}

.bot .select,
.bor .select,
.bor .selectri {
	margin: 0 10px;
	width: 190px;
	height: 35px;
	position: absolute;
	right: 232px;
	z-index: 10;
	border: 1px solid #ff6774;
}

.address {
	display: block;
	background: url(../images/icon.png) no-repeat;
	width: 50px;
	height: 40px;
}

.address-one {
	background-position: -255px -148px !important;
}

.address-two {
	background-position: -258px -192px !important;
}

.address-three {
	background-position: -258px -231px !important;
}

.address-four {
	background-position: -258px -272px !important;
}

.address-five {
	background-position: -256px -311px !important;
}

.address-six {
	background-position: -258px -355px !important;
}

.address-seven {
	background-position: -257px -401px !important;
}

.bot .select dt {
	font-size: 14px;
	color: #999;
	line-height: 35px;
	width: 150px;
	cursor: pointer;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 40px;
}

/*三角形写法*/
.bot .select dt:after,
.bor .select dt:after {
	content: '';
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 12px solid #ff6774;
}

.bot .select dd {
	overflow-y: scroll;
	position: absolute;
	left: 34px;
	width: 155px;
	top: 35px;
	background: #fff;
	display: none;
	border: 1px solid #898989;
}

.bot .select dd ul {
	max-height: 200px;
	width: 138px;
}

.bot .select dd ul li a {
	line-height: 22px;
	display: block;
	color: #58585a;
	font-size: 14px;
}

.bot .select dd ul li a:hover {
	background: #c8c8c8;
}

.name3 {
	position: absolute;
	left: 745px;
}

.form .bor {
	width: 980px;
	height: 42px;
	margin: 25px auto;
	position: relative;
}

.bor .Locate_bottom {
	position: absolute !important;
	left: 500px !important;
}

.bor .selectri {
	position: absolute;
	left: 260px;
	width: 170px;
}

.bor .select .address {
	display: inline-block;
}

.bor .select .address img {
	margin: 7px 15px;
}

.bor .select dt {
	font-size: 14px;
	color: #999;
	line-height: 35px;
	width: 152px;
	cursor: pointer;
	height: 35px;
	position: absolute;
	top: 0px;
	left: 40px;
}

.bor .select dd {
	position: absolute;
	left: 35px;
	width: 134px;
	top: 35px;
	background: #fff;
	display: none;
	border: 1px solid #898989;
}

.bor .select dd ul li a {
	line-height: 24px;
	display: block;
	color: #58585a;
	font-size: 14px;
}

.bor .select dd ul li a:hover {
	background: #c8c8c8;
}

.btn10 {
	display: block;
	width: 170px;
	height: 40px;
	position: absolute;
	left: 772px;
	top: -30px;
}

.college {
	width: 148px;
}

/*.selectu{width:150px !important;left:39px !important;}*/
.nav_8 {
	background: #fff;
}

.nav_8>li {
	width: 25%;
	height: 228px;
	border: 1px solid #ededed;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}

.nav_8>li>img {
	width: 250px;
	margin-bottom: 8px;
}

.nav_8>li>p,
.nav_8>li>pre {
	text-align: center;
	margin-top: 8px;
	line-height: 21px;
}

.footer-box {
	height: 227px;
	border-top: 1px solid #e8e8e8;
	background: #fff;
	padding: 15px 0;
}

.nav_3 {
	width: 1020px;
}

/*补充轮播*/
#floor6 {
	position: relative;
}

.swiper-container {
	height: 450px;
	width: 1000px;
}

.swiper-wrapper,
.swiper-slide {
	height: 358px;
	box-sizing: border-box;
}

.lr_button {
	width: 1150px;
	height: 100px;
	position: absolute;
	top: 265px;
	z-index: 99;
	left: 50%;
	margin-left: -575px;
}

.btnleft,
.btnright {
	font-size: 60px;
	text-align: center;
	line-height: 100px;
	display: block;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	width: 60px;
	height: 100px;
}

.btnleft:hover,
.btnright:hover {
	color: #fff;
}

.pagination {
	width: 100px;
	height: 20px;
	position: absolute;
	top: 590px;
	left: 50%;
	margin-left: -25px;
}

.swiper-pagination-switch {
	float: left;
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-right: 15px;
	border: 1px solid #535353;
}

.swiper-active-switch {
	background: #535353;
}

.button_box {
	width: 1000px;
	height: 40px;
	position: absolute;
	z-index: 11;
	margin-top: 30px;
}