﻿@charset "utf-8";
/* CSS Document */


/*导航*/
		.nav_content{padding: 10px 0;}
		.zy_nav{
			background: white;
			width: 100%;
			border-bottom: 4px solid #005aac;
		}
		.nav_logo{float: left;margin-top: 15px;width: 188px;height: 44px;}
		.nav_logo img{width: 100%;}
		.nav_pages{
			float: right;
			display: flex;
			margin: 0 auto;
		}
		.nav_pages li{
			font-size: 16px;
			line-height: 70px;
			text-align: center;
			width: 120px;
		}
		.nav_pages li a{
			font-weight: bold;
		}

	li.nav-item>a{
		display: block;
		text-align: center;
		font-size: 16px;
		position: relative;
	}
	li.nav-item>a::before{
		display: none;
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		border-width: 0 8px 8px;
		border-style: solid;
		border-color: transparent transparent #005aac;
		position: absolute;
	}
	li.nav-item:hover>a ,li.nav-item.active>a{
		color: #005aac;
	}
	li.nav-item:hover>a::before,li.nav-item.active>a::before{
		display: block;
	}
	/* 二级菜单 */
	.submenu{
		position: absolute;
		top: 84px;
		left: 50%;
		width: 1020px;
		margin-left: -520px; 
		padding-top: 20px;
		background-color: white;
		/*height: 528px;
		overflow-x: hidden;*/
		box-shadow: 0px 6px 10px 0px rgba(128, 128, 128, 0.2);
		z-index: 2;
		display: none;
	}
	.side_nav{
			float: left;
			border-right: 1px solid #e5e5e5;
			height: 528px;
			overflow-x: hidden;
			scrollbar-width: thin;
			scrollbar-color: #e5e5e5 #f7f7f7;
			/*scrollbar-width: none;*/
		}
		.side_nav li{
			width: 236px;
			font-size: 16px;
		}
		.side_nav li:hover{
			cursor: pointer;
			background: #f7f7f7;
			color: #3169a4;
			transition: 0.5s;
		}
		.side_nav_li_show{
			background: #f7f7f7;
			color: #3169a4;
		}
		.products{
			float: left;
			width: 750px;
			padding-left: 10px;
			display: none;
		}
		.products_show{
			display: block;
		}
		.products li{
			float: left;
			width: 220px;
			padding: 10px;
			font-size: 14px;
			line-height: 40px;
			text-align: center;
		}
		.products li .pro_overview{
			width: 228px;
			height: 145px;
			overflow: hidden;
		}
		.pro_overview img{
			width: 100%;
		}
.products li a{
	font-weight: normal;
}

/*提示当前页*/
li.current_page{
	background-color: #f2f5f7;
	border-top: 2px solid #0061b2;
	line-height: 68px;
}


/*页底*/
		.footer{
			width: 100%;
			background: #f5f5f5;
		}
		.footer_td{
			display: flex;
			width: 100%;
			padding: 30px 0;
			border-bottom: 1px solid #e5e5e5;
		}
		.footer_td li{
			width: 200px;
		}
		.footer_td li .td_icon{
			width: 48px;
		}
		.footer_td li img{
			float: left;
			margin: 0 20px 0 50px;
			width: 100%;
		}
		.footer_td li h2{
			font-size: 16px;
			margin-left: 20px;
			line-height: 52px;
		}
		
		.footer_nav{
			margin-top: 40px;
			float: left;
		}
		.footer_nav_li li{
			float: left;
			margin-right: 100px;
		}
		.footer_nav_li li span{
			display: block;
		}
		.footer_nav_li li h2{
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 40px;
		}
		.footer_nav_li li span{
			font-size: 14px;
			margin-bottom: 24px;
		}
.footer_nav_li li span:hover a{
	cursor: pointer;
	color: #3169a4;
}
		.footer_contact{
			float: right;
			height: 380px;
			margin-top: 40px;
			padding-left: 60px;
			border-left: 1px solid #e5e5e5;
		}
		.zy_contact li{
			float: left;
			margin-right: 40px;
		}
		.zy_contact li h2,.zy_contact li span{
			font-size: 16px;
		}
		.zy_contact li h3{
			font-size: 22px;
			font-weight: bold;
			margin-top: 6px;
		}
		.zy_contact li div{
			margin-bottom: 30px;
		}
		
		.copyright{
			padding: 30px 0;
			border-top: 1px solid #e5e5e5;
		}
		.copyright p{
			font-size: 14px;
			color: #666;
			margin-right: 32px;
			text-align: center;
			line-height: 24px;
		}
		.copyright a:hover{
			text-decoration: underline;
		}


/*侧边联系方式*/
		.fixed_contact{
			position: fixed;
			z-index: 1;
			right: 20px;
			bottom: 150px;
		}
		.fixed_contact li{
			margin-bottom: 10px;
		}
		.fixed_contact li div img{
			width: 100%;
		}
		.fixed_contact li .contact_qq,.fixed_contact li .phone{
			transition-timing-function:linear;
			transition: 0.2s;
			width: 56px;
			height: 56px;
		}
.fixed_contact li .contact_qq img,.fixed_contact li .phone img{
	width: 100%;
}
		.fixed_contact li:hover{
			cursor: pointer;
		}
		.fixed_contact li .contact_qq:hover,.fixed_contact li .phone:hover{
			transform: scale(1.1,1.1);
		}
		.fixed_contact li .top{
			width: 53px;
			height: 53px;
			border-radius: 100%;
			background: #a9cdf3;
			border: 2px solid #e5e5e5;
		}
		.fixed_contact li .top img{
			width: 34%;
			margin: 19px 0 0 18px;
			transition-timing-function:linear;
			transition: 0.1s;
		}
		.fixed_contact li .top:hover img{
			margin-top: 14px;
		}
		.d-service{
			position: fixed;
		}
		.qq_service{
			width: 160px;
			position: absolute;
			background: white;
			right: 70px;
			top: 0;
			padding: 20px 40px;
			border: 1px solid #e5e5e5;
		}
		.qq_con,.phone_con{
			position: relative;
		}
		.qq_icon{
			float: left;
		}
		.qq h3{
			display: inline;
			line-height: 54px;
			margin-left: 20px;
		}
		.d-service-phone{
			width: 125px;
			background: white;
			position: absolute;
			right: 70px;
			bottom: -200px;
			padding: 20px 40px;
			border: 1px solid #e5e5e5;
		}
		.d-service-phone .text{
			margin-bottom: 20px;
		}
		.d-service-phone .text p{
			font-size: 16px;
			margin-bottom: 10px;
		}
		.d-service-phone .number{
			font-weight: bold;
		}
		.d-service-intro{
			padding-top: 20px;
			margin-top: 20px;
			border-top: 1px solid #e5e5e5;
			color: #3169a4;
		}
		.d-service-item{
			font-size: 16px;
		}
		.buy_products{
			width: 53px;
			height: 53px;
			border-radius: 100%;
			background: #F08300;
			border: 2px solid #e5e5e5;
			transition: all ease 0.4s;
		}
		.buy_products:hover{
			transform: rotateY(360deg);
			transition: all ease 0.4s;
		}
		.buy_products .buy_btn_text{
			color: white;
			text-transform: uppercase;
			margin-top: 6px;
		}
		.buy_products .buy_btn_text span{
			display: block;
			text-align: center;
		}
		.buy_products .buy_btn_text .en{
			font-weight: 300;
		}
		.buy_products .buy_btn_text .ch{
			font-size: 16px;
			font-weight: bold;
			margin-top: -3px;
		}



/*内容模块标题*/
		.pro_tit,.case_tit,.news_tit,.saas_tit{
			text-align: center;
		}
		.pro_tit h2,.case_tit h2,.news_tit h2,.saas_tit h2{
			font-size: 40px;
		}
		.pro_tit p,.case_tit p,.saas_tit p{
			font-size: 16px;
			color: #b2b2b2;
			margin-top: 10px;
		}

/*--------------------页面样式--------------------*/

/*首页*/	
		.features{
			margin-top: 60px;
		}
		.features_1{
			width: 1020px;
		}
		.features_1 li{
			float: left;
			padding: 10px;
		}
		.fea_interval{
			width: 279px;
			height: 110px;
			padding: 30px 20px 0 20px;
			box-shadow: 0px 0px 24px 0px rgba(216, 223, 230, 0.61);
		}
		.fea_interval .features_icon{
			width: 57px;
			height: 57px;
			float: left;
			margin-right: 20px;
		}
		.features_1 li img{
			float: left;
			width: 100%;
		}
		.fea_con h2{
			font-size: 20px;
		}
		.fea_con p{
			font-size: 16px;
			color: #b2b2b2;
			margin-top: 10px;
		}
				
		.programs{
			margin-top: 70px;
		}
		.pro_con{
			margin-top: 30px;
		}
		.pro_industry li{
			float: left;
			padding: 10px;
		}
		.pro_industry li .pro_img{
			width: 320px;
			height: 249px;
			overflow: hidden;
			position: relative;
		}
		.pro_img img{
			width: 100%;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.pro_img:hover img{
			cursor: pointer;
			transform: scale(1.1,1.1);
		}
		.pro_name{
			position: absolute;
			left: 0;
			bottom: 0;
			font-size: 22px;
			color: white;
			background-color: rgba(49, 105, 164,0.9);
			width: 291px;
			height: 40px;
			padding: 10px 0 15px 10px;
		}
		.pro_name span{
			display: block;
			font-size: 13px;
			opacity: 0.8;
			font-weight: 100;
		}
		
		.zy_advantages{
			margin-top: 70px;
			padding: 60px 0;
			width: 100%;
			background-color: #fafafa;
		}
		.adv{
			font-size: 40px;
			width: 300px;
			margin: 0 auto;
		}
		.adv_tit,.saasMain_features{
			display: flex;
			width: 100%;
			margin: 30px auto auto auto;
		}
		.adv_tit li,.saasMain_features li{
			text-align: center;
			font-size: 16px;
			padding-bottom: 20px;
			width: 167px;
			border-bottom: 1px solid #e5e5e5;
		}
		li.adv_tit_li_show,li.saasMain_features_liShow{
			color: #3169a4;
			border-bottom: 1px solid #3169a4;
		}
		.adv_tit li:hover,.saasMain_features li:hover{
			cursor: pointer;
			color: #3169a4;
			border-bottom: 1px solid #3169a4;
		}
		.adv_con{
			margin-top: 30px;
			display: none;
		}
		.adv_con_show{
			display: block;
		}
		.adv_img{
			width: 490px;
			height: 290px;
			overflow: hidden;
			float: left;
			margin-right: 20px;
		}
		.adv_img img{
			width: 100%;
		}
		.adv_tex{
			padding-top: 20px;
		}
		.adv_tex h2{
			font-size: 24px;
		}
		.adv_tex p{
			font-size: 16px;
			margin-top: 20px;
			line-height: 28px;
		}
		
		.zy_case{
			margin-top: 80px;
		}
		.case_con{
			margin-top: 40px;
		}
		.case_con img{
			float: left;
		}
		.case_display{
			float: right;
		}
		.display_tit{
			width: 267px;
			padding: 20px;
			background: #3169a4;
			border-radius: 8px 8px 0 0;
		}
		.display_tit h2{
			margin-right: 70px;
			display: inline;
			font-size: 18px;
			font-weight: bold;
			color: white;
		}
		.display_tit a{
			font-size: 14px;
			color: white;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.display_tit a:hover{
			cursor: pointer;
			margin-left: 10px;
		}
		.display_con{
			width: 267px;
			height: 240px;
			margin-top: 10px;
			padding: 20px;
			border: 1px solid #e5e5e5;
			border-radius: 0 0 8px 8px;
			overflow:hidden;
		}
		.display_con .up_scroll span{
					font-size: 12px;
					margin-bottom: 20px;
					display: block;
				}
/*地图*/
	.map_con{
			position: relative;
		}
		.map_province li{
			position: absolute;
		}
	.map_2{
		display: none;
	}
	/*客户地区*/
		.beij{
			left: 490px;
			top: 238px;
		}
		.tianj{
			left: 525px;
			top: 230px;
		}
		.heb{
			left: 490px;
			top: 260px;
		}
		.shanxi{
			left: 445px;
			top: 285px;
		}
		.neimg{
			left: 380px;
			top: 230px;
		}
		.liaon{
			left: 557px;
			top: 190px;
		}
		.jil{
			left: 560px;
			top: 150px;
		}
		.heilj{
			left: 580px;
			top: 95px;
		}
		.shangh{
			left: 580px;
			top: 350px;
		}
		.jiangs{
			left: 545px;
			top: 320px;
		}
		.zhej{
			left: 565px;
			top: 400px;
		}
		.anh{
			left: 530px;
			top: 350px;
		}
		.fuj{
			left: 555px;
			top: 420px;
		}
		.jiangx{
			left: 510px;
			top: 410px;
		}
		.shand{
			left: 510px;
			top: 290px;
		}
		.hen{
			left: 470px;
			top: 340px;
		}
		.hub{
			left: 470px;
			top: 370px;
		}
		.hun{
			left: 460px;
			top: 430px;
		}
		.guangd{
			left: 490px;
			top: 480px;
		}
		.guangx{
			left: 420px;
			top: 490px;
		}
		.hain{
			left: 450px;
			top: 560px;
		}
		.chongq{
			left: 400px;
			top: 400px;
		}
		.sic{
			left: 320px;
			top: 400px;
		}
		.guiz{
			left: 400px;
			top: 440px;
		}
		.yunn{
			left: 320px;
			top: 480px;
		}
		.xiz{
			left: 130px;
			top: 360px;
		}
		.shanx{
			left: 410px;
			top: 330px;
		}
		.gans{
			left: 360px;
			top: 300px;
		}
		.qingh{
			left: 370px;
			top: 400px;
		}
		.ningx{
			left: 390px;
			top: 280px;
		}
		.xinj{
			left: 150px;
			top: 210px;
		}
		.taiw{
			left: 600px;
			top: 460px;
		}
		.xiangg{
			left: 510px;
			top: 500px;
		}
		.aom{
			left: 490px;
			top: 510px;
		}
		.haiw{
			left: 560px;
			top: 540px;
		}
	/*客户公司列表*/
		.map_province_item{
			position: absolute;
			z-index: 3;
		}
		.bj_company{
			left: 535px;
			top: 238px;
		}
		.tj_company{
			left: 570px;
			top: 230px;
		}
		.hb_company{
			left: 535px;
			top: 260px;
		}
		.sx_company{
			left: 490px;
			top: 285px;
		}
		.nmg_company{
			left: 440px;
			top: 230px;
		}
		.ln_company{
			left: 602px;
			top: 190px;
		}
		.jl_company{
			left: 605px;
			top: 150px;
		}
		.hlj_company{
			left: 640px;
			top: 95px;
		}
		.sh_company{
			left: 625px;
			top: 350px;
		}
		.js_company{
			left: 590px;
			top: 320px;
		}
		.zj_company{
			left: 610px;
			top: 400px;
		}
		.ah_company{
			left: 575px;
			top: 350px;
		}
		.fj_company{
			left: 600px;
			top: 420px;
		}
		.jx_company{
			left: 555px;
			top: 410px;
		}
		.sd_company{
			left: 555px;
			top: 290px;
		}
		.henan_company{
			left: 515px;
			top: 340px;
		}
		.hubei_company{
			left: 515px;
			top: 370px;
		}
		.hunan_company{
			left: 505px;
			top: 430px;
		}
		.gd_company{
			left: 535px;
			top: 280px;
		}
		.gx_company{
			left: 465px;
			top: 290px;
		}
		.hainan_company{
			left: 495px;
			top: 360px;
		}
		.cq_company{
			left: 445px;
			top: 300px;
		}
		.sc_company{
			left: 365px;
			top: 350px;
		}
		.gz_company{
			left: 445px;
			top: 210px;
		}
		.yn_company{
			left: 365px;
			top: 290px;
		}
		.xz_company{
			left: 175px;
			top: 360px;
		}
		.shanxi_company{
			left: 455px;
			top: 330px;
		}
		.gs_company{
			left: 405px;
			top: 300px;
		}
		.qh_company{
			left: 415px;
			top: 400px;
		}
		.nx_company{
			left: 435px;
			top: 280px;
		}
		.xj_company{
			left: 195px;
			top: 210px;
		}
		.tw_company{
			left: 645px;
			top: 460px;
		}
		.xg_company{
			left: 555px;
			top: 500px;
		}
		.am_company{
			left: 535px;
			top: 510px;
		}
		.hw_company{
			left: 605px;
			top: 330px;
		}
		
		.map_province .map_dot{
			width: 8px;
			height: 8px;
			float: left;
			background: #005aac;
			border-radius: 100%;
			margin-right: 5px;
			transition-timing-function:linear;
			transition: 0.2s;
			animation-name: dot;
			animation-duration: 1s;
			animation-iteration-count: infinite;
			
			-webkit-transition-timing-function:linear;
			-webkit-transition: 0.2s;
			-webkit-animation-name: dot;
			-webkit-animation-duration: 2s;
			-webkit-animation-iteration-count: infinite;
			
			-moz-transition-timing-function:linear;
			-moz-transition: 0.2s;
			-moz-animation-name: dot;
			-moz-animation-duration: 2s;
			-moz-animation-iteration-count: infinite;
			
			-ms-transition-timing-function:linear;
			-ms-transition: 0.2s;
			-ms-animation-name: dot;
			-ms-animation-duration: 2s;
			-ms-animation-iteration-count: infinite;
			
			-o-transition-timing-function:linear;
			-o-transition: 0.2s;
			-o-animation-name: dot;
			-o-animation-duration: 2s;
			-o-animation-iteration-count: infinite;
		}
		@keyframes dot {
		  0%   {width: 8px;height: 8px;background-color: rgba(0,90,172,1);}
		  100% {transform: scale(2,2);background-color: rgba(0,90,172,0);}
			
			-webkit-0%   {width: 8px;height: 8px;background-color: rgba(0,90,172,1);}
		  -webkit-100% {transform: scale(2,2);background-color: rgba(0,90,172,0);}
			
			-moz-0%   {width: 8px;height: 8px;background-color: rgba(0,90,172,1);}
		  -moz-100% {transform: scale(2,2);background-color: rgba(0,90,172,0);}
			
			-ms-0%   {width: 8px;height: 8px;background-color: rgba(0,90,172,1);}
		  -ms-100% {transform: scale(2,2);background-color: rgba(0,90,172,0);}
			
			-o-0%   {width: 8px;height: 8px;background-color: rgba(0,90,172,1);}
		  -o-100% {transform: scale(2,2);background-color: rgba(0,90,172,0);}
		}
		.map_province li:hover{
			cursor: pointer;
		}
		.map_province li:hover .map_dot{
			cursor: pointer;
			transform: scale(1.5,1.5);
		}
		.map_province_item{
			width: 340px;
			background: white;
			padding: 16px;
			border-radius: 6px;
			border: 1px solid #005aac;
		}
		.province_tit{
			font-size: 20px;
			color: #005aac;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.province_tit span{
			color: #b3b3b3;
			font-weight: normal;
			margin-left: 20px;
		}
		.province_company{
			width: 100%;
		}
		.province_company tr td{
			text-align: left;
			background: #fafafa;
			padding: 10px 0 10px 10px;
		}

		
		
/*新闻动态*/
		.zy_news{
			margin-top: 80px;
		}
		.news_con{
			margin-top: 40px;
		}
		.news_con li{
			float: left;
			padding: 10px;
		}
		.news_con li .news_box{
			width: 489px;
			height: 179px;
			box-shadow: 0px 0px 24px 0px rgba(216, 223, 230, 0.61);
			
		}
		.news_box img{
			transition-timing-function:linear;
			transition: 0.5s;
		}
		.news_box:hover{
			cursor: pointer;
		}
		.news_box:hover h2{
			color: #3169a4;
		}
		.news_box:hover .news_img img{
			transform: scale(1.2,1.2);
		}
		.news_img{
			width: 177px;
			height: 179px;
			overflow: hidden;
			float: left;
			margin-right: 20px;
		}
		.news_img img{
			width: 100%;
		}
		.news_det{
			height: 150px;
			padding: 20px 20px 0 0;
			position: relative;
		}
		.news_det h2{
			font-size: 20px;
		}
		.news_det p{
			font-size: 14px;
			color: #b2b2b2;
			margin-top: 10px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:2;
		}
		.news_det span{
			font-size: 16px;
			color: #3169a4;
			position: absolute;
			bottom: 0;
		}
		.news_more{
			width: 160px;
			height: 48px;
			text-align: center;
			color: #3169a4;
			font-size: 18px;
			line-height: 54px;
			border: 1px solid #3169a4;
			margin: 0 auto;
			margin-top: 40px;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.news_more:hover{
			cursor: pointer;
			background: #005aac;
			color: white;
		}
		

/*我们的产品*/
.zy_products{
	
}
		.zy_products .hangye_title{
			width: 200px;
			margin: 0 auto;
			text-align: center;
		}
		.zy_products .hangye_title h2{
			font-size: 30px;
			margin-top: 30px;
		}
		.products_industry{
			margin-top: 20px;
			overflow: hidden;
			overflow-x: scroll;
			scrollbar-width: thin;
			scrollbar-color: #e5e5e5 #f7f7f7;
			white-space: nowrap;
		}
		.products_industry .products_industry_li{
			display: inline-block;
			text-align: center;			
			padding: 10px 30px;
		}
		.products_industry .products_industry_li h3{
			font-size: 16px;
		}
		.industry_li_show{
			background: #fafafa;
			border-bottom: 1px solid #005aac;
		}
		.industry_li_show h3{
			color: #005aac;
		}
		.products_industry .products_industry_li:hover{
			background: #fafafa;
			cursor: pointer;
			border-bottom: 1px solid #005aac;
		}
		.products_industry .products_industry_li:hover h3{
			color: #005aac;
		}
		.products_li{
			margin-top: 30px;
		}
		.products_li li{
			float: left;
			padding: 10px;
		}
		.products_li{
			display: none;
		}
		.products_li_show{
			display: block;
		}
		.products_li_con{
			width: 320px;
			padding-bottom: 20px;
			border-radius: 6px;
			box-shadow: 0px 3px 8px 0px rgba(159, 176, 187, 0.23);
			overflow: hidden;
		}
		.products_img{
			width: 320px;
			height: 204px;
			overflow: hidden;
		}
		.products_img img{
			width: 100%;
		}
		.products_intro h2{
			font-size: 22px;
			margin: 20px 0 0 20px;
		}
		.products_intro p{
			width: 90%;
			font-size: 14px;
			line-height: 22px;
			color: #b2b2b2;
			margin: 10px 0 0 20px;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp:3;
			
		}
		.products_btn{
			width: 90%;
			margin: 20px auto 0 auto;
		}
		/*.products_btn .products_download{
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
			font-size: 14px;
			color: #005aac;
			border: 1px solid #005aac;
			transition-timing-function:linear;
			transition: 0.2s;
		}*/
		.products_btn .products_dl,.products_btn .products_more{
			padding: 10px 0;
			text-align: center;
			font-size: 14px;
			color: #005aac;
			border: 1px solid #005aac;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.products_btn .products_dl{
			float: left;
		}
		.products_btn .products_more{
			float: right;
		}
		.products_btn div:hover{
			cursor: pointer;
			background: #005aac;
			color: white;
		}
/*app下载弹窗*/
		.dl_win,.pc_dl_bg{
					width: 100%;
					height: 100%;
					z-index: 1;
					background: rgba(0,0,0,0.6);
					position: fixed;
					top: 0;
				}
				.dl_win_con{
					width: 1000px;
					height: 750px;
					overflow: hidden;
					background: white;
					display: none;
					opacity: 0;
					border-radius: 10px;
					position: fixed;
					z-index: 1;
					top: 60%;
					left: 50%;
					margin-left: -500px;
				}
				.dl_win_con .app_dl img{
					width: 100%;
				}
				.dl_win_con .dl_off{
					width: 50px;
					height: 50px;
					position: absolute;
					top: 20px;
					right: 40px;
					transition-timing-function:linear;
					transition: 0.2s;
				}
				.dl_win_con .dl_off:hover{
					cursor: pointer;
					transform: rotateZ(180deg);
				}
				.dl_win_con .dl_off img{
					width: 100%;
				}

/*pc客户端下载按钮--联系客服弹窗*/
		.pc_win{
					width: 1000px;
					height: 360px;
					overflow: hidden;
					background: rgba(255,255,255,0.5);
					opacity: 0;
					border-radius: 10px;
					box-shadow: 0 0 62px 0 rgba(0,66,128,0.3);
					border: 15px solid rgba(230,241,250,0.5);
					backdrop-filter: blur(1.5px);
					position: fixed;
					z-index: 1;
					top: 60%;
					left: 50%;
					margin-left: -500px;
				}
				.pc_win_con{
					background-image: url("../img/pc_win_bgimg.png");
					background-color: white;
					background-position: left top;
					background-repeat: no-repeat;
					background-size: 100%;
					-moz-background-size: 100%;
					width: 100%;
					height: 100%;
					border-radius: 10px;
					padding: 20px;
				}
				.pc_win_con .dl_off{
					width: 40px;
					position: absolute;
					top: 20px;
					right: 30px;
					transition-timing-function:linear;
					transition: 0.2s;
				}
				.pc_win_con .dl_off img{
					width: 100%;
				}
				.pc_win_con .dl_off:hover{
					cursor: pointer;
					transform: rotateZ(90deg);
				}
				.pc_win_tit{
					text-align: center;
					margin-top: 30px;
				}
				.pc_win_tit h1{
					font-size: 30px;
					font-weight: bold;
					background-image: linear-gradient(to bottom, #3d87cc, #0061b2);
					background-clip: text;
					-webkit-background-clip: text;
					color: transparent;
				}
				.pc_win_tit p{
					font-size: 20px;
					color: #7d9db2;
					margin-top: 10px;
				}
				.pc_win_phone{
					margin-top: 40px;
				}
				.pc_win_phone li{
					float: left;
					text-align: center;
					width: 25%;
				}
				.pc_win_phone li .pc_win_phone_icon{
					width: 48px;
					margin: 0 auto;
				}
				.pc_win_phone li .pc_win_phone_icon img{
					width: 100%;
				}
				.pc_win_phone li h2{
					font-size: 20px;
					margin: 10px 0;
				}
				.pc_win_phone li p{
					font-size: 20px;
					font-weight: bold;
				}


/*产品详情*/
		.details_bg{
			background-color: #fafafa;
		}
		.details_banner{
			width: 100%;
			height: 500px;
			background-image: url("../img/details_banner.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
		.details_banner_con{
			padding-top: 100px;
		}
		.products_name{
			float: left;
			width: 470px;
		}
		.products_name h2{
			font-size: 36px;
			font-weight: bold;
		}
		.products_name p{
			font-size: 16px;
			margin-top: 10px;
			line-height: 30px;
			color: #495770;
		}
		.download_btn{
			float: left;
			padding: 20px;
			margin-top: 30px;
			border: 1px solid #005aac;
			border-radius: 6px;
			transition-timing-function:linear;
			transition: 0.2s;
			background-color: rgba(49,152,247,0.1);
		}
		.download_btn:hover{
			cursor: pointer;
			background: #005aac;
			color: white;
		}
		.download_btn{
			color: #005aac;
		}
		.download_btn span{
			display: block;
		}
		.download_btn .down{
			font-size: 18px;
			margin-bottom: 10px;
		}
		.details_img{
			float: right;
			width: 490px;
			height: 276px;
			overflow: hidden;
		}
		.details_img img{
			width: 100%;
		}
		.erp_phoneimg{
			height: 420px;
			margin-top: -60px;
		}
		.erp_phoneimg img{
			width: 60%
		}
		.details_affirm{
			width: 100%;
			text-align: center;
			color: #f08300;
			margin: 30px 0;
		}
		.details_con{
			padding: 40px;
			background-color: white;
			margin-bottom: 10px;
		}
		.details_screenshot li{
			float: left;
			padding: 10px;
			text-align: center;
		}
		.details_screenshot li .img_box{
			width: 450px;
			margin-bottom: 10px;
		}
		.img_box img{
			width: 100%;
		}
		.details_con h2{
			font-size: 24px;
			margin-bottom: 20px;
			color: #005aac;
		}
		.details_con p{
			font-size: 16px;
			line-height: 30px;
			word-break:break-all;
		}


/*客户案例*/
		.cases_bg,.news_bg{
			background: #fafafa;
		}
		.cases_con{
			margin-top: 40px;
		}
		.cases_tit{
			font-size: 36px;
			margin-bottom: 40px;
		}
		.cases_con p{
			margin-bottom: 20px;
		}
		.cases_con p b{
			color: #ff0101;
		}
		.cases_display,.news_display{
			margin-top: 20px;
		}
		.cases_region{
			float: left;
			width: 150px;
			height: 700px;
			overflow-x: hidden;
			margin-right: 20px;
			background: white;
		}
		.cases_region_fixed{
			position: fixed;
			bottom: 190px;
		}
		.cases_region h2,.news_time li h2{
			font-size: 16px;
			color: #999;
			margin-left: 30px;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.cases_region li,.news_time li{
			width: 100%;
			padding: 20px 0;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.cases_region li:hover,.news_time li:hover{
			cursor: pointer;
			background: #fafafa;
			border-left: 1px solid #005aac;
		}
		.cases_region li:hover h2,.news_time li:hover h2{
			cursor: pointer;
			color: #005aac;
			margin-left: 40px;
		}
		.cases_company,.company_news{
			width: 830px;
			float: right;
		}
		.cases_company li{
			width: 100%;
			margin-bottom: 40px;
		}
		.cases_company li .company_tit{
			width: 810px;
			padding: 20px 0 20px 20px;
			font-size: 20px;
			color: white;
			background: #4496ed;
		}
		.cases_company li .company_con{
			width: 100%;
			margin-top: 10px;
		}
		.cases_company li .company_con tr td{
			background: white;
			text-align: center;
			padding: 20px 0;
		}
		
		.current{
			background: #fafafa;
			border-left: 1px solid #005aac;
		}
		li.current h2{
			color: #005aac;
			margin-left: 40px;
		}


/*公司动态*/
		.news_container li{
			float: left;
			padding: 10px;			
		}
		.news_container li .news_li_box{
			width: 250px;
			height: 300px;
			background: white;
			border-radius: 6px;
			overflow: hidden;
			padding-bottom: 20px;
			position: relative;
			box-shadow: 0px 3px 8px 0px rgba(159, 176, 187, 0.23);
		}
		.news_time{
			float: left;
			width: 150px;
			height: 500px;
			overflow-x: hidden;
			margin-right: 20px;
			background: white;
		}
		.news_time_fixed{
			position: fixed;
			top: 30px;
		}
		.news_li_box .newimg{
			width: 100%;
			height: 197px;
			overflow: hidden;
		}
		.newimg img{
			width: 100%;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.news_li_box p{
			font-size: 16px;
			width: 210px;
			line-height: 26px;
			margin: 20px 0 0 20px;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.news_li_box span{
			color: #999;
			position: absolute;
			left: 20px;
			bottom: 20px;
		}
		.news_li_box:hover{
			cursor: pointer;
		}
		.news_li_box:hover .newimg img{
			transform: scale(1.1,1.1);
		}
		.news_li_box:hover p{
			color: #005aac;
			font-weight: bold;
		}
		.company_news_item{
			display: none;
		}
		.company_news_item_show{
			display: block;
		}


/*新闻详情*/
		.news_details_tit{
			text-align: center;	
			margin-top: 50px;
		}
		.news_details_tit h2{
			font-size: 34px;
			color: #005aac;
			font-weight: bold;
		}
		.news_details_tit ul{
			margin-top: 20px;
			width: 100%;
			text-align: center;
			color: #b2b2b2;
		}
		.news_details_tit ul li{
			float: left;
			width: 33.33%;
		}
		.news_mainimg{
			width: 1000px;
			height: 660px;
			overflow: hidden;
			margin: 40px auto;
		}
		.news_mainimg img,.news_detailsimg2 img,.news_img_group .group_img img,.nainHui_2024img img{
			width: 100%;
		}
		.news_tetail_neirong p{
			margin: 40px 10px 40px 10px;
			font-size: 16px;
			line-height: 30px;
		}
		.news_cpywriting_1{
			width: 490px;
			margin: 50px 20px 0 10px;
			font-size: 16px;
			line-height: 30px;
			float: left;
		}
		.news_cpywriting_1 b{
			font-size: 16px;
			display: block;
		}
		.news_cpywriting_1 .exhibition_info{
			font-size: 16px;
			color: #005aac;
		}
		.news_cpywriting_1 .exhibition_info:hover{
			font-weight: bold;
			text-decoration: underline;
		}
		.news_detailsimg2{
			width: 490px;
			height: 380px;
			overflow: hidden;
			margin-top: 50px;
		}
		.nainHui_2024img{
			width: 640px;
			height: 750px;
			border-radius: 10px;
			overflow: hidden;
			margin-top: 50px;
		}
		.news_img_group{
			width: 90%;
			margin: 0 auto;
		}
		.news_img_group .group_item{
			float: left;
			padding: 10px;
		}
		.news_img_group .group_img{
			width: 560px;
			margin: 0 auto;
		}
		.news_cpywriting_2{
			font-size: 16px;
			margin-top: 30px;
			line-height: 30px;
		}
		.news_cpywriting_2 span{
			font-size: 16px;
			display: block;
			color: #005aac;
			margin-top: 30px;
			font-weight: bold;
		}
/*========展会时间表页面========*/

/*2025年展会时间页*/
		.exhibition_2025con{
			width: 80%;
			padding: 120px 0;
			margin: 0 auto;
		}
		.exhibition_2025con img{
			width: 100%;
		}
		.exhibition_2025{
			width: 100%;
			height: 3400px;
			background-image: url("../img/exhibition_con_bg2025.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
		}
/*2024年展会时间页*/
		.exhibition_2024{
			width: 100%;
			height: 3400px;
			background-image: url("../img/exhibition_con_bg.jpg");
			background-repeat: no-repeat;
			background-size: cover;
		}
		.exhibition_2024tit{
			width: 100%;
			text-align: center;
			padding: 120px 0;
		}
		.exhibition_2024con .conE{
			font-size: 24px;
		}
		.exhibition_2024con .conE span{
			font-size: 24px;
			font-weight: 900;
			margin-right: 10px;
		}
		.exhibition_2024con .conC h1{
			font-size: 76px;
			color: #0061b2;
			margin: 15px 0;
		}
		.exhibition_2024con .conzi{
			font-size: 22px;
			letter-spacing: 12px;
		}
		
		.exhibition_time2024{
			padding: 60px 0;
			background-color: rgba(255,255,255,0.3);
			border-radius: 20px;
			border: 3px solid white;
			backdrop-filter: blur(3px);
			box-shadow: 0 15px 40px rgba(77,139,188,0.2);
		}
		.exhibition_time2024 .timeframe_tit{
			font-size: 30px;
			font-weight: 900;
			text-align: center;
			width: 150px;
			padding: 10px 0;
			margin: 0 auto 60px auto;
			border-bottom: 4px solid #0061b2;
		}


/*2023年展会时间表*/
.exhibition_time{
	width: 100%;
	background-color: #fafafa;
}
.exhibition_timeinfo_2024{
	width: 95%;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}
.exhibition_time th,td,b{
	font-size: 16px;
}
.exhibition_time_bgcolor{
	background: #ebf0f5;
}
.exhibition_time th{
	background: #3169a4;
	color: white;
}
.exhibition_time th span{
	color: #96c6fa;
	font-weight: normal;
}

/*展会现场页面*/
.exh_content_tit{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.exh_photo_group{
	margin-top: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.exh_photo_group .exh_address{
	display: inline-block;
	margin-right: 10px;
	background: #f0f3f5;
	padding: 20px 0 20px 20px;
	border-radius: 10px 10px 0 0;
}
.exh_photo_group .exh_address .exh_photo_tit .tit_line{
	width: 4px;
	height: 16px;
	background: #3169a4;
	float: left;
	margin-top: 3px;
}
.exh_photo_group .exh_address .exh_photo_tit h2{
	margin-left: 10px;
	font-size: 16px;
}
.exh_photo_group .exh_address .exh_photo{
	margin-top: 10px;
}
.exh_photo_group .exh_photo li{
	float: left;
	margin: 0 20px 20px 0;
	width: 300px;
	height: 221px;
	overflow: hidden;
}
.exh_photo_group .exh_address .exh_photo li img{
	width: 100%;
}



/*关于中异*/
		.about_bg{
			background-color: #f5f6fa;
		}
		.about_banner{
			width: 100%;
			height: 720px;
			background-image: url("../img/about_banner.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
		.about_core{
			width: 100%;
			background: white;
			padding: 60px 0;
			border-radius: 6px;
			text-align: center;
		}
		.about_core h2{
			font-size: 40px;
		}
		.about_core h3{
			font-size: 30px;
			color: #005aac;
			margin-top: 30px;
		}
		.about_core p{
			font-size: 16px;
			line-height: 28px;
			width: 720px;
			text-align: center;
			margin: 0 auto;
			color: #b2b1b2;
			margin-top: 10px;
		}
		.business_bg{
			width: 100%;
			height: 400px;
			margin-top: 80px;
			background-image: url("../img/about_bg_img.jpg");
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}
		.business_li{
			font-size: 24px;
			color: white;
			float: left;
			width: 500px;
			text-align: center;
			margin: 110px 0 70px 0;
		}
		.business_li h2{
			font-size: 70px;
			font-weight: bold;
			margin-bottom: 30px;
			position: relative;
		}
		.business_li span{
			font-size: 40px;
			position: absolute;
			top: 0;
			right: 170px;
		}
		.business_li .partner{
			right: 110px;
		}
		.business_con{
			background: white;
			padding: 50px; 
			border-radius: 6px;
		}
		.business_con p{
			font-size: 22px;
			text-align: center;
			width: 840px;
			margin: 0 auto;
			line-height: 40px;
		}
		.about_team{
			margin-top: 180px;
		}
		.team_img{
			float: left;
			width: 490px;
			height: 480px;
			overflow: hidden;
			border-top-left-radius: 6px;
			border-bottom-left-radius: 6px;
		}
		.team_img img{
			width: 100%;
		}
		.team_con{
			background: white;
			float: left;
			width: 523px;
			height: 480px;
			border-top-right-radius: 6px;
			border-bottom-right-radius: 6px;
		}
		.team_con h2{
			font-size: 40px;
			margin: 80px 0 0 80px;
		}
		.team_con p{
			font-size: 16px;
			width: 340px;
			margin: 20px 0 0 80px;
			line-height: 30px;
		}
		.contact{
			margin-top: 80px;
		}
		.about_contact_con{
			float: left;
			margin-top: 60px;
		}
		.about_contact_con h2{
			font-size: 40px;
		}
		.about_contact_con p{
			margin-top: 30px;
		}
		.about_contact_con p span{
			font-size: 16px;
			display: block;
			line-height: 32px;
		}
		.about_map_img{
			float: right;
			width: 490px;
			height: 319px;
			border-radius: 6px;
			overflow: hidden;
			margin-left: 20px;
		}
		.about_map_img img{
			width: 100%;
			transition-timing-function:linear;
			transition: 0.5s;
		}
		.about_map_img:hover img{
			cursor: pointer;
			transform: scale(1.1,1.1);
		}



/*saas云产品*/
		.banner_bg{
			position: relative;
			width: 100%;
			height: 800px;
			overflow: hidden;
              text-align: center;
			background: black;
		}
		.shipin{
			width: 70%;
			margin-top: -10px;
		}
		.saasBanner_text{
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -410px;
			margin-top: 140px;
		}
		.saasBanner_text h1{
			font-size: 60px;
			color: white;
			letter-spacing: 5px;
			text-transform: uppercase;
		}
		.saasBanner_text h6{
			font-size: 20px;
			color: white;
			letter-spacing: 5px;
			text-transform: uppercase;
		}
		.saas_img{
			width: 460px;
			height: 240px;
			margin: 40px auto auto auto;
			border-radius: 10px;
			overflow: hidden;
		}
		.saas_img img{
			width: 100%;
			height: 100%;
		}
		.saasDownlosd{
			position: relative;
			background-color: #036ECF;
			color: white;
			width: 220px;
			padding: 6px 0 6px 0;
			border-radius: 100px;
			margin: 40px auto auto auto;
		}
.saasDownlosd:hover{
	cursor: pointer;
}
		.saasD_text{
			font-size: 20px;
			margin-left: -20px;
		}
		.saasD_icon{
			position: absolute;
			top: 11px;
			right: 56px;
			transition-timing-function:linear;
			transition: 0.2s;
		}
		.saasDownlosd:hover .saasD_icon{
			right: 50px;
		}
		
		
		
		
		.zy_saas{
			width: 100%;
			background: #F0F4FA;
			padding: 40px 0;
		}
		.saasLeft{
			float: left;
			width: 434px;
			height: 570px;
			background-image: url("../img/saas_Intro_bgImg.png");
			background-repeat: no-repeat;
			background-size: cover;
		}
		.saasCon_text{
			width: 83%;
			margin: 120px auto 0 auto;
		}
		.saasCon_text h1{
			font-size: 30px;
			font-weight: bold;
			color: #263040;
		}
		.saasCon_text h6{
			font-size: 20px;
			color: #263040;
		}
		.saasCon_text .saasLeft_function,.saasCon_text  .saasLeft_btn{
			margin-top: 30px;
		}
		.saasLeft_function li{
			float: left;
		}
		.saasLeft_function li p{
			font-size: 16px;
			color: #8A9099;
			line-height: 46px;
		}
		.saasLeft_btn{
			text-align: center;
			background-color: #036ECF;
			font-size: 16px;
			color: white;
			width: 120px;
			padding: 6px 0 6px 0;
			border-radius: 6px;
			transition-timing-function:linear;
			transition: 0.5s;
		}
		.saasLeft_btn:hover{
		  background-image: -moz-linear-gradient( 90deg, rgb(3,110,207) 0%, rgb(3,166,207) 100%);
		  background-image: -webkit-linear-gradient( 90deg, rgb(3,110,207) 0%, rgb(3,166,207) 100%);
		  background-image: -ms-linear-gradient( 90deg, rgb(3,110,207) 0%, rgb(3,166,207) 100%);
			cursor: pointer;
		}
		.saasRight{
			background: #CFD4E6;
			width: 95%;
			height: 570px;
			margin-top: 30px;
		}
		.saasVideo{
			margin-top: 15px;
			width: 820px;
		}
		
		
		.saasMain_features_fixed{
			background: white;
			padding-top: 20px;
			position: sticky;
			position: -webkit-sticky;
			z-index: 1;
			top: 0;
		}
		.saasMainFeatures{
			margin-top: 80px;
		}
		.saasMain_features_left{
			margin-top: 80px;
		}
		.saasMain_features_left .saasFeatures_img{
			width: 680px;
			float: left;
			margin-right: 80px;
		}
		.saasMain_features_right{
			width: 100%;
			margin-top: 80px;
			padding: 40px 0 40px 0;
			background: #F0F4FA;
		}
		.saasMain_features_right .saasFeatures_img{
			width: 680px;
			float: right;
		}
		
		.saasFeatures_img img{
			width: 100%;
		}
		.saasFeatures_tex{
			padding-top: 30px;
		}
		.saasFeatures_tex h2{
			font-size: 40px;
			color: #263040;
		}
		.saasFeatures_tex h6{
			font-size: 16px;
			color: #8A9099;
		}
		.saasFeatures_tex p{
			width: 540px;
			float: left;
			font-size: 16px;
			color: #263040;
			margin-top: 20px;
			line-height: 40px;
		}
		
		.end_banner{
			width: 100%;
			background: #036ECF;
			padding: 40px 0 40px 0;
		}
		.endBanner_text{
			float: left;
		}
		.endBanner_text h1{
			color: white;
			font-size: 32px;
		}
		.endBanner_text p{
			color: white;
			font-size: 16px;
			margin-top: 10px;
		}
		.endBanner_btn{
			float: right;
			width: 130px;
			text-align: center;
			color: #036ECF;
			padding: 10px 0;
			background: white;
			border-radius: 6px;	
			transition-timing-function:linear;
			transition: 0.2s;
			margin-top: 24px;
		}
		.endBanner_btn:hover{
			background: #4da9ff;
			color: white;
			cursor: pointer;
		}



/*推广产品详情*/

/*页面背景水印*/
		.saas_details_bg{
			background-image: url("../img/saas_details_bg.png");
			background-repeat: no-repeat;
			background-size: cover;
			background-attachment: fixed;
		}

		.pro_details{
			width: 750px;
		}
		.pro_details img{
			width: 100%;
			display: block;
		}
		.request_form{
			width: 400px;
			position: fixed;
			top: 16%;
			right: 20%;
			background-color: #0061B2;
			padding: 24px;
			border-radius: 8px;
			z-index: 3;
		}
		.request_form .request_tit{
			color: white;
			text-align: center;
			font-size: 18px;
			font-weight: bold;
		}
		.request_form form{
			background-color: white;
			padding: 30px 20px;
			border-radius: 8px;
			margin-top: 10px;
			font-size: 16px;
		}
		.request_form form input{
			width: 88%;
			/*width: 290px;*/
			height: 40px;
			padding: 0 20px;
			margin-bottom: 24px;
			background-color: #F5F8FA;
			border: 1px solid #E1E7EB;
		}
		.request_form form .get_yanzhengma{
			color: #0061B2;
			margin-left: -90px;
		}
		.request_form form .get_yanzhengma:hover{
			font-weight: bold;
			text-decoration: underline;
			cursor: pointer;
		}
		.request_form button{
			background-color: #66BCFF;
			border: none;
			color: white;
			border-radius: 4px;
			width: 100%;
			/*width: 330px;*/
			height: 40px;
			transition: 0.2s;
		}
		.request_form button:hover{
			background-color: #0061B2;
		}
/*移动端按钮/背景*/
		.m_request_form_btn{
			width: 50%;
			position: fixed;
			bottom: 10px;
			left: 50%;
			margin-left: -25%;
			z-index: 1;
			padding: 14px 0;
			border: solid 2px #cce8ff;
			border-radius: 100px;
			box-shadow: 0 0 15px 0 rgba(0,71,128,0.7);
			background-image: linear-gradient(to left,#FF5E4D,#F0AF60);
			display: none;
		}
		.request_form_btn_text{
			width: 175px;
			margin: 0 auto;
		}
		.request_form_btn_text .m_request_form_logo{
			width: 32px;
			display: inline-block;
		}
		.request_form_btn_text .m_request_form_logo img{
			width: 100%;
		}
		.request_form_btn_text p{
			float: right;
			color: white;
			font-size: 16px;
			font-weight: bold;
			margin-top: 3px;
			/*text-shadow: 0 4px 6px rgba(255,67,38,0.5);*/
		}

		.m_request_form_bg{
			width: 100%;
			height: 100%;
			background-color: rgba(0,0,0,0.7);
			position: fixed;
			top: 0;
			left: 0;
			z-index: 2;  
		}
/*关闭表单按钮*/
		.request_form_close{
			width: 50px;
			position: fixed;
			left: 50%;
			margin-left: -25px;
			bottom: 10%;
			z-index: 5;
		}
		.request_form_close img{
			width: 100%;
		}



/*erp白墨烫画*/
		.baimo_jieshao{
			margin-top: 80px;
		}
		.baimo_plant_img{
			width: 532px;
			float: left;
		}
		.baimo_plant_img img{
			width: 100%;
		}
		.baimo_jieshao_con{
			float: left;
			width: 500px;
			margin-left: 60px;
		}
		.baimo_jieshao_con h1{
			font-size: 24px;
			font-weight: bold;
		}
		.baimo_jieshao_con h1 span{
			font-size: 24px;
			color: #f08200;
		}
		.baimo_jieshao_con p{
			font-size: 16px;
			color: #666f80;
			margin-top: 20px;
		}
		.erp_baimo{
			margin-top: 30px;
		}
		.erp_baimo li{
			margin-bottom: 20px;
			font-size: 18px;
			line-height: 34px;
		}
		.erp_baimo li .baimo_jieshao_img{
			width: 32px;
			margin-right: 20px;
			float: left;
		}
		.erp_baimo li .baimo_jieshao_img img{
			width: 100%;
		}
		.erp_baimo_function{
			margin-top: 100px;
		}
		.erp_baimo_function .erp_function li{
			float: left;
			width: calc(100% / 6 - 28px);
			font-size: 16px;
			padding: 20px 14px;
			border-bottom: 1px solid #3169a4;
			text-align: center;
			transition: 0.3s;
		}
		.erp_baimo_function .erp_function li:hover{
			background-color: #3169a4;
			color: white;
			cursor: pointer;
		}
		.erp_function_con ul li{
			padding: 60px 0;
		}
		.erp_function_con ul .gengduo{
			padding-bottom: 120px;
			margin-bottom: 400px;
		}
		.erp_function_con ul li .function_imgLeft{
			float: left;
			width: 52%;
		}
		.erp_function_imgRight{
			background-color: #f0f4fa;
		}
		.erp_function_con ul li .function_imgRight{
			float: right;
			width: 52%;
		}
		.relative_img_box{
			position: relative;
		}
		.relative_img_box .absolute_img{
			position: absolute;
			left: 0;
			top: 440px;
		}
		.erp_function_con ul li .function_imgLeft img,.erp_function_con ul li .function_imgRight img{
			width: 100%;
			box-shadow: 0 20px 30px 0 rgba(61,69,76,0.4);
		}
		.erp_function_con ul li .function_con{
			width: 500px;
		}
		.erp_function_con ul li .content_right{
			float: right;
		}
		.erp_function_con ul li .content_left{
			float: left;
		}
		.erp_function_con ul li .function_con h1{
			font-size: 28px;
			font-weight: bold;
		}
		.erp_function_con ul li .function_con .function_con_text{
			margin-top: 30px;
			font-size: 16px;
		}
		.erp_function_con ul li .function_con .function_con_text span{
			display: block;
			margin-bottom: 10px;
			line-height: 22px;
		}
		
/*点击定位查看功能介绍*/
		.erp_baimo_fixed{
			background: white;
			position: sticky;
			position: -webkit-sticky;
			z-index: 1;
			top: 0;
			box-shadow: 0 6px 15px 0 rgba(31,65,102,0.2);
		}
		.erp_function_titShow{
			background-color: #3169a4;
			color: white;
		}


/*喷印智能工厂*/
		.penyin_function{
			margin-top: 60px;
		}
		.penyin_function .penyin_gongneng_li{
			float: left;
			width: calc( 100% / 2 - 20px );
			margin: 20px 20px 20px 0;
		}
		.penyin_function .penyin_gongneng_li img{
			width: 100%;
		}
		.penyin_function .penyin_gongneng_li span{
			display: block;
			margin-top: 10px;
			font-size: 16px;
			text-align: center;
		}







/*--------------------------------------------响应设置*--------------------------------------------*/

@media screen and (max-width: 1800px){
	.request_form{right: 16%;}
}

@media screen and (max-width: 1600px){
	.request_form{right: 11%;}
}
@media screen and (max-width: 1400px){
	.request_form{right: 5%;}
}
@media screen and (max-width: 1366px){
	.request_form{right: 1%;width: 340px;}
}
@media screen and (max-width: 1300px){
	.request_form{width: 300px;}
}
@media screen and (max-width: 1210px){
	.request_form{width: 260px;}
	.request_form form input{width: 81%;}
}
@media screen and (max-width: 1100px){
	.request_form{width: 240px;}
}
@media screen and (max-width: 1000px){
	.buy_form{width: 900px;}
	.pro_details{margin: 0 auto;}
    .request_form{display: none;width: 400px;left: 50%;margin-left: -200px;}
	.request_form form input{width: 88%;}
	.buy_form .m_request_form_btn{display: block;}
	.request_form_btn_text{width: 230px;}
	.request_form_btn_text .m_request_form_logo{width: 42px;}
	.request_form_btn_text p{font-size: 22px;margin-top: 2px;}
}
@media screen and (max-width: 900px){
	.buy_form{width: 800px;}
}
@media screen and (max-width: 800px){
	.buy_form{width: 100%;}
	.pro_details{width: 700px;}
}
@media screen and (max-width: 700px){
	.pro_details{width: 600px;}
}
@media screen and (max-width: 600px){
	.pro_details{width: 100%;}
	.m_request_form_btn{width: 80%;left: 50%;margin-left: -40%;}
	.request_form_btn_text{width: 170px;}
	.request_form_btn_text .m_request_form_logo{width: 32px;}
	.request_form_btn_text p{font-size: 16px;}
}
@media screen and (max-width: 500px){
	.request_form{width: 300px;margin-left: -174px;}
	.request_form form input{width: 84%;}
}
@media screen and (max-width: 280px){
	.request_form{width: 246px;margin-left: -134px;padding: 10px;}
	.request_form form input{width: 79%;}
	.m_request_form_btn{padding: 7px 0;}
	.request_form_btn_text{width: 140px;}
	.request_form_btn_text .m_request_form_logo{width: 25px;margin-top: 3px;}
	.request_form_btn_text p{font-size: 14px;margin-top: 3px;}
}


@media screen and (min-width: 1366px){
	.content_width{width: 1320px;}
	
/*导航*/
	.nav_pages{margin-right: 80px;width: 800px;}
	.nav_pages li{width: 200px;font-size: 14px;}
	.submenu{top: 84px;left: 50%;width: 1320px; margin-left: -670px; padding-top: 20px;}
	.products{width: 1000px;}
	.products li{width: 31%;}
	.products li .pro_overview{width: 100%;margin:0 auto;height: 200px;}
	.side_nav li{line-height: 70px;}
	
/*页底*/
	.footer_td li{width: 260px;}
	.footer_nav_li li{margin-right: 160px;}
	.footer_contact{padding-left: 80px;}
	.zy_contact li{margin-right: 60px;}
	
/*首页*/
	.fea_interval{width: 380px;padding: 20 20px;height: 100px;}
	.features_1{width: 100%;}
	.features_1 li{margin-bottom: 0;}
	.pro_industry{width: 100%;}
	.pro_industry li .pro_img{width: 420px;height: 320px;}
	.pro_name{width: 413px;}
	.adv_tit{width: 1300px;}
	.adv_tit li{width: 100%;}
	.adv_img{width: 560px;height: 331px;}
	.adv_tex p{width: 1250px;}
	.map_1{display: none;}
	.map_2{display: block;width: 72%;}
	
	/*地图：客户地区*/
	.beij{left: 690px;top: 290px;}
	.tianj{left: 725px;top: 310px;}
	.heb{left:670px;top: 340px;}
	.shanxi{left: 630px;top: 370px;}
	.neimg{left: 560px;top: 280px;}
	.liaon{left: 750px;top: 260px;}
	.jil{left: 770px;top: 190px;}
	.heilj{left: 780px;top: 110px;}
	.shangh{left: 790px;top: 460px;}
	.jiangs{left: 745px;top: 420px;}
	.zhej{left: 780px;top: 520px;}
	.anh{left: 710px;top: 460px;}
	.fuj{left: 750px;top: 570px;}
	.jiangx{left: 700px;top: 530px;}
	.shand{left: 710px;top: 370px;}
	.hen{left: 660px;top: 440px;}
	.hub{left: 640px;top: 490px;}
	.hun{left: 640px;top: 550px;}
	.guangd{left: 680px;top: 640px;}
	.guangx{left: 580px;top: 630px;}
	.hain{left: 620px;top: 720px;}
	.chongq{left: 550px;top: 510px;}
	.sic{left: 440px;top: 510px;}
	.guiz{left: 550px;top: 580px;}
	.yunn{left: 430px;top: 610px;}
	.xiz{left: 200px;top: 490px;}
	.shanx{left: 570px;top: 430px;}
	.gans{left: 360px;top: 300px;}
	/*.qingh{left: 370px;top: 400px;}*/
	.ningx{left: 540px;top: 360px;}
	.xinj{left: 200px;top: 250px;}
	.taiw{left: 810px;top: 600px;}
	.xiangg{left: 710px;top: 650px;}
	.aom{left: 670px;top:660px;}
	.haiw{left: 740px;top: 690px;}
	
	/*地图:地区公司列表*/
	.bj_company{left: 735px;top: 290px;}
	.tj_company{left: 770px;top: 310px;}
	.hb_company{left:715px;top: 340px;}
	.sx_company{left: 675px;top: 370px;}
	.nmg_company{left: 620px;top: 280px;}
	.ln_company{left: 795px;top: 260px;}
	.jl_company{left: 815px;top: 190px;}
	.hlj_company{left: 840px;top: 110px;}
	.sh_company{left: 835px;top: 460px;}
	.js_company{left: 790px;top: 420px;}
	.zj_company{left: 825px;top: 520px;}
	.ah_company{left: 755px;top: 460px;}
	.fj_company{left: 795px;top: 570px;}
	.jx_company{left: 745px;top: 530px;}
	.sd_company{left: 755px;top: 370px;}
	.henan_company{left: 705px;top: 440px;}
	.hubei_company{left: 685px;top: 490px;}
	.hunan_company{left: 685px;top: 550px;}
	.gd_company{left: 725px;top: 450px;}
	.gx_company{left: 625px;top: 430px;}
	.hainan_company{left: 665px;top: 520px;}
	.cq_company{left: 595px;top: 510px;}
	.sc_company{left: 485px;top: 510px;}
	.gz_company{left: 595px;top: 450px;}
	.yn_company{left: 475px;top: 500px;}
	.xz_company{left: 245px;top: 490px;}
	.shanxi_company{left: 615px;top: 430px;}
	.gs_company{left: 405px;top: 300px;}
	/*.qh_company{left: 415px;top: 400px;}*/
	.nx_company{left: 585px;top: 360px;}
	.xj_company{left: 245px;top: 250px;}
	.tw_company{left: 855px;top: 600px;}
	.xg_company{left: 755px;top: 650px;}
	.am_company{left: 715px;top:660px;}
	.hw_company{left: 785px;top: 480px;}

	.news_con li .news_box{width: 640px;height: 200px;}
	.news_img{width: 200px;height: 200px;}
	.news_det p{line-height: 24px;width: 390px;}
	/*.products_industry li{width: 220px;}*/
	.products_li_con{width: 420px;}
	.products_img{width: 420px;height: 260px;}
	.products_intro p{width: 370px;height: 70px;}
	.products_btn div{width: 180px;}
	.cases_region{width: 180px;}
	.cases_company,.company_news{width: 1120px;}
	.cases_company li .company_tit{width: 1100px;}
	.news_container li .news_li_box{width: 255px;}
	.news_time{width: 180px;}
	.about_core p{width: 900px;}
	.business_li{width: 600px;}
	.business_li span{right: 220px;}
	.business_li .partner{right: 160px;}
	.business_con p{width: 1000px;}
	.team_img{width: 600px;}
	.team_con{width: 700px;}
	.team_con h2{margin: 100px 0 0 80px;}
	.team_con p{width: 450px;}
	.about_map_img{width: 700px;height: 370px;}
	
	/*新闻详情*/
		.news_details_tit ul li{width: 33.33%;}
		.news_mainimg{width: 1300px;/*height: 500px;*/}
		.news_cpywriting_1{width: 600px;margin-left: 10px;}
		.news_detailsimg2{width: 680px;height: 380px;}
		/*.news_img_group .group_img{width: 640px;}*/
	/*产品详情*/
		.details_banner_con{width: 1100px;}
		.details_screenshot li .img_box{width: 600px;}	
}

@media screen and (max-width: 1366px){
	/*首页：解决方案*/
	.pro_name{font-size: 20px;width: 100%;height: 52px;padding-top: 10px;}
	.pro_name span{width: 90%;}
	
	
	/*地图：客户地区*/
	.qingh{left: 240px;top: 320px;}
	
	
	/*地图:地区公司列表*/
	.qh_company{left: 286px;top: 320px;}
	
	
	div.banner_bg{height: 660px;}
	video.shipin{width: 90%;}
	div.saasBanner_text{margin-top: 90px;}
	
	div.saasLeft{height: 500px;}
	div.saasCon_text{margin: 80px auto 0 auto;}
	div.saasRight{width: 100%;height: 500px;}
	video.saasVideo{margin-top: 60px;width: 57.3%;}
	
	div.saasMain_features_left .saasFeatures_img,div.saasMain_features_right .saasFeatures_img{width: 580px;}
	div.saasFeatures_tex p{width: 360px;}
	
	
	/*新闻详情--展会页面*/
	.exh_photo_group .exh_photo li{width: 220px;height: 162px;}
	
	/*新闻详情--出行*/
	.news_mainimg{height: 500px;}
	
	
	/*app下载弹窗*/
	.dl_win_con{width: 750px;height: 560px;/*top: 60%;*/left: 50%;margin-left: -375px;}
	.dl_win_con .dl_off{width: 45px;height: 45px;right: 30px;}
	
	
	/*pc客户端下载按钮--联系客服弹窗*/
		.pc_win{width: 850px;height: 320px;top: 60%;left: 50%;margin-left: -425px;}
		.pc_win_tit h1{font-size: 26px;}
		.pc_win_tit p{font-size: 17px;margin-top: 6;}
		.pc_win_phone{margin-top: 34px;}
		.pc_win_phone li .pc_win_phone_icon{width: 44px;}
		.pc_win_phone li h2{margin: 8px 0;}
	
	
	/*我们的产品按钮*/
	.products_btn .products_dl,.products_btn .products_more{width: 48%;}
	
	/*erp白墨烫画*/
		.baimo_jieshao_con{width: 420px;}
		.erp_baimo_function .erp_function li{font-size: 15px;}
		.relative_img_box .absolute_img{top: 360px;}
		.erp_function_con ul li .function_con{width: 400px;}
		.erp_function_con ul .gengduo{margin-bottom: 300px;}
}

@media screen and (max-height: 1000px){
	
	/*app下载弹窗*/
	.dl_win_con{width: 900px;height: 670px;margin-left: -450px;}
	.dl_win_con .dl_off{width: 50px;height: 50px;right: 40px;}
}
@media screen and (max-height: 670px){
	.request_form_close{bottom: 6%;}
}
@media screen and (max-height: 520px){
	.request_form_close{bottom: 4%;width: 40px;}
	.request_form{width: 540px;left: 50%;margin-left: -290px;top: 4%;padding: 10px;}
	.request_form form input{width: 91%;}
}

