@charset "utf-8";
/* 全局样式*/
body#main {
	padding-top: 0;
}
.imgs {
	display: block;
}
.imgs img {
	width: 100%;
}
body {
	padding-top: 1rem;
	min-height: 100%;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.header {
	width: 100%;
	height: 1rem;
	padding: 0 0.3rem;
	background-color: #fff;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	box-sizing: border-box;
	opacity: .9;
	transition: all .3s ease;
}
.header:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e3e3e3;
	transform: scale(1, 0.5);
	bottom: 0;
	left: 0;
}
.header .main-wrap {
	height: 100%;
}
.header .logo {
	display: inline-block;
	height: 1rem;
	line-height: 1rem;
}
.header .logo img {
	display: none;
	width: 1.5rem;
	height: 0.65rem;
}
.header .logo img:first-child {
	display: inline-block;
}
.header .nav-btn {
	width: calc(0.4rem + 2px);
	height: calc(0.3rem + 1px);
	position: relative;
	cursor: pointer;
	margin-top: 0.33rem;
}
.header .nav-btn .line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	transition: all .3s ease-out;
}
.header .nav-btn .line1 {
	top: 0;
	transform-origin: left top 0;
}
.header .nav-btn.hover .line1 {
	transform: rotate(45deg);
}
.header .nav-btn.hover .line3 {
	transform: rotate(-45deg);
}
.header .nav-btn .line2 {
	top: 50%;
	transform: translate(0, -50%);
}
.header .nav-btn .line3 {
	bottom: 0;
	transform-origin: left bottom 0;
}
.header .nav-btn.active {
	animation: rotate 0.3s linear 0s;
}
.header .nav-btn.hover .line {
	left: 0.06rem;
}
.header .search-btn {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/ico_01.png) no-repeat left center;
	background-size: auto 100%;
	cursor: pointer;
	box-sizing: content-box;
	margin-top: 0.31rem;
	margin-right: 0.33rem;
}
.header .search-btn.on {
	background-image: url('../images/ico_01-h.png');
}
.header .sub-menu {
	width: 100%;
	padding: 0.28rem 0.65rem;
	display: none;
	position: fixed;
	height: calc(100% - 0.9rem);
	left: 0;
	top: 0.9rem;
	background-color: #fff;
	box-sizing: border-box;
	text-align: left;
}
.header .sub-menu ul {
	padding-top: 0.2rem;
	max-height: calc(100% - 1rem);
	overflow: auto;
}
.header .sub-menu ul, .header .sub-menu li {
	width: 100%;
	font-size: 0.28rem;
}
.header .sub-menu li {
	position: relative;
}
.header .sub-menu li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #eee;
	bottom: 0;
	left: 0;
	transform: scaleY(0.5);
}
.header .sub-menu .tit {
	display: block;
	line-height: 1.1rem;
	color: #000;
	position: relative;
	font-size: 0.28rem;
	padding: 0 0.36rem;
	box-sizing: border-box;
}
.header .sub-menu a.sub-tit:after {
	background: url(../images/ico_left.svg) no-repeat center/0.14rem 0.5rem;
}
.header .sub-menu .sub-tit:after {
	content: '';
	display: block;
	width: 0.26rem;
	height: 0.26rem;
	background: url(../images/ico_01.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top: -0.13rem;
}
.header .sub-menu .sub-tit.on {
}
.header .sub-menu .sub-tit.on:after {
	background: url(../images/ico_02.png) no-repeat center;
	background-size: 100% auto;
}
.header .sub-menu .sec-list {
	line-height: 0.54rem;
	padding: 0 0.36rem 0.44rem;
	display: none;
}
.header .sub-menu .sec-list p {
}
.header .sub-menu .sec-list a {
	font-size: 0.26rem;
	color: #333333;
	display: block;
	line-height: 0.84rem;
	height: 0.84rem;
}
#main .header {
	background: transparent;
	box-shadow: none;
	border-bottom: none;
	opacity: 1;
}
#main .header:after {
	display: none;
}
.header.bai .logo img:first-child {
	display: none;
}
.header.bai .logo img:nth-child(2) {
	display: inline-block;
}
#main .header.bai .nav-btn .line {
	background-color: #fff;
}
.header.sech .logo img:first-child {
	display: inline-block !important;
}
.header.sech .logo img:nth-child(2) {
	display: none !important;
}
#main .header.sech .nav-btn .line {
	background-color: #000;
}
.header.onnav {
	background-color: #fff !important;
	opacity: 1;
}
.header.onnav .logo img:first-child {
	display: inline-block !important;
}
.header.onnav .logo img:nth-child(2) {
	display: none !important;
}
#main .header.onnav .nav-btn .line {
	background-color: #000;
}
#main .header.fff2 {
	background-color: #fff;
	opacity: .9;
}
#main .header.fff2.onnav {
	opacity: 1;
}
.header.fff2 .logo img:first-child {
	display: inline-block;
}
.header.fff2 .logo img:nth-child(2) {
	display: none;
}
#main .header.fff2 .nav-btn .line {
	background-color: #000;
}
/* banner */
.iban img {
	width: 100%;
}
.iban .swiper-slide {
	position: relative;
}
.iban .swiper-slide .text {
	position: absolute;
	color: #fff;
	bottom: 1.22rem;
	text-align: center;
	width: 100%;
	left: 0;
	line-height: 1.5;
}
.iban .swiper-slide.hei .text {
	color: #000;
}
.iban .swiper-slide .text .d1 {
	font-size: 0.48rem;
}
.iban .swiper-slide .text .d2 {
	font-size: 0.33rem;
	padding-top: .1rem;
}
.iban .swiper-pagination-bullet {
	width: 0.20rem;
	height: 0.20rem;
	border-radius: 100%;
	border: 1px solid #fff;
	background: transparent;
}
.iban .swiper-pagination {
	font-size: 0;
	bottom: 0.4rem !important;
}
.iban .swiper-pagination-bullet-active {
	background: #fff;
}
/*核心指南*/
.guild:after {
	clear: both;
}
.guild {
	width: 100%;
	position: relative;
}
.guild ul {
	overflow: hidden;
	position: relative;
}
.guild ul li {
	float: left;
	width: 33.333%;
	display: inline-block;
}
.guild ul li:after {
	clear: both;
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	transform: scaleY(0.5);
	bottom: 0;
	left: 0;
	background-color: #f4f4f4;
}
.guild ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 5.8rem;
	width: 1px;
	transform: scaleX(0.5);
	background-color: #f4f4f4;
}
.guild ul li a {
	color: #686868;
}
.guild ul li a span {
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 0.2rem;
}
.guild ul li .des {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0.25rem;
	color: #686868;
	line-height: 0.3rem;
	padding-bottom: 0.3rem;
}
.guild-icon {
  font-family: "iconfont" !important;
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*市场营销*/
.marketing:after {
	clear: both;
}
.marketing {
	display: block;
	width: 100%;
	overflow: hidden;
}
.marketing img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.marketing-img {
	width: 6.8rem;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	box-shadow: 0 0 20px 5px #f2f2f2;
	position: relative;
	display: block;
}
/*销售渠道*/
.saleschannel:after {
	clear: both;
}
.saleschannel {
	margin: 0rem 0;
	padding: 0.4rem 0;
	background-color: #eceff6;
}
.headline {
	font-size: 0.35rem;
	color: #000000;
	text-align: center;
}
.saleschannel-box {
	width: 100%;
	margin-top: 0.38rem;
	display: inline-block;
}
.saleschannel-box a {
	display: inline-block;
	width: 23.9%;
	text-align: center;
}
.saleschannel-icon {
	width: 2em;
	height: 2em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.saleschannel-txt1 {
	font-size: 0.25rem;
	line-height: 1.1;
	margin-top: 0.20rem;
	padding-bottom: 0.06rem;
	color: #000000;
}
.saleschannel-txt2 {
	font-size: 0.2rem;
	color: #959595;
}
/*返回顶部和在线客服侧边栏*/
.mservice {
	width: 1.2rem;
	height: 1.2rem;
	display: none;
	position: fixed;
	right: 0;
	top: 8.2rem;
	background-size: contain;
	z-index: 99;
}
.mservice a {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
}
.gotop {
	background-image: url('../images/m_gotop.svg');
	width: 1.2rem;
	height: 1.2rem;
	right: 0;
	top: 9.2rem;
	bottom: auto;
	margin-top: .1rem;
	z-index: 88;
	cursor: pointer;
	transition: all .3s ease;
	display: none;
	position: fixed;
}
.gotop:after {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
}
/* 底部导航栏 */
.footer-nav {
	background: #ffffff;
}
.footer-nav ul {
	padding-top: 0.0rem;
}
.footer-nav li {
	margin: 0 0.3rem;
	border-bottom: 1px solid #f3f3f3;
}
.footer-nav li .f-tit {
	font-size: 0.26rem;
	line-height: 0.96rem;
	height: 0.96rem;
	background: url('../images/ico_04.png') no-repeat 6.5rem center/0.18rem auto;
	color: #686868;
	padding: 0 .3rem;
}
.footer-nav li .f-tit.on {
	background-image: url('../images/ico_03.svg');
}
.footer-nav li .f-tit2 {
	font-size: 0.26rem;
	line-height: 0.96rem;
	height: 0.96rem;
	background: url('../images/ico_left.svg') no-repeat 6.5rem center/0.12rem auto;
	color: #686868;
	padding: 0 .3rem;
}
.footer-nav li .f-tit2 a {
	color: #686868;
	line-height: 0.96rem;
	height: 0.96rem;
	display: block;
}
.footer-nav li .f-con {
	font-size: 0.24rem;
	color: #686868;
	padding-bottom: 0.3rem;
	display: none;
}
.footer-nav li .f-con a {
	display: block;
	color: #888;
	line-height: 3;
	padding: 0 .3rem;
}
.footer-nav .linkbox {
	margin-top: 0.8rem;
	font-size: 0;
}
.footer-nav .linkbox a {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
	background: no-repeat center/0.8rem auto;
	border: 1px solid #5e5c5c;
	border-radius: 100%;
	margin: 0 0.62rem;
}
.footer-nav .linkbox a.wx {
	background-image: url('../images/wx.png');
}
.footer-nav .linkbox .tel {
	background: url('../images/tel.png') no-repeat 0.16rem center/0.5rem auto;
	margin-right: 0rem;
}
.footer-nav .linkbox .telbox {
	display: inline-block;
	margin-left: 0.2rem;
	margin-right: 0.32rem;
}
.footer-nav .linkbox .telbox .d1 {
	font-size: 0.28rem;
	color: #595757;
	line-height: 1.2;
	padding-bottom: 0.07rem;
}
.footer-nav .linkbox .telbox .d2 {
	font-size: 0.45rem;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'DIN Alternate';
	color: #2095da;
}
.footer-nav .linkbox a {
	margin: 0 0.65rem;
}
/* 底部微信*/
.wxbox {
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.1);
	z-index: 1000;
	font-size: .3rem;
	display: none;
	margin: 0;
}
.wxbox .box {
	position: absolute;
	width: 100%;
	height: 4.6rem;
	left: 0;
	bottom: 0;
	background-color: #fff;
	padding: .5rem 0 .24rem;
	box-sizing: border-box;
}
.wxbox h2 {
	font-size: .3rem;
	color: #303030;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	height: auto;
	position: relative;
	margin: 0;
}
.wxbox img {
	width: 3.2rem;
	-ms-interpolation-mode: bicubic
}
.wxbox .bd_weixin_popup_close {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	text-decoration: none;
	font-size: 16px;
}
/* 底部版权信息 */
.footer-description {
	width: 90%;
	margin: 0.4rem auto;
	background: #fff;
	font-size: 0.21rem;
	color: #b5b5b5;
	text-align: center;
	padding: 0.36rem 0 0.24rem;
	border-top: 1px solid #f4f4f4;
}
.footer-description p {
	margin: 0.1rem;
}
.footer-description a {
	color: #b5b5b5;
}
/* 各二级页banner样式 */
.banner-child {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.banner-background {
	height: auto;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
/*分页样式*/
.pageBox {
	border-top: 1px dotted #ddd;
	padding-top: 15px;
	line-height: 24px;
	margin-top: 20px;
}
.pageBox .link {
	color: #3c3c3c;
}
.pageBox p a {
}
.pageBox p a:hover {
	text-decoration: none;
	color: #0d87d4;
}
.pageinfo {
	text-align: center;
	padding: 0.1rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.2rem;
}
.pageinfo a {
	margin: 0.1rem;
	color: #666666;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	padding: 0.1rem 0.18rem;
	background: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pageinfo a:hover {
	padding: 0.1rem 0.18rem;
	margin: 20.1rem;
	color: #fff;
	background-color: #0d87d4;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pageinfo a:active {
	padding: 0.1rem 0.18rem;
	margin: 0.1rem;
	color: #fff;
	background-color: #0d87d4;
}
.pageinfo span.thisclass {
	padding: 0.1rem 0.18rem;
	background-color: #0d87d4;
	color: #FFFFFF;
}
.pageinfo span.disabled {
	display: none
}