
@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #525252;

}
a {
	text-decoration: none;
	outline: none;
	transition: all 0.2s;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
table {
	margin: auto;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
.clear {
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
/*头部*/
.head {
	width: 100%;
	height: 90px;
	margin: auto;
	position: absolute;
	top: 0;
	z-index: 99;
}
.head_left {
	float: left;
	padding-top: 21.5px;
	margin-left: 5%;
}
.head_right {
	float: right;
	height: 75px;
	padding-top: 15px;
	margin-right: 5%;
}
.tel {
	float: left;
	height: 75px;
	padding-right: 20px;
}
.tel_left {
	float: left;
	width: 53px;
	height: 54px;
}
.tel_right {
	float: right;
	margin-left: 5px;
}
.tel_right_1 {
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tel_right_2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.dan {
	float: right;
	height: 54px;
	line-height: 75px;
	font-size: 24px;
	margin-left: 20px;
}
.dan_left {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.5s;
}
.dan_right {
	float: right;
	margin-left: 15px;
	margin-top: 6px;
}
.btn-nav {
	transition: all 0.5s;
	background: transparent;
	border: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 99999;
}
.btn-nav:focus {
	outline: 0;
}
.icon-bar {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 33px;
	height: 3px;
	background-color: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.middle {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 17px;
	height: 3px;
	background-color: #FFFFFF;
}
.bottom {
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 25px;
	height: 3px;
	background-color: #FFFFFF;
}
.dan a:hover .middle {
	width: 33px;
}
.dan a:hover .bottom {
	width: 33px;
}
.dan a:hover .icon-bar {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.dan a:hover .dan_left {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	color: #FFFFFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*showy*/
.showy {
	width: 49px;
	height: auto;
	position: fixed;
	right: 10px;
	top: 250px;
	z-index: 9999;
}
.showy a {
	display: inline-block;
	width: 49px;
	height: 49px;
	border-radius: 100px;
	margin-bottom: 15px;
	cursor: pointer;
}
.showy img {
	width: 49px;
	height: 49px;
	border-radius: 100px;
}
.showy a:hover img {
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform-origin: 50% 50% 0;
	transition: transform 0.6s ease-in 0s
}
.sidebox {
	position: absolute;
	width: 49px;
	height: 49px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 16px/49px "微软雅黑";
	overflow: hidden;
}
.sidebox img {
	float: left;
	margin-right: 13px;
}
.sidebox1 {
	position: absolute;
	width: 49px;
	height: 49px;
	top: 67px;
	right: 0;
	transition: all 0.3s;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 16px/49px "微软雅黑";
	overflow: hidden;
}
.sidebox1 img {
	float: left;
	margin-right: 13px;
}
.sec-parent .section {
	_height: 800px !important;
	overflow: hidden;
	position: relative;
}
.sec-parent .sec-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}
#secParent {
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.one {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.index_img {
	width: 724px;
	height: 383px;
	margin: auto;
	padding-top: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
}
/*导航*/

/*导航*/
.nav_warp {
	position: fixed;
	top: 400px;
	z-index: 10;
}
.nav {
	width: 165px;
	height: 224px;
	overflow: hidden;
	position: fixed;
	top: 400px;
	left: 10px;
}
.nav a {
	display: block;
	width: 165px;
	font-size: 14px;
	color: #ffffff;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.nav a.nav_a span.nav_span1 {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	cursor: pointer;
	width: 30px;
}
.nav a.nav_a span.nav_span2 {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.2s;
	margin-left: 10px;
}
.nav span {
	float: left;
	display: inline-block;
}
.nav a span.nav_span1 {
	background: url(../images/nav_03.png) no-repeat center;
	width: 0px;
	height: 32px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.nav a span.nav_span2 {
	width: 110px;
	height: 32px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin-left: 22px;
}
.nav_bg {
	width: 30px;
	height: 224px;
	left: 10px;
	position: fixed;
	top: 400px;
}
.nav_tu {
	width: 30px;
	height: 224px;
	border-left: 2px solid #fff;
	position: absolute;
	bottom: 0;
}
/*邀请框*/
.request_warp {
	width: 100%;
	height: 285px;
	position: fixed;
	z-index: 9999;
	top: 0px;
	opacity: 0;
	display: none;
}
.request {
	width: 610px;
	height: 285px;
	background: url(../images/can.png) no-repeat center;
	margin: auto;
}
.request_1 {
width:;
	margin-left: 78px;
	height: 42px;
}
.request_1 a {
	display: block;
	width: 135px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	float: left;
	margin-right: 40px;
	margin-top: 200px;
	cursor: pointer;
}
.request_1 a.request_1_a {
	color: #fd3f3f;
	background-color: #fff;
}
/*底部*/
.footer {
	width: 100%;

	height: 87px;
	position: fixed;
	bottom: 0px;
}
.foot {
	width: 90%;
	height: 60px;
	margin: auto;
	padding-top: 27px;
}
.foot_left {
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.foot_left a {
	margin-left: 15px;
	margin-right: 20px;
}
.foot_right {
	float: right;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: right;
	padding-top: 6px;
	opacity: 0.5;
}
.foot_right a {
	color: #fff;
}
.footer1 {
	width: 90%;
	padding: 0px 5%;
	height: 60px;
	border-top: 1px #FFF solid;
}
/*底部图标*/
.foot_icon {
	height: 55px;
	margin-left: 50%;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.foot_icon img {
	padding-top: 11px;
	cursor: pointer;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform-origin: 50% 50% 0;
	transition: transform .2s ease-in 0s;
}
.foot_icon1 {
	width: 100%;
	height: 55px;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.foot_icon1 img {
	padding-top: 20px;
	cursor: pointer;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform-origin: 50% 50% 0;
	transition: transform 0.2s ease-in 0s; /* Opera */
}
.icon_warp {
	width: 100%;
	height: 245px;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	display: none;
}
.icon {
	width: 100%;
	height: 184px;
	background-color: rgba(0,0,0,0.8);
}
.icon_left {
	float: left;
	margin-left: 5%;
	height: 124px;
	margin-top: 52px;
}
.deep_left_1 {
	font-size: 39px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
}
.deep_left_2 {
width:;
	height: 50px;
}
.deep_1 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: url(../images/case_66.png) no-repeat left;
	padding-left: 20px;
}
.deep_2 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/case_63.png) no-repeat left;
	padding-left: 20px;
	margin-left: 30px;
}
.icon_right {
	float: right;
	margin-right: 5%;
}
.icon_right_1 {
	font-size: 12px;
	color: #fff;
	background: url(../images/index_19.png) no-repeat left;
	padding-left: 20px;
	height: 16px;
	margin-top: 70px;
	float: right;
	overflow: hidden;
}
.icon_right_2 {
	font-size: 16px;
	color: #fff;
	height: 55px;
	line-height: 55px;
}
.icon_right_2 a {
	color: #fff;
}
.cd-section {
	padding: 2em;
	margin-top: 5em;
	text-align: center;
}
.cd-bouncy-nav-trigger {
	/* button style */

	color: #ffffff;
	border-radius: 10em;
}
.no-touch .cd-bouncy-nav-trigger:hover {
	background: #e0a36f;
}
.cd-bouncy-nav-modal {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 35, 37, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
	-moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
	transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}
.cd-bouncy-nav-modal.fade-in {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.1s 0s, visibility 0s 0s;
	transition: opacity 0.1s 0s, visibility 0s 0s;
}
.cd-bouncy-nav-modal .cd-close {
	display: block;
	position: fixed;
	top: 20px;
	right: 5%;
	width: 44px;
	height: 44px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transform: scale(0) translateZ(0);
	-moz-transform: scale(0) translateZ(0);
	-ms-transform: scale(0) translateZ(0);
	-o-transform: scale(0) translateZ(0);
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
	transition: transform 0.3s 0s, visibility 0s 0.3s;
}
.cd-bouncy-nav-modal.fade-in .cd-close {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s;
	-moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s;
	transition: transform 0.3s 0s, visibility 0.3s 0s;
}
@media only screen and (min-width: 1170px) {
.cd-bouncy-nav-modal .cd-close {
	top: 60px;
}
}
.cd-bouncy-nav {
	position: absolute;
	left: 50%;
	top: 50vh;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
	max-width: 300px;
}
.cd-bouncy-nav li {
	width: 50%;
	float: left;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateY(100vh);
	-moz-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	-o-transform: translateY(100vh);
	transform: translateY(100vh);
	text-align: center;
	list-style: none;
}
.is-visible .cd-bouncy-nav li {
	/* used to assign a tranlsateY value when the animation is over */
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.fade-in .cd-bouncy-nav li {
	-webkit-animation: cd-move-in 0.4s;
	-moz-animation: cd-move-in 0.4s;
	animation: cd-move-in 0.4s;
}
.fade-out .cd-bouncy-nav li {
	-webkit-animation: cd-move-out 0.4s;
	-moz-animation: cd-move-out 0.4s;
	animation: cd-move-out 0.4s;
}
.fade-in .cd-bouncy-nav li, .fade-out .cd-bouncy-nav li {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(3), .fade-out .cd-bouncy-nav li:nth-of-type(3) {
	-webkit-animation-delay: 0.15s;
	-moz-animation-delay: 0.15s;
	animation-delay: 0.15s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(4), .fade-out .cd-bouncy-nav li:nth-of-type(4) {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(6), .fade-out .cd-bouncy-nav li:nth-of-type(6) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.cd-bouncy-nav a {
	display: inline-block;
	min-width: 60px;
	position: relative;
	padding: 90px 20px 0;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 70px;
}
.cd-bouncy-nav a::before {
	/* icons */
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #fd3f3e;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.no-touch .cd-bouncy-nav a:hover::before {
	background-color: #fd3f3e;
	background-image: url(../images/about1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cd-bouncy-nav li:nth-of-type(1) a::before {
	background-color: #910605;
	background-image: url(../images/about1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cd-bouncy-nav li:nth-of-type(2) a::before {
	background-color: #910605;
	background-image: url(../images/about2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cd-bouncy-nav li:nth-of-type(3) a::before {
	background-color: #910605;
	background-image: url(../images/about3.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cd-bouncy-nav li:nth-of-type(4) a::before {
	background-color: #910605;
	background-image: url(../images/about4.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cd-bouncy-nav li:nth-of-type(5) a::before {
	background-color: #910605;
	background-image: url(../images/about5.png);
	background-repeat: no-repeat;
	background-position: center;
}
.cd-bouncy-nav li:nth-of-type(6) a::before {
	background-color: #910605;
	background-image: url(../images/about6.png);
	background-repeat: no-repeat;
	background-position: center;
}
@media only screen and (min-width: 768px) {
.cd-bouncy-nav {
	max-width: 1200px;
}
.cd-bouncy-nav li {
	width: 16.6%;
	float: left;
}
.fade-in .cd-bouncy-nav li:nth-of-type(1), .fade-out .cd-bouncy-nav li:nth-of-type(1) {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	animation-delay: 0s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(4), .fade-out .cd-bouncy-nav li:nth-of-type(4) {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
	-webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.cd-bouncy-nav a {
	margin-bottom: 50px;
}
}
 @-webkit-keyframes cd-move-in {
 0% {
 -webkit-transform: translateY(100vh);
}
 65% {
 -webkit-transform: translateY(-1.5vh);
}
 100% {
 -webkit-transform: translateY(0vh);
}
}
@-moz-keyframes cd-move-in {
 0% {
 -moz-transform: translateY(100vh);
}
 65% {
 -moz-transform: translateY(-1.5vh);
}
 100% {
 -moz-transform: translateY(0vh);
}
}
@keyframes cd-move-in {
 0% {
 -webkit-transform: translateY(100vh);
 -moz-transform: translateY(100vh);
 -ms-transform: translateY(100vh);
 -o-transform: translateY(100vh);
 transform: translateY(100vh);
}
 65% {
 -webkit-transform: translateY(-1.5vh);
 -moz-transform: translateY(-1.5vh);
 -ms-transform: translateY(-1.5vh);
 -o-transform: translateY(-1.5vh);
 transform: translateY(-1.5vh);
}
 100% {
 -webkit-transform: translateY(0vh);
 -moz-transform: translateY(0vh);
 -ms-transform: translateY(0vh);
 -o-transform: translateY(0vh);
 transform: translateY(0vh);
}
}
@-webkit-keyframes cd-move-out {
 0% {
 -webkit-transform: translateY(0vh);
}
 100% {
 -webkit-transform: translateY(-100vh);
}
}
@-moz-keyframes cd-move-out {
 0% {
 -moz-transform: translateY(0vh);
}
 100% {
 -moz-transform: translateY(-100vh);
}
}
@keyframes cd-move-out {
 0% {
 -webkit-transform: translateY(0vh);
 -moz-transform: translateY(0vh);
 -ms-transform: translateY(0vh);
 -o-transform: translateY(0vh);
 transform: translateY(0vh);
}
 100% {
 -webkit-transform: translateY(-100vh);
 -moz-transform: translateY(-100vh);
 -ms-transform: translateY(-100vh);
 -o-transform: translateY(-100vh);
 transform: translateY(-100vh);
}
}
.index_but {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	height: 48px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	bottom: -50px;
}
.index_but a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 148px;
	height: 44px;
	border-radius: 45px;
	line-height: 44px;
}
.index_but a:hover {
	cursor: pointer;
}
.button {
	min-width: 150px;
	max-width: 148px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin: auto;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button--moema {
	padding: 1.2em 3em;
	border-radius: 50px;
	/*background: #7986cb;*/
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	border: 2px solid #fff;
	font-size: 14px;
}
.button--moema.button--inverted {
	background: #000;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #fff;
	background-color: #000;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
	cursor: pointer;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #000;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-1 {
 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes anim-moema-2 {
 to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
@keyframes anim-moema-2 {
 to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}
.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 0.6s ease-out 75ms;
	-moz-animation: sonarEffect 0.6s ease-out 75ms;
	animation: sonarEffect 0.6s ease-out 75ms;
}
 @-webkit-keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #fd3f3e, 0 0 0 5px rgba(255,255,255,0.1);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #fd3f3e, 0 0 0 5px rgba(255,255,255,0.1);
 -webkit-transform: scale(1.5);
 opacity: 0;
}
}
@-moz-keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #fd3f3e, 0 0 0 5px rgba(255,255,255,0.1);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #fd3f3e, 0 0 0 5px rgba(255,255,255,0.1);
 -moz-transform: scale(1.5);
 opacity: 0;
}
}
@keyframes sonarEffect {
 0% {
 opacity: 0.3;
}
 40% {
 opacity: 0.5;
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #fd3f3e, 0 0 0 5px rgba(255,255,255,0.1);
}
 100% {
 box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #fd3f3e, 0 0 0 5px rgba(255,255,255,0.1);
 transform: scale(1.5);
 opacity: 0;
}
}
.footerts {
	position: absolute;
	bottom: -385px;
	left: 0px;
}
.mod-video {
	position: fixed;
	top: 50%; left: 50%;
  transform: translate(-50%, -50%);
      min-width: 100%;
    min-height: 100%;
	background-size: cover;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	
	background-size: auto 100%;
}
.container {
	width: 155px;
	position: fixed;
	_position: absolute;
	height: 30px;
	background-color: rgba(0,0,0,0);
}
.container h3 span {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.piao {
	display: none;
}
 @media screen and (max-width:1600px)and (min-width:1366px) {
.icon_warp {
	width: 100%;
	height: 175px;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	display: none;
}
.icon {
	width: 100%;
	height: 115px;
	background-color: rgba(0,0,0,0.8);
}
.icon_left {
	float: left;
	margin-left: 5%;
	height: 100px;
	margin-top: 15px;
}
.deep_left_1 {
	font-size: 35px;
	line-height: 44px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
}
.deep_left_2 {
width:;
	height: 50px;
}
.deep_1 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: url(../images/case_66.png) no-repeat left;
	padding-left: 20px;
}
.deep_2 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/case_63.png) no-repeat left;
	padding-left: 20px;
	margin-left: 30px;
}
.icon_right {
	float: right;
	margin-right: 5%;
}
.icon_right_1 {
	font-size: 12px;
	color: #fff;
	background: url(../images/index_19.png) no-repeat left;
	padding-left: 20px;
	height: 16px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}
.icon_right_2 {
	font-size: 16px;
	color: #fff;
	height: 55px;
	line-height: 55px;
}
.nav {
	top: 250px;
	left: 10px;
}
.nav_bg {
	top: 250px;
	left: 10px;
}
.showy {
	top: 300px;
}
.index_img {
	width: 100%;
	height: 300px;
	margin: auto;
	padding-top: 130px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	text-align: center;
}
.index_img img {
	width: auto;
	height: 300px;
}
}
@media screen and (max-width:1365px)and (min-width:1000px) {
.icon_warp {
	width: 100%;
	height: 175px;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	display: none;
}
.icon {
	width: 100%;
	height: 115px;
	background-color: rgba(0,0,0,0.8);
}
.icon_left {
	float: left;
	margin-left: 5%;
	height: 100px;
	margin-top: 15px;
}
.deep_left_1 {
	font-size: 35px;
	line-height: 44px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
}
.deep_left_2 {
width:;
	height: 50px;
}
.deep_1 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: url(../images/case_66.png) no-repeat left;
	padding-left: 20px;
}
.deep_2 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/case_63.png) no-repeat left;
	padding-left: 20px;
	margin-left: 30px;
}
.icon_right {
	float: right;
	margin-right: 5%;
}
.icon_right_1 {
	font-size: 12px;
	color: #fff;
	background: url(../images/index_19.png) no-repeat left;
	padding-left: 20px;
	height: 16px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}
.icon_right_2 {
	font-size: 16px;
	color: #fff;
	height: 55px;
	line-height: 55px;
}
.index_img {
	width: 600px;
	height: 250px;
	margin: auto;
	padding-top: 110px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	text-align: center;
}
.index_img img {
	width: auto;
	height: 250px;
}
.nav {
	top: 190px;
	left: 10px;
}
.nav_bg {
	top: 190px;
	left: 10px;
}
.showy {
	bottom: 260px;
}
.index_but {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	height: 42px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	bottom: -50px;
}
.index_but a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 128px;
	height: 34px;
	border-radius: 45px;
	line-height: 34px;
}
.index_but a:hover {
	cursor: pointer;
}
.button {
	min-width: 130px;
	max-width: 128px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin: auto;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button--moema {
	padding: 1em 2em;
	border-radius: 50px;
	/*background: #7986cb;*/
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	border: 2px solid #fff;
	font-size: 14px;
}
.button--moema.button--inverted {
	background: #000;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #fff;
	background-color: #000;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
	cursor: pointer;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #000;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
 @-webkit-keyframes anim-moema-1 {
 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes anim-moema-1 {
 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @-webkit-keyframes anim-moema-2 {
 to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes anim-moema-2 {
 to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.head_left {
	margin-left: 10px;
}
.head_right {
	margin-right: 10px;
}
}
 @media screen and (max-width:1000px)and (min-width:700px) {
.icon_warp {
	width: 100%;
	height: 175px;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	display: none;
}
.icon {
	width: 100%;
	height: 115px;
	background-color: rgba(0,0,0,0.8);
}
.icon_left {
	float: left;
	margin-left: 5%;
	height: 100px;
	margin-top: 15px;
}
.deep_left_1 {
	font-size: 35px;
	line-height: 44px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
}
.deep_left_2 {
width:;
	height: 50px;
}
.deep_1 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: url(../images/case_66.png) no-repeat left;
	padding-left: 20px;
}
.deep_2 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/case_63.png) no-repeat left;
	padding-left: 20px;
	margin-left: 30px;
}
.icon_right {
	float: right;
	margin-right: 5%;
	display: none;
}
.icon_right_1 {
	font-size: 12px;
	color: #fff;
	background: url(../images/index_19.png) no-repeat left;
	padding-left: 20px;
	height: 16px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}
.icon_right_2 {
	font-size: 16px;
	color: #fff;
	height: 55px;
	line-height: 55px;
}
.index_img {
	width: 500px;
	height: 265px;
	margin: auto;
	padding-top: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
}
.index_img img {
	width: 500px;
	height: 265px;
}
.tel {
	display: none;
}
.nav_warp {
	display: none;
}
.cd-bouncy-nav a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #fd3f3e;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.cd-bouncy-nav a {
	display: inline-block;
	min-width: 40px;

	position: relative;
	padding: 70px 20px 0;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 70px;
}
.fade-in .cd-bouncy-nav li, .fade-out .cd-bouncy-nav li {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	margin-bottom: 20px;
}
}
 @media screen and (max-width:700px)and (min-width:0px) {
.icon_warp {
	width: 100%;
	height: 175px;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	display: none;
}
.icon {
	width: 100%;
	height: 115px;
	background-color: rgba(0,0,0,0.8);
}
.icon_left {
	float: left;
	margin-left: 5%;
	height: 100px;
	margin-top: 15px;
}
.deep_left_1 {
	font-size: 35px;
	line-height: 44px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
}
.deep_left_2 {
width:;
	height: 50px;
}
.deep_1 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: url(../images/case_66.png) no-repeat left;
	padding-left: 20px;
}
.deep_2 {
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: url(../images/case_63.png) no-repeat left;
	padding-left: 20px;
	margin-left: 30px;
}
.icon_right {
	float: right;
	margin-right: 5%;
	display: none;
}
.icon_right_1 {
	font-size: 12px;
	color: #fff;
	background: url(../images/index_19.png) no-repeat left;
	padding-left: 20px;
	height: 16px;
	margin-top: 20px;
	float: right;
	overflow: hidden;
}
.icon_right_2 {
	font-size: 16px;
	color: #fff;
	height: 55px;
	line-height: 55px;
}
.head_left {
}
.head_left img {
	height: 50px;
	width: auto;
}
.head_right {
	padding-top: 10px;
}
.index_img {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin: auto;
	padding-top: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	text-align: center;
}
.index_img img {
	width: auto;
	height: 150px;
}
.tel {
	display: none;
}
.mod-video { display: none;
}
.footer {
	display: none;
}
.nav_warp {
	display: none;
}
.showy {
	display: none;
}
.foot_icon {
	display: none;
}
.piao {
	width: 100%;
	height: 43px;
	display: block;
}
.fu_warp {
	width: 100%;
	height: 43px;
	background-color: #000;
	position: fixed;
	bottom: 0;
	z-index: 9999999;
}
.fu {
	width: 100%;
	height: 43px;
	margin: auto;
	text-align: center;
}
.fu a {
	float: left;
	display: inline-block;
	width: 33%;
	height: 43px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 43px;
}
.fu a.fu_a {
	background: none;
}
.fu a.fu_1 {
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
}
.fu span {
	font-size: 14px;
	color: #fff;
	background: url(../images/z1.png) no-repeat left;
	padding-left: 23px;
	background-size: auto 100%;
}
.fu span.fu_span1 {
	font-size: 14px;
	color: #fff;
	background: url(../images/lian.png) no-repeat left;
	padding-left: 23px;
	background-size: auto 100%;
}
.fu span.fu_span2 {
	font-size: 14px;
	color: #fff;
	background: url(../images/dian.png) no-repeat left;
	padding-left: 23px;
	background-size: auto 100%;
}
.index_but {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	height: 42px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	bottom: -50px;
}
.index_but a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 128px;
	height: 34px;
	border-radius: 45px;
	line-height: 34px;
}
.index_but a:hover {
	cursor: pointer;
}
.button {
	min-width: 130px;
	max-width: 128px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin: auto;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button--moema {
	padding: 0.8em 2em;
	border-radius: 50px;
	/*background: #7986cb;*/
	color: #fff;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	border: 2px solid #fff;
	font-size: 14px;
}
.button--moema.button--inverted {
	background: #000;
	color: #37474f;
}
.button--moema::before {
	content: '';
	position: absolute;
	top: -20px;
	left: -20px;
	bottom: -20px;
	right: -20px;
	background: inherit;
	border-radius: 50px;
	z-index: -1;
	opacity: 0.4;
	-webkit-transform: scale3d(0.8, 0.5, 1);
	transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
	-webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
	color: #fff;
	background-color: #000;
	-webkit-animation: anim-moema-1 0.3s forwards;
	animation: anim-moema-1 0.3s forwards;
	cursor: pointer;
}
.button--moema.button--inverted:hover {
	color: #ECEFF1;
	background-color: #000;
}
.button--moema:hover::before {
	-webkit-animation: anim-moema-2 0.3s 0.3s forwards;
	animation: anim-moema-2 0.3s 0.3s forwards;
}
 @-webkit-keyframes anim-moema-1 {
 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes anim-moema-1 {
 60% {
 -webkit-transform: scale3d(0.8, 0.8, 1);
 transform: scale3d(0.8, 0.8, 1);
}
 85% {
 -webkit-transform: scale3d(1.1, 1.1, 1);
 transform: scale3d(1.1, 1.1, 1);
}
 100% {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @-webkit-keyframes anim-moema-2 {
 to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
 @keyframes anim-moema-2 {
 to {
 opacity: 0;
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
}
.cd-bouncy-nav a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #fd3f3e;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.cd-bouncy-nav a {
	display: inline-block;
	min-width: 40px;
	position: relative;
	padding: 70px 20px 0;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 70px;
}
.fade-in .cd-bouncy-nav li, .fade-out .cd-bouncy-nav li {
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	margin-bottom: 20px;
}
.request_warp {
	display: none;
}
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select { margin: 0px; padding: 0px; border: 0px; }
table { border-collapse: collapse; }
body { font-size: 14px; color: rgb(51, 51, 51); font-family: 微软雅黑; overflow-x: hidden; background: rgb(196, 7, 1); min-width: 1200px; }
img, a { border: 0px; text-decoration: none; color: rgb(51, 51, 51); }
ol, ul { list-style: none; }
.clear { clear: both; }
img { max-width: 100%; height: auto; }
input:focus { outline: none; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; font-size: 100%; }
.contNav { height: 45px; line-height: 45px; background: url("../images/futbg.png"); }
.contNav .newfut { width: 1065px; height: 45px; line-height: 45px; background: url("../images/fut.png") 0px center no-repeat; padding-left: 35px; margin: 0px auto; }
.contNav .newfut strong { float: left; font-size: 16px; color: #ddb972; }
.contNav .newfut #newsfut { float: left; width: 90%; margin-left: 20px; height: 45px; }
.contNav .newfut #newsfut a { color: rgb(207, 190, 147); }
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }
.swiper-container-no-flexbox .swiper-slide { float: left; }
.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0px auto; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; align-items: flex-start; transition-property: transform, height; }
.swiper-container .swiper-notification { position: absolute; left: 0px; top: 0px; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0px; top: 0px; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; }
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { }
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; }
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0px; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }


:root { --swiper-theme-color:#ffdf00; }
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0px; z-index: 1; }
.swiper-container-vertical > .swiper-wrapper { flex-direction: column; }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0px, 0px); }
.swiper-container-multirow > .swiper-wrapper { flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper { flex-flow: column wrap; }
.swiper-container-free-mode > .swiper-wrapper { transition-timing-function: ease-out; margin: 0px auto; }
.swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }
.swiper-container-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { transform-style: preserve-3d; }
.swiper-container-css-mode > .swiper-wrapper { overflow: auto; }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { scroll-snap-type: y mandatory; }
:root { --swiper-navigation-size:44px; }
.swiper-pagination { position: absolute; text-align: center; transition: opacity 0.3s ease 0s; transform: translate3d(0px, 0px, 0px); z-index: 10; }
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0px; width: 100%; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); }
.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: rgb(0, 0, 0); opacity: 0.2; }
button.swiper-pagination-bullet { border: none; margin: 0px; padding: 0px; box-shadow: none; appearance: none; }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }
.swiper-pagination-bullet-active { opacity: 1; background: var(--swiper-pagination-color,var(--swiper-theme-color)); }
.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; transform: translate3d(0px, -50%, 0px); }
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0px; display: block; }
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: transform 0.2s ease 0s, top 0.2s ease 0s; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 4px; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: transform 0.2s ease 0s, left 0.2s ease 0s; }
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: transform 0.2s ease 0s, right 0.2s ease 0s; }
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width: 100%; height: 4px; left: 0px; top: 0px; }
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar { width: 4px; height: 100%; left: 0px; top: 0px; }
.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }
.swiper-container .swiper-notification { position: absolute; left: 0px; top: 0px; pointer-events: none; opacity: 0; z-index: -1000; }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { transition-timing-function: ease-out; }
.swiper-container-fade .swiper-slide { pointer-events: none; transition-property: opacity; }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0px 0px; width: 100%; height: 100%; }
.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-cube.swiper-container-rtl .swiper-slide { transform-origin: 100% 0px; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; }
.swiper-container-flip .swiper-slide { pointer-events: none; backface-visibility: hidden; z-index: 1; }
.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }
* { margin: 0px; padding: 0px; }
a { text-decoration: none; }
input { outline: none; }
body { overflow-y: scroll; }
.swiper-container { z-index: 1; }
.swiper-slide { background-position: 50% 0px; }
.swiper-slide a { display: block; height: 670px; }
.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 24px; }
.swiper-pagination-bullet { width: 6px; height: 6px; border-width: 1px; border-style: solid; opacity: 1; }
.gray .swiper-pagination-bullet { border-color: rgb(102, 102, 102); background-color: rgb(102, 102, 102); }
.gray .swiper-pagination-bullet-active { background-color: transparent; }
.white .swiper-pagination-bullet { border-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); }
.white .swiper-pagination-bullet-active { background-color: transparent; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0px 8px; }