/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
/*----- Common css ------*/

/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
}


/*------------内页-------------------*/


.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
	font-size:12px;
}

.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-bottom:20px;
}

.left {
    width: 280px;
    float: left;
}

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    background: #4d4d4d;
    color:#fff;
   /* border-bottom:5px solid #4d4d4d;*/
    color:#fff;
    height:80px;
    font-size: 26px;
    text-align: center;
    padding-top:18px;
    font-weight: 400;
	line-height:1.5;
}
.left .box h3 p{
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
}

.left .box .content {
    padding: 5px;
    background: #e8ecf6;
    border:1px solid #d0d9ec;
}

.right {
    width: 874px;
    float: right;
    padding-bottom: 10px;
}

.sitemp {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    padding-right: 10px;
    background: url(../images/nav.png) no-repeat 0% 76%;
}

.sitemp h2 {
    width: 340px;
    float: left;
    line-height: 50px;
    text-align: center;
    text-align: left;
    text-indent: 15px;
    font-size: 14px;
}

.sitemp .site {
    width: 380px;
    float: right;
    text-align: right;
    line-height: 50px;
	font-size:12px;
}

.right .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.sort_album {
    margin-top: 15px;
}

.ljtj{background: #212d3a;
width: 420px;
line-height: 48px;
text-align: center;
border-radius: 0;
color: #ffffff !important; display:block;}
@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1); }
    to { -webkit-transform: scale(1); transform: scale(1);}
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1.1); transform: scale(1.1);}
    to { -webkit-transform: scale(1); transform: scale(1);}
}
.banner{overflow: hidden;}
.banner .carousel-inner .carousel-item img,.banner .banner-img{	
	max-width: 100%;
    -webkit-animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 3.2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.banner .banner-img{overflow:hidden;background: url(../images/nybanner.jpg) center no-repeat;width: 100%;height:460px;}
footer{ margin-top:50px;}