@import url("./common.css");

/* 顶部 start -------------------------------------------  */
.cs-header{
	background-image: url('../images/1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* height: 822px; */
	/* max-height: 822px; */
}
.cs-nav-bg{
	background-color: #122F73 !important; /* rgba(0, 0,0, 0.6); */ /* #122F73 !important */;
}
.cs-nav-bg .cnb-logo{
	/* width: 202px;
	height: 60px; */
	width: auto;
	height: 48px;
}
.navbar{
	/* padding: 18px 0; */
	padding: 18px 0;
}
.navbar .nav-item{
	margin: 0 auto;
	margin-right: 5px;
	margin-left: 5px;
}
.navbar .nav-item .nav-link{
	padding: 8px 20px;
	color: #BED5FF;
	font-family: 'SourceHanSansCN-Light' !important;
	font-weight: 300;
	font-size: 16px;
}
.navbar .nav-item .nva-btn{
	display: flex;
}
.navbar .nav-item .nav-login{
	margin-top: 1px;
	margin-left: 38px;
	padding: 6px 12px;
	background: #096BFF !important;
	border: 1px solid #096BFF !important;
	border-radius: 14px;
	
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
	cursor: pointer;
}
.navbar .nav-item .nav-login:nth-child(2){
	margin-left: 4px;
	background: rgba(0, 0, 0, 0) !important;
	border: 1px solid #fff !important;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link:hover{
	color: #FFF;
	font-weight: 500;
	
	/** 菜单：加背景 */
	font-family: 'SourceHanSansCN-Light' !important;
	background: #096BFF; /* #fff */;
	color: #fff; /* rgb(52, 101, 156) */;
	border-radius: 20px;
}
.navbar-light .navbar-nav .nav-link.active{
	color: #FFF;
	font-weight: 500;
	
	/** 菜单：加背景 */
	font-family: 'SourceHanSansCN-Light' !important;
	background: #096BFF; /* #fff */;
	color: #fff; /* rgb(52, 101, 156) */;
	border-radius: 20px;
}

#beiYongId{
	display: none;
}
/* 顶部 end -------------------------------------------  */


/* 顶部内容开始 ------------------------------------------ */
.top-coneter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 96px;
}

.top-coneter-main{
	display: flex;
	align-items: flex-end;
	padding-bottom: 28px;
}

.top-coneter .top-coneter-r{
	display: flex;
	justify-content: space-between;
	
	width: 50%;
	padding-top: 100px;
	padding-right: 22px;
	/* padding-left: 20%; */
	color: #FFFFFF;
}
.top-coneter .top-coneter-r .tcr-title{
	display: flex;
	align-items: flex-end;
	position: relative;
	padding-bottom: 65px;
	font-weight: 500;
	font-size: var(--font-size-60);
	font-family: Alibaba-PuHuiTi-Medium;
}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-num{
		display: flex;
		align-items: flex-end;
	}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-1{
		margin: 0 17px 10px 11px;
		width: 15px;
		height: 2px;
		background: #FFFFFF;
	}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-2{
		font-family: Alibaba PuHuiTi;
		font-weight: 400;
		font-size: 28px;
		color: #FFFFFF;
	}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-3{
		margin: -6px 13px;
		padding: 9px 12px 10px 15px;
		background-image: url('../images/new-1.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.top-coneter .top-coneter-r .tcr-title img{
		position: absolute;
		width: 172px;
		height: 24px;
		top: 52px;
		left: -33px;
	}
.top-coneter .top-coneter-r .tcr-desc{
	font-family: Alibaba PuHuiTi;
	font-weight: 300;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 60px;
}
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item{
		display: flex;
		align-items: center;
	}
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item img{
		margin-right: 24px;
		width: 28px;
		height: 28px;
		font-family: 'Alibaba-PuHuiTi-Regular';
	}
	

.top-coneter .top-coneter-r .tcr-title2{
	padding-bottom: 29px;
	font-weight: 400;
	font-size: var(--font-size-58);
	font-family: 'Alibaba-PuHuiTi-Regular';
}
.top-coneter .top-coneter-r .tcr-title3{
	padding-top: 13px;
	padding-bottom: 55px;
	font-weight: 300;
	font-size: var(--font-size-31);
	font-family: 'Alibaba-PuHuiTi-Light';
}
.top-coneter .top-coneter-r .tcr-btn{
	display: flex;
	/* justify-content: space-around; */
	margin-top: 77px;
}
.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
	width: 145px;
	height: 47px;
	border-radius: 23px;
	cursor: pointer;
	
	font-family: 'SourceHanSansCN-Normal';
	font-weight: 400;
	font-size: var(--font-size-20);
	color: #0e3c90;
	border: 1px solid #FFFFFF;
	background: linear-gradient(to bottom, #FE88A0 0%, #F82344 100%);
}
.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item-yellow{
	background: linear-gradient(to bottom, #fa9e68 0%, #f6cf59 100%) !important;
	/* animation: colorChange 2s infinite alternate; */ /* 应用动画 */
}
.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item:first-child{
	margin-left: 0;
}
.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item:hover{
	background: linear-gradient(to bottom, #FE88A0 0%, #F82344 100%);
	border: 1px solid #F82344;
	color: #fff;
}
.top-coneter .top-coneter-r .tcr-btn .tbi-active{
	background: linear-gradient(to bottom, #FE88A0 0%, #F82344 100%);
	border: 1px solid #F82344;
	color: #fff;
}
.top-coneter .top-coneter-r .tcr-btn .tbi-active-yellow{
	border: 1px solid #F6C96C !important;
	color: #fff;
}
.tcr-btn-item-yellow{
	animation: colorChange 0.7s infinite alternate; /* 应用动画 */
	border: 0px !important;
}
/* 定义动画 */
@keyframes colorChange {
    from {
		/* opacity: 1; */
		/* transform: scale(1); */
		box-shadow: 0px 0px 14px #ffd070;
    }
    to {
		/* opacity: 0.9; */
		/* transform: scale(0.97); */
		box-shadow: 0px 0px 0px #F6C96C;
    }
} 
  
.top-coneter .top-coneter-r .tcr-btn img{
	margin-left: 5px;
	width: 18px;
	height: 18px;
}

.top-coneter .top-coneter-r .tcr-img{
	display: none;
}

/* 安卓弹框 二维码下载 ( 首页和下载页面共用 )  start ----------------------------------- */
.hover-container {  
  position: relative;  
  display: inline-block; /* 或其他你需要的显示类型 */  
  cursor: pointer; /* 鼠标悬停时显示指针 */  
}  
  
.tooltip {  
  visibility: hidden; /* 默认隐藏 */  
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 140px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.4);  
  color: #fff;  
  text-align: center;  
  border-radius: 6px;  
  
  /* 定位 */  
  position: absolute;  
  z-index: 1;  
  bottom: -160px;  
  left: 50%;  
  margin-left: -70px; /* 宽度的一半 */  
  
  /* 过渡效果 */  
  opacity: 0;  
  transition: opacity 0.3s;  
  margin-bottom: 10px; /* 为小三角留出空间 */  
}  
.tooltip img{
	margin: 0 !important;
	width: 120px !important;
	height: 120px !important;
}
  
.tooltip:after {  
  content: ''; /* 必须设置，否则伪元素不会生成 */  
  position: absolute;  
  top: -20px; /* 放置在元素下方 */  
  left: 50%; /* 居中 */  
  margin-left: -10px; /* 调整位置，使其中心与弹框中心对齐 */  
  border-width: 10px; /* 边框宽度决定三角大小 */  
  border-style: solid;  
  border-color:  transparent  transparent rgba(0, 0,0, 0.4) transparent ; /* 上边框为黑色，其余为透明 */  
}   
  
.hover-container:hover .tooltip {  
  visibility: visible;  
  opacity: 1;  
}
/* 安卓弹框 二维码下载 ( 首页和下载页面共用 )  end ----------------------------------- */

 

.top-coneter .top-coneter-l{
	display: flex;
	align-items: center;
	
	margin-top: 144px;
	padding-right: 93px;
	max-height: 406px;
	width: 43%;
}

.top-coneter .top-coneter-l img{
	/* max-width: 904px; */
	/* width: 100%;
	height: 100%; */
}

.top-coneter .tc-bottom-img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 35px;
}
.top-coneter .tc-bottom-img img{
	width: 15px;
	height: 35px;
}
/* 顶部内容结束 ------------------------------------------ */

.main-title{
	font-family: 'SourceHanSansCN-Medium';
	font-weight: 500;
	font-size: var(--font-size-48);
	color: #21283A;
}

/* 企业级IP服务  百万IP池  start -------------------------- */
.qyip-title{
	display: flex;
	justify-content: center;
	padding: 57px 0 53px 0;
}
.qyip-conter .qyip-c-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 42px 0 0 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	border-radius: 22px;
}
.qyip-conter .qyip-c-item img{
	width: 66px;
	height: 66px;
}
.qyip-conter .qyip-c-item .qci-title{
	margin: 20px 0;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 400;
	font-size: var(--font-size-20);
	color: #171D30;
}
.qyip-conter .qyip-c-item .qci-text{
	margin-bottom: 28px;
	padding: 0 20px;
	/* width: 270px; */
	font-family: 'SourceHanSansCN-Normal';
	font-weight: 400;
	font-size: var(--font-size-14);
	line-height: 24px;
	color: #7F88A4;
	text-align: center;
}
/* .qyip-conter .qyip-c-item .qci-text2{
	width: 280px;
} */
/* 企业级IP服务  百万IP池  end -------------------------- */


/* 领先的技术   行业动态IP先行者 start -------------------------- */
.lxjs-title{
	padding: 84px 0 30px 0;
}
.lxjs-brief{
	padding-bottom: 30px;
	font-family: 'SourceHanSansCN-Normal';
	font-weight: 400;
	font-size: var(--font-size-18);
	color: #171D30;
	line-height: 26px;
}
.lxjs-conter{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxjs-conter .lxjs-conter-l{
	
}
.lxjs-conter .lxjs-conter-l .lxjs-cl-item{
	box-sizing: border-box;
	margin-top: 29px;
	padding: 40px 26px 36px 26px;
	width: 537px;
	height: 170px;
	background:  linear-gradient(to bottom, #e3ecf8, #f4f8fd); /*radial-gradient(circle at 0% 0%, #ACCBEE 0%, #E7F0FD 100%);*/
	border-radius: 24px;
	cursor: pointer;
}
.lxjs-conter .lxjs-conter-l .lxjs-cl-item .lci-title{
	font-family: 'SourceHanSansCN-Medium';
	font-weight: 500;
	font-size: var(--font-size-26);
	color: #171D30;
}
.lxjs-conter .lxjs-conter-l .lxjs-cl-item .lci-text{
	margin-top: 24px;
	font-family: 'SourceHanSansCN-Normal';
	font-weight: 400;
	font-size: var(--font-size-16);
	color: #7F88A4;
	line-height: 28px;
}
.lxjs-conter .lxjs-conter-l .lxjs-cl-item-active{
	background: linear-gradient(to bottom, #31499A, #141E4A); /*radial-gradient(circle at 0% 0%, #31499A 0%, #141E4A 100%);*/
}
.lxjs-conter .lxjs-conter-l .lxjs-cl-item-active .lci-title,  .lxjs-conter .lxjs-conter-l .lxjs-cl-item-active .lci-text{
	color: #fff;
}

.lxjs-conter .lxjs-conter-r img{
	position: absolute;
	right: -150px;
	top: -40px;
	z-index: -1;
	width: 960px;
	height: 672px;
}
/* 领先的技术   行业动态IP先行者  end -------------------------- */


/* 极致体验 多平台应用 start -------------------------- */
.jzty-title{
	display: flex;
	justify-content: center;
	padding: 68px 0 61px 0;
}
.jzty-conter .jzty-c-item{
	padding: 10px;
	width: 249px;
	height: 296px;
	border-radius: 24px 24px 24px 24px;
	border: 1px solid #D0D4D8;
}
.jzty-conter .jzty-c-item .jci-div{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	background: linear-gradient(to bottom, #F3F6FD, #FFFFFF); 
	border-radius: 24px;
}
.jzty-conter .jzty-c-item .jci-div-orange{
	background: linear-gradient(to bottom, #FFF9F1, #FFFFFF); 
}
.jzty-conter .jzty-c-item .jci-title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 28px 0 33px;
	height: 56px;
	line-height: 32px;
	font-family: 'SourceHanSansCN-Medium';
	font-weight: 500;
	font-size: var(--font-size-26);
	color: #21283A;
}
.jzty-conter .jzty-c-item .jci-text{
	text-align: center;
	margin: 0 18px;
	font-family: 'SourceHanSansCN-Normal';
	font-weight: 400;
	font-size: var(--font-size-16);
	color: #21283A;
	line-height: 30px;
}
/* 极致体验 多平台应用 end -------------------------- */


/* 帮助中心 start -------------------------- */
.bzzx-title{
	display: flex;
	justify-content: center;
	padding: 140px 0 67px 0;
}
.bzzx-conter{
	justify-content: space-around;
}
.bzzx-c-item{
	width: 340px;
}
.bzzx-c-item .bzzx-text{
	padding: 20px 0;
	border-bottom: 1px dashed #DFDFDF;
	
	font-family: SourceHanSansCN-Normal;
	font-weight: 400;
	font-size: var(--font-size-14);
	color: #252525;
	cursor: pointer;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bzzx-c-item .bzzx-text:last-child{
	border-bottom: 0;
}
.bzzx-c-item .bzzx-text img{
	margin-right: 6px;
	width: 10px;
	height: 12px;
}
/* 行业信息 end -------------------------- */





/* 悬浮联系方式 end -------------------------- */
.service {
  position: fixed;
  right: 40px;
  top: 55%;
  /* transform: translateY(-50%); */
  z-index: 999;
}
.service .s_t {
  background-color: #fff;
  width: 50px;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 11px;
  border-radius: 999px;
}
.service .s_t .st_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.service .s_t .st_item .st_icon {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
}
.service .s_t .st_item .st_txt {
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.service .s_t .st_item .content {
  display: none;
  position: absolute;
  right: 130%;
  top: 0;
}
.service .s_t .st_item .content .st_c_item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
}
.service .s_t .st_item .content .st_c_item:nth-child(1) {
  margin-bottom: 20px;
}
.service .s_t .st_item .content .st_c_item:nth-child(2) {
  margin-bottom: 10px;
}
.service .s_t .st_item .content .st_c_item .p1 {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.service .s_t .st_item .content .st_c_item .p2 {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
}
.service .s_t .st_item .content .st_c_item .code1 {
  width: 110px;
  height: 110px;
  margin-bottom: 6px;
}
.service .s_t .st_item .content .st_c_item .s1 {
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  font-weight: bold;
}
.service .s_t .st_item .content .st_c_item .code2 {
  max-width: initial;
  width: 150px;
  height: 200px;
  margin-bottom: 6px;
}
.service .s_t .st_item .content .st_c_item .p3 {
  text-align: center;
  font-size: 20px;
  font-family: HONOR Sans TC-Heavy, HONOR Sans TC;
  font-weight: 800;
  color: #096BFF;
  margin-bottom: 10px;
  white-space: nowrap;
}
.service .s_t .st_item .content .st_c_item .cc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.service .s_t .st_item .content .st_c_item .cc .cc_icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.service .s_t .st_item .content .st_c_item .cc .cc_span {
  font-size: 14px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.service .s_t .st_item .content::before {
  content: "";
  position: absolute;
  background: url("../images/fudong/63.png") no-repeat 0 0/100% 100%;
  left: 100%;
  background-color: transparent;
  width: 24px;
  height: 24px;
  transform: translate(-50%, 100%);
}
.service .s_t .st_item:hover {
  background-color: #096BFF;
}
.service .s_t .st_item:hover .st_txt {
  color: #fff;
}
.service .s_t .st_item:hover[data-serviceType="1"] {
  border-radius: 999px 999px 0 0;
}
.service .s_t .st_item:hover[data-serviceType="1"] .st_icon {
  content: url("../images/fudong/57.png");
}
.service .s_t .st_item:hover[data-serviceType="1"] .content1 {
  display: block;
}
.service .s_t .st_item:hover[data-serviceType="2"] .st_icon {
  content: url("../images/fudong/59.png");
}
.service .s_t .st_item:hover[data-serviceType="2"] .content2 {
  display: block;
}
.service .s_t .st_item:hover[data-serviceType="3"] {
  border-radius: 0 0 999px 999px;
}
.service .s_t .st_item:hover[data-serviceType="3"] .st_icon {
  content: url("../images/fudong/61.png");
}
.service .s_t .st_item:hover[data-serviceType="3"] .content3 {
  display: block;
}
.service .s_b {
  cursor: pointer;
  border-radius: 50%;
  background-color: #096BFF;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
  transform: rotate(180deg);
}
.service .s_b .s_b_icon {
  width: 22px;
  height: 22px;
}
/* 悬浮联系方式 end -------------------------- */






/* 页脚 start -------------------------- */
footer{
	margin-top: 120px;
	background-color: #0B235C;
}
.footer-top{
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 60px 0 74px 0;
}
.footer-top .logo{
	width: 158px; 
	height: 48px;
}
.footer-top-link{
	display: flex;
	flex-wrap: wrap;
}
.footer-top-link a{
	font-family: SourceHanSansCN-Normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
}
.footer-top-link .ftl-gywm a{
	display: flex;
	align-items: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #4A5D89;
}
.footer-top-link .ftl-gywm a img{
	margin: 0 10px 0 25px;
	width: 14px;
	height: 18px;
}
.footer-top-link .ftl-link{
	display: flex;
	flex-direction: column;
	margin-left: 107px;
}
.footer-top-link .ftl-link a{
	margin-top: 6px;
	font-family: SourceHanSansCN-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #D6D8E2;
}
.footer-top-link .ftl-link a:first-child{
	margin-top: 0;
}
.footer-bottom{
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 49px 0 44px 0;
	border-top: 1px solid #4A5D89;
	text-align: center;
	
	font-family: SourceHanSansCN-Normal;
	font-weight: 400;
	font-size: 14px;
	color: #888BAC;
	line-height: 30px;
}
.footer-bottom a{
	color: #888BAC;
}
/* 页脚 end -------------------------- */




@media (min-width: 1200px){
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1200px;
	}
}

@media (min-width: 1920px){
	.top-coneter .top-coneter-l img{
		max-width: 720px;
	}
}

@media (max-width: 1800px){
	.top-coneter .top-coneter-r{
		/* padding-left: 15%; */
		padding-right: 30px;
	}
	.top-coneter .top-coneter-l{
		padding-right: 20px;
	}
}

@media (max-width: 1600px){
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r .tcr-title{
		font-size: 50px;
	}
	.top-coneter .top-coneter-r .tcr-title img{
		top: 42px;
	}
	.top-coneter .top-coneter-r .tcr-title2{
		font-size: 48px;
	}
	.top-coneter .top-coneter-r .tcr-title3{
		font-size: 24px;
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
}

@media (max-width: 1500px){
	.lxjs-conter .lxjs-conter-r img{
		right: -100px;
	}
	
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r .tcr-title{
		padding-bottom: 53px;
		font-size: 40px;
	}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-2{
		font-size: 24px;
	}
	.top-coneter .top-coneter-r .tcr-title img{
		width: 136px;
		height: 21px;
		top: 34px;
		left: -26px;
	}
	.top-coneter .top-coneter-r .tcr-desc{
		font-size: 24px;
	}
	.top-coneter .top-coneter-r .tcr-title2{
		font-size: 38px;
	}
	.top-coneter .top-coneter-r .tcr-title3{
		font-size: 20px;
	}
	.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item{
		margin-left: 16px;
	}
	.top-coneter .top-coneter-l{
		width: 48%
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
}
@media (max-width: 1400px){
	
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r{
		padding-top: 90px;
	}
	.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item{
		margin-left: 10px;
	}
	.top-coneter .top-coneter-r .tcr-desc{
		font-size: 20px;
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
	
	
	.lxjs-conter .lxjs-conter-r img{
		right: -32px;
	}
}

@media (max-width: 1300px){
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r{
		padding-top: 70px;
		padding-left: 10%;
	}
	
	.top-coneter .top-coneter-r .tcr-title .tcr-t-2 {
	    font-size: 20px;
	}
	.top-coneter .top-coneter-r .tcr-desc{
		font-size: 16px;
	}
	.top-coneter .top-coneter-r .tcr-btn{
		margin-top: 50px;
	}
	
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
}

@media (max-width: 1200px){
	
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r{
		padding-top: 70px;
		padding-left: 3%;
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
	
	.navbar .nav-item{
		margin-right: 1px;
		margin-left: 1px;
	}
	.navbar .nav-item .nav-login {
	    margin-left: 20px;
	}
	
	.jzty-conter .jzty-c-item{
		margin-top: 20px;
		width: auto;
	}
	.bzzx-c-item{
		width: auto;
	}
	
	.lxjs-conter .lxjs-conter-r img{
		position: absolute;
		right: 0px;
		top: -40px;
		z-index: -1;
		width: 960px;
		height: 672px;
	}
}

@media (max-width: 1100px){
	
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r{
		padding-top: 50px;
		padding-left: 3%;
	}
	.top-coneter .top-coneter-r .tcr-title{
		padding-bottom: 50px;
	}
	.top-coneter .top-coneter-r .tcr-title3{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item{
		margin-left: 4px;
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
	
}

@media (max-width: 992px){
	/**  右侧浮动 qq,微信,电话 小于992去掉 （start） ------------------------   */
	.service{
		display: none;
	}
	/**  右侧浮动 qq,微信,电话 小于992去掉 （end） ------------------------   */
	
	
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter-main{
		justify-content: center;
	}
	.top-coneter .top-coneter-l{
		display: none;
	}
	.top-coneter .top-coneter-r{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		padding-top: 100px;
		padding-left: 0;
		padding-right: 0;
		
		margin-top: -100px;
	}
	.top-coneter .top-coneter-r .tcr-main{
		text-align: center;
	}
	.top-coneter .top-coneter-r .tcr-title{
		justify-content: center;
		padding-bottom: 56px;
		    font-size: 57px;
		    font-family: 'YouSheBiaoTiHei';
	}
	.top-coneter .top-coneter-r .tcr-title img{
		width: 132px;
		    height: 20px;
		    top: 42px;
	}
	.top-coneter .top-coneter-r .tcr-title2{
		padding-bottom: 30px;
		    font-size: 48px;
		    letter-spacing: 16px;
	}
	.top-coneter .top-coneter-r .tcr-title3{
		font-size: 30px;
		    padding-top: 30px;
		    padding-bottom: 53px;
		font-family: 'SourceHanSansCN-Light';
	}
	
	
	.top-coneter .top-coneter-r .tcr-btn{
		justify-content: space-around;
		padding: 42px 7% 0 7%;
	}
	.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item{
		margin-left: 6px;
		width: 30%;
		font-size: 14px;
	}
	.top-coneter .top-coneter-r .tcr-img{
		padding: 0 15%
	}
	
	.top-coneter .top-coneter-r .tcr-desc{
		margin-bottom: 30px;
	}
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item{
		justify-content: center;
	}
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item .tdi-text{
		display: block;
		width: 375px;
		text-align: left;
	}
	
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
	
	
	/* 手机端菜单背景 */
	#navbarSupportedContent{
		margin-top: 14px;
		background: rgba(0,0,0,0.1);
	}
	
	.navbar{
		padding: 14px 0;
	}
	.navbar-nav{
		margin: 12px 0;
	}
	.navbar .nav-item{
		display: flex;
		justify-content: center;
		margin: 5px 0;
	}
	.navbar .nav-item .nav-login{
		margin: 0 10px;
		padding: 8px 20px;
		border-radius: 20px;
	}
	
	.qyip-conter div{
		margin-top: 20px;
	}
	
	.lxjs-conter{ /*领先的技术*/
		justify-content: center;
	}
	.lxjs-conter .lxjs-conter-r{
		display: none;
	}
	.lxjs-conter .lxjs-conter-r img{
		width: 0px;
		height: 0px;
	}
	
	.footer-top{
		flex-direction: column;
		align-items: center;
	}
	.footer-top .footer-top-link{
		margin-top: 20px;
	}
}

@media (max-width: 868px){
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r .tcr-title{
		padding-bottom: 50px;
		font-size: 50px;
	}
	.top-coneter .top-coneter-r .tcr-title img{
		top: 38px;
	}
	.top-coneter .top-coneter-r .tcr-title2{
		font-size: 40px;
		letter-spacing: 12px;
	}
	.top-coneter .top-coneter-r .tcr-title3{
		font-size: 26px;
		padding-bottom: 53px;
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
}


@media (max-width: 768px){
	.cs-nav-bg .cnb-logo{
		width: auto;
		max-height: 40px;
	}
	
	#navbarSupportedContent{
		margin-top: 10px;
	}
	
	/* 背景图片 */
	.cs-header-index{
		height: 100%;
		background-image: url('../images/1-sj.png');
		background-position: 0 0;
	}
	
	/** 头部：易加速 和 图片 变化 （start） ------------------------ */
	.top-coneter .top-coneter-r{
		justify-content: flex-start;
		margin-top: -100px;
	}
	.top-coneter .top-coneter-r .tcr-main{
		text-align: center;
	}
	.top-coneter .top-coneter-r .tcr-title{
		padding-bottom: 42px;
		font-size: 46px;
		font-family: 'YouSheBiaoTiHei';
	}
	.top-coneter .top-coneter-r .tcr-title img{
		width: 132px;
		height: 20px;
		top: 32px;
	}
	.top-coneter .top-coneter-r .tcr-title2{
		padding-bottom: 24px;
		font-size: 36px;
		letter-spacing: 6px;
	}
	.top-coneter .top-coneter-r .tcr-title3{
		font-size: 23px;
		padding-top: 18px;
		padding-bottom: 42px;
		font-family: 'SourceHanSansCN-Light';
	}
	
	
	.top-coneter .top-coneter-r .tcr-btn{
		justify-content: space-around;
		padding: 42px 10px 54px 10px;
	}
	.top-coneter .top-coneter-r .tcr-btn .tcr-btn-item{
		margin-left: 6px;
		width: 30%;
		font-size: 14px;
	}
	.top-coneter .top-coneter-r .tcr-img{
		padding: 0 30px 0 30px;
	}
	/** 头部：易加速 和 图片 变化 （end） ------------------------ */
	
	/* .main-title{
		font-size: 20px;
	}*/
	/* .qyip-title{
		padding-bottom: 28px 0 17px 0;
	} */
	.qyip-conter div:first-child{
		margin-top: 0;
	} 
	
	
	.lxjs-conter .lxjs-conter-l .lxjs-cl-item{
		height: auto;
		width: auto;
	}
	
	.bzzx-c-item .bzzx-text{
		width: 94%;
	}
	
	.jzty-conter .jzty-c-item{
		height: auto;
		padding-bottom: 30px;
	}
	
	.bzzx-title{
		padding: 80px 0 67px 0;
	}
	
	footer{
		margin-top: 60px;
	}
	.footer-top{
		padding: 40px 0;
	}
	.footer-top .footer-top-link{
		flex-direction: column;
	}
	.footer-top .footer-top-link .ftl-gywm{
		width: 100%;
	}
	.footer-top-link .ftl-gywm a{
		padding-bottom: 15px;
	}
	.footer-top .footer-top-link .ftl-link{
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
	}
}

@media (max-width: 500px){
	.top-coneter .top-coneter-r .tcr-title{
		flex-direction: column;
		align-items: center;
	}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-1{
		display: none;
	}
	.top-coneter .top-coneter-r .tcr-title .tcr-t-num{
		margin-top: 30px;
	}
}

@media (max-width: 450px){
	/* .top-coneter .top-coneter-r .tcr-title img{
		left: 37%;
	} */
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item .tdi-text{
		width: 300px;
	}
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item img{
		margin-right: 14px;
		width: 16px;
		height: 16px;
	}
	.top-coneter .top-coneter-r .tcr-desc .tcr-desc-item .tdi-text{
		font-size: 13px;
		line-height: 36px;
	}
	.top-coneter .top-coneter-r .tcr-btn{
		margin-top: 0px;
		padding: 42px 10px 24px 10px;
	}
}
