/*统写背景*/
.container{width: 1284px;}
a:hover{text-decoration: none;color:#8a0d21;}
.slidebanner{height: 835px;background:#fff;}
.index-body{ background:#fff;}
.nosecone{position: relative;height: 350px;z-index: 999;}
.nosecone .trends{position: absolute;width:100%;height: 455px;top:-55px;display: block;}
.between{background: url(../images/between.png) no-repeat;height: 460px;width:100%;}
.board{background: url(../images/board.png) no-repeat;width:100%;height: 690px;}
.rump{background: url(../images/rump.png) no-repeat;width:100%;height: 246px;}
/*第一部分的统写*/
.t-box{position: absolute;top:-30px;}
.nboxb{float: left;width: 354px;background: #ffffff; padding-right:10px;}
.nbox{float: left;width: 354px;background: #f2f2f3;}
.tbox{float: left;width: 560px;background: #fff;}
.n-title{ margin-top:30px;height: 34px;line-height: 34px;color:#b00a27;font-size: 24px; font-weight:bold;text-align: center;width: 120px; border-left:3px solid #b00a27; float:left;}
.n-con{padding:0 26px 0 0; overflow:hidden; width:100%; float:left;}
.t-con{padding:0 23px;}
.xbox{width: 335px; padding-left:15px; padding-right:10px;}
.tbox .n-title{height: 65px;}
.xbox .n-title{ }
.n-more{
	text-align: right;
	padding: 34px 0 10px;
	width: 120px;
	float: right;
}
.n-more a{width: 92px;height: 24px;line-height: 24px;color:#9a010c;font-size: 12px;display: inline-block;}
.n-more a:hover{color:#fff;}
.xbox .n-more{
	padding: 35px 0 10px;
}



 .rollBox {
        width:1200px;position: relative; padding-top:0px;}
    .rollBox .LeftBotton a{
        background: url(images/left1.png) no-repeat left center; width:55px; display:block;
        position: absolute;left: -60px; top:0; height:330px;  cursor: pointer;z-index: 99;}
    .rollBox .RightBotton a {
        background: url(images/right1.png) no-repeat right center; width:55px; display:block;
        position: absolute;right: -60px;top:0;height:330px;  cursor: pointer;z-index: 99;}
    .Cont {
        width:1200px; float:left; overflow: hidden
    ;}
    .ScrCont {
        width: 1342177.27px
    ;}
    .pic {
        text-align: center; width:280px;margin-right: 20px; float: left; position: relative;}

    #List1 {
        float: left;}
    #List2 {
        float: left
    ;}

#List1-sj {
        float: left;display:none; }

.xsbj{
background-color: #900; margin-top: 100px}





.menuph{
	display:none;
    float: right;
}

.phxia
{
	display:none;
}


@media screen and (max-width:767px)
{
	.container{width: 100%;}

.wp-navi{
display:none;
}
	
/*手机按钮*/

.menuph{
	display:block;
    float: right;
}
.menuph .point {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 30px;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
    width: 28px;
}

.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background:#fff;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

.menuph .navbtn::after {
    top: -11px;
}

.menuph .navbtn::before {
    top: 10px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuph .point.active .navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/*手机下拉*/

.phxia
{
	display:block;
    position: absolute;
    top: 70px;
    width:100%;
    z-index: 80;
}

.xialaph
{
    font-family: '微软雅黑';

    position: absolute;
    z-index: 1049;
    top: 0;
    left: 0;
    border-top: 1px solid #ddd;
    display: none;

    width: 96%;
    padding-bottom: 41px;
    padding:0 2%;
    background-color: #0062ad;
}

.xialaph.active
{
    top: 106px;
}




.xialaph .ul2,
.xialaph .ul3
{
    display: none;
}

.xialaph h4 a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;

    text-transform: uppercase;

    color: #ffffff;
}

.xialaph h4
{
    position: relative;
}

.xialaph h4::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    opacity: .5;
    background-color: #e5e5e5;
}

.xialaph h5 a
{
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 40px;

    text-transform: uppercase;

    color: #ffffff;
}

.xialaph h5
{
    position: relative;

    padding-left: 15px;
}

.xialaph h5::after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';

    opacity: .5;
    background-color: #fff;
}
.img_d{
    display: none;
}
.xialaph h4 img
{
    float: right;

    width: 13px;
    margin-top: 23px;

    cursor: pointer;
}

.xialaph h5 img
{
    float: right;

    width: 13px;
    margin-top: 26px;

    cursor: pointer;
}

.xialaph h4.active,
.xialaph h5.active
{
    border-bottom: 0;
}

.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s
{
    display: none;
}

.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d
{
    display: block;
}

.xialaph .ul2
{
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #b00a27;
}

.xialaph .ul3
{
    position: relative;

    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.xialaph .ul3 li a
{
    font-size: 12px;
    line-height: 30px;

    display: block;

    text-transform: uppercase;

    color: #999;
}

.xialaph .ul3 li
{
    padding-top: 5px;
}

.xialaph .ul3 li:first-child
{
    padding-top: 0;
}

.phonemeng
{
    position: absolute;
    z-index: 1048;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: .6;
    background-color: #000;
}

.phonemeng.active
{
    display: block;
}

	.content12{
    width: 98%;
    margin: auto;
	
}




.nosecone{position: relative;min-height: 820px; height:auto;z-index: 1;}
.nosecone .trends{position: absolute;width:100%;height:auto;top:-5px;display: block;}

.tbox{float: left;display:none;}
.container{width: 100%;}
.t-box{position: absolute;top:20px;}

.nosecone .trends{position: absolute;width:100%;height: 100%;top:-5px;display: block;}
.nboxb{float: left;width: 96%;background: #ffffff; padding-right:0px;margin:0 2%;}
.nbox{float: left;width: 100%;background: #f2f2f3; margin:0; padding-bottom:10px;}
.tbox{float: left;width: 100%;background: #fff;}
.xbox{width: 98%; padding-left:5px; padding-right:5px; }


 .rollBox {
        display:none;}
#List1-sj {
        float: left;display:block }

.pic {
        text-align: center; width:46%;margin: 0 2% ; float: left; position: relative;}
.xsbj{
background-color: #900; margin-top: 30px}



}