.con_title{font-size:26px;font-weight:bold;text-align:center;color:#3c8cff;}

@media screen and (max-width: 1360px) {
	.con_title {
		font-size:26px;font-weight:bold;text-align:center;color:#3c8cff;
	}
}
@media screen and (max-width: 768px) {
	.con_title {
		font-size:22px;font-weight:bold;text-align:center;color:#3c8cff;
	}
}
/* 解决问题 */
.pic {
	width: 100%;
	height: 500px;
	background-image: url(../img/pic.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.con_head {
	width: 100%;
	height: 100px;
	text-align: center;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	line-height: 100px;
	background-color: #FBF6F6;
	margin: 10px 0;
	font-size: 24px;
}

.con_head .tit1 {
	font-size: 32px;
	height: 40px;
}

.con_item {
	max-width: 1360px;
	width: 100%;
	font-size: 28px;
	margin: 60px auto 0;
}

.con_item ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.con_item li {
	width: 27%;
	margin: 3%;
	padding: 3%;
	height: 250px;
	position: relative;
	transition: all 1s;
	border: solid 1px #BBBBBB;
	cursor: pointer;
	text-align: center;
}

.con_item .li {
	box-shadow: 10px 10px 5px #f0f1f6;
}

.con_item li a {
	font-size: 20px;
	display: block;
	margin: 5% 0 0 !important;
}

.top {
	margin: 0 auto;
	display: -webkit-box;
	/* filter: grayscale(100%); */
}


.bottom {
	position: absolute;
	transition: all 1s;
	transform: translateX(0%);
	bottom: 20px;
	display: -webkit-box;
}


.blue{
	color: #3c8cff;
}

.after1 {
	z-index: 9999;
	transform: translateX(2500%);
}

.con_item li span {
	display: block;
	margin-bottom: 5%;
	margin-top: 1%;
	font-size: 13px !important;
	-webkit-line-clamp: 2;
}

.con_b {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.con_bhead {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-top: 1.5%;
}

.con_bhead .tit1 {
	font-size: 36px;
}

/* .con_bhead .tit1::before {
	content: '';
	height: 1px;
	display: inline-block;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(201, 201, 201, 0.3) 20%, rgba(201, 201, 201, 0.4) 30%, rgba(201, 201, 201, 0.5) 40%, rgba(201, 201, 201, 0.8) 50%, rgba(201, 201, 201, 0.5) 60%, rgba(201, 201, 201, 0.4) 70%, rgba(201, 201, 201, 0.3) 80%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
	width: 130px;
	vertical-align: middle;
}

.con_bhead .tit1::after {
	content: '';
	height: 1px;
	display: inline-block;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(201, 201, 201, 0.3) 20%, rgba(201, 201, 201, 0.4) 30%, rgba(201, 201, 201, 0.5) 40%, rgba(201, 201, 201, 0.8) 50%, rgba(201, 201, 201, 0.5) 60%, rgba(201, 201, 201, 0.4) 70%, rgba(201, 201, 201, 0.3) 80%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
	width: 130px;
	vertical-align: middle;
} */

.tit1 {
	font-size: 28px;
	color: #333;
}

.con_bc {
	padding-top: 5%;
	zoom: 1;
	position: relative;
}

.con_bc:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.con_left {
	position:relative;
	width: 40%;
	display: inline-block;
	float: left;
	cursor: pointer;
}

.con_left img {
	position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 width:100%;
 margin:auto;

}

.con_left:before {
 content: "";
 display: inline-block;
 padding-bottom: 75%;
 width: 0.5px; /*必须要有数值，否则无法把高度撑起来*/
 vertical-align: middle;
}

.con_left img:hover {

}

.con_right {
	width: 60%;
	display: inline-block;
	float: left;
	padding: 0 4%;
	font-size: 16px;
}

.con_right .tit1 a {
	font-size: 28px;
}
.con_right .tit1 a:hover{
    color: #23527c;
}


.con_right p {
	font-size: 16px;
	margin-top: 3%;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: gray;
	margin-bottom: 5%;
}

.arrow {
	width: 25%;
	margin-top: 5%;
	position: absolute;
	bottom: 10%;
	cursor: pointer;
	overflow: hidden;
}

.arrow a {
	width: 25%;
	font-size: 18px;
	position: relative;
	transition: all 1s;
	color: #3c8cff;
	display: inline-block;
	transition: all 1s;
	transform: translateX(-85px);
}

.arrow .a {
	transform: translateX(0);
	z-index: 9999;
}

.arrow img {
	width: 70%;
	transition: all 1s;
	transform: translateX(-85px);
}

.arrow .img {
	transform: translateX(0);
}

@media screen and (max-width: 1360px) {
	.con_b {
		width: 1200px;
	}

	.con_item {
		width: 1200px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 768px) {
	.pic {
		width: 100%;
		background-image: url(../img/pic.jpg);
		height: 200px;
	}

	.con_bhead,
	.con_head {
		height: 64px;
		line-height: 40px;
		margin:  0;
		padding: 10px 0;
	}
	.fuw_lx{
		padding-bottom: 0 !important;
	}

	.tit1 {
		font-size: 22px;
	}

	.con_bhead .tit1 {
		font-size: 24px;
	}

	.con_right .tit1 a {
		font-size: 20px;
	}
	
	.con_right .tit1 a:hover{
	    color: #23527c;
	}

	.con_b {
		width: 100%;
		margin: 0 auto;
	}

	.con_bc {
		padding: 3%;
	}

	.con_item {
		width: 100%;
	}

	.con_item li {
		width: 46%;
		height: 128px;
		margin: 2%;
		padding: 0;
		padding-top: 3%;
	}
	.con_a{margin-bottom: 20px;}

	.con_item li a {
		font-size: 14px !important;
		text-align: center;
	}

	.con_item li span {
		display: none;
	}

	.top {
		width: 40px;
		display: -webkit-box;
	}

	.bottom {
		display: none;
	}

	.con_left,
	.con_right {
		width: 100%;
		display: block;
	}

	.con_right {
		margin-top: 3%;
	}

	.con_right p {
		margin: 0;
		font-size: 14px;
	}

	.arrow {
		width: 100%;
		margin-top: 0;
		position: relative;
		transform: translateX(0);
		text-align: center;
	}

	.arrow img {
		display: none;
	}

	.arrow a {
		width: 24%;
		font-size: 14px;
		opacity: 1;
		transform: translateX(0);
		text-align: center;
		background: #3c8cff;
		color: #fff;
		border-radius: 5px;
		margin: 8px 0 0;
	}

	.con_bhead .tit1::after,
	.con_bhead .tit1::before {
		display: none;
	}
}


/* 华汇用户体验平台 */
.sol_exphead {
	width: 1360px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	margin: 1% auto;
	padding: 0 2%;
}

.exp_left h4 {
	line-height: 100px;
	font-size: 32px;
	color: #333;
	margin-top: 0;
	margin-bottom: 28px;
	text-align: center;
	font-weight: 500;
}

.exp_right {
	display: flex;
	align-items: center;
}

.exp_right a {
	width: 100px;
	height: 50px;
	background-color: #3c8cff;
	border: none;
	border-radius: 5px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}

.exp_right a:hover {
	background-color: #FE7000;
}

.son_con1,
.son {
	margin: 0 auto;
	width: 1200px;
	padding: 0 2%;
}

.son_con,
.son {
	margin: 0 auto;
	width: 1360px;
	padding: 0 2%;
}

.son_con p {
	font-size: 16px;
	color: #777;
	margin-bottom: 0;
	line-height: 30px;
}

.son {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1%;
}

.soni {
	width: 48%;
	margin: 1%;
	overflow: hidden;
	border: solid 1px #BBBBBB;
}

.soni:hover {
	box-shadow: 0px 0px 20px #BBBBBB;
}


.soni img {
	width: 100%;
	transition: all 0.5s;
}

.soni img:hover {
	transform: scale(1.2);
}
.son img {
	width: 100%;
	transition: all 0.5s;
}

.son img:hover {
	transform: scale(1.2);
}

.sonii img {
	width: 100%;
}
	
.sxp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 auto 50px;
}

.sxp a {
	padding: 10px 20px;
	background: #eee;
	color: #999;
	border-radius: 7px;
}

.sxp a:hover {
	background: #3c8cff;
	color: #FFFFFF;
}


@media screen and (max-width: 1380px) {

	.son_con,
	.son {
		width: 1200px;
	}

	.sol_exphead {
		width: 1200px;
	}
}
@media screen and (max-width: 1280px) {

	.son_con,
	.son {
		width: 100%;
	}

	.sol_exphead {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.all {
		position: relative;
	}
	
	.all img{
		width:100%;
	}

	.sol_exphead {
		width: 100%;
		height: 40px;
		font-size: 26px;
		display: block;
	}

	.son_con,
	.son {
		width: 100%;
	}

	.exp_left {
		display: block;
	}

	.exp_left h4 {
		line-height: 40px;
		font-size: 22px;
	}

	.exp_right {
		display: block;
		position: absolute;
		bottom: 20px;
		left: 90px;
		z-index: 999;
	}

	.exp_right a{
		width: 80px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		display: inline-block;
	}

	.son_con p {
		font-size: 14px;
		text-indent: 2em;
	}

	.soni {
		width: 100%;
		border: none;
	}

	.son {
		padding-bottom: 30px;
	}

	.sxp {
		margin: 0;
		display: none;
	}
}

/* 应用市场 */
.con_right .arrow1 {
	bottom: 3%;
}

.con_bhead1 {
	margin-top: 4%;
}

.shopping {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 15px;
}

button {
	width: 80px;
	height: 40px;
	background-color: #EE1111;
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 18px;
}

.font {
	font-size: 20px;
	font-weight: bold;
}

.shop {
	color: #EE1111;
	font-size: 16px;
	font-weight: bold;
}

.big {
	font-size: 32px;
}

.center {
	margin: 0 auto;
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	.con_bhead1 {
		margin-top: 2%;
	}

	#buy_now{
		margin-top: 10px;
	}

	.shopping {
		margin-top: 10px;
		margin-bottom: 0;
		display: block;
	}

	.font {
		font-size: 14px;
		display: block;
	}

	.con_b {
		border-bottom: solid 1px #BBBBBB;
		padding-bottom: 10px;
	}

	.shop {
		font-size: 12px;
		padding-right: 15px;
	}

	.big {
		font-size: 24px;
	}

	button {
		width: 60px;
		height: 30px;
		font-size: 14px;
		margin-right: 15px;
	}

	.center {
		margin-top: 0;
	}
}

/* 在线客服 */

.service form {
	width: 60%;
	padding: 50px;
	border: solid 1px #BBBBBB;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.service form .nav {
	display: flex;
	justify-content: space-between;
	border: solid 1px #BBBBBB;
	width: 100%;
	padding: 10px;
}

.service form .nav img {
	width: 30px;
}

.service form .nav p {
	line-height: 30px;
	font-size: 24px;
}
.quest{
	zoom: 1;
	margin-top: 50px;
}

.quest p{
	font-size: 12px;
}

.quest:after{
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
	height: 0;
}
.quest textarea {
	width: 100%;
	height: 200px;
	font-size: 16px;
}

.sub{
	zoom: 1;
}
.sub:after{
	display: block;
	visibility: hidden;
	clear: both;
	content: '';
	height: 0;
}
.sub input {
	width: 80px;
	height: 40px;
	background-color: #FFFFFF;
	font-size: 16px;
	margin-right: 20px;
	float: right;
	cursor:pointer
}

.sub input:hover {
	background-color: #3c8cff;
	color: #FFFFFF;
}

.file {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 50px;
	  background-image: url(../img/z_add.jpg);
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
	  float: left;
	  margin-right: 10px;
	  margin-bottom: 50px;
    }
 
    .file input {
      position: absolute;
      width: 60px;
      top: 0;
      left: 0;
      bottom: 0;
      opacity: 0;
      cursor: pointer;
    }

@media screen and (max-width: 768px) {
	.service form{
		width: 100%;
		border: none;
		padding: 30px;
	}
	.service form .nav img {
	    width: 20px;
	    height: 20px;
	}
	.service form .nav p {
	    line-height: 20px;
	    font-size: 18px;
	}
	.quest {
	    margin-top: 30px;
	}
	.quest textarea {
	    font-size: 14px;
	}
	.file {
	    width: 40px;
	    height: 40px;
		margin-bottom: 30px;
	}
	.sub input {
	    width: 60px;
	    height: 30px;
	    font-size: 14px;
	    margin-right: 10px;
	}
	.quest p {
	    font-size: 10px;
	}
}


