﻿@charset "utf-8";


.swiper-container {
	height: 500px;
	overflow: visible;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 105px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;

	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}

.banner-text {
	position: absolute;
	left: 0;
	bottom: 150px;
	z-index: 999;
}

.banner-text h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.banner-text em {
	font-style: normal;
	color: #e41e2b;
}

.banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 48px;
	color: #333333;
	line-height: 60px;
}

.banner-text p {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.banner-text .btn-primary {
	box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
	margin-top: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #E41F2B;
	display: inline-block;
}

.slide1 {
	background: url(../images/bg-pc1.jpg) no-repeat center center;
}

.slide2 {
	background: url(../images/bg-pc2.jpg) no-repeat center center;
}

.slide3 {
	background: url(../images/bg-pc3.jpg) no-repeat center center;
}

.slide4 {
	background: url(../images/bg-pc4.jpg) no-repeat center center;
}

.slide5 {
	background: url(../images/bg-pc5.jpg) no-repeat center center;
}

.slide2 .img1 {
	left: 0px;
	bottom: 120px;
	z-index: 9;
	position: absolute;
}

.slide4 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide4 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}
/*波浪遮罩*/
.cover{
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: -1280px;
    right: -1280px;
    width: 2560px;
    height: 60px;
    margin: 0 auto;
}
/*底下四个导航*/
.home-events {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}

.home-events-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.home-events-box-wrapper {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.home-events-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-events-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .2s;
	transition: .2s;
}

.home-events-box-item a {
	display: block;
	height: 100%;
	padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
	opacity: 1;
}

.home-events-box-item:hover h2 {
	color: #fa6f66;
}

.home-events-box-item i {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 60px;
	height: 60px;
}

.home-events-box-item i img {
	position: absolute;
	width: 100%;
	height: 100%;

}

.home-events-box-item i img:last-child {
	opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-events-box-item h2 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #3B516A;

	will-change: color;
}

.home-events-box-item p {
	font-size: 14px;
	line-height: 20px;
	color: #95989D;
}

.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}
/*导航*/
.global-wrap .header {
    width: 100%;
}
.header-first-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7047;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #f5f5f5;
    transition: margin .3s;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -ms-transition: margin .3s;
    -o-transition: margin .3s;
}
.header-nav-first {
    position: relative;
    width: 1450px;
    height: 35px;
    margin: 0 auto;
}
	
.header a, .header-nav .nav-first-left, .header-nav a, .header-nav label, .header-nav span {
    text-decoration: none;
    outline: 0;
    font-family: "Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    cursor: pointer;
}
.nav-first-left {
    float: left;
    z-index: 7048;
    min-width: 120px;
    height: 35px;
    font-size: 12px;
    display: none;
}
.nav-first-left .city-switchover {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    padding: 0 11px 0 24px;
    border: 1px solid #f5f5f5;
    border-top: none;
    border-bottom: none;
    background-color: #f5f5f5;
    overflow: hidden;
}


.icon-coordinate {
    left: 5px;
    top: 9px;
    width: 11px;
    height: 15px;
    background-position: -192px -180px;
}
.icon {
    position: absolute;
    background-image: url(http://100fangchan.oss-cn-hangzhou.aliyuncs.com/202202241515586bb2b7420.jpg);
    background-image: -webkit-image-set(url(http://100fangchan.oss-cn-hangzhou.aliyuncs.com/202202241515586bb2b7420.jpg));
    background-repeat: no-repeat;
    font-size: 0;
}
.nav-city {
    color: #333;
}
.city-option-box {
    position: absolute;
    top: 35px;
    z-index: 7047;
    display: none;
    width: 406px;
    height: auto;
    border: 1px solid #d8d8d8;
}
.city-option-box, .swiper {
    left: 0;
    background-color: #fff;
}
.nav-first-right {
    float: right;
    font-size: 12px;
}
.nav-first-phone {
    position: relative;
    float: right;
    margin-left: 22px;
    font-size: 12px;
    line-height: 35px;
    color: #ff5a00;
}
.nav-first-right .first-division {
    margin-right: 10px;
}
.nav-first-right .division-thread {
    float: right;
    margin: 11px 10px 0 0;
}
.division-thread {
    width: 1px;
    height: 12px;
    vertical-align: top;
    background-color: #dcdcdc;
}


.nav-first-right a {
    float: right;
    display: block;
    padding: 0 14px;
    color: #999;
    cursor: pointer;
    font-style: normal;
}
.nav-first-right .division-thread {
    float: right;
    margin: 11px 10px 0 0;
}
.division-thread {
    width: 1px;
    height: 12px;
    vertical-align: top;
    background-color: #dcdcdc;
}
.header-nav-content {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 7046;
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
}
.header-nav .header-nav-content {
    width: 100%;
    background-color: #fff;
}




.header-nav-box, .nav-content-list, .nav-content-right {
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
}
.header-nav-box {
    position: relative;
    height: 80px;
    width: 1450px;
    margin: 0 auto;
}
.nav-content-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
    margin-top: 16px;
}

	.to8to-logo-box {
    float: left;
}
.to8to-logo-box a {
    float: left;
}


.header-logo {
    position: relative;
    float: left;
    width: 132px;
    height: 47px;
 
}
	
.to8to-logo-box a.ad-rabbit {
    width: 157px;
    height: 51px;
    overflow: hidden;
}
.header-logo-gif {
    width: 145px;
    height: 51px;
    margin: 1px 0 0 5px;
    border-left: 1px solid #ff0000;
  position: relative;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: 1000;
}
    @keyframes example {
  0%   {  transform: translateX(2000px);
      opacity: 0;}
  25%  { opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
}

}
.header-logo-png {
    display: none;
    width: 154px;
    height: 46px;
    margin: -6px 0 0 4px;
}
	.nav-content-center {
    width: 766px;
    margin-left: 356px;
}
.nav-content-center {
    position: relative;
    z-index: 42;
    width: 900px;
    margin-left: 330px;
}
.header-nav-box, .nav-content-list, .nav-content-right {
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
}
.nav-content-list {
    text-align: center;
    height: 80px;
}

.nav-content-list li {
    position: relative;
    float: left;
  height: 58px;
    padding-top: 22px;
    margin-right: 30px;
    cursor: pointer;
    padding: 21px 16px 0;
}
.nav-content-list li.on a {
    padding-bottom: 1px;
border-bottom: 2px solid #f47474;
    color: #ff0000;
}

.nav-content-list li a {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
        position: relative;
    display: block;
}
.nav-content-list .have-arrow, .nav-content-list .have-arrow {
    margin-right: 29px;
}
.nav-content-list .have-arrow {
    margin-right: 15px;
    padding-right: 15px;
}



.nav-content-right {
    height: 79px;
}
.header-nav-box, .nav-content-list, .nav-content-right {
    transition: top .3s;
    -webkit-transition: top .3s;
    -moz-transition: top .3s;
    -ms-transition: top .3s;
    -o-transition: top .3s;
}
.nav-content-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 44;
    height: 69px;
}
.header-nav-hover, .header-page-nav, .nav-content-right, .nav-hover-type, .nav-hover-type>div, .nav-search--center {
    background-color: #fff;
}

.nav-content-search-center {
    height: 34px;
    margin-top: 22px;
}
.nav-content-search-center {
position: relative;
    height: 30px;
    margin-top: 25px;
    border: 1px solid #ffffff;
    font-weight: bold;
    font-size: 24px;
    color: #ed1515;
}

.nav-search-select {
    width: 98px;
    height: 34px;
    margin-top: 0;
}
.nav-search-select {
    top: 0;
    left: 0;
    z-index: 11;
    height: 30px;
    text-align: left;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
}
.nav-search-select, .search-select-list {
    position: absolute;
    display: none;
    width: 98px;
    background-color: #fff;
}
	
	.move-down .header-nav-content {
    position: fixed;
    top: 0;
    border-bottom: none;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
.nav-content-list li:hover a {
padding-bottom: 1px;
    border-bottom: 2px solid #f47474;
    color: #ff0000;
   
}