html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 10px;
}

@base: "Helvetica Neue",
"Helvetica,Arial",
"Microsoft Yahei",
"Hiragino Sans GB",
"Heiti SC",
"WenQuanYi Micro Hei",
"sans-serif";
body {
	background-color: #F7F8FB;
	font-weight: lighter;
	font-family: @base;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
	font-weight: 300;
}

input,
textarea,
button {
	outline: none;
}

.nav {
	background-color: #fff;
	width: 170px;
	height: 100%;
}

.nav .logo {
	padding: 35px 0;
	text-align: center;
}

.nav ul,
.nav ul li {
	padding: 0;
	margin: 0;
}

.nav ul {
	height: 485px;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.nav ul li a {
	display: block;
	height: 120px;
	text-align: center;
	line-height: 137px;
	color: #2B2B2B;
	font-size: 20px;
	text-decoration: none;
	font-weight: 200;
	cursor: pointer;
}

.nav>ul>li.active>a {
	color: #fff;
}

.nav ul li a:hover {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.nav_floatr {
	position: relative;
	top: 0;
	background-color: #fff;
	color: #fff;
	height: 120px;
}

.nav .nav_contact a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	display: block;
	background-color: #000000;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: 100;
}

.nav .nav_contact.on a {
	background-color: #df1120;
	color: #fff;
}

/*右上角菜单开始*/
.nav{
    background-color: #fff;
    width: 170px;
    height: 100%;
}

.nav .logo{
    padding: 35px 0;
    text-align: center;
}
.nav ul,.nav ul li{
    padding: 0;
    margin: 0;
}
.nav ul{
    height: 485px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.nav ul li{

}
.nav ul li a{
    display: block;
    height: 120px;
    text-align: center;
    line-height: 142px;
    color: #2B2B2B;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;

}
.nav>ul>li.active>a{
    color: #fff;
}
.nav ul li a:hover{
    /*background-color: #ED4A4A;*/
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}


.nav_floatr{
    position: relative;
    top:0;
    background-color: #fff;
    color: #fff;
    height: 120px;
    /*-webkit-transition: all .3s ease-in-out;*/
    /*-moz-transition: all .3s ease-in-out;*/
}

.nav .nav_contact a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    display: block;
    background-color: #000000;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}

.nav .nav_contact.on a{
    background-color: #ED4A4A;
    color: #fff;
}
.m_nav{
    background-color: #FFFFFF;
    padding: 10px;
    opacity: .97;
}
.m_nav .logo{
    float: left;
    width: 70px;
}
.m_nav .m_nav_icon{
    float: right;
    width: 28px;
    text-align: center;
}
.m_nav .m_nav_icon span{
    font-size: 28px;
    color: #ED4A4A;
    font-weight: 100;
}
.m_nav_li{
    display: none;
    background-color: #fff;
    opacity: .98;
    height: 100%;
}
.m_nav_li ul,.m_nav_li ul li{
    padding: 0;
    margin: 0;
}
.m_nav_li ul{
    height: 320px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;

}
.m_nav_li ul li{
    display: block;
    text-align: center;
    height: 80px;

}
.m_nav_li ul li.active a,.m_nav_li ul li:hover a{
    color: #ED4A4A;
}
.m_nav_li ul li a{
    font-size: 2.4rem;
    font-family: Conv_gillsans;
    color: #2B2B2B;
    text-decoration: none;
    font-weight: 100;
}

.m_nav_li .nav_contact a{
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    background-color: #000000;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    font-family: Conv_gillsans;
}
/*右上角菜单结束*/
























@media (min-width: 768px) {
	.body {
		padding-left: 170px;
	}
}

.section {
	text-align: center;
}

.home_more {
	position: absolute;
	bottom: 50px;
	width: 100%;
	z-index: 96;
}

.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, .6);
	background-size: 25%;
	top: 100%;
	margin-top: -60px;
}

.swiper-button-prev {
	left: auto;
	right: 100px;
}

.swiper-button-next {
	right: 20px;
}


/*跳动的向下箭头开始*/

.downarrow {
	width: 50%;
	text-align: center;
	margin: 50px auto;
}

.downhei {
	position: absolute;
	bottom: -2vh;
	left: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1367px) {
	.downhei {
	position: absolute;
	bottom: -6vh;
	left: 25%;
}
	
}

.downarrow img {
	display: inline-block;
	animation: myfirst .9s infinite;
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
		opacity: .3;
	}
	50% {
		transform: translate(0px, -10px);
		opacity: 1;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: .3;
	}
}

@keyframes mytwo {
	0% {
		transform: translate(0px, 0px);
		opacity: 1;
	}
	50% {
		transform: translate(0px, -10px);
		opacity: .3;
	}
	100% {
		transform: translate(0px, 0px);
		opacity: 1;
	}
}


/*跳动的向下箭头结束*/

@media (min-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		width: 80px;
		height: 80px;
		background-color: rgba(255, 255, 255, .6);
		background-size: 25%;
		top: 50%;
		margin-top: -40px;
	}
	.swiper-button-prev {
		right: 100px;
	}
	.swiper-button-next {
		right: 60px;
	}
}

::-webkit-input-placeholder {
	color: #2B2B2B;
}

:-ms-input-placeholder {
	color: #2B2B2B;
}

.section .foot {
	background-color: #F9F9F9;
	color: #2B2B2B;
	height: 80px;
	position: fixed;
	bottom: 0;
	width: 100%;
	line-height: 80px;
	font-size: 14px;
	font-family: @base;
	;
}

.foot .weixin {
	float: right;
	margin-top: -46px;
}

.history {
	height: 100%;
	overflow-y: scroll;
	background-color: #fff;
}

.history .history_top .top_info {
	padding-top: 60px;
}

.history .history_top .top_info>p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	margin: 0 20px;
	opacity: .9;
	position: relative;
	left: 50%;
	top: 50%;
	width: 600px;
	height: auto;
	transform:translate(-50%,-50%);
}

.hs_body {
	text-align: center;
}

.history .foot {
	background-color: #000;
	color: #fff;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
}

.history .container {
	padding-left: 15px;
	padding-right: 15px;
}
.introduce{
	width:42.66vw;height: 15.46vh;margin:0 auto
}

@media (min-width: 1367px) {
	.history {
		height: 100%;
		overflow-y: scroll;
		background-color: #fff;
	}
	.history .history_top {
		display: table;
		width: 100%;
		height: 100%;
		background: url("/website/pc/images/home_history_bg.png") no-repeat center center;
		background-size: cover;
	}
	.history .history_top .top_info {
		padding-top: 0;
		display: table-cell;
		vertical-align: middle;
	}
	.history .history_top .top_info>h2 {
		padding-top: 0;
		text-align: center;
		color: #fff;
		font-size: 2.5vw;
		font-weight: lighter;
		padding-bottom: 3.4vh;
		background: url("/website/pc/images/h2_b_s.png") no-repeat bottom center;
		background-size: auto;
		font-family: Gotham;
		word-spacing: 3px;
		letter-spacing: 3px;
		margin-top: -6.2vh;
	}
	.history .history_top .introduce>p {
		font-size: 18px;
		/*line-height: 24px;*/
		color: #ffffff;
		letter-spacing: 1.5px;
		width: 800px;
		max-width: 1200px;
		text-align: left;
		font-family: @base;
		line-height:3.7vh;
		position: relative;
		left: 50%;
		top: 50%;
		height: auto;
		transform:translate(-50%,-50%);


	}
	.hs_y {
		background: url("/website/pc/images/about/hs_line.png") no-repeat top center;
		height: 178px;
		/*height: 4.38vh;*/
		text-align: center;
	}
	.hs_body {
		text-align: center;
	}
	.history .foot {
		background-color: #000;
		color: #fff;
		height: 80px;
		width: 100%;
		line-height: 80px;
		font-size: 14px;
		text-align: center;
	}
	.introduce {
		text-align: left;
		color: #fff;
		height: 26vh;
		margin: 0 auto;
		width: 18.8125vw;
	}
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.introduce {
		text-align: left;
		color: #fff;
		/*padding-left: 4.5%;*/
	}
	.history {
		height: 100%;
		overflow-y: scroll;
		background-color: #fff;
	}
	.history .history_top {
		display: table;
		width: 100%;
		height: 100%;
		background: url("/website/pc/images/home_history_bg.png") no-repeat center center;
		background-size: cover;
	}
	.history .history_top .top_info {
		padding-top: 0;
		display: table-cell;
		vertical-align: middle;
	}
	.history .history_top .top_info>h2 {
		padding-top: 0;
		text-align: center;
		color: #fff;
		font-size: 2.5vw;
		font-weight: lighter;
		padding-bottom: 3.4vh;
		background: url("/website/pc/images/h2_b_s.png") no-repeat bottom center;
		background-size: auto;
		font-family: Gotham;
		word-spacing: 3px;
		letter-spacing: 3px;
		margin-top: -3.2vh;
		padding-left: 2px;
	}
	.history .history_top .introduce>p {
		max-width: 1200px;
		text-align: left;
		margin-top: 2.2vh;
		font-size: 15px;
		line-height: 26px;
		font-family: @base;
		margin-bottom: 0 !important;
		color: #ffffff;
		letter-spacing: 1.5px;
		position: relative;
		left: 50%;
		top: 50%;
		height: auto;
		transform:translate(-50%,-50%);
	}
	.hs_y {
		background: url("/website/pc/images/about/hs_line.png") no-repeat top center;
		/*height: 178px;*/
		height: 4.38vh;
		text-align: center;
		font-size: 30px;
	}
	.hs_body {
		text-align: center;
	}
	.history .foot {
		background-color: #000;
		color: #fff;
		height: 80px;
		width: 100%;
		line-height: 80px;
		font-size: 14px;
		text-align: center;
	}
}

.swiper-button-black {
	opacity: 0.35;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.swiper-button-black:hover {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

.slogan_bg .slogan {
	position: absolute;
	z-index: 99;
}

@media (min-width: 1440px) {
	.slogan {
		padding-left: 200px;
	}
	.wk2 .swiper-slide .wk_info {
		padding-left: 300px;
		text-align: left;
		color: #fff;
	}
}

.project_home .shouye {
	background: url("/website/pc/images/shouye.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

.project_home .topcontact {
	background: url("/website/pc/images/contact.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

.project_home .top {
	background: url("/website/pc/images/product/trainingSupport.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

.project_home .topxinxi {
	background: url("/website/pc/images/product/mationSystem.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

.project_home .topyoujia {
	background: url("/website/pc/images/product/housetrading.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

.project_home .topzhonghe {
	background: url("/website/pc/images/product/comprehensiveFinancial.png") no-repeat center;
	background-size: cover;
	height: 100%;
}

.project_home .dbox {
	color: #120D0D;
	padding-left: 90px;
	text-align: left;
	padding-bottom: 16px;
}

.project_home .cbox {
	color: #fff;
	/*padding-left: 100px;*/
	text-align: left;
}

.project_home .kkbox {
	color: #fff;
	padding-left: 5.21vw;
	text-align: left;
}

.project_home h2 {
	font-family: @base;
	/*font-size: 2.5vw;*/
	/*font-weight: bolder;*/
	padding-bottom: 3.67vh;
}

.project_home p {
	font-family: @base;
	font-size: 1.04vw;
}

.dbox p {
	font-size: 0.94vw;
}

.dbox span {
	font-size: 1.25vw;
}

.project_home a {
	font-size: 18px;
	color: #ED4A4A;
	text-decoration: none;
}

.project_home a:hover {
	font-weight: bolder;
}

.section .job {
	height: 100%;
	text-align: left;
	padding: 36.7vh 0px;
	background-color: #fff;
}

.project_home .jianzhiguan {
	font-size: 3.65vw;
	color: #120D0D;
}

.project_home .jianzhiguantrans {
	color: #D3D3D3;
	font-size: 1.56vw;
}

.project_home .rightjianzhiguan {
	font-size: 2.08vw;
	color: #120D0D;
}

.project_home .chengjiukehu {
	height: 100%;
	text-align: left;
	padding: 34.22vh 5.21vw;
	background: url("/website/pc/images/chievementCustomer.png")no-repeat center center;
	background-size: contain;
}

.project_home .chengxinwushi {
	height: 100%;
	text-align: left;
	padding: 34.22vh 5.21vw;
	background: url("/website/pc/images/honestyPragmatic.png")no-repeat center center;
	background-size: contain;
}

.project_home .zhudongfuchu {
	height: 100%;
	text-align: left;
	padding: 34.22vh 5.21vw;
	background: url("/website/pc/images/initiativefuchu.png")no-repeat center center;
	background-size: contain;
}

.project_home .huzhugongjing {
	height: 100%;
	text-align: left;
	padding: 34.22vh 5.21vw;
	background: url("/website/pc/images/huzhu.png")no-repeat center center;
	background-size: contain;
}

.project_home .openInnovation {
	height: 100%;
	text-align: left;
	padding: 34.22vh 5.21vw;
	background: url("/website/pc/images/openInnovation.png")no-repeat center center;
	background-size: contain;
}

.project_home .shimingpic {
	height: 100%;
	text-align: left;
	padding: 180px 100px;
	background: url("/website/pc/images/shiming.png")no-repeat bottom left;
	background-size: cover;
}

.project_home .yuanjingpic {
	height: 100%;
	text-align: left;
	padding: 180px 100px;
	background: url("/website/pc/images/yuanjing.png")no-repeat bottom left;
	background-size: cover;
}

.project_home .qyjs {
	height: 100%;
	text-align: left;
	padding: 180px 100px;
	background: url("/website/pc/images/product/travel.png")no-repeat bottom left;
	background-color: #FAFAFA;
	background-size: cover;
}

.project_home .hide_h {
	height: 300px;
}

@media (min-width: 1440px) {
	.project_home .cbox {
		/*padding-left: 100px;*/
	}
	.project_home .top p {
		width: 520px;
	}
}

.about_huzhu {
	background: url("/website/pc/images/huzhu.png") no-repeat center;
	background-color: #fff;
	color: #fff;
	text-align: left;
	height: 100%;
}

.about_num {
	background: url("/website/pc/images/shiming.png") no-repeat center;
	background-color: #fff;
	color: #fff;
	text-align: left;
	background-position: right;
	height: 100%;
}

.ab_item {
	height: 800px;
}

.abss-pagination {
	text-align: center;
}

.swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0);
	border: 1px solid #000;
	border-radius: 0;
	transform: rotate(45deg);
}

.down_m {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -50px;
	height: 100px;
	width: 100px;
}

@media (max-width: 768px) {
	.project_home {
		background-color: #fff;
	}
	.project_home .cbox {
		padding-left: 40px;
		color: #fff;
	}
	.project_home .cbox p {
		padding-right: 40px;
	}
	.project_home h2 {
		font-size: 32px;
	}
	.project_home p {
		line-height: 32px;
	}
	.project_home a {
		display: inline-block;
		font-size: 14px;
		padding: 10px 20px;
		background-color: #ED4A4A;
		color: #fff;
	}
	.project_home .hide_h {
		height: 30%;
	}
	.about_top {
		padding-left: 40px;
	}
	.about_top h2 {
		font-size: 48px;
	}
	.about_top .t_line {
		width: 30px;
		border-top: 2px solid #ED4A4A;
		padding-bottom: 10px;
		margin-top: 10px;
	}
	.about_top p {
		font-size: 16px;
		width: 100%;
		padding-right: 80px;
	}
}


/*index开始*/

.fp-tableCell .homebottom {
	color: #fff;
	text-align: left;
	font-family: '黑体';
	background: url(/website/pc/images/background.png) no-repeat center center;
	background-size: cover;
	height: 100%;
}

.homeServices {
	font-size: 2.5vw;
	margin-top: 2vh;
	margin-left: 10.52vw;
}

.homemean {
	font-size: 3.44vw;
	margin-top: 2vh;
	letter-spacing: .21vw;
	margin-left: 10.52vw;
}

.hometranslate {
	font-size: 1.35vw;
	margin-top: 2vh;
	margin-left: 10.52vw;
}

.hometranslate .dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: .6vw;
	display: inline-block;
	background: #fff;
	margin-bottom: 0.28vh;
}

.homespace {
	display: inline-block;
	margin-right: 3.125vw;
	letter-spacing: .21vw;
}

.homebottom {
	padding-bottom: 9.83vh;
}


/*culture开始*/

.leftshi {
	padding-top: 30%;
	padding-right: 7.2rem;
}

.container-fluid,
.padding0 {
	padding: 0;
}

.swiper-wrapper .fp-tableCell {
	padding-left: 0;
}

.swiper-wrapper .leftshi {
	padding-top: 23vh;
}

.leftworth {
	padding-top: 103%;
}

.fixedbottom {
	position: fixed;
	right: 23.2rem;
	bottom: 12rem;
}

.imgfr {
	float: right;
}

.ameaning {
	font-size: 1.04vw;
}

.cultranslate {
	color: #D3D3D3;
	font-size: 3.13vw;
}

.yj {
	font-size: 3.65vw;
	color: #120D0D;
}

.shimingdiv {
	width: 25.78vw;
	height: 38.75vh;
	text-align: left;
	margin-left: 4.68vw;
}

.shimingdiv p {
	font-size: 1.042vw;
}

.about .txgfdd {
	padding-top: 34vh;
}

.translation {
	width: 6vw;
	height: 4.5vh;
	display: inline-block;
	text-align: center;
	line-height: 4.5vh;
	margin-top: 1.02vh;
	margin-bottom: 3.69vh;
	color: #D3D3D3;
	font-size: 3.13vw;
	letter-spacing: 0.208vw;
}

.shiming {
	text-align: left;
	padding-left: 4.6875vw;
	font-size: 3.646vw;
}

.about_top img {
	width: 39.375vw;
	height: 69.42vh;
}

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
	.about_top img {
		width: 62.29vw;
		height: 70.52vh;
	}
}


/*contact开始*/

#rapoint {
	width: 12.92vw;
	height: 4.56vh;
	background: rgba(223, 17, 32, 1);
	text-align: center;
	line-height: 4.56vh;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 16px;
	font-size: 0.83vw;
}

.jrtitle {
	text-align: left;
	height: 3.68vh;
	font-size: 1.86vw;
	font-family: @base;
	color: rgba(18, 13, 13, 1);
}

.line {
	margin-top: 2.66vh;
	width: 2.083vw;
	height: 0.367vh;
	background: rgba(223, 17, 32, 1);
}

.workresponsibilities {
	font-size: 1.25vw;
	font-family: "微软雅黑" PingFang SC;
	color: rgba(18, 13, 13, 1);
	text-align: left;
	margin-bottom: 2.76vh;
	margin-top: 5.5vh;
}

.worklist {
	font-family: "微软雅黑" PingFang SC;
	color: rgba(66, 65, 65, 1);
}

.worklist p {
	text-align: left;
	line-height: 2.28vh;
	font-size: 0.94vw;
}

.content {
	margin-top: 7.3vh;
}

.address {
	text-align: left;
}

.addrpoint {
	margin-right: .52vw;
	width: 3.64vw;
	height: 3.67vh;
	background: rgba(244, 244, 244, 1);
	border-radius: .4rem;
	display: inline-block;
	text-align: center;
	line-height: 3.67vh;
	font-size: 0.83vw;
}

.center-block {
	height: 100%;
	width: 100%;
	display: block;
}

.ebox {
	text-align: center;
}


/*insurance开始*/

.kangrui {
	width: 25.78vw;
	height: 38.75vh;
	text-align: left;
	margin-left: 4.68vw;
}

.insurtxgfdd {
	padding-top: 18vh;
}

.securityProgram {
	width: 6vw;
	height: 4.5vh;
	border: .5px solid #120D0D;
	border-radius: 0.21vw;
	display: inline-block;
	text-align: center;
	line-height: 4.5vh;
	font-size: 0.94vw;
	margin-bottom: 5.69vh;
}

.kangruibaoxian {
	width: 10.94vw;
	height: 5.51vh;
	background: rgba(223, 17, 32, 1);
	box-shadow: 0px 8px 24px 0px rgba(158, 1, 13, 0.33);
	border-radius: 1.56vw;
	display: block;
	line-height: 5.51vh;
	font-size: 1.042vw !important;
	color: #FFFFFF !important;
	border-radius: 1.5625vw;
	margin-left: 11.145vw;
	letter-spacing: 0.126vw;
}

.session {
	width: 25.43vw;
	height: 11vh;
	background: rgba(247, 247, 247, 1);
	border-radius: 4px;
	padding: 2.6vh 1.72vw 2.112vh 1.35vw;
	color: rgba(66, 65, 65, 1);
	margin-left: 4.6875vw;
	text-align: left;
	margin-top: 4.78vh;
	font-size: 0.83vw;
}

.session p {
	font-size: .83vw;
}

.lianjie {
	margin-top: 6.98vh;
}




.phone {
	      width: 15.73vw;
    height: 9.37vh;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0.78vw;
    color: #fff;
    margin: 0 auto;
    font-size: 1.25vw;
    margin-top: 32.5vh;
}

.phone span {
	font-size: 1.2vw;
	color: #FFFEFE;
	display: inline-block;
}

.phone div {
	    line-height: 1.98vh;
   
    margin-top: 1.834vh;
    text-align: left;
    margin-left: 2.24vw;
    font-size: 1.25vw;
}
.phone div:nth-child(2){
	 margin-top: 1.234vh;
}
.phone div img{
	width: 1.25vw;
	height: 2.2034vh;
}
.phone div:nth-child(2) img{
	width: 1.094vw;
	height: 1.47vh;
}
.win {
	margin-top: 2vh;
	margin-bottom: 29vh
}

.contact {
	    font-size: 2.5vw;
    font-family: '微软雅黑 Encode Sans';
    color: rgba(255, 255, 255, 1);
    width: 36.75vw;
    height: 66.89vh;
    margin: 0 auto;
    padding-top: 10.97vh;
}
.goto{
	margin:4.224vh auto;
	cursor: pointer;
}


.win {
	font-size: 3.44vw;
	font-family: '微软雅黑  Encode Sans';
	color: rgba(255, 255, 255, 1);
	line-height: 4.5rem;
	/*	margin-bottom: 29.4rem;*/
	
	margin-top: 4.59vh;
}
.contactUs {
	width: 58.8rem;
	height: 50.7rem;
	color: #fff;

	vertical-align: middle;
	display: table-cell;
}


/*about开始*/
.leftimg{
	margin-left: 13%;
}
.rightimg{
	margin-left: 27%;
}

.col-center-block {
	float: none;
	display: block;
	margin: 0 auto;
}

.junxun {
	margin-top: 4.75rem;
	margin-bottom: 13.06rem;
	font-size: 1.25vw;
	color: #120D0D;
}

.apple-retail {
	margin-top: 30px 0;
	background: #FAFAFA;
	height: 99%;
}

.apple-retail .swiper-slide {
	text-align: center;
	padding: 0 calc((100vw - 860px) * 0.047);
	width: 960px;
	position: relative;
}

.inner figure {
	/*width: 100%;*/
	width: 25%;
	min-width: 860px;
}

@media (min-width: 1919px) {
	.gallery-item-desc {
		width: 100%;
		text-align: left;
		padding-top: 4.17rem;
		opacity: 0;
		transition-duration: 1.2s;
	}
	.coverimg {
		position: absolute;
		z-index: 999;
		background: #fff;
		width: 19vw;
		/*height: 49rem;*/
		height: 57.91vh;
		background: #FAFAFA;
	}
	.mask-box {
		width: 37.18vw;
		height: 65.56vh;
		position: absolute;
		z-index: 1;
		top: 88%;
		left: 50%;
		margin-top: -5.9%;
		margin-left: -19.71%;
		border: 2px solid #ececec;
		border-radius: 50%;
	}
}

@media (min-width: 1660px) and (max-width: 1880px) {
	.mask-box {
		width: 37.18vw;
		height: 61.56vh;
		position: absolute;
		z-index: 1;
		top: 88%;
		left: 50%;
		margin-top: -5.9%;
		margin-left: -19.71%;
		border: 2px solid #ececec;
		border-radius: 50%;
	}
	.gallery-item-desc {
		text-align: left;
		padding-left: 3vw;
		padding-top: 5vh;
		width: 100%;
		text-align: left;
		opacity: 0;
		transition-duration: 1.2s;
	}
	.gallery-item-desc h3 {
		line-height: 1.16667;
		font-weight: 600;
		letter-spacing: .009em;
		color: #111;
		font-size: 20px;
	}
	.coverimg {
		position: absolute;
		z-index: 999;
		background: #fff;
		width: 18vw;
		height: 45.91vh;
		background: #FAFAFA;
	}
}

@media (min-width: 1368px) and (max-width: 1441px) {
	.gallery-item-desc {
		width: 100%;
		text-align: left;
		opacity: 0;
		transition-duration: 1.2s;
		padding-left: 12.5vw;
		padding-top: 5vh;
		text-align: left;
		padding-left: 10vw;
	}
	.coverimg {
		position: absolute;
		z-index: 999;
		background: #fff;
		width: 13vw;
		/* height: 49rem; */
		height: 52.91vh;
		background: #FAFAFA;
	}
	.mask-box {
		width: 37.18vw;
		height: 68.56vh;
		position: absolute;
		z-index: 1;
		top: 88%;
		left: 45%;
		margin-top: -5.9%;
		margin-left: -19.71%;
		border: 2px solid #ececec;
		border-radius: 50%;
	}
	.gallery-item-desc h3 {
		line-height: 1.16667;
		font-weight: 600;
		letter-spacing: .009em;
		color: #111;
		font-size: 20px;
	}
}

@media (min-width: 1282px) and (max-width: 1367px) {
	.gallery-item-desc {
		width: 100%;
		text-align: left;
		opacity: 0;
		transition-duration: 1.2s;
		padding-left: 12.5vw;
		padding-top: 5vh;
		text-align: left;
		padding-left: 10vw;
	}
	.coverimg {
		position: absolute;
		z-index: 999;
		background: #fff;
		width: 13vw;
		/* height: 49rem; */
		height: 52.91vh;
		background: #FAFAFA;
	}
	.mask-box {
		width: 37.18vw;
		height: 68.56vh;
		position: absolute;
		z-index: 1;
		top: 88%;
		left: 45%;
		margin-top: -5.9%;
		margin-left: -19.71%;
		border: 2px solid #ececec;
		border-radius: 50%;
	}
	.gallery-item-desc h3 {
		line-height: 1.16667;
		font-weight: 600;
		letter-spacing: .009em;
		color: #111;
		font-size: 20px;
	}
}

@media (min-width: 1200px) and (max-width: 1281px) {
	.gallery-item-desc {
		width: 100%;
		text-align: left;
		opacity: 0;
		transition-duration: 1.2s;
		padding-left: 12.5vw;
		padding-top: 5vh;
	}
	.coverimg {
		position: absolute;
		z-index: 999;
		background: #fff;
		width: 13vw;
		/* height: 49rem; */
		height: 52.91vh;
		background: #FAFAFA;
	}
	.mask-box {
		width: 37.18vw;
		height: 63.56vh;
		position: absolute;
		z-index: 1;
		top: 88%;
		left: 45%;
		margin-top: -5.9%;
		margin-left: -19.71%;
		border: 2px solid #ececec;
		border-radius: 50%;
	}
	.gallery-item-desc h3 {
		line-height: 1.16667;
		font-weight: 600;
		letter-spacing: .009em;
		color: #111;
		font-size: 20px;
	}
}

@media (min-width: 1000px) and (max-width: 1200px) {
	.gallery-item-desc {
		width: 100%;
		text-align: left;
		opacity: 0;
		transition-duration: 1.2s;
		padding-left: 9.5vw;
		padding-top: 5vh;
	}
	.mask-box {
		width: 37.18vw;
		height: 49.56vh;
		position: absolute;
		z-index: 1;
		top: 88%;
		left: 50%;
		margin-top: -5.9%;
		margin-left: -19.71%;
		border: 2px solid #ececec;
		border-radius: 50%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1367px) {
	.memorabilia {
		margin-top: 10.47vh;
	}
	.hs_y {
		height: 186px;
	}
	.picshowbutton {
		position: absolute;
		bottom: 20px;
		right: 10px;
	}
}

.hs_body {
	width: 53.33vw;
	height: 34.89vh;
}

.init .gallery-item-desc {
	opacity: 1;
}

.gallery-item-desc h3 {
	line-height: 1.16667;
	font-weight: 600;
	letter-spacing: .009em;
	color: #111;
	font-size: 20px;
}

.gallery-item-desc p {
	margin-top: 1em;
	color: #333;
	font-size: 15px;
}

.swiper-slide-prev .gallery-item-desc {
	transform: translateX(-70px);
}

.swiper-slide-next .gallery-item-desc {
	transform: translateX(70px);
}

.swiper-slide-active .gallery-item-desc {
	opacity: 1;
	transform: translateX(0);
}

.mouse-hover .swiper-button-next,
.mouse-hover .swiper-button-prev {
	opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(210, 210, 210, .8);
}

.swiper-button-next,
.swiper-button-prev {
	top: 90%;
	background-color: rgba(210, 210, 210, .6);
	background-size: 15px 15px;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	transition: all .5s;
	outline: none;
	opacity: 0;
	margin-bottom: 10rem;
}

.swiper-button-prev {
	margin-right: 40px !important;
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.num {
	position: absolute;
	top: 50%;
	/*margin-top: -66px;*/
	margin-top: -3vh;
	left: 45.5%;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background: #d4c39e;
	border-radius: 50%;
	font-size: 20px;
	z-index: 1;
	color: #120D0D;
}

.teambuilding {
	font-size: 2.08vw;
	color: #120D0D;
	margin-left: 8.85vw;
	margin-top: 11.75vh;
	padding-top: 13vh;
	padding-bottom: 10vh;
}

.circle {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-grid-columns: (calc(100vmin / 9))[9];
	grid-template-columns: repeat(11, calc(100vmin / 7.8));
	-ms-grid-rows: (calc(100vmin / 9))[6];
	grid-template-rows: repeat(5, calc(100vmin / 7.8));
	position: relative;
	top: -83vh;
	left: -1vh;
}

.circle::before {
	display: none;
	content: '';
	grid-row: 1/ 6;
	grid-column: 4 / 9;
	background: rgba(233, 17, 32, 0.4);
	border-radius: 50%;
	mix-blend-mode: screen;
}

@media screen and (min-aspect-ratio: 3 / 2) {
	.circle {
		-ms-grid-columns: (calc(100vmin / 6))[9];
		grid-template-columns: repeat(11, calc(100vmin / 7.8));
		-ms-grid-rows: (calc(100vmin / 6))[6];
		/*上下移动*/
		grid-template-rows: repeat(5, calc(100vmin / 7.8));
		position: relative;
		top: -83vh;
		left: -1vh;
	}
}

.circle1 {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-grid-columns: (calc(100vmin / 9))[9];
	grid-template-columns: repeat(8, calc(100vmin / 8));
	-ms-grid-rows: (calc(100vmin / 9))[6];
	grid-template-rows: repeat(5, calc(100vmin / 8));
	position: absolute;
	bottom: -55vh;
	left: 6vw;
}

.circle1::before {
	display: block;
	content: '';
	grid-row: 1/ 6;
	grid-column: 4 / 9;
	border-radius: 50%;
	border: 1px solid #C0C0C0;
}

@media screen and (min-aspect-ratio: 3 / 2) {
	.circle1 {
		-ms-grid-columns: (calc(100vmin / 6))[9];
		grid-template-columns: repeat(8, calc(100vmin / 8));
		-ms-grid-rows: (calc(100vmin / 6))[6];
		/*上下移动*/
		grid-template-rows: repeat(5, calc(100vmin / 8));
		position: absolute;
		bottom: -55vh;
		left: 6vw;
	}
}

.duanline {
	width: 1.25vw;
	height: 0.37vh;
	margin-top: 2.09vh;
	margin-bottom: 4.118vh;
	background: #df1120;
	margin-left: 9.5vw;
}

.circletop {
	height: 37vw;
	width: 45vw;
	display: inline-table;
	padding-left: 41vw;
	padding-top: 10vh;
}

.circleLeft {
	width: 20.83vw;
	height: auto;
	text-align: left;
}

.mask-boxchild {
	width: 44.79vw;
	height: 45.91vh;
	border: 1px solid #fff;
	position: absolute;
	top: 88%;
	left: 50%;
	margin-top: -73.9%;
	margin-left: -62.71%;
	box-shadow: 0px 20px 10px rgba(190, 177, 177, 1);
}

.inner img {
	width: 44.79vw;
	/*height: 45.91vh;*/
	background: rgba(255, 255, 255, 1);
}

.circleLeft p {
	font-size: .78vw;
	color: #fff;
}

.guanyu {
	color: #fff;
	font-size: 2.40vw;
	padding-left: 3.98vw;
}

.hs_body .container {
	margin-top: 1.39vh;
}

.hs_y {
	margin-bottom: 4.38vh;
}

.adddot {
	background: url(/website/pc/images/about/arrow.png) no-repeat top center;
	padding-top: 332px;
	height: 211px;
	text-align: center;
	font-size: 30px;
	margin-top: -76vh;
	margin-bottom: 70px;
	font-weight: bold;
}

.bigdot {
	background: url(/website/pc/images/about/大圆点.png) no-repeat top center;
	height: 186px;
	text-align: center;
	font-size: 30px;
}

.hs_box {
	margin-bottom: 1.47vh;
}

.fuintroduce {
	position: relative
}


/*product开始*/

.topxinxi .fp-tableCell {
	vertical-align: top;
}

.topxinxi .cbox {
	text-align: center;
	padding-top: 16.8vh;
}

.zhonghebox {
	width: 6vw;
	height: 4.5vh;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 0.21vw;
	display: inline-block;
	text-align: center;
	line-height: 4.5vh;
	font-size: 0.94vw;
	margin-bottom: 5.51vh;
	margin-right: 1.5625vw;
}

.topzhonghe a {
	width: 6.2vw;
	height: 2.75vh;
	/*font-size: 1.46vw;*/
	font-size: 1.042vw;
	font-family: "微软雅黑";
	font-weight: 400;
	color: rgba(223, 17, 32, 1);
	border-bottom: 1px solid rgba(223, 17, 32, 1);
}

.kangrui {
	width: 25.78vw;
	height: 38.75vh;
	text-align: left;
	margin-left: 4.68vw;
}

.txgfdd {
	padding-top: 18vh;
}

.securityProgram {
	width: 7.8125vw;
	height: 5.51vh;
	border: .5px solid #120D0D;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	line-height: 5.51vh;
	font-size: 22px;
	margin-bottom: 5.69vh;
}

.kangruibaoxian {
	width: 10.94vw;
	height: 5.51vh;
	background: rgba(223, 17, 32, 1);
	box-shadow: 0px 8px 24px 0px rgba(158, 1, 13, 0.33);
	border-radius: 30px;
	display: block;
	font-size: 22px;
	line-height: 5.51vh;
	font-family: PingFang SC;
	color: #FFFFFF !important;
	border-radius: 1.5625vw;
	margin-left: 11.145vw;
	letter-spacing: 0.156vw;
}

.session {
	width: 25.43vw;
	height: 11vh;
	background: rgba(247, 247, 247, 1);
	border-radius: 4px;
	padding: 2.6vh 1.72vw 2.112vh 1.35vw;
	color: rgba(66, 65, 65, 1);
	margin-left: 4.6875vw;
	text-align: left;
	margin-top: 4.78vh;
	font-size: 0.83vw;
}

.session p {
	font-size: 16px;
}

.lianjie {
	margin-top: 6.98vh;
}

.beian a{
	position:fixed;
	bottom:25px;
	left: 264px;
	font-size:.56vw;
	z-index: 10;
	cursor:pointer;
}
.white{
	color:#fff;
}
.black{
	color:#000 !important;

}
.index a:hover,.beianed a:hover
{
	color:#fff;
}
.culture a:hover
{
	color:#fff;
	text-decoration:underline;
}
.beianed a{
	bottom: 25px;
	position: absolute;
	z-index: 9999999999999;
	left: 264px;
	cursor: pointer;
	font-size:.56vw;
}
.beianblack a{
	color:#000;
	font-size:.56vw;
}
.culture a{
	left:  250px;
}
@media (min-width: 1660px) and (max-width: 1880px) {
	.beian a{
		position:fixed;
		bottom:25px;
		left: 15.8vw;
		font-size:.56vw;
		cursor:pointer;
	}
	.beianed a{
		bottom: 25px;
		position: absolute;
		left: 15.8vw;
		cursor: pointer;
		font-size:.56vw;
	}
	.culture a{
		left:  15vw;
	}
}
@media (min-width: 1368px) and (max-width: 1441px) {
	.beian a{
		position:fixed;
		bottom:25px;
		left: 18.5vw;
		font-size:.56vw;
		cursor:pointer;
	}
	.beianed a{
		bottom: 25px;
		position: absolute;
		left: 18.5vw;
		cursor: pointer;
		font-size:.56vw;
	}
	.culture a{
		left:  17.2vw;
	}
}

@media (min-width: 1282px) and (max-width: 1367px) {
	.beian a{
		position:fixed;
		bottom:25px;
		left:  19vw;
		font-size:.56vw;
		cursor:pointer;
	}
	.beianed a{
		bottom: 25px;
		position: absolute;
		left: 19vw;
		cursor: pointer;
		font-size:.56vw;
	}
	.culture a{
		left:  18.3vw;
	}
}
@media (min-width: 1200px) and (max-width: 1281px) {
	.beian a{
		position:fixed;
		bottom:25px;
		left: 260px;
		font-size:.56vw;
		cursor:pointer;
	}
	.beianed a{
		bottom: 25px;
		position: absolute;
		left: 260px;
		cursor: pointer;
		font-size:.56vw;
	}
	.culture a{
		left:  19.6vw;
	}
}