@charset "utf-8";
/*初始化*/
@font-face {
  font-family: 'douyuFont'; /*斗鱼追光体*/
  src: url('fonts/douyuFont.woff2') format('woff2');
}
@font-face {
           font-family: "华文行楷"; /* 华文行楷 */
           src: url(fonts/hwxk.woff2) format('woff2');
}
@font-face {
           font-family: "fzqkbysjt"; /* 方正清刻本悦宋简体*/
           src: url(fonts/fzqkbysjt.woff2) format('woff2');
}
@font-face {
           font-family: "xingshufanti"; /* 汉仪黄科行书繁体 */
           src: url(fonts/hanyihuangkexingshufan.woff2) format('woff2');
          
}
@font-face {
           font-family: "ygymbxs"; /* 叶根友毛笔行书简体 */
           src: url(fonts/ygymbxs.woff2) format('woff2');
}
.num-1{/* 文字裁剪 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1;/* 第1行裁剪 */ -webkit-box-orient: vertical;}
.num-2{/* 文字裁剪 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;/* 第2行裁剪 */ -webkit-box-orient: vertical;}
.num-3{/* 文字裁剪 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;/* 第3行裁剪 */ -webkit-box-orient: vertical;}
.num-5{/* 文字裁剪 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5;/* 第5行裁剪 */ -webkit-box-orient: vertical;}
.num-8{/* 文字裁剪 */ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 8;/* 第8行裁剪 */ -webkit-box-orient: vertical;}

*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*浏览器滚动条*/
/* 设置滚动条轨道 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
   background: #000; 
}
/* 设置滚动条 */
::-webkit-scrollbar {
  width: 5px; height:5px;
}

/* 设置滚动条滑块 */
::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 5px; /* 圆角 */
}
/* 设置滚动条滑块悬停效果 */
::-webkit-scrollbar-thumb:hover {
  background: #FF7F00; /* 悬停时滑块颜色 */
}

/*浏览器滚动条 end*/
.alert {
	transition: all 0.4s ease 0s;
}	
.alert:hover{
	background-color:#fff;
	border: thin solid #0A58CA;
	color: #0A58CA;
	box-shadow:0px 0px 24px rgba(10,88,202,0.25);
	transform:translateY(-3px);
}
@media (max-width: 991px) {
	html,body,.c-container{ font-size:13px; }
}

@media (min-width: 992px) {
	html,body,.c-container{ font-size:14px; }
}

@media (min-width: 1360px) {
	html,body,.c-container{ font-size:15px; }
}

@media (min-width: 1440px) {
	html,body,.c-container{ font-size:17px; }
}

@media (min-width: 1680px) {
	html,body,.c-container { font-size:18px;}
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	background: #fff;text-decoration: none;
}
body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,caption,tbody,tfoot,thead,article,aside,dialog,figure,footer,header,hgroup,nav,section{
	font-family: inherit;
	font-weight: normal;
}
.navbar-expand-lg{border-bottom: solid 0px #fafafa;box-shadow:0px 0px 6px rgba(10,88,202,0.55);}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}


a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button,textarea,select {
	border: 0;
	background: #fff;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
div,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #666 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}

/*公共样式*/
.c-clear { 
	zoom: 1;
}
.c-clear:after {
	content:''; 
	display: block;
	clear: both; 
}
.c-fl { 
	float: left;
}
.c-fr {
	float: right;
}
.c-container {
	margin: 0 auto;
	position: relative;
	padding : 0 15px;
}
@media (max-width:576px){
.c-container{max-width:540px}
}
@media (min-width:577px) and (max-width:767px) {
.c-container{max-width:720px}
}
@media (min-width:768px) and (max-width:991px) {
.c-container{max-width:960px}
}
@media (min-width:992px) and (max-width:1199px) {
.c-container{max-width:1140px}
}
@media (min-width:1200px){
.c-container{max-width:1420px}
}
#c-page {
	min-width: 1346px;
}

/*顶部*/
#c-header {
	background: #fff;
}
@media (max-width:576px){
#c-header {line-height: 40px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-header {line-height: 50px;}
}
@media (min-width:768px) and (max-width:991px) {
#c-header  {line-height: 60px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-header  {line-height: 80px;}
}
@media (min-width:1200px){
#c-header  {line-height: 100px;}
}
#c-header .c-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#c-header a {
	transition: all 0.5s;
}


/*顶部logo*/
#c-header .c-logo a {
	display: flex;
	align-items: center;
	color: #222;
}
.logo{height: 70px;}
@media (max-width:576px){
.logo{height: 40px;}
}
@media (min-width:577px) and (max-width:767px) {
.logo{height: 50px;}
}
@media (min-width:768px) and (max-width:991px) {
.logo {height: 55px;}
}
@media (min-width:992px) and (max-width:1199px) {
.logo {height: 65px;}
}
@media (min-width:1200px){
.logo {height: 70px;}
}
#c-header .c-logo a strong {
	font-weight: normal;
}
@media (max-width:576px){
#c-header .c-logo a strong{margin-left: 5px;font-size: 12px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-header .c-logo a strong{margin-left: 10px;font-size: 13px;}
}
@media (min-width:768px) and (max-width:991px) {
#c-header .c-logo a strong{margin-left: 14px; font-size: 14px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-header .c-logo a strong {margin-left: 18px;font-size: 15px;}
}
@media (min-width:1200px){
#c-header .c-logo a strong {margin-left: 20px;font-size: 16px;}
}


/*顶部pc导航*/
#c-header .c-right-box {
	display: flex;
	align-items: center;
}
#c-header .c-top-phone {
	padding: 0 30px 0 44px;
	background: url(../images/ico1.png) no-repeat left center;
	font-weight: bold;
}
@media (max-width:576px){
#c-header .c-top-phone{padding: 0 5px 0 10px; background-size: 9px auto;margin-left: 5px;font-size: 12px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-header .c-top-phone{padding: 0 5px 0 15px; background-size: 12px auto;margin-left: 5px;font-size: 13px;
}
}
@media (min-width:768px) and (max-width:991px) {
#c-header .c-top-phone{padding: 0 10px 0 25px; background-size: 14px auto;margin-left: 10px; font-size: 14px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-header.c-top-phone {padding: 0 22px 0 30px;background-size: 16px auto; margin-left: 18px;font-size: 16px;}
}
@media (min-width:1200px){
#c-header .c-top-phone {padding: 0 30px 0 44px; background-size: 30px auto; margin-left: 20px;font-size: 30px;}
}
#c-header .c-btn {
	text-align: center;
	border: 2px solid #a06eff;
	border-radius: 22px;
	color: #a06eff;
	cursor: pointer;
}
@media (max-width:576px){
#c-header .c-btn{width: 60px; line-height: 22px;font-size: 12px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-header .c-btn{width: 90px; line-height: 25px;font-size: 12px;
}
}
@media (min-width:768px) and (max-width:991px) {
#c-header .c-btn{width: 110px; line-height: 30px; font-size: 14px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-header .c-btn{width: 130px; line-height: 35px;font-size: 16px;}
}
@media (min-width:1200px){
#c-header .c-btn {width: 148px; line-height: 42px;font-size: 18px;}
}
/*首页轮播图*/
.c-banner1 {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.c-banner1 .swiper-slide img{
	width: 100%;
}
.c-banner1 .swiper-pagination {
	padding: 0 45px;
	box-sizing: border-box;
}
.c-banner1 .swiper-pagination span {
	margin: 0 10px !important;
	width: 40px;
	height: 3px;
	border-radius: 0;
	background: #fff;
}

/* 提升企业数字化能力，实现数字化经营 */
.manabox {
  padding: 90px 0;
  position: relative;
	overflow: hidden;
	text-align: center;
	background: #f9f9f9;
}
.manabox .mainwrap {
	position: relative;
}
.manabox .basetit {
	font-weight: bold;
	line-height: 1.5;
}
@media (max-width:576px){
.manabox .basetit{font-size: 20px; margin-bottom: 40px;}
}
@media (min-width:577px) and (max-width:767px) {
.manabox .basetit{font-size: 25px; margin-bottom: 45px;}
}
@media (min-width:768px) and (max-width:991px) {
.manabox .basetit{font-size: 30px; margin-bottom: 50px;}
}
@media (min-width:992px) and (max-width:1199px) {
.manabox .basetit{font-size: 40px; margin-bottom: 55px;}
}
@media (min-width:1200px){
.manabox .basetit {font-size: 48px; margin-bottom: 60px;}
}
.manabox .bag {
	position: absolute;
	top: 0;
	left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.manabox .bag .yuan {
  border-radius: 50%;
  position: absolute;
}
.manabox .bag .bag1 {
  width: 430px;
  height: 430px;
  background-color: #efefef;
  z-index: 3;
}
.manabox .bag .bag2 {
  width: 430px;
  height: 430px;
  background-color: #efefef;
	z-index: 2;
	animation: round1 2s infinite;
	-webkit-animation: round1 2s infinite;
}
.manabox .bag .bag3 {
  width: 430px;
  height: 430px;
  background-color: #f4f4f4;
	z-index: 1;
	animation: round2 2s infinite;
	-webkit-animation: round2 2s infinite;
}
@-webkit-keyframes round1 {
  from {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }

  to {
    transform:scale(1.5,1.5);
    -webkit-transform:scale(1.5,1.5); 
  }
}

@keyframes round1 {
  from {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }

  to {
    transform:scale(1.5,1.5);
    -webkit-transform:scale(1.5,1.5); 
  }
}
@-webkit-keyframes round2 {
  from {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  to {
    transform:scale(2.2,2.2);
    -webkit-transform:scale(2.2,2.2); 
  }
}
@keyframes round2 {
  from {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  to {
    transform:scale(2.2,2.2);
    -webkit-transform:scale(2.2,2.2); 
  }
}
@-webkit-keyframes roundMove1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	50%{
		-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	}
	51%{
		-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	}
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes roundMove1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	50%{
		-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	}
	51%{
		-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	}
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes roundMove2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	50%{
		-webkit-transform: translateX(20px);
    transform: translateX(20px);
	}
	51%{
		-webkit-transform: translateX(20px);
    transform: translateX(20px);
	}
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes roundMove2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	50%{
		-webkit-transform: translateX(20px);
    transform: translateX(20px);
	}
	51%{
		-webkit-transform: translateX(20px);
    transform: translateX(20px);
	}
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*==首页特点↓==*/

.abilityHome {background:url(../images/abilityBg.jpg) no-repeat center;background-size:cover;}

.ability-list {position:relative;height:450px;padding:80px 0;margin:0px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;}

.ability-list li {position:relative;z-index:2;display:inline-block;width:38%;margin:0 50px 50px 30px;padding:15px 30px;color:#333333;border:1px #fff solid;border-radius:50px;box-shadow:0 0 10px #ddd;background:#fff;}

.ability-list li:hover {border-color:#1f7fe8;box-shadow:0 0 10px #ddd}

.ability-list li:hover h4 {color:#1f7fe8}

.ability-list li:nth-child(3),.ability-list li:nth-child(4) {margin-left:0px;margin-right:0px;}

.ability-list .stress {position:absolute;left:0;top:0;right:0;bottom:10;margin:auto;width:fit-content;}

.ability-list .stress img {width: 85%;}

.manabox .cont {
	width: 100%;
	position: relative;
	z-index: 3;
}
.manabox .cont  {
  width: 100%;
  flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.manabox .cont  .ability-list{
  position: relative;
}

.manabox .cont  .ability-list .item{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}
@media (max-width:576px){
.manabox .cont  .ability-list .item{height: 34px; box-shadow: 0 0px 5px rgba(0,0,0,0.1);margin-bottom: 10px;padding: 0 5px;font-size: 12px;border-radius: 15px;
}
}
@media (min-width:577px) and (max-width:767px) {
.manabox .cont  .ability-list .item{height: 44px; box-shadow: 0 2px 13px rgba(0,0,0,0.1);margin-bottom: 15px;padding: 0 20px;font-size: 12px;border-radius: 25px;
}
}
@media (min-width:768px) and (max-width:991px) {
.manabox .cont  .ability-list .item{height: 54px; box-shadow: 0 2px 15px rgba(0,0,0,0.1);margin-bottom: 20px;padding: 0 20px;font-size: 15px;border-radius: 35px;
}
}
@media (min-width:992px) and (max-width:1199px) {
.manabox .cont  .ability-list .item{height: 64px; box-shadow: 0 2px 18px rgba(0,0,0,0.1);margin-bottom: 30px;padding: 0 20px;font-size: 18px;border-radius: 40px;
}
}
@media (min-width:1200px){
.manabox .cont  .ability-list .item{height: 74px; box-shadow: 0 2px 20px rgba(0,0,0,0.1);margin-bottom: 40px;padding: 0 20px;font-size: 20px;border-radius: 50px;
}
}

.manabox .cont  .ability-list .item:nth-child(1){
	animation: roundMove1 2s .3s infinite linear;
	-webkit-animation: roundMove1 2s .4s infinite linear;
}
.manabox .cont  .ability-list .item:nth-child(2){
	animation: roundMove1 2s .2s infinite linear;
	-webkit-animation: roundMove1 2s .2s infinite linear;
}
.manabox .cont  .ability-list .item:nth-child(3){
	animation: roundMove1 2s .1s infinite linear;
	-webkit-animation: roundMove1 2s infinite linear;
}
.manabox .cont  .ability-list .item:nth-child(4){
	animation: roundMove1 2s .3s infinite linear;
	-webkit-animation: roundMove2 2s .4s infinite linear;
}
.manabox .cont  .ability-list .item:nth-child(5){
	animation: roundMove1 2s .2s infinite linear;
	-webkit-animation: roundMove2 2s .2s infinite linear;
}
.manabox .cont  .ability-list .item:nth-child(6){
	animation: roundMove1 2s .1s infinite linear;
	-webkit-animation: roundMove2 2s infinite linear;
}



/* 您是否遇到以下的难题？ */
#c-problem {
	padding: 100px 0;
}
#c-problem .c-title-box .c-text{
	margin-bottom: 10px;
	
}

#c-problem .c-title-box .c-box {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
#c-problem .c-title-box .c-box {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
#c-problem .c-title-box .c-box h4 {
	font-size: 48px;
	line-height: 1.5;
	
}

#c-problem .c-title-box .c-box .c-title2 {
	color: #1f7fe8;
	padding-left: 70px;
}
#c-problem .c-list li {
	margin-bottom: 10px;
	position: relative;
}
#c-problem .c-list li:last-child {
	margin-bottom: 0;
}
#c-problem .c-list .c-left-box {
	display: flex;
	align-items: center;
	border: 1px solid #ddd;
    padding: 0 100px 0 70px;height: 170px;border-radius: 85px;
}

#c-problem .c-list .c-right-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: -webkit-calc(50%);
	width: calc(50%);
	background: #1f7fe8;
	display: flex;
	align-items: center;
	
}
#c-problem .c-list .c-right-box .c-ico {
	width: 80px;
	height: 80px;
	background: url(../images/ico2.png)no-repeat center;
	background-size: 100%;
}
#c-problem .c-list .c-right-box .c-text-box{
	padding: 0 120px 0 70px;
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}

#c-problem .c-list .c-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
@media (max-width:576px){
#c-problem .c-title-box .c-box h4 {line-height: 1.5; font-size: 20px; text-align: center;}
#c-problem .c-list .c-left-box {padding: 0 15px;height: 110px;border-radius: 10px;}
#c-problem .c-list .c-right-box {padding: 0 5px; border-radius: 0px 10px 10px 0px;font-size: 12px;}
#c-problem .c-list .c-right-box .c-ico {width: 30px;height: 30px;}
#c-problem .c-list .c-right-box .c-text-box {padding: 0 10px;width: -webkit-calc(100%);width: calc(100%);}
#c-problem .c-list .c-title {margin-bottom: 4px; font-size: 13px;line-height: 1.2;}
}
@media (min-width:577px) and (max-width:767px) {
#c-problem .c-title-box .c-box h4 {line-height: 1.5; font-size: 25px;}
#c-problem .c-list .c-left-box {padding: 0 20px;height: 120px;border-radius: 60px;}
#c-problem .c-list .c-right-box {padding: 0 10px; border-radius: 0px 60px 60px 0px; font-size: 13px;}
#c-problem .c-list .c-right-box .c-ico {width: 40px;height: 40px;}
#c-problem .c-list .c-right-box .c-text-box {padding: 0 20px;width: -webkit-calc(100%);width: calc(100%);}
#c-problem .c-list .c-title {margin-bottom: 6px; font-size: 14px;line-height: 16px;}
}
@media (min-width:768px) and (max-width:991px) {
#c-problem .c-title-box .c-box h4 {font-size: 30px;}
#c-problem .c-list .c-left-box {padding: 0 80px 0 60px;height: 140px;border-radius: 70px;}
#c-problem .c-list .c-right-box {padding: 0 20px; border-radius: 0 70px 70px 0;font-size: 14px;}
#c-problem .c-list .c-right-box .c-ico {width: 50px;height: 50px;}
#c-problem .c-list .c-right-box .c-text-box {padding: 0 50px;width: -webkit-calc(100%);width: calc(100%);}
#c-problem .c-list .c-title {margin-bottom: 7px; font-size: 16px;line-height: 22px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-problem .c-title-box .c-box h4 {font-size: 40px;}
#c-problem .c-list .c-left-box {padding: 0 10% 0 5%;height: 150px;border-radius: 75px;}
#c-problem .c-list .c-right-box {padding: 0 30px; border-radius: 75px;font-size: 15px;}
#c-problem .c-list .c-right-box .c-ico {width: 60px;height: 60px;}
#c-problem .c-list .c-right-box .c-text-box {padding: 0 100px 0 65px;width: -webkit-calc(100%);width: calc(100%);}
#c-problem .c-list .c-title {margin-bottom: 8px; font-size: 18px;line-height: 25px;}
}
@media (min-width:1200px){
#c-problem .c-title-box .c-box h4 {font-size: 48px;}
#c-problem .c-list .c-left-box {padding: 0 10% 0 5%;height: 170px;border-radius: 85px;}
#c-problem .c-list .c-right-box {padding: 0 30px; border-radius: 85px;font-size: 16px;}
#c-problem .c-list .c-right-box .c-ico {width: 80px;height: 80px;}
#c-problem .c-list .c-right-box .c-text-box {padding: 0 120px 0 70px;width: -webkit-calc(100% - 80px);width: calc(100% - 80px);}
#c-problem .c-list .c-title {margin-bottom: 10px; font-size: 20px;line-height: 1.5;}
}
#c-problem .c-list .c-right-box .c-title {
	color: #fff;
}
#c-problem .c-list .c-right-box .c-text {
	color: #fff;
	opacity: .6;
}
#c-problem .c-list .c-title span {
	color: #1f7fe8;
}
#c-problem .c-list .c-text {
	color: #666;
}

/* 公共表单 */

.c-common-form {
	padding: 66px 0;
	background-size: cover;
}
.c-common-form form {
	justify-content: space-between;
	align-items: center;
}
.c-common-form .c-left-box {
	display: flex;
	align-items: center;
	color: #fff;
}
.c-common-form .c-left-box img {
	margin: -130px 0px -80px 0;
}
.c-common-form .c-left-box .c-title {
	font-size: 30px;
	line-height: 1.5;
}
@media (max-width:576px){
.c-common-form .c-left-box .c-title  {line-height: 28px; font-size: 18px;}
}
@media (min-width:577px) and (max-width:767px) {
.c-common-form .c-left-box .c-title  {line-height: 30px; font-size: 18px;}
}
@media (min-width:768px) and (max-width:991px) {
.c-common-form .c-left-box .c-title  {line-height: 35px; font-size: 20px;}
}
@media (min-width:992px) and (max-width:1199px) {
.c-common-form .c-left-box .c-title  {line-height: 40px; font-size: 25px;}
}
@media (min-width:1200px){
.c-common-form .c-left-box .c-title  {line-height: 1.5; font-size: 30px;}
}
.c-common-form .c-left-box .c-title span {
	background: ;
}
.c-common-form .c-left-box .c-text {
}
.c-common-form .c-right-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.c-common-form .c-right-box input {
	line-height: 68px;
	border-radius: 34px;
	font-size: 16px;
	padding: 0 30px;
}
.c-common-form .c-right-box button {
	line-height: 68px;
	border-radius: 34px;
	font-size: 16px;
	color: #fff;
	background: #a06eff;
	cursor: pointer;
}
#c-bottom-fixed {
	padding: 20px 0;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
#c-bottom-fixed .btn-purple{
	width: 100%;
	border-radius: 5px;
	color: #fff;
	background: #a06eff;
	cursor: pointer;
}
#c-bottom-fixed .c-left-box .c-title span {
	background: #1f7fe8;
}
#c-bottom-fixed .c-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	width: 50px;
	height: 50px;
	background: url(../images/close.png)no-repeat center;
	background-size: 20px;
	cursor: pointer;
}

/* 公共标题 */
.c-common-title {
	text-align: center;
	margin-bottom: 0px;
}
.c-common-title .c-title{
	font-size: 48px;line-height: 1.5;text-align: center;
}
.c-common-title .c-title {
	
}
@media (max-width:576px){
.c-common-title .c-title {line-height: 1.5;font-size: 20px;font-weight: bold;}
}
@media (min-width:577px) and (max-width:767px) {
.c-common-title .c-title {line-height: 1.5;font-size: 25px;font-weight: bold;}
}
@media (min-width:768px) and (max-width:991px) {
.c-common-title .c-title {line-height: 1.8; font-size: 30px;}
}
@media (min-width:992px) and (max-width:1199px) {
.c-common-title .c-title {font-size: 40px;}
}

.c-common-title .c-text {
	padding-top: 20px;
	line-height: 26px;
}


/* 解决方案1 */
#c-solution {
	padding: 100px 0;
	background: #f5f5f5;
}
#c-solution .c-list {
	margin: 10px 10px 10px -10px;
	padding-top: 60px;
	align-items: flex-start;
}
#c-solution .c-list li {
	width: 100%;
	margin: 10px;
}
#c-solution .c-list .c-wrap {
	padding: 76px 0 96px;
	display: block;
	text-align: center;
	color: #222;
	background: #fff;
	transition: .5s;
}
#c-solution .c-list .c-wrap .c-img-box {
	position: relative;
	height: 50px;
}
#c-solution .c-list .c-wrap .c-img-box img {
	height: 100%;
}
#c-solution .c-list .c-wrap .c-img-box img:last-child,#c-solution .c-list .c-wrap:hover img:first-child {
	display: none;
}
#c-solution .c-list .c-wrap:hover img:last-child {
	display: inline-block;
}
#c-solution .c-list .c-wrap .c-title {
	padding: 45px 45px 20px;
	font-size: 20px;
	line-height: 30px;
	transition: .5s;
}
#c-solution .c-list .c-wrap .c-text {
	padding: 0 45px 60px;
	line-height: 26px;
	color: #666;
	transition: .5s;
}
#c-solution .c-list .c-wrap .c-btn {
	margin: 0 auto;
	width: 60%;
	line-height: 44px;
	border: 1px solid #ddd;
	border-radius: 23px;
	transition: .5s;
}
#c-solution .c-list .c-wrap:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	background: #1f7fe8;
	box-shadow: 0 10px 20px rgba(34,133,237,.3);
}
#c-solution .c-list .c-wrap:hover .c-text,#c-solution .c-list .c-wrap:hover .c-title {
	color: #fff;
}
#c-solution .c-list .c-wrap:hover .c-btn {
	border: 1px solid #fff;
	color: #fff;
}

/* 解决方案2 */
#c-solution2 {
	text-align: center;
	padding: 100px 0;
	background-size: cover;
}
#c-solution2 .c-common-title .c-title {
	color: #fff;
}
#c-solution2 .c-list {
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 55px 0 50px;
	background: #fff;
}
#c-solution2 .c-list li {
	position: relative;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #fff;
}
#c-solution2 .c-list img {
	width: 36px;
}
#c-solution2 .c-list .c-title {
	padding-top: 10px;
	
	line-height: 28px;
	color: #222;
}
#c-solution2 .c-list .c-mask {
	opacity: 0;
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	background: rgba(34,133,237,.9);
	transition: .5s;
}
#c-solution2 .c-list .c-wrap:hover .c-mask {
	opacity: 1;
}
#c-solution2 .c-btn {
	color: #fff;
}

/* 选择深圳讯盟的4大核心优势 */
#c-advantage {
	padding:100px 0;
}
#c-advantage .c-list {
	padding-top: 80px;
	align-items: flex-start;
}
#c-advantage .c-list li {
	width: 100%;
	padding: 50px;
	text-align: center;
}
#c-advantage .c-list img {
	width: 100%;
}
#c-advantage .c-list .c-title {
	padding: 30px 0 25px;
	font-size: 20px;
	line-height: 30px;
}
@media (max-width:576px){
#c-advantage .c-list .c-title {line-height: 20px; font-size: 16px;}
#c-advantage .c-list li {padding: 20px;}
#c-advantage .c-list img {width: 80%;}
}
@media (min-width:577px) and (max-width:767px) {
#c-advantage .c-list .c-title {line-height: 20px; font-size: 18px;}
#c-advantage .c-list li {padding: 30px;}
#c-advantage .c-list img {width: 80%;}
}
@media (min-width:768px) and (max-width:991px) {
#c-advantage .c-list img {width: 60%;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-advantage .c-list img {width: 100%;}
}
@media (min-width:1200px){
#c-advantage .c-list img {width: 100%;}
}
#c-advantage .c-list .c-text {
	line-height: 26px;
	color: #666;
}
<!-- 共同选择 -->
.umn-9 {color: #666;}

/* 深圳讯盟的荣誉 */
#c-honor {
	padding: 100px 0 100px;
	text-align: center;
}
#c-honor .c-list {
	display: flex;
	align-items: flex-start;
	padding-top: 75px;
}
#c-honor .c-list li {
	width: 100%;margin-bottom: 30px;
}
#c-honor .c-list li img {
	margin-bottom: 20px;
	max-width: 100%;
	border-radius: 50%;
	border: 1px solid #dfdfdf;
}
@media (max-width:576px){
#c-honor .c-list li img {width: 68px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-honor .c-list li img {width: 88px;}
}
@media (min-width:768px) and (max-width:991px) {
#c-honor .c-list li img {width: 100px;}
}
#c-honor .c-list li .c-text {
	line-height: 26px;
}
/* 底部 */
#c-footer {
	background-size: cover;
}
#c-footer .c-footer-top {
	padding: 100px 0 60px;
	color: #fff;
	text-align: center;
}
#c-footer .c-footer-top .c-title{
	font-size: 48px;
	line-height: 58px;
	font-weight: normal;
}
@media (max-width:576px){
#c-footer .c-footer-top .c-title {font-size: 24px; line-height: 30px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-footer .c-footer-top .c-title {font-size: 28px; line-height: 35px;}
}
@media (min-width:768px) and (max-width:991px) {
#c-footer .c-footer-top .c-title {font-size: 33px; line-height: 40px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-footer .c-footer-top .c-title {font-size: 38px; line-height: 48px;}
}
#c-footer .c-footer-top .c-title span {
	font-weight: bold;
}
#c-footer .c-footer-top .c-list {
	padding-top: 70px;
	justify-content: space-between;
	align-items: center;
}
#c-footer .c-footer-top .c-list li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 68px;
	border-radius: 34px;
	background: rgba(255,255,255,.2);
	font-weight: bold;
	font-size: 18px;
}
@media (max-width:576px){
#c-footer .c-footer-top .c-list li  {font-size: 14px;width: 100%;height: 48px; border-radius: 24px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-footer .c-footer-top .c-list li  {font-size: 16px;width: 100%;height: 58px; border-radius: 29px;}
}
#c-footer .c-footer-top .c-list li img {
	margin-right: 5px;
	width: 40px;
}
#c-footer .c-footer-center {
	margin: 0 auto;
	padding: 60px 0;
	background: rgba(34,133,237,.8);
	text-align: center;
}
#c-footer .c-footer-center .c-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 50px;
	color: #fff;
}
@media (max-width:576px){
#c-footer .c-footer-center .c-title {font-size: 20px; line-height: 22px; margin-bottom: 20px;}
}
@media (min-width:577px) and (max-width:767px) {
#c-footer .c-footer-center .c-title {font-size: 22px; line-height: 28px; margin-bottom: 25px;}
}
@media (min-width:768px) and (max-width:991px) {
#c-footer .c-footer-center .c-title {font-size: 28px; line-height: 33px; margin-bottom: 35px;}
}
@media (min-width:992px) and (max-width:1199px) {
#c-footer .c-footer-center .c-title {font-size: 34px; line-height: 38px; margin-bottom: 40px;}
}
@media (min-width:1200px){
#c-footer .c-footer-center .c-title {font-size: 36px; line-height: 46px; margin-bottom: 50px;}
}
#c-footer .c-footer-center form {
	justify-content: space-between;
	align-items: center;
}
#c-footer .c-footer-center input:first-child {
	width: 100%;
}
#c-footer .c-footer-center input {
	width: 100%;
	border-radius: 34px;
}
#c-footer .c-footer-center .btn-purple{
	width: 100%;
	border-radius: 34px;
	color: #fff;
	background: #a06eff;
	cursor: pointer;
	padding: 0px;

}
#c-footer .c-footer-bottom {
	text-align: center;
	opacity: .5;
	padding: 40px 0;
	line-height: 24px;
	color:#fff;
}
#c-footer .c-footer-bottom a {
	color: #fff;
}



.c-banner2 {
	width: 100%;
	height: 629px;
}
@media (max-width:576px){
.c-banner2{height: 380px;}
}
@media (min-width:577px) and (max-width:767px) {
.c-banner2{height: 460px;}
}
@media (min-width:768px) and (max-width:991px) {
.c-banner2{height: 485px;}
}
.c-banner2 .swiper-pagination {
	display: none;
}
.c-banner2 .swiper-slide{
	padding: 0 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.c-banner2 .c-top-box {
	padding-top: 95px;
	height: 540px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	color: #fff;
}
@media (max-width:576px){
.c-banner2 .c-top-box {height: 300px;}
}
@media (min-width:577px) and (max-width:767px) {
.c-banner2 .c-top-box {height: 400px;}
}
.c-banner2 .c-top-box .c-title{
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 40px;
}
@media (max-width:576px){
.c-banner2 .c-top-box .c-title {margin-bottom: 7px; font-size: 18px; line-height: 25px;}
}
@media (min-width:577px) and (max-width:767px) {
.c-banner2 .c-top-box .c-title {margin-bottom: 8px; font-size: 24px; line-height: 30px;}
}
.c-banner2 .c-top-box .c-text {
	opacity: .8;
	line-height: 2;
}
.c-banner2 .c-bottom-box {
	padding-top: 25px;
	line-height: 26px;
}
.c-banner2 .c-bottom-box a {
	color: #fff;
} 

/* 共同选择 */
#c-enterprise {
	padding: 100px 0;
	background: #f5f5f5;
}

.c-banner4,.c-banner5 {
	max-width: 100%;
	margin: 0 auto;
}
.c-banner4 {
	margin-bottom: 20px;
}
.c-banner4 .swiper-slide,.c-banner5 .swiper-slide{
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*  友情连接 */
.spbq{
	position:relative;
	min-height:1px;
	border: thin solid #CDD1D6;
	background-color: #Fff;
	overflow: hidden;
	padding: 20px;
	text-align: center;
}
.spbq img{
	max-height: 100px;
	max-width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.project_dec {
overflow: hidden;
}
.project_dec img {
    display: block;
    margin-bottom: 0px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.project_dec:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.faq_desc{
	background:  none repeat scroll 0 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0);
	transition: all 0.4s ease 0s;
	background-attachment: scroll;
	background-color: ;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;	
}

.faq_desc:hover{
box-shadow:0px 8px 24px rgba(0,0,0,0.25);
transform:translateY(-5px);
}
.isotope-item {
	margin-bottom: 30px;
}
.Title-A a {
	color: #333;
	margin-top: 10px;
}
/* 弹窗 */
.popusbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.popusbox-ok {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	
}
.popusbox .bag {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.5);
}
.popusbox .popusbox-section1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	padding: 30px 48px;
	width: 500px;
	border: 2px solid #0b74dd;
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width:576px){
.popusbox .popusbox-section1 {width: 90%;}
}
@media (min-width:577px) and (max-width:767px) {
.popusbox .popusbox-section1 {width: 80%;}
}
.popusbox .popusbox-section1 .down {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #999999;
	color: #fff;
	border-radius: 50%;
	top: -20px;
	right: -20px;
	line-height: 66px;
	text-align: left;
	text-indent: .6em;
	cursor: pointer;
}
.popusbox .popusbox-section1 .tit {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.popusbox .popusbox-section1 form {
	width: 100%;
}
.popusbox .popusbox-section1 form input{
	width: 100%;
	padding: 15px 28px;
	background-color: #f5f5f5;
	border-radius: 30px;
	border: 1px solid #ddd;
	font-size: 16px;
	margin-bottom: 20px;
outline: none;
height: 58px;
}
.popusbox .popusbox-section1 form p {
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.popusbox .popusbox-section1 form p i {
	display: block;
	width: 16px;
	height: 19px;
	margin-right: 5px;
}
.popusbox .popusbox-section1 form p i img{
width: 100%;
}
.popusbox .popusbox-section1 form button {
	width: 100%;
	border: none;
	outline: none;
	padding: 20px 0;
	border-radius: 30px;
	cursor: pointer;
}
.imp{
	position: relative;
}
.imp input{
	position: relative;
	z-index: 2;
	background-color: transparent!important;
}
.imp .hover1{
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 28px;
	width: 100%;
	height: 58px;
	border-radius: 30px;
	z-index: 1;
	background-color: #f5f5f5;
	color: #666;
}
.imp .hover1 span{
	color: #ff0000;
}



/* 右侧固定 */
.rightfixed {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 888;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  width: 68px;
}
.rightfixed a {
  display: block;
  width: 100%;
  height: 68px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  color: #1f7fe8;
  font-size: 18px;
  position: relative;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rightfixed a:last-child {
  margin-bottom: 0;
}
.rightfixed a img {
  width: 35px;
  float: left;
}
.rightfixed a img:nth-child(2) {
  display: none;
}
.rightfixed a .cont {
  position: absolute;
  top: 0;
  left: 0%;
  background-color: #1f7fe8;
  width: 220px;
  height: 100%;
  padding: 10px;
  font-size: 24px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rightfixed a:hover {
  color: #fff;
  background-color: #1f7fe8;
}
.rightfixed a:hover img:nth-child(1) {
  display: none;
}
.rightfixed a:hover img:nth-child(2) {
  display: block;
}
.rightfixed a:hover .cont {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}
.rightfixed .on {
  color: #fff;
  background-color: #1f7fe8;
}
/* End */
.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #cccccc;
	position: relative;
}
/*图片遮罩层*/
.page-wrapper {
        position: relative;
        display: inline-block;
    }
    .page-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0, 0, 0, 0.5); /* 半透明黑色遮罩层 */
        opacity: 0;
        transition: opacity 0.5s ease; /* 过渡效果 */
    }
    .page-wrapper:after {
        opacity: 1;
    }
    .page-wrapper h1, .page-wrapper p {
	color: #FFFFFF;
	z-index: 1;
	position: relative;
	top: 0px;
} 
.img-top {height: 400px;}
@media (max-width:767px){
.img-top {height: 120px;}
}
@media (min-width:768px) and (max-width:991px) {
.img-top {height: 200px;}
}
@media (min-width:992px) and (max-width:1199px) {
.img-top {height: 300px;}
}
.popusbox-section1-ok {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	padding: 30px 48px;
	width: 500px;
	border: 2px solid #0b74dd;
	border-radius: 8px;
	overflow: hidden;
}
.popusbox-ok .popusbox-section1-ok .down {
	position: absolute;
	width: 48px;
	height: 48px;
	background-color: #999999;
	color: #fff;
	border-radius: 50%;
	top: -20px;
	right: -20px;
	line-height: 66px;
	text-align: left;
	text-indent: .6em;
	cursor: pointer;
}
.popusbox-ok .popusbox-section1-ok .tit {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
