@charset "utf-8";

.backlist {
    float: right;
    font-size: 13px;
    color: #888888;
    position: relative;
    padding-right: 20px;
}

.backlist::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 16px;
    height: 13px;
    background: url('../images/productCenter/productback.png');
    background-size: 100% 100%;
}

.prodcutCenterComNavAll {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #f7f7ff;
    position: relative;
    z-index: 20;
}

.prodcutCenterComNavAll-center {
    position: absolute;
    width: 1280px;
    z-index: 100;
    top: 0;
    margin-left: -640px;
    left: 50%;
    height: 80px;
    background: #fff;
}

.prodcutCenterComNavAll-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #edeef0;
    z-index: 10;
    overflow: hidden;
    border-top: 1px solid #e3e4e6;

    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */
    transition: all 0.3s;
    visibility: hidden;
}

.prodcutCenterComNavAll-bottomActive {
    top: 80px;
    visibility: visible;
}

.prodcutCenterComNavAll-bottom-right {
    width: 1280px;
    height: 70px;
    margin: 0 auto;
}

.product-nav-list {
    width: 100%;
    background: #fafafc;
    border-top: 1px solid #e3e4e6;
}

.product-nav-list-center {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 54px;
}

.product-nav-list-center a {
    display: block;
    width: 200px;
    overflow: hidden;
    padding-top: 48px;
    padding-right: 58px;
    float: left;
}

.product-nav-list-center a span {
    display: block;
    width: 100%;
    height: 144px;
}

.product-nav-list-center a span img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-nav-list-center a s {
    text-decoration: none;
    display: block;
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.prodcutCenterComNavAll-bottom-right-a .prodcutCenterComNavAll-bottom-right-a-one {
    float: left;
    display: block;
    height: 70px;
    line-height: 70px;
    margin: 0 18px;
    font-size: 15px;
    color: #666666;
    position: relative;
}

.prodcutCenterComNavAll-bottom-right-a .prodcutCenterComNavAll-bottom-right-a-one:first-child {
    margin-left: 0;
}

.prodcutCenterComNavAll-bottom-right-a .prodcutCenterComNavAll-bottom-right-a-one:hover {
    color: #0062a6;
    font-weight: 900;
}

.prodcutCenterComNavAll-bottom-right-a .prodcutCenterComNavAll-bottom-right-a-one:hover::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 3px solid #0062a6;
}

.prodcutCenterComNavAll-bottom-right-a .prodcutCenterComNavAll-bottom-right-a-one.active {
    color: #0062a6;
    font-weight: 600;
}

.prodcutCenterComNavAll-bottom-right-a .prodcutCenterComNavAll-bottom-right-a-one.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 3px solid #0062a6;
}

.prodcutCenterComNavAll-bottom-right-a i {
    font-style: normal;
    padding-right: 16px;
    color: #0062a6;
}

.prodcutCenterComNavAll-center-left {
    float: left;
    position: relative;
    z-index: 0;
}

.prodcutCenterComNavAll-center-left span {
    z-index: 2;
    display: block;
    padding-left: 16px;
    padding-top: 10px;
    border-left: 1px solid #999999;
    position: relative;
}

.prodcutCenterComNavAll-center-left span h5 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.prodcutCenterComNavAll-center-left span p {
    font-size: 14px;
    color: #999999;
    padding-top: 4px;
}

.prodcutCenterComNavAll-center-left img {
    height: 80px;
    display: block;
    position: absolute;
    left: 120px;
    top: 0;
    z-index: 1;
}

.prodcutCenterComNavAll-center-right {
    float: right;
    height: 80px;
}

.prodcutCenterComNavAll-center-right li {
    float: left;
}

.prodcutCenterComNavAll-center-right li a {
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 38px;
    font-size: 16px;
    color: #333333;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
}

.prodcutCenterComNavAll-center-right li a u {
    display: inline-block;
    width: 16px;
    height: 8px;
    background: url('../images/productCenter/down.png');
    background-size: 100% 100%;
    margin-left: 5px;
}

.prodcutCenterComNavAll-center-right li:first-child a {
    padding-left: 0;
}

.prodcutCenterComNavAll-center-right li:last-child a {
    padding-right: 0;
}

.prodcutCenterComNavAll-center-right li.active a {
    color: #0062a6;
}

.prodcutCenterComNavAll-center-right li.active a u {
    background: url('../images/productCenter/downactive.png');
    background-size: 100% 100%;
}

.prodcutCenterComNavAll-center-right li:hover a {
    color: #0062a6;
}

.prodcutCenterComNavAll-center-right li:hover a u {
    background: url('../images/productCenter/downactive.png');
    background-size: 100% 100%;
    /*transform: rotate(180deg);*/
}

/* index */
.product-index1 {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 100px;
}

.product-index1-center {
    width: 740px;
    height: 144px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.product-index1-center img {
    display: inline-block;
    width: 692px;
    height: 100%;
}

.product-index1-center-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.product-index1-center-txt h5 {
    font-weight: 900;
    color: #0062a6;
    font-size: 48px;
    padding-bottom: 30px;
}

.product-index1-center-txt p {
    padding-top: 12px;
    font-size: 15px;
    color: #7a7d80;
    line-height: 26px;
}

.swiper-product {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 100px;
    background: #fff;
    position: relative;
}

.swiper-product-btn {
    position: absolute;
    top: 30%;
    display: block;
    width: 35px;
    height: 65px;
    z-index: 10;
    cursor: pointer;
}

.swiper-product-btn1 {
    left: 0;
    background: url(../images/methods/left.png);
    background-size: 100% 100%;
}

.swiper-product-btn1:hover {
    background: url(../images/methods/left-2.png);
    background-size: 100% 100%;
}

.swiper-product-btn2 {
    right: 0;
    background: url(../images/methods/right.png);
    background-size: 100% 100%;
}

.swiper-product-btn2:hover {
    background: url(../images/methods/right-2.png);
    background-size: 100% 100%;
}

.swiper-product .swiper-slide {
    -ms-transform:scale(0.65); /* IE 9 */
    -webkit-transform:scale(0.65); /* Safari and Chrome */
    transform: scale(0.65);
    box-sizing: border-box;
    /* padding-top: 84px; */
    position: relative;
}
.swiper-product .swiper-slide::after {
    content: '';
    display: block;
    padding-top: 66%;
    visibility: hidden;
}
.swiper-product .swiper-container {
    width: 100%;
}

.swiper-product .swiper-slide .swiper-slide-img-small {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.swiper-product .swiper-slide .swiper-slide-img-small img {
   display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.swiper-product .swiper-slide .swiper-slide-img {
    display: none;
}
.swiper-product .swiper-slide img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.swiper-product .swiper-slide p {
    font-size: 20px;
    color: #333333;
    padding-top: 14px;
}

.swiper-product .swiper-slide-active {
    padding-top: 0;
    transform: scale(1);
    /* padding: 0 50px; */
    -moz-box-shadow: 0px 5px 18px rgba(0, 25, 56, 0.2);
    -webkit-box-shadow: 0px 5px 18px rgba(0, 25, 56, 0.2);
    box-shadow: 0px 5px 18px rgba(0, 25, 56, 0.2);
}


.swiper-product .swiper-slide-active .swiper-slide-img-small {
    display: none;
}

.swiper-product .swiper-container .swiper-slide-active .swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.swiper-product .swiper-container .swiper-slide-active .swiper-slide-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide-posi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    /*background: url('../images/productCenter/shade.png');*/
    background-size: 100% 100%;
    z-index: 10;
}

.swiper-slide-txt {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    cursor: pointer;
}

.swiper-slide-txt h5 {
    font-size: 22px;
    color: #fff;
    position: relative;
    display: none;
}

.swiper-slide-txt span {
    display: block;
    font-size: 15px;
    width: 88%;
    height: 42px;
    overflow: hidden;
    color: #fff;
    line-height: 26px;
    padding-top: 8px;
    position: relative;
}

.swiper-slide-txt h5::after {
    position: absolute;
    right: -10px;
    bottom: -46px;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background-image: url('../images/productCenter/rightarr.png');
    background-size: 100% 100%;
}

.swiper-slide-txt:hover h5::after {
    position: absolute;
    right: -10px;
    bottom: -46px;
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-size: 100% 100%;
}

.swiper-product .swiper-container .swiper-slide-active p {
    display: none;
}

/* bottom */
.productCenter-bottom {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 56px;
    background: #f7f7fa;
}

.productCenter-bottom-center {
    width: 1280px;
    margin: 0 auto;
}

.productCenter-bottom-center h5 {
    font-size: 26px;
    color: #333333;
    padding-bottom: 25px;
}

.productCenter-bottom-center ul li {
    float: left;
    width: 298px;
    margin-right: 28px;
    padding-bottom: 30px;
}

.productCenter-bottom-center ul li:hover p {
    color: #0050ab;
}

.productCenter-bottom-center ul li:nth-child(4n+0) {
    margin-right: 0;
}

.productCenter-bottom-center ul li img {
    display: block;
    width: 100%;
    height: 190px;
    border-radius: 4px;
    -moz-transition: all 0.4s;
    /* Firefox 4 */
    -webkit-transition: all 0.4s;
    /* Safari and Chrome */
    -o-transition: all 0.4s;
    /* Opera */
    transition: all 0.4s;
}

.productCenter-bottom-center ul li:hover img {
    /* transform: scale(1.1); */
}

.productCenter-bottom-center ul li p {
    font-size: 17px;
    color: #333333;
    padding-top: 18px;
}

/* detial */
.deatil-middel {
    width: 100%;
    height: 10px;
    background: #f7f7f7;
}

.productdetail-header {
    width: 100%;
    background: #fff;
    padding-top: 58px;
    padding-bottom: 76px;
}

.productdetail-header-center {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.location-nav {
    position: absolute;
    left: 0;
    top: -46px;
    font-size: 0;
}
.location-nav span {
    display: inline-block;
    width: 14px;
    height: 18px;
    background-image: url('../images/productCenter/location.png');
    background-size: 100% 100%;
    margin-right: 10px;
}
.location-nav a {
    display: inline-block;
    font-size: 15px;
    color: #999;
    padding-right: 6px;
}
.location-nav a i {
    font-style: normal;
    padding-left: 6px;
    color: #999;
}
.location-nav a:last-child {
    color: #537aa6;
}
.location-nav a:hover {
    color: #537aa6;
}
.productdetail-header-img-left {
    float: left;
    width: 520px;
    height: 340px;
    /* line-height: 340px; */
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    /* padding: 30px; */
    overflow: hidden;
}

.productdetail-header-img-left img {
    height: 100%;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
}

.productdetail-header-img-left:hover img {
    -webkit-transform: scale(1.3);
    /*1.3放大值*/
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.productdetail-header-right {
    float: left;
    width: 758px;
    height: 340px;
    position: relative;
    box-sizing: border-box;
    padding-left: 76px;
}

.productdetail-header-right h5 {
    font-size: 30px;
    color: #333333;
}

.productdetail-header-right p {
    height: 120px;
    box-sizing: border-box;
    padding-top: 26px;
    color: #808080;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.productdetail-header-right ul {
    position: absolute;
    bottom: 0;
    left: 76px;
}

.productdetail-header-right ul li {
    float: left;
    width: 160px;
    height: 108px;
    margin-right: 18px;
    border: 2px solid #dcdcdc;
    box-sizing: border-box;
    /* padding: 8px; */
    overflow: hidden;
    cursor: pointer;
    /* line-height: 108px; */
}

.productdetail-header-right ul li.productdetailactive {
    border-color: #0050ab;
}

.productdetail-header-right ul li:last-child {
    margin-right: 0px;
}

.productdetail-header-right ul li img {
    height: 100%;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari and Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    transition: all 0.6s;
}

.productdetail-header-right ul li:hover {
    border-color: #0050ab;
}



.detail-bottom {
    width: 100%;
    background-color: #fff;
    height: 80px;
    border-bottom: 1px solid #e3e3e3;
}

.detail-bottom ul {
    width: 1280px;
    height: 80px;
    margin: 0 auto;
}

.detail-bottom ul li {
    float: left;
    height: 80px;
    padding: 0 30px;
}

.detail-bottom ul li:first-child {
    padding-left: 0;
}

.detail-bottom ul li a {
    display: block;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #000000;
    position: relative;
}

.detail-bottom ul li.active a {
    color: #0062a6;
    font-weight: 600;
}

.detail-bottom ul li.active a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 2px solid #0062a6;
}

.detail-bottom ul li:hover a {
    color: #0062a6;
}

.detail-bottom ul li:hover a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    border-bottom: 2px solid #0062a6;
}

.detail-txt {
    width: 100%;
}

.deatil-txt-center {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 150px;
    padding-top: 36px;
}

.deatil-txt-center p {
    font-size: 15px;
    color: #666666;
    line-height: 32px;

}