@charset "utf-8";

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: '微软雅黑';
    color: #333;
    font-size: 14px;
    min-width: 1300px;
}
#dituContent{
    display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /* color: #f0f0f0; */
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, button, input {
    outline: none;
    border: 0;
}

button:focus, input:focus {
    outline: none;
}

.warp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    clear: both;
}


/*公用*/

/* header */

@media screen and (min-width: 1440px) {
    .header-con {
        width: 1700px;
        height: 100%;
        margin: 0 auto;
    }

    .nav ul li {
        width: 100px;
        float: left;
        text-align: center;
        position: relative;
    }
}

.header {
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    -moz-box-shadow: 0px 1px 15px -1px #888888; /* 老的 Firefox */
    box-shadow: 0px 1px 15px -1px #888888;
}

.header-con {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}

.header-con img {
    width: 465px;
    float: left;
}

.nav {
    position: relative;
    top: 50px;
    float: right;
}

.nav ul {
    height: 60px;
}

.nav ul li {
    width: 90px;
    float: left;
    text-align: center;
    position: relative;
}

.nav ul li a {
    display: block;
    font-size: 15px;
    line-height: 60px;
    font-weight: bold;
}

.nav ul li.english-txt a,
.nav ul li a:hover,
.footer a:hover,
.hot-search ul li:hover a,
.news-recommend .swiper-dyInfo a:hover,
.right-side .position p a:hover,
.img-title-ul li:hover a div strong,
.big-date-title a:hover div strong,
.prev-next-div li:hover a,
.relate-news-ul li:hover a,
.content .pro-center-ul li:hover a {
    color: #c6130b;
}

/*nav 下拉菜单*/
.nav .secondnav {
    position: absolute;
    top: 50px;
    z-index: 99;
    background: rgba(255,255,255,1);
    display: none;
    left: -20px;
}
.nav dl .secondnav {  
    top: 0px; 
    left: 135px;
}

.nav .secondnav dl,.nav .secondnav a {
    position: relative;
    float: left;
    width: 135px; 
    
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}
.nav .secondnav a { 
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
    padding: 0 10px; 
}

.nav .secondnav a:hover {
    background: rgba(199,18,9,.7);
    color: #fff;
    text-indent: 20px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.nav li:hover>.secondnav,.nav dl:hover .secondnav {
    display: block;
}


/* 内页(头部固定) */
.container {
    margin-top: 140px;
}

/* 底部 */

.footer {
    position: relative;
    height: 350px;
    background: url("/muban/cn_001/images/3680_20.jpg") no-repeat center;
    background-size: 100% 350px;
}

.footer, .footer a {
    color: #CBCBCB;
}

.footer-top {
    padding: 49px 0;
    box-sizing: border-box;
    height: 301px;
}

.footer .ul1 {
    width: 24%;
}

.footer .ul1 li {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .ul2 {
    width: 13%;
}

.footer .ul2 div {
    width: 156px;
    height: 165px;
}

.footer .ul2 li {
    float: left;
    width: 50%;
}

.footer .ul3 {
    width: 38%;
}

.footer .ul4 {
    width: 25%;
}

.footer ul .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.footer ul li {
    margin-bottom: 14px;
}

.footer .ul3 li {
    text-align: center;
    position: relative;
}

.footer .ul3 li span {
    width: 1px;
    height: 200px;
    background: -webkit-linear-gradient(#1c1c1d,#717274,#1c1c1d);
    position: absolute;
    top: -40px;
}

.footer .ul3 li span.fl {
    left: 90px;
}

.footer .ul3 li span.fr {
    right: 90px;
}

.footer .ul3 li img {
    width: 158px;
    height: 158px;
    border: 10px solid #fff;
}

.footer .footer-bottom {
    height: 49px;
    background: #0F1012;
    box-sizing: border-box;
}

.footer .footer-bottom .left {
    float: left;
    padding: 15px 0;
}


/* 首页内容 */

/*  首页banner */
.swiper-banner.swiper-container {
    width: 100%;
    height: 574px;
}

.swiper-banner.swiper-container img {
    width: 100%;
    height: 100%;
}

.swiper-banner .pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 20;
}

.swiper-banner .swiper-pagination-switch {
    display: block;
    float: left;
    width: 35px;
    height: 10px;
    background: #fff;
    margin: 0 5px 5px;
    opacity: 1;
    color: transparent;
    cursor: pointer;
}

.swiper-banner .swiper-active-switch {
    background: #000;
}

/* 热门搜索 */

.hot-search {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #EDEDED;
}

.hot-search .warp {
    position: relative;
}

.hot-search h1 {
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 17px 0;
}

.hot-search ul {
    width: 730px;
    height: 60px;
    overflow: hidden;
}

.hot-search ul li {
    float: left;
    margin: 20px 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 15px;
}

.hot-search-input {
    position: absolute;
    top: 15px;
    right: 0;
    height: 30px;
}

.hot-search-input input:first-child {
    line-height: 29px;
    color: #999;
    height: 29px;
    padding: 0px 20px;
    width: 135px;
    border: 1px solid #ddd;
    background: #fff;
    font-family: '微软雅黑';
    float: left; /* margin-top: -.65px; */
}

.hot-search-input input:first-child + input {
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    width: 36px;
    background: url(/muban/cn_001/images/sousuo.png) no-repeat #c6130b;
    background-size: 19px 19px;
    background-position: 9px 5px;
    /* float: right; */
}

/* 产品展示 */

.prodisplay {
    height: 540px;
    box-sizing: border-box;
    padding: 15px 0 40px;
}

.proTitle-div {
    width: 250px;
    /*height: 485px;*/
    float: left;
}

.proTitle-div h1 {
    height: 78px;
    line-height: 78px;
    margin-bottom: 9px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #484848;
    font-size: 25px;
}

.proTitle-ul>li {
    margin-bottom: 9.5px;
}

.proTitle-ul li a {
    display: block; 
    padding: 0 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.proTitle-ul>li>a { 
    background: url(muban/cn_001/images/right_jt.png) no-repeat 220px center #EDEDED;
}
.proTitle-ul li>a { 
    font-size: 18px; 
    height: 58px;
    line-height: 58px;
}

.proTitle-ul>li a.proTitle-active, .proTitle-ul li:hover>a {
    color: #fff;
    background: url(muban/cn_001/images/right_jt.png) no-repeat 220px center #484848;
}
/*.proTitle-ul li ul { 
    display: none;
}
.proTitle-ul li:hover ul { 
    display: block;
}*/
.proTitle-ul li ul a { 
    font-size: 16px;
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
}
.proTitle-ul li ul li:hover>a { 
    color: #333;
    background: #EDEDED;
}
.accordion li>.sub-menu {
    display: none;
}
.proTitle-div p a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin-bottom: 9.5px;
    text-align: center;
    background: #EDEDED;
}

.proTitle-div p a:hover {
    color: #fff;
    background: #484848;
}

.proTitle-div p a.index-more {
    color: #777;
}

.proTitle-div p a.index-more:hover {
    color: #fff;
}

.prodisplay .swiper-proCon {
    float: right;
    width: 920px;
    height: 485px;
}

.prodisplay .swiper-proCon .swiper-slide {
    position: absolute;
    display: none;
}

.prodisplay .swiper-proCon .swiper-slide:first-child {
    display: block;
}

.prodisplay .proImg-ul {
    width: 920px;
    height: 100%;
}

.prodisplay .proImg-ul li {
    width: 303.33px;
    height: 240px;
    float: left;
    position: relative;
}

.prodisplay .proImg-ul li:first-child, .prodisplay .proImg-ul li:first-child + li + li {
    margin-bottom: 5px;
}

.prodisplay .proImg-ul li:first-child + li {
    margin: 0 5px 5px;
}

.prodisplay .proImg-ul li:first-child + li + li + li + li {
    margin: 0 5px;
}

.prodisplay .proImg-ul li img {
    width: 303.33px;
    height: 240px;
}

.prodisplay .proImg-ul li p {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
}

.prodisplay .proImg-ul li:hover p {
    display: block;
}

/* 优势展示 */

.advdisplay. {
    height: 665px;
}

.advdisplay-bg {
    width: 100%;
    height: 212px;
    padding: 38px 0 64px;
    box-sizing: border-box;
    font-size: 59px;
    color: #262837;
    text-align: center;
    position: relative;
    background: url("/upfile/20181219113808506/wz_20181219113938911/20181220163148791.JPG") no-repeat center;
    background-size: cover;
}

.advdisplay .warp {
    position: relative;
    height: 455px;
    padding: 65px 0 80px;
    box-sizing: border-box;
}

.advdisplay .warp ul{
  /* width: 447px; */
  height: 277px;
} 

.advdisplay .warp ul li{
  height: 105px;
  width: 447px;
  margin-bottom: 70px;
}

.advdisplay .warp ul li:first-child,.advdisplay .warp ul li:first-child+li+li{
   float:left;
}

.advdisplay .warp ul li:first-child+li,.advdisplay .warp ul li:first-child+li+li+li{
   float:right;
}

.advdisplay .warp ul li span {
  float: left;
  margin-right: 15px;
  width: 72px;
  height: 103px;
}

.advdisplay .warp ul li .adv-img1 {
 background:url("/muban/cn_001/images/3680_08.jpg") no-repeat center;
}
.advdisplay .warp ul li .adv-img2 {
 background:url("/muban/cn_001/images/3680_10.jpg") no-repeat center;
}
.advdisplay .warp ul li .adv-img3 {
 background:url("/muban/cn_001/images/3680_14.jpg") no-repeat center;
}
.advdisplay .warp ul li .adv-img4 {
 background:url("/muban/cn_001/images/3680_15.jpg") no-repeat center;
}

.advdisplay .warp ul li p {
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.advdisplay .warp ul li p:first-child {
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0px;
}

.advdisplay .warp ul li p:first-child + p {
    color: #999;
    height: 42px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.advdisplay .warp .adv-center-ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 50%;
    width: 267px;
    height: 267px;
}

.advdisplay .warp .adv-center-ul img {
    border-radius: 50%;
    width: 267px;
    height: 267px;
}

/*  关于我们 */

.aboutus {
    width: 100%;
    height: 450px;
    /*background:url("/muban/cn_001/images/3680_18.jpg") no-repeat center; 
    background-size: cover;*/
}

.aboutus .warp {
    position: relative;
}

.aboutus-con {
    position: absolute;
    left: 0;
    top: 55px;
    /*     transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); */
    width: 730px;
    height: 310px;
    padding: 42px 42px 42px 12px;
    box-sizing: border-box;
    color: #333;
    /* background: rgba(41,119,184, 0.5); */
}

.aboutus-con h1 a{
    color: #c71209;
} 
.aboutus-con>a {
    color: #333;
    position: absolute;
    top: 52px;
    right: 52px;
    font-weight:bold;
}

.aboutus-con p {
    margin-top: 30px;
    height: 162px;
    line-height: 28px;
    text-indent: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
   
}

/* 动态资讯 相关推荐 */

.news-recommend {
    padding: 35px 0 72px;
    height: 526px;
    box-sizing: border-box;
}

.news-recommend .title {
    position: relative;
    padding: 0 0 30px;
    font-size: 35px;
}

.dyInfo-ul {
    margin: 6px 0 20px;
    text-align: center;
}

.dyInfo-ul li {
    float: left;
}

.dyInfo-ul li:first-child + li {
    margin: 0 15px;
}

.dyInfo-ul li a {
    display: block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #EDEDED;
    font-size: 18px;
}

.dyInfo-ul li a.dyInfo-active, .dyInfo-ul li:hover a {
    color: #fff;
    background: #484848;
}

.swiper-dyInfo .swiper-slide {
    /*position: absolute;*/
    display: none;
}

.swiper-dyInfo .swiper-slide:first-child {
    display: block;
}

/* 动态资讯 */

.news {
    float: left;
    width: 780px;
    height: 430px;
}

.big-date-title a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #CBCBCB;
}

.big-date-title .big-date {
    float: left;
    width: 112px;
    height: 112px;
    text-align: center;
    margin-right: 30px;
    color: #989898;
    border: 1px solid #CBCBCB;
}

.big-date-title .big-date p:first-child {
    font-size: 60px;
}

.big-date-title .big-date p:first-child + p {
    font-size: 20px;
}

.big-title strong, .big-title p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.news .big-title {
    padding: 6px 0;
}

.news .big-title strong {
    font-weight: bold;
}

.big-title strong {
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    font-size: 18px;
    color: #222;
    font-weight: normal;
}

.news .big-title p {
    line-height: 35px;
    height: 80px;
}

.big-title p {
    -webkit-line-clamp: 2;
    color: #999;
}

.little-title li {
    margin-top: 15px;
    line-height: 24px;
}

.little-title li:first-child,.little-title li:first-child+li+li{
   float:left;
}

.little-title li:first-child+li,.little-title li:first-child+li+li+li{
   float:right;
}

.little-title li p {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 相关推荐 */

.recommend {
    float: right;
    width: 345px;
    height: 430px;
}

.recommend ul li {
    float: left;
    margin: 0 10px 12px 0;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend ul li a {
    display: block;
    padding: 10px 25px;
    background: #EFEFEF;
}

.recommend ul li:hover a {
    color: #fff;
    background: #484848;
}

/* 友情链接 */

.fri-link, .fri-link a {
    color: #fff;
    background: #484848;
}

/*  内页样式 */

.content {
    padding: 15px 0 30px;
}

/* 新闻列表 */

.one-banner {
    width: 100%;
    /* height: 269px; */
    /*     max-height: 320px;  */
    font-size: 0;
}

.one-banner img {
    width: 100%;
    height: 100%;
    /*      max-height: 320px; */
}

.left-side {
    width: 250px;
}

.left-side .proTitle-div {
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
}

.contact-ul {
    padding: 21px;
}

.left-side .proTitle-div img {
    width: 100%;
    height: 125px;
}

.contact-ul li.contact-title {
    font-weight: bold;
}

.contact-ul li {
    margin-bottom: 14px;
}

.right-side {
    width: 910px;
}

.right-side .position {
    position: relative;
    width: 910px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px 0 30px;
    box-sizing: border-box;
    background: #EDEDED;
    margin-bottom: 29px;
}

.right-side .position h1 {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: normal;
}

.right-side .position p {
    position: absolute;
    right: 15px;
    top: 0;
}

.right-side .position p a {
    margin: 0 5px;
}

/* 新闻右侧图文列表 */

.img-title-ul {
    margin-top: -20px;
}

.right-side .big-date-title a {
    padding: 10px 0 7px;
    border-bottom: 1px dashed #CBCBCB;
}

.big-date-title .big-img {
    float: left;
    width: 134px;
    height: 100px;
    /* padding: 2px; */
    margin-right: 20px;
    box-sizing: border-box;
    /* border: 1px solid #DCDCDC; */
}

.big-date-title .big-img img {
    width: 134px;
    height: 100px;
}

.right-side .big-date-title .big-title p {
    height: 44px;
    line-height: 20px;
    color: #4e4e4e;
    margin: 6px 0;
}

.right-side .big-date-title .big-title span {
    display: block;
    height: 23px;
    color: #888;
}

/* 相关资讯推荐  */
.relate-news-ul {
    line-height: 33px;
    max-width: 100%;
}

.relate-news-ul li {
    width: 49%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
} 

/* 产品展示  以及   其他产品推荐 */

.content .relate-pro-div {
    margin-top: 53px;
}

.content .relate-pro-div h1 {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #DCDCDC;
}

.content .pro-center-ul li, .content .relate-pro-ul li {
    float: left;
    text-align: center;
    box-sizing: border-box;
}

.content .pro-center-ul li {
    width: 31%;
    margin: 0 3.5% 3% 0;
    position: relative;
}

.content .relate-pro-ul li {
    width: 23.5%;
    margin: 0 2% 1% 0;
}

.content .pro-center-ul li:first-child + li + li,
.content .pro-center-ul li:first-child + li + li + li + li + li,
.content .pro-center-ul li:first-child + li + li + li + li + li + li + li + li,
.content .pro-center-ul li:first-child + li + li + li + li + li + li + li + li + li + li + li {
    margin-right: 0;
}

.content .relate-pro-ul li:first-child + li + li + li,
.content .relate-pro-ul li:first-child + li + li + li + li + li + li + li {
    margin-right: 0;
}

.content .pro-center-ul li:hover img {
    /*border: 1px solid #FE8027;*/
    /*background: #eee;*/
}

.content .relate-pro-ul li:hover a {
    color: #c71209;
    background: #eee;
}

.content .pro-center-ul li a, .content .relate-pro-ul li a {
    position: relative;
    display: block;
    /* padding: 5px; */
    font-size: 0;
}

.content .pro-center-ul li img,.content .relate-pro-ul li img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border: 1px solid #eee;
    box-sizing: border-box;
    /* width: 274px; */
    height: 232px;
}

.content .relate-pro-ul li img { 
    height: 182px;
}

.content .pro-center-ul li p, .content .relate-pro-ul li p {
    height: 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    padding: 0 15px 10px;;
}

.content .pro-center-ul li p {
    font-size: 16px;
    padding: 10px 15px 0px;
}


/* 线条变化 */
.border-left {
    width: 1px;
    height: 0px;
    background: #c71209;
    position: absolute;
    left: -1px;
    top: -1px;
}

.border-bottom {
    width: 0px;
    height: 1px;
    background: #c71209;
    position: absolute;
    right: -1px;
    bottom: 35px;
}

.border-top {
    width: 0px;
    height: 1px;
    background: #c71209;
    position: absolute;
    left: -1px;
    top: -1px;
}

.border-right {
    width: 1px;
    height: 0px;
    background: #c71209;
    position: absolute;
    right: -1px;
    bottom: 35px;
}

/* 产品详情 */

.pro-details-div img {
    /*border: 1px solid #099FE7;*/
    padding: 10px;
    width: 589px;
    height: 429px;
    margin: 0 auto;
    display: block;
}


/* 在线留言 */
.liuyan-div {
    padding: 40px 95px;
    box-sizing: border-box;
    line-height: 30px;
    border: 1px solid #DCDCDC;
}

.liuyan-title {
    color: #979797;
}

.liuyan-title span {
    color: #08A0E6;
}

.liuyan-table {
    width: 100%;
    font-size: 18px;
    border-collapse: separate;
    border-spacing: 0px 23px;
}

.liuyan-table td {
    height: 45px;
    line-height: 45px;
    text-align: left;
}

.liuyan-table tr {
    margin-bottom: 20px;
}

.liuyan-table tr td input {
    font-family: '微软雅黑';
    width: 228px;
    height: 43px;
    line-height: 43px;
    margin: 0 13px;
    text-align: center;
    border: 1px solid #ddd;
}

.liuyan-table .tgbt input {
    width: 588px;
}

.liuyan-table textarea {
    resize: none;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    padding: 10px;
    height: 125px;
    width: 95%;
    margin: 0 2% 15px;
    font-family: '微软雅黑';
    outline: none;
}

.liuyan-div .yzm-tr input {
    width: 104px;
}

.liuyan-div .yzm-tr img {
    width: 104px;
    height: 46px;
    vertical-align: middle;
    margin: 0 10px;
}

.liuyan-div .yzm-tr button {
    color: #229FD3;
    background: transparent;
    cursor: pointer;
}

.liuyan-div .yzm-tr {
    margin-bottom: 20px;
}

.liuyan-div .yzm-tr, .liuyan-div .tj-cz-tr {
    text-align: center;
}

.liuyan-div .tj-cz-tr button, .liuyan-div .tj-cz-tr input {
    cursor: pointer;
    padding: 0px;
    text-align: center;
    width: 227px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
}

.liuyan-div .tj-cz-tr .tjtg {
    border: 0;
    background: #09A0E8;
    margin-right: 25px;
}

.liuyan-div .tj-cz-tr .reset {
    background: #484848;
}

/* 新闻详情 */

.new-details-div .new-details-title, .new-details-div .new-details-msg {
    text-align: center;
}

.new-details-div .new-details-msg {
    margin: 20px 0;
}

.new-details-div .new-details-title {
    font-size: 28px;
    font-weight: bold;
}

.new-details-div.new-details-msg span {
    margin-right: 10px;
    color: #666;
}

.article {
    /*     padding: 0 30px; */
    /*text-indent: 30px;*/
    line-height: 30px;
    font-size: 15px;
}

.article h2 {
    font-size: 18px;
    margin: 5px 30px;
    padding: 5px 0;
    border-bottom: 1px solid #cecece;
    text-indent: 0;
}

   /* .article img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 10px auto;
    }
    #dituContent img{   
        max-width: max-content ;
        max-height: max-content;
        margin:0;
        }*/

        /* 上一篇 下一篇 */
        .prev-next-div {
            margin-top: 59px;
        }

        .prev-next-div li {
            display: block;
            padding: 8px 15px;
            box-sizing: border-box;
            width: 49%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            height: 38px;
            border: 1px solid #DCDCDC;
            background: #EDEDED;
        }

        .prev-next-div li a {
            font-weight: bold;
        }


        /*  客户案例详情 产品详情   */
        .pro-display-div {
            border: 1px solid #DCDCDC;
            box-sizing: border-box;
            padding: 20px;
        }

        .pro-display-left {
            width: 430px;
            overflow: hidden;
        }

        .large_box {
            margin-bottom: 10px;
            width: 430px;
            height: 337px;
            overflow: hidden;
            border: 1px solid #DCDCDC;
            box-sizing: border-box;
        }

        .large_box img {
            position:absolute;
            top:50%;
            left:50%;
            transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            display: inline-block;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 90%;
            margin: 0 auto;
        }

        .large_box li {
            float: left;
            margin-bottom: 10px;
            width: 430px;
            height: 337px;
            overflow: hidden;
            padding: 25px 15px;
            box-sizing: border-box;
            position:relative;
            text-align:center;
        }

        .small_box {
            width: 430px;
            height: 66px;
            overflow: hidden;
        }

        .small_list {
            position: relative;
            float: left;
            width: 370px;
            height: 66px;
            overflow: hidden;
        }

        .small_list ul {
            height: 66px;
            overflow: hidden;
        }

        .small_list ul li {
            cursor: pointer;
            position: relative;
            float: left;
            margin-right: 5px;
            width: 66px;
            border: 1px solid #DCDCDC;
            padding: 3px;
            box-sizing: border-box;
        }

        .small_list ul li img {
            display: block;
            width: 58px;
            height: 58px;
        }

        .small_list ul li .bun_bg {
            display: none;
            position: absolute;
            top: -1px;
            left: -1px;
            width: 64px;
            height: 64px;
            border: 1px solid #FBAB1F;
        }

        .small_list ul li.on .bun_bg {
            display: block;
        }

        .btn {
            display: block;
            width: 19px;
            height: 60px;
            background-color: #777;
            background-repeat: no-repeat;
            background-position: center center;
            cursor: pointer;
        }

        .left_btn {
            float: left;
            margin: 4px 10px 2px 0;
            background: url(/muban/cn_001/images/pro_preview_but.png) 0px 0px;
        }

        .left_btn:hover {
            background: url(/muban/cn_001/images/pro_preview_but.png) -33px 0px;
        }

        .right_btn {
            float: right;
            margin: 3px 0;
            background: url(/muban/cn_001/images/pro_preview_but.png) 18px 0px;
        }

        .right_btn:hover {
            background: url(/muban/cn_001/images/pro_preview_but.png) -51px 0px;
        }


        .pro-display-right {
            width: 405px;
            overflow: hidden;
        }

        .pro-display-right ul {
            max-height: 450px;
            overflow: hidden;
        }

        .pro-display-right ul li {
            line-height: 45px;
            font-size: 16px;
        }

        .pro-display-right ul li a {
            display: inline-block;
            margin-right: 10px;
        }

        .pro-display-right ul li.blue-txt h1, .pro-display-right ul li.blue-txt span {
            display: inline-block;
            color: #09A0E9;
            font-weight: bold;
            font-size: 16px;
        }




        /*swiper.min.css*/
/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
 */
/* ===============================================================
Basic Swiper Styles
================================================================*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
    /* Specify Swiper's Size: */
    /*width:200px;
    height: 100px;*/
}

.swiper-slide {
    /* Specify Slides's Size: */
    /*width: 100%;
    height: 100%;*/
}

.swiper-slide-active {
    /* Specific active slide styling: */
}

.swiper-slide-visible {
    /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
    /* Stylize pagination button: */
}

.swiper-active-switch {
    /* Specific active button style: */
}

.swiper-visible-switch {
    /* Specific visible button style: */
}