﻿/*!home:static/css/index/index.css*/


body {
	background: #f8f8f8;
}


/*??????  */
.home_slide .hd {
	width: 200px !important;
	left: 50%;
	margin-left: -100px;
}
.home_mainpart_wrap .home_slide .hd li {
	display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.53);
    margin-right: 10px;
    text-indent: -9999px;
    font-size: 0;
    zoom: 0;
    overflow: hidden;

}
.home_mainpart_wrap .home_slide .hd li.on {
	cursor: pointer;
    background-color: #fff;
}

/*record*/
.common_home_right button a {
	display: inline-block;
	line-height: 40px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.common_home_right input {
	border:1px solid #e8e8e8 !important;
}


/*advertisement*/

#index-adv1 {
	width: 100%;
	background: #F8F8F8;
	padding-top: 35px;
}

.index-adv-center {
	width: 1200px;
	margin: auto;
}

#index-adv2 {
	width: 100%;
	background: #F8F8F8;
	padding-top: 35px;
}
.home_mainpart_wrap {
	text-align: center;
}
.home_mainpart_wrap:hover .next{
	opacity: 1;
	margin-left: 297px;
}
.home_mainpart_wrap:hover .prev{
	opacity: 1;
	margin-left: -375px;
}
.home_mainpart_wrap .next {
	display: inline-block;
	width: 60px;
	height: 150px;
	background: url('/skin/images/next_d41b93b.png');
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -75px;
	margin-left: 303px;
	opacity: 0;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.home_mainpart_wrap .prev {
	display: inline-block;
	width: 60px;
	height: 150px;
	position: absolute;
	top:50%;
	left:50%;
    margin-top: -75px;
	margin-left: -380px;
	opacity: 0;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background: url('/skin/images/prev_1e02a95.png')
}
/* ??????banner????????????????????? */
#banner .home_slide .bd ul { width:100% !important;}
#banner .home_slide .bd ul li{ width:100% !important;}


/*??????*/

@keyframes helpMove {
	0% {
		transform: rotate(-20deg);
	}
	33% {
		transform: rotate(0deg);
	}
	66% {
		transform: rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
	}
}


/*!home:widget/index/activity/activity1/activity.css*/
#activity-entr{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
#activity-entr>div {
    height: 750px;
    width: 750px;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 50%;
    margin-top: -375px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
#activity-entr>div>img {
    position: absolute;
    top: 50%;
    left: 50%;
}
#activity-entr>div>.act-bcg2 {
 
    margin-left: -270px;
    margin-top: -270px;
    z-index: 10;
}

#activity-entr>div>.act-word2 {
    z-index: 12;

    margin-left: -282px;
    margin-top: -150px;
}

#activity-entr>div>.act-go {
    margin-top:200px;
    margin-left: -155px;
    z-index: 12;
    cursor: pointer;
    -o-animation:actGo 2s infinite;
    -moz-animation:actGo 2s infinite;
    -ms-animation:actGo 2s infinite;
    -webkit-animation:actGo 2s infinite;
    animation:actGo 2s infinite;
}
#activity-entr>div>.act-close {
    top: 19%;
    margin-left: 270px;
    z-index: 12;
    cursor: pointer;
}
/* ?????? */
#activity-entr>div>.act-yb1 {
    top: 17%;
    margin-left: 180px;
    z-index: 12;
}
#activity-entr>div>.act-yb2{
    margin-top: 10px;
    margin-left: -280px;
    z-index: 12;
    
}
#activity-entr>div>.act-yb3{
    top: 26%;
    margin-left: 170px;
    z-index: 13;
}
#activity-entr>div>.act-yb4 {
    margin-top: 60px;
    margin-left: -290px;
    z-index: 12;
}


@-moz-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

@-o-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

@-ms-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

@-webkit-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}


/* ?????? */
@-o-keyframes actGo {
    0% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
    25% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    50% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
        
    }
    75% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
}

@-moz-keyframes actGo {
    0% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
    25% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    50% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
        
    }
    75% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
}

@-ms-keyframes actGo {
    0% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
    25% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    50% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
        
    }
    75% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
}
@-webkit-keyframes actGo {
    0% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
    25% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    50% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
        
    }
    75% {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        margin-top: 195px;
    }
    100% {
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-top:200px;
    }
}
/*!home:widget/index/activity/activity2/activity.css*/
#activity2{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
#activity2_wrap {
    height: 750px;
    width: 750px;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 50%;
    margin-top: -375px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);

}
#activity2_wrap>p {
    position: absolute;
    bottom: 9%;
    left: 50%;
    font-size: 14px;
    color: #fff;
    width: 140px;
    margin-left: -60px;
}
#rule_msg {
    position: absolute;
    right: -260px;
    background: #FD3C32;
    color: #fff;
    top: 200px;
    /* left: 0; */
    width: 240px;
    height: 450px;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    overflow-x: hidden;
    display: none;
}
#rule_msg::-webkit-scrollbar {
    width: 10px;
    background-color: #FD3C32;
}
#rule_msg::-webkit-scrollbar-thumb {
    background-color: #DF1119;
}
#rule_msg::-webkit-scrollbar-track {
    background-color: #FD3C32;
}
#rule_msg h2 {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
}
#rule_msg h3 {
    font-size: 16px;
    margin: 10px 0 10px 0;
    font-weight: normal;
}
#activity2_bcg {
    width: 680px;
    height: 630px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -315px;
    margin-left: -340px;
}
#activity2_time {
    font-size: 18px;
    color:#fff;
    font-family: PingFang-SC-Regular;
    position: absolute;
    top: 25.2%;
    left: 30%;
}
#activity2_rule {
    font-size: 18px;
    color:#fff;
    font-family: PingFang-SC-Regular;
    position: absolute;
    top: 25.2%;
    left: 82%;
    cursor: pointer;
}
#activity2_light {
    width: 640px;
    height: 425px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -140px;
    background: url('/skin/images/2_232f9ef.png');
    animation: light .5s linear infinite;
}
#lottery {position: absolute;}
#activity2_close {
    position: absolute;
    right:0;
    top:15%;
    cursor: pointer;
}
table { border-spacing: 0; border-collapse: collapse; text-align: center; }
.draw { width: 597px; height: 384px; margin: 0 auto;background-image: url(/skin/images/bg.png);position: absolute;left:50%;top:60%;margin-left:-300px;margin-top:-195px}
.draw .item { text-align:center;vertical-align: top; width: 145px; height: 92px;margin:2px; background-image: url(/skin/images/btn_gray_b1d2720.png); display:inline-block;background-size:cover;}
.draw .item.active { background-image: url(/skin/images/btn_yellow_006f875.png); }
.draw .item>div {padding-top:10px;height:40px;vertical-align: middle;}
.draw .go {display:inline-block;position: absolute; top:50%;left:50%;width:260px;height:160px;margin-top:-82px;margin-left:-130px;}
.goBtn {display: none;}
.draw .img { display: table-cell; width: 150px; height: 61px; vertical-align: middle; text-align: center; }
.draw .gap { width: 5px; }
.draw .gap-2 { height: 5px; }
.draw .name { display: block; font-size: 18px;color:#fd3c32; text-align: center;}
.draw .draw-btn { display: block; height: 150px; line-height: 150px; border-radius: 20px; font-size: 25px; font-weight: 700; color: #f0ff00; background-color: #fe4135; text-decoration: none; }
.draw .draw-btn:hover { background-color: #fe8d85; }
#draw_top {position:absolute;top:0;left:0;}
#draw_bottom {position:absolute;bottom:0;left:0;}
.draw_side {width: 150px;}
#draw_right {position: absolute;right: 0;top: 25.2%;}
#draw_left {position: absolute;left: 0;top: 25.2%;}

@keyframes light {
    from {
        background: url('/skin/images/2_232f9ef.png');
    }
    to {
        background: url('/skin/images/3_a33d09b.png');
    }
}

@-moz-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

@-o-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

@-ms-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

@-webkit-keyframes show {
    0%{
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    33%{
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    66%{    
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1
        );
    }
}

/*!home:widget/index/activity/activity2/loginIn/index.css*/
.getluck_wrap {
    width:100%;
    height: 100%;
    position:fixed;
    background: rgba(0,0,0,0.4);
    z-index:10;
    display: none;
}
.getluck {
    width: 500px;
    height: 330px;
    background: url('/skin/images/lucky_698d95c.png');
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -165px;
    margin-left: -250px;
    z-index: 11;

}
#myprize {
    color:#fa4149;
    margin: 0 10px;
}
.getluck p {
    font-size: 18px;
    width: 300px;
    color: #272727;
    display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 120px;
}
.getluck>a {
    width: 55%;
    height: 50px;
    font-size: 26px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    background: #FF9600;
}


.getluck_wrap>.getluck>img {
    position: absolute;
    top:20px;
    right:18%;
    cursor: pointer;
}
/*!home:widget/index/activity/activity2/noLogin/index.css*/
.nologin_wrap {
    width:100%;
    height: 100%;
    position:fixed;
    background: rgba(0,0,0,0.4);
    z-index:10;
    display: none;
}
.getluck {
    width: 500px;
    height: 330px;
    background: url('/skin/images/lucky_698d95c01.png');
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -165px;
    margin-left: -250px;
    z-index: 11;

}

.getluck>a {
    width: 55%;
    height: 50px;
    font-size: 26px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    /* margin: 0 auto; */
    /* margin-top: 45px; */
    background: #FD3C32;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    margin-left: -26.5%;
    bottom: 20px;
}
.getluck>h2 {
    font-size: 22px;
    color: #272727;

    text-align: center;
    font-weight: normal;
    margin-top: 90px;
}
.luck_input {
    text-align: center;
    margin-top:20px;
}
.luck_input span {
    display: inline-block;
    height: 40px;
    width:100px;
    font-size: 15px;
    color:#fff;
    background:#FD3C32;
    vertical-align: top;
    line-height: 40px;
    cursor: pointer;
}
.luck_input input{
    width: 290px;
    height: 38px;
    border: 1px solid #FD3C32;
    display: inline-block;
    margin: 0 auto;
    padding-left: 10px;
    outline: none;
}
.luck_input:nth-of-type(2) input {
    width:190px;
    vertical-align: middle;
}
#activity2_code {
    position: absolute;
    top: 85px;
    left: 50%;
    background: #fff;
    display: inline-block;
    height: 230px;
    width: 310px;
    margin-left: -155px;
    text-align:center;
    display: none;
    z-index:12;
}
#activity2_code input {
    height: 38px;
    border: 1px solid #fd3c32;
    vertical-align: middle;
    margin-top: 30px;
    padding-left: 10px;
    outline: none;
}
#activity2_code img {
    margin-top: 30px;
    width: 100px;
    height: 40px;
    cursor: pointer;
}
#activity2_code a {
    width: 55%;
    height: 50px;
    font-size: 26px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    background: #FD3C32;
    border-radius: 30px;

    display: inline-block;
    width: 100px;
    border-radius: 5px;
}
#activity2_code a:nth-of-type(2) {
    margin-left:10px;
}
#activity_login_close {
    position: absolute;
    top:20px;
    right:18%;
    cursor: pointer;
}
#activity2_code h2 {
    font-size: 22px;
    color:#272727;
    margin-top:20px;
}
/*!home:widget/index/businessMsg/businessMsg.css*/

.story-items-right {
	display: inline-block;
	width: 245px;
	position: absolute;
	top: 20px;
	right: 20px;

}

.story-right-title {
	border-bottom: 1px solid #43bafe;
	position: relative;
	padding-bottom: 10px;
}

.story-right-title h1 {
	font-size: 18px;
	color: #43bafe;
	cursor: pointer;
}

.story-right-top {
	position: relative;
}
.story-top-wrap {
	overflow: hidden;
	width: 230px;
	height: 196px;
	margin-top:20px
}
.story-top-bcg {
	display: inline-block;
	width: 230px;
	height: 196px;
	/* background: url(/skin/images/index-information-pic.png) no-repeat; */
	background-size: cover;
	transition: all .2s linear;
}

.story-top-content {
	display: inline-block;
	width: 255px;

	padding-top: 10px;
}

.story-top-date {
	color: #666;
	display: inline-block;
}

.story-top-msg p {
	padding-right: 10px;
	line-height: 22px;
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	overflow:hidden; 
	
	text-overflow:ellipsis;
	
	display:-webkit-box; 
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}

.story-top-title {
	display: inline-block;
	width: 190px;
	font-size: 16px;
	color: #272727;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.store-right-data {
	vertical-align: middle;
	color: #272727;
	margin-left: 20px;
}
.story-top-title a {
	color:#666;
}
.story-top-title a:hover {
	color:#eb2332;
}


.story-top-history {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #666;
}

.story-right-down {

	height: 236px;
	margin-top: 10px;
}

.story-right-down>ul>li {
	width: 100%;
	height: 40px;
	border-top: 1px dotted #eee;
	line-height: 40px;
	color: #666;

	cursor: pointer;
}

.story-right-down>ul>li a {
	color: #666;
	
}

.story-right-down>ul>li:hover {
	background: #fafafa;
}
.story-right-down>ul>li>a>div {
	width: 20px;
	height: 20px;
	background: #EB2332;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.story-right-down>ul>li>a>span:nth-of-type(1) {
	display: inline-block;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	
}

.story-right-down>ul>li>a>span:nth-of-type(2) {
	display: inline-block;

	color: #999;
	vertical-align: middle;
	
}
/*!home:widget/index/cooperation/cooperation.css*/
.cooperation{
    width: 1200px;
    background-color: #fff;
    margin: 35px auto;
}
.cooperation>div:first-child{
    font-size: 18px;
    color: #272727;
    border-bottom: 1px dashed #eee;
    margin: 0 20px;
    height: 47px;
    line-height: 47px;
}
.cooperation img{
    /*width: 150px;*/
    /*height: 60px;*/
}
.cooperation img{
    padding:0 50px;
}
.cooperation>div:nth-child(2){
    padding: 15px 0 40px;
}
.cooperation>div:nth-child(2)>div {
    text-align: center
}
/*!home:widget/index/dealDynamic/dealDynamic.css*/
.limit-content-left {
	display: inline-block;
	position: relative;
	top: 33px;
	vertical-align: top;
	background:#f8f8f8;
	height: 465px;
}
.limit-content-notice {
	height: 84px;
	width: 240px;
	text-align: center;
	position: relative;
	background: url(/skin/images/bcg_abe62c4.png) no-repeat;
	background-size: cover;
	color: #fff;
	margin-bottom: 26px;
	/*margin-top: 24px;*/
}

.limit-content-notice div {
	height: 42px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -50%;
}

.limit-content-notice h1 {
	font-size: 16px;
}

.infoList>li {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	margin-top: 12px;
	padding-bottom: 12px;
}
.infoList>li>div {
	height: 36px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 	
}
.infoList>li span {
	margin-left: 5px;
	display: inline;
}

.infoList>li>div>h1 {
	display: inline;
}
.infoList>li>div>h1>a {
	color: #2090e4;
	font-weight: normal;
}

.infoList>li span:nth-child(4) {
	color: #eb2736;
}

.limit-txtMarquee-top .infoList {
	width: 216px;
}

.limit-txtMarquee-top {
	margin-left: 12px;
}

.limit-txtMarquee-top .bd {
	height: 330px;
	overflow: hidden;
}
.limit-txtMarquee-top .bd .tempWrap {
	height: 330px !important;
}
/*!home:widget/index/helpVideo/helpVideo.css*/

#video {
	padding-top: 35px;
	padding-bottom: 35px;
	background: #F8F8F8;
}
/*?????????  */
.index-pV {
	 position: fixed; 
	width: 100%;
	height: 100%;
	z-index: 99999;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.9);
	display:none
}
.index-pV>img {
	position: absolute;
	right: 100px;
	top: 50px;
}
.index-pV>div {
	width: 1000px;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -500px;
}

.movive-center {
	width: 1200px;
	margin: auto;
}

.video-items>div {
	width: 312px;
	height: 170px;
	margin-right: 14px;
	display: inline-block;
	vertical-align: middle;
}
.video-common {
	position: relative;
	text-align: center;
	color: #fff;
	width: 312px;
	height: 170px;
	overflow: hidden;
	background: #fff url(/skin/images/loading_f56723c.gif) no-repeat; background-position: center center;
}
.video-common video {
	position: absolute;
    right: 0;
    bottom: 0;
}
.video-common .layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.video-common .layer .wrap{
	position: absolute; 
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	left: 0;
	top: 0;
}
.video-common .icon {
	width: 35px;
	height: 38px;
	background: url(/skin/images/play_7e15380.png) no-repeat;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 24px;
}

.video-item3 span {
	display: block;
}

.video-item3 .wrap span:nth-child(1) {
	margin-top: 55px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.video-item3 .wrap span:nth-child(2) {
	margin-top: 10px;
}

#video-help {
	height: 170px;
	width: 210px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	background: #F1F1F1;
	display: inline-block;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
	float:right;
}

.help-common {
	width: 180px;
	height: 60px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	margin: auto;
	padding-top: 24px;
	position: relative;
	z-index: 11;
	cursor: pointer;
}

.help-common div {
	float: left;
	display: inline-block;
	color: #272727;
}

.help-common div:nth-child(1) {
	width: 37px;
	height: 37px;
	background: url(/skin/images/tel_76e5f0b.png) no-repeat;
	margin-top: 4px;
	transition: all 1s linear;
}

.help-common .on {
	animation: helpMove 0.3s ease;
}

.help-common div:nth-child(2) {
	margin-left: 16px;
	font-size: 16px;
}

.help-common div:nth-child(2) span {
	color: #EB2332;
}

.help-common>span {
	display: block;
	float: left;
	margin-left: 16px;
	color: #666;
}

#help-center {
	padding-top: 20px;
	border-bottom: none;
}

#help-center div:nth-child(1) {
	background: url(/skin/images/help_4aec301.png) no-repeat;
}

#video-help img {
	position: absolute;
	bottom: 0;
	z-index: 10;
}


/*!home:widget/index/indexDemand/demandReport/demandReport.css*/

.report-picScroll-top {
	display: inline-block;
    color: #272727;
    overflow: hidden;
}

.report-picScroll-top .picList li {
	height: 20px;
}

.report-picScroll-top .picList>li>div {
	display: inline-block;
	/* width: 282px; */
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #eee;
}

.report-picScroll-top .picList>li>div:nth-child(4) {
	border-right: none;
}
.demand-report {
	width: 1202px;
    height: 20px;
	margin-top: 20px;
	position: relative;
	/* background: #646464; */
}
.demand-report img {
    vertical-align: middle;
    width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
}
.demand-report .report-picScroll-top {
	vertical-align: middle;
	position: absolute;
	top: 8px;
}

.report-picScroll-top {
	height: 20px;
}
/*!home:widget/index/indexDemand/indexDemand.css*/

#demand {
	width: 100%;
	background: #f8f8f8;
	padding-top: 35px;
}

.demand-center {
	width: 1160px;
	margin: auto;
	background: #fff;
	padding: 20px 20px 30px 20px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	border:1px solid #eee;
}

.demand-item-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.demand-item-header h1 {
	font-size: 18px;
	color: #eb2332;
	display: inline-block;
	vertical-align: middle;
}
.demand-item-header h1>img,.demand-item-header h1>span {
	vertical-align: middle;
}
.demand-item-header h2 {
	display: inline-block;
	font-size: 14px;
	color: #272727;
	margin-left: 5px;
	vertical-align: bottom;
}

.demand-item-header div {
	font-family: indexIcon;
	display: inline-block;
	float: right;
	margin-right: 10px;
	font-size: 14px;
}
.demand-item-header div a {
	color: #999;
}
.demand-content {
	padding-top: 24px;
    position: relative;
    height: 556px;
}

.demand-content-items {
	width: 258px;
	display: inline-block;
	margin-right: 37px;
	margin-bottom: 50px
}

.items-msg {
	display: inline-block;
	margin: 20px;
}

.items-msg>span {
	display: block;
	color: #666;
	line-height: 22px;
}

.items-msg>span>span {
	color: #EB2332;
}

.demand-content-items button {
	width: 256px;
	height: 44px;
	border-radius: 4px;
	border: 1px solid #eee;
	color: #666;
	background: #fff;
	font-size: 16px;
	/*font-weight: 600;*/
	outline: none;
}

.demand-content-items button:hover {
	border: 1px solid #EB2332;
	color: #EB2332;
}

.demand-content-items img:nth-of-type(2) {
	width: 78px;
	height: 79px;
	margin-top: 35px;
}

.demand-content-items:nth-of-type(4),
.demand-content-items:nth-of-type(8) {
	margin-right: 0;
}

.demand-content hr {
	width: 1150px;
	border-top: 1px solid #eee;
	position: absolute;
	top: 49%;
	color: #eee;
}






/*1.1  */
#index-demand-pop {
	margin-top: 20px;
}

#index-demand-pop .demand-items li {
	float:left;
	width: 1164px; 

	
}
#index-demand-pop .demand-items .li {
	float:left;
	/* width: 280px; */
	width: 289px; 
    border: 1px solid #e8e8e8;
	height:230px;
	border-top:none;
	
}

#index-demand-pop>div {
	/* width: 278px; */
	 width: 1160px; 
	/*width: 5800px;*/
	height: 530px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	vertical-align: top;
  overflow: hidden;
  position: relative;
}
.demand-items {
	/*padding: 0 2px;*/
  height: 475px;
  overflow:visible !important;
}
#index-demand-pop>div:not(:nth-child(1)) {
	margin-left: 12px;
}
.demand-item-types {
	width: 100%;
	height: 54px;
	overflow: hidden;
}

.demand-items>ul {
	/* width: 280px; */
	width: 5820px; 
      /*width: 1933px;*/
 	position: relative;
	height: 460px;
}

.store-demand {
	position: relative;
	padding:20px 18px;
	cursor: pointer;
	transition: all 1s linear;
}
.setline {
  width: 220px;
  height: 1px;
  background-color: #eee;
  position: relative;
  left: 50%;
  margin-left: -110px;
}
.store-demand:hover {
  position: relative;
  top: -2px;
}
.store-demand:hover h1 {
  color: #eb2332;
}
.store-demand h1 {
	font-size: 14px;
	color: #272727;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  margin-bottom: 15px;
  height: 21px;
}
.store-demand h1 img {
	vertical-align: middle;
	margin-right: 5px;
}
.store-demand h1 span {
	vertical-align: middle;
}
.store-demand h2 {
	font-weight: normal;
	color: #666;
	line-height: 22px;
}
.store-demand-price {
	line-height: 22px;
	color: #eb2332;

}
.store-demand-btn {
	color: #fff;
	height: 30px;
	width: 120px;
	/* border: 1px solid #eee; */
	background-color: #52C2F2;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-top: 15px;
	vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  position: relative;
  left: 50%;
  margin-left: -60px;
	font-size: 14px;
	position: relative;
}
/* .store-demand-btn:hover {
  color:#EB2332;
  border: 1px solid #eb2332;
} */
.store-collect {
	margin-left: 10px;
}
.demand-circle {
  /* position: absolute;
  bottom: 20px; */
  height: 30px;
  margin-top:5px;
}
.index-demand-items .tempWrap {
  height: 480px !important;
  /*padding-top: 10px;*/
}
 .demand-circle>ul>li {
  display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	margin-left: 5px;
	cursor: pointer;
}
#index-demand-pop .demand-circle>ul>li {
	display: inline-block;
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  background: #ccc;
	  margin-left: 5px;
	  cursor: pointer;
	  text-indent: -999px;
	  color:#fff;
	  font-size:0px;
  }
.demand-circle>ul {
  text-align: center;
}
#index-demand-pop .demand-circle>ul>li.on{
	background: #eb2332;
}


.store-demand>img {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 30px;
  bottom: 80px;
}

.mask{  
	animation: anima 2s infinite;
	width:30px;  
	height:100%;  
	position:absolute;  
	left:-120px;  
	top:0;  
}  
@-webkit-keyframes anima {
	
	50%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}
	100%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}

}
@-moz-keyframes anima {
	
	50%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}
	100%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}

}
@-ms-keyframes anima {
	
	50%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}
	100%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}

}
@keyframes anima {
	
	50%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}
	100%{
			background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.19),rgba(255, 255, 255, 0));  
			-webkit-transform:skewx(-25deg);  
			left:120px;  
	}

}
/*!home:widget/index/kfExamine/kfExamine.css*/
#kf-yz {
    position: fixed;
    z-index: 4999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.kf-wrap {
    position: relative;
    z-index: 4999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.yz {
    width: 700px;
    height: 430px;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    z-index: 5000;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -215px;
}
.yz h1 {
    height: 60px;
    line-height: 55px;
    background-color: #eb2332;
    padding-left: 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.yz h1 span {
    vertical-align: middle;
}
.yz h1 img {
    vertical-align: middle;
    margin-left: 510px;
    cursor: pointer;
}
.yz .yz-input {
    width: 620px;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin: 0 auto;
    margin-top: 38px;
}
.yz .yz-input input {
    width: 469px;
    height: 43px;
    padding-left: 20px;
    border:1px solid #eee;
    border-right: none;
    color:#666;
    outline:none;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.yz .yz-input div {
    position: absolute;
    right: 0 ;
    top: 0;
    width: 130px;
    height: 45px;
    background-color: #eb2332;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.yz .yz-msg {
    text-align: center;
    font-size: 24px;
    color: #272727;
    margin-top: 47px;
    padding-bottom: 47px;
    min-height: 70px;
    word-break: break-all;
}
.yz .yz-msg span:nth-of-type(2) {
    color: #eb2332;
}
.yz .yz-msg p {
    margin-top: 10px;
    font-size: 16px;
}
.yz .yz-line {
    width: 620px;
    height: 1px;
    background-color: #eee;
    margin: 0 auto;
}
.yz .yz-tip {
    padding:0 40px;
}
.yz .yz-tip h3{
    color: #eb2332;
    font-size: 14px;
    margin-top: 30px;
    font-weight: normal;
}
.yz .yz-tip p {
    font-size: 14px;
    color: #666;
}

/*!home:widget/index/mainNav/mainNav.css*/



.nav-tit{
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.nav-tit ul{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.nav-tit li{
    list-style: none;
    float: left;
    line-height: 40px;
}
.nav-tit li:not(:first-child):hover a{
    color: #eb2332;

}
.nav-tit li:first-child{
    /* width: 226px;
    background-color:#c60a09; */
    font-size: 16px;
    position: relative;
    padding: 0 !important;
}
.nav-tit li:first-child>span:first-child{
    margin-left: 20px;
}
.nav-tit li:first-child>span:last-child{
    float: right;
    margin-right: 20px;
}
.nav-tit li:not(:first-child){
    padding: 0 20px;
}
.nav-tit li:nth-child(2){
    padding: 0 25px 0 20px;
}
.nav-tit a {
	font-size: 16px;
	color: #fff;
}


.nav-tit .iconfont {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}
.main_item_type>a {
	display: block;
	height: 100%;
	width: 100%;
}
.main_item_type { position: relative;}
.main_item_type>img { position: absolute; right: 7px;top: 5px;}

/*!home:widget/index/notice/notice.css*/
.pc_banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.pc_banner .wappc_banner .prev {
  left: 74px;
  width: 60px;
  height: 150px;
  position: absolute;
  top: 48%;
  background: url(/skin/images/prev.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .next {
  right: 74px;
  width: 60px;
  height: 150px;
  position: absolute;
  top: 48%;
  background: url(/skin/images/next.png) no-repeat;
  background-size: 100%;
}

.pc_banner .wappc_banner .hd {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 10px;
  overflow: hidden;
}

.pc_banner .wappc_banner .hd li {
  width: 40px;
  height: 4px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 5px;
}

.pc_banner .wappc_banner .hd li.on {
  background: #40b0bd;
}

.pc_banner .wappc_banner .bd li {
  position: relative;
}

.pc_banner .wappc_banner .bd li img {
  width: 1920px;
  height: 490px;
  position: relative;
 /* left: 50%;
  margin-left: -960px;*/
}

/*!home:widget/index/onlineAnswer/onlineAnswer.css*/


#index-answer {
	padding-top: 35px;
	width: 100%;
	background: #f8f8f8;
}

.index-answer-center {
	width: 1160px;
	margin: auto;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	padding: 0 20px;
	background: #fff;
	border:1px solid #eee;
}

.index-answer-header {
	width: 100%;
	height: 47px;
	line-height: 47px;
	border-bottom: 1px dotted #eee;
	position: relative;
}

.index-answer-header h1 {
	font-size: 18px;
	display: inline-block;
	color: #272727;
}

.index-answer-header span {
	font-family: indexIcon;
	position: absolute;
	right: 0;
	color: #999;
	font-size: 14px;
}

.index-answer-left {
	display: inline-block;
}
.index-answer-left>ul {
	 height: 400px; 
	  margin-top: 20px;
}
.index-answer-left>ul>li {
	width: 690px;
	border-top: 1px dotted #eee;
	padding-top: 14px;
	padding-bottom: 14px;
}

.index-answer-left>ul>li:nth-child(1) {
	border-top: none;
}

.left-title>div {
	width: 23px;
	height: 21px;
	background: url(/skin/images/q_42558da.png) no-repeat;
	display: inline-block;
	vertical-align: top;
}
.left-title {
	display: inline-block;
}
.left-title>h1 {
	display: inline-block;
	font-size: 14px;
	color: #272727;
	margin-left: 22px;
	position: relative;
	top: -5px;
	width:600px;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.left-answer>div {
	width: 23px;
	height: 21px;
	background: url(/skin/images/a_457c302.png) no-repeat;
	display: inline-block;
	vertical-align: top;
	
}

.left-answer>p {
	display: inline-block;
	width: 640px;
	color: #666;
	font-size: 12px;
	margin-left: 22px;
	position: relative;
	vertical-align: top;
}

.left-answer>p>span {
	color: #666;
	cursor: pointer;
}

.index-answer-right {
	width: 430px;
	height: 400px;
	display: inline-block;
}
.index-answer-right .area {
	position: relative;
}

.index-answer-content {
	width: 1160px;
	position: relative;
}

.index-answer-right {
	position: absolute;
	top: 28px;
	margin-left: 50px;
}

.index-answer-right h1 {
	font-size: 16px;
	color: #272727;
	margin-bottom: 10px;
}

.index-answer-right textarea {
	font-family: "????????????";
	resize: none;
	display: block;
	border: 1px solid #eee;
	outline: none;
	font-size: 14px;
	color: #666;
	width: 395px;
	height: 140px;
	padding: 10px 10px;
}

.index-answer-right button {
	display: inline-block;
	width: 190px;
	height: 42px;
	background: #EB2332;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	border: none;
	outline: none;
	border-radius: 4px;
	margin-top: 20px;
	cursor: pointer;
}

.index-answer-right button:hover {
	opacity: 0.9;
}

.index-answer-right button:nth-of-type(2) {
	background: #3AA8FF;
	margin-left: 37px;

}

.index-answer-last {
	width: 420px;
	height: 80px;
}

.index-answer-logo {
	width: 64px;
	height: 64px;
	background: url(/skin/images/673logo2_fc628e6.png);
	color: #fff;
	text-align: center;
	line-height: 63px;
	display: inline-block;
	margin-top: 25px;
	font-weight: 700;
	font-size: 16px;
	vertical-align: middle
	
}

.index-answer-tel {
	width: 333px;
	margin-left: 20px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-top: 25px;
	vertical-align: middle
}

/* .index-answer-tel>div:nth-child(1) {
	border-bottom: 1px dotted #eee;
	padding-bottom: 4px;
} */

.index-answer-tel>div:nth-child(1) div {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.index-answer-tel>div:nth-child(1) span {
	font-family: arial;
	font-size: 33px;
	color: #666;
	margin-left: 20px;
	vertical-align: middle;
	
}
.index-answer-header a {
    color: #999;
}

#answer-login {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
}
/*!home:widget/index/ourHistory/ourHistory.css*/
/*???????????????*/

#index-story {
	width: 100%;
	padding-top: 35px;
	background: #f8f8f8;
}

.index-story-center {
	padding: 20px 20px 20px 20px;
	width: 1160px;
	/*height: 420px;*/
	margin: auto;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	border:1px solid #eee;
}

.story-items-left {
	display: inline-block;
	padding-right: 20px;
	border-right: 1px solid #eee;
	width: 100%;
}

.story-left-title {
	border-bottom: 1px solid #DA251D;
	position: relative;
	padding-bottom: 10px;
}

.story-left-title h1,
.story-left-title h2,
.story-right-title h1,
.story-right-title h2 {
	display: inline-block;
	/*font-weight: normal;*/
}

.story-left-title h1 {
	font-size: 18px;
	color: #DA251D;
}

.story-left-title h2,
.story-right-title h2 {
	font-size: 14px;
	margin-left: 9px;
	color: #272727;
}

.story-left-title span,
.story-right-title span {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	color: #999;
}

.story-left-title a,
.story-right-title a {
	color: #999;
	font-size: 14px;
	font-family: indexIcon;
}

.story-left-1 {
	margin-top: 20px;
	position: relative;
}

.story-left1-bcg {
	display: inline-block;
	width: 229px;
	height: 196px;
	/* background: url(/skin/images/index-story-pic1.png) no-repeat; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
	transition: all .2s linear;
}

.story-bcg1-wrap {
	width: 229px;
	height: 196px;
	overflow: hidden;
	display: inline-block;
}

.story-bcg2-wrap {
	width: 230px;
	height: 196px;
	overflow: hidden;
	display: inline-block;
}

.story-bcg-hover:hover {
	transform: scale(1.12);
}

.story-left1-content {
	display: inline-block;
	padding-left: 30px;
	padding-top: 16px;
	height: 180px;
	font-family: "????????????";
	width: 330px;
	position: absolute;
	right: 0;
}

.story-left1-content h1 {
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #272727;
	margin-bottom: 14px;
	font-weight: normal;
}
.story-left1-content h1 a {
	color: #666;
}
.story-left1-content h1 a:hover {
	color: #eb2332;
}
.story-left1-msg div {
	display: inline-block;
	font-size: 12px;
	color: #666;
	width: 150px;
	margin-bottom: 10px;
	/*margin-right: 100px;*/
}

.story-left1-content p {
	font-size: 14px;
	color: #666;
	display: inline-block;
}

.story-msg-detail a{
	color: #DA251D;
	cursor: pointer;
}


.story-left1-date {
	position: absolute;
	color: #666;
	right: 0;
	bottom: 0;
}

.story-left2-wrap {
	width: 288px;
	height: 233px;
	display: inline-block;
	margin-top: 18px;
	margin-right: 18px;
	overflow: hidden;
}

.story-left3-wrap {
	width: 288px;
	height: 233px;
	display: inline-block;
	overflow: hidden;
}

.story-left-2 {
	width: 288px;
	height: 233px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.story-left-2 .bcg-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(/skin/images/index-story-pic2.png) no-repeat; */
	background-size: cover;
	transition: all .2s linear;
}

.story-left-2:hover .bcg-2,
.story-left-2:hover .bcg-3 {
	transform: scale(1.1);
}

.story-left-2 div:nth-of-type(2) {
	position: absolute;
	width: 265px;
	height: 60px;
	color: #fff;
	font-size: 14px;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding-left: 16px;
	display: table;
	/*padding-top: 6px;*/
	vertical-align: middle;
	padding-right: 13px;
}

.story-left-2 span {
	vertical-align: middle;
	display: table-cell;
	/* padding-right: 10px; */
	/* font-size: 14px; */
}

#story-left3 .bcg-3 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(/skin/images/index-story-pic3.png) no-repeat; */
	background-size: cover;
	transition: all .2s linear;
}
.story-items {
	position: relative;
	padding: 20px;
	display: inline-block;
	width: 170px;
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #eee;
}
.story-items:hover {
	cursor: pointer;
	-webkit-animation: goTop2 .3s forwards ;
  -o-animation: goTop2 .3s forwards ;
  animation: goTop2 .3s forwards ;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}
.story-items:hover h1 {
	color: #eb2332;
}
.story-items:not(:nth-of-type(1)) {
	margin-left: 8px;
}
.story-items img {
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
.story-item-img {
	text-align: center;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 24px;
}
.story-item-msg h1{
	font-size: 16px;
	color: #272727;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
}
.story-item-msg p {
	margin-top: 16px;
	color: #666;
	line-height: 22px;
	margin-bottom: 30px;
	height: 66px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*-webkit-box-orient: vertical;*/
	/*text-align: center;*/
}

/*??????  */
@-webkit-keyframes goTop2  {
	0% {
		top: 0
	}
	50% {
		top: -1px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);
    -moz-box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);
    box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);

		-webkit-box-shadow: #999 0px 0px 3px;
		-moz-box-shadow: #999 0px 0px 3px;
		box-shadow: #999 0px 0px 3px;
	}
	100% {
		top: -2px;
    -webkit-box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
    -moz-box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
    box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
		/*box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);*/
		-webkit-box-shadow: #999 0px 0px 10px;
		-moz-box-shadow: #999 0px 0px 10px;
		box-shadow: #999 0px 0px 10px;
	}
}


@-o-keyframes goTop2  {
  0% {
    top: 0
  }
  50% {
    top: -1px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);

    -webkit-box-shadow: #999 0px 0px 3px;
    -moz-box-shadow: #999 0px 0px 3px;
    box-shadow: #999 0px 0px 3px;
  }
  100% {
    top: -2px;
    -webkit-box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);


    box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
    -webkit-box-shadow: #999 0px 0px 10px;
    -moz-box-shadow: #999 0px 0px 10px;
    box-shadow: #999 0px 0px 10px;
  }
}

@-moz-keyframes goTop2  {
  0% {
    top: 0
  }
  50% {
    top: -1px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);

    -webkit-box-shadow: #999 0px 0px 3px;
    -moz-box-shadow: #999 0px 0px 3px;
    box-shadow: #999 0px 0px 3px;
  }
  100% {
    top: -2px;
    -webkit-box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);


    box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
    -webkit-box-shadow: #999 0px 0px 10px;
    -moz-box-shadow: #999 0px 0px 10px;
    box-shadow: #999 0px 0px 10px;
  }
}

@-ms-keyframes goTop2  {
  0% {
    top: 0
  }
  50% {
    top: -1px;
    -webkit-box-shadow: 0 2px 1px -1px rgba(9,9,9,0.1);


    -webkit-box-shadow: #999 0px 0px 3px;
    -moz-box-shadow: #999 0px 0px 3px;
    box-shadow: #999 0px 0px 3px;
  }
  100% {
    top: -2px;
    -webkit-box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);


    box-shadow: 0 4px 2px -2px rgba(9,9,9,0.1);
    -webkit-box-shadow: #999 0px 0px 10px;
    -moz-box-shadow: #999 0px 0px 10px;
    box-shadow: #999 0px 0px 10px;
  }
}


/*!home:widget/index/record/record.css*/


#record {
	width: 100%;
	background: #F1F1F1;
	padding-top: 30px;
	padding-bottom: 30px;
}

.record-center {
	width: 1190px;
	margin: auto;
	padding-left: 10px;
	text-align: center;
}

.mt-number-animate {
	font-family: '????????????';
	line-height: 25px;
	height: 25px;
	/*????????????????????????*/
	font-size: 20px;
	/*??????????????????*/
	color: #fff;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.mt-number-animate .mt-number-animate-dot {
	width: 15px;
	/*?????????????????????*/
	line-height: 40px;
	float: left;
	text-align: center;
	color: #EB2332;
	position: relative;
	top: -6px;
}

.mt-number-animate .mt-number-animate-dom {
	width: 20px;
	/*????????????????????????*/
	text-align: center;
	float: left;
	position: relative;
	top: 0px;
	margin-left: 3px;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	width: 100%;
	float: left;
	background: #EB2332;
}

.record-item>span,
.record-item>div {
	vertical-align: middle;
}

.numberRun1,
.numberRun2,
.numberRun3,
.numberRun4,
.record-change,
.record-change-wrap {
	display: inline-block
}

.record-item>span {
	font-family: simsun;
	color: #272727;
	margin-right: 10px;
}

.record-item>span:nth-of-type(2) {
	margin-left: 10px;
}

.record-item {
	display: inline-block;
	vertical-align: middle;
}

.record-center .rightline {
	display: inline-block;
	height: 14px;
	width: 1px;
	background: #cdcdcd;
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 20px;
}

.record-change {
	background: #fff;
	width: 90px;
	height: 38px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	font-family: simsun;
	font-size: 14px;
	color: #292929;
	border: 1px solid #cdcdcd;
	position: relative;
}

.record-change div {
	width: 25px;
	height: 18px;
	background: url(/skin/images/rise_bca20cc.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}

.record-change div,
.record-change span {
	display: inline-block;
}

.record-change span {
	margin-left: 30px;
}

.record-btn {
	width: 26px;
	height: 18px;
	border: 1px solid #cdcdcd;
	border-left: none;
	cursor: pointer;
}

/* .record-top {
	background: url(/skin/images/icon.png) -100px -152px no-repeat;
	position: absolute;
	right: -27px;
	top: 0;
}

.record-down {
	background: url(/skin/images/icon.png) -100px -171px no-repeat;
	position: absolute;
	right: -27px;
	top: 21px;
	border-top: none;
} */

.record-change-wrap {
	position: relative;
	margin-left: 46px;
}

/*!home:widget/index/sideNav/sideNav.css*/



@font-face {
	font-family:indexIcon;
	src: url(images/iconfont_d025c8e.ttf);
}
#banner {
	width: 100%;
	background: #f8f8f8;
	position: relative;
	z-index: 2;
}

.banner-center {
	width: 1200px;
	margin: auto;
}

.menu {
	height: 40px;
	position: relative;
}

.box {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

.menu_category {
	width: 226px;
	position: relative;
	z-index: 999;
}

.fl {
	display: inline;
	float: left;
}

.menu_category_hd {
	height: 40px;
	line-height: 40px;
	background-color: #C60A0A;
	color: #fff;
	text-indent: 18px;
}

.menu_category_hd div {
	font-family: indexIcon;
	font-size: 16px;
	display: inline-block;
	float: right;
	margin-right: 40px;
	/*margin-top: 12px;*/
	width: 20px;
	height: 20px;
	/*background: url(/skin/images/icon.png) -77px -47px no-repeat;*/
}

.font14 {
	font-size: 16px;
}


/**/

i {
	font-style: normal
}

.menu_category {
	width: 226px;
	position: relative;
	z-index: 999
}

.menu_category_hd {
	height: 40px;
	line-height: 40px;
	background: #f20e0e;
	text-indent: 18px;
	color: #fff;
	cursor: pointer
}

.menu_category_bd {
	width: 226px;
	/*height: 480px;*/
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 40px;
}
.menu_category_bd .types_items {
	background: none;
}
.menu_category_list {
	clear: both;
	width: 100%;
	height: 490px;
	display: block
}

.menu_category_list li {
	clear: both;
	width: 100%;
}

.menu_category_list li .item {
	height: 94px;
}

.menu_category_list li .item_hd {
	height: 32px;
	line-height: 32px;
	/*background: url(/skin/images/arrow_3.png) 202px center no-repeat*/
}

.menu_category_list li .item_hd i {
	display: block;
	color: #fff;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 18px center;
}

.menu_category_list li .item_bd {
	clear: both;
	padding-left: 16px;
	line-height: 24px;
	padding-top: 5px;
	overflow: hidden
}

.menu_category_list li .item_bd a {
	color: #ababab;
	display: inline-block;
	width: 68px; 
}
.menu_category_list li .item_bd a:hover{
	text-decoration: underline;
}

.menu_category_list li .item_1 {
	padding-top: 10px;
}

.menu_category_list>ul>li:nth-child(1) {
	border-top: 1px solid #272727;
	height: 103px;
}

.menu_category_list li .item_5 {
	height: 104px;
}

.menu_category_list li .item .item_hd i span {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
	margin-left: 18px;
	margin-right: 20px;
}

.menu_category_list li .list-1 {
	background: url(/skin/images/icon_5708ce9.png) -17px -46px no-repeat;
	
}

.menu_category_list li .list-2{
	background: url(/skin/images/icon_5708ce9.png) 0 -46px no-repeat;
	
}

.menu_category_list li .list-3 {
	background: url(/skin/images/icon_5708ce9.png) -37px -46px no-repeat;
}

.menu_category_list li .list-4{
	background: url(/skin/images/icon_5708ce9.png) -55px -46px no-repeat;
	top: 4px;
}

.menu_category_list li .list-5 {
	background: url(/skin/images/icon_5708ce9.png) -75px -46px no-repeat;
	top: 4px;
}




/**/


/*!home:widget/index/sideNav/sideNavContent/sideNavContent.css*/

/*?????????????????????*/
.menu_category_list li .subnav {
	width: 730px;
	height: 486px;
	border: 2px solid #f20e0e;
	background-color: #fff;
	position: absolute;
	left: 226px;
	top: 0;
	display: none
}

.menu_category_list li .subnav:after {
	content: "";
	width: 100%;
	height: 23px;
	/*background: url(/skin/images/shadow_1.png) left bottom no-repeat;*/
	position: absolute;
	left: 0;
	bottom: -25px;
	z-index: -91
}

.menu_category_list li .subnav_hd {
	height: 48px;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
	position: relative;
	overflow: hidden
}

.menu_category_list li .subnav_hd .switch {
	display: block;
	width: 120px;
	height: 22px;
	line-height: 22px;
	background-color: #b5b5b5;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 50%;
	margin-top: -11px;
	overflow: hidden
}

.menu_category_list li .subnav_hd .switch a {
	display: block;
	float: left;
	width: 60px;
	height: 22px;
	font-size: 14px;
	color: #fff
}

.menu_category_list li .subnav_hd .switch a.active {
	background-color: #f20e0e
}

.menu_category_list li .subnav_hd .tit {
	font-size: 18px;
	padding-left: 22px;
	line-height: 48px;
}

.menu_category_list li .subnav_hd .btn {
	width: 63px;
	height: 26px;
	background-color: #3fa8f8;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	margin-top: 12px;
	margin-right: 26px;
	border-radius: 3px;
}

.menu_category_list li .subnav_bd {
	width: 100%;
	clear: both;
	overflow: hidden
}

.menu_category_list li .subnav_item {
	/*width: 100%;*/
	padding-left: 10px;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #e8e8e8;
	/*background: url(/skin/images/tbg_1.jpg) left top repeat-y;*/
	overflow: hidden;
}

.menu_category_list li .subnav_item .tit {
	width: 90px;
	text-align: center;
	padding-top: 11px;
	font-size: 14px;
}

.menu_category_list li .subnav_item .con {
	width: 570px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 28px;
	overflow: hidden;
	text-align: left;
	margin-left: 15px;
}

.side-choose-btn {
	width: 104px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	background: #F20E0E;
	position: absolute;
	bottom: 128px;
	margin-left: 600px;
}
.side-choose-btn:hover{
	background: rgba(242, 14, 14, 0.8)
}

.side-choose-btn a {
	color: #fff;
	font-size: 16px;
}

.menu_category_list li .subnav_item .con span {
	display: inline-block;
	/*width: 60px;*/
	padding: 0 10px;
	font-size: 12px;
	/*margin-left: 15px;*/
	margin-right: 21px;
	color: #272727;
}

.menu_category_list li .subnav_item .con span:hover {
	background: #F20E0E;
	color: #fff;
	cursor: pointer;
}

.menu_category_list li .subnav_recommend {
	/*padding-top: 30px;*/
	padding-left: 40px;
	overflow: hidden;
	background: #f9f9f9;
}

.menu_category_list li .subnav_recommend .tit {
	width: 113px;
	text-align: center;
	font-size: 14px;
	color: #0084e8
}

.menu_category_list li .subnav_recommend .con {
	width: 616px;
	overflow: hidden;
	/*margin-left: 10px;*/
}

.menu_category_list li .subnav_recommend .con dl {
	width: 110%
}

.menu_category_list li .subnav_recommend .con dd {
	float: left;
	width: 280px;
	/*padding-right: 80px;*/
	overflow: hidden
}

.menu_category_list li .subnav_recommend .con .t1 {
	clear: both;
	position: relative;
	height: 42px;
	display: inline-block;
}

.menu_category_list li .subnav_recommend .con .t1 a {
	font-size: 14px;
	float: left;
}

.menu_category_list li .subnav_recommend .con dd img {
	vertical-align: -2px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}

.menu_category_list li .subnav_recommend .con .t1 .price {
	float: right;
	color: #ea0a0a
}

.menu_category_list li .subnav_recommend .con .t2 {
	clear: both;
	padding-top: 5px;
	color: #6e6e6e
}

.menu_category_list li .subnav_recommend .con .t2 i {
	padding-left: 10px;
	padding-right: 10px;
}

.menu_category_list li .subnav_recommend .con .t2 img {
	vertical-align: -2px;
}

.menu_category_list li.on .item {
	background-color: #c60a09
}

.menu_category_list li.on .item_bd a {
	color: #fff
}

.menu_list {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.menu_list li {
	float: left;
	padding: 0 32px;
}

.menu_list li a {
	font-size: 16px;
	color: #272727;
	position: relative
}

.menu_list li a:after {
	color: rgb(235, 35, 50);
}

.menu_list li .rightline {
	display: block;
	height: 14px;
	width: 1px;
	background: #cdcdcd;
	position: absolute;
	right: -18px;
	top: 4px;
}

.menu_list .menu_list01 li {
	padding: 0 25px;
}

.menu_list .menu_list01 li:nth-child(1) {
	padding-left: 20px;
}

.menu_list li i.new {
	display: block;
	width: 21px;
	height: 15px;
	position: absolute;
	right: -10px;
	top: -20px;
	animation: bounce-down 2s infinite;
	-webkit-animation: bounce-down 2s infinite;
}

.menu_list li i.des {
	display: block;
	width: 124px;
	height: 20px;
	position: absolute;
	top: -18px;
	/*background: url(/skin/images/menu_r_icon.png) no-repeat;*/
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	animation: bounce-down0 2.5s linear infinite;
	-webkit-animation: bounce-down0 2.5s linear infinite;
	*left: 0;
}

.nav-wrap {
	width: 100%;
	background: #fff;
	border-bottom:2px solid #52C2F2;
	
}

.menu_category_bd .all {
	margin-top: 8px;
	width: 43px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background: #F20E0E;
	font-size: 12px;
	cursor: pointer;
}


/*!home:widget/index/specialList/keywords/keywords.css*/

.limit-content-types {
	font-family: indexIcon;
	width: 230px;
  padding-left: 4px;
}

.poster-item {
    border:1px solid #eee;
}
.poster-item img {
  margin-top: 20px;
}



  .type-special {
    height: 150px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 10px
  }
  .type-special>div{
      display: inline-block;
      background: #FEF4F4;
      padding: 0 7px;
      -ms-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius:2px;
      margin-top: 5px;
      margin-left: 5px;
      height: 24px;
      line-height: 24px;
  }

.sp-right-btn {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -12px;
}
.sp-left-btn {
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -12px;
}
.store-sp-keyword {
    width: 200px;
    position: relative;
    margin-left: 15px;
    margin-top: 20px;
}
.store-sp-keyword>ul {
    width: 200px;
    height:212px;
}
.poster-item {
    background: #fff;
    height:212px;
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition:all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.store-sp-keyword>ul>li:nth-child(3) {
    top:-20px;
    z-index:20;
    width: 160px;
    left: 50%;
    margin-left: -80px;
}
.store-sp-keyword>ul>li:nth-child(2) {
    top:-10px;
    z-index:50;
    width: 180px;
    margin-left: -90px;
    left: 50%
}
.store-sp-keyword>ul>li:nth-child(1) {
    top:0;
    z-index:100;
}
/*!home:widget/index/specialList/specialList.css*/
#limit {
	width: 100%;
	background: #F8F8F8;
	/*overflow: hidden;*/
}

.limit-center {
	width: 1160px;
	height: 556px;
	margin: auto;
	background: #fff;
	padding: 20px 20px 0px 20px;
	border:1px solid #eee;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	position: relative;
}

.limit-item-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.limit-item-header h1 {
	font-size: 18px;
	color: #eb2332;
	display: inline-block;
	vertical-align: middle;
}
.limit-item-header h1>img {
	vertical-align: middle;
}
.limit-item-header h1>span {
	vertical-align: middle;
}
.limit-item-header h2 {
	display: inline-block;
	font-size: 14px;
	color: #272727;
	margin-left: 5px;
	vertical-align: bottom;
}

.time-count-down {
	font-family: indexIcon;
	/* width: 140px; */
	height: 28px;
	line-height: 28px;
	display: inline-block;
	float: right;
	color: #272727;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
}

.time-count-down span {

	padding-left: 10px;
	color: #eb2332;
	font-weight: 800;
	font-size: 24px;
	vertical-align: middle;

}
.time-count-down strong {
	vertical-align: middle;
}



.limit-content-right {
	display: inline-block;
	width: 900px;
	position: relative;
	/*margin-top: 50px;*/
	top: 30px;
	vertical-align: top;
	left: 20px;
}

.limit-content-right .hd {
	/* display: none; */
}

.limitlist {
	width: 291px;
	/*height: 194px;*/
	position: relative;
	display: inline-block;
	margin-left: 1px;
	border: 1px solid #eee;
	vertical-align:top;
	transition: all .1s linear;
	cursor: pointer;
}

.limilist_1,.limilist_2,.limilist_4,.limilist_5,.limilist_7,.limilist_8,.limilist_10,.limilist_11,.limilist_13,.limilist_14,.limilist_16,.limilist_17 {
	margin-left: 9px;
}
.limilist_3,.limilist_4,.limilist_5,.limilist_9,.limilist_10,.limilist_11,.limilist_15,.limilist_16,.limilist_17 {
	margin-top: 30px;
}
.limitlist:hover {
	background: #FBFAFA;
	box-shadow:0 2px 1px 0 rgba(6,6,6,0.2)
}

.limitlist:hover .limitlist-content>img {
	bottom: 73px;
}




.limitlist-wrap div:nth-of-type(1) {
	width: 36px;
	height: 30px;
	background: url(/skin/images/te1_43da235.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0px;
}




.limitlist-content {
	width: 80%;
	margin: auto;
}

.limitlist-content h1 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: normal;
	overflow:hidden; 
	height: 40px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	color:#272727;
}
.limitlist-content h1>img {
	vertical-align: middle;
	margin-right:5px;
}
/* .limitlist-content h1>span {
	display: inline-block;
	width: 210px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left:5px;
	color: #272727;
} */
.limitlist:hover .limitlist-content>h1>span {
	color: #eb2332;
}
/* .limitlist-content a {
	color: #272727;
}
.limitlist-content a:hover {
	color: #c60a09;
} */
.limitlist-content span {
	display: block;
	color: #666;
	line-height: 22px;
}

.limitlist-content>img {
	position: absolute;
	right: 43px;
	bottom: 70px;
	width: 64px;
	height: 64px;
	-webkit-animation: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition:all .2s linear;
}

.limitlist .rightline {
	display: inline-block;
	height: 14px;
	width: 1px;
	background: #cdcdcd;
	margin-left: 8px;
	margin-right: 8px;
}

.limitlist-price {
	position: relative;
	font-size: 14px;
	color: #757575;
	width:80%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 13px;
}
.limitlist-price span,.limitlist-price i,.limitlist-price s {
	vertical-align: middle;
}
.limitlist-price span:nth-of-type(2) {
	font-size: 16px;
	color: #eb2332;
	font-weight: 600;
}
#special_lunbo {
	position: relative;
}
#special_lunbo:hover .special-flag{
	display: block;
}
.limit-content-right .prev {
	width: 38px;
	height: 50px;
	background: url(/skin/images/icon_5708ce10.png) -2px -417px no-repeat;
	position: absolute;
	left: 2px;
	top: 44.3%;
	z-index: 999;
	color: red;
	font-size: 20px;
}
.special-flag {
	display: none;
	cursor: pointer;
}
.limit-content-right .next {
	position: absolute;
	top: 44.3%;
	left: 865px;
	width: 38px;
	height: 50px;
	background: url(/skin/images/icon_5708ce10.png) -44px -417px no-repeat;
	z-index: 999;
	color: red;
	font-size: 20px;
}

.limit-content-right  .picList {
	width: 900px; 
	height: 516px;
	float: left;
	margin-top: 3px;
}
.limit-content-right .picList li {
	height: 516px;
	position: absolute;
	border: none;
	width: 100%;
	float: left;
	overflow: hidden;
}
.limit-content-right .picList li:nth-child(1) {
	z-index: 99;
	background:#fff;
}

.limit-content-right .picList hr {
	width: 890px;
	border-top: 1px dotted #eee;
	position: absolute;
	top: 44%
}


/*!home:widget/index/storeNav/storeNav.css*/
.index-store {
	margin-top: 30px;
	width: 100%;
	background: #F8F8F8;
	position: relative;
	z-index: 10;

}

.index-store-center {
	width: 1200px;
	margin: auto;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	z-index: 11;
	overflow: hidden;
}

.store-items-name {
	width: 263px;
}

.store-items-name h1 {
	width: 100%px;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin-top: 10px;
    padding-top: 40px;
    padding-left: 45px;
}


.store-items-types {
	padding: 20px 30px 0 30px;
	color: #fff;
	height: 433px;
	width: 203px;
	overflow: hidden;
}
/* .store-items-types a {
	display: inline-block;
	width: 72px;
} */

.store-items-btn {
	padding: 4px 8px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	width: 56px !important;
	position: relative;
}
.store-items-btn>img {
	position: absolute;
	top: 0;
	right: 0;
}
.store-items-btn div {
	color: #fff;
}

.store-items-btn:hover {
	border-radius: 4px;
	color: #DA251D;
	background: #fff;
}

/*
#store-types-other .store-items-btn:nth-child(1) {
	color: #43BAFE;
}*/

#store-types-other .store-items-btn:hover {
	color: #43BAFE;
}

/*.store-items-types div:nth-child(1) {
	border-radius: 4px;
	color: #DA251D;
	background: #fff;
}*/

.store-items-left {
	display: inline-block;
	position: relative;

}
.store-items-left1 {
	background: url("/skin/images/dcde62bf331a4fab8f69ebb89734e2cf.gif)_dd037cb.png") no-repeat;
	background-size: cover;
}
.store-items-left2 {
	background: url("/skin/images/8e65d138e4e7490983c11a892cea47b3.gif)_fd2e513.png") no-repeat;
	background-size: cover;	
}
.store-items-left3 {
	background: url("/skin/images/965110c3c0df4760a35b8b865d4014d2.gif)_ca040a8.png") no-repeat;
	background-size: cover;	
}

/* ?????? */
.wave-box {
	position: absolute;
    left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
}
.wave-box img {
	height: 60px;
}

/* ?????? */
.marquee-box{
	overflow:hidden;
	width:100%;
	position:absolute;
	left:0;
	top:0
}
.marquee{
	width:8000%;
	height:60px
}



.wave-list-box{
	float:left
}
.wave-list-box ul{
	float:left;height:60px;overflow:hidden;zoom:1
}
.wave-list-box ul li{
	height:60px;width:100%;float:left;line-height:30px;list-style:none
}







.store-items-content {
	position: relative;
	display: inline-block;
	width: 270px;
	padding: 17px;
	cursor: default;
}
.store-items-content>div {
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap; 
}
.store-items-content:hover {
	background: #f9f9f9;
}
.store-items-content span {
	display: inline-block;
}

.items-content-icon {
	border-radius: 2px;
	width: 16px;
	height: 16px;
	/* background: url(/skin/images/icon01.png) -20px -75px no-repeat; */
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 4px;
	position: relative;
	top: 3px;
}

.store-items-content h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 16px;
	color: #272727;
	cursor: pointer;
	/* height: 40px; */
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;

}

.store-items-content h1:hover {
	color: #c60a09;
}

.store-items-content h2 {
	font-weight: normal;
	font-size: 12px;
	color: #666;
	font-family: nsimsun;
	line-height: 22px;
	/* line-height: 14px; */
}

.store-items-content .index_store_price {
	font-size: 20px;
	color: #eb2332;
	font-family: "????????????";
	margin-bottom: 15px; 
	margin-top: 10px; 
}


.store-items {
	position: relative;
	height: 522px;
	background: #f8f8f8;
}

.store-items-right {
	width: 937px;
	height: 542px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 263px;
	background: #fff;
	border:1px solid #eee;
}

.store-items-right .hd>ul>li {
	float: left;
	/* padding: 8px 30px; */
	width: 108px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.store-items-right .hd ul {
	height: 42px;
	padding-left: 0;
	font-size: 16px;
}

.store-items-right .hd {
	border-bottom: 1px solid #DA251D;
	padding-left: 20px;
	position: relative;
}

.items-content-tag {
	padding: 1px 8px;
	display: inline-block;
	border: 1px solid #cdcdcd;
	color: #666;
	font-size: 12px;
	border-radius: 2px;
}
.items-content-tag:hover {
	color: #EB2332;
	border: 1px solid #EB2332;
	cursor: pointer;
}
.items-content-tag:not(:first-child) {
	margin-left: 10px;
}
/*.store-slideTxtBox .hd ul li.on {
	border-bottom: 3px solid #DA251D;
}*/
.store-xhx {
	width:80px;
	height: 3px;
	background: #DA251D;
	position: absolute;
	left: 30px;
	bottom: 0px;
	transition: all .2s linear;
}
.store-slideTxtBox .hd ul li {
	position: relative;
}

.store-slideTxtBox .hd>span {
	font-family: indexIcon;
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;

}
.store-slideTxtBox .hd>span>a {
	color: #999;
	
}
.store-slideTxtBox .bd ul li {
	/* padding-left: 20px; */
	padding: 10px 0 0 10px;
	position: relative;

}
.bd-line {
	width: 875px;
	border-top: 1px solid #eee;
	position: absolute;
	top: 251px;
	/* margin-top: 6px; */
	left: 20px;
}

.bd-string {
	position: absolute;
	height:500px;
	width: 10px;
	margin-top: 6px;
}

.bd-string div {
	height: 467px;
	top: 0px;
}

.bd-string1 {
	left: 302px;
	top: 10px;
}

.bd-string2 {
	left: 596px;
	top: 10px;
}

.store-items-right .bd {
    height: 484px;
}
.store-items-right .bd ul {
    height: 484px;
}


.store-tb-btn:hover div {
	color: #FE6C31
}
.store-tm-btn:hover div {
	color: #DA251D
}
.store-qt-btn:hover div {
	color: #3AA8FF
}

.store-items-content>img {
	position: absolute;
	bottom: 75px;
	right: 30px;
	width: 64px;
	height: 64px;
	-webkit-animation: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition:all .2s linear;

}
.store-items-content:hover>img {
	bottom: 78px;
}
.store-items-content0,.store-items-content1 {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.store-items-content3,.store-items-content4 {
	border-right: 1px solid #eee;
} 


.store-items-content2 {
	border-bottom: 1px solid #eee;
}
.store-items-content1,.store-items-content4{
	border-left: 1px solid transparent;
	position: relative;
	left: -4px;
}
.store-items-content2,.store-items-content5{
	position: relative;
	left: -8px;	
}
.store-tm-btn {
	display: inline-block;
	color: #fff;
	width: 56px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 10px;
	cursor: pointer;
	position: relative;
    /* width: 56px !important;*/
}

.more-btn-type {
	display: inline-block;
	color: #fff;
	width: 56px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.more-btn-type:hover {
	border-radius: 4px;
	color: #DA251D;
	background: #fff;
}
.store-tm-btn:hover {
	border-radius: 4px;
	color: #DA251D;
	background: #fff;
}

.jpimg{
    width: 260px;
    height: 120px
}
/*??????????????????store*/


