/*非自适应站内页banner样式*/
.xypg-banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 320px !important;
}

.xypg-banner .img img {
    width: 1920px;
    margin: 0 auto;
    height: 320px !important;
}

/*非自适应站内页样式*/
.container {
    position: relative;
    width: 1200px !important;
    margin: 0 auto;
    padding: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xypg-left {
    width: 260px;
    float: left;
}

.xypg-right {
    width: 880px;
    float: right;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*内页banner*/
.n_bannerbj {
    width: 100%;
    overflow: hidden;
}

.n_bannerbj img {
    max-width: 100%;
    height: auto;
}

/*非自适应站内页产品样式*/
/* .xypg-product-list {
    margin: 0;
}

.xypg-product-list li {
    margin: 0 10px;
    width: 272px;
}

.xypg-product-list li .img img {
    width: 272px;
}

.xypg-product-list li h3 {
    margin: 15px 0;
} */

/*banner下nav*/
#content {
    margin: 0 auto;
}

.reference {
    clear: both;
    top: 300px;
    left: 0px;
    position: absolute;
    text-align: right;
    width: 400px;
    padding: 20px;
    background-color: #fff;
    -moz-box-shadow: 1px 3px 15px #ddd;
    -webkit-box-shadow: 1px 3px 15px #ddd;
    box-shadow: 1px 3px 15px #ddd;
}

.reference p a {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
    color: #666;
    text-decoration: none;
    font-size: 10px;
}

.reference p a:hover {
    color: #333;
}

.accordion {
    list-style: none;
    position: absolute;
    right: 80px;
    top: 0px;
    font-family: Cambria, serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
}
.accordion li:first-child{
    width: 480px;
}
.accordion li {
    float: right;
    width: 100px;
    height: 220px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.accordion li.bg1 {
    background-image: url(../images/1.jpg);
}

.accordion li.bg2 {
    background-image: url(../images/2.jpg);
}

.accordion li.bg3 {
    background-image: url(../images/3.jpg);
}

.accordion li.bg4 {
    background-image: url(../images/4.jpg);
}

.accordion li.bleft {
    border-left: 2px solid #fff;
}

.accordion li .heading {
    background-color: #fff;
    padding: 10px;
    margin-top: 60px;
    opacity: 0.9;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    text-align: center;
    text-shadow: -1px -1px 1px #ccc;
}

.accordion li .description {
    position: absolute;
    width: 480px;
    height: 175px;
    bottom: 0px;
    left: 0px;
    display: none;
}

.accordion li .description h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 45px;
    color: #444;
    text-align: left;
    margin: 0px 0px 15px 20px;
    text-shadow: -1px -1px 1px #ccc;
}

.accordion li .description p {
    line-height: 14px;
    margin: 10px 22px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}

.accordion li .description a {
    position: absolute;
    bottom: 5px;
    left: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
}

.accordion li .description a:hover {
    color: #333;
    text-decoration: underline;
}

.accordion li .bgDescription {
    background: transparent url(../images/bgDescription.png) repeat-x top left;
    height: 340px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

/*产品滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 400%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.product-list li {
    padding: 10px;
    border: 4px solid #e9e9e9;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
    position: relative;
}

.product-list li a.img {
    overflow: hidden;
    display: block;
}

.product-list li .img img {
    transition: all 0.8s;
    width: 264px;
    height: 240px;
}

.product-list li h3 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 16px;
}

.product-list li h3 a {
    color: #333333;
    font: 400 16px/50px "Microsoft yahei";
}

.product-list li h3 a span {
    display: block;
    width: 180px;
    margin: 0 auto;
    background-color: #cc0e18;
    font: 400 14px/30px "Microsoft yahei";
    color: #fff;
    border-radius: 15px;
}

.product-list li:hover {
    border: 4px solid #cc0e18;
}

.product-list li:hover .img img {
    transform: scale(1.1);
}

.product-list li:hover h3 a span {
    background-color: #a30007;
}

/*tab切换*/
.tab {
    text-align: center;
}

.tab li {
    display: inline-block;
    padding: 10px;
    background-color: #cccccc;
    font: 400 18px/20px "Microsoft yahei";
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
}

.tab li:hover {
    background-color: #cc0e18;
}
.tab_content{
    margin-top: 20px;
}

/*ç™¾å¶çª—*/
#center {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%
}

#slider {
    z-index: 1;
    position: absolute;
    width: 1200px;
    height: 200px;
    overflow: hidden;
    top: 0px;
    left: -600px
}

#slider .slide {
    z-index: 10;
    position: absolute;
    width: 560px;
    background: #fff;
    height: 200px;
    overflow: hidden;
    top: 0px;
    cursor: default;
    left: 22px;
    text-align: left;
}

#slider .title {
    color: #f80;
    font-size: 1.2em;
    font-weight: bold;
    margin-right: 1.5em;
    text-decoration: none
}

#slider h2 {
    color: #fefefe;
    font: 600 20px/40px "Microsoft yahei";
    margin-left: 110px;
    margin-top: 200px;
    transition: all 0.3s;
}

#slider:hover h2 {
    transform: translateX(60px);
}

#slider .text {
    /*position: absolute;*/
    text-align: justify;
    width: 300px;
    font-family: verdana, arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 0.9em;
    top: 100%;
    left: 185px;
    background-color: rgba(185, 34, 33, .8);
    height: 100%;
}
#slider .text li{
    list-style-type: none;
}
#slider .text li a {
    color: #fefefe;
    font: 400 18px/40px "Microsoft yahei";
}

#slider .text li a span {
    margin-left: 5px;
    padding-bottom: 6px;
}

#slider .text li:hover a span {
    border-bottom: 1px solid #ffb3b3;
}

#slider .diapo {
    position: absolute;
    fileft: alpha(opacity=100);
    visibility: visible;
    opacity: 1
}

#apDiv1 {
    z-index: 1;
    position: absolute;
    background-color: rgba(185, 34, 33, .2);
    width: 820px;
    height: 30px;
    overflow: hidden;
    top: 0px;
    left: 0px
}

#apDiv2 {
    z-index: 3;
    position: absolute;
    width: 860px;
    height: 35px;
    overflow: hidden;
    top: 0px;
    left: -300px
}

.pagenext {
    POSITION: relative;
    WIDTH: 820px;
    HEIGHT: 37px
}

#slider a {
    position: relative;
}

.pro-list {
    margin-top: 50px;
}
.pro-list li{
    text-align: center;
}
.pro-list li img {
    max-width: 100%;
}
.pro-list li h2{
    font: 400 14px/30px "Microsoft yahei";
}