/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; }

html, body, fieldset, img, iframe, abbr { border: 0; }

i, cite, em, var, address, dfn { font-style: normal; }

[hidefocus], summary { outline: 0; }
.display_nones{display: none;}

li { list-style: none; }

h1, h2, h3, h4, h5, h6, small { font-size: 100%; }

sup, sub { font-size: 83%; }

pre, code, kbd, samp { font-family: inherit; }

q:before, q:after { content: none; }

textarea { overflow: auto; resize: none; }

label, summary { cursor: default; }

a, button { cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, strong, b { font-weight: bold; }

del, ins, u, s, a, a:hover { text-decoration: none; }

body, textarea, input, button, select, keygen, legend {color: #333; outline: 0; }

body { background: #fff; }

a, a:hover { color: #333; }

html, body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
}
.thisp p{text-align: center;line-height: 31px;}

.fs-12 { font-size: 1.2rem; }

.fs-13 { font-size: 1.3rem; }

.fs-16 { font-size: 1.6rem; }

.fs-18 { font-size: 1.8rem; }

.fs-19 { font-size: 1.9rem; }

.fs-20 { font-size: 2rem; }

.fs-22 { font-size: 2.2rem; }

.fs-24 { font-size: 2.4rem; }

.fs-30 { font-size: 3rem; }

.fs-35 { font-size: 3.5rem; }

.fc-444 { color: #444; }

.fc-F6D6B1 { color: #f6d6b1; }

.fc-111 { color: #111; }

.fc-FF3F00 { color: #ff3f00 }

.fc-868686 { color: #868686; }

.fc-CD0D0D { color: #cd0d0d; }

.fc-AAA { color: #aaa; }

.fc-FFF { color: #fff; }

.fc-111 { color: #111; }
.fc-222 { color: #222; }
.fc-333 { color: #333; }
.fc-444 { color: #444; }
.fc-555 { color: #555; }
.fc-666 { color: #666; }
.fc-777 { color: #777; }
.fc-888 { color: #888; }
.fc-999 { color: #999; }

.fc-FF9673{color: #FF9673;}

.fc-FF9226{color:#FF9226;}

.mTop-5 { margin-top: 5px; }

.mTop-10 { margin-top: 10px; }

.mTop-15 { margin-top: 15px; }

.mTop-20 { margin-top: 20px; }

.mTop-30 { margin-top: 30px; }

.mTop-35 { margin-top: 35px; }

.mLeft-10 {    margin-left: 10px;}

.mLeft-20 { margin-left: 20px; }

.mLeft-80 { margin-left: 80px; }

.mBottom-20 { margin-bottom: 20px; }

.fl { float: left; }

.fr { float: right; }

.pad-5{ padding: 0.5rem; }

.pad-10{ padding: 1rem; }

.pad-15{ padding: 1.5rem; }

.pad-20{ padding: 2rem; }

.pad-30{ padding: 2rem; }

.aPad-40{padding: 0 4rem;}

.aPad-50{padding: 0 5rem;}

.ln-15{ line-height: 1.5rem; }

.ln-20{ line-height: 2rem; }

.ln-25{ line-height: 2.5rem; }

.ln-30{ line-height: 3rem; }

.ln-40{ line-height: 4rem; }

.mar-5{margin: 0.5rem;}
.mar-10{margin: 1rem;}

.clear{ clear:both} 

.border-right{border-right: solid 1px #ddd;}

.img-circle {border-radius: 50%;}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F787B1;
}



.pos-abs{position: absolute;}


.photo-box div {
    min-height: 106px;
    max-width: 190px;
    position: relative;
    background: #0a001f;
}

.photo-box img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    opacity: .8;
}

.photo-box img:hover {
    opacity: 1;
    transform: scale(1.5);
    z-index: 888;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.my-col-md-2{width:10%;}

.row{margin-left: 0;margin-right: 0;}

.mar-r-10>div{margin-right: 1rem;}

.gray { 
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: grayscale(100%); 
filter: gray; 
} 
.openUrl{cursor: pointer;}


.side-pannel {
    position: fixed;
    width: 50px;
    bottom: 150px;
    right: 60px;
    z-index: 99999999999;
}

.side-bar > a {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar > a:hover { background: #40ca1d; }

.side-bar a.gotop:hover { background: #222; }

.side-bar a.qq i {
    background: url(../images/side_03.png) no-repeat;
    width: 24px;
    height: 26px;
    display: block;
    margin: 10px auto;
}

.side-bar .dh {
    width: 50px;
    height: 50px;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    float: left;
    border-radius: 50%;
    background: rgba(51, 51, 51, .9);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: all .3s ease-out;
}

.side-bar .dh:hover {
    background: #40ca1d;
}

.side-bar .dh i {
    background: url(../images/side_06.png) no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    margin: 14px auto;
}

.side-bar a.wx i {
    background: url(../images/side_10.png) no-repeat;
    width: 26px;
    height: 22px;
    display: block;
    margin: 14px auto;
}

.side-bar a.gotop i {
    background: url(../images/side_14.png) no-repeat;
    width: 23px;
    height: 13px;
    display: block;
    margin: 17px auto;
}

.side-bar .dh .hide1 {
    width: 166px;
    position: absolute;
    left: -166px;
    top: -35px;
}

.side-bar .dh .hied_con {
    width: 150px;
    background: #222;
    border-radius: 4px;
    color: #fff;
    padding: 5px 0 15px 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
    transition: width .3s ease-in-out;
    display: none;
}

.side-bar .dh:hover .hied_con {
    display: block
}

.side-bar .dh .hied_con:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
    right: 11px;
    top: 58px;
    transform: rotate(45deg);
}

.side-bar .dh .hide1 dl {
    width: 110px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    line-height: 22px;
    font-size: 12px;
    margin-top: 10px;
}

.side-bar .dh .hide1 dl dt a {
    color: #fff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.popover1 {
    width: 360px;
    height: 400px;
    z-index: 100001;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    margin: -200px 0 0 -180px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .2);
    display: none;
    text-align: center;
}

.popover1 dl {
    margin-top: 60px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.popover1 dl a {
    width: 110px;
    height: 40px;
    background: #24b728;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    line-height: 40px;
}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 479px) {
	.side-pannel {display:none;	}
	.aPad-50{padding: 0 3rem;}
}
.jichuban_css{
	position: absolute;
    top: -5px;
    right: 1px;
    width: 100px;
    background: url(../images/jichu_img.png) no-repeat;
    height: 24px;
}

.side-bar a.baojia i {
    background: url(../images/taocan.png) no-repeat;
    width: 31px;
    height: 30px;
    display: block;
    margin: 10px auto 0;
}
.side-bar a.nianhui i {
    background: url(../images/nian.png) no-repeat;
    width: 31px;
    height: 30px;
    display: block;
    margin: 10px auto 0;
}
.side-bar a.zhinan i {
    background: url(../images/zhinan.png) no-repeat;
    width: 27px;
    height: 26px;
    display: block;
    margin: 10px auto 0;
}













.feature_style{
    padding-left:0;padding-right:0;float: left;width: 16.66666667%;
}
@media screen and (max-width: 600px) {
    .pageNavs{ height: 70px!important;}
    .logo_img{ width: 100px!important;height: 69px!important;float: left;}
    .pageNavs img{height: 48px;  margin-top: 10px;}
    .mobile_indexTop{float: right;  height: 70px;}
    .pageNavs .pageNav {  height: 42px;  padding: 0!important;  }
    .pageNavs .pageNav a{padding: 0 1.2rem;line-height:70px!important;}
    .topDiv{ display: none!important;}
    /*.index-case-bg{height:110px!important;}*/
    .feature_style{  display: none!important;}
    .func-detail-cont{width:100%!important;}
    .gohudong_modeVideo{height:168px!important;}
    .xq-bs{height:auto!important;padding: 0!important;background:none!important;}
    .hunliImg{padding-right:0!important;margin-bottom:20px!important;}
}
.mobile_indexImg img{width:100%;}
.mob_moneyStyle{
    float: right;
    color: #aeaaaa;
    font-size: 10px;
}
.activity_m_fun{
    border: 1px solid #e3e3e3;
    font-size: 13px;
    background: #EEEEEE;
    color: #f15252;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.activity_m_num{
    border: 1px solid #e3e3e3;
    font-size: 13px;
    background: #9559ff;
    color: #fbf8fb;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

*,  *:before,  *:after { box-sizing: border-box; margin: 0; padding: 0; }
.loader {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -11px;
}
.loader-7 .line { width: 4px; position: absolute; border-radius: 5px; bottom: 0; background: -webkit-gradient(linear, left top, left bottom, from(#3548b2), to(#5714ce));background: -webkit-linear-gradient(top, #301ee9, #9283ad);background: linear-gradient(to bottom, #ea5132, #6c066c);; }
.loader-7 .line1 { left: 0; -webkit-animation: line-grow 0.5s ease alternate infinite; animation: line-grow 0.5s ease alternate infinite; }
.loader-7 .line2 { left: 10px; -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite; animation: line-grow 0.5s 0.2s ease alternate infinite; }
.loader-7 .line3 { left: 20px; -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite; animation: line-grow 0.5s 0.4s ease alternate infinite; }
@-webkit-keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}
@keyframes line-grow {
    0% {
        height: 0;
    }
    100% {
        height: 75%;
    }
}


 .openImg { cursor: pointer; } .openVideo-v:hover { background: url(../images/start.png) no-repeat center; background-color: rgba(17,17,17,.5); cursor: pointer; } .openVideo-v { width: 91%; height: 120px; position: absolute; } .layui-layer { background-color: #000 !important; } .index-h { height: 207px; } .td-center { background: #fafafa; color: #404040; border-bottom: 1px solid #e3e3e3; } .col_FFF7FF { background: #fafafa; color: #404040; } .bs2_F2F9FF { color: #FB8D69; background: #fff; } .gohudong_priceP { background: #fff; } .img-banner { text-align: left; } .pcenter .texe-indent { text-indent: 30px; }











