﻿@charset "utf-8";
/*总定义*/
html {
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, p, span, input, button, textarea, form, img, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    list-style: none;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

body {
    background: #ffffff;
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
}

a:hover {
    color: #258bff;
}

img {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    display: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.ellipsiss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsisss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clear {
    clear: both;
}

/*顶部*/
.topbox {
    margin: 0 auto;
    width: 1200px;
    height: 90px;
}

.menu {
    float: right;
    margin-top: 25px;
}
.menu>a{
    float: left;
    width: 110px;
    text-align: center;
    font-size: 16px;
    margin: 0 0 0 1px;
    padding: 10px 0;
}
.menu>a:hover{
    color: #fff;
    background: #006bcf;
}
.menu-select{
    color: #fff;
    background: #006bcf;
}
.logo {
    float: left;
    margin: 15px 0 0 0;
}
.submenu{
    height: 55px;
    background: #006bcf;
    overflow: hidden;
}
.submenu>div{
    margin: 0 auto;
    width: 1200px;
    margin-top: 12px;
    overflow: hidden;
}
.submenu>div>a{
    display: block;
    float: right;
    padding: 0 25px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.submenu>div>a:hover{
    text-decoration: underline;
}

.product{
    background: #f4f4ff;
}
.product-title{
    background: #fff;
}
.product-title-box{
    height: 120px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.product-title-box h3{
    margin: 40px 0 0 0;
    float: left;
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.product-title-box img{
    margin: 55px 0 0 15px;
    float: left;
    display: block;
}
.product-title-box span{
    margin: 52px 0 0 10px;
    float: left;
    display: block;
    color: #bbbbbb;
}
.product-title-box a{
    margin: 52px 0 0 0;
    float: right;
    display: block;
    color: #258bff;
}
.product-title-box a i{
    margin: 8px 0 0 3px;
    display: block;
    float: right;
    width: 12px;
    height: 4px;
    background: #258bff;
}
.product-list{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
}
.product-list a{
    display: block;
    float: left;
    margin: 0 30px 30px 0;
    height: 294px;
}

.product-list a:nth-of-type(3n){
    margin: 0;
}
.product-list a h3{
    padding: 25px 10px 0 10px;
    width: 360px;
    height: 55px;
    font-size: 20px;
    text-align: center;
    background: #fff;
}
.product-list a div{
     overflow: hidden;
 }
.product-list a div img{
    transition: all .3s;
	width: 380px;
    height: 250px;
}
.product-list a:hover div img{
    transform: scale(1.1);
}
.product-list a:hover h3{
    color: #258bff;
}
.news{
    background: url("../images/newsbg.jpg") no-repeat center;
}
.news-box{
    width: 1200px;
    height: 459px;
    margin: 0 auto;
    overflow: hidden;
}
.news-box-title{
    height: 120px;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.news-box-title h3{
    margin: 40px 0 0 0;
    float: left;
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.news-box-title img{
    margin: 55px 0 0 15px;
    float: left;
    display: block;
}
.news-box-title span{
    margin: 52px 0 0 10px;
    float: left;
    display: block;
    color: #bbbbbb;
}
.news-box-title a{
    margin: 52px 0 0 0;
    float: right;
    display: block;
    color: #fff;
}
.news-box-title a i{
    margin: 8px 0 0 3px;
    display: block;
    float: right;
    width: 12px;
    height: 4px;
    background: #fff;
}
.news-box-list{
    margin:0 0 40px 0;
    padding: 40px 0 0 0;
    width: 570px;
    height: 220px;
    background: #fff;
    border-radius: 6px;
}
.news-box-list a{
    margin: 0 auto;
    display: block;
    width: 520px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-box-list a i{
    float: left;
    font-style: normal;
    color: #666;
}
.news-box-list a h3{
    float: left;
    width: 350px;
    color: #666;
}
.news-box-list a span{
    float: right;
    color: #aaaaaa;
}
.news-box-list a:hover h3{
    color: #258bff;
}
.bottombox{
    background: #141938;
}
.bottom{
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
}
.bottom-left{
    float: left;
    overflow: hidden;
}
.bottom-left img{
    display: block;
    margin: 45px 0 20px 0;
}
.bottom-left span{
    color: #999ebf;
    padding: 10px 0 10px 50px;
}
.bottom-left span:nth-of-type(1){
    display: block;
    background: url("../images/add-icon.png") no-repeat 0 10px;
}
.bottom-left span:nth-of-type(2){
    display: block;
    background: url("../images/email-icon.png") no-repeat 0 10px;
}
.bottom-right{
    float: right;
    width: 370px;
    height: 100px;
    margin: 70px 0 0 0;
    border:#323a6a solid 1px;
}
.bottom-right span:nth-of-type(1){
    float: left;
    margin: 15px 0 0 20px;
    padding: 0 15px 0 0;
    color: #999ebf;
    border-right: #3a416c solid 1px;
}
.bottom-right span:nth-of-type(2){
    float: left;
    margin: 15px 0 0 20px;
    color: #ffa200;
    font-size: 26px;
}
.bottom-right span:nth-of-type(2) i{
    font-size: 14px;
    font-style: normal;
}
.bottom-copyright{
    height: 50px;
    line-height: 50px;
    background: #1e2449;
    text-align: center;
    color: #999ebf;
}
.nyabout-top{
    width: 1200px;
    margin: 0 auto;
}
.nyabout-top>h2{
    margin: 40px 0 10px 0;
    font-size: 30px;
    font-weight: bold;
    color: #006bcf;
    text-align: center;
}
.nyabout-top>span{
    display: block;
    font-family: Arial;
    font-size: 30px;
    color: #c3c3c3;
    text-align: center;
}
.nyabout-top>p{
    width: 1120px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.nyabout-top>i{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 7px;
    background: #333333;
}
.about-top-icon{
    border-top: #eaeaea solid 1px;
    border-bottom: #eaeaea solid 1px;
    overflow: hidden;
}
.about-top-icon span{
    display: block;
    float: left;
    margin: 40px 135px;
    text-align: center;
    font-size: 24px;
}
.about-top-icon span img{
    margin-bottom: 20px;
}
.about-top-logo{
    padding: 30px 0;
    overflow: hidden;
}
.about-top-logo img{
    display: block;
    float: left;
}
.productgood{
    background: #f4f4ff;
}
.productgood .slideBus {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.productgood .slideBus .hd a {
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 30px;
    color: #fff;
    font-family: 宋体;
    text-align: center;
    line-height: 58px;
    display: block;
    width: 60px;
    height: 60px;
    background: #333;
    border-radius: 50px;
}

.productgood .slideBus .hd a.prev {
    left: 10px;
}

.productgood .slideBus .hd a.next {
    right: 10px;
}

.productgood .slideBus .hd a:hover {
    background: #104da0;
}

.productgood .slideBus .bd {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.productgood .slideBus .bd ul li {
    width: 380px;
    float: left;
    margin: 50px 30px 50px 0;
}

.productgood .slideBus .bd ul li a {
    display: block;
    overflow: hidden;
}

.productgood .slideBus .bd ul li a h3{
    padding: 25px 10px 0 10px;
    width: 360px;
    height: 55px;
    font-size: 20px;
    text-align: center;
    background: #fff;
}
.productgood .slideBus .bd ul li a div{
    overflow: hidden;
}
.productgood .slideBus .bd ul li a div img{
    transition: all .3s;
}
.productgood .slideBus .bd ul li a:hover div img{
    transform: scale(1.1);
}
.productgood .slideBus .bd ul li a:hover h3{
    color: #258bff;
}

.ny-product-class{
    background: #fff;
}
.product-class{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.product-class h3{
    float: left;
    margin-top: 40px;
    padding-right: 40px;
    border-right: #eaeaea solid 1px;
    line-height: 36px;
    font-size: 30px;
    font-weight: bold;
}
.product-class span{
    float: left;
    display: block;
    margin-top: 40px;
    overflow: hidden;
}
.product-class span a{
    display: block;
    padding: 6px 25px;
    float: left;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.product-class span a:hover{
    background: #006bcf;
    color: #fff;
}
.class-select{
    background: #006bcf;
    color: #fff;
}
.ny-product{
    overflow: hidden;
    background: #f5f5f5;
}

.pagebtn {
    margin: 30px 0;
    text-align: center;
}

.pagebtn a {
    display: inline-block;
    padding: 11px 18px;
    font-size: 20px;
    margin: 0 5px;
    border: #e1e1e1 solid 1px;
    background: #fff;
}

.pagebtn a:hover {
    background: #1795fc;
    color: #ffffff;
    border: #1795fc solid 1px;
}
.ny-product-xx{
    background: #f5f5f5;
    overflow: hidden;
}
.ny-product-box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.ny-product-left{
    float: left;
    background: #fff;
}
/*产品轮播*/
.ny-product-left {
    min-width: 800px;
    position: relative;
    height: 448px;
    overflow: hidden;
}

.ny-product-left .banner-bd {
    position: relative;
}

.ny-product-left .banner-bd ul {
    width: 100% !important;
}

.ny-product-left .banner-bd li {
    width: 100% !important;
    height: 448px;
    background-size: 800px 448px !important;
}

.ny-product-left .banner-bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ny-product-left .banner-hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ny-product-left .banner-hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #fff;
    border-radius: 50%;
}

.ny-product-left .banner-hd ul .on {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ny-product-right{
    float: left;
    position: relative;
    padding: 50px 40px;
    width: 320px;
    min-height: 348px;
    background: #fff;
}
.ny-product-right span{
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}
.ny-product-right span i{
    font-style: normal;
}
.ny-product-right a{
    position: absolute;
    bottom: 40px;
    display: block;
    width: 187px;
    height: 55px;
    padding-left: 130px;
    background: url("../images/product-buy-icon.png") no-repeat 60px 9px #ff8400;
    font-size: 24px;
    color: #fff;
    line-height: 55px;
}
.ny-product-right a:hover{
    background: url("../images/product-buy-icon.png") no-repeat 40px 9px #ff0000;
}
.ny-product-content{
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 70px;
    background: #fff;
}
.ny-contact{
    background: #f5f5f5;
    overflow: hidden;
}
.ny-contact-box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    overflow: hidden;
}
.contact-left{
    width: 540px;
    height: 460px;
    float: left;
    background: url("../images/contact-bg.png");
}
.contact-left span{
    color: #006bcf;
    font-size: 60px;
    font-weight: bold;
    display: block;
    margin: 150px 0 0 70px;
}
.contact-left i{
    display: block;
    margin: 20px 0 0 70px;
    font-size: 20px;
    font-style: normal;
}
.contact-right{
    width: 660px;
    height: 440px;
    float: left;
}
.contact-right h3{
    margin: 60px 0 0 90px;
    font-size: 30px;
}
.contact-right i{
    display: block;
    width: 40px;
    height: 5px;
    background: #222222;
    margin: 30px 0 0 90px;
}
.contact-right span{
    display: block;
    margin: 30px 0 0 90px;
    font-size: 16px;
    color: #666;
}
.contact-bottom{
    width: 1200px;
    height: 500px;
    float: left;
    border: #fff solid 5px;
}
.ny-news{
    position: relative;
    background: #f5f5f5;
}
.ny-news-top{
    height: 120px;
    background: #fff;
}
.ny-news-top-position{
    width: 1200px;
    margin: 0 auto;
}
.ny-news-top-position span{
    display: block;
    float: right;
    margin-top: 70px;
    padding-left: 20px;
    background: url("../images/position-icon.png") no-repeat;
}
.ny-news-top-position span a{
    color: #666;
}
.ny-news-top-position span i{
    font-family: "宋体";
    font-style: normal;
    color: #666;
    margin: 0 15px;
}
.ny-news-content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.ny-news-left{
    position: absolute;
    top: 65px;
    z-index: 300;
}
.ny-news-left-head{
    width: 220px;
    height: 203px;
    background: url("../images/leftmenu-bg.png");
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 200px;
    color: #fff;
}
.ny-menu ul li{
    margin-bottom: 1px;
    height: 90px;
    background: #fff;
}
.ny-menu ul li i{
    margin: 35px 0 0 40px;
    float: left;
    display: block;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    border:#cccccc solid 3px;
}
.ny-menu ul li a{
    float: left;
    margin: 30px 0 0 20px;
    font-size: 20px;
}
.nymenu-select i{
    border:#006bcf solid 3px !important;
}
.nymenu-select a{
    color:#006bcf;
}
.ny-news-right{
    width: 935px;
    min-height: 350px;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    background: #fff;
}
.ny-news-right>a{
    display: block;
    width: 805px;
    padding: 30px 0;
    margin: 0 auto;
    border-bottom: #f1f1f1 solid 1px;
    overflow: hidden;
}
.ny-news-right>a:hover h3{
    color: #258bff;
}
.ny-news-right>a img{
    float: left;
    width: 200px;
    height: 112px;
}
.ny-news-right>a h3{
    float: right;
    width: 570px;
    font-size: 18px;
    margin-bottom: 9px;
}
.ny-news-right>a p{
     float: right;
     width: 570px;
     line-height: 24px;
     color: #999;
 }
.ny-news-right>a span{
    float: left;
    margin:15px 0 0 35px;
    color: #999;
}
.ny-news-xx{
    width: 805px;
    padding: 65px;
    min-height: 350px;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    background: #fff;
}
.ny-news-xx h2{
    width: 805px;
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}
.timer{
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.timer span:nth-of-type(1){
    float: left;
}
.timer span:nth-of-type(2){
    float: right;
}
.details{
    margin-top: 20px;
    padding-top: 40px;
    border-top: #f1f1f1 solid 1px;
}
.details img{
    max-width: 800px;
}

/*banner*/
.banner {
    min-width: 1200px;
    position: relative;
    height: 550px;
    overflow: hidden;
}

.banner .banner-bd {
    position: relative;
    z-index: -100;
}

.banner .banner-bd ul {
    width: 100% !important;
}

.banner .banner-bd li {
    width: 100% !important;
    height: 550px;
    background-size: 1920px 550px !important;
}

.banner .banner-bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .banner-hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner .banner-hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    overflow: hidden;
    line-height: 9999px;
    filter: alpha(opacity=40);
    opacity: 0.4;
    background-color: #fff;
    border-radius: 50%;
}

.banner .banner-hd ul .on {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* 新增 */
.ny-news-top-position>h3{float: left;margin-top: 40px;padding-right: 40px;line-height: 36px;font-size: 30px;font-weight: bold;}
.ny-sell-list{ width: 1200px; margin: 0 auto; background: #fff; margin-top: 40px; margin-bottom: 30px; padding-bottom: 60px; overflow: hidden;}
.ny-sell-goods{ float: left; display: block; width:520px; height: 520px; margin: 60px 0 0 55px; background: url("../images/sellbg.png") no-repeat; overflow: hidden; }
.ny-sell-goods>img{ width:500px; height: 280px; margin: 0 auto; margin-top: 10px; }
.ny-sell-goods>h3{ width: 480px; margin: 0 auto; padding: 10px 0;  font-size: 20px; font-weight: bold; text-align: justify;}
.oldprice{ float: left; margin: 35px 0 0 20px; font-size: 20px; text-decoration:line-through; color: #999;}
.newprice{ float: right; margin: 30px 30px 0 0; font-size: 20px; font-weight: bold; color: #fff;}
.newprice>i{ font-size: 30px; font-style: normal;}
.ny-sell-goods:hover{ transform: scale(1.01); box-shadow: 0 15px 15px #aaa;}
a.active{ background: #1795FC !important; color: #fff}