@charset "UTF-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin: 0; padding: 0; }
fieldset,img{ border: 0; }
:focus{ outline: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup{ font-style: normal; font-weight: normal; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight: normal;}
abbr,acronym{ border: 0; font-variant: normal; }
code,kbd,samp,tt{ font-size: 100%; }
input,button,textarea,select{ *font-size: 100%; border:none;}
ol,ul{ list-style: none; }
table{ border-collapse: collapse; border-spacing: 0; }
caption,th{ text-align: left; }
sup,sub{ font-size: 100%; vertical-align: baseline; }
:link, :visited, ins{ text-decoration: none; }
blockquote,q{ quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
a:link, a:visited{ color: #5e5e5e;}
a:hover { color:#c9394a;}
a:active { color: #666;}
.clearfix:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden; }
.clearfix{*zoom:1;}
.l{float:left;}
.r{float:right;}
.clear{ height:0; overflow:hidden; clear:both}
.hide{display:none;}
.btn.hide{display:none;}
a.hidefocus { outline: none; }
button.hidefocus::-moz-focus-inner { border:none; }
a:focus {outline:none;-moz-outline:none;}
input,textarea {outline:none;}
h2 { font-size: 20px; }
h3 { font-size: 16px;}
h5 { font-size: 14px;}
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
.mt16{margin-top:16%;}
.mt10{margin-top:10%;}
.center{text-align:center;}
html,body {
  font: 14px/1.5 'Hiragino Sans GB', Helvetica, 'Helvetica Neue', Tahoma, Arial, sans-serif;
  color: #14191e;
}
html{
	position: relative;
	/* min-width: 1200px; */
	/* min-width: 1250px; */
}
body {
	overflow-y: scroll;
	/* min-width: 1200px; */
	min-width: 1210px;
	/* background-color: #edeff0; */
}

.text_left{
	text-align: left;
}
.text_rigth{
	text-align: right;
}
.text_center{
	text-align: center;
}
.reletive{
	position: relative;
}

/** 右边导航**/
.navigation{
	position: fixed;
    z-index: 1000;
    top: 50%;
    right: 68px;
    /* margin-top: -159px; */
    margin-top: -250px;
}
.navigation .navigation-item {
    width: 23px;
    height: 23px;
    position: relative;
    margin-bottom: 25px;
}
.navigation .navigation-item >a {
    position: absolute;
    left: 50%;
    height: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #d4d4d4;
}
.navigation .navigation-item >a:before {
    content: attr(data-title);
    background: #f2dd29;
    color: #000;
    font-size: 14px;
    padding: 4px 14px;
    white-space: nowrap;
    text-decoration: none;
    top: -25%;
    right: 100%;
    margin-right: 16px;
	display: none;
	position: absolute;
}
.navigation .navigation-item >a:hover{
	width: 18px;
    height: 18px;
    border: 5px solid #fff;
    box-shadow: 0 3px 27px 0 rgba(76,77,82,.3);
	background-color:#f2dd29;
}
.navigation .navigation-item >a:hover:before,.navigation .navigation-item >a:hover:after{
	display: block;
}
.navigation .navigation-item >a:after{
	width: 0;
    height: 0;
    border: 6px solid transparent;
    content: '';
    border-left-color: #f2dd29;
    border-right: none;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    margin-right: 10px;
	display: none;
    position: absolute;
}
/*头部start*/
.header{
	position: fixed;
	z-index: 100;
	top:0;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #dedede;
}
.nav,.banner_detail,.wechat_intro,.wechat_list,.our_advantage,.selected_fans,.flow_cont,.hardware_block_01,.hardware_block_02,.hardware_block_03,.miniprograme_intro,.product_advantage_cont,.lauch_scrnario_cont,.brand_cooperation,.footer_cont,.xb_products_block,.study_application_cont,.study_content_cont,.special_function,.channel_cooperation_cont,.content_detail,.main .solution-section,
.quality_account_block,.quality_account_tab,.putin_market_cont,.set_policy_cont,.selected_cases_cont,.container2_content,.branch_cooperation_cont,.about_gfd_cont,.develop_history_cont,.contact_us_cont,.recruit_info_cont,.contact_us_cont,.talent_concept_cont,.study_development_cont,.employee_care_cont,.business_brief,.device_intro_cont,.profit_model_cont,.creat_income_cont,.how_layout_cont,
.news_center_cont,.news_center_cont,.news_list_cont,.products_feature_cont,.cooperation_company_cont,.product_contract_cont, .product_charateristic_cont, .apply_block_cont, .coopration_block_cont
{
	width: 1185px;
	margin: 0 auto;
}
/* .logo{
	margin-right: 150px;
} */
.logo a {
  display: block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  height:60px;
}
.nav .logo img{
	width:100px;
	height:36px;
	margin-top:10px;
}
.nav-item{
	display: flex;
	justify-content: space-between;
	/* width:780px; */
	width:calc(100% - 140px);
}
.nav-item > li {
	float: left;
	/* width:15%; */
	width:12%;
}
.nav-item .a {
  position: relative;
  display: block;
  color: #101010;
  text-align: center;
  font-size: 16px;
  height: 58px;
  line-height: 58px;
}
.nav-item .a:hover,
.nav-item .active .a{
	color:#F2D623;
	border-bottom: 2px solid #F2D623;
}
.nav-item .box-nav{
	position: absolute;
	display: none;
	left: 0;
	top: 64px;
	width: 100%;
	z-index: 10;
	margin-top: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 15px rgba(165, 162, 162, 0.75);
	   -moz-box-shadow: 0 6px 15px rgba(165, 162, 162, 0.75);
	     -o-box-shadow: 0 6px 15px rgba(165, 162, 162, 0.75);
	        box-shadow: 0 6px 15px rgba(165, 162, 162, 0.75);
}
.box-nav li{
	float: left;
	margin-top: 26px;
	margin-bottom: 40px;
}
.box-nav li:hover img{
		-webkit-transform: scale(1.08);
		 -moz-transform: scale(1.08);
			 -o-transform: scale(1.08);
					transform: scale(1.08);
	-webkit-transition-duration: 0.5s;
		 -moz-transition-duration: 0.5s;
			 -o-transition-duration: 0.5s;
				 	transition-duration: 0.5s;
}
.box-nav li:nth-of-type(1){
	margin-left: -4px;
	margin-right: 51px;
}
.box-nav li:nth-of-type(2){
	margin-right: 55px;
}
.box-nav li:nth-of-type(3){
	margin-right: 76px;
}
.box-nav li:nth-of-type(4){
	margin-right: 70px;
}
.box-nav li:nth-of-type(5){
	margin-right: 72px;
}
.box-nav li:nth-of-type(6){
	margin-right: 17px;
}
/*头部end*/

/* button按钮的颜色*/
/* .button{
	width: 8rem;
	height: 2.2rem;
	background: #f2dd29;
	border-radius: 3px;
	line-height: 2.2rem;
	text-align: center;
	font-size: 13px;
} */
.clear{
	clear: both;
}
.button,.container2_contents a.button{
	background: #F2D623;
	border-radius: 4px;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	padding:17px 47px;
}

.container2_contents a{
	display: inline;
}
/*banner*/
.banner{
	position: relative;
	width: 100%;
	margin-top:60px;
	max-height:600px;
	overflow: hidden;
}
.banner_300{
	height:300px;
}
.banner img{
	width: 100%;
	/* height:100%; */
}
.banner a{
	display: block;
}
.banner .button{
	position: absolute;
	left: 18%;
	bottom: 25%;
}
/*首页banner底部通知栏目*/
.notify{
	height: 3rem;
	background: #fcf8da;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: flex-start;
	padding: 0 18%;
	font-size: 16px;
	color: #3E3E3E;
}
.notify div:nth-of-type(1){
	width:5%
}
.notify div:nth-of-type(2){
	width:30%
}
.notify div:nth-of-type(3){
	width:30%
}
.notify div:nth-of-type(4){
	width:30%
}

/*内容*/
.container{
	min-width:1185px;
	text-align: center;
	padding: 5rem 0rem 9rem;
}
.container >div:nth-of-type(1){
	font-size: 30px;
	font-weight: 800;
	margin-bottom:20px;
}
.container >div:nth-of-type(2){
	border-bottom: 4px solid #F2DD29;
	width: 3.5rem;
	height: 1rem;
	margin: 0 auto;
}
.container .container1_text{
	margin-top: 2rem;
	line-height: 45px;
	font-size: 16px;
}

.container1{
	background: url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/container1.png);
    background-repeat: no-repeat;
    background-size: cover;
	
}
.container2_icon{
	margin-top: 40px;
	background: #faf9f7;
	color: #d3d3d3;
	height: 8rem;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-around;
    padding: 0 20%;
}
.container2_icon >div{
	font-size: 16px;
	width: 100%;
	height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	color: #333333;
}
.inner_icon >p{
	padding-top:5px;
}
.container2_icon_active{
	background: white;
	border-top: 6px solid #F2DD29;
	font-weight: 600;
}

.container2_content{
	padding: 0 5%;
	display: none;
	border-bottom: 1px solid #CECECE;
	height:445px;
	overflow: hidden;
	margin-top:70px;
}
.container2_content_active{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.container2_content>div:nth-of-type(2){
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	align-content: center;
	margin-top:40px;
}
.container2_content_desc{
	position: relative;
	padding-left: 114px;
}

.container2_content_desc>div{
	line-height: 30px;
	text-align: left;
	font-size:16px;
	color: #000000;
}
.container2_content_desc>div:nth-of-type(1){
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 1.5rem;
}
.container2_content_desc .button{
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 28px;
}

/** 广告展示 **/
.container3{
	background: url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/广告投放背景.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.container3_adv_imgs{
	width: 768px;
	height: 603.4px;
	margin: 50px auto 0 auto;
}
.container3_adv_imgs img{
	width: 100%;
	height: 302px;
	display: none;
}
.container3_adv_imgs >div:nth-of-type(1){
	width: 100%;
	height: 302px;
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/container3-1.png) ;
	background-size: cover;
	background-repeat: no-repeat;
}

.container3_adv_imgs >div:nth-of-type(2){
	float: left;
	width: 50%;
	height: 301.4px;
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/container3-2.png) ;
	background-size: cover;
	background-repeat: no-repeat
}

.container3_adv_imgs >div:nth-of-type(3){
	float: left;
	width: 50%;
	height: 301.4px;
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/container3-3.png) ;
	background-size: cover;
	background-repeat: no-repeat
}
.container3_adv_imgs >div:hover img{
	display: block;
}
/** 经销商案例**/
.container4{
	background: url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/经销商案例背景.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.container4_desc{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	padding: 50px 10% 0;
	align-items: center;
}
.container4_desc>div{
	line-height: 2.5rem;
}
.container4_desc>div:nth-of-type(1){
	flex:25%;
	padding-left: 10%;
	text-align: left;
	margin-top: -2%;
}
.container4_desc>div:nth-of-type(2){
	flex:70%
}
.container4_desc_l>p:nth-of-type(odd){
	font-size: 16px;
	color: #333333;
}
.container4_desc_l>p:nth-of-type(even){
	color: #F2DD29;
	font-size: 40px;
	font-weight: 600;
	margin:20px 0px;
}
.container4_desc_r,.creat_income_cont,.how_layout_cont,.news_list_cont,.contact_cont{
	display: flex;
	justify-content: space-between;
}

/** 品牌合作伙伴 **/
.container5{
	background: #f7f7f7;
}
.container5>div:nth-of-type(3){
	padding-top: 2rem;
}

/**底部**/
.footer{
	background: #282828;
	width: 100%;
}
.footer_top{
	display: flex;
}
.footer_top>div:nth-of-type(1){
	flex: 20%;
}
.footer_top>div:nth-of-type(2){
	flex: 80%;
}
.footer_top_l{
	margin: 4rem 2rem;
	height: 75%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #3f3f3f;
}
.footer_top_r{
	margin: 3.6rem 3rem;
	/* height: 18rem; */
	/* display: flex;
	justify-content: space-around;
	align-items: flex-start; */
	font-size: 16px;
	text-align: center;
	color: #B3B3B3;
}

.freind_link_left a{
	font-size: 14px;
	color: #B3B3B3;
}
.freind_link_left ul li{
	margin-bottom:22px;
}
.footer_main{
	width:80%;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_column_100{
	width:100%;
}
.footer_top_r>div>div:nth-of-type(1),.footer .item_title{
	height: 2rem;
	font-weight: bold;
	margin-bottom:30px;
	text-align:left;
}
.bussiness_coopration .text_left{
	font-size: 14px;
	margin-bottom:40px;
	height:66px;
}
.freind_link_left .qr_item div{
	margin:15px 0px 22px;
	font-size: 14px;
	color: #B3B3B3;
}
.qr_enlarge{
	padding:15px 15px 9px;;
	border-radius: 4px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	position: relative;
	bottom: 0rem;
    left: 0rem;
	width:110px;
	height:130px;
	background:#fff;
	display: none;
}
.qr_enlarge img{
	width: 110px;
	height: 110px;
	margin-bottom:2px;
}
.footer_bottom{
	width: 100%;
	height: 1.5rem;
	background: #3f3f3f;
	text-align: center;
	font-size: 14px;
	color: #B3B3B3;
	padding: 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.police-info{
	margin:0 2px 0 18px;
}
.footer_bottom a{
	color: #B3B3B3;
}
/* add by zhaocc 2019.3.21 */
.banner_detail{
    position: absolute;
    left: 18%;
	bottom: 5%;
	color:#fff;
}
.banner_line{
	background-image: linear-gradient(90deg, #260463 0%, rgba(255,255,255,0.30) 50%, #27036D 100%);
	height:1px;
}
.banner_detail ul{
	display: flex;
	justify-content: space-around;
}
.bd_line_column{
	border: 1px solid rgba(255,255,255,0.35);
}
.banner_detail ul{
	margin-top:25px;
}
.banner_detail ul li h4{
	font-size:20px;
	margin-bottom:15px;
}
.banner_detail ul li{
	text-align:center;
	margin:0 auto;
}
.banner_detail ul li p{
	font-size:16px;
}
.banner_detail ul li div{
	text-align: left;
    width: 200px;
}
/*wechat_intro*/
.wechat_intro{
	font-size: 30px;
	color: #3E3E3E;
	margin:30px auto;
	width:1080px;
}
.wechat_intro h2,.business_brief h2{
	font-size: 30px;
	color: #3E3E3E;
	margin-bottom:15px;
	text-align: center;
	font-weight: 700;
}
.wechat_intro p{
	font-size: 16px;
	color: #000000;
}
/* our_service */
.wechat_block{
	background: url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/service_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.wechat_block >div:nth-of-type(1),.our_advantage >div:nth-of-type(1){
	font-size:30px;
	color: #333333;
}
.wechat_list ul,.device_intro_cont ul{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
	flex-wrap: wrap;
}
.wechat_list ul li,.device_intro_cont ul li{
	width:20%;
	background:#fff;
}
.device_intro_cont ul li{
	width:30%;
	margin-bottom:45px;
}
.wechat_list ul li h5,.device_intro_cont ul li h5{
	margin-bottom:20px;
	font-size: 18px;
	color: #333333;
}
.wechat_list ul li p,.device_intro_cont ul li p{
	text-align:left;
	font-size: 14px;
	color: #666666;
}
.wechat_list .list_cont{
	padding:15px 20px 25px;
}
.device_intro_cont .list_cont{
	padding:28px 22px 32px;
}
/* our_advantage */
.advantage_cont{
	text-align: center;
	color: #333333;
}
.advantage_cont h3{
	font-size: 24px;
	margin:50px 0px 30px; 
}
.advantage_cont p{
	font-size: 16px;
	margin-bottom: 80px;
}
.advantage{
	display: flex;
	justify-content: space-between;
	margin-top:120px;
}
.advantage_title{
	display: flex;
}
.bd_circle{
	background: #F2D623;
	width:15px;
	height:15px;
	border-radius: 50%;
	margin-top:10px;
}
.advantage_left{
	width:55%;
}
.advantage_right{
	width:35%;
	color: #333333;
	margin-top:170px;
}
.advantage_right li{
	margin-bottom:15px;
	text-align: left;
}
.advantage_right h2{
	font-size: 24px;
	margin-bottom:20px;
	margin-left:15px;
	font-weight:800;
}
.advantage_right h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom:5px;
}
.advantage_right p{
	font-size: 15px;
	color: #666666;
	line-height: 24px;
	margin-bottom:0;
}
/* selected_fans */
.selected_describe{
	font-size: 16px;
	color: #333333;
	margin:30px 0px 80px;
}
.selected_fans{
	padding-top:0;
}
.selected_fans_cont ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.selected_fans_cont ul li{
	display: flex;
	flex-wrap: wrap;
	width:31%;
	margin-bottom:60px;
}
.selected_item{
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.selected_fans_cont .cont-left img{
	margin-right:15px;
	vertical-align: middle;
}
.selected_fans_cont .cont-right{
	text-align: left;
}
.selected_fans_cont .cont-right h4{
	font-size: 16px;
	color: #333333;
	font-weight:600;
}
.selected_fans_cont .cont-right p{
	font-size: 12px;
	color: #000000;
}
.selected_fans_cont li:nth-of-type(2) .cont-right,.selected_fans_cont li:nth-of-type(3) .cont-right,.selected_fans_cont li:nth-of-type(4) .cont-right{
	margin-top:10px;
}
/* increase_flow */
.selected_fans{
	width:920px;
}
.increase_flow{
	background: url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/flow_bg_native.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.increase_flow >div:nth-of-type(1) ,.offline_scene >div:nth-of-type(1){
    font-size: 30px;
	color: #333333;
    font-weight: 800;
	padding:5rem 1rem 0 1rem;
	text-align: center;
	margin-bottom:30px;
}
.increase_flow >div:nth-of-type(2),.cooperation_company >div:nth-of-type(2){
	border-color: #454545;
}
.flow_img_position,.develop_history_cont,.talent_concept_cont,.study_development_cont,.employee_care_cont{
	position: relative;
	margin-top:50px;
}
.flow_img_position img{
	margin-bottom: -6px;
}
/* 涨粉实力 */
.strength_cont{
	color: #333333;
	text-align: center;
}
.strength_cont h2{
	font-size: 24px;
	margin:50px 0px 30px;
}
.strength_cont p{
	font-size: 16px;
}
.strength_cont img{
	margin:60px 0;
}

/* 线下场景与点位分布 */
.offline_scene{
	background: #384262;
	color:#fff;
}
.offline_scene >div:nth-of-type(2){
	border-color:#fff;
}
.offline_cont h3{
	font-size: 24px;
	margin:50px 0px 30px;
}
.offline_cont p{
	font-size: 16px;
	margin-bottom:60px;
}
/* 首页客服 */
.position_service{
	background: #FFFFFF;
	box-shadow: 0 2px 8px 0 rgba(204,204,204,0.50);
	border-radius: 50px;
	width:80px;
	position: fixed;
    z-index: 9999;
    right: 30px;
	bottom: 30px;
	text-align: center;
	padding:25px 8px 10px;
}
.service_title{
	font-size: 12px;
	color: #333333;
	margin-bottom:10px;
	font-weight: 700;
}
.position_service li:hover{
	cursor: pointer;
}
.position_service li p{
	font-size: 10px;
	color: #333333;
	margin-bottom:15px;
}
.offline_scene >div:nth-of-type(1){
	color:#fff;
}
/* gallary img */
.gallery {
	position: absolute;
	margin: 0 auto;
	width: 20in
}

.gallery .slider {
	position: relative
}

.gallery .slider-content {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	height: 25pc;
	cursor: pointer
}

.gallery .slider-pages {
	position: relative;
	width: 999999px;
	height: 25pc
}

.gallery .slider-page {
	position: absolute;
	top: 0;
	display: table;
	height: 25pc;
	transform: scale(.72);
	transform-origin: center bottom
}

.gallery .slider-page.active,.gallery .slider-page.will-active {
	opacity: 1;
	transform: scale(1)
}

.gallery .slider-page.will-active {
	transition: none!important
}

.gallery .page-container {
	position: relative;
	display: table-cell;
	color: #fff;
	vertical-align: middle;
	text-align: center
}

.gallery .page-container-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #2d3a5c;
	opacity: .75;
	transition: all .5s ease-in-out
}

.gallery .active .page-container-layer,.gallery .will-active .page-container-layer {
	opacity: 0
}

.gallery .page-content {
	height: 25pc;
	background-position: 50%;
	background-size: cover
}

.gallery .page-inspector {
	position: absolute;
	right: 0;
	bottom: 40px;
	display: none;
	width: 100%;
	height: 10px;
	text-align: center
}

.gallery .page-inspector ul {
	margin: 0 auto;
	width: auto
}

.gallery .page-inspector li {
	display: inline-block;
	margin-right: 10px;
	width: 10.1px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	transition: width .3s
}

.gallery .page-inspector li.active {
	width: 20px
}

.gallery .page-inspector li:last-child {
	margin-right: 0
}

.gallery .slider-page-video {
	position: absolute;
	top: 10pc;
	right: 0;
	bottom: 0;
	left: 0
}

.gallery .slider-page-video-title {
	font-size: 78px
}

.gallery .slider-page-video-title:after {
	display: inline-block;
	margin-left: 20px;
	width: 5pc;
	height: 5pc;
	background: url(//img.alicdn.com/tfs/TB1zC7obMMPMeJjy1XdXXasrXXa-160-160.png) no-repeat;
	background-size: 5pc 5pc;
	color: #d2d5dc;
	content: " ";
	vertical-align: top
}

.gallery .slider-page-video-title:hover:after {
	background-image: url(//img.alicdn.com/tfs/TB1ZuxPgwMPMeJjy1XdXXasrXXa-160-160.png)
}

.gallery .slider-page-video-desc {
	margin-top: 25px;
	font-size: 24px
}

.gallery .gallery-video-curtain-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4)
}

.gallery .gallery-video-player-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin-top: -150px;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	background: #14253d
}

.gallery .gallery-video-player-close {
	position: absolute;
	top: -40px;
	right: 0;
	z-index: 100;
	width: 30px;
	height: 30px;
	cursor: pointer
}

.gallery .gallery-video-player-close:after,.gallery .gallery-video-player-close:before {
	position: absolute;
	top: 7px;
	left: 15px;
	z-index: 1;
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
	content: " "
}

.gallery .gallery-video-player-close:after {
	transform: rotate(-45deg)
}

.gallery .gallery-video-player-close:before {
	transform: rotate(45deg)
}

.gallery.video-close .gallery-video-curtain-bg,.gallery.video-close .gallery-video-player-wrapper {
	display: none
}

.gallery-wrapper {
	position: relative;
	margin: 0 auto;
	height: 25pc;
	max-width: 75pc;
	overflow: hidden;
}

.gallery-wrapper .page-arrow {
	position: absolute;
	bottom: 75pt;
	color: #d2d5dc;
	font-size: 60px;
	font-family: istore-iconfont;
	cursor: pointer
}

.gallery-wrapper .page-arrow.next {
	right: 0
}

.gallery-wrapper .page-arrow.previous {
	left: 0
}
/* 产品中心 */
.hardware_intro_01{
	background-image: linear-gradient(-90deg, #151E24 0%, #323F45 97%);
	color: #FFFFFF;
	padding-bottom:140px;
	height:505px;
}
.hardware_intro_02{
	padding-bottom:140px;
	height:505px;
}
.hardware_block_01,.hardware_block_02,.hardware_block_03{
	margin-top:66px;
	display: flex;
	justify-content: space-between;
}
.hardware_block_03{
	margin-top:190px;
}
.hardware_block_01 .hardware_left,.hardware_block_02 .hardware_right,.hardware_block_03 .hardware_left{
	width:35%;
	text-align: left;
}
.hardware_block_02 .hardware_right{
	text-align: right;
}
.hardware_block_01 .hardware_right,.hardware_block_02 .hardware_left,.hardware_block_03 .hardware_right{
	width:63%;
	text-align: left;
}
.hardware_block_02 .hardware_left img{
	margin-left:-10%;
}
.hardware_block_01 .hardware_right h4,.hardware_block_02 .hardware_left h4,.hardware_block_03 .hardware_right h4{
	font-size: 24px;
	font-weight:600;
	margin:104px 0px 32px;
}
.hardware_block_03 .hardware_right h4{
	margin-top:40px;
}
.hardware_block_01 .hardware_right p,.hardware_block_02 .hardware_left p,.hardware_block_03 .hardware_right p{
	font-size: 16px;
	margin-bottom:24px;
}
.hardware_block_02 .hardware_left h4{
	color: #333333;
	margin-top:150px;
}
.hardware_block_02 .hardware_left p{
	color: #151515;
}
.hardware_intro_01 div,.hardware_intro_02 div,.hardware_intro_03 div{
	font-weight: 300;
}
.hardware_bg_circle{
	position: relative;
	bottom:0px;
	text-align: right;
}
.hardware_intro_03{
	padding-bottom:0.8rem;
}
/*小程序介绍*/
.miniprograme_intro{
	display: flex;
	justify-content: space-between;
	padding-top:0;
}
.miniprograme_intro_left{
	width:55%;
}
.container  >div.miniprograme_intro_right:nth-of-type(2){
	width:40%;
	border-bottom:none;
	text-align: left;
}
.miniprograme_intro_right ul li{
	width:100%;
	text-align: left;
	margin-bottom:30px;
}
.miniprograme_intro_right h3{
	margin:120px 0px 44px;
	font-weight:600;
	font-size: 30px;
	color: #333333;
}
.miniprograme_intro_right ul li h6{
	font-size: 16px;
	color: #000000;
	font-weight:600;
}
.miniprograme_intro_right ul li p{
	font-size: 16px;
	color: #666666;	
}
/*产品优势*/
.product_advantage{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/product_advantage_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
}
.product_advantage_cont ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:50px;
}
.product_advantage_cont ul li{
	width:25%;
	margin-bottom:60px;
	text-align:center;
	display: flex;

}
.product_advantage_cont ul li div{
	width:100%;
}
.product_advantage_cont ul li h5{
	font-size: 16px;
	color: #333333;
	font-weight:600;
	margin:30px 0px 10px;
}
/*投放场景*/
.lauch_scrnario_cont h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top:50px;
}
.lauch_scrnario_cont p{
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin:30px 0px 60px;
}

.lauch_scrnario_cont .lauch_img{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.lauch_scrnario_cont .lauch_img img{
	display: flex;
	width:31%;
}
/*加盟方式*/
.jion_method{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/wayofjoin_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
	text-align: center;
	color:#fff;
}
.jion_method_cont img,.branch_cooperation_cont img{
	margin-top:50px;
}
/*产品中心 底部*/
.family-zxhz{
	text-align: left;
}
.family-footer .contact_cont{
	margin-bottom:10px;
	justify-content: left;
}
.footer_cont{
	display: flex;
}
.footer_left,.footer_right{
	width:25%;
	color:#fff;
}
.footer_right{
	width:75%;
	margin:20px 0px 30px 80px;
	padding-top:50px;
}
.footer_right h3{
	font-size: 24px;
	color: #B3B3B3;
	font-weight:600;
	margin-bottom:30px;
}
.footer_describe{
	color: #B3B3B3;
	font-size: 16px;
}
.footer_describe .contact_cont .contact_detail{
	margin:12px 0px 10px 30px;
	line-height: 32px;
	text-align: left;
}
.footer_left_img{
	margin: 55px 0;
	height: 77%;
	align-items: center;
	text-align: right;
	padding-right:80px;
	line-height: 15rem;
	border-right: 2px solid #3f3f3f;
}
.company_describe,.company_describe a{
	font-size: 14px;
	color: #B3B3B3;    
	line-height: 28px;
}
.enlarge_img{
	position: relative;
	top:-65%;
	left:7%;
}
.enlarge_img img{
	width:360px;
	height:260px;
	position: absolute;
	top:95%;
	left:11%;
}
/*二级导航*/
.sub_nav{
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(204,204,204,0.50);
	border-radius: 0px 0px 6px 6px;	    
	width: 110px;
	/* margin-left: -15px; */
	margin-left: -1px;
	z-index: 9999;
}
.sub_nav li{
	text-align: center;
	padding:12px 0px;
}
.sub_nav li a{
	font-size: 16px;
	color: #333333;
}
.sub_nav li:hover,.sub_nav li:active,.sub_nav li.active{
	background: #F2D623;
}
/*家庭打印*/
.xb_products_block{
	display: flex;
	justify-content: space-between;
}
.xb_products_left{
	width:50%;
	/* margin-top:50px; */
}
.xb_products_right{
	width:37%;
	position: relative;
}
.xb_products_right img{
	/* width:436px;
	height:360px;
	position: absolute;
	bottom:0;
	right:0; */
}
.xb_products_name{
	text-align: left;
	/* margin-top:110px; */
	margin-top:30px;
}
.xb_products_des{
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin:40px 0px 30px;
	font-weight: normal;
	line-height: 30px;
}
.bd_line{
	background: #F2D623;
	height:5px;
	width:70px;
}
.xb_products_block{
	display: flex;
	justify-content: space-between;
}

/*学习应用*/
.study_application_cont{
	display: flex;
}
.study_application_cont a img{
	width:100%;
	margin:106px 0px 66px;
}
/*学习内容*/
.study_content{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/study_content_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 735px;
    overflow: hidden;
}
.study_content_cont{
	margin:50px auto 100px;
}
.study_content_cont .top_content,.silder_panel{
	display: flex;
	justify-content: space-between;
	height: 495px;
	overflow: hidden;
	margin-bottom:22px;
}
.study_content_cont .top_content .left_content{
	text-align: left;
	width:63%;
}
.study_content_cont .top_content .right_content,.silder_panel .right_content{
	text-align: left;
	width:37%;
	background: #282828;
	color: #FFFFFF;
	padding:58px 60px;
	line-height: 30px;
	font-size:16px;
	position: relative;
}
.study_content_cont .top_content .right_content .triangle,.silder_intro .triangle{
	width:0;
	height:0;
	border-top:30px solid transparent;
	border-right:30px solid #282828;
	border-bottom:30px solid transparent;
	position: absolute;
	left:-6%;
	bottom:10%;
}
.study_content_cont .top_content .right_content h3,.silder_panel .right_content h3{
	font-size: 30px;
	letter-spacing: 0.97px;
	margin-bottom:32px;
	text-align: center;
}
.study_content_cont .top_content .right_content .word_describe{
	font-size: 16px;
	text-align: left;
	line-height: 22px;
}
.study_content_cont .bottom_content,.left{
	text-align:left;
}
/*特色功能*/
.special_function_cont{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-top:50px;
}
.special_function_cont div{
	width:50%;
	text-align: center;
}
.special_function_cont div h3{
	font-size: 24px;
	color: #333333;
	letter-spacing: 1.45px;
	margin:64px auto 24px;
}
.special_function_cont div p{
	font-size: 16px;
	color: #000000;
	margin:0px 68px 64px;
}
/*产品特点*/
.products_feature{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/product_feature_bg.png);
	/* background:url(./../img/product_feature_bg.png); */
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
.products_feature_cont h3{
	font-size: 24px;
	margin:43px auto 83px;
}
.products_feature_cont .page{
	height:425px;
	margin-bottom:97px;
}
.products_feature_cont .hardware_feature,.products_feature_cont .microsoft_feature{
	background: #F2D623;
	color: #333333;
	padding:35px;
	height: 277px;
	width:584px;
}
.products_feature_cont .left_feature{
	float:left;
	width:55%;
	height:425px;
}
.products_feature_cont .hardware_feature,.products_feature_cont .microsoft_feature{
	width:43%;
	position: relative;
	z-index:9;
	margin-top:-30%;
	float:right;
	height: 50%;
}
.products_feature_cont .hardware_feature h2,.products_feature_cont .microsoft_feature h2{
	font-size: 24px;
	text-align: center;
	padding-bottom:15px;
}
.products_feature_cont .hardware_feature p,.products_feature_cont .microsoft_feature p{
	font-size: 16px;
	text-align: left;
	line-height: 30px;
}
.products_feature_tab ul{
	margin:0 auto;
	text-align: center;
}
.products_feature_tab li{
	height:5px;
	width:40px;
	background: #E5E5E5;
	margin:0 5px;
}
.products_feature_tab li:hover,.products_feature_tab li.current{
	background: #F2D623;
	cursor: pointer;
}
.products_feature_tab ul{
	text-align: center;
	display: flex;
	justify-content: space-around;
	width:10%;
}


/*渠道合作*/
.channel_detail,.content_detail{
	display: flex;
	justify-content: space-between;
}
.channel_cooperation{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/channel_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
.channel_cooperation_cont h3{
	font-size: 24px;
	margin:43px auto 83px;
}
.channel_detail .left_channel{
	width:45%;
}
.channel_detail .right_channel{
	width:55%;
	padding:55px 64px;
	text-align: left;
}
/*内容合作*/
.content_detail .right_content div.content_list{
	display:flex;
}
.content_cooperation_cont .content_describe{
	position: relative;
	margin-top:-500px;
}
.content_detail{
	height:330px;
	overflow:hidden;
}
.content_detail .left_content,.content_detail .right_content{
	width:49.5%;
}
.content_sub_title{
	font-size: 24px;
	color: #333333;
	margin:43px auto 80px;
}
.content_detail .right_content div{
	text-align: left;
}
.right_content .content_list{
	background: #F7F7F7;
	margin-bottom:10px;
	height:160px;
	overflow: hidden;
}
.content_item{
	padding:25px 20px;
	width: 62%;
}
/*小白智慧打印产品介绍 右边图片特效*/
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
.xb_products_block #playBox{ width:1160px; height:580px; margin:20px 0px; background:#333; position:relative; overflow:hidden;}
.xb_products_block #playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;height:580px;}
.xb_products_block #playBox .oUlplay li{ float:left;}
.xb_products_block #playBox .pre{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
.xb_products_block #playBox .next{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
.xb_products_block #playBox .smalltitle {width:1000px; height:10px; position:absolute; bottom:15px; z-index:10;left:50%;}
.xb_products_block #playBox .smalltitle ul{ width:120px;}
.xb_products_block #playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:rgba(0,0,0,0.50);; float:left; overflow:hidden;*display:inline;*zoom:1;}
.xb_products_block #playBox .smalltitle .thistitle{ background:#F2D623;}

/*enlarge.css*/
.main .solution {
	box-sizing: border-box;
	padding-top: 44px;
	background-color: #fff;
	width: 100%;
	padding-bottom: 85px
}
.main .solution-section {
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 62px;
	display:flex;
	justify-content: space-between;
}
.main .solution-section .solution-item {
	position: relative;
	color: #fff;
	box-sizing: border-box;
	height: 227px;
	width: 400px;
	border: 1px solid #f2f4f7;
	background-size: cover;
	transition: all .3s ease
}
.main .solution-section .solution-item:hover {
	border: none;
	cursor: pointer;
	z-index: 2;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 10px 70px 0 rgba(0,0,0,.2)
}

.main .solution-section .solution-item .desc {
	position: absolute;
	font-size: 16px;
	display: none;
	font-size: 16px;
	color: #151515;
	letter-spacing: 0.4px;
	text-align: left;
	line-height: 24px;
}

.main .solution-section .solution-item:hover .desc {
	top: -20px;
	left:-20px;
    background-image: url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/checked_background.png);
	padding:32px 38px;
	height:210px;
	overflow: hidden;
	display: block
}  
.main .solution-section .solution-item .desc h3{
	font-size: 24px;
	margin-bottom:24px;
}
/*学习内容 特效部分*//*slider*/
.slider_box{
	width:1185px; 
	margin:0 auto;
	height: 575px;
	overflow: hidden;
	position: relative;
}
.silder_tip{width: 92px;height: 92px;overflow: hidden;position: absolute;top: 0;right: 0;z-index:1; text-indent:-999px;background:url(.http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/tip-tt.gif) no-repeat;}
#movie_tip{background-position: -93px 0;}
.silder_con{
	position: absolute;}
.silder_panel{
	width:1185px;
	height:495px;
	overflow: hidden;
	float: left;
	position: relative;
	background: #282828;
}
.silder_panel img{
	width: 750px;
	height: 495px;
	display: block;
	overflow: hidden;
}
.silder_intro{
	line-height: 20px;
	color: #999;
	padding: 0 40px 0 0;
}
.silder_intro h3 strong{font-size: 24px;height:30px;overflow: hidden;font-weight: normal;display: block;}
.silder_intro h3 strong a{ color: #fff; font-weight:bold;}
.silder_intro ul{height: 60px;overflow: hidden;}	
.silder_intro li{height: 20px;overflow: hidden;color:#787878;}
.silder_intro li a{color:#787878; margin:0 6px;}
.silder_intro span{ margin: 0 10px 0 0;}
.silder_intro p{height:72px;overflow: hidden;color:#787878; margin-top:10px; line-height:18px;}
.silder_play{display: block;width:136px;height:30px;overflow: hidden;text-indent: -999px;position: absolute;bottom: 13px;right: 45px;background: url() 0 -30px no-repeat;}	
.silder_play:hover{ background-position: 0 0;}
.silder_nav{width:1185px;height:58px;margin-top:22px;bottom: 0;position: absolute;overflow: hidden;}
.silder_nav li{float: left;padding:0px;border:1px solid #fff; margin:2px;}
.silder_nav li.current{border:3px solid #F2D623; margin:0 4px;}
.silder_nav li,.silder_nav img{display: block;width:112px;height:48px;overflow: hidden;}
.slider_box a.prev,.slider_box a.next{display: block;width:45px;height:100px;overflow:hidden;text-indent: -999px;position: absolute;cursor: pointer;margin: 85px 0 0 0;background: url() no-repeat;}	
.slider_box a.prev{left:0;background-position: left 0;}
.slider_box a.next{right:0;background-position: right 0;}
.silderBox{height:8px; line-height:8px;}
/*产品中心 -- 新媒体*/
.quality_account_content{
	margin:50px 0px 60px;
}
.quality_account_content .page{
	height:819px;
}
.quality_account_content .page,.quality_account_content .page_item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.quality_account_content .page_item{
	color: #333333;
	width:46%;
	margin-bottom: -15px;
	height: 208px;
}
.quality_account_content .item_content{
	border: 1px solid #CECECE;
	padding:25px 33px 19px 50px;
	position: relative;
	text-align: left;
}
.quality_account_content .item_content h3{
	font-size: 24px;
	margin-bottom:12px;
}
.quality_account_content .item_content h5{
	font-size: 16px;
	margin-bottom:18px;
}
.quality_account_content .item_content p{
	font-size: 12px;
	color: #2A2A2A;     
	letter-spacing: 0.5px;
	text-align: left;
	line-height: 18px;
}
.quality_account_content .item_img{
	padding:8px;
	border: 1px solid #CECECE;
	position: relative;
	top:-150px;
	left:-30px;
	z-index: 9;
	background-color:#fff;
	height: 44px;
}
.quality_account_content .item_img img{
	width: 44px;
	height:44px;
}

.quality_account_content .item_content_hover{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/accountbg.png);
	background-size:cover;
	background-repeat: no-repeat;
	border: 1px solid #F2D623;
}
.quality_account_content .item_img_hover{
	border: 1px solid #F2D623;
}
.quality_account_tab ul{
	margin:0 auto;
	text-align: center;
}
.quality_account_tab li{
	height:5px;
	width:40px;
	background: #E5E5E5;
	margin:0 5px;
}
.quality_account_tab li:hover,.quality_account_tab li.current{
	background: #F2D623;
	cursor: pointer;
}
.quality_account_tab ul{
	text-align: center;
	display: flex;
	justify-content: space-around;
	width:10%;
}
.putin_market{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/putin_market_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.putin_market_cont{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}
.putin_item{
	width:20%;
	text-align: center;
}
.putin_item h3{
	font-size: 16px;
	margin:30px 0px 10px;
}
.putin_item p{
	font-size: 12px;
}
.set_policy_cont{
	margin:50px auto 0px;
	height: 603px;
	overflow: hidden;
}
.selected_cases{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/selected_cases_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
}
.selected_cases_cont{
	margin:50px auto 110px;
}
/*产品中心 -- 新媒体 精选案例 图片特效*/
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
.selected_cases_cont #playBox{ width:1180px; height:610px; margin:20px auto; background:#fff; position:relative; overflow:hidden;}
.selected_cases_cont #playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;height:610px;}
.selected_cases_cont #playBox .oUlplay li{ float:left;padding:40px 40px 24px 26px;}
.selected_cases_cont #playBox .pre{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
.selected_cases_cont #playBox .next{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
.selected_cases_cont #playBox .smalltitle {width:1000px; height:10px; position:absolute; bottom:40px; z-index:10;left:78%;}
.selected_cases_cont #playBox .smalltitle ul{ display:flex;}
.selected_cases_cont #playBox .smalltitle ul li{ width:20px; height:5px; margin:0 8px; background: #E5E5E5; overflow:hidden;*display:inline;*zoom:1;}
.selected_cases_cont #playBox .smalltitle .thistitle{ background:#F2D623;}
.branch_cooperation{
	background: #F8F8F8;
}
/*关于我们*/
.about_gfd{
	padding-bottom:0;
}
.about_gfd_cont{
	margin-top:53px;
}
.about_gfd_cont ul li{
	font-size: 16px;
	color: #333333;
	text-align: left;
	list-style: square inside url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/disc.png);
	margin-bottom:30px;
}
/*发展历程*/
.develop_history_cont,.develop_history_cont ul,.contact_us_cont,.talent_concept_cont ul,.study_development_cont,.profit_model_cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.develop_history_cont ul li{
	color: #333333;
	width:15%;
}
.develop_history_cont ul li h3{
	font-size: 24px;
	height:60px;
}
.develop_history_cont ul li .bold_line_company{
	background: #F2D623;
	width:170px;
	height: 18px;
}
.develop_history_cont ul li p{
	font-size: 16px;
	height:60px;
}
/*发展历程*/
.contact_us{
	background: #F8F8F8 top left repeat;
}
.contact_us_cont{
	margin-top:80px;
}
.contact_us_cont .contact_us_left{
	width:38%;
	font-size: 16px;
	color: #333333;
	text-align:left;
}
.contact_us_cont .contact_us_right{
	width:55%;
}
.contact_us_cont .contact_us_left h2{
	font-size: 24px;
	margin:65px 0px 32px;
	font-weight: 600;
}
.contact_us_cont .contact_us_left ul li{
	list-style: disc;
	margin-bottom: 22px;
	margin-left:18px;
}
/*人才招聘*/
.container.recruit_info{
	padding-bottom:4rem;
}
.recruit_item h3{
	margin:74px 0px 36px;
	font-size: 24px;
	font-weight:600;
}
.recruit_item p{
	margin-bottom:24px;
	font-size: 16px;
}
.recruit_item{
	padding-bottom:26px;
	border-bottom: 1px dashed #CECECE;
	text-align: left;
	color: #333333;
}
.bd_bttom_none{
	border:0;
}
.recruit_item h3,.recruit_item p{
	padding:0px 20px;
}
.study_development{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/learn_develop_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.talent_concept_cont ul li{
	width:33.1%;
	height:236px;
	overflow: hidden;
	margin-bottom:0.3%;
	text-align: left;
}
.talent_item_bg{
	font-size: 24px;
	color: #333333;
	border-radius: 2px;
	background: #F2D623;
	font-weight:bold;
}
.talent_item_bg p{
	padding:60px 24px;
}
.talent_info p{
	font-size: 16px;
	color: #B9A001;
	padding:22px 23px;
}
.study_development_left{
	width:35%;
}
.study_development_right{
	width:60%;
}
.study_development_right{
	margin-top:60px;
	font-size: 16px;
	color: #333333;
	text-align: left;
}
.study_development_right ul li{
	margin-bottom:30px;
	display: flex;
	justify-content: flex-start;
}
.study_development_right ul li div:nth-of-type(1){
	margin-right:20px;
}
.employee_care_cont h3{
	font-size: 24px;
	color: #333333;
	margin-bottom:30px;
}
.employee_care_cont p{
	font-size: 16px;
	color: #222222;
	margin-bottom:100px;
}
/*首页banner图*/
/*小白智慧打印产品介绍 右边图片特效*/
/* #divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;} */
.index_banner{margin-top:61px;}
.index_banner #playBox{ width:7612px;height:600px;background:#333; position:relative; overflow:hidden;}
.index_banner #playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;height:600px;    box-sizing: content-box;}
.index_banner #playBox .oUlplay li{ float:left;width:1270px;height:600px;}
.index_banner #playBox .oUlplay li img{height:600px;}
.index_banner #playBox .pre{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
.index_banner #playBox .next{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
.index_banner #playBox .smalltitle {height:10px; position:absolute; bottom:30px; z-index:10;left:50%;margin-left:-45px;}
.index_banner #playBox .smalltitle ul{ width:120px;}
.index_banner #playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background: #F0F0F0; float:left; overflow:hidden;*display:inline;*zoom:1;}
.index_banner #playBox .smalltitle .thistitle{ background:#F2D623;}

/* 商业打印 */
.business_brief{
	margin:30px auto;
}
.business_brief_cont{
	width: 832px;
	font-size:16px;
	color:#000;
	line-height:28px;
	margin:17px auto 0px;
	text-align:left;
}
.business_brief_cont .detail{
	text-align:center;
	margin-top:26px;
}
.business_brief_cont a.more{
	padding:12px 27px;
	font-size: 16px;
	color: #3E3E3E;
	background: #F2D623;
	border-radius: 4px;
}
.device_intro{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/product_intro_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}  
.profit_model{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/cash_bg.png);
	background-size:cover;
	background-repeat: no-repeat;
} 
.profit_model_cont h3{
	font-size: 24px;
	color: #F2D623;
	letter-spacing: 1.03px;
	text-align: left;
	margin-bottom:32px;
}
.profit_model_cont p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight:bold;
	text-align:left;
}
.profit_model_cont .profit_right,.profit_model_cont .profit_left{
	margin:160px auto 328px;
}
.profit_model_cont .profit_right,.profit_model_cont .profit_left{
	width:50%;
}
.creat_income_cont{
	margin:80px auto 100px;
}
.creat_income_left,.creat_income_right,.how_layout_left,.how_layout_right{
	width:46%;
}
.creat_income_left{
	color: #333333;
	text-align: left;
}
.creat_income_left h3{
	font-size: 24px;
	margin:178px auto 32px;
}
.creat_income_left p{
	font-size: 16px;
}
.how_layout_right h2{
	margin-top:95px;
}
.how_layout_cont{
	margin-top:45px;
}
.layout_des{
	font-size: 16px;
	color: #000000;
	margin:16px auto 30px;
}
.how_layout_left{
	border: 8px solid #F2D623;
}
.how_layout_right{
	text-align:left;
}

.how_layout_right h2,.how_cash_cont h2{
	font-size: 24px;
	color: #333333;
}
/*商业打印*/
.how_layout_left #playBox{ width:7612px;height:380px;background:#333; position:relative; overflow:hidden;}
.how_layout_left #playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;height:380px;}
.how_layout_left #playBox .oUlplay li{ float:left;}
.how_layout_left #playBox .pre{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
.how_layout_left #playBox .next{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
.how_layout_left #playBox .smalltitle {width:1185px;width:60px; height:10px; position:absolute; bottom:12px; z-index:10;left:56%;margin-left:-60px;}
.how_layout_left #playBox .smalltitle ul{ width:60px;text-align: center;}
.how_layout_left #playBox .smalltitle ul li{ width:16px; height:16px; margin:0 5px; border-radius:10px; background: rgba(0,0,0,0.50); float:left; overflow:hidden;*display:inline;*zoom:1;}
.how_layout_left #playBox .smalltitle .thistitle{ background:#F2D623;}
.how_cash_cont h2{
	margin-top:50px;
}
.how_cash_desc{
	width:885px;
	margin:30px auto 80px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 26px;
}
.pb0{
	padding-bottom:0;
}
.platform_operation_desc{
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.77px;
	text-align: center;
	margin:50px auto 80px;
}
/*焦点图*/
.index_banner img{
	width: 100%;
	/* height:600px; */
}
.page_404{
	margin-top:10rem;
}
.desc_404{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin:61px 0 33px;
}
a.btn_default{
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	background: #454545;
	border-radius: 30px;
	padding:18px 74px;
}

/*招商加盟*/
.merchants_commercial_cont,.merchants_convience_cont{
	display:flex;
	margin-top:3.125rem;
}
.merchants_commercial_left,.merchants_commercial_right,.merchants_convience_left,.merchants_convience_right{
	width:50%;
	padding:80px 75px;
}
.merchants_commercial_left,.merchants_convience_right{
	background: #F7F7F7;
	text-align: right;
}
.merchants_convience_right{
	text-align: left;
}
.merchants_commercial_right,.merchants_convience_left{
	background: #F2D623;
}
.merchants_commercial_right .commercial_item,.merchants_convience_left .convience_item{
	width:70%;
	text-align: left;
	color: #333333;
}
.merchants_commercial_right h3,.merchants_convience_left h3{
	font-size: 24px;
	margin-bottom:15px;
	font-weight: 600;
}
.merchants_commercial_right .merchants_desc,.merchants_convience_left .merchants_desc{
	font-size: 16px;
	text-align: justify;
}
.btn_default_noradius,a.btn_default_noradius{
	background: #333333;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	padding:12px 27px;
	margin:30px 0px 15px;
	display: inline-block;
	text-align: right;
}
.coorpration_company{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/coorparation_01.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top:7%;
}
.coorpration_company_other{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/coorparation_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top:7%;
	height: 78px;
}
.coorpration_company .coorpration_cont,.coorpration_company_other .coorpration_cont{
	width:50%;
	text-align:left;
	position: relative;
	left:45%;
}
.coorpration_company_other .coorpration_cont{
	width:50%;
}
.coorpration_company p,.coorpration_company_other p{
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom:26px;
	font-weight:500;
}
/*招商加盟*/
.merchants_convience_right #playBox{ width:7612px;height:416px;position:relative; overflow:hidden;}
.merchants_convience_right #playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;height:380px;}
.merchants_convience_right #playBox .oUlplay li{ float:left;}
.merchants_convience_right #playBox .pre{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
.merchants_convience_right #playBox .next{ cursor:pointer; width:45px; height:45px; background:url() no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
.merchants_convience_right #playBox .smalltitle {width:1185px;width:50%; height:10px; position:absolute; bottom:30px; z-index:10;left:56%;margin-left:-60px;}
.merchants_convience_right #playBox .smalltitle ul{ width:50%;text-align: center;}
.merchants_convience_right #playBox .smalltitle ul li{ width:16px; height:16px; margin:0 5px; border-radius:10px; background: rgba(255,255,255,0.50); float:left; overflow:hidden;*display:inline;*zoom:1;}
.merchants_convience_right #playBox .smalltitle .thistitle{ background:#F2D623;}
/*新闻中心*/
.news_center,.news_center_left,.news_center_left ul li a,.news_item_right .news_title h2{
	color: #333333;
}
.news_center p,.news_center_left,.news_item_right .news_title h2,.news_item_right .news_title span,.news_item_right .news_block{
	font-size: 16px;
}
.news_center p{
	text-align: center;
	margin-bottom:40px;
	line-height: 24px;
}
.news_center h2{
	font-size: 24px;
	margin:50px auto 45px;
	text-align: center;
}
.news_center .cont_item,.news_item_right .news_block,.news_item_right .news_title h2{
	text-align: left;
}
.news_center_left{
	width:20%;
}
.news_center_left ul,.news_center_left ul li{
	text-align:center;
	width:100%;
}
.news_center_left ul li{
	line-height: 48px;
}
.news_center_left ul li:hover,.news_center_left ul li.current{
	background: #F2D623;
}
.news_center_right{
	width:78%;
}
.news_item_left{
	border: 1px solid #CECECE;
	padding:10px;
	width:30%;
	height:180px;
}
.news_item_left img{
	height:100%;
}
.news_item_right{
	width:62%;
}
.news_item{
	width:100%;
}
.news_item,.news_item_right .news_title{
	display: flex;
	justify-content: space-between;
}
.news_item_right .news_title h2{
	font-weight:bold;
	margin:0;
}
.news_item_right .news_title span{
	color: #999999;
	font-weight:400;
}
.news_item_right .news_title{
	margin:0px 0px 30px;
}
.news_item_right .news_block{
	color: #666666;
	font-weight:400;
}
.news_item_right .button{
	position: relative;
	right: 0px;
	bottom: 40px;
	display: inline;
}

/*翻页*/
.pagenation {
	padding: 40px 30px 60px 0;
	color: #666;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.pagenation .pagenum {
	float: left;
	min-width: 30px;
	padding: 3px 5px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.pagenation .pagenum.indexpage, .pagenation .pagenum.lastpage, .pagenation .pagenum.nextpage {
	background: rgba(255,255,255,0);
	color: #d9cfce;
}

.pagenation .pagenum.indexpage.active, .pagenation .pagenum.lastpage.active, .pagenation .pagenum.nextpage.active {
	background-color: #f5f5f5;
	color: #999;
}

.pagenation .pagenum.indexpage.active a, .pagenation .pagenum.lastpage.active a, .pagenation .pagenum.nextpage.active a {
	color: #999;
}

.pagenation .pagenum.pagetext, .pagenation .pagenum.totalpage {
	border-radius: 0px;
	background: rgba(255,255,255,0);
	border: none;
}

.pagenation .pagenum a {
	color: #999;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

.pagenation .pageswiperbox {
	min-width: 35px;
	max-width: 175px;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	margin-top:-14px;
}

.pagenation .pageswiper {
	width: auto;
}

.pagenation .pageswiper .pagenum {
	display: inline-block;
	float: none;
}

.pagenation .pagenum.curpage {
	background: rgba(255,255,255,0);
	color: #FE7200;
	border: none;
}

.pagenation .pagenum.curpage a {
	color: #FE7200;
	display: block;
	width: 100%;
}

.pagenation .pageinput {
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 40px;
	margin: 0 3px;
	line-height: 17px;
	box-sizing: border-box;
	vertical-align: top;
}

.pagenation .pagesubbtn {
	background: rgba(255,255,255,0);
}

.pagenation .pagesubbtn a {
	color: #d9cfce;
}

.pagenation .pagesubbtn.active {
	background: #f5f5f5;
}

.pagenation .pagesubbtn a {
	color: #999;
}
/*合作伙伴*/
.cooperation_company{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/coperate_company_bg.png);
	/* background:url(./../img/coperate_company_bg.png); */
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;	
}
.hot-img{
	position: relative;
	top:-50px;
	right:-105px;
}
.learn-box-page img{
	display:inline-block;
	vertical-align: middle;
}

/* 2021.7.1 */
.family-print-sevice-block{
	position:fixed;
	z-index: 9999;
	right: 60px;
	bottom: 30px;
}
.family-print-sevice-block img{
	position: relative;
	width:270px;
	height:406px;
}

/* 2021-9-28 */
.nav-item li{
	position: relative;
}
a.download_app{
	display: block;
	font-family: 'SourceHanSansCN-Medium';
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: 500;
	background: #F2D623;
	border-radius: 19px;
	padding:10px 20px;
	margin-top:5px;
	position: absolute;
	top:5px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.download_app{
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/family_print_download_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 336px;
	overflow: hidden;
}
.download_app_cont{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	font-weight: bold;
}
.download_app_cont img{
	width:120px;
	height:120px;
	margin:56px 0 20px;
}
.container.family_products_intro >div:nth-of-type(2){
	border:none;
	width:auto;
	height:auto;
	width:1185px;
	margin:120px auto;
}
.container.family_products_intro >div:nth-of-type(2) .xb_products_left{
	width:30%;
}
.container.family_products_intro >div:nth-of-type(2) .xb_products_right{
	width:50%;
}
.container.family_products_intro >div:nth-of-type(2) .xb_products_right img{
	width: 259px;
	height: 134px;
	position: relative;
	bottom:auto;
	right:auto;
}
.container.family_products_intro >div:nth-of-type(2) .xb_products_name{
	text-align: right;
}
.family_software_intro{
	margin-top:50px;
}
.nav-item li{
	position: relative;
}
.appCode{
	position: absolute;
	top: 50px;
  	/* left: -8px; */
  	left: 60px;
}
.appCode, .appCode_zhihui{
	font-size:12px;
	text-align: center;
}
.appCode img,.appCode_zhihui img{
	width: 140px;
  	height: 140px;
	margin:8px 0 5px;
}
.appCode_zhihui{
	position: absolute;
	top: 50px;
  	/* left: -138px; */
  	left: -90px;
}
.banner{
	position: relative;
}
.xb_qr_position{
	position: absolute;
	bottom:12%;
	left:25%;
	color:#fff;
	font-size:20px;
}
.xb_qr_position img{
	width:	120px;
	height: 120px;
	margin:15px 0 10px;
}
/* 超小屏幕 手机 (<768px)
小屏幕 平板 (≥768px)
中等屏幕 桌面显示器(≥992px)
大屏幕 大桌面显示器 (≥1200px) */
@media (max-width:768px){
	.pc-block{
		display:none;
	}
	.mobile-block{
		display: block;
	}
	.gray_bg{
		min-width: auto;
		height: 100%;
  	background: #eaeff3;
	}
}
@media (min-width:768px){
	.pc-block{
		display:none;
	}
	.mobile-block{
		display: block;
	}
	.gray_bg{
		min-width: auto;
		height: 100%;
  	background: #eaeff3;
	}
	
}
@media (min-width:992px){
	.pc-block{
		display:block;
	}
	.mobile-block{
		display: none;
	}
	.gray_bg{
		min-width: auto;
		height: 100%;
  	background: #fff;
	}
	
}
@media (min-width:1200px){
	.pc-block{
		display:block;
	}
	body,html{
		min-width: 1210px;
		overflow-x: hidden;
	}
	.mobile-block{
		display: none;
	}
	.gray_bg{
		min-width: 1210px;
		height: 100%;
  	background: #fff;
	}
	
}

/*** 功夫智云 ***/
.zhiyun_bg{
	height:400px;
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/zhiyun_banner_bg.png) center center no-repeat;
	overflow: hidden;
	background-size: cover;
}
.zhiyun-content{
	width:1185px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding-top:60px;
}
.zhiyun_bg .desc img{
	width:80%;
}
.zhiyun_bg .zhiyun-banner-btn{
	display: flex;
	justify-content: start;
	margin-top:20px;
}
.zhiyun_bg .zhiyun-banner-btn a.btn{
	border-radius:5px;
	padding:10px 20px;
	text-align: center;
	font-weight: 600;
	display: block;
}
.zhiyun_bg .zhiyun-banner-btn a.btn-primary{
	color:#3a97ff;
	background:#ffff;
	border:1px solid #fff;
	margin-right:15px;
}
.zhiyun_bg .zhiyun-banner-btn a.btn-default{
	color:#fff;
	border:1px solid #fff;
}
.zhiyun_bg .right{
	text-align: right;
}
.zhiyun_bg .right img{
	width:70%;
}
.shadow-section{
	height:240px;
	background:url(http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/intro_shadow_bg.png) center center no-repeat;
	overflow: hidden;
	background-size: cover;
	padding:37px 0;
}
.section-main{
	display: flex;
	justify-content: space-between;
	width:1185px;
	padding: 0rem 0rem 9rem;
	color: #FFFFFF;
	font-weight: 500;
	margin:0 auto;
}
.shadow-content{
	width:70%;
}
.shadow-content .title{
	font-size: 24px;
	margin-top:10px;
}
.shadow-content .desc{
	font-size: 16px;
	margin-top:26px;
}
.shadow-section .qr-code{
	display:flex;
	align-items: center;
	flex-flow: column;
	font-size: 12px;
	font-weight: 400;
}
.shadow-section .qr-code img{
	width:135px;
	height:135px;
	margin-bottom:4px;
}
.saas-section{
	background:#f5f7fb;
}
.section-block{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width:1185px;
	margin:0 auto;
}
.saas-section .saas-intro{
	width:90%;
}
.saas-section .zhiyun-type{
	margin-top:-30px;
}
.container.product_contract >div:nth-of-type(2), .container.product_charateristic >div:nth-of-type(2), .container.apply_block >div:nth-of-type(2), .container.coopration_block >div:nth-of-type(2){
	border-color:#1678FF;
}
.product_charateristic{
	background: linear-gradient(180deg, #02132C 0%, #032455 100%);
	padding:80px 0 110px;
	color:#fff;
}
.product_charateristic_cont{
	display:flex;
	justify-content: space-between;
	margin-top:70px;
}
.product_charateristic_cont .charactistic-item{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background: linear-gradient(180deg, #033F92 0%, #032B5E 100%);
	border-radius: 10px;
	padding:53px 53px 34px;
	color:#fff;
	font-size: 16px;
	width:23%;
	font-family: 'SourceHanSansCN-Medium, SourceHanSansCN';
}
.product_charateristic_cont img{
	width: 100px;
	height: 100px;
}
.product_charateristic_cont .title{
	font-size: 24px;
	font-weight: 500;
	margin-top:30px;
}
.product_charateristic_cont .sub-title{
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 27px;
	margin-top:12px;
}
.product_charateristic_cont .description{
	font-weight: 400;
	line-height: 24px;
	margin-top:18px;
	text-align: left;
}
/** 应用场景 ***/
.apply_block{
	background: #F5F7FB;
}
.apply_block_cont .tab-block{
	display: flex;
	justify-content: space-around;
	width:50%;
	margin:60px auto 40px;
}
.apply_block_cont .tab-item{
	font-size: 24px;
	font-family: 'SourceHanSansCN-Regular, SourceHanSansCN';
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.apply_block_cont .current{
	color: #1678FF;
}
.apply_block_cont .current::after{
	width: 110px;
	height: 5px;
	background: #1678FF;
	border-radius: 3px;
	content:'';
	display: block;
	text-align: center;
	margin:22px auto 0;
}
.education_tab-content .education-top{
	padding:20px;
	background:#fff;
	box-shadow: 0px 2px 16px 0px rgba(204, 204, 204, 0.3);
}
.education_tab-content .education-top .desc{
	margin:15px 0 2px;
	text-align: left;
}
.education_tab-content .education-bottom{
	display: flex;
	justify-content: space-between;
	margin-top:135px;
}
.education_tab-content .education-bottom .item{
	background: #FFFFFF;
	box-shadow: 0px -2px 16px 0px rgba(204, 204, 204, 0.46);
	border-radius: 10px 10px 0px 0px;
	padding:98px 52px 68px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	width:23%;
}
.education_tab-content .education-bottom img{
	width:130px;
	height: 130px;
	margin-top:-60%;
}
.education_tab-content .education-bottom .occupation{
	font-size: 24px;
	font-family: 'SourceHanSansCN-Bold, SourceHanSansCN';
	font-weight: bold;
	color: #1678FF;
	line-height: 36px;
	margin-top:40px;
}
.education_tab-content .education-bottom .desc{
	font-size: 16px;
	font-family: 'SourceHanSansCN-Regular, SourceHanSansCN';
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin-top:20px;
	text-align: left;
}
.enterprise-top img{
	width:72%;
	margin:0 auto;
}
.enterprise-bottom{
	margin-top:69px;
	padding:102px 90px 120px;
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px -2px 16px 0px rgba(204, 204, 204, 0.29);
	border-radius: 20px 20px 0px 0px;
}
.enterprise-item{
	font-family: 'SourceHanSansCN-Regular, SourceHanSansCN';
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	width:30%;
}
.enterprise-item:nth-of-type(2){
	border-left:1px solid #E6EAEB;
	border-right:1px solid #E6EAEB;
	padding-left:3%;
	padding-right:3%;
}
.enterprise-item img{
	width: 58px;
	height: 58px;
}
.enterprise-item .title{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	margin-top:20px;
}
.enterprise-item .desc{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top:10px;
}
.container.apply_block{
	padding-bottom:0;
}
.coopration_block_cont{
	margin-top:57px;
	display: flex;
	justify-content: space-around;
}
.coopration_block_cont .item{
	font-family: 'SourceHanSansCN-Medium, SourceHanSansCN';
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.coopration_block_cont img{
	width:93px;
	height: 93px;
}
.coopration_block_cont .title{
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	margin-top:35px;
}
.coopration_block_cont .desc{
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top:10px;
}
.coopration_block{
	background:#fff;
	margin-top:-2%;
	position: relative;
	z-index: 9;
}

/*add by 2021-11-8*/
.add_left_style{
	padding-left:60px;
}
.xb_products_subtitle{
	margin-top:10px;
}
.add_right_style{
	padding-right:50px;
	text-align: right;
}
.add_left_style .xb_products_des{
	margin-top:15px;
}
.xb_products_title{
	text-align: center;
	margin-top:80px;
}
.xb_products_title img{
	width:25%;
}
.container.family_products_intro >div:nth-of-type(2){
	margin-top:0;
}
.container.family_products_intro >div:nth-of-type(2) .xb_products_name{
	text-align: left;
}
.container.family_products_intro >div:nth-of-type(2) .xb_products_right img{
	width: 356px;
	height: 280px;
}
.xb_products_subtitle{
	font-size: 25px;
}
.family_software_intro .xb_products_right{
	margin:100px 50px 0 0;
}
.family_software_intro .xb_products_right{
	width:30%;
}
/*共享打印*/
.container_convenice{
	width:1229px;
	margin:0 auto;
}
.convenice_bg{
	background:url('http://hera.oss-cn-hangzhou.aliyuncs.com/gfd_home/img/convenice_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.convenice_chatu{
	position: relative;
}
.convenice_chatu img{
	position:absolute;
	top:-280px;
	right:17.5%;
	width:15%;
}
.convenice_intro{
	text-align: center;
}
.convenice_intro img{
	width:40%;
}
.convenice_img{
	/* padding: 5rem 0rem 2rem; */
	padding: 50px 0 10px;
}
.convenice_img img{
	width:60%;
}

.icp-attr{
	margin-left:20px;
	display: inline-block;
}

.footer_section{
	padding-top:30px;
	background:#fff;
	padding-bottom:50px;
}

.content_section >div:nth-of-type(1) {
	font-size: 30px;
	font-weight: 800;
	/* margin-bottom: 10px; */
	text-align: center;
}

.content_section >div:nth-of-type(2) {
	width: 6rem;
	height: 4px;
	margin: 0 auto;
	background: #333;
	border-radius: 2px;
}

.content_section .container-content {
	margin-top: 2rem;
	line-height: 45px;
	font-size: 16px;
}

.learning_box_code {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	width: 100%;
	margin: 0 auto;
}
.learning_box_code div {
	width: 33%;
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.learning_box_code div img {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.learning_box_code img{
	display: inline-block;
}

/**windows流程 2022.11.22**/
.Windows-block{
	margin:0 auto;
	width:1170px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
}
.course1, .course3{
	margin-top:40px;
}
.course2, .course4{
	margin-top:30px;
}
.qr_code{
	margin:65px 0 160px;
}