@charset "utf-8";
/**
 * @Author   alan
 * @Date     2016-09-01
 * @E_mail   yuanweihai25@163.com
 * @desc     用于移动端初始化样式
 */

body, h1, h2, h3, h4, h5, h6, p,dl, dt, dd, ul, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin: 0;padding: 0;}
html {height: 100%;}
body {font: 12px "PingFang HK","Microsoft YaHei","Arial";color: #555;line-height: 1.5;overflow-x: hidden;}
*,::after,::before {box-sizing: border-box;}

ol,ul,li {list-style-type:none;vertical-align : middle;}
img {vertical-align:top;border: 0;border: 0;}
input,select,textarea,button {vertical-align:middle;font-family: "Microsoft YaHei";}
textarea,input {text-indent: 10px;} /*表单元素默认有10像素的缩进*/
input[type='submit'],input[type='button'],button {text-indent: 0;text-align: center;cursor: pointer;}
label, button, a {cursor: pointer}
ins,em,b,i {text-decoration: none;font-style: normal;}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button{outline:none;}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder{color: #999;transition:color .5s;}

/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder{color: #c2c2c2;}

/* table */
table {border-collapse:collapse;border-spacing:0;font:inherit;}

/* a_link */
a {color: inherit;text-decoration:none;}
a:hover {text-decoration:none;cursor:pointer;}
a:focus { background-color:transparent; }

h1,h2,h3,h4,h5,h6,em {font-weight: normal;}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

/* 浮动与清浮动 */
.left {float:left;}
.right {float:right;}
.clear::after {content:'\20';display:block; height:0;line-height:0;font-size:0;clear:both;visibility:hidden;}
.hide {display: none!important;}
.show {display: block!important;}

.font-weight-3 {font-weight: 300;}

.text_center {text-align: center;}
.text_overflow {display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.overflow_h {overflow: hidden;}

/*滚动动画的样式*/
.disable-hover {pointer-events: none;}
.scroll-animate.animated {}
.font-fadeIn font{display: inline-block;}

/*垂直剧中*/
.vertical-box {vertical-align: middle;text-align: center;}
.vertical-box .vertical-span {display: inline-block;vertical-align: middle;height: 100%;}
.vertical-box .vertical-div {display: inline-block;vertical-align: middle;text-align: left;}


.layout-table {display: table;height: 100%;width: 100%;}
.layout-table-cell {display: table-cell;vertical-align: middle;}

ul.layout-box {display:-moz-box;display:-webkit-box;display:box;}
ul.layout-box li {-moz-box-flex:1.0;-webkit-box-flex:1.0;box-flex:1.0;}


.black-cover-1::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.1);position: absolute;left: 0;top: 0;}
.black-cover-2::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.2);position: absolute;left: 0;top: 0;}
.black-cover-3::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.3);position: absolute;left: 0;top: 0;}
.black-cover-4::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.4);position: absolute;left: 0;top: 0;}
.black-cover-5::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.5);position: absolute;left: 0;top: 0;}

.anim_hover {
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.anim_hover:hover {
    -ms-transform: translate(0,-2px);
    transform: translate(0,-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate(0,-2px);
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1)
}
.hover-pic-box {position: relative;overflow: hidden;}
.hover-pic-box .pic {position: absolute;width: 100%;height: 100%;background:center center no-repeat;background-size: cover;transition: all .4s ease-in-out;}
.hover-pic-box:hover .pic {transform: scale(1.1);}

.pt1 {padding-top: 1px;}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.l_box {
    width: 200px;
    height: 112px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.l_box:hover{
    transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}

.scroll-bar::-webkit-scrollbar { width: 4px; background-color: rgba(0, 0, 0, 0.2); }
.scroll-bar::-webkit-scrollbar-thumb { border: none; width: 4px; background-color: rgba(0, 0, 0, 0.4); }
.scroll-bar::-webkit-scrollbar-corner { background-color: rgba(255, 255, 255, 0.5); }
.scroll-bar::-webkit-scrollbar:horizontal { height: 9px; }

.mobile-menu-btn {color: #515151;position: fixed;right: 10px;top:20px;font-size: 20px;z-index: 9999;}
.mobile-menu-cover {background-color: rgba(0,0,0,.5);position: fixed;width: 100%;height: 100%;right: 0;top:50px;left: 0;bottom: 0;transform: translateY(100%);transition: all .5s;z-index: 98;}
.mobile-menu-cover.on {transform: translateY(0);}

/*全站的弹窗样式*/
@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}100%{opacity:1;transform:scale(1)}}
@keyframes bounceOut{0%{opacity:0;transform:scale(1)}100%{opacity:1;transform:scale(0)}}
@keyframes bounceInOut{0%{opacity:0;transform:scale(.5)}15%{opacity:1;transform:scale(1)}85%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0)}}

.sharonTips {animation-fill-mode: both;animation-duration: .3s;z-index: 19910119;width: 260px;position: fixed;-webkit-overflow-scrolling:touch;background-color: #fff; -webkit-background-clip: content;box-shadow: 1px 1px 50px rgba(0,0,0,.3);left: 50%;top:50%;margin-left:-130px;font-size: 14px;}
.sharonTips-shade {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index:19910116;background-color: #000;opacity: 0.3;}

/*弹窗的动画行为*/
.anim-bounceIn {animation-name:bounceIn}
.anim-bounceOut {animation-name:bounceOut;}
.anim-bounceInOut {animation-name:bounceInOut;animation-duration: 2.4s;}


/*弹窗的样式*/
.sharonTips-toast{position:fixed;top:50%;left:50%;width:auto;padding: 15px 30px;text-align:center;color:#fff;border-radius:3px;background:rgba(0,0,0,0.7);z-index: 19910120;}
.sharonTips-confirm{}
.sharonTips-prompt input{width: 100%;height: 30px;line-height: 30px;}


.sharonTips-title {padding: 0 80px 0 20px;height: 42px;line-height: 42px;border-bottom: 1px solid #eee;font-size: 14px;color: #333;overflow: hidden;background-color: #F8F8F8;}
.sharonTips-content {position: relative;padding: 20px;line-height: 24px;word-break: break-all;font-size: 14px;overflow-y: auto;}
.sharonTips-closeBtn {position: absolute;right: 15px;top: 15px;font-size: 0;line-height: initial;}
.sharonTips-closeBtn a {display: inline-block;vertical-align: top;position: relative;width: 16px;height: 16px;margin-left: 10px;font-size: 12px;background:url('images/sharonTips-icon.png') 0 -40px no-repeat;}
.sharonTips-btn {text-align: right;padding: 0 10px 12px;pointer-events: auto;user-select: none;}
.sharonTips-btn a {height: 28px;line-height: 28px;margin: 0 6px;padding: 0 15px;border: 1px solid #dedede;background-color: #f1f1f1;color: #333; border-radius: 2px;font-weight: 400;cursor: pointer;text-decoration: none;display: inline-block;vertical-align: top;}
.sharonTips-btn a.yesBtn {border-color: #4898d5;background-color: #2e8ded;color: #fff;}



/*animate.css 的一点补充动画*/

.fadeInLeftSmall {animation-name: fadeInLeftSmall;}
@keyframes fadeInLeftSmall {
    from { opacity: 0;transform: translate3d(-10%, 0, 0);}
    to { opacity: 1;transform: none;}
}



.fadeInRightSmall {animation-name: fadeInRightSmall;}
@keyframes fadeInRightSmall {
    from {opacity: 0;transform: translate3d(10%, 0, 0);}
    to { opacity: 1;transform: none;}
}



/* 针对PC端 */
@media screen and (min-width:800px){
    .pc-left {float: left;}
    .pc-right {float: left; margin-top: 30px; margin-left: 40px;}
}

/*移动端和PC端区分样式*/
@media screen and (max-width:800px){
    .only-pc {display: none;}
}
@media screen and (min-width:800px){
    .only-phone {display: none;}
}


.scroll-parallax {
    transition: transform .4s ease-out;
}


/*banner*/
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat; margin-top: 90px;}
.slides{position:relative;z-index:0;}
.slides li{}
.flex-control-nav{position:absolute;bottom:10px;z-index:0;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:80px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/lbtn.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/rbtn.png) center center no-repeat;}

/*在线客服*/
.kefu{ position:absolute; right:0; top:250px; z-index: 9999;}
.kefu .slide_min{ width:28px; height:112px; background:url(../images/zxkf.jpg) no-repeat; cursor:pointer;}
.kefu .slide_box{ width:154px; height:auto; overflow:hidden; background:url(../images/zxkf2.jpg) repeat-y; font-size:12px; text-align:center; line-height:130%; color:#666; border-bottom:2px solid #c61d23;}
.kefu .slide_box .weixin{ margin-bottom:5px; width: 100%;}
.kefu .slide_box img{ cursor:pointer;}
.kefu .slide_box p{ text-align:center; padding:5px; margin:5px;border-bottom:1px solid #ddd;}
.kefu .slide_box span{ padding:5px 10px; display:block;}
.kefu .slide_box span a{ color:#76A20C;}