@charset "UTF-8";
/* CSS Document */
.bg{
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-indent: -9999px;
	background:rgba(185,136,39,1) url("../img/banner1.jpg") 50% 100% no-repeat;
	background-size: cover;
}
.bg img{
	width: auto;
	height:100%;
}
.bg-idx{
	height: 720px;
	height: 100vh;
}
.bg-about{
	height: 480px;
	background-image:url("../img/bg-aboutUs.jpg");
}
.bg-service{
	height: 480px;
	background-image:url("../img/bg-service.jpg");
}
.bg-public{
	height: 480px;
	background-image:url("../img/bg-public.jpg");
}
.bg-sotre{
	height: 480px;
	background-image:url("../img/bg-store.jpg");
}
.bg-plane{
	height: 480px;
	background-image:url("../img/bg-plane.jpg");
}
.bg-sotre{
	height: 480px;
	background-image:url("../img/bg-store.jpg");
}
.bg-partnet{
	height: 480px;
	background-image:url("../img/bg-partner.jpg");
}
.bg-newsList{
	height: 280px;
	background-image:url("../img/bg-news.jpg");
}
.bg-contact{
	height: 280px;
	background: rgba(185,136,39,1);
}
.bg-news{
	height: 100%;
	text-indent: 0;
	background: #c9bc92;
	object-fit:cover;
}
.bg-news img{
	width: 100%;
	filter: blur(6px) brightness(88%);
}
.hs{
	position: relative;
	width: 100%;
	min-width: 1200px;
	z-index: 2;}
.width-true{
	width: 1200px;
	margin: 0 auto;
}
/*===========index.html==========*/
.nav{
	position:fixed;
	top: 0;
	width: 100%;
	height: 88px;
	z-index: 100;
	transition:all 0.2s ease-in-out 0s;
	background: rgba(185,136,39,0.0);
}
.nav:hover,
.nav-bg,
.nav-bg .subNavShow .subNav{
	background: rgba(185,136,39,1);
}
.nav h1{
	width: 138px;
	padding-top: 28px;
	height: 100%;
	float: left;
}
.nav h1 a{
	display: block;
	width: 100%;
	height: 38px;
	text-indent: -9999px;
	background: url("../img/logo-nav.png") 0 50% no-repeat;
	background-size: 100% 100%;
}
.nav ul{
	float: right;
	height: 100px;
}
.nav ul li{
	padding-left: 50px;
	height: 100%;
	padding-top: 28px;
	float: left;
}
.nav ul li:first-child{
}
.nav ul li a{
	position: relative;
	display: block;
	font-size: 1.7rem;
	color: #fff;
	line-height: 38px;
	opacity: 0.8;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.nav ul li a:hover{
	opacity: 1;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.nav ul li a.active{
	opacity: 1;
	font-weight: bold;
	border-bottom: 3px solid #f7c117;
}
.nav ul li .subNav a.active{
	line-height: 22px;
}
.nav h3{
	width: 88px;
	height: 32px;
	margin-top: 3px;
	float: right;
}
.nav h3 a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 28px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.6);
	background: rgba(255,255,255,0);
	color:rgba(255,255,255,0.8);
}
.nav h3 a:hover{
	font-weight: 700;
	border: 1px solid rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.2);
	color:rgba(255,255,255,1);
}
.nav li .hasSubNav{
	padding-right: 14px;
}
.nav li .hasSubNav::after{
	content:'';
	position: absolute;
	right: 0;
	top: 13px;
	width: 10px;
	height: 10px;
	display: block;
	background: url("../img/nav-arrow.png") 100% 50% no-repeat;
	background-size: 10px 10px;
	transition: all 0.2s ease-in-out 0s;
}
.nav li .hasSubNav:hover::after{
	transform: rotate(180deg);
}
.nav .subNavShow .hasSubNav::after{
	transform: rotate(180deg);
}
.nav li .subNav{
	position: absolute;
	left: 0;
	top: 88px;
	width: 100%;
	height: 0;
	text-align: center;
	padding-left: 102px;
	border-top: 1px solid rgba(255,255,255,0);
	background: rgba(185,136,39,0);
	transition:all 0.2s ease-in-out 0s;
	overflow: hidden;
}
.nav li .subNav-app{
	padding-left: 360px;
}
.nav li:hover .subNav{
	z-index: 99;
	height: 58px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	background: rgba(185,136,39,1);
}
.nav .subNavShow .subNav{
	height: 58px;
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.nav li .subNav a{
	display: inline-block;
	margin: 0 20px;
	font-size: 1.4rem;
}
.footer{
	height:160px;
	padding: 64px 0;
	background: #222;
}
.footer ul{
	height: 32px;
}
.footer li{
	position: relative;
	width: 65%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	float: left;
}
.footer li.follow{
	width: 34.9%;
}
.footer .follow h4{
	float: left;
	font-size: 1.2rem;
	font-weight: 700;
	margin-right: 30px;
}
.footer .follow div{
	position: relative;
	width: 32px;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
}
.footer .follow div.xhs{
	width: 60px;
}
.footer .follow div span{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	opacity: 0.8;
}
.footer .follow div span:hover{
	opacity: 1;
}
.footer .follow div.wx span{
	background: url("../img/foot-wx.png")  50% 50% no-repeat;
	background-size: 100% 100%;
}
.footer .follow div.dy span{
	background: url("../img/foot-dy.png")  50% 50% no-repeat;
	background-size: 100% 100%;
}
.footer .follow div.xhs  span{
	background: url("../img/foot-xhs.png")  50% 50% no-repeat;
	background-size: 100% 100%;
}
.footer .follow div p{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -160px;
	left: -44px;
	width: 128px;
	height: 150px;
	padding: 14px 14px 0;
	border-radius: 6px;
	text-align: center;
	background: #fff;
	box-shadow: 0 2px 10px 4px rgba(0,0,0,0.1);
	z-index: 99;
	transition:all 0.2s ease-in-out 0s;
}
.footer .follow div.xhs p{
	left: -30px;
}
.footer .follow div p img{
	width: 100px;
	height: 100px;
	float: left;
}
.footer .follow div:hover p{
	opacity: 1;
	visibility:visible;
}
.footer .follow div i{
	display:inline-block;
	color: #333;
	line-height: 32px;
}
.footer .follow div p::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	bottom: -4px;
	margin-left: -8px;
	background: #fff;
	transform: rotate(45deg);
}
.footer .text{
	font-size: 1.2rem;
	text-align: right;
	float: right;
}
.footer .text a{
	color: #fff;
	margin-left: 8px;
}
.footer .text .gongan img{
	display: inline-block;
	width: 11px;
	height: 12px;
	margin-right: 2px;
}
.banner{
	position: relative;
	height: 720px;
	height: 100vh;
}
.banner-aboutUs{
	height: 480px;
}
.banner-news{
	height: 280px;
}
.banner .slogan{
	position: absolute;
	top: 35.5%;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	text-shadow: 1px 2px 12px rgba(0, 0, 0, 0.12);
}
.banner .slogan h2{
	font-size: 5.8rem;
	color: #fff;
	font-weight: bold;;
	letter-spacing: 8px;
	line-height: 8.8rem;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
.banner-aboutUs .slogan h2,
.banner-news .slogan h2,
.banner-contact .slogan h2{
	letter-spacing: 2px;
}
.banner .mouse{
	position: absolute;
	left: 50%;
	bottom: 24px;
	margin-left: -50px;
	padding-top: 50px;
	text-align: center;
	width: 100px;
	color: rgba(255,255,255,0.68);
	background:url("../img/ico-mouse.png") 50% 0 no-repeat;
	background-size: 20px 42px;
	transition:all 0.2s ease-in-out 0s;
}
.banner .mouse:hover{
	color: rgba(255,255,255,0.92);
}
.banner-aboutUs .slogan h2,
.banner-news .slogan h2{
	font-size: 4.8rem;
}
.banner-aboutUs .slogan{
	top: 188px;
}
.banner-news .slogan{
	top: 138px;
}
.banner-aboutUs .slogan p{
	font-size: 1.8rem;
	color: #fff;
	width: 73%;
	margin: 18px auto 0;
	line-height: 32px;
}
/*.banner .pic{
	height: 100%;
	visibility: hidden;
}
.banner .pic img{
	height: 100%;
	object-fit: cover;;
}*/
.bg-white{
	background-color: #fff;
}
.bg-gray{
	background-color: #f8f8f8;
}
.idx-about .width-true{
	padding: 90px 0 68px;
	background:url("../img/bg-idx-about.png") right top no-repeat;
}
.idx-title{
	text-align: center;
}
.idx-title h3{
	color: #bd8f33;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.idx-title h2{
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.4rem;
	margin-bottom: 18px;
}
.idx-title p{
	font-size: 1.6rem;
	color: #666;
	line-height: 28px;
	width: 75%;
	margin: 0 auto 48px;;
}
.idx-about .idx-title{
	text-align: left;
}
.idx-about .idx-title h2{
	font-size: 4.8rem;
	margin-bottom: 0;
}
.idx-about .idx-title p{
	font-size: 3.6rem;
	letter-spacing: 1.2rem;
	color: #c2c2c2;
	width: auto;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.idx-about .idx-title p span{
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}
.idx-about .content{
	height: 280px;
}
.idx-about .content .img{
	width: 460px;
	height: 100%;
	border-radius: 2px;
	overflow: hidden;
	float: left;
}
.idx-about .content .img img{
	transition:all 0.2s ease-in-out 0s;
}
.idx-about .content .img:hover img{
	transform: scale(1.1);
}
.idx-about .content .text{
	width: 640px;
	float: right;
}
.idx-about .content .text div{
	font-size: 1.8rem;
	line-height: 3.6rem;
	margin-top: -8px;
	margin-bottom: 24px;
}
.more{
	text-align: center;
}
.idx-about .more{
	text-align: left;
}
.more a{
	display: inline-block;
	color: #f7c117;
	height: 32px;
	padding: 0 18px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #f7c117;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.more a:hover{
	color: #fff;
	background: #f7c117;
}
.idx-service,
.idx-public,
.idx-partner,
.idx-news,
.idx-platform{
	padding: 80px 0;
}
.idx-service .content{
	position: relative;
	width:100%;
	height: 700px;
	margin-bottom: 50px;
	overflow: hidden;
}
.idx-service .content li{
	position: relative;
	width: 392px;
	height: 344px;
	margin: 0 12px 12px 0;
	border-radius: 2px;
	color: #fff;
	float: left;
	background: #c9bc92;
	overflow: hidden;
}
.idx-service .content .li3,
.idx-service .content .li6{
	margin-right: 0;
}
.idx-service .content .li4,
.idx-service .content .li4,
.idx-service .content .li4{
	margin-bottom: 0;
}
.idx-service .content h4{
	position: absolute;
	top: 48%;
	width: 100%;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 700;
	z-index: 3;
	transition:all 0.2s ease-in-out 0s;
}
.idx-service .content h4 span,
.idx-platform .content li h3 span{
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -20px;
	display: inline-block;
	width: 40px;
	height: 2px;
	text-indent: -9999px;
	border-radius: 1px;
	background: #fff;
	transition:all 0.2s ease-in-out 0s;
	opacity: 0.8;
}
.idx-platform .content li h3 span{
	bottom: -20px;
}
.idx-service .content .text{
	position: absolute;
	top: 80%;
	left: 8%;
	width: 84%;
	line-height: 2.5rem;
	font-size: 1.5rem;
	text-align: center;
	z-index: 4;
	opacity: 0;
	transition:all 0.2s ease-in-out 0s;
}
.idx-service .content li:hover h4{
	top: 18%;
}
.idx-service .content li:hover h4 span,
.idx-platform .content li:hover h3 span{
	bottom: -18px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin-left: -3px;
}
.idx-platform .content li:hover h3 span{
	bottom: -22px;
}
.idx-service .content li:hover .mask{
	background: rgba(185,136,39,0.88);
}
.idx-service .content li:hover .text{
	top: 36%;
	opacity: 1;
}
.idx-service .content .img,
.idx-service .content .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition:all 0.2s ease-in-out 0s;
}
.idx-service .content .mask{
	background: rgba(0,0,0,0.2);
	z-index: 2;
}
.idx-service .content li:hover .img{
	transform: scale(1.1);
}
.idx-public .content .li4{
	/*margin-left: 202px;*/
}
.idx-platform .content{
	position: relative;
	overflow: hidden;
}
.idx-platform .content li{
	position: relative;
	width: 580px;
	height: 450px;
	padding-top: 110px;
	text-align: center;
	border-radius: 2px;
	background-size: 100% 100%;
	overflow: hidden;
	color: #fff;
	float: left;
}
.idx-platform .content .p1{
}
.idx-platform .content .p2{
	float: right;
}
.idx-platform .content h3{
	font-size: 3.2rem;
	margin-bottom: 40px;
}
.idx-platform .content .text{
	width: 80%;
	height: 56px;
	line-height: 28px;
	margin: 0 auto 12px;;
	font-size: 1.6rem;
}
.idx-platform .content li h3,
.idx-platform .content li .text,
.idx-platform .content li .more{
	position: relative;
	z-index: 9;
}
.idx-platform .content li .img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.idx-partner .content{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}
.idx-partner .content li{
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 8px 10px;
	overflow: hidden;
}
.idx-partner .content li img{
	width: 100%;
	height: 100%;
	transition:all 0.2s ease-in-out 0s;
}
.idx-partner .content li:hover img{
	transform: scale(0.88);
}
.idx-news .content{
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
.news-list .content{
	overflow: hidden;
}
.idx-news .content li,
.news-list .content li{
	width: 380px;
	height: 460px;
	margin-right: 30px;
	border-radius: 2px;
	overflow:hidden;
	float: left;
}
.news-list .content li{
	margin-bottom: 30px;
}
.news-list .content li.item-nomargin{
	margin-right: 0;
}
.idx-news .content li:last-child{
	margin-right: 0;
}
.idx-news .content li a,
.news-list .content li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fafafa;
}
.idx-news .content li a:hover,
.news-list .content  li a:hover{
	background: #f2f2f2;
}
.idx-news .content li .img img,
.news-list .content li .img img,
.idx-platform .content li .img img{
	width: 100%;
	height: 100%;
	transition:all 0.2s ease-in-out 0s;
}
.idx-news .content li a:hover .img img,
.news-list .content li a:hover .img img,
.idx-platform .content li:hover .img img{
	transform: scale(1.2);
}
.idx-news .content li .img,
.news-list .content li .img{
	height: 285px;
	overflow: hidden;
}
.idx-news .content li h4,
.idx-news .content li .text,
.idx-news .content li .data,
.news-list .content li h4,
.news-list .content li .text,
.news-list .content li .data{
	width: 92%;
	margin: 0 auto;
}
.idx-news .content li h4,
.news-list .content li h4{
	font-size: 1.8rem;
	font-weight: 700;
	height: 28px;
	margin: 24px auto 12px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 28px;
	text-overflow: ellipsis;
}
.idx-news .content li .text,
.news-list .content li .text{
	color: #666;
	line-height: 2.4rem;
	height: 48px;
	font-size: 1.3rem;
	margin-bottom: 18px;
	overflow: hidden;
}
.idx-news .content li .text{
	color: #888;
}
.idx-news .content li .data,
.news-list .content li .data{
	position: relative;
	color: #888;
	font-size: 1.2rem;
	line-height: 20px;
	background: url("../img/idx-news-more.png") 100% 50%/16px 50% no-repeat;
}
/*----about-us----*/
.aboutUs .width-true{
	position: relative;
	padding: 80px 0;
}
.aboutUs .imgLeft .content{
	margin-left: 40%;
}
.aboutUs .content{
	position: relative;
	width: 60%;
	min-height: 440px;
	z-index: 2;
}
.aboutUs .content h2{
	font-size: 3.6rem;
	font-weight: 700;
	margin-bottom: 28px;
}
.aboutUs .content p{
	font-size: 1.7rem;
	line-height: 32px;
	margin-bottom: 24px;
}
.aboutUs .content p a{
	font-weight: 700;
	padding: 0 4px;
}
.aboutUs .img{
	position: absolute;
	top: 90px;
	right: 0;
	border-radius: 2px;
	width: 400px;
	overflow: hidden;
	z-index: 1;
}
.aboutUs .item-map{
	width: 55%;
	height: 480px;
	padding-top: 30px;
}
.aboutUs .imgLeft .img{
	left: 0;
	right: auto;
}
.aboutUs .img-map{
	top: 50px;
	width: 480px;
}
/*--service--*/
.service-list{
	padding-top: 50px;
	margin-bottom: 50px;
}
.service-list .s-list-item{
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 6px;
	background: #fff url("../img/bg-list-item.png") 100% 0 no-repeat;
	background-size: 260px 260px;
}
.item-mini{
	overflow: hidden;
}
.item-mini .s-list-item{
	width: 380px;
	margin-right: 30px;
	background: #fff;
	float: left;
}
.item-mini .s-list-item:last-child{
	margin-right: 0;
}
.item-mini .s-list-item .content{
	padding: 0;
	min-height: 230px;
}
.item-mini-s .s-list-item .content{
	min-height: 180px;
}
.item-mini .s-list-item .main{
	margin-bottom: 0;
}
.s-list-item .title{
	position: relative;
	height: 84px;
	margin-bottom: 30px;
}
.s-list-item .title h2{
	position: absolute;
	top: 22px;
	left: 0;
	height: 40px;
	line-height: 44px;
	min-width: 110px;
	z-index: 2;
	font-size: 3.2rem;
	font-weight: 700;
	background:rgba(255,255,255,0.8);
}
.s-list-item .title p{
	position: relative;
	z-index: 1;
	font-size: 112px;
	color: #bd8f33;
	height: 84px;
	line-height: 84px;
	opacity: 0.2;
}
.s-list-item .content{
	position: relative;
	min-height: 420px;
	padding-left: 400px;
}
.s-list-item .content .img{
	position: absolute;
	top: 6px;
	left: 0;
	width: 360px;
}
.s-list-item .content .img img{
	border-radius: 2px;
}
.s-list-item .main{
	font-size: 1.68rem;
	line-height: 32px;
	margin-bottom: 24px;
}
.s-list-item .case{
	margin-bottom: 12px;
}
.s-list-item .case span{
	display:inline-block;
	height: 22px;
	line-height: 22px;
	color: #bd8f33;
	font-weight: 700;
	padding-right: 14px;
	background: url("../img/icon-case.png") 100% 45% no-repeat;
	background-size: 10px 10px;
}
.s-list-item .list{
	line-height: 28px;
	margin-bottom: 12px;
}
.s-list-item .list h3{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.s-list-item .list span{
	font-weight: 700;
	font-style: italic;
	padding: 0 4px;
}
/*--news--*/
.news-list{
	padding: 50px 0 30px;
	background: #fff;
}
/*--news detail--*/
.news-detail{
	padding-bottom: 100px;
}
.news-detail .detail{
	width: 980px;
	margin: 0 auto;
	padding: 80px;
	border-radius: 6px;
	background: #fff;
}
.news-detail h2{
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
}
.news-detail .data{
	font-size: 1.6rem;
	text-align: center;
	color: #bbb;
	padding: 28px 0;
	margin-bottom: 32px;
	border-bottom: 1px solid #ddd;
}
.news-detail .main{
	font-size: 1.8rem;
	line-height: 38px;
}
.news-detail .main p,
.news-detail .main h3{
	margin-bottom: 32px;
}
.news-detail .main h3{
	font-size: 2.2rem;
}
.news-detail .main h3,
.news-detail .main h4{
	font-weight: 700;
}
.news-detail .main h4{
	margin-bottom: 22px;
}
.news-detail .main .news-source,
.news-detail .text-small{
	font-size: 1.4rem;
	color: #888;
}
.news-detail .main p .img-intr{
	display: block;
	font-size: 1.4rem;
	color: #888;
	text-align: center;
}
.news-detail .more{
	padding-top: 40px;
	border-top: 1px solid #ddd;
}
.news-quote{
	font-size: 1.5rem;
	line-height: 28px;
	padding: 48px 40px 20px;
	margin-bottom: 36px;
	background: #f8f8f8;
}
.news-detail .news-quote p{
	margin-bottom: 28px;
}
.news-detail .news-quote h3{
	font-size: 2rem;
	line-height: 36px;
	margin-bottom: 28px;
}
.news-detail-hs{
	font-size: 1.6rem;
	padding-top: 32px;
	border-top: 1px dashed #ddd;
}
.news-detail-hs-text{
	font-size: 1.6rem;
}
/*--contact--*/
.contact{
	position: relative;
	margin: 50px auto;
	padding: 50px 40px 50px 520px;;
	border-radius: 6px;
	min-height: 620px;
	background: #fff url("../img/bg-list-item.png") 100% 0 no-repeat;
	background-size: 260px 260px;
}
.contact .map{
	position: absolute;
	top: 50px;
	left: 40px;
	width: 440px;
	height: 520px;
}
.contact .main h2{
	font-size: 3.2rem;
	margin-bottom: 20px;
}
.contact .main .address{
	font-size: 1.5rem;
	margin-bottom: 30px;
	padding-left: 20px;
	background: url("../img/icon-address.png") 0 60% no-repeat;
	background-size: 12px 16px;
}
.contact .main ul{
	width: 100%;
	overflow: hidden;
}
.contact .main ul li{
	width: 96.5%;
	min-height: 114px;
	margin: 0 2.5% 2.5% 0;
	padding:15px;
	border: 1px solid #eee;
	border-radius: 6px;
	transition:all 0.2s ease-in-out 0s;
}
.contact .main ul li:first-child{
	width: 96.5%;
	float: none;
}
.contact .main ul li:hover{
	border-bottom-width: 3px;
	border-color: #e0e0e0;
}
.contact .main ul p{
}
.contact .main ul p span{
	font-weight: 700;
	font-size: 1.8rem;
}

.contact .main ul h4{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.contact .main ul h4 em{
	margin: 0 5px;
	color: #bbb;
}
.news-temp-img01 img{
	border: 5px solid #fff;
}

/*--hs-store--*/
.store-intr{
	padding: 80px 0 50px;
}
.store-intr h2,
.plane-list h2,
.partner-list h2{
	font-size: 3.6rem;
	text-align: center;
	margin-bottom: 48px;
}
.store-intr ul{
	overflow: hidden;
}
.store-intr li{
	position: relative;
	width: 380px;
	height: 320px;
	margin: 0 30px 30px 0;
	padding: 30px 40px 0;
	background: #f8f8f8;
	border-radius: 2px;
	float: left;
}
.partner-intr li{
	width: 585px;
	text-align: center;
}
.store-intr li.cleanMarginR{
	margin-right: 0;
}
.store-intr li h3{
	position: relative;
	height: 96px;
	line-height: 88px;
	margin-bottom: 24px;
	font-size: 8.8rem;
	color: rgba(183,136,39,0.2);
}
.store-intr li h3 span{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	font-size: 3.2rem;
	color: rgba(34,34,34,1);
	background: #f8f8f8;
}
.store-intr li p{
	font-size: 1.6rem;
	line-height: 28px;
	color: #666;
}
.store-download{
}
.store-download .content{
	height: 800px;
	padding-left: 100px;
	padding-top: 180px;
	background: url("../img/bg-store-download.jpg") 100% 50% no-repeat;
	background-size: 800px 800px;
}
.store-download .content h2{
	font-size: 3.6rem;
	line-height: 60px;
	margin-bottom: 54px;
}
.store-download .content img{
	width: 136px;
	height: 136px;
}
.store-download .content p span{
	margin-top: 20px;
	display: block;
	width: 136px;
	text-align: center;
	color: #666;
}
.follow-wx{
	padding: 80px 0;
	text-align: center;
	color: #fff;
	background: #CABC93;
}
.follow-wx h3{
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.follow-wx .text{
	margin-bottom: 24px;
}
.follow-wx .text span{
	font-weight: 700;
	margin: 0 4px;
}
.follow-wx img{
	width: 168px;
	height: 168px;
	border: 10px solid #fff;
	border-radius: 4px;
}
/*--hs-plane--*/
.plane-list{
	padding: 80px 0;
}
.plane-list li{
	position: relative;
	width: 100%;
	height: 400px;
	margin-bottom: 36px;
	padding: 36px 50px 0 490px;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
}
.plane-list ul h3{
	font-size: 2.4rem;
	margin-bottom: 12px;
	margin-bottom: 20px;
}
.plane-list ul ._id{
	display: none;
	font-size: 1.6rem;
	margin-bottom: 16px;
}
.plane-list ul ._arg{
	margin-bottom: 18px;
}
.plane-list ul ._arg span,
.partner-list ul ._type span{
	display: inline-block;
	color: #B98827;
	font-size: 1.2rem;
	padding: 0 12px;
	margin-right: 22px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background: rgba(185,136,39,0.1);
}
.partner-list ul ._type span{
	margin: 0 6px;
}
.plane-list ul ._intr{
	line-height: 28px;
}
.plane-list li ._img,
.plane-list li ._link{
	position: absolute;
	left: 0;
	top: 0;
	width: 450px;
	height: 400px;
}
.plane-list li ._img img{
	width: 100%;
	height: 100%;
}
.plane-list li ._link,
.partner-list ul ._link{
	padding-top: 80px;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}
.partner-list ul ._link{
	display:none;
	padding-top: 100px;
}
.plane-list li:hover ._link{
	opacity: 1;
}
.partner-list ul:hover ._link{
	opacity: 1;
}
.plane-list li ._link p,
.partner-list ul ._link p{
	width: 200px;
	height: 240px;
	padding: 20px 20px 0;
	border-radius: 6px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
}
.plane-list li ._link p img,
.partner-list ul ._link p img{
	width: 160px;
	height: 160px;
	margin-bottom: 16px;
}
.plane-list ._more{
	position: relative;
	text-align: center;
	padding: 28px 0;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
}
.plane-list ._more ._icon{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	padding-right: 22px;
	line-height: 16px;
	color: #B98827;
	background:url("../img/icon-plane-more.png") 100% 50% no-repeat;
	background-size: 16px 16px;
}
.plane-list ._more p{
	position: absolute;
	top: -224px;
	left: 50%;
	width: 200px;
	height: 240px;
	margin-left: -100px;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 1px 12px 4px rgba(0,0,0,0.1);
	background: #fff;
	opacity: 0;
	transition: all 0.1s ease-in-out 0s;
}
.plane-list ._more:hover{
	overflow: visible;
}
.plane-list ._more:hover p{
	opacity: 1;
	top: -234px;
}
.plane-list ._more p img{
	margin-bottom: 12px;
}
.plane-list ._more p::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	background: #fff;
	transform: rotate(45deg);
}
/*--hs-partner--*/
.partner-intr{
	
}
.partner-list{
	padding: 80px 0 50px;
}
.partner-list .content{
	overflow: hidden;
}
.partner-list ul{
	position: relative;
	width: 380px;
	height: 440px;
	margin: 0 30px 30px 0;
	padding: 40px 30px 0;
	text-align: center;
	float: left;
	overflow: hidden;
	background: #fff;
	border-radius: 2px;
}
.partner-list ul::after{
	display: none;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url("../img/icon-partner.png") 50% 50% no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
.partner-list .cleanMarginR{
	margin-right: 0;
}
.partner-list ul ._logo{
	margin-bottom: 10px;
}
.partner-list ul ._logo img{
	width: auto;
	height: 120px;
}
.partner-list ul ._name{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 14px;
}
.partner-list ul ._type{
	margin-bottom: 16px;
}
.partner-list ul ._intr{
	color: #666;
	line-height: 28px;
}
.partner-list ul ._link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.mini-wx{
	position: relative;
	width: 88%;
	margin: 0 auto 32px auto;
	border: 1px solid #BD8F33;
	padding: 18px;
	background: #fff;
	border-radius: 6px;
}
.mini-wx .tag{
	position: absolute;
	top: 18px;
	right: 18px;
	color: #BD8F33;
	font-size: 1.4rem;
	height: 18px;
	padding-left: 24px;
	line-height: 18px;
	background: url("../img/icon-mini-wx.png") 0 50% no-repeat;
	background-size: 18px 18px;
}
.mini-wx .img{
	width: 360px;
	height: 360px;
}
.mini-wx  .link{
	position: absolute;
	top: 46px;
	right: 4%;
	width: 44%;
	text-align: center;
}
.mini-wx  .link ._code{
	height: 240px;
	
}
.mini-wx  .link ._code img{
	width: 220px;
	height: 220px;
}
.mini-wx  .link ._name{
	font-size: 1.8rem;
	line-height: 2.2rem;
	margin-bottom: 12px;
}
.mini-wx  .link ._tips{
	font-size: 1.6rem;
	color: #888;
	line-height: normal;
}
.news-detail  .mini-wx p{
	margin: 0;
}
.news-detail  .mini-wx h4{
	margin: 0;
}
.news-contact{
	position: relative;
	margin-top: 48px;
	margin-bottom: -1px;
	padding: 48px 0;
	text-align: center;
	background: #f8f8f8;
}
.news-contact h3{
	font-size: 2.4rem;
	margin-bottom: 32px;
}
.news-contact div{
	display: inline-block;
	width: 18%;
	margin: 0 5%;
}
.news-contact div .img{
	display: block;
	padding: 12px;
	background: #fff;
	margin-bottom: 12px;
	border-radius: 8px;
}
.news-contact .text{
	font-size: 1.6rem;
	line-height: 24px;
}
.news-detail .news-notice span{
	color: #fff;
	font-size: 1.5rem;
	background: #f7c117;
	padding: 3px 0 3px 5px;;
}
.news-detail .main .news-guide{
	font-size: 2.2rem;
	line-height: 4.6rem;
}
.news-detail .main .news-source-wx{
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 0;
}
.news-source-wx a{
	text-decoration: underline;
}
.news-detail .news-text-import{
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.news-text-import span{
	padding: 0 4px;
	margin: 0 4px;
	color: #fff;
	background: #f7c117;
	border-radius: 2px;
}



