﻿@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow-y: visible
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
	background: #ffffff;
	font-family: "微软雅黑";
	height: 100%;
	color: #242423;
	overflow-x: hidden;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-word;
}
li {
	list-style: none;
}
a {
	color: #242423;
	text-decoration: none;
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	color: #242423;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.container {
	width: 84%;
	box-sizing: border-box;
	margin: 0 auto;
}
.brand_logo{
	display: none;
}
.www-navbar {
	right: 0;
	left: auto;
	width: 60px;
	height: 100vh;
	z-index: 1000;
}
.navbar-nav {
	width: 100%;
}
.navbar-nav>li {
	float: none;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #262626;
	padding: 26px 15px;
}
.bar-menu {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.nav-tools{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #DA0402;
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
}
.nav-tools li a{
	display: block;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
}
.banner {
	position: relative;
	z-index: 1;
	height: 100vh;
}
.section1 {
	background: url(../images/banner.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	height: 100vh
}
.section2 {
	background: #ffffff;
}
.section3 {
	background: #252934;
}
.section4 {
	background: #dddddd url(../images/pbg4.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
.section5 {
	background: #373738;
}
.section6 {
	background: #232323;
}
.m-partner-explain{
	display: none;
}
.footer{
	padding: 50px 0;
	color: #B3B3B3;
	justify-content: space-between;
	font-size: 16px;
	position: relative;
}
.m-wechat{
	display: none;
}
.foots h3{
	font-size: 38px;
	color: #ffffff;
	padding-bottom: 20px;
}
.f-c{
	display: block;
	text-align: center;
}
.f-lxt li{
	padding-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.f-lxt li:last-child{
	padding-bottom: 0;
}
.f-lxt li img{
	height: 12px;
	width: auto;
	margin-right: 10px;
	flex-shrink: 0;
}
.f-lxt li:first-child img{
	transform: translateY(2px);
}
.f-logo{
	padding-bottom: 36px;
}
.m-foots{
	display: none;
}
.m-copyright{
	padding:20px;
text-align: center;
}
.view-more{
	display: inline-block;
	transition: all 0.2s ease-out;
	color: #fff !important;
	position: relative;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 45px;
	z-index: 10;
}
.view-more::before{
	content: '';
	background: #E80C15;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.view-more::after{
	content: '';
	width: 50px;
	height: 50px;
	background: #AB050C;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.2s ease-out;
}
.view-more i{
	display: block;
	position: absolute;
	color: #fff;
	top: 0;
	right: 20px;
	z-index: 2;
	text-align: center;
	transform: scale(1.6,1);
}
.view-more:hover{
	color: #fff;
}
.view-more:hover::after{
	width: 100%;
}
.wechat{
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 20px;
	z-index: -10;
	width: 120px;
	background: #fff;
	line-height: 0;
	font-size: 0;
	transform: scale(0) translateY(-50%);
	opacity: 0;
	transition: opacity 0.15s ease-out;
}
.view-more:hover .wechat{
	z-index: 10;
	opacity: 1;
	transform: scale(1) translateY(-50%);
}
.wechat::before{
	content: '';
	border-right: 8px solid #ffffff;
	border-top: 8px solid rgba(0,0,0,0);
	border-bottom: 8px solid rgba(0,0,0,0);
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
.logo {
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
	width: 231px;
	height: 42px;
	position: absolute;
	top: 30px;
	left: 8%;
}
.banner-intro {
	top: 400px;
	position: absolute;
	color: #fff;
	left: 8%;
	font-size: 16px;
	font-weight: lighter;
}
.banner-intro h2{
	font-size: 30px;
	font-weight: lighter;
}
.banner-intro h3{
	font-size: 42px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 15px;
	margin-bottom: 22px;
	display: inline-block;
	padding-top: 6px;
	font-weight: lighter;
}
.tel-tips{
	position: absolute;
	top: 30px;
	right: 8%;
	color: #fff;
	z-index: 10;
	font-size: 20px;
	background: url(../images/i_tel.png) no-repeat left;
	padding-left: 50px;
	line-height: 44px;
}
.www-about{
	padding: 120px 0;
}
.www-title{
	text-align: center;
	font-size: 42px;
	color: #262626;
	font-weight: lighter;
	padding-bottom: 24px;
}
.www-subtit{
	font-size: 16px;
	color: #808080;
	text-align: center;
}
.www-about-items{
	justify-content: space-between;
	align-items: stretch;
	padding-top: 100px;
}
.www-about-items li{
	text-align: center;
}
.www-about-items li h3{
	font-size: 24px;
	color: #262626;
	padding: 25px 0;
}
.www-about-items li img{
	margin-bottom: 40px;
}
.www-partner{
	padding: 80px 0;
}
.www-partner-title{
	font-size: 42px;
	font-weight: lighter;
	color: #ffffff;
	text-align: center;
}
.partner-show{
	align-items: stretch;
	-webkit-align-items: stretch;
	padding-top: 80px;
	padding-bottom: 50px;
}
.partner-list{
	width: 35%;
	flex-shrink: 0;
	overflow: hidden;
}
.partner-list ul{
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.partner-list ul li{
	padding: 25px 20px;
	width: 33.333%;
	box-sizing: border-box;
}
.partner-info{
	background: #282E3A;
	box-shadow: 12px 9px 8px 0px rgba(0, 13, 37, 0.14), -4px -3px 12px 0px rgba(236, 239, 247, 0.05);
	border-radius: 4px;
	padding: 10px;
}
.partner-info h3{
	font-size: 16px;
	height: 52px;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.partner-info h3 p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.partner-logo{
	text-align: center;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(50, 57, 71, 0.6);
	padding: 5px;
	box-shadow: 0px 1px 0px 0px rgba(114, 119, 130, 0.18), 0px 0px 4px 0px rgba(40, 46, 58, 0.6);
	border-radius: 4px;
	margin-bottom: 30px;
}
.partner-logo img{
	max-width: 100%;
	max-height: 100%;
}
.partner-swiper-box{
	flex: 1;
	box-sizing: border-box;
	padding: 25px 30px;
	overflow: hidden;
}
.partner-swiper{
	background: #252934;
	height: 100%;
	overflow: hidden;
	box-shadow: 12px 9px 8px 0px rgba(0, 13, 37, 0.14), -4px -3px 12px 0px rgba(236, 239, 247, 0.05);
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
}
.partner-swiper .swiper-container{
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.partner-swiper .swiper-container .swiper-slide{
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.partner-swiper .swiper-container .swiper-slide img{
	width: 100%
}
.partner-swiper .swiper-pagination{
	text-align: right;
	box-sizing: border-box;
	padding-right: 10px;
}
.partner-swiper .swiper-pagination-bullet{
	width: 18px;
	height: 1px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 0;
}
.partner-swiper .swiper-pagination-bullet-active{
	height: 3px;
	opacity: 1;
}
.partner-name{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	text-shadow: 2px 2px 6px rgba(0,0,0,1);
}
.www-message{
	padding: 180px 0;
}
.mtem{
	margin-top: 30px;
}
.message-form .form-control{
	border: none;
	padding: 15px;
	height: auto;
	border-radius: 2px;
}
.message-form .btn-message{
	background: #E02120;
	border: none;
	height: auto;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 2px;
}
.message-form .btn-message:hover{
	background: #bb1817;
}
.imail{
	display: inline-block;
	background: url(../images/i_mail.png) no-repeat;
	width: 30px;
	height: 21px;
	margin-right: 12px;
}
.www-introduce-box{
	overflow: hidden;
}
.www-introduce{
	margin-left: -20px;
	margin-right: -20px;
	padding: 66px 0 76px 0;
	align-items: stretch;
}
.introduces{
	width: 30%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #fff;
}
.www-introduce .introduces:nth-child(2n){
	width: 40%;
}
.intro-list{
	flex-wrap: wrap;
	align-items: flex-start;
}
.intro-list li{
	width: 50%;
	color: #B3B3B3;
	line-height: 1.2;
	padding: 8px 0;
	font-size: 14px;
}
.intro-list li a{
	color: #B3B3B3;
}
.introduces-title{
	font-size: 22px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 26px;
	margin-bottom: 32px;
}
.introduces-about{
	line-height: 32px;
	color: #B3B3B3;
}
.introduces-about a{
	color: #E02120;
}
.m-show{
	display: none;
}
.pc-show{
	display: block;
}
.introduces.m-show{
	display: block;
}
#messShow{
	display: none;
}
@media (max-width: 1366px) {
	.www-title{
		font-size: 36px;
	}
	.www-about-items li h3{
		font-size: 20px;
	}
	.www-partner-title{
		font-size: 36px;
	}
	.partner-swiper-box{
		padding: 25px 20px;
	}
	.partner-list ul{
		margin-left: -15px;
		margin-right: -15px;
	}
	.partner-list ul li{
		padding: 25px 15px;
	}
	.partner-info h3{
		font-size: 14px;
		height: 44px;
		line-height: 22px;
	}
	.partner-name{
		font-size: 16px;
	}
	.www-message{
		padding: 100px 0;
	}
	.www-about{
		padding: 80px 0;
	}
	.introduces-title{
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.www-introduce{
		margin-left: -20px;
		margin-right: -20px;
	}
	.introduces{
		padding: 0 20px;
	}
	.intro-list li{
		font-size: 12px;
	}
	.introduces-about{
		font-size: 12px;
		line-height: 30px;
	}
	.partner-show{
		padding-bottom: 0;
		padding-top: 50px;
	}
	.foots h3{
		font-size: 32px;
	}
	.view-more{
		transform-origin: left;
		transform: scale(0.7);
	}
	.f-logo{
		padding-bottom: 20px;
	}
	.f-logo img{
		height: 32px;
	}
}
@media (max-width: 1024px) {
	.container{
		width: 100%;
		box-sizing: border-box;
		padding-left: 80px;
		padding-right: 80px;
	}
	.section1{
		height: 50vh;
	}
	.banner-intro{
		top: 300px;
	}
	.www-about-items li img{
		margin-bottom: 20px;
		height: 72px;
	}
	.www-partner{
		padding: 60px 0;
		overflow: hidden;
	}
	.partner-list ul{
		margin-left: -6px;
		margin-right: -6px;
	}
	.partner-list ul li{
		padding: 10px 6px;
	}
	.partner-swiper-box{
		padding: 10px;
	}
	.partner-info h3{
		font-size: 12px;
	}
	.partner-logo{
		margin-bottom: 20px;
	}
	.partner-logo img{
		transform: scale(0.8)
	}
	.www-navbar{
		position: fixed;
		top: 0;
		right: 0;
	}
	.www-introduce{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default{
		background: rgba(0,0,0,0);
		border-color:rgba(0,0,0,0);
	}
	.navbar-default .navbar-toggle{
		border-color:rgba(0,0,0,0);
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top: 6px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3n){
		width: 18px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: rgba(0,0,0,0);
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		border-color:rgba(255,255,255,0.5);
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-collapse{
		padding: 0;
	}
	.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover{
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a{
		padding: 10px 15px;
	}
	.navbar-nav .bar-menu{
		display: none;
	}
	.brand_logo{
		display: block;
		position: absolute;
		top: 8px;
		left: 8px;
		z-index: 10;
		background: url(../images/logo.png) no-repeat;
		background-size: cover;
		width: 110px;
		height: 20px;
		float: left;
		margin-top: 12px;
		margin-left: 15px;
	}
	.logo{
		display: none;
	}
	.nav-tools{
		position: fixed;
		right: 0;
		top: auto;
		bottom: 220px;
		width: 40px;
		left: auto;
		padding: 0 0;
	}
	.nav-tools li{
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.nav-tools li a{
		padding: 6px 10px;
	}
	.www-navbar{
		left: 0;
		right: 0;
		height: auto;
		width: 100%;
	}
	.section1{
		height: 100vh;
	}
	.tel-tips{
		display: none;
	}
	.banner-intro{
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		font-size: 12px;
		color: #999999;
		word-wrap: break-word;
		width: 100%;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.banner-intro h2{
		font-size: 16px;
		color: #fff;
	}
	.banner-intro h3{
		font-size: 22px;
		padding-top: 12px;
		color: #fff;
	}
	.www-about{
		padding: 30px 0;
	}
	.www-title{
		font-size: 20px;
		padding-bottom: 12px;
	}
	.www-subtit{
		font-size: 12px;
	}
	.www-about-items{
		flex-direction: column;
		padding: 15px 0 0 0;
	}
	.www-about-items li{
		padding: 20px 0;
	}
	.www-about-items li img{
		height: 80px;
		margin-bottom: 0;
	}
	.www-about-items li h3{
		padding: 15px 0;
		font-size: 16px;
	}
	.www-about-desc p{
		display: inline-block;
		font-size: 12px;
	}
	.partner-show{
		flex-direction: column;
	}
	.partner-list{
		width: 100%;
	}
	.www-partner{
		padding: 30px 0 0 0;
	}
	.www-partner-title{
		font-size: 20px;
	}
	.partner-show{
		padding-top: 20px;
	}
	.partner-swiper-box{
		display: none;
	}
	.www-message{
		padding: 30px 0;
	}
	.www-introduce{
		padding: 30px 0;
		flex-direction: column;
	}
	.section4{
		display: none;
	}
	.section5{
		background: #ebebeb;
	}
	.introduces{
		width: 100%;
		padding: 0 0 30px 0;
		display: none;
	}
	.introduces-about{
		color: #666666;
	}
	.www-introduce .introduces:last-child{
		padding-bottom: 0;
	}
	.footer{
		flex-direction: column;
		padding: 20px 0 26px 0;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 12px;
	}
	.f-c{
		text-align: left;
	}
	.navbar-bgcolor{
		background: rgba(0,0,0,0.8);
	}
	.mtem{
		margin-top: 20px;
	}
	.introduces-title{
		font-size: 18px;
		padding-bottom: 12px;
		margin-bottom: 12px;
		color: #262626;
		border-bottom: 1px solid #808080;
	}
	.m-partner-explain{
		display: block;
		position: relative;
	}
	.partner-explain{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		z-index: 10;
		color: #fff;
	}
	.partner-explain h3{
		font-size: 16px;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.partner-explain ul li{
		position: relative;
		padding: 6px 0 6px 20px;
		font-size: 12px;
	}
	.partner-explain ul li::before{
		content: '';
		background: url(../images/icon.png) no-repeat;
		background-size: cover;
		width: 14px;
		height: 14px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	.pc-show{
		display: none;
	}	
	.m-show{
		display: block !important;
	}
	.m-copyright{
		display: block;
		padding: 15px;
		color: #666666;
		text-align: center;
		font-size: 12px;
		line-height: 2;
	}
	.m-copyright a{
		color: #666666;
	}
	.f-logo{
		padding-bottom: 10px;
	}
	.foots{
		padding-bottom: 6px;
	}
	.foots h3{
		font-size: 24px;
		padding-bottom: 6px;
	}
	.f-c{
		display: none;
	}
	.m-foots{
		display: block;
		padding-top: 10px;
		padding-bottom: 0;
	}
	.m-pop-show{
		position: fixed;
		top: 50%;
		left: 8%;
		width: 84%;
		box-sizing: border-box;
		transform: translateY(-50%);
		background: #E02120 url(../images/messbg.png) no-repeat center;
		background-size: cover;
		padding: 20px 15px;
		z-index: 1006;
	}
	.mess-title-group{
		color: #fff;
		font-weight: lighter;
		font-size: 14px;
	}
	.mess-title-group h3{
		font-size: 18px;
		padding-top: 5px;
	}
	.message-form .form-control{
		padding: 8px 10px;
	}
	.message-form .btn-message{
		background: #0A0A0A;
		padding: 8px 10px;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.imail{
		display: inline-block;
		background: url(../images/i_mail.png) no-repeat center;
		background-size: contain;
		width: 24px;
		height: 18px;
	}
	.pclose{
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 10;
		background: url(../images/close.png) no-repeat center;
		background-size: cover;
		width: 18px;
		height: 18px;		
	}
	.view-more{
		display: none;
	}
	.m-wechat{
		display: block;
		position: absolute;
		bottom: 30px;
		right: 0;
		z-index: 1;
		width: 80px;
		line-height: 0;
	}
	.f-logo img{
		height: 28px;
	}
}




