/* pc 通用 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

input,
textarea,
select,
a:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #e5e6e5;
}

textarea::-webkit-input-placeholder {
    color: #e5e6e5;
}


/* 头部 */

.top1 {
    height: 30px;
    background: #ecebeb;
    color: #666666;
    line-height: 29px;
    overflow: hidden;
    font-size: 12px;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink .k1 a {
    color: #666666;
    font-size: 12px
}

.logo {
    width: 252px;
    height: 82px;
}

.tel {
    margin-top: 41px;
}

.font {
    font-size: 18px;
    font-family: "黑体";
    color: #282828;
    position: relative;
    top: 10px;
    left: -9px;
}


/* 导航 */

.x-menu>li a {
    display: block;
    color: #000000;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 64px;
    height: 64px;
}

.x-menu>li {
    padding-right: 36px;
    padding-left: 36px;
    height: 64px;
    width: 135px;
}

.x-menu {
    padding-left: 71px;
}



.x-menu>li .sec a {
    background: #eb1d1d;
    color: #fff;
    height: 43px;
    line-height: 43px;
    width: 135px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    border-bottom: 1px solid #76aacf;
}

.x-menu>li .sec a:last-child {
    border-bottom: none;
}

.x-menu>li:hover {
    background: #eb1d1d;
}

.x-menu>li:hover a {
    background: #eb1d1d;
    text-align: center;
    color: #fff;
}

.x-menu>li .sec a:hover {
    background: #a15f74;
}


/* 首页产品中心 */

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

.title_parent {
    width: 300pxx;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 28px;
}

.ename {
    font-size: 26px;
    font-family: "微软雅黑";
    font-weight: bold;
}

.index-pro-center .ename {
    color: #eb1d1d;
}

.cname {
    color: #282828;
    font-family: "微软雅黑";
    font-size: 20px;
}

.index-pro-center {
    margin-top: 29px;
}

.index-pro-center .cate-l {
    width: 240px;
    height: 390px;
    float: left;
}

.index-pro-center .cate-l .cate-l-top {
    /* border-bottom: 1px solid #e9e9e9; */
    width: 301px;
    /* padding-bottom: 20px; */
}

.index-pro-center .cate-l .cate-l-top h2 {
    font-weight: 600;
    color: #282828;
    font-size: 24px;
    padding-bottom: 15px;
}

.index-pro-center .cate-l .cate-l-top p {
    color: #282828;
    font-size: 15px;
    margin-top: 8px;
}

.index-pro-center .line {
    width: 240px;
    height: 1px;
    background: #e9e9e9;
    margin-bottom: 10px;
}

.index-pro-center .owl-carousel .adsname {
    color: #282828;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 37px;
}

.cate-l-top p {
    margin-bottom: 7px;
}

.cate-l-btm li {
    width: 220px;
    height: 40px;
}

.cate-l-btm li a {
    line-height: 40px;
    color: #282828;
    font-size: 15px;
}

.cate-l-btm li span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a9a9a9;
    display: block;
    float: left;
    margin-top: 18px;
    margin-left: 25px;
    margin-right: 12px;
}

.cate-l-btm li {
    margin-bottom: 10px;
    cursor: pointer;
}

.index-pro-center .owl-carousel {
    border: 1px solid #e9e9e9;
}

.index-pro-center .pro-active {
    background: #eb1d1d;
    border-radius: 0px 20px 20px 0px;
    cursor: pointer;
}

.cate-l-btm .pro-active span {
    background: #fff;
}

.cate-l-btm .pro-active a {
    color: #fff;
}

.banner-r {
    float: right;
    width: 895px;
    height: 425px;
    border: 1px solid #e9e9e9;
}

.banner-r .owl-carousel .owl-nav button.owl-next,
.banner-r .owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    height: 42px;
    background: rgba(40, 40, 40, 0.16);
    top: 180px;
}

.banner-r .owl-carousel .owl-nav button.owl-next:hover,
.banner-r .owl-carousel .owl-nav button.owl-prev:hover {
    background: #282828;
}

.banner-r .owl-carousel .owl-item img {
    /* max-width: 100%;
    width: auto;
    margin: 0px auto;
    margin-top: 50px;
    margin-bottom: 20px; */
    width: 897px;
    height: 386px;
}

.banner-r .banner-r-item {
    text-align: center;
}

.banner-r-item a {
    color: #282828;
    font-size: 15px;
}

.index-pro-center .cate-pros-list {
    float: left;
    width: 289px;
    height: 238px;
    border: 1px solid #e9e9e9;
    margin-right: 15px;
    text-align: center;
    transition: .6s all;
}

.index-pro-center .cate-pros-list img {
    max-width: 100%;
    margin: 0px auto;
}

.index-pro-center .cate-pros {
    width: 1230px;
    margin-top: 33px;
}

.index-pro-center .cate-pros-list h3 {
    color: #282828;
    font-size: 15px;
    transition: .6s all;
    line-height: 42px;
}

.index-pro-center .cate-pros-list:hover {
    border: 1px solid #e50012;
    transition: .6s all;
}

.index-pro-center .cate-pros-list:hover h3 {
    color: #e50012;
    transition: .6s all;
}

.img_big {
    overflow: hidden;
}

.img_big:hover img {
    transition: 1s;
    transform: scale(1.2);
}


/* 关于我们 */

#about {
    margin-top: 90px;
    height: 670px;
    background: url(../images/about_img.jpg) no-repeat;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

#about .about_content {
    padding-top: 105px;
}

#about .img {
    width: 380px;
    height: 460px;
}

#about .img img {
    width: 380px;
    height: 460px;
}

#about .content {
    width: 760px;
    padding-top: 69px;
}

#about .ename {
    color: #eb1d1d;
    font-size: 30px;
}

#about .cname {
    color: #ffffff;
    font-size: 16px;
    padding-top: 12px;
}

#about .summary {
    font: 13px/25px "微软雅黑";
    color: #fff;
    padding-top: 38px;
    padding-bottom: 32px;
}

#about .cooperation li {
    float: left;
    padding-right: 13px;
}

#about .cooperation li:last-child {
    padding-right: 0;
}


/* 我们的优势 */

.sun_sdly {
    background: #fff;
    padding-top: 55px;
}

.sun_sdly .titil {
    text-align: center;
}

.sun_sdly .titil h3 {
    font-size: 24px;
    line-height: 33.6px;
    color: #1a1a1a;
    font-weight: normal;
    width: 958px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.sun_sdly .titil h4 {
    /* text-transform: uppercase; */
    /* font-size: 12px; */
    line-height: 2;
    color: #a7a7a7;
    font-weight: normal;
    /* padding: 0 200px; */
    transform: scale(0.8);
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    width: 1054px;
    margin: 0 auto;
}

.sun_sdly .sdly_box {
    background: url(../images/bg2.jpg) top center no-repeat;
    height: 648px;
}

.sun_sdly .sdly_box .img {
    display: block;
    width: 960px;
    height: 60px;
}

.sun_sdly .sdly_box .img img {
    width: 100%;
    height: 100%;
}

.sun_sdly .sdly_box .wz {
    width: 960px;
}

.sun_sdly .sdly_box .wz .wzcon {
    width: 600px;
    box-sizing: border-box;
    padding: 45px 0 0 25px;
}

.sun_sdly .sdly_box .wz .wzcon .wzttit {
    text-align: center;
    color: white;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 33.6px;
    margin-bottom: 30px;
    font-weight: bold;
}

.sun_sdly .sdly_box .wz .wzcon .wzttit span {
    display: block;
    letter-spacing: 6px;
    line-height: 16.8px;
    text-transform: uppercase;
    color: #f1c1c3;
    font-size: 12px;
    font-weight: normal;
}

.sun_sdly .sdly_box .wz .wzcon .item {
    position: relative;
    width: 547px;
    height: 82px;
    margin-bottom: 22px;
}

.sun_sdly .sdly_box .wz .wzcon .item img {
    width: 547px;
    height: 82px;
    transition: all 2s ease;
}

.sun_sdly .sdly_box .wz .wzcon .item .daad {
    position: absolute;
    z-index: 99;
    left: 77px;
    top: 20px;
}

.sun_sdly .sdly_box .wz .wzcon .item h3 {
    font-size: 14px;
    color: #1a1a1a;
}

.sun_sdly .sdly_box .wz .wzcon .item p {
    z-index: 99;
    color: #666666;
    line-height: 1.7;
}

.sun_sdly .sdly_box .wz .wzcon .item:last-child {
    margin-bottom: 0;
}

.sun_sdly .sdly_box .wz .wzcon .item:last-child h3,
.sun_sdly .sdly_box .wz .wzcon .item:last-child p {
    color: #666666;
}

@keyframes flipInY {
    0% {
        transform: rotateY(180deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    to {
        transform: rotateY(360deg);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.sun_sdly .daad h3 {
    color: #1a1a1a;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 14.19px;
}

.sun_sdly .daad p {
    font-size: 12.17px;
    font-family: "微软雅黑";
    line-height: 19px;
}


/* 六大优势 */

.index-advantage {
    height: 500px;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 110px;
    position: relative;
    z-index: 9;
}

.index-advantage .adv-des {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #e50012;
    margin-top: 65px;
}

.index-advantage .adv-tit {
    text-align: center;
    font-size: 20px;
    margin-top: 5px;
    color: #282828;
}

.index-advantage .adv-infos {
    width: 1200px;
    height: 560px;
    position: relative;
    z-index: 99;
    background: #fff;
    box-shadow: 1px 3px 6px #ccc;
    margin-top: 50px;
    padding-top: 75px;
}

.index-advantage .adv-infos-tit {
    width: 900px;
    margin: 0 auto;
    height: 80px;
    background: url(../images/ava-tit.png);
}

.adv-infos-tit .infos-tit-list {
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 84px;
}

.adv-infos-tit .infos-tit-list h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.adv-infos-tit .infos-tit-list div {
    width: 40px;
    height: 40px;
    background: #bebebe;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-top: 18px;
    margin-left: 16px;
    line-height: 40px;
    font-size: 16px;
}

.adv-infos-tit .infos-tit-list:last-child {
    margin-right: 0px;
}

.adv-infos .adv-infos-info .l {
    float: left;
    width: 400px;
    height: 260px;
}

.adv-infos .adv-infos-info .l img {
    width: 100%;
}

.adv-infos .adv-infos-info .r {
    width: 465px;
    height: 170px;
    float: right;
}

.adv-infos-info {
    width: 900px;
    margin: 0 auto;
    margin-top: 70px;
}

.adv-infos-info .total {
    width: 100%;
}

.index-advantage .owl-carousel .owl-dots {
    display: none;
}

.index-advantage .owl-carousel .owl-nav button.owl-next,
.index-advantage .owl-carousel .owl-nav button.owl-prev {
    top: 220px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 430px;
    background: #d4d4d4;
}

.index-advantage .owl-carousel .owl-nav button.owl-next,
.index-advantage .owl-carousel .owl-nav button.owl-next {
    top: 220px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    left: 470px;
    background: #d4d4d4;
}

.index-advantage .owl-carousel .owl-nav button.owl-next:hover,
.index-advantage .owl-carousel .owl-nav button.owl-prev:hover {
    background: #282828;
}

.index-advantage .owl-carousel .owl-nav button.owl-next:hover,
.index-advantage .owl-carousel .owl-nav button.owl-next:hover {
    background: #282828;
}

.index-advantage .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
    line-height: 32px;
}

.index-advantage .total h3 {
    font-size: 18px;
    color: #282828;
    margin-top: 25px;
    margin-bottom: 4px;
}

.index-advantage .total h4 {
    font-size: 14px;
    color: #bdbdbd;
    font-weight: lighter;
}

.index-advantage .total p {
    margin-top: 20px;
    color: #282828;
    line-height: 23px;
}

.index-advantage .tit-active h3 {
    color: #e50012;
}

.index-advantage .tit-active div {
    background: #eb1d1d;
}


/* 关于我们 */

.index-about {
    margin-top: 420px;
    height: 670px;
    background: url(../images/aboutback.jpg);
}

.index-about-l {
    float: left;
    width: 380px;
    margin-top: 105px;
}

.index-about-l img {
    width: 100%;
}

.index-about-r {
    float: right;
    width: 760px;
    margin-top: 105px;
    height: 460px;
    overflow: hidden;
}

.index-about-r .about-r-tit h2 {
    margin-top: 70px;
    color: #eb1d1d;
    font-size: 28px;
    font-weight: 600;
}

.index-about-r .about-r-tit div h3 {
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    margin-top: 10px;
}

.index-about-r .about-r-tit div .line {
    width: 570px;
    border-top: 1px solid #3f3f3f;
    float: right;
    margin-top: 20px;
}

.index-about-r .about-r-info {
    font-size: 13px;
    color: #d5d5d5;
    margin-top: 40px;
    line-height: 29px;
}


/* 应用案例 */

.honor-info-list a img {
    width: 351px;
    height: 242px;
}


/* 荣誉资质 */

.index-honor {
    margin-top: 49px;
}

.index-honor .index-honor-tit {
    text-align: center;
    width: 100%;
}

.index-honor .index-honor-tit h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #282828;
}

.index-honor .index-honor-tit h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    color: #282828;
}

.index-honor-info {
    width: 1200px;
    /* height: 425px; */
    margin-top: 60px;
}

.index-honor-info .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 50px;
    background: #d4d4d4;
    left: -65px;
}

.index-honor-info .owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 50px;
    background: #d4d4d4;
    right: -65px;
}

.index-honor-info .owl-carousel .owl-nav button.owl-prev:hover {
    background: #282828;
}

.index-honor-info .owl-carousel .owl-nav button.owl-next:hover {
    background: #282828;
}

.index-honor-info .owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0px auto;
    /* border: 3px solid #000000; */
    /* position: relative; */
    z-index: 999999;
    width: 351px;
    height: 242px;
}

.index-honor .honor-info-list {
    /* margin-right: 15px; */
    position: relative;
}

.index-honor .honor-info-list .r {
    width: 100%;
    /* height: 180px; */
    height: 35px;
    position: relative;
    background: #e9e9e9;
    z-index: 999;
    /* margin-top: -100px; */
    text-align: center;
    /* transition: 0.6s; */
    width: 351px;
    margin: 0 auto;
}

.honor-info-list .img_big {
    width: 351px;
    height: 242px;
    overflow: hidden;
    margin: 0 auto;
}

.index-honor .honor-info-list .r h3 {
    /* padding-top: 130px; */
    color: #282828;
    font-size: 16px;
    line-height: 35px;
    font-family: "微软雅黑";
    /* transition: 0.6s; */
    width: 351px;
}

.index-honor .honor-info-list:hover .r {
    background: #282828;
    transition: 0.6s;
}

.index-honor .honor-info-list:hover .r h3 {
    color: #fff;
    transition: 0.6s;
}


/* 新闻资讯 */

.index-news {
    height: 800px;
    background: url(../images/news_bg.jpg) no-repeat;
    width: 100%;
    margin-top: 60px
}

.index-news .index-news-tit {
    margin-top: 70px;
    width: 100%;
    text-align: center;
}

.index-news .index-news-tit h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #282828;
}

.index-news .index-news-tit h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
    color: #282828;
}

.index-news .index-news-info {
    width: 100%;
    height: 500px;
    background: #fff;
    margin-top: 55px;
    padding: 22px;
}

.index-news-info-l {
    width: 550px;
    float: left;
}

.index-news-info-l .zhiding {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}

.index-news-info-l .zhiding img {
    width: 100%;
    height: 200px;
}

.index-news-info-l .zhiding .tit {
    display: block;
    margin-top: 30px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news-info-l .zhiding .intro {
    margin-top: 20px;
    font-size: 13px;
    line-height: 23px;
    font-family: "微软雅黑";
}

.index-news-info .listxs-list {
    display: block;
    margin-top: 20px;
}

.index-news-info .listxs-list .listxs-list-dots {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a9a9a9;
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 12px;
    transition: 0.6s;
}

.index-news-info .listxs-list .listxs-list-date {
    color: #969696;
    float: right;
    font-size: 13px;
    transition: 0.6s;
}

.index-news-info .listxs {
    padding-top: 10px;
}

.index-news-info .listxs-list a {
    color: #282828;
    font-size: 13px;
    transition: 0.6s;
}

.index-news-info-r {
    float: right;
    width: 550px;
    margin-top: -19px;
}

.index-news-info .listxs-list:hover a {
    color: #eb1d1d;
    transition: 0.6s;
}

.index-news-info .listxs-list:hover .listxs-list-date {
    color: #eb1d1d;
    transition: 0.6s;
}

.index-news-info .listxs-list:hover .listxs-list-dots {
    background: #eb1d1d;
    transition: 0.6s;
}

.zhiding img {
    width: 550px;
    height: 200px;
}


/* 应用案例 */

#case .wh {
    position: relative;
}

#case .bd {
    position: relative;
    width: 1200px;
}

#case .picList li {
    float: left;
    width: 345px;
    margin: 0 10px;
}

#case .pic {
    width: 345px;
    height: 236px;
}

#case .pic img {
    width: 345px;
    height: 236px;
}

#case .title {
    width: 345px;
    margin: 0 auto;
    text-align: center;
    font: 16px/35px "微软雅黑";
    background: #f5f5f5;
}

#case .title a {
    color: #282828;
}

#case .picMarquee-left {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#case .hd {
    position: absolute;
    width: 1200px;
    top: 38%;
    left: 50%;
    background: red;
    transform: translate(-50%, -50%);
}

#case .hd a {
    display: block;
    width: 38px;
    cursor: pointer;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: rgba(40, 40, 40, 0.2);
    font-size: 18px;
}

#case .hd .next {
    left: -68px;
    position: absolute;
}

#case .hd .next:hover {
    background: rgba(40, 40, 40, 1);
}

#case .hd .prev {
    right: -68px;
    position: absolute;
}

#case .hd .prev:hover {
    background: rgb(40, 40, 40);
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#case h2 {
    font-size: 26px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #282828;
    padding-top: 49px;
    text-transform: uppercase;
}

#case .title_parent {
    margin-bottom: 33px;
}

#case h3 {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #282828;
    margin-top: 5px;
}


/* 底部 */

.footer-body {
    height: 320px;
    width: 100%;
    background: #282828;
}

.footer-logo-tel {
    height: 125px;
    border-bottom: 1px solid #3e3e3e;
}

.footer-logo-tel .footer-logo {
    float: left;
    margin-top: 42px;
}

.footer-logo-tel div {
    float: right;
    margin-top: 82px;
}

.footer-logo-tel div img {
    float: left;
    margin-right: 10px;
}

.footer-logo-tel div p {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: -3px;
}

.footer-nav {
    height: 86px;
    width: 100%;
}

.footer-nav ul li {
    float: left;
    line-height: 86px;
}

.footer-nav ul li a {
    padding: 0px 15px;
    line-height: 10px;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 13px;
}

.footer-nav ul li:last-child a {
    border-right: 0px solid #fff;
}

.footer-nav ul li:first-child {
    margin-left: -15px;
}

.footer-address {
    color: #585858;
}

.footer-address a {
    color: #585858;
}

.footer-bottom {
    height: 40px;
    width: 100%;
    background: #000000;
    color: #d4d4d4;
    line-height: 40px;
}

.footer-bottom a {
    color: #d4d4d4;
}

.footer-bottom p {
    margin-bottom: 0px;
}

.fooer_container {
    position: relative;
}

.footer-body .er {
    position: absolute;
    top: 157px;
    right: 0;
}


/* 内页 */

.page-wrap-left .page-message-img p img {
    max-width: 182px;
    max-height: 122px;
}

.left-title-info {
    width: 100%;
    height: 124px;
    background: #eb1d1d;
    position: relative;
    z-index: 999999;
}

.left-title-info h1 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding-top: 36px;
}

.left-title-info p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    display:none;
}

.page-message-img {
    width: 290px;
    height: 313px;
    overflow: hidden;
    padding: 55px 30px 55px 45px;
}

.page-message-img h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.page-message-img h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.page-message-img img {
    margin-right: 3px;
}

.wrap-right-nav {
    height: 40px;
    width: 100%;
    /*text-align: right;*/
    /*background: #282828;*/
    position: relative;
    z-index: 999999;
    line-height: 40px;
    padding-left: 15px;
    color: #666666;
}

.wrap-right-nav a {
    color: #666666;
}

.xypg-pagination .pagin-right a {
    font-size: 0px;
    background: url(../images/page-next.png) no-repeat;
    border: 0px solid #7ab8a8;
    margin-left: 20px;
    background-position: 0px 5px;
}

.xypg-pagination .pagin-left a {
    font-size: 0px;
    background: url(../images/page-prev.png) no-repeat;
    border: 0px solid #7ab8a8;
    margin-right: 20px;
    background-position: 0px 5px;
}


/* 新闻列表内页 */

.xypg-news-list .listxs-list {
    display: block;
    margin-top: 20px;
}

.xypg-news-list .listxs-list .listxs-list-dots {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a9a9a9;
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 12px;
    transition: 0.6s;
}

.xypg-news-list .listxs-list a {
    color: #282828;
    font-size: 13px;
    transition: 0.6s;
}

.xypg-news-list .listxs-list .listxs-list-date {
    color: #969696;
    float: right;
    font-size: 13px;
    transition: 0.6s;
}


/*产品详情页内页修改*/
.product-detail-swiper {
    width: 480px;
    float: left;
}

.product-detail-swiper .view {
    border: 1px solid #e5e5e5
}

.product-detail-swiper .view .swiper-slide {
    outline: none
}

.product-detail-swiper .view .slick-con {
    text-align: center;
    display: block;
    height: 318px;
    line-height: 318px;
    font-size: 0
}

.product-detail-swiper .view .slick-con img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.product-detail-swiper .view .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block
}

.product-detail-list .preview {
    margin: 0 -5px;
    position: relative;
    margin-top: 10px;
    padding: 0 22px
}

.product-detail-list .preview .swiper-slide {
    outline: none
}

.product-detail-list .preview .swiper-slide.active-nav .slick-con {
    border-color: #e40012
}

.product-detail-list .preview .slick-con {
    text-align: center;
    display: block;
    height: 99px;
    line-height: 99px;
    margin: 0 5px;
    border: 1px solid #e1e1e1;
    font-size: 0
}

.product-detail-list .preview .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.product-detail-list .preview .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block
}

.product-detail-list .preview .arrow-left,
.product-detail-list .preview .arrow-right {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    height: 50px;
    color: #ccc;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.product-detail-list .preview .arrow-left {
    left: 5px
}

.product-detail-list .preview .arrow-right {
    right: 5px
}

.product-detail-list {
    width: calc(100% - 520px);
    float: right
}

.product-detail-list h1 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 65px;
    background: #fafafa;
    padding-left: 20px
}

.product-detail-list .product-detail-item {
    padding-left: 20px;
    margin: 20px 0
}
.product-detail-list .product-detail-item p{
    margin:0;
}
.product-detail-list .product-detail-item li {
    /*height: 40px;*/
    font-size: 14px;
    color: #333;

}
.product-detail-list .product-detail-item li:nth-child(2){
    line-height: 40px;
    font-weight: bold;
    margin-top:10px;
}
.product-detail-list .product-detail-item li span {
    display: block;
    /*float: left;*/
    /*width: 80px*/
}

.product-detail-list .product-detail-inquiry {
    margin-bottom: 20px
}

.product-detail-list .product-detail-inquiry a {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #e40012;
    margin-left: 20px
}

.product-detail-list .product-detail-inquiry a:hover {
    background: #b59365
}

.product-detail-list .product-detail-inquiry .nobuy-product {
    background: #ccc;
    color: #fff
}

.product-detail-list .product-detail-inquiry .nobuy-product:hover {
    background: #ccc;
    cursor: not-allowed
}

.product-detail-list .service-number {
    font-size: 14px;
    color: #333
}

.product-detail-list .service-number span {
    font-size: 25px;
    color: #b80024
}

.swiper-slide{
    float:left;
}

.product-detail-inquiry{
    margin-top:20px;
}
.product-detail-item1 {
    width:1126px;
    line-height: 30px;
}
.product-detail-item1 li{
    float:left;
    margin-right:362px;
}

.product-detail-item1 li:nth-child(3){
    margin-right: 466px;
    
}
.product-detail-item1 li:nth-child(2n){
    margin-right:0;
}


.preview.swiper-slide{
    width:126px!important;
}


/*导航栏修改*/
#menu{margin-top:15px;float: right;}
.nav{}
.my-nav li{width:150px;height: 67px;float:left;position:relative;z-index:999;line-height: 67px}
.my-nav li a{display:block;color:#fff;width: 78px;margin: 0 auto;text-align: center;
    font-size: 16px;
    color: #3f2d2d;
}
.my-nav li:hover{
    background: url(../images/navh.png) center bottom no-repeat;
}
.my-nav li:hover a{
    background: none;
}
.my-nav li a.on{color:#fff;text-decoration:none;background:#ED010B;}
.my-nav .sec{
    background:#fff;overflow:hidden;z-index:9999;position:absolute;top:67px;left:35px;
    border-top: 2px solid #EB0000;
    width: 332px;
    min-height: 183px;
    padding:15px 20px 20px 18px;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.my-nav .sec .navlist{
    width: 80px;
    float: left;
}
.my-nav .sec .navlist a{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #696969;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}
.my-nav .sec .navlist a:hover{color: #EB0000;text-decoration:none;}
.my-nav .sec .nav_img{
    width: 214px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.my-nav .sec .nav_img img{
    width: 214px;
    height: 150px;
}
.my-nav li:hover .sec {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
