@charset "gb2312";
/* reset */

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; } */
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; text-align: left; font-family: Arial, Helvetica, sans-serif }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.fl { float: left }
.fr { float: right; }
.pr { position: relative }
.pa { position: absolute; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.hide{display:none}
.letter12red{color:#d40d12}

/*PC*/
.kf_modal{ position: fixed; width: 500px; background-color: #fff; border-radius: 10px; box-shadow: 0px 5px 20px rgba(0,0,0,.5);
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    z-index: 300;
    -webkit-transition: all 1.6s ease-out 0s;
    transition: all 1.6s ease-out 0s;
    display:none;
}
.kf_modal,
.kf_modal *{box-sizing: content-box !important;}
.kf_modal_header{padding-left:15px;padding-top:9px;padding-bottom:9px;}
.kf_m_h_img img{border-radius:20px;}
.kf_m_h_txt{line-height:40px;padding-left:20px; font-family: Microsoft Yahei;font-size:16px; color: #333}
#kf_closeButton{ position:absolute;width:24px;height:24px; content:''; background: url(../images/button-close.png) no-repeat 0 0;
right:4px;top:4px; opacity: .7; transition-duration: .3s}
#kf_closeButton:hover{ opacity:1;}
#mes_closeButton{ position:absolute;width:24px;height:24px; content:''; background: url(../images/button-close.png) no-repeat 0 0;
right:4px;top:4px; opacity: .7; transition-duration: .3s}
#mes_closeButton:hover{ opacity:1;}
.kf_modal_body{height:250px; background: url(../images/kf_bg.png) no-repeat 0 0;position: relative}
.kf_modal .form-callback{display:none; background-color: #fff; border-radius: 20px;}
.kf_modal .form-callback input{border:none;background: none; outline: none}
.kf_modal .form-callback input[type=text]{line-height: 36px;height:36px; padding-left:10px;}
.kf_modal .form-callback input[type=submit]{background-color:#d40d12; color: #fff; line-height: 36px; padding-left:12px; padding-right: 12px;border-top-right-radius:20px;border-bottom-right-radius:20px; cursor: pointer}
.kf_modal .form-callback input[type=submit]:hover{background-color:#e80b11}
.kf_modal_footer{padding:10px 15px;}
.kf_onlineser textarea{ width: 267px; height: 61px; font-family: Microsoft Yahei; color:#666; font-size:14px; line-height: 24px;
    padding-left:10px;
    padding-right:10px;
    outline: none;
    border:1px solid #d2d2d2; border-right:0px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; box-shadow: 0px 3px 3px rgba(0,0,0,.1) inset;}
.kf_onlineser button{
    float:right; 
    border:none;
    display:block;
    width:50px;height:65px;
    background-color: #d40d12;
    font-size: 16px;
    color:#fff;
    padding-left: 20px; padding-right: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
    line-height: 18px;
}
.kf_onlineser button:hover{background-color:#e80b11}
.kf_mes{padding-left:10px;}
.kf_mes a{
    display:block;
    text-align: center;
    width:82px;
    height:50px;
    padding-top:15px;
    background-color: #ff6005;
    font-size: 16px;
    color:#fff;
    border-radius: 6px;
    text-decoration: none;
    line-height: 18px;
}
.kf_mes a:hover{background-color:#ff8205}
/*PC-VIP*/
.kf_vip .kf_modal_body{background: url(../images/kf_bg_vip.png) no-repeat 0 0;}
.kf_vip .form-callback{display:block; position: absolute;top:154px; left:60px;}
/*animation*/
.animated1 { -webkit-animation-duration: .8s; animation-duration: .8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes fadeInDown1 { 0% {
-webkit-transform:translate3d(0, -300%, 0) ;
-ms-transform:translate3d(0, -300%, 0) ;-webkit-transform:translate3d(0, -300%, 0) ;
transform: translate3d(0, -300%, 0);
}

50%{
-webkit-transform:rotate(3deg);-ms-transform:rotate(3deg);-webkit-transform:rotate(3deg);
transform:rotate(3deg);
	}

100% {
-webkit-transform: none;-ms-transform: none;-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown1 { 00% {
-webkit-transform:translate3d(0, -300%, 0) ;
-ms-transform:translate3d(0, -300%, 0) ;-webkit-transform:translate3d(0, -300%, 0) ;
transform: translate3d(0, -300%, 0);
}

50%{
-webkit-transform:rotate(3deg);-ms-transform:rotate(3deg);-webkit-transform:rotate(3deg);
transform:rotate(3deg);
	}

100% {
-webkit-transform: none;-ms-transform: none;-webkit-transform: none;
transform: none;
}
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeOutDown1 { 
50%{
-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);
transform:rotate(-5deg);
	}
100% {
-webkit-transform:translate3d(0, 300%, 0);-ms-transform:translate3d(0, 300%, 0);
transform:translate3d(0, 300%, 0);
}
}
@keyframes fadeOutDown1 { 
50%{
-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);
transform:rotate(-5deg);
	}
100% {
-webkit-transform:translate3d(0, 300%, 0);-ms-transform:translate3d(0, 300%, 0);
transform:translate3d(0, 300%, 0);
}
}
.fadeOutDown1 { -webkit-animation-name: fadeOutDown1; animation-name: fadeOutDown1 }


/*slidebar*/
.kf_slidebar{position:fixed; top:50%; right:0;margin-top:-150px; z-index:10000}
.kf_slidebar>a{background-color:#d40d12; display: block; text-decoration: none; text-align: center;padding: 10px; margin-bottom: 1px;}
.kf_slidebar>a>img{margin:0 auto;}
.kf_slidebar>a>span{display:block; text-align: center; color: #fff; font-family: Microsoft Yahei;font-size:12px; padding-top: 10px;}
.kf_slidebar>a:hover{ background-color:#e80b11}
.kf_slidebar .phoneAsk { position: absolute; width: 264px; height: 73px; background: #FFFFFF; 
border: 1px solid #e1e4e6;top:76px;right:70px; }
.kf_slidebar .call { padding: 11px 0 0 15px; }
.kf_slidebar .span1 { float: left; }
.kf_slidebar .call .span1 input { width: 161px; height: 32px; padding-left: 8px; box-sizing: border-box; font-size: 14px; }
.kf_slidebar input { text-indent: 0px; border: 2px solid #d40d12; outline: none}
.kf_slidebar .calltome { float: left; font-size: 14px; width: 72px; height: 32px; box-sizing: border-box; background:#d40d12; border-radius: 0 2px 2px 0; color: #FFFFFF; letter-spacing: -0.18px; line-height: 32px; cursor: pointer; display: inline-block; border: none; text-align: center}
.kf_slidebar .phoneAsk p { margin-top: 5px; float: left; font-size: 12px; letter-spacing: 0.63px; }
.kf_slidebar .phoneAsk p.tip, .kf_slidebar .phoneAsk p.waittip { color: #43484A; }
.kf_slidebar>a.slidebar_top{ padding:15px 10px;background-color:#959595}

/*MES*/
.kf_m_mesbody{ width:500px;height:330px; overflow: hidden; border-bottom-right-radius:10px;border-bottom-left-radius:10px;}

/*modal-calling*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal{z-index: 1000001;}
.modal-calling{width:600px; left: 50%; margin-left: -300px; top:50%; height: 400px; margin-top:-200px;
    text-align: center; position: fixed; box-sizing: border-box;
    z-index: 1000000;
    padding-top: 60px;
background: #fff; border-radius: 4px;
box-shadow: 0 2px 5px rgba(0,0,0,.25);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25)}
.calling-title{padding-top:36px; font-size:24px; color:#212121; font-weight: bold;}
.calling-container{padding:20px 0; font-size: 18px; color:#555}
.calling-container p{line-height: 1.5; font-size: 18px; text-align: center}
.calling-container>p.calling-number{font-size: 36px; color:#ff5a5f; font-weight: bold;}
.calling-img{text-algin:center;}
.calling-img img{margin:0 auto;}
.closeCalling{ position: absolute; top:10px; right:10px; border: 0;
background:#f5f5f5; font-size: 14px; text-align: center; line-height: 1; padding: 8px 0;border-radius: 3px;
outline: none; text-align: center; width: 48px;}
.closeCalling[disabled]{ color:#ccc}
.modal-mask{        
    display: block;
    z-index: 999999;
    font-size: 0px;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.kf_s_download{position:relative}
.kf_s_download .hide-code{ position: absolute; top: 0; right: 70px; padding: 10px 10px 9px 10px; background: #fff; border: 1px solid #DDDDDD; display: none;}
.kf_s_download .hide-code img{ }
.kf_s_download .hide-code span{line-height: 24px; font-size:14px; color:#666}
.kf_s_download:hover .hide-code{ display: block;}