@charset "utf-8";
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
*/

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1  Microsoft Yahei,Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
    color: #444;
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var,i,em { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: none}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/*清除图片边框*/
img {
    border: 0;
    vertical-align: middle;
}
/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.font-18 {
	font-size: 18px !important ;
}
/*bx:962px*/
.wrap {
    width: 962px;
    margin: 0 auto;
    position: relative;
    /* overflow: hidden; */
}
a,.cp {
    cursor: pointer;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.no-border {
    border: none !important;
}
.no-border-left {
    border-left: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-padding {
    padding: 0 !important;
}
.fwb {
    font-weight: bold !important;
}
._color-ff8a00{
    color: #ff8a00 !important;
}
.texl-t {
    text-align: left !important;
}
.bgc_fff{
    background-color: #fff !important;
}
.mrl {
    margin-left: 58px;
    margin-right: 58px;
}
.no-bgc {
    background-color: #fff !important;
}
.mrl23 {
    margin-left: 21px !important;
    margin-right: 21px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.bgc_f2f2f2 {
    background-color: #f2f2f2 !important;
}
.lh14 {
    line-height: 14px !important;
}
.mr10px {
    margin-right: 20px;
}
/*head bg*/
.head {
    height: 69px;
    line-height: 69px;
    background-color: #3a3a3a;
}
.head .cp-log {
    margin-right: 10px;
    margin-top: -3px;
    /*width: 170px;*/

}
.head .nav a{
    color: #fff;
    font:14px bold ;
    margin-left: 26px;
    padding-bottom: 23px;
    font-family: "microsoft yahei";
}
.head .nav a.indexclass {
    color: #03adff;
    border-bottom: 3px solid #03adff;
}
.head .nav a.thisclass {
    color: #03adff;
    border-bottom: 3px solid #03adff;
}
.head .nav a:hover {
    color: #03adff;
    border-bottom: 3px solid #03adff;
}
/*head ed*/
/*banner bg*/
.banner {
	cursor: pointer;
    width: 100%;
    height: 280px;
    background-color: #CCCCCC;
    margin-bottom: 44px;
}
.banner .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.banner .bd ul{
    width:100% !important;
    height: 280px;
    overflow: hidden;
}
.banner .bd li{
    width:100% !important;
    height:280px;
    line-height: 280px;
    overflow:hidden;
    text-align:center;
}
.banner .bd li.new-year{
    height: 569px;
    line-height: 569px;
    background: url(../images/banner/3yue.jpg) no-repeat center center;
}
/*.banner .bd li a{ */
    /*display:block; */
    /*height:460px; */
/*}*/
/*banner ed*/

/*local400 bg*/
.local400 {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 35px;
}
.local400 h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f80c0c;
    margin-bottom: 20px;
}
.friend  {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f80c0c;
    margin-bottom: 20px;
}
.local400 a {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.local400 span {
    color: #444;
    font-size: 14px;
    line-height: 40px;
    margin-right: 8px;
}
.local400 a:hover {
	color: #03adff;
}
/*.local400 .hotcity {
    margin-bottom: 30px;
}*/
.local400 .hc-2 {
    margin-bottom: 20px;
}
/*.local400 .hc-2 .qit{
    margin-bottom: 25px;
}*/
.local400 .hc-2 .qit .ad-box{
    width: 470px;
    line-height: 40px;
}
.local400 .hc-2 .qit .ad-box-1{
    width: 290px;
    line-height: 40px;
}
.local400-1 {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 35px;
}
.local400-1 h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #f80c0c;
    margin-bottom: 20px;
}
.local400-1 span {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin-right: 8px;
}
.local400-1 a {
    color: #444;
    font-size: 14px;
    /* height: 30px; */
    line-height: 30px;
    margin-right: 8px;
    float: left;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.local400-1 a:hover {
	color: #03adff;
}
.local400-1 .hotcity {
    margin-bottom: 30px;
}
.local400-1 .hotcity a {
	width: 140px;
	display: block;
	line-height: 25px;
	height: 25px;
}
.local400-1 .hc-2 {
    margin-bottom: 20px;
}
.local400-1 .hc-2 .qit{
    margin-bottom: 25px;
}
.local400-1 img {
	margin-right: 10px;
}
._color-03adff {
    color: #03adff !important;
}
.no-mr {
    margin-right: 0 !important;
}
.no-broder {
    border-bottom: none !important;
}
/*local400 ed*/
/*foot bg*/
.foot {
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #373d41;
}
.foot p {
    line-height: 30px;
}
.foot p span {
    margin-left: 6px;
    margin-right: 6px;
}
.foot img {
    margin: 0 5px;
    vertical-align: sub;
}
.foot, .foot a {
    font-size: 14px;
    color: #fff;
}
.foot-nav a:hover {
	color: #03adff;
}
.iframe1 iframe {
    /*width: 676px;*/
    /*height: 82px;*/
}
/*foot ed*/
/*R标*/
.R {
	vertical-align: super;
	font-size: 10px;
}
/*功能全集商客通400电话基础功能*/
.j-Kf {
	width: 103px;
	height: 110px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: red;
}
/*号码库*/
.haomaku {
	margin-bottom: 20px;
}
/*友情链接*/
.fr-box a::after {
	content: "|";
	margin-left: 10px;
	margin-right: -3px;
}
/*自定义客服*/
.c-kefu {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -149px;
}
.c-kefu .kf-1 {
	width: 128px;
	height: 128px;
	background:url(../images/kf-1.png);
	margin-bottom: 2px;
}
.c-kefu .kf-2 {
	width: 128px;
	height: 128px;
	background:url(../images/kf-2.png);
	margin-bottom: 2px;
	position: relative;
}
.c-kefu .kf-2:hover .kf-3 {
	display: block;
}
.c-kefu .kf-3 {
	width: 247px;
	height: 78px;
	background:url(../images/kf-3.png);
	position: absolute;
	left: -240px;
	top: 28px;
	display: none;
}
.c-kefu .backTop {
	width: 128px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	background-color: #535353;
	text-align: center;
	display: none;
}

/*ckfu隐藏*/
#sungoin_div {
	display: none;
}
.text-hover:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #fba846 !important;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.mt34 {
	margin-top: 34px !important;
}
.hotline {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 36px;
	border-left: 1px solid #4c4c4c;
}
.hotline .n {    
    font-size: 24px;
    line-height: 28px;
    
}
.hotline .t {    
	color: #aaa;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.lookMore {
	position: absolute;
	background-color: red;
	width: 100%;
	height: 100%;
	line-height: 100%;
	color: #ff8a00;
	z-index: -999;
}
.plc .plc-wrap {
	padding: 15px;
}
.plc a {    
	font-weight: bold;
    width: 25%;
    font-size: 14px;
    float: left;
    text-align: left;
    color: #444;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.plc a:hover {
	color: #03adff;
}
.side-place {
	margin: 0 !important;
}

/*表单6*/

#form6 {
	width: 100%;
	height: 234px;
	background: url(../images/index-bottom-common-bg.jpg) no-repeat top center;
	margin: 0 auto ;
	overflow: hidden;
	margin-top: 30px;
}
.iframDiv {
	width: 962px;
	height: 234px;
	/*background: red;*/
	margin: 120px auto 0;
}
#iframe6 {
	width: 962px;
	height: 234px;
	margin-top: 30px;
	display: none;
}
.khlb-fy {
	overflow: hidden;
}
/*分页选中样式*/
.pagelist .thisclass {
	color: #03adff;
}
#nb_icon_wrap{
	/*display: none !important;*/
	/*visibility: hidden !important;*/
}

#LRdiv0 {
	display: none !important;
}

/*cnzz 隐藏*/
#cnzz_stat_icon_1275017599 {
	display: none;
}
/* 今日爆款套餐只要9元/天 */
.nine-hd {
    margin-bottom: 30px;
    padding: 35px 0;
    width: 100%;
    height: 270px;
    background: #ff8e2d;
    background-image: -moz-linear-gradient( 142deg, rgb(255,118,0) 0%, rgb(255,149,58) 100%);
    background-image: -webkit-linear-gradient( 142deg, rgb(255,118,0) 0%, rgb(255,149,58) 100%);
    background-image: -ms-linear-gradient( 142deg, rgb(255,118,0) 0%, rgb(255,149,58) 100%);
}

.nine-hd .inner-ct {
    margin-left: 35px;
    float: left;
    width: 625px;
    color: #ffffff;
}
.nine-hd .inner-ct .top {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fdaa9f;
}
.nine-hd .inner-ct .top a {
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal; 
}
.icon-group {
    height: 45px;
    margin-top: 15px;
}
.icon-group .it {
    float: left;
    height: 40px;
    padding-top: 5px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 18px;
}
.icon-group .it.it1 {
    padding-left: 45px;
    margin-right: 38px;
    background-image: url(../images/nine-icon/nine-icon1.png);
}
.icon-group .it.it2 {
    padding-left: 52px;
    margin-right: 38px;
    background-image: url(../images/nine-icon/nine-icon2.png);
}
.icon-group .it.it3 {
    padding-left: 48px;
    margin-right: 38px;
    background-image: url(../images/nine-icon/nine-icon3.png);
}
.icon-group .it.it4 {
    padding-left: 57px;
    background-image: url(../images/nine-icon/nine-icon4.png);
}
.exp-num {
    margin-top: 40px;
}
.exp-num .exp-top  {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}
.exp-num .exp-top  a {
    font-size: 16px;
    float: right;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}
.exp-box {
    margin: 0 -8px;
}
.exp-box .item {
    width: 196px;
    height: 44px;
    color: #640118;
    float: left;
    line-height: 44px;
    font-weight: bold;
    margin: 15px 8px 0;
    font-size: 20px;
    text-align: center;
    background: #fbdaa9;
    cursor: pointer;
}
.exp-box .item:hover {
    opacity: .9;  
}
.nine-day {
    width: 254px;
    height: 279px;
    background: url(../images/nine-9.png) no-repeat center center;
    float: right;
    margin-right: 34px;
}
.nine-day .btn {
    width: 206px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: #ff7600;
    margin: 206px auto 0;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
}
.nine-day .btn:hover {
    opacity: .8;
}
/*new tc style*/
/* 套餐改版 */
.mb30 {
    margin-bottom: 30px !important;
}
.new_ctg .item {
    float: left;
    width: 300px;
    height: 488px;
    border: 1px solid #e5e5e5;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    cursor: pointer;
}
.new_ctg .item:hover {   
    box-shadow: 0 5px 40px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 30px 5px rgba(0,0,0,.1);
    transform: translate3d(0,-5px,0);
    -webkit-transform: translate3d(0,-5px,0);
}
.new_ctg .item.center-box {
    margin: 0 28px;
}
.new_ctg .item.m90:after {
    width: 80px;
    height: 60px;
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    right: 13px;
    background: url(../images/m90.png) no-repeat center;
}
.new_ctg .item.m91:after {
    width: 80px;
    height: 60px;
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    right: 13px;
    background: url(../images/m91.png) no-repeat center;
}
.new_ctg .item .top {
    margin: 34px 30px 0 30px;
}
.new_ctg .item .top .tit {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.new_ctg .item .top .small {
    margin-bottom: 24px;
    line-height: 12px;
    color: #8b8b8b;
}
.new_ctg .item .top .small1 {
    margin-bottom: 14px;
}
.new_ctg .item .top dl {
    padding-bottom: 10px;
    border-bottom: 1px solid #9b9ea0;
}
.new_ctg .item .top dl dt {
    margin-bottom: 5px;
    font-size: 14px;
    color: #ff8a00;
}
.new_ctg .item .top dd {
    line-height: 22px;
    color: #8b8b8b;
}
.new_ctg .item .top dl i {
    margin-right: 8px;
    color: #ff8a00;
}
.new_ctg .item .top .sl {
    line-height: 12px;
    font-size: 14px;
    color: #ff8a00;
    margin-top: 17px;
    margin-bottom: 12px;
}
.new_ctg .item .top .sl .kf {
	font-size: 12px;
}
.new_ctg .item .top .new-num {
    line-height: 26px;
    font-size: 15px;
}
.new_ctg .item .top .new-num .fr {
}
.new_ctg .item .sub {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
    margin-top: 15px;
    color: #ffffff;
    background-color: #5c51ff;
    background-image: -moz-linear-gradient( 0deg, rgb(95,78,255) 0%, rgb(3,173,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(95,78,255) 0%, rgb(3,173,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(95,78,255) 0%, rgb(3,173,255) 100%);
}
.new_ctg .item:hover .sub {
    background-image: -moz-linear-gradient( 180deg, rgb(95,78,255) 0%, rgb(3,173,255) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(95,78,255) 0%, rgb(3,173,255) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(95,78,255) 0%, rgb(3,173,255) 100%);
}
.new_ctg .item .sub:after {
    position: absolute;
    content: "限量特惠价";
    display: block;
    border: 1px solid #fff;
    width: 73px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    top: 18px;
    left: 30px;
}
.new_ctg .item .much {
    margin-top: 55px; 
    margin-left: 30px;
}
.new_ctg .item .much .q {
    float: left;
    font-size: 20px;
}
.new_ctg .item .much i {
    font-size: 30px;
    font-weight: bold;
}
.new_ctg .item .much .y {
    float: left;
    margin-left: 25px;
    margin-top: 15px;   
    font-size: 14px;
} 
.new_ctg .item .sub .btn {
    margin-top: 18px;
    margin-left: 30px;
    height: 34px;
    width: 144px;
    font-size: 14px;
    border-radius: 17px;
    border: 1px solid #fff;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.new_ctg .item .sub .btn:hover {
    color: #5c51ff;
    background: #fff;
}
.side-box {
    position: fixed;
    left: -10px;
    top: 20%;
    width: 253px;
    height: 387px;
    background: url(../images/cn-bd.png) no-repeat center center;
    z-index: 999;
}
.side-box .form-box {
    position: relative;
    margin-left: 39px;
    margin-top: 184px;
    width: 168px;
    height: 193px;
    overflow: hidden;
    background: transparent;
}
.side-box .form-box input[type=text] {
    margin-left: 40px;
    font-size: 14px;
    padding-left: 8px;
    height: 39px;
    width: 105px;
    border: none;
    border-bottom: 1px solid #b6b6b6;
}
.side-box .form-box input[type=text]:focus {
    outline: none;
}
.side-box .code {
    position: absolute;
    font-size: 14px;
    right: 15px;
    bottom: 82px;
    font-family: "黑体";
    width: 40px;
    height: 20px;
    text-align: center;
    background: #cacaca;
    color: #000000;
    line-height: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}
.side-box .btn-vo-sub {
	padding-left: 0;
    margin-top: 28px;
    background: #ff0948;
    color: #ffffff;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}