﻿@charset "utf-8";
/* CSS Document */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein 0% {
  opacity: 0;
}
.fadein 100% {
  opacity: 1;
}
@-webkit-keyframes dropin {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes dropin {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dropin {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dropin 0% {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.dropin 100% {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.bg_f8{
	background:#F8F8F8;
	padding-bottom:20px;
}
.bg_ff{
	background:#fff;
	padding-bottom:20px;
}
#head_cm{
	background:rgba(16,16,16,0.9);
}
a.more{
	height:30px;
	line-height:30px;
	border-radius:3px;
	display:inline-block;
	padding:0 20px;
	background:#FD7500;
	color:#fff;
}
a.more:hover{
	background:#2172d6;
}
/*分页*/
.pagescm{
	padding:20px 15px;
	text-align:center;
}
.pagescm ul{
	width:100%;
}
.pagescm li{
	display:inline-block;
	padding:0 3px;
	height:26px;
	vertical-align:top;
}
.pagescm li a{
	display:inline-block;
	border:1px solid #D4D4D4;
	color:#353535;
	background:#fff;
	line-height:20px;
	height:20px;
	padding:2px 7px;
	overflow:hidden;
}
.pagescm li.pre a ,.pagescm li.next a{
	width:8px;
	text-indent:-999px;
	
	background:url(../images/pages_ico.png) no-repeat #fff;
}
.pagescm li.pre a{
	background-position:7px center;
}
.pagescm li.next a{
	background-position:-42px center;
}
.pagescm li.on a ,.pagescm li a:hover{
	color:#fff;
	background-color:#FD7500;
	border-color:#FD7500;
}



.sub_nav_bg{
	background:#fff;
}
.sub_nav_bg h1.s_tit1{
	padding:22px 0 22px 38px;
	background:url(../images/cp_ico.png) no-repeat left center;
}
.sub_nav_bg h1.ico_2{
	background-image:url(../images/yun_ico.png);
	padding-left:54px;
}
.sub_nav_bg h1.ico_3{
	background-image:url(../images/wt_ico.png);
}
.sub_nav_bg h1.s_tit2{
	padding:24px 0 24px 38px;
	background:url(../images/jf_ico.png) no-repeat left center;
}

.sub_nav_bg .sub_nav1 a{
	display:inline-block;
	padding:0 20px 10px;
	border-bottom:2px solid #fff;
	margin:0 20px;
}
.sub_nav_bg .sub_nav1 a:first-child{
	margin-left:0;
}
.sub_nav_bg .sub_nav1 a:hover ,.sub_nav_bg .sub_nav1 a.on{
	border-bottom:2px solid #2171D5;
	color:#2172D6;
}
.sub_nav_bg .sub_nav1 a.on{
	font-weight:bold;
}


/*锐讯产品*/
.cpnav_sx{
	padding-top:20px;
	padding-bottom:20px;
}
.cpsx_padd{
	background:#fff;
	padding:22px 30px;
}
.cpsx_li{
	padding:8px 0;
	min-height:35px;
	position:relative;
	line-height:35px;
}
.cpsx_li .cpsx_bt{
	position:absolute;
	left:0;
	top:8px;
}
.cpsx_li .cpsx_rz{
	padding-left:78px;
	position:relative;
}
.cpsx_li .cpsx_rz .cm_a{
	height:33px;
	line-height:33px;
	width:98px;
	text-align:center;
	display:inline-block;
	margin:0 5px;
	background:#F7F7F7;
	border:1px solid #F7F7F7;
	color:#656565;
}
.cpsx_li .cpsx_rz .cm_a:hover{
	color:#3F4957;
	background:#D8EBFF;
	border-color:#72ADE8;
}
.cpsx_li .cpsx_rz .cm_a.on{
	color:#3F4957;
	background:#D8EBFF;
	border-color:#72ADE8;
}
.sel_com .select_showbox{
	display:inline-block;
	width:190px;
	height:33px;
	border:1px solid #72ADE8;
	background:#D8EBFF;
	position:relative;
	padding:0 9px;
	margin-left:5px;
	cursor:pointer;
}
.sel_com .select_showbox:before{
	width:9px;
	height:5px;
	background:url(../images/cpxz_ico.png) no-repeat;
	position:absolute;
	right:9px;
	top:15px;
	content:"";
	transition: all 0.3s ease 0s;
}
.sel_com .select_showbox.select:before{
	transform: rotate(180deg);
}
.sel_com .select_option{
	position:absolute;
	display:none;
	z-index:999;
	border:1px solid #72ADE8;
	background:#D8EBFF;
	margin-top:-2px;
	padding:9px;
	width:190px;
	margin-left:5px;
}
.js-change-value{
	position:relative;
	width:100%;
	height:35px;
	padding-bottom:20px;
	margin-left:5px;
}
.graduation{
	position:absolute;
	width:60%;
	left:0;
	bottom:0;
	height:20px;
}
.graduation i{
	font-style:normal;
	font-size:12px;
	color:#999999;
	position:absolute;
	line-height:18px;
}
.graduation i:after{
	height:8px;
	width:1px;
	background:#999999;
	content:"";
	left:50%;
	top:-15px;
	position:absolute;
}
.graduation i.kd_i1{
	left:0;
}
.graduation i.kd_i2{
	left:24%;
}
.graduation i.kd_i3{
	left:48%;
}
.graduation i.kd_i4{
	left:97%;
}
.rangeslider,.rangeslider__fill {
  background: #E1E5EB;
  display: block;
  height: 4px;
  width: 60%;
  /*-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  top:14px;
  border:1px solid #E1E5EB;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background:#D8EBFF;
  position: absolute;
  top: 0;
  border-color:#72ADE8;
}

.rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width:20px;
  height:35px;
  position: absolute;
  top: -15px;
  background:url(../images/dk_ico.png) no-repeat;
}


input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.m_sel{
	display:none;
}
.project-screening {
	background: #E1E5EB;
	display: block;
	height: 4px;
	width: 76%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	top:14px;
	border:1px solid #E1E5EB;
	position:relative;
}
.screening-select {
	width: 15px;
	height:30px;
	position: absolute;
	top: -2px;
	cursor: pointer
}
.fy-1 {
	left: -1px;
}
.fy-2 {
	left: 11%;
}
.fy-3 {
	left: 22.1%;
}
.fy-4 {
	left: 33.2%;
}
.fy-5 {
	left: 44.3%;
}
.fy-6 {
	left: 55.4%;
}
.fy-7 {
	left: 66.5%;
}
.fy-8 {
	left: 77.6%;
}
.fy-9 {
	left: 88.7%;
}
.fy-10 {
	left: 99%;
}

.dk-1 {
	left: -1px;
}
.dk-2 {
	left: 7.1%;
}
.dk-3 {
	left: 14.2%;
}
.dk-4 {
	left: 21.3%;
}
.dk-5 {
	left:28.4%;
}
.dk-6 {
	left:35.5%;
}
.dk-7 {
	left:42.6%;
}
.dk-8 {
	left:49.7%;
}
.dk-9 {
	left:56.8%;
}
.dk-10{
	left:63.9%;
}
.dk-11 {
	left:71%;
}
.dk-12 {
	left:78.1%;
}
.dk-13 {
	left:85.2%;
}
.dk-14 {
	left:92.3%;
}
.dk-15 {
	left:99%;
}
	

.project-screening-yellow {
	background:#D8EBFF;
	height: 4px;
	overflow: hidden;
	width: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	top:-1px;
	border:1px solid #72ADE8;
	position:absolute;
}
.screening-select a {
	position: absolute;
	left: -23px;
	top: 22px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: none;
	width: 56px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
}
.screening-select a:after{
	height:8px;
	width:1px;
	background:#999999;
	content:"";
	left:50%;
	top:-15px;
	position:absolute;
}
.screening-select a:hover {
	color:#2172d6;
}
.project-screening .select-1-yellow {
	cursor: pointer;
	display: inline-block;
	width:20px;
	height:35px;
	position: absolute;
	top: -15px;
	background:url(../images/dk_ico.png) no-repeat;
	z-index:9;
	left:-6px;
}
.project-screening .current a {
	color:#2172d6;
	height: 21px;
}

.input_pad{
	width:6%;
	position:absolute;
	right:-12%;
	top:-13px;
	border:1px solid #BCC0C9;
	height:28px;
	line-height:28px;
	padding:0 10px;
	text-align:left;
	font-size:12px;
	color:#999999;
}
.input_pad input{
	border:none;
	background:none;
	height:28px;
	width:80%;
	position:absolute;
	text-align:left;
	left:5px;
}
.ip_padd{
	padding:2px 6px;
	text-align:right;
	color:#999;
	border:1px solid #E4E4E4;
	position:relative;
	display:inline-block;
	height:28px;
	line-height:28px;
	font-size:12px;
	margin-left:5px;
}
.ip_padd input{
	text-align:center;
	width:70px;
	height:28px;
	margin-right:12px;
	background:none;
	border:none;
	color:#656565;
}
.cpsx_ip span{
	font-size:12px;
	color:#999;
	padding-left:8px;
}


.cp_listcm{
	background:#fff;
}
.cp_listcm .cpd_tit{
	position:relative;
	padding-top:25px;
	margin-left:30px;
	padding-left:20px;
}
.cp_listcm .cpd_tit:before{
	background:#FD7500;
	width:2px;
	height:22px;
	content:"";
	position:absolute;
	left:0;
	top:35px;
}
.cp_list{
	padding:1.25%;
}
.cp_list .cp_li{
	width:33.3333333%;
	float:left;
}
.cp_list .padd{
	padding:14px 29px 20px;
	border:1px solid #E4E4E4;
	margin:15px;

}
.cp_list .padd h1{
	text-align:left;
	border-bottom:1px solid #E3E3E3;
	padding:10px 0 18px;
	background-image:url(../images/cpt_ico1.png) ;
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:65px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cp_list .padd h1.cp_ico1{
	background-image:url(../images/cpt_ico1.png) ;
}
.cp_list .padd h1.cp_ico2{
	background-image:url(../images/cpt_ico2.png) ;
}
.cp_list .padd h1.cp_ico3{
	background-image:url(../images/cpt_ico3.png) ;
}
.cp_list .padd h1.cp_ico4{
	background-image:url(../images/cpt_ico4.png) ;
}
.cp_list .padd h1.cp_ico5{
	background-image:url(../images/cpt_ico5.png) ;
}

.cp_list .padd dt{
	font-size:15px;
	padding:15px 0 15px 66px;
	background:url(../images/ico1.png) no-repeat left center;
	border-bottom:1px solid #E3E3E3;
	background-repeat:no-repeat;
	background-position:11px center;
}
.cp_list .padd dt.dt_2{
	background-image:url(../images/ico2.png);
}
.cp_list .padd dt.dt_3{
	background-image:url(../images/ico3.png);
}
.cp_list .padd dt.dt_4{
	background-image:url(../images/ico4.png);
}
.cp_list .padd dt.dt_5{
	background-image:url(../images/ico5.png);
}
.cp_list .padd dt.dt_6{
	background-image:url(../images/ico6.png);
}
.cp_list .padd dt.dt_7{
	background-image:url(../images/ico7.png);
}

.cp_list2 .padd dt.dt_1{
	background-image:url(../images/ico4.png);
}
.cp_list2 .padd dt.dt_2{
	background-image:url(../images/ico5.png);
}
.cp_list2 .padd dt.dt_3{
	background-image:url(../images/ico6.png);
}
.cp_list2 .padd dt.dt_4{
	background-image:url(../images/ico7.png);
}

.cp_list .padd dd{
	font-size:14px;
	padding:15px 0 0;
	position:relative;
}
.cp_list .padd dd font{
	color:#FD7500;
	font-size:30px;
}
.cp_list .padd dd a.ljkt{
	position:absolute;
	right:0;
	top:32px;
	color:#2171D5;
}
.cp_list .padd dd a.ljkt:hover{
	color:#FD7500;
}
.cp_list .padd:hover{
	border-color:#72ADE8;
}


/*云安全*/

.yunaq_cm{
	padding-top:20px;
	padding-bottom:20px;
}
.yunaq_cm li{
	width:100%;
	padding:10px 0;
}
.yunaq_cm li .padd_aq{
	padding:2.5%;
	background:#fff;
}
.yunaq_cm li .padd_aq .aq_img{
	float:left;
	width:32.5%;
	border:1px solid #E4E4E4;
	text-align:center;
}
.yunaq_cm li .padd_aq .aq_img img{
	width:100%;
	display:inline-block;
	vertical-align:top;
	max-width:368px;
}

.yunaq_cm li .padd_aq .aq_rwz{
	float:right;
	width:64%;
}
.yunaq_cm li .padd_aq h1{
	padding:3% 0;
}
.yunaq_cm li .padd_aq a.more{
	margin-top:4%;
}


/*优惠促销*/
.bg_youhui{
	background:url(../images/youhui_bg.jpg) no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-color:#052150;
	padding-bottom:20px;
}
.yh_sticky{
	padding-top:30px;
}
.yh_sticky .yh_padd{
	padding:1.6%;
	background:#fff;
}
.yh_sticky .yh_padd .yh_img{
	width:100%;
}
.yh_sticky .yh_padd .yh_img img{
	width:100%;
	max-width:1160px;
	vertical-align:top;
	display:inline-block;
}
.yh_sticky .yh_padd .yh_trcm{
	width:100%;
}
.yh_sticky .yh_padd .yh_trcm h1{
	padding:15px 0 8px;
}
.yh_sticky .yh_padd .yh_trcm h1 a:hover{
	color:#FD7500;
}
.yh_sticky .yh_padd .yh_trcm .yh_bd{
	height:30px;
	line-height:30px;
	padding-top:10px;
}
.yh_sticky .yh_padd .yh_trcm span{
	display:block;
	padding-left:16px;
	background:url(../images/time.png) no-repeat left center;
	float:left;
}
.yh_sticky .yh_padd .yh_trcm .more{
	height:30px;
	line-height:30px;
	padding:0 18px;
	float:right;
}
.yh_sticky .yh_padd .yh_trcm .more:hover{
	background:#FD7500;
}

.yhcx_list{
	padding:15px 0;
	margin:0 auto;
}
.yhcx_list li{
	float:left;
	width:50%;
}
.yhcx_list li .yhli_padd{
	margin:15px;
	padding:3.4188%;
	background:#fff;
}
.yhcx_list li .img{
	width:100%;
	position:relative;
	padding-bottom:31.19266%;
}
.yhcx_list li .img img{
	width:100%;
	height:100%;
	position:absolute;
}

.yhcx_list li .li_padd{
	padding:2% 0 0;
	background:#fff;
}
.yhcx_list li .li_padd h1 a:hover{
	color:#FD7500;
}
.yhcx_list li .li_padd h4{
	height:48px;
	overflow:hidden;
	line-height:24px;
	font-size:13px;
	padding-top:8px;
}
.yhcx_list li .li_padd p{
	text-align:right;
	padding-top:14px;
}
.yhcx_list li .li_padd span{
	display:inline-block;
	padding-left:18px;
	background:url(../images/time.png) no-repeat left center;
	margin-right:15px;
	float:left;
}
.yhcx_list li .li_padd .more{
	padding:0 15px;
	line-height:28px;
	height:28px;
}
.yhcx_list li .li_padd .more:hover{
	background-color:#FD7500;
}
.yhcx_list li .li_padd .end{
	background-color:#999999 !important;
}



/*参观锐讯机房*/
.jifang_list{
	padding-bottom:20px;
	padding-top:20px;
}
.jifang_list li{
	padding:40px 0;
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.jifang_list li:hover{
	background:#fff;
}
.jifang_list li .jf_img{
	float:left;
	width:40.8%;
}
.jifang_list li .jf_img img{
	width:100%;
}
.jifang_list li .jf_rcm{
	float:right;
	width:53.75%;
	position:relative;
}
.jifang_list li .jf_rcm h1{
	padding-bottom:3%;
}
.jifang_list li .jf_rcm p{
	padding:6px 0;
}
.jifang_list li .jf_rcm a.more{
	position:absolute;
	right:0;
	top:0;
}

.art_jifang{
	padding-top:20px;
	padding-bottom:20px;
}
.artjf_padd{
	padding:2.5%;
	background:#fff;
}
.art_jftt{
	position:relative;
	margin:10px 0 30px;
}
.art_jftt h1{
	text-align:center;
}
.art_jftt a.more{
	position:absolute;
	right:0;
	top:8px;
}
.artjf_top{
	display:table;
	background:#F7F7F7;
	width:100%;
}
.artjf_top .artjf_img{
	width:50.8%;
	display:table-cell;
}
.artjf_top .artjf_img img{
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.artjf_top .artjf_rcm{
	padding-left:3.5%;
	display:table-cell;
	vertical-align:middle;
	padding-right:2%;
}
.artjf_top .artjf_rcm p{
	padding:6px 0;
}
.artjf_body{
	padding:20px 0;
	overflow:hidden;
	line-height:1.8;
}
.artjf_body img ,.artjf_body table{
	max-width:100% !important;
	height:auto !important;
}

/*关于我们公共*/
.ab_nav_cm{
	padding:22px 0;
	border-bottom:1px solid #E3E3E3;
}
.ab_nav_cm p{
	padding:5px 0;
	float:left;
}
.ab_nav_cm .ab_nav{
	float:right;
	padding:8px 0;
}
.ab_nav_cm .ab_nav a{
	color:#333333;
	display:inline-block;
	position:relative;
	margin:0 16px;
	font-size:15px;
}
.ab_nav_cm .ab_nav a:last-child{
	margin-right:0;
}
.ab_nav_cm .ab_nav a:hover ,.ab_nav_cm .ab_nav a.on{
	color:#FD7500;
	font-weight:bold;
}
.ab_nav_cm .ab_nav a:hover:after ,.ab_nav_cm .ab_nav a.on:after{
	width:100%;
	position:absolute;
	left:0;
	bottom:-31px;
	height:2px;
	background:#FD7500;
	content:"";
}
.ab_padd{
	border-bottom:1px solid #E3E3E3;
}
.ab_padd .w_pad{
	padding-top:4%;
	padding-bottom:4%;
}
.ab_padd p{
	line-height:1.8;
	text-align:justify;
}
/*公司介绍*/
.ab_dd{
	margin:0 auto;
	padding:46px 0;
}
.ab_dd li{
	float:left;
	width:20%;
}
.ab_dd li a{
	display:block;
	padding:5px;
}
.ab_dd li a img{
	width:100%;
	display:block;
}

/*发展历程*/

.fzlc_bg{
	width:100%;
	background:url(../images/fzlc.jpg) no-repeat center top #1D64BC;
}
.fzlc_cm{
	padding:10% 0;
	min-height:500px;
}
.fzlc_cm a {
    color: #707070;
    transition: color 0.25s ease 0s;
	cursor:pointer;
}
.history-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background:url(../images/fzlc_line.png) no-repeat -195px center;
  margin-bottom: 3em;
}
.history-tabs .tab-list {
  margin: 0 55px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  height: 138px;
}
.history-tabs .list-inner {
  position: absolute;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.history-tabs .list-inner a {
  height: 100%;
  width: 180px;
  margin: 0 10px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-right: 2px;
  color: #34ba88;
  cursor:pointer;
}
.history-tabs .list-inner .year {
  display: block;
  color:#A3B8D7;
  font-size:30px;
  height:40px;
  line-height:40px;
}
.history-tabs .list-inner a.tab-on .year {
  display: block;
  color: #FFF;
  font-size:40px;
  font-weight:bold;
}
.history-tabs .list-inner .dot {
	width:30px;
	height:49px;
	margin:39px auto 7px;
}
.history-tabs .list-inner a.tab-on .dot {
	background:url(../images/fzlc_on2.png) no-repeat center center;
	-webkit-animation: dropin 0.5s;
  	animation: dropin 0.5s;
}
.history-tabs .history-prev,
.history-tabs .history-next {
  margin-top: 46px;
}
.history-prev,
.history-next {
  width:50px;
  height: 50px;
  cursor: pointer;
  background:url(../images/fzlc_lr.png) no-repeat #1D63BB;
}
.history-prev {
	background-position:0 0;
	float:left;
}
.history-next {
	background-position:right 0;
	float:right;
}
.tab-contents .tab-content {
	-webkit-animation: fadein 1s both;
	animation: fadein 1s both;
	color:#fff;
}
.tab-contents .tab-content a{
	color:#fff;
}
.tab-contents .tab-content.hidden{
	display: none;
  	animation: none !important;
}
.award-list {
    margin-left: 10%;
   	line-height:1.9;
}

.zhengshu_cm{
	padding-top:50px;
	padding-bottom:30px;
}
.zhengshu{
	position:relative;
	max-width: 1230px;
	margin:0 auto;
}
.zhengshu .bx-pager{
	display:none;
}
.zhengshu .slide a{
	display:block;
	padding:0 15px;
}
.zhengshu .slide a .img{
	border:1px solid #E0E0E0;
	overflow:hidden;
}
.zhengshu .slide a img{
	display:block;
	width:100%;
}
.zhengshu .slide a .dsp_tb{
	display:table;
	width:94%;
	padding:0 3%;
	height:70px;
	overflow:hidden;
	background:#F7F7F7;
}
.zhengshu .slide a h1{
	height:70px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.zhengshu .slide a:hover h1{
	color:#1D63BB;
}

.zhengshu .bx-controls-direction{
	display:block;
}
.zhengshu .bx-prev ,.zhengshu .bx-next{
	width:38px;
	height:38px;
	display:block;
	position:absolute;
	top:50%;
	margin-top:-19px;
	background:url(../images/zs_lr.png) no-repeat 0 0;
	text-indent:-999px;
	overflow:hidden;
	cursor:pointer;
}
.zhengshu .bx-prev{
	left:-55px;
}
.zhengshu .bx-next{
	background-position:right 0;
	right:-55px;
}
.zhengshu .bx-controls-auto{
	display:none;
}

/*员工风采*/
.ygfc_list{
	padding:20px 0 30px;
	max-width:1236px;
	margin:0 auto;
}
.ygfc_list li{
	float:left;
	width:33.3333333%;
}
.ygfc_list li .padd{
	padding:18px;
	display:block;
}
.ygfc_list li .padd .img{
	position:relative;
	width:100%;
	padding-bottom:66%;
}
.ygfc_list li .padd .img img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.ygfc_list li h1{
	padding:5% 0 4%;
}
.ygfc_list li p{
	line-height:24px;
	height:48px;
	overflow:hidden;
}
.art_yhbg{
	height:530px;
	background-repeat:no-repeat;
	background-position:center top;
}
.art_yhcx_cm{
	margin:0px auto;
	max-width:1140px;
	background:#fff;
	padding:30px;
}
.art_yhcx_body{
	border-bottom:none !important;
	padding: 2% 0 4% !important;
}

/*新闻资讯*/
.new_nav{
	padding-top:40px;
	padding-bottom:20px;
}
.new_nav a{
	display:inline-block;
	height:38px;
	line-height:38px;
	padding:0 45px;
	border:1px solid #E4E4E4;
	background:#fff;
	margin-right:10px;
	position:relative;
}
.new_nav a:hover ,.new_nav a.on{
	background:#FD7500;
	border-color:#FD7500;
	color:#fff;
}
.new_nav a.on:after{
	position:absolute;
	width: 0;
    height: 0;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top: 8px solid #FD7500;
	left:50%;
	bottom:-8px;
	margin-left:-8px;
	content:"";
}

.new_list{
	max-width:1236px;
	margin:0 auto;
	padding-bottom:15px;
}
.new_list li{
	float:left;
	width:33.333333%;
}
.new_list .padd{
	margin:18px;
	display:block;
	padding:20px 30px 20px;
	background:#fff;
}
.new_list .padd h1{
	height:50px;
	overflow:hidden;
}
.new_list .padd span{
	display:block;
	padding:6px 0 12px;
}
.new_list .padd .img{
	position:relative;
	width:100%;
	padding-bottom:74%;
}
.new_list .padd .img img{
	position:absolute;
	width:100%;
	height:100%;
}
.new_list .padd p{
	padding-top:10px;
	height:64px;
	overflow:hidden;
}
.new_list .padd:hover{
	background:#1D63BB;
}
.new_list .padd:hover h1{
	color:#fff;
}
.new_list .padd:hover span{
	color:#75A5DD;
}
.new_list .padd:hover p{
	color:#A3B8D7;
}
.art_new_cm{
	margin:50px auto;
	max-width:1140px;
	background:#fff;
	padding:30px;
}
.art_new_a{
	padding:0 115px;
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #E3E3E3;
	margin-top:12px;
}
.art_new_a a.more{
	position:absolute;
	right:0;
	top:6px;
	padding:0 10px;
}
.art_new_a h1{
	text-align:center;
}
.art_new_a p{
	padding-top:15px;
	text-align:center;
}
.art_new_body{
	padding:3% 0 5%;
	border-bottom:1px solid #E3E3E3;
	line-height:1.9;
	overflow:hidden;
	font-size:14px;
}
.art_new_body img{
	max-width:100% !important;
	height:auto !important;
}
.art_new_pn{
	padding-top:20px;
	color:#FD7600;
}
.art_new_pn p{
	float:left;
}
.art_new_pn p.n{
	float:right;
}

/*商务合作*/
.hezuo_cm{
	padding-top:35px;
	padding-bottom:20px;
}
.hezuo_cm .hz_li{
	width:100%;
	display:table;
	background:#F7F7F7;
	margin-bottom:20px;
}
.hezuo_cm .hz_li .hz_l{
	display:table-cell;
	width:17.5%;
	background:#1D63BB;
	vertical-align:middle;
	text-align:center;
}
.hezuo_cm .hz_li .hz_r{
	display:table-cell;
	padding:2% 3%;
}
.hezuo_cm .hz_li .hz_r p{
	line-height:25px;
}
.hezuo_cm .hz_li .hz_r h3{
	padding:1.2% 0;
	color:#1D63BB;
	font-size:14px;
}
.hezuo_cm .hz_li .hz_r li{
	padding:4px 0;
	line-height:22px;
	color:#656565;
}

/*支付方式*/
.zhifu_cm{
	padding-top:38px;
	padding-bottom:20px;
	min-height:300px;
}
.zhifu_cm .tab-hd{
	padding-bottom:30px;
}
.zhifu_cm .tab-hd li {
    background: #fff;
    border: 1px solid #e4e4e4;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    padding: 0 45px;
    position: relative;
	cursor:pointer;
}
.zhifu_cm .tab-hd li:hover, .zhifu_cm .tab-hd li.on {
    background: #fd7500;
    border-color: #fd7500;
    color: #fff;
}
.zhifu_cm .tab-hd li.on:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fd7500;
    bottom: -8px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}
.zhifu_cm .tab-pal li{
	float:left;
	width:48.3%;
	padding-right:3.4%;
	padding-bottom:20px;
}
.zhifu_cm .tab-pal li.none{
	padding-right:0;
}
.zhifu_cm .tab-pal li .padd{
	border:1px solid #E4E4E4;
	width:100%;
	display:block;
}
.zhifu_cm .tab-pal li .tp_l{
	display:table-cell;
	width:38%;
	border-right:1px dashed #E4E4E4;
	vertical-align:middle;
}
.zhifu_cm .tab-pal li .tp_l img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.zhifu_cm .tab-pal li .zf_r{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	padding:3.5%;
	color:#333333;
	font-size:14px;
}
.zhifu_cm .tab-pal li .zf_r p{
	padding:2px 0;
}

/*联系我们*/
.lxwm_a{
	padding-top:48px;
	padding-bottom:30px;
	max-width:1230px;
	margin:0 auto;
}
.lxwm_a .lx_li{
	float:left;
	width:33.333333%;
}
.lxwm_a .lx_li .padd{
	padding:80px 15px 0;
	position:relative;
}
.lxwm_a .lx_li .lx_nr{
	padding:18% 12% 10%;
	background:#F7F7FB;
	min-height:170px;
}
.lxwm_a .lx_li .lx_nr p{
	padding:3px 0;
}
.lxwm_a .lx_li i{
	width:112px;
	height:112px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-56px;
	background:url(../images/lx_ico1.png) no-repeat;
	background-size:100% 100%;
	top:8px;
}
.lxwm_a .lx_li i.lx_2{
	background-image:url(../images/lx_ico2.png);
}
.lxwm_a .lx_li i.lx_3{
	background-image:url(../images/lx_ico3.png);
}

/*帮助中心*/
.bz_tit{
	margin-top:35px;
	margin-bottom:15px;
}
.bz_tit h1{
	padding-left:22px;
	position:relative;
}
.bz_tit h1:after{
	width:2px;
	height:22px;
	position:absolute;
	left:0;
	top:9px;
	background:#FD7500;
	content:"";
}

.bz_gmlc{
	max-width:1224px;
	margin:0 auto;
}
.bz_gmlc li{
	float:left;
	width:25%;
	padding:10px 0;
	text-align:center;
}
.bz_gmlc li p{
	padding:0 12px;
	display:block;
}
.bz_gmlc li img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.wenti_cm{
	padding-top:10px;
}
.wt_list{
	padding:1% 2.5%;
	background:#fff;
}
.wt_list li{
	display:table;
	border-bottom:1px dashed #E4E4E4;
	width:100%;
	padding:18px 0;
	position:relative;
}
.wt_list li:hover h3 a{
	color:#0b438b;
}
.wt_list li:last-child{
	border-bottom:none;
}
.wt_list li .img{
	width:18%;
	display:table-cell;
	vertical-align:top;
}
.wt_list li .img img{
	display:inline-table;
	vertical-align:top;
	max-width:100%;
}
.wt_list li .wt_nr{
	display:table-cell;
	width:79%;
	padding-left:2%;
}
.wt_list li .wt_nr h1{
	padding-bottom:10px;
}
.wt_list li .wt_nr p{
	line-height:1.8;
}
.wz_beian{
	max-width:1224px;
	margin:0 auto;
}
.wz_beian li{
	float:left;
	width:33.333333%;
	
}
.wz_beian li a{
	display:block;
	padding:10px 12px;
}
.wz_beian li a .wz_hv{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
.wz_beian li a:hover .wz_hv{
	box-shadow:1px 1px 7px rgba(0,0,0,0.3);
}
.wz_beian li img{
	width:100%;
	display:block;
}
.wz_beian li .padd{
	padding:4% 7% 5%;
	background:#fff;
}
.wz_beian li h1{
	padding-bottom:4%;
}
.wz_beian li p{
	line-height:1.7;
	height:98px;
	overflow:hidden;
}

/*登陆，注册*/

.lgrz_bg{
	background:url(../images/hy_bg2.jpg) no-repeat center top;
}
.lgrz_bg .wid_mg{
	position:relative;
}
.lgrz_bg .hy_wztp{
	width:45%;
	position:absolute;
	left:2%;
	top:130px;
}
.lgrz_bg .hy_wztp img{
	max-width:100%;
}

.lgrz_bg .login_cm{
	width:310px;
	padding-top:130px;
	position:relative;
	margin-left:200px;
	left:50%;
}
.login_cm .lg_padd{
	background:rgba(0,0,0,0.6);
	padding:25px 45px 10px;
}
.login_cm .lg_padd h1{
	text-align:center;
}
.login_cm .lg_padd h6{
	text-transform:uppercase;
	text-align:center;
}
.login_cm .lg_padd ul{
	padding:12px 0 0;
}
.login_cm .lg_padd ul li{
	padding:10px 0;
	position:relative;
}
.login_cm .lg_padd ul li p{
	padding:5px 5px 5px 46px;
	background:url(../images/lg_ico.png) no-repeat #fff;
	border-radius:2px;
	position:relative;
}
.login_cm .lg_padd ul li p.lg_1{
	background-position:18px 15px;
}
.login_cm .lg_padd ul li p.lg_2{
	background-position:18px -45px;
}
.login_cm .lg_padd ul li .lg_txt{
	width:100%;
	height:36px;
	line-height:36px;
	background:none;
	border:none;
}
.login_cm .lg_padd ul li .lg_sub{
	width:100%;
	height:50px;
	border:none;
	border-bottom:3px solid #C25A00;
	background:#FF902F;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
.login_cm .lg_padd ul li.last{
	padding-top:5px;
}
.login_cm .lg_padd ul li.last .l{
	float:left;
}
.login_cm .lg_padd ul li.last .r{
	float:right;
}
.login_cm .lg_padd ul li.last a:hover{
	color:#FF902F;
}
.login_cm .lg_tel{
	text-align:center;
	line-height:22px;
	padding:15px 0;
	margin-top:2px;
	background:rgba(0,0,0,0.6);
	font-size:16px;
	color:#fff;
}
.login_cm .lg_tel a{
	color:#fff;
}
.login_cm .lg_tel a:hover{
	color:#FF902F;
}
.login_cm .lg_tel i{
	display:inline-block;
	margin-right:3px;
	width:22px;
	height:22px;
	background:url(../images/lg_ico.png) no-repeat 6px -116px;
	vertical-align:top;
}

.reg_cm{
	width:536px;
	position:relative;
	left:50%;
	margin-left:64px;
	padding-top:90px;
}
.reg_cm .reg_padd{
	padding:7% 11% 4%;
	background:#fff;
}
.reg_cm .reg_padd h1{
	text-align:center;
	padding-bottom:10px; 
}
.reg_cm .reg_padd .reg_li{
	display:table;
	width:100%;
	padding:10px 0;
}
.reg_cm .reg_padd .reg_li .reg_l{
	display:table-cell;
	text-align:right;
	width:25%;
	color:#3D3D3D;
}
.reg_cm .reg_padd .reg_li .reg_l font.fc{
	color:#FB8117;
}
.reg_cm .reg_padd .reg_li .reg_r{
	display:table-cell;
	padding-left:6px;
}
.reg_cm .reg_padd .reg_li .reg_r span{
	display:inline-block;
	padding-right:10px;
	font-size:14px;
	color:#3D3D3D;
}
.reg_cm .reg_padd .reg_li .reg_r p.txt_bg{
	border:1px solid #B7B7B7;
	padding:4px 19px;
	border-radius:2px;
	box-shadow:0px 1px 5px rgba(0,0,0,0.06) inset;
}
.reg_cm .reg_padd .reg_li .reg_r p.yzm_p{
	width:30%;
	display:inline-block;
}
.reg_cm .reg_padd .reg_li .reg_r .yzm_img{
	display:inline-block;
	vertical-align:top;
}
.reg_cm .reg_padd .reg_li .reg_r .yzm_img img{
	max-width:100%;
}
.reg_cm .reg_padd .reg_li .reg_r .reg_txt{
	height:30px;
	line-height:30px;
	width:100%;
	border:none;
	background:none;
}
.reg_cm .reg_padd .reg_li .ydty{
	color:#999999;
}
.reg_cm .reg_padd .reg_li .ydty a.yhxy{
	color:#FF8F2F;
}
.reg_cm .reg_padd .reg_li .ydty a.ljdl{
	color:#3D3D3D;
	float:right;
}
.reg_cm .reg_padd .reg_li .ydty a.ljdl:hover{
	color:#FF8F2F;
}
.reg_cm .reg_padd .reg_li .ydty a.yhxy:hover{
	text-decoration:underline;
}
.reg_cm .reg_padd .reg_li .reg_sub{
	width:100%;
	height:50px;
	border:none;
	border-bottom:3px solid #C25A00;
	background:#FF902F;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}


/*搜索*/
.sub_search{
	background:#F7F7F7;
	border-bottom:1px solid #E3E3E3;
	padding:50px 0;
}
.sub_search .ss_com{
	max-width:645px;
	margin:0 auto;
	padding:0 5%;
}
.sub_search .ss_warp{
	border:1px solid #2171D5;
	border-radius:3px;
	background:#fff;
}
.sub_search .ss_warp .ss_txt{
	float:left;
	padding:6px 3%;
	width:80%;
	background:none;
	border:none;
	height:34px;
	line-height:34px;
	font-size:15px;
}
.sub_search .ss_warp .ss_sub{
	float:right;
	width:13%;
	background:url(../images/ss_sub.png) no-repeat center center #2171D5;
	border:none;
	height:46px;
	line-height:46px;
	cursor:pointer;
}
.sub_search .ss_kw{
	text-align:center;
	padding:15px 0 0;
	font-size:14px;
	color:#656565;
	line-height:24px;
}
.sub_search .ss_kw a{
	color:#656565;
	display:inline-block;
	padding:0 15px;
}
.sub_search .ss_kw a:hover{
	color:#2171D5;
}
.ss_tit{
	padding:32px 3% 12px;
	max-width:1200px;
	margin:0 auto;
}
.ss_tit h1{
	padding-left:26px;
	color:#505050;
	background:url(../images/ss_tt.png) no-repeat left center;
}

.search_padd{
	padding:5px 3% 50px;
	max-width:1200px;
	margin:0 auto;
}

.search_list{
	padding-bottom:30px;
}
.search_list .tab-hd{
	border-bottom:1px solid #E3E3E3;
	height:40px;
	line-height:40px;
}
.search_list .tab-hd li{
	display:inline-block;
	padding:0 10px;
	margin-right:36px;
	cursor:pointer;
}
.search_list .tab-hd li.on{
	color:#2171D5;
	border-bottom:1px solid #2171D5;
}
.ss_wenz{
	padding-top:12px;
}
.ss_wenz li{
	padding:15px 0;
	line-height:1.7;
}
.ss_wenz li h3{
	padding-bottom:8px;
}
.ss_wenz li h3 a:hover{
	text-decoration:underline;
}
.ss_cpls .cp_list{
	padding:1.25% 0;
	margin-left:-30px;
	width:1260px;
}
.ss_cpls .cp_list .padd{
	margin:20px 30px;
}

/*网站地图*/
.map_tt{
	text-align:center;
	line-height:1.5;
	padding:35px 0;
	background:#F7F7F7;
	border-bottom:1px solid #E3E3E3;
}
.smp_bord{
	border:1px solid #E4E4E4;
}
.smp_tit{
	height:22px;
	line-height:22px;
	border-bottom:1px solid #E4E4E4;
	background:url(../images/dt_ico3.png) repeat-x;
	padding:10px 0;
}
.smp_tit h3{
	padding-left:20px;
	border-left:2px solid #FD7500;
	height:22px;
	line-height:22px;
	margin-left:-1px;
}
.sitemap{
	padding-top:30px;
	padding-bottom:80px;
}
.sitemap_lc{
	float:left;
	width:920px;
}
.sitemap_rc{
	float:right;
	width:250px;
}
.smp_li{
	margin-bottom:16px;
}
.smp_li .smp_cm{
	padding:9px 6px;
}
.smp_li .smp_cm a{
	display:inline-block;
	line-height:1.8;
	padding:4px 10px 4px 30px;
	background:url(../images/dt_ico1.png) no-repeat 15px center;
}
.smp_rxcp{
	margin-bottom:16px;
}
.smp_padd{
	padding:15px 14px 10px;
	position:relative;
}
.smp_padd .bx-controls-direction ,.smp_padd .bx-controls-auto{
	display:none;
}
.smp_padd .padd h1{
	text-align:left;
	border-bottom:1px solid #E3E3E3;
	padding:10px 0 18px;
	background-image:url(../images/cpt_ico1.png) ;
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:65px;
}
.smp_padd .padd h1.cp_ico1{
	background-image:url(../images/cpt_ico1.png) ;
}
.smp_padd .padd h1.cp_ico2{
	background-image:url(../images/cpt_ico2.png) ;
}
.smp_padd .padd h1.cp_ico3{
	background-image:url(../images/cpt_ico3.png) ;
}
.smp_padd .padd h1.cp_ico4{
	background-image:url(../images/cpt_ico4.png) ;
}
.smp_padd .padd h1.cp_ico5{
	background-image:url(../images/cpt_ico5.png) ;
}
.smp_padd .padd dt{
	font-size:15px;
	padding:15px 0 15px 66px;
	background:url(../images/ico1.png) no-repeat left center;
	border-bottom:1px solid #E3E3E3;
	background-repeat:no-repeat;
	background-position:11px center;
}
.smp_padd .padd dt.dt_1{
	background-image:url(../images/ico1.png);
}
.smp_padd .padd dt.dt_2{
	background-image:url(../images/ico2.png);
}
.smp_padd .padd dt.dt_3{
	background-image:url(../images/ico3.png);
}
.smp_padd .padd dt.dt_4{
	background-image:url(../images/ico4.png);
}
.smp_padd .padd dt.dt_5{
	background-image:url(../images/ico5.png);
}
.smp_padd .padd dt.dt_6{
	background-image:url(../images/ico6.png);
}
.smp_padd .padd dt.dt_7{
	background-image:url(../images/ico7.png);
}
.smp_padd .padd dd{
	font-size:14px;
	padding:15px 0 0;
	position:relative;
}
.smp_padd .padd dd font{
	color:#FD7500;
}
.smp_padd .bx-controls {
    padding: 8px 0 5px;
    text-align: center;
}
.smp_padd .bx-pager-item {
    display: inline-block;
}
.smp_padd .bx-pager-item a {
    cursor: pointer;
    display: inline-block;
    height: 10px;
	width: 10px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -999px;
	background:url(../images/dt_ico4.png) no-repeat 0 0;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.smp_padd .bx-pager-item a.active {
	background-position:right 0;
}
.smp_new ul{
	padding:9px 12px;
}
.smp_new ul li{
	line-height:32px;
}
.smp_new ul li a{
	display:block;
	padding-left:15px;
	background:url(../images/dt_ico2.png) no-repeat left center;
}


@media (min-width: 1200px){
	/*优惠促销*/
	.yhcx_list{
		width:1230px;
	}
	/*公司介绍*/
	.ab_dd{
		width:1210px;
	}
	/*登陆，注册*/
	.lgrz_bg{
		height:816px;
	}
	.ss_cpls .cp_list{
		width:1260px;
	}

}
@media (min-width: 1200px) and (max-width: 1240px){
	/*优惠促销*/
	.yhcx_list{
		width:100%;
	}
}
@media (min-width: 769px) and (max-width: 1199px){
	/*锐讯产品*/
	.graduation i.kd_i1{
		left:0;
	}
	.graduation i.kd_i2{
		left:23%;
	}
	.graduation i.kd_i3{
		left:46%;
	}
	.graduation i.kd_i4{
		left:96%;
	}
	.cp_list .padd{
		padding: 19px 16px;
	}
	
	/*优惠促销*/
	.yhcx_list{
		width:1030px;
	}
	.yhcx_list li .li_padd .more{
		padding:0 8px;
	}
	.art_yhbg{
		height:376px;
		background-size:cover;
	}
	.ab_nav_cm .ab_nav a{
		font-size:14px;
	}
	/*公司介绍*/
	.ab_dd{
		width:1010px;
	}
	
	.zhengshu{
		max-width:900px;
	}
	.zhengshu .bx-prev{
		left:-42px;
	}
	.zhengshu .bx-next{
		right:-42px;
	}
	/*员工风采*/
	.ygfc_list{
		max-width:1036px;
	}
	/*新闻资讯*/
	.new_list{
		max-width:1036px;
	}
	.art_new_cm{
		max-width:940px;
	}
	.zhifu_cm .tab-pal li .tp_l{
		width: 36%;
	}
	/*联系我们*/
	.lxwm_a{
		max-width:1030px;
	}
	.lxwm_a .lx_li i{
		width:104px;
		height:104px;
		margin-left:-52px;
	}
	/*帮助中心*/
	.bz_tit h1:after{
		top:7px;
	}
	.bz_gmlc{
		max-width:1020px;
	}
	.bz_gmlc li p{
		padding:0 10px;
	}
	.wz_beian{
		max-width:1024px;
	}
	
	/*登陆，注册*/
	.lgrz_bg{
		min-height:600px;
		background-size:100% cover;
		padding-bottom:40px;
	}
	.lgrz_bg .login_cm{
		margin-left:110px;
	}
	.reg_cm{
		width:450px;
		margin-left:50px;
	}
	.reg_cm .reg_padd{
		padding: 7% 5% 4%;
	}
	
	/*搜索*/
	.ss_tit{
		margin: 0 auto;
		width: 1000px;
	}
	.search_list{
		margin: 0 auto;
		padding-bottom: 30px;
		width: 1000px;
	}
	.search_padd{
		min-width:1000px;
	}
	.ss_cpls .cp_list{
		width:1030px;
		margin-left:-15px;
	}
	.ss_cpls .cp_list .padd{
		margin:15px;
	}
	
	/*网站地图*/
	.sitemap_lc{
		width:725px;
	}
	
}
@media (min-width: 769px) and (max-width: 1030px){	
	/*优惠促销*/
	.yhcx_list{
		width:100%;
	}
}
@media (max-width: 768px){
	.sub_nav_bg .sub_nav1 a{
		margin:5px;
		padding:0 10px 8px;
	}
	/*锐讯产品*/
	.cpsx_padd{
		padding:15px;
	}
	.cpsx_li .cpsx_rz{
		padding-left:65px;
	}
	.cpsx_li .cpsx_rz .cm_a{
		margin:0px 5px 10px;
	}
	.rangeslider, .rangeslider__fill{
		width:58%;
	}
	.input_pad{
		width: 22%;
	}
	.graduation{
		width: 58%;
	}
	.graduation i{
		font-size:10px;
	}
	.graduation i.kd_i1{
		left:0;
	}
	.graduation i.kd_i2{
		left:22%;
	}
	.graduation i.kd_i3{
		left:44%;
	}
	.graduation i.kd_i4{
		left:90%;
	}
	
	.js-change-value{
		display:none;
	}
	.m_sel{
		display:block;
	}
	
	.cp_listcm .cpd_tit{
		margin-left:0px;
	}
	.cp_listcm .cpd_tit::before{
		height:20px;
		top:32px;
	}
	.cp_list{
		padding:10px 0;
	}
	.cp_list .cp_li{
		width:100%;
		max-width:390px;
		margin:0 auto;
		float:none;
		padding:10px 0;
	}
	.cp_list .padd{
		margin:0;
	}
	
	/*云安全*/
	
	.yunaq_cm li .padd_aq{
		padding:5%;
	}
	.yunaq_cm li .padd_aq h1{
		line-height:20px;
	}
	.yunaq_cm li .padd_aq .aq_img{
		float:none;
		width:99%;
	}
	.yunaq_cm li .padd_aq .aq_img img{
		width:100%;
	}
	.yunaq_cm li .padd_aq .aq_rwz{
		float:none;
		width:100%;
	}
	
	/*优惠促销*/
	.yh_sticky .yh_padd{
		padding:5%;
	}
	.yh_sticky .yh_padd .yh_img{
		float:none;
		width:100%;
		text-align:center
	}
	.yh_sticky .yh_padd .yh_trcm{
		float:none;
		width:100%;
	}
	/*.yh_sticky .yh_padd .yh_trcm .more{
		line-height:30px;
		height:30px;
		padding:0 5%;
	}*/
	.yhcx_list li{
		width:100%;
		float:none;
		margin:0 auto;
	}
	.yhcx_list li .li_padd span{
		margin-right:10px;
	}
	.art_yhbg{
		height:250px;
		background-size:cover;
	}
	.art_yhcx_cm{
		padding: 4% 5%;
	}
	
	/*参观锐讯机房*/
	.jifang_list li{
		padding:20px 0;
	}
	.jifang_list li .jf_img{
		float:none;
		width:100%;
	}
	.jifang_list li .jf_rcm{
		float:none;
		width:100%;
		padding-top:10px;
	}
	.jifang_list li .jf_rcm a.more{
		position:relative;
		margin-top:6px;
	}
	
	.art_jftt a.more{
		position:relative;
		margin-bottom:15px;
		top:0;
	}
	.artjf_top .artjf_img{
		width:100%;
		display:block;
	}
	.artjf_top .artjf_img img{
		width:100%;
		display:inline-block;
		vertical-align:top;
	}
	.artjf_top .artjf_rcm{
		padding:3.5%;
		display:block;
	}
	
	/*公司介绍*/
	.ab_nav_cm{
		padding-bottom:10px;
	}
	.ab_nav_cm p{
		margin-left:10px;
		display:block;
	}
	.ab_nav_cm .ab_nav{
		float:left;
	}
	.ab_nav_cm .ab_nav a{
		margin:5px 10px;
	}
	.ab_nav_cm .ab_nav a:hover:after, .ab_nav_cm .ab_nav a.on:after{
		background:none;
	}
	/*公司介绍*/
	.ab_dd{
		padding:20px 10px;
	}
	.ab_dd li{
		width:33.33333%;
	}
	/*发展历程*/
	.history-tabs .list-inner .year{
		font-size:20px;
	}
	.history-tabs .list-inner a.tab-on .year{
		font-size:30px;
	}
	
	.zhengshu{
		padding: 0 65px;
	}
	.zhengshu .bx-prev{
		left:15px;
	}
	.zhengshu .bx-next{
		right:15px;
	}
	
	/*员工风采*/
	.ygfc_list{
		padding:20px 0 30px;
		max-width:1236px;
		margin:0 auto;
	}
	.ygfc_list li{
		float:none;
		width:94%;
		padding:0 3%;
	}
	
	/*新闻资讯 */
	.new_nav{
		padding-top:22px;
		padding-bottom:22px;
	}
	.new_nav a{
		padding:0 15px;
		height:30px;
		line-height:30px;
	}
	.new_list li{
		width:100%;
		padding:15px 0;
	}
	.new_list .padd{
		padding:5%;
		margin:0 18px;
	}
	.new_list .padd h1{
		height:auto;
	}
	.new_list .padd p{
		height:auto;
	}
	.art_new_cm{
		padding:4% 5%;
		margin:20px 0;
	}
	.art_new_a{
		padding:0 0 16px;
		margin:0;
	}
	.art_new_a a.more{
		position:relative;
		margin-bottom:15px;
	}
	.art_new_pn p{
		float:none !important;
		padding:5px 0;
	}
	
	/*支付方式*/
	.zhifu_cm{
		padding-top:25px;
	}
	.zhifu_cm .tab-hd li{
		padding:0 13px;
		height:30px;
		line-height:30px;
	}
	.zhifu_cm .tab-pal li{
		float:none;
		width:100%;
		padding-right:0;
		padding-bottom:20px;
	}
	.zhifu_cm .tab-pal li .tp_l{
		width:20%;
	}
	.zhifu_cm .tab-pal li .zf_r{
		font-size:13px;
	}
	
	/*联系我们*/
	.lxwm_a{
		padding-top:15px;
	}
	.lxwm_a .lx_li{
		width:100%;
		max-width:410px;
		margin:0 auto;
		float:none;
		padding-bottom:10px;
	}
	.lxwm_a .lx_li i{
		width:80px;
		height:80px;
		top:28px;
		margin-left:-40px;
	}
	
	/*帮助中心*/
	.bz_tit h1{
		padding-left:18px;
	}
	.bz_tit h1:after{
		height:19px;
		top:7px;
	}
	.bz_gmlc li{
		width:100%;
	}
	
	.wt_list li .img{
		display:none;
	}
	.wt_list li .wt_nr{
		padding-left:0;
		width:100%;
	}
	.wz_beian li{
		width:100%;
		padding:10px 0;
	}
	.wz_beian li a{
		padding:0 15px;
	}
	.wz_beian li p{
		height:auto;
	}
	.lgrz_bg .hy_wztp{
		display:none;
	}
	.lgrz_bg .login_cm{
		margin:0 auto;
		left:0;
		padding:10% 0;
	}
	
	.reg_cm{
		width:100%;
		margin:0 auto;
		left:0;
		padding-bottom:40px;
		padding-top:40px;
	}
	.reg_cm .reg_padd .reg_li .reg_r .yzm_img{
		width:46%;
	}
	.reg_cm .reg_padd{
		padding-left:3%;
		padding-right:4%;
	}
	.reg_cm .reg_padd .reg_li .ydty a.ljdl{
		float:none;
		display:block;
		margin-top:10px;
	}
	
	
	/*搜索*/
	.sub_search{
		padding:35px 0;
	}
	.sub_search .ss_warp .ss_txt{
		line-height:30px;
		height:30px;
		padding:3px 3%;
		width:76%;
		font-size:14px;
	}
	.sub_search .ss_warp .ss_sub{
		height:36px;
		line-height:36px;
		background-size:20px;
		width:16%;
	}
	.sub_search .ss_kw a{
		padding:0 5px;
		font-size:12px;
	}
	.search_padd{
		width:auto;
	}
	.ss_cpls .cp_list{
		width:auto;
		padding: 1.25%;
		margin-left:0;
	}
	.ss_cpls .cp_list .cp_li {
		float: none;
		margin: 0 auto;
		max-width: 390px;
		padding: 10px 0;
		width: 100%;
	}
	.ss_cpls .cp_list .padd{
		margin:0;
		
	}
	
	/*网站地图*/
	.sitemap_lc{
		width:100%;
	}
	.sitemap_rc{
		width:100%;
	}
	
}

.sel_pro{
	width:100px;
	height:28px;
	border:1px solid #ccc;
	border-radius:3px;
	line-height:28px;
	text-indent:5px;
	position:relative;
	left:85px;
	top:-25px;
}

.sel_pro .ul_pro{
	width:100%;
	height:auto;
	display:none;
	position:absolute;
	left:-1px;
	border:1px solid #ccc;
	z-index:1000;
	background:#fff;
}
.sel_pro .ul_pro li{
	width:100%;
	height:28px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
