
@media (min-width:1200px) {
	*{
		padding: 0;
		margin: 0;
		text-decoration: none;
		list-style: none;
		border: none;
		background-color: transparent;
		outline: none;  
		box-sizing: border-box;
		font-family: "YaHei-Light";
		/* min-width: 1200px; */
	}
	
	/*右侧导航栏*/
	
	.rightNav_fixed{
		position: fixed;
		top: 16%!important;
		width: 70px!important;
		right: 5px!important;
	}
	.rightNav {
		position: relative;
		width: 70px!important;
		color: #333;
		font-size: 10px;
		line-height: 40px;
		text-align: center;
		border-radius: 4px;
	}
	
	.rightNav span {
		font-size: 8px;
		color: #6d6d6d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -22px;
		margin-top: 3%;
	}
	
	.rightNav_qq {
		position: absolute;
		right: 2px;
		top: 0.1rem;
		width: 66px;
		height: 66px;
		background: url(../img/sqsy.png) no-repeat center;
	}
	
	.rightNav_QQ {
		position: absolute;
		right: 2px;
		top: 95px;
		width: 66px;
		height: 66px;
		background: url(../img/qq.png) no-repeat center;
	}
	
	.kf-tel {
		position: absolute;
		right: 2px;
		top: 95px;
		width: 66px;
		height: 66px;
		background: url(../img/phone.png) no-repeat center;
		display: block;
		cursor: pointer;
	}
	
	.kf-tel .num {
		display: none;
		position: absolute;
		right: 68px;
		background-color: rgb(255, 255, 255);
		box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
		font-size: 1.6rem;
		color: #007bff;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		border-radius: 3px 0 0px 3px;
		/* line-height: 4rem!important; */
		padding: 15px 1rem 10px 2rem;
		text-align: left;
		width: 28rem;
		height: 88px;
		top: -2px;
	}
	.rightNav_ewm .ewm {
		display: none;
		position: absolute;
		right: 68px;
		background-color: rgb(255, 255, 255);
		box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
		font-size: 1.6rem;
		color: #007bff;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		border-radius: 3px 0 0px 3px;
		/* line-height: 4rem!important; */
		padding: 15px 1rem 10px 2rem;
		text-align: left;
		width: 16rem;
		height: 19rem;
		top: 0px;
	}
	.rightNav_ewm .ewm .ewm_text{
		color: #333;
		width: 100%;
		text-align: center;
		line-height: 26px;
		font-size: 14px;
	}
	
	.kf-tel .num .tab {
		font-size: 15px;
		color: #585858;
		line-height: 2rem;
	}
	
	.kf-tel .num p {
		line-height: 24px;
		margin-bottom: 8px!important;
	}
	
	.rightNav_ewm {
		position: absolute;
		right: 2px;
		top: 186px;
		width: 66px;
		height: 66px;
		background: url(../img/ewm.png) no-repeat center;
		cursor: pointer;
	}
	
	.rightNav_qq1:hover span {
		color: #007DFF;
	}
	
	.rightNav_QQ:hover {
		background: url(../img/qq2.png) no-repeat center;
	}
	
	.rightNav_QQ:hover span {
		color: #409eff;
	}
	
	.kf-tel:hover span {
		color: #409eff;
	}
	
	.kf-tel:hover {
		background: url(../img/phone2.png) no-repeat center;
	}
	.kf-tel:hover .num{
		display: block;
	}
	
	.rightNav_ewm:hover span {
		color: #409eff;
	}
	.rightNav_ewm:hover .ewm{
		display: block;
	}
	
	.rightNav_ewm:hover {
		background: url(../img/ewm2.png) no-repeat center;
	}
	
	.rightNav_db {
		top: 77%;
		position: absolute;
		width: 60px;
		height: 60px;
		background: url(../img/hddb.png) no-repeat center;
		right: 5px;
	}
	
	.rightNav_db:hover {
		background: url(../img/hddb2.png) no-repeat center;
	}
	
	.rightNav_db:hover span {
		color: #409eff;
	}
	
	.rightNav_db span {
		font-size: 8px;
		color: #6d6d6d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -26px;
	}
	
	.rightNav a {
		height: 88px;
		display: block;
		margin-bottom: 0.5rem;
		background: #ffffff;
		box-shadow: 0px 8px 18.06px 2.94px rgba(169, 169, 169, 0.27);
	}
	
	.rightNav .rightNav_qq1 {
		background: #fe5b5f;
	}
	
	.rightNav .rightNav_qq1 span {
		color: #FFFFFF;
	}
	
	
	/* banner图 */
	.banner{
		width: 100%;
		background-color: #f2f3f9;
	}
	.banner_bx{
		width: 83%;
		margin: 0 auto;
		/* padding-top: 100px; */
		padding: 70px 0;
	}
	.banner_left{
		float: left;
		width: 49%;
		/* margin-top: 2%; */
	}
	.banner_left_top{
		width: 100%;
		font-size: 24px;
		color: #0263E0;
		font-family: "YaHei-Light";
		font-weight: 100;
		letter-spacing: 2px;
		margin-top: 3%;
	}
	.banner_left_title{
		width: 92%;
		font-size: 66px;
		line-height: 74px;
		color: #000;
		font-family: "YaHei-Light";
		font-weight: 100;
		letter-spacing: 2px;
		margin-top: 3.6%;
	}
	.banner_left_small{
		width: 100%;
		color: #555;
		font-size: 20px;
		margin-top: 4.2%;
		font-family: "YaHei-Light";
		font-weight: 100;
	}
	.banner_btn{
		background-color: #0263E0;
		border-radius: 6px;
		color: #fff;
		font-size: 16px;
		padding: 18px 37px;
		font-family: "YaHei-Light";
		font-weight: 300;
		display: inline-block;
		margin-top: 7%;
	}
	.banner_btn:hover{
		background-color: #001489;
	}
	.banner_right{
		float: left;
		width: 45%;
		margin-left: 3%;
	}
	.m_banner_link{
		display: none;
	}
	
	/* 视频 */
	.modal-header .close {
		padding: 0rem;
		margin: 0rem 0rem 0rem auto;
		font-weight: bold;
	}
	
	.modal-content {
		border-radius: 5px;
		width: 901px;
		text-align: center;
	}
	
	.modal-dialog {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	
	.modal-lg {
		max-width: 900px;
	}
	
	/* 客户案例 */
	.case{
		width: 100%;
		margin-top: 50px;
		min-width: 1200px;
	}
	.case_bx{
		width: 83%;
		margin: 0 auto;
	}
	.case_bx ul{
		width: 100%;
	}
	.case_bx ul li{
		width: 13%;
		float: left;
		margin-right: 4.4%;
	}
	.case_bx ul li:last-child{
		margin-right: 0;
	}
	
	/* 公费电话API */
	.API{
		width: 100%;
		margin-top: 100px;
		min-width: 1200px;
	}
	.API_bx{
		width: 83%;
		margin: 0 auto;
	}
	.API h1{
		width: 100%;
		font-size: 50px;
		color: #000;
		text-align: center;
		font-weight: 100;
	}
	.API_main{
		width: 100%;
		margin-top: 50px;
	}
	.API_main_left{
		width: 41%;
		float: left;
	}
	.API_main_right{
		width: 52%;
		float: right;
		margin-top: 2.5%;
	}
	.API_main_right_block{
		width: 100%;
		margin-bottom: 5%;
	}
	.API_main_right_block:last-child{
		margin-bottom: 0;
	}
	.API_main_right_block_title{
		width: 100%;
		color: #000;
		font-size: 28px;
		font-weight: 500;
		margin-bottom: 2%;
	}
	.API_main_right_block_text{
		width: 100%;
		font-weight: 100;
		color: #555;
		letter-spacing: 1px;
		font-size: 18px;
		line-height: 30px;
	}
	
	/* 间隔符 */
	.interval{
		width: 83%;
		margin: 0 auto;
		margin-top: 110px;
		/* min-width: 1200px; */
	}
	.interval_text{
		float: left;
		font-size: 16px;
		color: #0263E0;
		letter-spacing: 1px;
	}
	.interval_line{
		float: right;
		width: 92%;
		border: 0.5px solid #ececec;
		margin-top: 10px;
	}
	
	/* 解决方案 */
	.solution{
		width: 100%;
		margin-top: 100px;
		min-width: 1200px;
	}
	.solution_bx{
		width: 83%;
		margin: 0 auto;
	}
	.solution_bx h1{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color: #000;
		font-weight: 100;
		margin-bottom: 60px;
	}
	.solution_main_line{
		width: 100%;
		margin-bottom: 54px;
	}
	.solution_main_line:last-child{
		margin-bottom: 0px;
	}
	.product_adv_main_block{
		width: 30%;
		margin-right: 5%;
		height: 488px;
		border-radius: 8px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
		float: left;
		position: relative;
	}
	.product_adv_main_block:last-child{
		margin-right: 0;
	}
	.product_adv_main_block2{
		width: 30%;
		margin-right: 5%;
		height: 430px;
		border-radius: 8px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
		float: left;
		position: relative;
	}
	.product_adv_main_block2:last-child{
		margin-right: 0;
	}
	.product_adv_main_block:hover{
		box-shadow: 0px 5px 24px  rgba(0,0,0,0.25);
	}
	.product_adv_main_block2:hover{
		box-shadow: 0px 5px 24px  rgba(0,0,0,0.25);
	}
	.product_adv_main_top{
		width: 82%;
		margin: 0 auto;
		padding: 47px 0 42px 0;
		border-bottom: 1px solid #e3e3e3;
	}
	.product_adv_main_icon1{
		background-image: url(../img/cp_icon1.22.png);
	}
	.product_adv_main_icon2{
		background-image: url(../img/cp_icon4.22.png);
	}
	.product_adv_main_icon3{
		background-image: url(../img/cp_icon5.22.png);
	}
	.product_adv_main_icon4{
		background-image: url(../img/cp_icon2.png);
	}
	.product_adv_main_icon5{
		background-image: url(../img/cp_icon3.png);
	}
	.product_adv_main_icon6{
		background-image: url(../img/cp_icon6.png);
	}
	.product_adv_main_bgc{
		width: 124px;
		height: 124px;
		margin: 0 auto;
		border-radius: 50%;
		background-position: 50%;
		background-size: auto 76px;
		background-repeat: no-repeat;
		background-color: #f0f1f8;
	}	
	.product_adv_main_text{
		width: 82%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.product_adv_main_text h2{
		width: 100%;
		font-size: 30px;
		color: #000;
		text-align: left;
		margin-bottom: 4.4%;
		font-weight: 500;
	}
	.product_adv_main_text div{
		width: 100%;
		font-size: 18px;
		color: #555;
		line-height: 30px;
		font-weight: 100;
	}
	
	/* 公费电话的无限能力 */
	.ability{
		width: 100%;
		margin-top: 100px;
		min-width: 1200px;
	}
	.ability_bx{
		width: 83%;
		margin: 0 auto;
	}
	.ability_bx h1{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color: #000000;
		font-weight: 100;
		margin-bottom: 70px;
	}
	.ability_main{
		width: 100%;
	}
	.ability_main_left{
		width: 50%;
		float: left;
	}
	.ability_main_left h2{
		width: 100%;
		color: #000;
		font-weight: 500;
		font-size: 32px;
		margin-bottom: 6%;
		margin-top: 2%;
	}
	.ability_main_left_line{
		width: 100%;
		margin-bottom: 4%;
		overflow: hidden;
	}
	.ability_main_left_line:last-child{
		margin-bottom: 0;
	}
	.ability_main_check{
		width: 32px;
		float: left;
	}
	.ability_main_text{
		width: 80%;
		float: left;
		margin-left: 2.4%;
		color: #555;
		font-size: 22px;
		font-weight: 100;
		line-height: 32px;
	}
	.ability_main_right{
		float: right;
		width: 50%;
	}
	
	/* 价值 */
	.value{
		width: 100%;
		margin-top: 100px;
		min-width: 1200px;
	}
	.value_bx{
		width: 83%;
		margin: 0 auto;
	}
	.value_bx h1{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color: #000;
		font-weight: 100;
		margin-bottom: 50px;
	}
	.value_main{
		width: 100%;
		background-color: #f7f8fb;
		border-radius: 12px;
		padding: 4% 0;
	}
	.value_main_left{
		width: 202px;
		float: left;
		margin-left: 7%;
	}
	.value_main_right{
		width: 68%;
		float: left;
		margin-left: 4%;
		margin-top: 36px;
	}
	.value_main_right h2{
		width: 100%;
		color: #000;
		font-size: 38px;
		font-weight: 500;
	}
	.value_main_right_cont{
		width: 100%;
		margin-top:46px;
	}
	.value_main_right__line{
		width: 534px;
		float: left;
		/* margin-right: 8%; */
		overflow: hidden;
		margin-bottom: 28px;
	}
	.value_main_right__line:nth-child(2){
		margin-right: 0;
	}
	.value_main_check{
		width: 36px;
		float: left;
	}
	.value_main_text{
		/* width: 80%; */
		float: left;
		margin-left: 3%;
		color: #555;
		font-size: 24px;
		line-height: 36px;
		font-weight: 100;
	}
	
	/* 案例展示 */
	.exhibit{
		width: 100%;
		margin-top: 100px;
		min-width: 1200px;
	}
	.exhibit_bx{
		width: 83%;
		margin: 0 auto;
	}
	.exhibit_bx h1{
		width: 100%;
		font-size: 50px;
		text-align: center;
		color: #000;
		font-weight: 100;
		margin-bottom: 50px;
	}
	.exhibit_main{
		width: 100%;
	}
	.exhibit_main_line{
		width: 100%;
		margin-bottom: 50px;
	}
	.exhibit_main_line:last-child{
		margin-bottom: 0;
	}
	.exhibit_main_block{
		float: left;
		width: 48.1%;
		border-radius: 10px;
		margin-right: 3.8%;
		border: 1px solid #dfdfdf;
	}
	.exhibit_main_block:last-child{
		margin-right: 0;
	}
	.exhibit_main_block:hover{
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border: none;
	}
	.exhibit_main_block_pic{
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.exhibit_main_line:first-child .exhibit_main_block .exhibit_main_block_text{
		width: 86%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 26px;
		color: #555;
		line-height: 42px;
		font-weight: 100;
		height: 174px;
	}
	.exhibit_main_line:last-child .exhibit_main_block .exhibit_main_block_text{
		width: 86%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 26px;
		color: #555;
		line-height: 42px;
		font-weight: 100;
		height: 126px;
	}
	
	/* 透明灵活的定价 */
	.price{
		width: 100%;
		margin-top: 100px;
		min-width: 1200px;
	}
	.price_bx{
		width: 83%;
		margin: 0 auto;
	}
	.price_bx h1{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color: #000;
		font-weight: 100;
		margin-bottom: 50px;
	}
	.price_main{
		width: 100%;
	}
	.price_main_left{
		float: left;
		width: 38%;
		background-color: #fff;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border-radius: 10px;
		height: 590px;
		overflow: hidden;
	}
	.price_main_left_top{
		width: 100%;
		background-color: #36d576;
		height: 104px;
		color: #fff;
		text-align: center;
		line-height: 104px;
		font-size: 40px;
	}
	.price_main_left_num{
		width: 84%;
		margin: 0 auto;
		font-size: 100px;
		color: #36D576;
		height: 200px;
		line-height: 200px;
	}
	.price_main_left_cont{
		width: 84%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.price_main_left_cont h2{
		width: 100%;
		font-size: 34px;
		color: #36D576;
		font-weight: 500;
	}
	.price_main_left_cont_text{
		width: 100%;
		font-size: 26px;
		line-height: 40px;
		color: #555;
		font-weight: 100;
		margin-top: 24px;
	}
	.price_main_right{
		width: 57.6%;
		float: right;
		background-color: #fff;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border-radius: 10px;
		height: 590px;
		overflow: hidden;
	}
	.price_main_right_top{
		width: 100%;
		background-color: #0263e0;
		height: 104px;
		color: #fff;
		text-align: center;
		line-height: 104px;
		font-size: 40px;
		font-weight: 400;
	}
	.price_main_right_line{
		width: 84%;
		margin: 0 auto;
		padding: 54px 0 64px;
		border-bottom: 1px solid #dfdfdf;
		overflow: hidden;
	}
	.price_main_right_line:last-child{
		border-bottom: none;
	}
	.price_main_right_line_num{
		float: left;
		width: 30%;
		height: 94px;
		border-radius: 8px;
		background-color: #0263e0;
		text-align: center;
		color: #fff;
		line-height: 94px;
		font-size: 28px;
		margin-top: 7px;
	}
	.price_main_right_line_text{
		width: 66%;
		float: right;
	}
	.price_main_right_line_text h3{
		font-size: 36px;
		color: #0263e0;
		width: 100%;
		font-weight: 500;
		margin-bottom: 20px;
	}
	.price_main_right_line_text_p{
		width: 100%;
		font-size: 26px;
		color: #555;
		font-weight: 100;
	}
	
	/* 帮助文档 */
	.help{
		width: 100%;
		margin-top: 116px;
		background-color: #f7f8fb;
		padding: 78px 0 116px;
		min-width: 1200px;
	}
	.help_bx{
		width: 83%;
		margin: 0 auto;
	}
	.help_bx h1{
		width: 100%;
		text-align: center;
		color: #000;
		font-weight: 100;
		margin-bottom: 60px;
		font-size: 50px;
	}
	.help_main_block{
		width: 31%;
		float: left;
		margin-right: 3.5%;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		height: 464px;
		overflow: hidden;
	}
	.help_main_block:last-child{
		margin-right: 0;
	}
	.help_main_block_top1{
		background: url(../img/help_pic_1.png) no-repeat center;
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 36px;
		line-height: 90px;
		padding-left: 8%;
	}
	.help_main_block_top2{
		background: url(../img/help_pic_2.png) no-repeat center;
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 36px;
		line-height: 90px;
		padding-left: 8%;
	}
	.help_main_block_top3{
		background: url(../img/help_pic_3.png) no-repeat center;
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 36px;
		line-height: 90px;
		padding-left: 8%;
	}
	.help_main_block_cont{
		width: 84%;
		margin: 0 auto;
		margin-top: 44px;
	}
	.help_main_block_cont ul{
		width: 100%;
	}
	.help_main_block_cont ul a li{
		width: 100%;
		margin-bottom: 30px;
		color: #000;
		font-size: 22px;
		font-weight: 100;
	}
	
	/* 反映您的业务需求的定价 */
	.offer{
		width: 100%;
		margin-top: 106px;
		margin-bottom: 100px;
		min-width: 1200px;
	}
	.offer_bx{
		width: 83%;
		margin: 0 auto;
	}
	.offer_bx h1{
		width: 100%;
		text-align: center;
		font-size: 48px;
		color: #000;
		font-weight: 100;
		margin-bottom: 26px;
	}
	.offer_small{
		width: 100%;
		text-align: center;
		color: #555;
		font-weight: 100;
		margin-bottom: 60px;
		font-size: 24px;
	}
	.offer_btn{
		width: 300px;
		height: 78px;
		background-color: #0263E0;
		color: #fff;
		text-align: center;
		line-height: 78px;
		border-radius: 8px;
		display: block;
		margin: 0 auto;
		font-size: 20px;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.2);
		letter-spacing: 1px;
	}
	.offer_btn:hover{
		background-color: #001489;
	}
	.offer_contact{
		width: 300px;
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #0263E0;
		margin-top: 26px;
		font-size: 22px;
		font-weight: 100;
		letter-spacing: 1px;
	}
	.offer_contact:hover{
		color: #001489;
	}
	
	/*底部*/
	
	footer {
		background: url(../img/footer2.png) no-repeat;
	}
	
	footer {
		background-color: #313644;
		font-size: 0.85rem;
	}
	
	footer .text-light {
		padding: 2.7rem 0;
		font-size: 16px;
		color: #f8f9fa
	}
	
	footer .text-primary {
		color: #409EFF!important;
	}
	
	footer .foot-hide {
		line-height: 36px;
	}
	
	.rycenter {
		width: 1200px;
		margin: 0 auto;
	}
	
	.footer_box .foot-body>div {
		float: left;
	}
	
	.footer_box .foot-body>div.one {
		width: 170px;
	}
	
	.footer_box .foot-body>div.two {
		width: 327px;
	}
	
	.footer_box .two .text-center>div {
		width: 49%;
	}
	
	.font_tenter>div {
		float: left;
		width: 25%;
		text-align: center;
	}
	
	.foot-friend {
		text-align: center;
	}
	
	.foot-friend {
		padding-top: 2rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #434755;
		color: #63656b;
	}
	.foot-friend a{
		color: #666;
	}
	.foot-friend a:hover{
		color: #0263E0;
	}
	
	.footer {
		padding: 10px 0;
	}
	.footer p{
		color: #666;
	}
	.footer p a{
		color: #888;
	}
	
	
	/*新增*/
	
	.rycenter .foot-body {
		padding: 25px 10px 25px 60px;
	}
	
	.footer_box .foot-body>div.one {
		width: 200px;
	}
	
	.footer_box .foot-body>div.two {
		width: 300px;
	}
	
	.footer_box .two .text-center>div {
		width: 100%;
	}
	
	.foot-body ul li {
		margin-bottom: .7rem;
	}
	
	.foot-body h6 {
		font-size: 16px;
		margin-top: 2rem;
		margin-bottom: 2rem;
		color: #f8f9fa;
	}
	
	.foot-body a {
		font-size: 14px;
		margin-bottom: .7rem;
		color: #cacbcc;
	}
	
	.foot-body p {
		margin-bottom: .7rem;
		color: #cacbcc;
		font-size: 14px;
	}
	
	.foot-body img {
		margin-bottom: .5rem;
		width: 112px;
	}
	
	.foot-body a:hover {
		color: #007BFF;
	}
	.footern{
		display: none;
	}
	.head{
		display: none;
	}
	
}/*>=1200的设备*/
@media screen and (min-width:441px) and (max-width:1199px) {
	*{
		padding: 0;
		margin: 0;
		text-decoration: none;
		list-style: none;
		border: none;
		background-color: transparent;
		outline: none;  
		box-sizing: border-box;
		font-family: "YaHei-Light";
		/* min-width: 1200px; */
	}
	
	/*右侧导航栏*/
	
	.rightNav_fixed{
		position: fixed;
		top: 16%!important;
		width: 70px!important;
		right: 5px!important;
	}
	.rightNav {
		position: relative;
		width: 70px!important;
		color: #333;
		font-size: 10px;
		line-height: 40px;
		text-align: center;
		border-radius: 4px;
	}
	
	.rightNav span {
		font-size: 8px;
		color: #6d6d6d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -22px;
		margin-top: 3%;
	}
	
	.rightNav_qq {
		position: absolute;
		right: 2px;
		top: 0.1rem;
		width: 66px;
		height: 66px;
		background: url(../img/sqsy.png) no-repeat center;
	}
	
	.rightNav_QQ {
		position: absolute;
		right: 2px;
		top: 95px;
		width: 66px;
		height: 66px;
		background: url(../img/qq.png) no-repeat center;
	}
	
	.kf-tel {
		position: absolute;
		right: 2px;
		top: 95px;
		width: 66px;
		height: 66px;
		background: url(../img/phone.png) no-repeat center;
		display: block;
		cursor: pointer;
	}
	
	.kf-tel .num {
		display: none;
		position: absolute;
		right: 68px;
		background-color: rgb(255, 255, 255);
		box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
		font-size: 1.6rem;
		color: #007bff;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		border-radius: 3px 0 0px 3px;
		/* line-height: 4rem!important; */
		padding: 15px 1rem 10px 2rem;
		text-align: left;
		width: 28rem;
		height: 88px;
		top: -2px;
	}
	.rightNav_ewm .ewm {
		display: none;
		position: absolute;
		right: 68px;
		background-color: rgb(255, 255, 255);
		box-shadow: -8px 0px 18.06px 2.94px rgba(169, 169, 169, 0.27);
		font-size: 1.6rem;
		color: #007bff;
		font-family: "微软雅黑";
		letter-spacing: 1px;
		border-radius: 3px 0 0px 3px;
		/* line-height: 4rem!important; */
		padding: 15px 1rem 10px 2rem;
		text-align: left;
		width: 16rem;
		height: 19rem;
		top: 0px;
	}
	.rightNav_ewm .ewm .ewm_text{
		color: #333;
		width: 100%;
		text-align: center;
		line-height: 26px;
		font-size: 14px;
	}
	
	.kf-tel .num .tab {
		font-size: 15px;
		color: #585858;
		line-height: 2rem;
	}
	
	.kf-tel .num p {
		line-height: 24px;
		margin-bottom: 8px!important;
	}
	
	.rightNav_ewm {
		position: absolute;
		right: 2px;
		top: 186px;
		width: 66px;
		height: 66px;
		background: url(../img/ewm.png) no-repeat center;
		cursor: pointer;
	}
	
	.rightNav_qq1:hover span {
		color: #007DFF;
	}
	
	.rightNav_QQ:hover {
		background: url(../img/qq2.png) no-repeat center;
	}
	
	.rightNav_QQ:hover span {
		color: #409eff;
	}
	
	.kf-tel:hover span {
		color: #409eff;
	}
	
	.kf-tel:hover {
		background: url(../img/phone2.png) no-repeat center;
	}
	.kf-tel:hover .num{
		display: block;
	}
	
	.rightNav_ewm:hover span {
		color: #409eff;
	}
	.rightNav_ewm:hover .ewm{
		display: block;
	}
	
	.rightNav_ewm:hover {
		background: url(../img/ewm2.png) no-repeat center;
	}
	
	.rightNav_db {
		top: 77%;
		position: absolute;
		width: 60px;
		height: 60px;
		background: url(../img/hddb.png) no-repeat center;
		right: 5px;
	}
	
	.rightNav_db:hover {
		background: url(../img/hddb2.png) no-repeat center;
	}
	
	.rightNav_db:hover span {
		color: #409eff;
	}
	
	.rightNav_db span {
		font-size: 8px;
		color: #6d6d6d;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -26px;
	}
	
	.rightNav a {
		height: 88px;
		display: block;
		margin-bottom: 0.5rem;
		background: #ffffff;
		box-shadow: 0px 8px 18.06px 2.94px rgba(169, 169, 169, 0.27);
	}
	
	.rightNav .rightNav_qq1 {
		background: #fe5b5f;
	}
	
	.rightNav .rightNav_qq1 span {
		color: #FFFFFF;
	}
	
	
	/* banner图 */
	.banner{
		width: 100%;
		background-color: #f2f3f9;
	}
	.banner_bx{
		width: 83%;
		margin: 0 auto;
		/* padding-top: 100px; */
		padding: 70px 0;
	}
	.banner_left{
		float: left;
		width: 49%;
		/* margin-top: 2%; */
	}
	.banner_left_top{
		width: 100%;
		font-size: 24px;
		color: #0263E0;
		font-family: "YaHei-Light";
		font-weight: 100;
		letter-spacing: 2px;
		margin-top: 3%;
	}
	.banner_left_title{
		width: 92%;
		font-size: 56px;
		line-height: 68px;
		color: #000;
		font-family: "YaHei-Light";
		font-weight: 100;
		letter-spacing: 2px;
		margin-top: 3.6%;
	}
	.banner_left_small{
		width: 100%;
		color: #555;
		font-size: 16px;
		margin-top: 4%;
		font-family: "YaHei-Light";
		font-weight: 100;
	}
	.banner_btn{
		background-color: #0263E0;
		border-radius: 6px;
		color: #fff;
		font-size: 14px;
		padding: 16px 32px;
		font-family: "YaHei-Light";
		font-weight: 300;
		display: inline-block;
		margin-top: 6%;
	}
	.banner_btn:hover{
		background-color: #001489;
	}
	.banner_right{
		float: left;
		width: 45%;
		margin-left: 3%;
	}
	.m_banner_link{
		display: none;
	}
	
	/* 视频 */
	.modal-header .close {
		padding: 0rem;
		margin: 0rem 0rem 0rem auto;
		font-weight: bold;
	}
	
	.modal-content {
		border-radius: 5px;
		width: 901px;
		text-align: center;
	}
	
	.modal-dialog {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	
	.modal-lg {
		max-width: 900px;
	}
	
	/* 客户案例 */
	.case{
		width: 100%;
		margin-top: 50px;
		/* min-width: 1200px; */
	}
	.case_bx{
		width: 83%;
		margin: 0 auto;
	}
	.case_bx ul{
		width: 100%;
	}
	.case_bx ul li{
		width: 13%;
		float: left;
		margin-right: 4.4%;
	}
	.case_bx ul li:last-child{
		margin-right: 0;
	}
	
	/* 公费电话API */
	.API{
		width: 100%;
		margin-top: 50px;
		/* min-width: 1200px; */
	}
	.API_bx{
		width: 83%;
		margin: 0 auto;
	}
	.API h1{
		width: 100%;
		font-size: 44px;
		color: #000;
		text-align: center;
		font-weight: 100;
	}
	.API_main{
		width: 100%;
		margin-top: 30px;
	}
	.API_main_left{
		width: 41%;
		float: left;
	}
	.API_main_right{
		width: 52%;
		float: right;
		margin-top: 2.5%;
	}
	.API_main_right_block{
		width: 100%;
		margin-bottom: 5%;
	}
	.API_main_right_block:last-child{
		margin-bottom: 0;
	}
	.API_main_right_block_title{
		width: 100%;
		color: #000;
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 2%;
	}
	.API_main_right_block_text{
		width: 100%;
		font-weight: 100;
		color: #555;
		letter-spacing: 1px;
		font-size: 15px;
		line-height: 27px;
	}
	
	/* 间隔符 */
	.interval{
		width: 83%;
		margin: 0 auto;
		margin-top: 80px;
		/* min-width: 1200px; */
	}
	.interval_text{
		width: 86px;
		float: left;
		font-size: 16px;
		color: #0263E0;
		letter-spacing: 1px;
	}
	.interval_line{
		float: right;
		width: calc(100% - 86px);
		border: 0.5px solid #ececec;
		margin-top: 10px;
	}
	
	/* 解决方案 */
	.solution{
		width: 100%;
		margin-top: 50px;
		/* min-width: 1200px; */
	}
	.solution_bx{
		width: 83%;
		margin: 0 auto;
	}
	.solution_bx h1{
		width: 100%;
		text-align: center;
		font-size: 50px;
		color: #000;
		font-weight: 100;
		margin-bottom: 34px;
	}
	.solution_main_line{
		width: 100%;
		margin-bottom: 54px;
	}
	.solution_main_line:last-child{
		margin-bottom: 0px;
	}
	.product_adv_main_block{
		width: 30%;
		margin-right: 5%;
		height: 480px;
		border-radius: 8px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
		float: left;
		position: relative;
	}
	.product_adv_main_block:last-child{
		margin-right: 0;
	}
	.product_adv_main_block2{
		width: 30%;
		margin-right: 5%;
		height: 430px;
		border-radius: 8px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
		float: left;
		position: relative;
	}
	.product_adv_main_block2:last-child{
		margin-right: 0;
	}
	.product_adv_main_block:hover{
		box-shadow: 0px 5px 24px  rgba(0,0,0,0.25);
	}
	.product_adv_main_block2:hover{
		box-shadow: 0px 5px 24px  rgba(0,0,0,0.25);
	}
	.product_adv_main_top{
		width: 82%;
		margin: 0 auto;
		padding: 47px 0 42px 0;
		border-bottom: 1px solid #e3e3e3;
	}
	.product_adv_main_icon1{
		background-image: url(../img/cp_icon1.22.png);
	}
	.product_adv_main_icon2{
		background-image: url(../img/cp_icon4.22.png);
	}
	.product_adv_main_icon3{
		background-image: url(../img/cp_icon5.22.png);
	}
	.product_adv_main_icon4{
		background-image: url(../img/cp_icon2.png);
	}
	.product_adv_main_icon5{
		background-image: url(../img/cp_icon3.png);
	}
	.product_adv_main_icon6{
		background-image: url(../img/cp_icon6.png);
	}
	.product_adv_main_bgc{
		width: 106px;
		height: 106px;
		margin: 0 auto;
		border-radius: 50%;
		background-position: 50%;
		background-size: auto 56px;
		background-repeat: no-repeat;
		background-color: #f0f1f8;
	}	
	.product_adv_main_text{
		width: 82%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.product_adv_main_text h2{
		width: 100%;
		font-size: 26px;
		color: #000;
		text-align: left;
		margin-bottom: 4.4%;
		font-weight: 500;
	}
	.product_adv_main_text div{
		width: 100%;
		font-size: 16px;
		color: #555;
		line-height: 28px;
		font-weight: 100;
	}
	
	/* 公费电话的无限能力 */
	.ability{
		width: 100%;
		margin-top: 60px;
		/* min-width: 1200px; */
	}
	.ability_bx{
		width: 83%;
		margin: 0 auto;
	}
	.ability_bx h1{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000000;
		font-weight: 100;
		margin-bottom: 40px;
	}
	.ability_main{
		width: 100%;
	}
	.ability_main_left{
		width: 50%;
		float: left;
	}
	.ability_main_left h2{
		width: 100%;
		color: #000;
		font-weight: 500;
		font-size: 28px;
		margin-bottom: 6%;
		margin-top: 2%;
	}
	.ability_main_left_line{
		width: 100%;
		margin-bottom: 4%;
		overflow: hidden;
	}
	.ability_main_left_line:last-child{
		margin-bottom: 0;
	}
	.ability_main_check{
		width: 24px;
		float: left;
	}
	.ability_main_text{
		width: calc(100% - 24px - 2.6%);
		float: left;
		margin-left: 2.6%;
		color: #555;
		font-size: 18px;
		font-weight: 100;
		line-height: 26px;
	}
	.ability_main_right{
		float: right;
		width: 50%;
	}
	
	/* 价值 */
	.value{
		width: 100%;
		margin-top: 60px;
		/* min-width: 1200px; */
	}
	.value_bx{
		width: 83%;
		margin: 0 auto;
	}
	.value_bx h1{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 100;
		margin-bottom: 34px;
	}
	.value_main{
		width: 100%;
		background-color: #f7f8fb;
		border-radius: 12px;
		padding: 4% 0;
	}
	.value_main_left{
		width: 190px;
		float: left;
		margin-left: 6%;
	}
	.value_main_right{
		width: calc(100% - 190px - 4% - 6% );
		float: left;
		margin-left: 4%;
		margin-top: 36px;
		/* padding-right: 7%; */
	}
	.value_main_right h2{
		width: 100%;
		color: #000;
		font-size: 34px;
		font-weight: 500;
	}
	.value_main_right_cont{
		width: 100%;
		margin-top:42px;
	}
	.value_main_right__line{
		width: 100%;
		float: left;
		/* margin-right: 8%; */
		overflow: hidden;
		margin-bottom: 28px;
	}
	.value_main_right__line:nth-child(2){
		margin-right: 0;
	}
	.value_main_check{
		width: 30px;
		float: left;
	}
	.value_main_text{
		width: calc(100% - 30px - 3%);
		float: left;
		margin-left: 3%;
		color: #555;
		font-size: 22px;
		line-height: 30px;
		font-weight: 100;
	}
	
	/* 案例展示 */
	.exhibit{
		width: 100%;
		margin-top: 60px;
		/* min-width: 1200px; */
	}
	.exhibit_bx{
		width: 83%;
		margin: 0 auto;
	}
	.exhibit_bx h1{
		width: 100%;
		font-size: 44px;
		text-align: center;
		color: #000;
		font-weight: 100;
		margin-bottom: 34px;
	}
	.exhibit_main{
		width: 100%;
	}
	.exhibit_main_line{
		width: 100%;
		margin-bottom: 50px;
	}
	.exhibit_main_line:last-child{
		margin-bottom: 0;
	}
	.exhibit_main_block{
		float: left;
		width: 48.1%;
		border-radius: 10px;
		margin-right: 3.8%;
		border: 1px solid #dfdfdf;
	}
	.exhibit_main_block:last-child{
		margin-right: 0;
	}
	.exhibit_main_block:hover{
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border: none;
	}
	.exhibit_main_block_pic{
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.exhibit_main_line:first-child .exhibit_main_block .exhibit_main_block_text{
		width: 86%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 20px;
		color: #555;
		line-height: 34px;
		font-weight: 100;
		height: 174px;
	}
	.exhibit_main_line:last-child .exhibit_main_block .exhibit_main_block_text{
		width: 86%;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 20px;
		color: #555;
		line-height: 34px;
		font-weight: 100;
		height: 126px;
	}
	
	/* 透明灵活的定价 */
	.price{
		width: 100%;
		margin-top: 60px;
		/* min-width: 1200px; */
	}
	.price_bx{
		width: 83%;
		margin: 0 auto;
	}
	.price_bx h1{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 100;
		margin-bottom: 36px;
	}
	.price_main{
		width: 100%;
	}
	.price_main_left{
		float: left;
		width: 38%;
		background-color: #fff;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border-radius: 10px;
		height: 590px;
		overflow: hidden;
	}
	.price_main_left_top{
		width: 100%;
		background-color: #36d576;
		height: 100px;
		color: #fff;
		text-align: center;
		line-height: 100px;
		font-size: 34px;
	}
	.price_main_left_num{
		width: 84%;
		margin: 0 auto;
		font-size: 100px;
		color: #36D576;
		height: 190px;
		line-height: 192px;
	}
	.price_main_left_cont{
		width: 84%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.price_main_left_cont h2{
		width: 100%;
		font-size: 30px;
		color: #36D576;
		font-weight: 500;
	}
	.price_main_left_cont_text{
		width: 100%;
		font-size: 20px;
		line-height: 36px;
		color: #555;
		font-weight: 100;
		margin-top: 18px;
	}
	.price_main_right{
		width: 57.6%;
		float: right;
		background-color: #fff;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border-radius: 10px;
		height: 590px;
		overflow: hidden;
	}
	.price_main_right_top{
		width: 100%;
		background-color: #0263e0;
		height: 100px;
		color: #fff;
		text-align: center;
		line-height: 100px;
		font-size: 34px;
		font-weight: 400;
	}
	.price_main_right_line{
		width: 84%;
		margin: 0 auto;
		padding: 54px 0 64px;
		border-bottom: 1px solid #dfdfdf;
		overflow: hidden;
	}
	.price_main_right_line:last-child{
		border-bottom: none;
	}
	.price_main_right_line_num{
		float: left;
		width: 34%;
		height: 86px;
		border-radius: 8px;
		background-color: #0263e0;
		text-align: center;
		color: #fff;
		line-height: 86px;
		font-size: 20px;
		margin-top: 7px;
	}
	.price_main_right_line_text{
		width: 62%;
		float: right;
	}
	.price_main_right_line_text h3{
		font-size: 32px;
		color: #0263e0;
		width: 100%;
		font-weight: 500;
		margin-bottom: 14px;
	}
	.price_main_right_line_text_p{
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		color: #555;
		font-weight: 100;
	}
	
	/* 帮助文档 */
	.help{
		width: 100%;
		margin-top: 90px;
		background-color: #f7f8fb;
		padding: 50px 0 90px;
		/* min-width: 1200px; */
	}
	.help_bx{
		width: 83%;
		margin: 0 auto;
	}
	.help_bx h1{
		width: 100%;
		text-align: center;
		color: #000;
		font-weight: 100;
		margin-bottom: 34px;
		font-size: 44px;
	}
	.help_main_block{
		width: 31%;
		float: left;
		margin-right: 3.5%;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		height: 464px;
		overflow: hidden;
	}
	.help_main_block:last-child{
		margin-right: 0;
	}
	.help_main_block_top1{
		background: url(../img/help_pic_1.png) no-repeat center;
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 30px;
		line-height: 90px;
		padding-left: 8%;
	}
	.help_main_block_top2{
		background: url(../img/help_pic_2.png) no-repeat center;
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 30px;
		line-height: 90px;
		padding-left: 8%;
	}
	.help_main_block_top3{
		background: url(../img/help_pic_3.png) no-repeat center;
		width: 100%;
		height: 90px;
		color: #fff;
		font-size: 30px;
		line-height: 90px;
		padding-left: 8%;
	}
	.help_main_block_cont{
		width: 84%;
		margin: 0 auto;
		margin-top: 32px;
	}
	.help_main_block_cont ul{
		width: 100%;
	}
	.help_main_block_cont ul a li{
		width: 100%;
		margin-bottom: 26px;
		color: #000;
		font-size: 20px;
		line-height: 30px;
		font-weight: 100;
	}
	
	/* 反映您的业务需求的定价 */
	.offer{
		width: 100%;
		margin-top: 106px;
		margin-bottom: 100px;
		/* min-width: 1200px; */
	}
	.offer_bx{
		width: 83%;
		margin: 0 auto;
	}
	.offer_bx h1{
		width: 100%;
		text-align: center;
		font-size: 44px;
		color: #000;
		font-weight: 100;
		margin-bottom: 26px;
	}
	.offer_small{
		width: 100%;
		text-align: center;
		color: #555;
		font-weight: 100;
		margin-bottom: 60px;
		font-size: 22px;
	}
	.offer_btn{
		width: 300px;
		height: 76px;
		background-color: #0263E0;
		color: #fff;
		text-align: center;
		line-height: 76px;
		border-radius: 8px;
		display: block;
		margin: 0 auto;
		font-size: 20px;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.2);
		letter-spacing: 1px;
	}
	.offer_btn:hover{
		background-color: #001489;
	}
	.offer_contact{
		width: 300px;
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #0263E0;
		margin-top: 26px;
		font-size: 22px;
		font-weight: 100;
		letter-spacing: 1px;
	}
	.offer_contact:hover{
		color: #001489;
	}
	
	/*底部*/
	
	footer {
		background: url(../img/footer2.png) no-repeat;
	}
	
	footer {
		background-color: #313644;
		font-size: 0.85rem;
	}
	
	footer .text-light {
		padding: 2.7rem 0;
		font-size: 16px;
		color: #f8f9fa
	}
	
	footer .text-primary {
		color: #409EFF!important;
	}
	
	footer .foot-hide {
		line-height: 36px;
	}
	
	.rycenter {
		width: 100%;
		margin: 0 auto;
	}
	
	.footer_box .foot-body>div {
		float: left;
	}
	
	.footer_box .foot-body>div.one {
		width: 170px;
	}
	
	.footer_box .foot-body>div.two {
		width: 327px;
	}
	
	.footer_box .two .text-center>div {
		width: 49%;
	}
	
	.font_tenter>div {
		float: left;
		width: 25%;
		text-align: center;
	}
	
	.foot-friend {
		text-align: center;
	}
	
	.foot-friend {
		padding-top: 2rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #434755;
		color: #63656b;
	}
	.foot-friend a{
		color: #666;
	}
	.foot-friend a:hover{
		color: #0263E0;
	}
	
	.footer {
		padding: 10px 0;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.footer p{
		color: #666;
	}
	.footer p a{
		color: #888;
	}
	
	
	/*新增*/
	
	.rycenter .foot-body {
		padding: 25px 10px 25px 60px;
	}
	
	.footer_box .foot-body>div.one {
		width: 16%;
	}
	
	.footer_box .foot-body>div.two {
		width: 36%;
	}
	
	.footer_box .two .text-center>div {
		width: 100%;
	}
	
	.foot-body ul li {
		margin-bottom: .7rem;
	}
	
	.foot-body h6 {
		font-size: 16px;
		margin-top: 2rem;
		margin-bottom: 2rem;
		color: #f8f9fa;
	}
	
	.foot-body a {
		font-size: 14px;
		margin-bottom: .7rem;
		color: #cacbcc;
	}
	
	.foot-body p {
		margin-bottom: .7rem;
		color: #cacbcc;
		font-size: 14px;
	}
	
	.foot-body img {
		margin-bottom: .5rem;
		width: 112px;
	}
	
	.foot-body a:hover {
		color: #007BFF;
	}
	.footern{
		display: none;
	}
	
}/*>=1920的设备*/
@media screen and (max-width:440px) {
	*{
		padding: 0;
		margin: 0;
		text-decoration: none;
		list-style: none;
		border: none;
		background-color: transparent;
		outline: none;  
		box-sizing: border-box;
		font-family: "YaHei-Light";
		/* min-width: 1200px; */
	}
	
	/* banner图 */
	.m_banner{
		width: 100%;
		margin-top: 60px;
		/* background-color: #f2f3f9; */
		/* background-color: red; */
		height: 17rem;
		background: url(../img/tele_banner_bgi.png) no-repeat center;
		background-size: 100%;
	}
	.banner{
		display: none;
	}
	.banner_bx{
		width: 92%;
		margin: 0 auto;
		/* padding-top: 100px; */
		/* padding: 70px 0; */
		display: none;
	}
	.banner_left{
		float: left;
		width: 44%;
		/* margin-top: 2%; */
		display: none;
	}
	.banner_left_top{
		width: 100%;
		font-size: 20px;
		color: #0263E0;
		font-family: "YaHei-Light";
		font-weight: 100;
		letter-spacing: 2px;
		margin-top: 3%;
		display: none;
	}
	.banner_left_title{
		width: 92%;
		font-size: 0.7rem;
		line-height: 0.8rem;
		color: #000;
		font-family: "YaHei-Light";
		font-weight: 100;
		/* letter-spacing: 2px; */
		margin-top: 3.2%;
		display: none;
	}
	.banner_left_small{
		width: 100%;
		color: #555;
		font-size: 0.3rem;
		margin-top: 4.2%;
		font-family: "YaHei-Light";
		font-weight: 100;
		display: none;
	}
	.banner_btn{
		background-color: #0263E0;
		border-radius: 6px;
		color: #fff;
		font-size: 0.3rem;
		padding: 0.3rem 0.5rem;
		font-family: "YaHei-Light";
		font-weight: 300;
		display: inline-block;
		margin-top: 7%;
		display: none;
	}
	.banner_btn:hover{
		background-color: #001489;
	}
	.banner_right{
		float: left;
		width: 50%;
		display: none;
		/* margin-left: 3%; */
	}
	
	/* 客户案例 */
	.case{
		width: 100%;
		margin-top: 1.4rem;
		/* min-width: 1200px; */
	}
	.case_bx{
		width: 90%;
		margin: 0 auto;
	}
	.case_bx ul{
		width: 100%;
	}
	.case_bx ul li{
		width: 26%;
		float: left;
		margin-right: 7.3%;
	}
	.case_bx ul li:last-child{
		margin-right: 0;
	}
	
	/* 公费电话API */
	.API{
		width: 100%;
		margin-top: 2.2rem;
		/* min-width: 1200px; */
	}
	.API_bx{
		width: 90%;
		margin: 0 auto;
	}
	.API h1{
		width: 100%;
		font-size: 2.8rem;
		color: #000;
		text-align: center;
		/* font-weight: 100; */
	}
	.API_main{
		width: 100%;
		margin-top: 1.8rem;
	}
	.API_main_left{
		width: 100%;
		float: left;
	}
	.API_main_right{
		width: 100%;
		float: right;
		margin-top: 1.6rem;
	}
	.API_main_right_block{
		width: 100%;
		margin-bottom: 5.4%;
	}
	.API_main_right_block:last-child{
		margin-bottom: 0;
	}
	.API_main_right_block_title{
		width: 100%;
		color: #000;
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 2%;
	}
	.API_main_right_block_text{
		width: 100%;
		/* font-weight: 100; */
		color: #555;
		/* letter-spacing: 1px; */
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	
	/* 间隔符 */
	.interval{
		width: 83%;
		margin: 0 auto;
		margin-top: 110px;
		/* min-width: 1200px; */
		display: none;
	}
	.interval_text{
		float: left;
		font-size: 16px;
		color: #0263E0;
		letter-spacing: 1px;
	}
	.interval_line{
		float: right;
		width: 92%;
		border: 0.5px solid #ececec;
		margin-top: 10px;
	}
	
	/* 解决方案 */
	.solution{
		width: 100%;
		margin-top: 2.2rem;
		/* min-width: 1200px; */
	}
	.solution_bx{
		width: 90%;
		margin: 0 auto;
	}
	.solution_bx h1{
		width: 100%;
		text-align: center;
		font-size: 2.8rem;
		color: #000;
		/* font-weight: 100; */
		margin-bottom: 1.8rem;
	}
	.solution_main_line{
		width: 100%;
		/* margin-bottom: 1.5rem; */
	}
	.solution_main_line:last-child{
		margin-bottom: 0px;
	}
	.product_adv_main_block{
		width: 100%;
		padding: 0rem 0 2.4rem;
		margin-bottom: 1.5rem;
		/* height: 488px; */
		border-radius: 8px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
		float: left;
		position: relative;
	}
	.product_adv_main_block:last-child{
		margin-right: 0;
	}
	.product_adv_main_block2{
		width: 100%;
		padding: 0rem 0 2.4rem;
		margin-bottom: 1.5rem;
		/* height: 430px; */
		border-radius: 8px;
		box-shadow: 0px 5px 18px rgba(0,0,0,0.1);
		float: left;
		position: relative;
	}
	.product_adv_main_block2:last-child{
		margin-right: 0;
	}
	.product_adv_main_block:hover{
		box-shadow: 0px 5px 24px  rgba(0,0,0,0.25);
	}
	.product_adv_main_block2:hover{
		box-shadow: 0px 5px 24px  rgba(0,0,0,0.25);
	}
	.product_adv_main_top{
		width: 82%;
		margin: 0 auto;
		padding: 2.4rem 0 2rem 0;
		border-bottom: 1px solid #e3e3e3;
	}
	.product_adv_main_icon1{
		background-image: url(../img/cp_icon1.22.png);
	}
	.product_adv_main_icon2{
		background-image: url(../img/cp_icon4.22.png);
	}
	.product_adv_main_icon3{
		background-image: url(../img/cp_icon5.22.png);
	}
	.product_adv_main_icon4{
		background-image: url(../img/cp_icon2.png);
	}
	.product_adv_main_icon5{
		background-image: url(../img/cp_icon3.png);
	}
	.product_adv_main_icon6{
		background-image: url(../img/cp_icon6.png);
	}
	.product_adv_main_bgc{
		width: 7rem;
		height: 7rem;
		margin: 0 auto;
		border-radius: 50%;
		background-position: 50%;
		background-size: auto 4rem;
		background-repeat: no-repeat;
		background-color: #f0f1f8;
	}	
	.product_adv_main_text{
		width: 82%;
		margin: 0 auto;
		margin-top: 2rem;
	}
	.product_adv_main_text h2{
		width: 100%;
		font-size: 2rem;
		color: #000;
		text-align: left;
		margin-bottom: 4%;
		/* font-weight: 500; */
	}
	.product_adv_main_text div{
		width: 100%;
		font-size: 1.5rem;
		color: #555;
		line-height: 2.5rem;
		/* font-weight: 100; */
	}
	
	/* 公费电话的无限能力 */
	.ability{
		width: 100%;
		margin-top: 2.4rem;
		/* min-width: 1200px; */
	}
	.ability_bx{
		width: 90%;
		margin: 0 auto;
	}
	.ability_bx h1{
		width: 100%;
		text-align: center;
		font-size: 2.8rem;
		color: #000000;
		/* font-weight: 100; */
		margin-bottom: 1.2rem;
	}
	.ability_main{
		width: 100%;
	}
	.ability_main_left{
		width: 100%;
		float: left;
	}
	.ability_main_left h2{
		width: 100%;
		color: #000;
		font-weight: 500;
		font-size: 2rem;
		margin-bottom: 6%;
		/* margin-top: 2%; */
	}
	.ability_main_left_line{
		width: 100%;
		margin-bottom: 5%;
		overflow: hidden;
	}
	.ability_main_left_line:last-child{
		margin-bottom: 0;
	}
	.ability_main_check{
		width: 2rem;
		float: left;
	}
	.ability_main_text{
		width: calc(100% - 2rem - 2.4%);
		float: left;
		margin-left: 2.4%;
		color: #555;
		font-size: 1.6rem;
		/* font-weight: 100; */
		line-height: 2.2rem;
	}
	.ability_main_right{
		float: right;
		width: 100%;
		margin-top: 1.8rem;
	}
	
	/* 价值 */
	.value{
		width: 100%;
		margin-top: 1.8rem;
		/* min-width: 1200px; */
	}
	.value_bx{
		width: 90%;
		margin: 0 auto;
	}
	.value_bx h1{
		width: 100%;
		text-align: center;
		font-size: 2.8rem;
		color: #000;
		/* font-weight: 100; */
		margin-bottom: 1.3rem;
	}
	.value_main{
		width: 100%;
		background-color: #f7f8fb;
		border-radius: 10px;
		padding: 4% 0 7%;
	}
	.value_main_left{
		width: 26%;
		float: left;
		margin-left: 6%;
		display: none;
	}
	.value_main_right{
		width: 90%;
		/* float: left; */
		margin: 0 auto;
		/* margin-left: 4%; */
		/* margin-top: 36px; */
	}
	.value_main_right h2{
		width: 100%;
		color: #000;
		font-size: 2rem;
		/* font-weight: 500; */
		line-height: 2.4rem;
	}
	.value_main_right_cont{
		width: 100%;
		margin-top:1.3rem;
	}
	.value_main_right__line{
		width: 100%;
		float: left;
		/* margin-right: 8%; */
		overflow: hidden;
		margin-bottom: 1.1rem;
	}
	.value_main_right__line:nth-child(2){
		margin-right: 0;
	}
	.value_main_check{
		width: 2rem;
		float: left;
	}
	.value_main_text{
		width: calc(100% - 2rem - 3%);
		float: left;
		margin-left: 3%;
		color: #555;
		font-size: 1.5rem;
		line-height: 2.1rem;
		/* font-weight: 100; */
	}
	
	/* 案例展示 */
	.exhibit{
		width: 100%;
		margin-top: 2.8rem;
		/* min-width: 1200px; */
	}
	.exhibit_bx{
		width: 90%;
		margin: 0 auto;
	}
	.exhibit_bx h1{
		width: 100%;
		font-size: 2.8rem;
		text-align: center;
		color: #000;
		/* font-weight: 100; */
		margin-bottom: 1.8rem;
	}
	.exhibit_main{
		width: 100%;
	}
	.exhibit_main_line{
		width: 100%;
		/* margin-bottom: 1.4rem; */
	}
	.exhibit_main_line:last-child{
		margin-bottom: 0;
	}
	.exhibit_main_block{
		float: left;
		width: 100%;
		border-radius: 10px;
		/* margin-right: 3.8%; */
		border: 1px solid #dfdfdf;
		margin-bottom: 1.4rem;
	}
	.exhibit_main_block:last-child{
		margin-bottomt: 0;
	}
	.exhibit_main_block:hover{
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border: none;
	}
	.exhibit_main_block_pic{
		width: 92%;
		margin: 0 auto;
		margin-top: 1.3rem;
	}
	.exhibit_main_line:first-child .exhibit_main_block .exhibit_main_block_text{
		width: 86%;
		margin: 0 auto;
		margin-top: 1rem;
		font-size: 1.6rem;
		color: #555;
		line-height: 2.4rem;
		/* font-weight: 100; */
		/* height: 174px; */
		padding-bottom: 2.4rem;
	}
	.exhibit_main_line:last-child .exhibit_main_block .exhibit_main_block_text{
		width: 86%;
		margin: 0 auto;
		margin-top: 1rem;
		font-size: 1.6rem;
		color: #555;
		line-height: 2.4rem;
		/* font-weight: 100; */
		/* height: 126px; */
		padding-bottom: 2.4rem;
	}
	
	/* 透明灵活的定价 */
	.price{
		width: 100%;
		margin-top: 2.4rem;
		/* min-width: 1200px; */
	}
	.price_bx{
		width: 90%;
		margin: 0 auto;
	}
	.price_bx h1{
		width: 100%;
		text-align: center;
		font-size: 2.8rem;
		color: #000;
		/* font-weight: 100; */
		/* padding-bottom: 2rem!important; */
	}
	.price_main{
		width: 100%;
		margin-top: 2rem;
	}
	.price_main_left{
		float: left;
		width: 100%;
		background-color: #fff;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border-radius: 10px;
		/* height: 590px; */
		padding: 0 0 3rem 0;
		overflow: hidden;
		margin-bottom: 1.5rem;
	}
	.price_main_left_top{
		width: 100%;
		background-color: #36d576;
		height: 6.2rem;
		color: #fff;
		text-align: center;
		line-height: 6.2rem;
		font-size: 2.2rem;
	}
	.price_main_left_num{
		width: 84%;
		margin: 0 auto;
		font-size: 6rem;
		color: #36D576;
		height: 9.4rem;
		line-height: 12rem;
	}
	.price_main_left_cont{
		width: 84%;
		margin: 0 auto;
		margin-top: 1.4rem;
	}
	.price_main_left_cont h2{
		width: 100%;
		font-size: 2.1rem;
		color: #36D576;
		font-weight: 500;
	}
	.price_main_left_cont_text{
		width: 100%;
		font-size: 1.5rem;
		line-height: 2.4rem;
		color: #555;
		font-weight: 100;
		margin-top: 1.2rem;
	}
	.price_main_right{
		width: 100%;
		float: right;
		background-color: #fff;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		border-radius: 10px;
		/* height: 590px; */
		padding-bottom: 1.2rem;
		overflow: hidden;
	}
	.price_main_right_top{
		width: 100%;
		background-color: #0263e0;
		height: 6.2rem;
		color: #fff;
		text-align: center;
		line-height: 6.2rem;
		font-size: 2.2rem;
		font-weight: 400;
	}
	.price_main_right_line{
		width: 84%;
		margin: 0 auto;
		padding: 1.8rem 0 2rem;
		border-bottom: 1px solid #dfdfdf;
		overflow: hidden;
	}
	.price_main_right_line:last-child{
		border-bottom: none;
	}
	.price_main_right_line_num{
		float: left;
		width: 34%;
		height: 5rem;
		border-radius: 8px;
		background-color: #0263e0;
		text-align: center;
		color: #fff;
		line-height: 5rem;
		font-size: 1.4ren;
		margin-top: 7px;
	}
	.price_main_right_line_text{
		width: 62%;
		float: right;
	}
	.price_main_right_line_text h3{
		font-size: 2.2rem;
		color: #0263e0;
		width: 100%;
		font-weight: 500;
		margin-bottom: 0.8rem;
		margin-top: 14px;
	}
	.price_main_right_line_text_p{
		width: 100%;
		font-size: 1.5rem;
		line-height: 2.2rem;
		color: #555;
		/* font-weight: 100; */
	}
	
	/* 帮助文档 */
	.help{
		width: 100%;
		margin-top: 3rem;
		background-color: #f7f8fb;
		padding: 2rem 0 3rem;
		/* min-width: 1200px; */
	}
	.help_bx{
		width: 90%;
		margin: 0 auto;
	}
	.help_bx h1{
		width: 100%;
		text-align: center;
		color: #000;
		/* font-weight: 100; */
		margin-bottom: 1.8rem;
		font-size: 2.8rem;
	}
	.help_main_block{
		width: 100%;
		float: left;
		/* margin-right: 3.5%; */
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.1);
		/* height: 464px; */
		padding: 0 0 2rem 0;
		overflow: hidden;
		margin-bottom: 1.5rem;
	}
	.help_main_block:last-child{
		margin-right: 0;
	}
	.help_main_block_top1{
		background: url(../img/help_pic_1.png) no-repeat center;
		width: 100%;
		height:5.4rem;
		color: #fff;
		font-size: 2.2rem;
		line-height: 5.4rem;
		padding-left: 8%;
	}
	.help_main_block_top2{
		background: url(../img/help_pic_2.png) no-repeat center;
		width: 100%;
		height: 5.4rem;
		color: #fff;
		font-size: 2.2rem;
		line-height: 5.4rem;
		padding-left: 8%;
	}
	.help_main_block_top3{
		background: url(../img/help_pic_3.png) no-repeat center;
		width: 100%;
		height: 5.4rem;
		color: #fff;
		font-size: 2.2rem;
		line-height: 5.4rem;
		padding-left: 8%;
	}
	.help_main_block_cont{
		width: 84%;
		margin: 0 auto;
		margin-top: 2rem;
	}
	.help_main_block_cont ul{
		width: 100%;
	}
	.help_main_block_cont ul a li{
		width: 100%;
		margin-bottom: 1.5rem;
		color: #000;
		font-size: 1.5rem;
		/* font-weight: 100; */
		line-height: 2.3rem;
	}
	
	/* 反映您的业务需求的定价 */
	.offer{
		width: 100%;
		margin-top: 2rem;
		margin-bottom: 3.6rem;
		/* min-width: 1200px; */
	}
	.offer_bx{
		width: 90%;
		margin: 0 auto;
	}
	.offer_bx h1{
		width: 100%;
		text-align: center;
		font-size: 2.4rem;
		line-height: 3.2rem;
		color: #000;
		/* font-weight: 100; */
		margin-bottom: 1.8rem;
	}
	.offer_small{
		width: 100%;
		text-align: center;
		color: #555;
		/* font-weight: 100; */
		margin-bottom: 2rem;
		font-size: 1.5rem;
	}
	.offer_btn{
		width: 300px;
		height: 5.2rem;
		background-color: #0263E0;
		color: #fff;
		text-align: center;
		line-height: 5.2rem;
		border-radius: 8px;
		display: block;
		margin: 0 auto;
		font-size: 1.6rem;
		box-shadow: 0px 6px 24px rgba(0,0,0,0.2);
		letter-spacing: 1px;
	}
	.offer_btn:hover{
		background-color: #001489;
	}
	.offer_contact{
		width: 300px;
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #0263E0;
		margin-top: 24px;
		font-size: 1.7rem;
		/* font-weight: 100; */
		letter-spacing: 1px;
	}
	.offer_contact:hover{
		color: #001489;
	}
	
	/*底部*/
	
	.footern{
		width: 100%;
		background-color: #313644;
		margin-top: 1.2rem!important;
	}
	.footer_top2{
		width: 100%;
		background-color: #1e2024;
		padding: 1.4rem 15px 0.3rem 15px;
	}
	.footer_top2 ul{
		width: 100%;
	}
	.footer_top2 ul li{
		float: left;
		margin-right: 2.4rem;
		font-size: 1.1rem;
		margin-bottom: 0.6rem;
		list-style-type: disc;
		margin-left: 1.6rem;
		color: #fff;
	}
	.footer_top2 ul li:last-child{
		margin-right: 0;
	}
	.footer_top2 ul li span{
		color: #fff;
		font-weight: 600;
	}
	.footer_box2{
		width: 100%;
		padding: 2rem 15px 0;
		position: relative;
		/* background-color: #313644; */
	}
	.whitelogo2{
		position: absolute;
		right: 20px;
		top: 22px;
	}
	.one2{
		width: 100%;
		margin-top: 3rem;
	}
	.one2 h6{
		font-size: 1.3rem;
		color: #fff;
		margin-bottom: 1.1rem;
	}
	.one2 ul{
		width: 100%;
	}
	.one2 ul li{
		width: 36%;
		margin-right: 6%;
		float: left;
		font-size: 1rem;
		color: #fff;
		margin-bottom: 0.8rem;
	}
	.one2 ul li:last-child{
		margin-right: 0;
	}
	.one2 ul li a{
		color: #fff;
		text-decoration: none;
	}
	.two2{
		width: 100%;
		margin-top: 1.5rem;
	}
	.two2 h6{
		font-size: 1.3rem;
		color: #fff;
		margin-bottom: 1.1rem;
	}
	.two2 p{
		font-size: 1rem;
		color: #fff;
		line-height: 1.3rem;
	}
	.two2 p span{
		color: #fff;
	}
	.foot-friend2{
		width: 100%;
		padding: 0 15px;
		margin-top: 1.5rem;
	}
	.foot-friend2 span{
		font-size: 0.8rem;
		color: #fff;
	}
	.foot-friend2 a{
		font-size: 0.8rem;
		color: #fff;
	}
	.footer2{
		width: 100%;
		padding: 0 15px 0.5rem;
		margin-top: 0.5rem;
		font-size: 0.8rem;
		color: #fff;
		padding-bottom: 60px;
	}
	.footer2 a{
		color: #fff;
	}
	
	
	
	
	
	
	
	
	
	
	footer {
		background: url(../img/footer2.png) no-repeat;
		display: none;
	}
	
	footer {
		background-color: #313644;
		font-size: 0.85rem;
		display: none;
	}
	
	footer .text-light {
		padding: 2.7rem 0;
		font-size: 16px;
		color: #f8f9fa
		display: none;
	}
	
	footer .text-primary {
		color: #409EFF!important;
		display: none;
	}
	
	footer .foot-hide {
		line-height: 36px;
		display: none;
	}
	
	.rycenter {
		width: 1200px;
		margin: 0 auto;
		display: none;
	}
	
	.footer_box .foot-body>div {
		float: left;
		display: none;
	}
	
	.footer_box .foot-body>div.one {
		width: 170px;
		display: none;
	}
	
	.footer_box .foot-body>div.two {
		width: 327px;
		display: none;
	}
	
	.footer_box .two .text-center>div {
		width: 49%;
		display: none;
	}
	
	.font_tenter>div {
		float: left;
		width: 25%;
		text-align: center;
		display: none;
	}
	
	.foot-friend {
		text-align: center;
		display: none;
	}
	
	.foot-friend {
		padding-top: 2rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid #434755;
		color: #63656b;
		display: none;
	}
	.foot-friend a{
		color: #666;
		display: none;
	}
	.foot-friend a:hover{
		color: #0263E0;
		display: none;
	}
	
	.footer {
		padding: 10px 0;
		display: none;
	}
	.footer p{
		color: #666;
		display: none;
	}
	.footer p a{
		color: #888;
		display: none;
	}
	
	
	/*新增*/
	
	.rycenter .foot-body {
		padding: 25px 10px 25px 60px;
		display: none;
	}
	
	.footer_box .foot-body>div.one {
		width: 200px;
		display: none;
	}
	
	.footer_box .foot-body>div.two {
		width: 300px;
		display: none;
	}
	
	.footer_box .two .text-center>div {
		width: 100%;
		display: none;
	}
	
	.foot-body ul li {
		margin-bottom: .7rem;
		display: none;
	}
	
	.foot-body h6 {
		font-size: 16px;
		margin-top: 2rem;
		margin-bottom: 2rem;
		color: #f8f9fa;
		display: none;
	}
	
	.foot-body a {
		font-size: 14px;
		margin-bottom: .7rem;
		color: #cacbcc;
		display: none;
	}
	
	.foot-body p {
		margin-bottom: .7rem;
		color: #cacbcc;
		font-size: 14px;
		display: none;
	}
	
	.foot-body img {
		margin-bottom: .5rem;
		width: 112px;
		display: none;
	}
	
	.foot-body a:hover {
		color: #007BFF;
		display: none;
	}
	.rightNav_fixed{
		display: none!important;
	}
	
}/*移动端设备*/



