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

.xypg-banner .img img {
    width: 1920px;
    margin: 0 auto;
    height: 500px !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*/

.banner {
    width: 1920px;
    height: 660px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    z-index: 100;
    right: 950px;
    bottom: 30px;
}

.banner .num li {
    float: left;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    background: #e8e8e8;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #0075c5;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: inline;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

/*产品经过效果*/
.xyin-product-list li{
    width:266px;
}
.xyin-product-list li .img {
    display: block;
    overflow: hidden;
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    position: relative;
}

.xyin-product-list li .img figcaption {
    transition: all 0.8s;
    position: absolute;
    top: -200px;
    left: 200px;
    width: 150%;
    height: 40%;
    background-color: rgba(255, 255, 255, .1);
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.xyin-product-list li:hover .img figcaption {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0) translate(0px, 400px);
}
.xyin-product-list li h3{
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

/*首页简介*/
.about-container {
    position: relative;
}

.about-container img {
    position: absolute;
    right: 0px;
    top: 77px;
    z-index: -1;
}
/*优势*/
.adv .con .img{
    width: 470px;
    height: 332px;
    overflow: hidden;
}
.adv .con .img img{
    transition: all 0.8s;
}
.adv .con .img img:hover{
    transform: scale(1.1);
}
.adv .con .text{
    width: 650px;
    height: 332px;
    background-color: #f1f1f1;
    padding: 36px;
}
.adv .con .text h3{
    color: #333333;
    font: 600 24px/40px "Microsoft Yahei";
    margin-bottom: 16px;
}
.adv .con .text h3 span{
    color: #c7c7c7;
    font: 400 12px/16px "Airal";
    display: block;
    text-transform: uppercase;
}
.adv .con .text p{
    color: #666666;
    font: 400 12px/26px "Microsoft Yahei";
}
/* 本例子css */
.adv {
    padding: 50px 0;
}
.adv .adv-title{
    margin-top: 0px;
    margin-bottom: 40px;
}
.adv .adv-title h2 {
    font: 600 30px/46px "Microsoft Yahei";
    color: #333333;
    text-align: center;
}

.adv .adv-title h2 span {
    color: #c7c7c7;
    font: 400 13px/20px "Airal";
    text-transform: uppercase;
    display: block;
}

.slideTxtBox {
    width: 1200px;
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 20px;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding-left: 126px;
    cursor: pointer;
}
.slideTxtBox .hd ul li:first-child{
    padding-left: 50px;
}
.slideTxtBox .hd ul li h2{
    color: #0075c5;
    font: 600 18px/24px "Microsoft Yahei";
}
.slideTxtBox .hd ul li span{
    background-color: #d5d6db;
    padding: 10px 16px;
    border-radius: 30px;
    margin-top: 10px;
    display: block;
    width: 46px;
    height: 46px;
    margin-left: 6px;
    color: #fff;
}
.slideTxtBox .hd ul li.on h2{
    color: #ff9000;
}
.slideTxtBox .hd ul li.on span{
    background-color: #ff9000;
    color: #fff;
}
.slideTxtBox .bd{
    margin-top: 80px;
}
.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox{
    background: url("../images/lines.png") no-repeat center 56px;
}
.slideTxtBox .arrow {
    position: absolute;
    right: 600px;
    top: 380px;
}

.slideTxtBox .arrow a {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 16px;
}

.slideTxtBox .arrow .next {
    background: url("../images/arrow_right.png") no-repeat center #d5d6db;
    /*background-position: 0 -50px;*/
}
.slideTxtBox .arrow .next:hover{
    background: url("../images/arrow_right.png") no-repeat center #0075c5;
}
.slideTxtBox .arrow .prev {
    background: url("../images/arrow_left.png") no-repeat center #d5d6db;
    /*background-position: 0 -50px;*/
}

.slideTxtBox .arrow .prev:hover {
    background: url("../images/arrow_left.png") no-repeat center #0075c5;
    /*background-position: 0 -50px;*/
}

.slideTxtBox .arrow .prevStop {
    background: url("../images/arrow_left.png") no-repeat center #0075c5;
}

.slideTxtBox .arrow .nextStop {
    background: url("../images/arrow_right.png") no-repeat center #0075c5;
}
/*内页*/
.product-detail-imgbox{
    float: left;
}

/*修改*/
.xyin-product-list li:nth-child(14){
    margin-left: 25px;
    margin-right: 25px;
}
.xyin-product-list li:nth-child(17){
    margin-left: 25px;
    margin-right: 25px;
}
.xy-menu li.on{
    background-color: #0075c5;
    position: relative;
}
.xy-menu li.on a{
    color: #fff;
}
.xy-menu .xy-sub-menu > li > a{
    color: #666;
}

.xy-head-navbar{
    background: #0075c5;
}
.xy-menu > li > a{
    color:#fff;
}
.xy-menu > li > a:hover{
    background: #149efd;
}
.xy-menu .xy-sub-menu{
    border:none;
}
.cover-item .item-first{
    padding:20px 0;
}
.cover-item .item-list .img img{
    width:190px;
    height:142px;
}
.cover-item .item-first .wz .more{
    bottom:20px;
}
.cover-item{
    padding-bottom: 20px;
}





