@font-face {
    font-family: english;
    src: url('../font/KudosCondSSK.ttf'), url('../font/KudosCondSSK.eot');
    /* IE9 */
}

@font-face {
    font-family: nav;
    src: url('../font/fzjmt.ttf'), url('../font/fzjmt.eot');
    /* IE9 */
}
@font-face {
    font-family: whole;
    src: url('../font/SOURCEHANSANSCN-MEDIUM.ttf'), url('../font/SOURCEHANSANSCN-MEDIUM.eot'),url('../font/SOURCEHANSANSCN-MEDIUM.otf');
    /* IE9 */
}
body {
    font-family:"微软雅黑"!important;
    color: #233!important;
    overflow-x: hidden;
}
.font12 {
    font-size: 12px;
}

a:hover {
    text-decoration: none!important;
}

nav {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
}

.header {
    display: block;
    position: relative;
    padding: 10px 0;
    background: #fff;
}

.header .logo img {
    display: block;
    margin: 0 auto;
    max-width: 180px;
}

.logo_btn {
    padding-top: 30px;
}

.header .logo .logo_btn {
    cursor: pointer;
}

.header .logo .logo_btn img {
    max-width: 23px;
    margin-right: 20px;
}

.header .logo .logo_logo {
    display: block;
    max-width: 240px;
    margin: 0 auto;
    padding-top: 10px;
    margin-right: 10px;
}

.header .logo .logo_logo img {
    max-height: 50px;
    margin-top: 10px;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9998;
    padding-top: 120px;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*overflow-y: scroll;*/
    display: none;
}

.mask>li>a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #939393;
}

.mask>li>a .text {
    font-family: whole,"微软雅黑"!important;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 150px;
    margin: 0 auto;
}





/*轮播*/
.cor {
    display: none;
}

.carousel-item img {
    display: block;
    margin:0 auto;
    width: 100%;
    height:auto;
}

.carousel-indicators li {
    margin: 0!important;
    height: 1px!important;
}

.carousel-indicators .active {
    background-color: #000!important;
}

.carousel-control-next-icon {
    display: none;
    width:46px!important;
    height: 90px!important;
    background-image: url(../img/banner_r.png)!important;
    top:37%!important;
}
.carousel-control-prev-icon {
    display: none;
    width:46px!important;
    height: 90px!important;
    background-image: url(../img/banner_l.png)!important;
    top:37%!important;
}
.swiper-button-next {
    display: none;
    width:46px!important;
    height: 90px!important;
    background-image: url(../img/banner_r.png)!important;
    top:37%!important;
    outline: none;
}
.swiper-button-prev {
    display: none;
    width:46px!important;
    height: 90px!important;
    background-image: url(../img/banner_l.png)!important;
    top:37%!important;
    outline: none;
}

.lunboBg {
    max-width: 1200px;
    position: relative;
    padding:30px 0;
    margin:0 auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding:0 0;
}
.swiper-slide img{
    display: block;
    width:80%;
    margin:0 auto;
}
.swiper-slide-active img {
    display: block;
    width:100%;
     -webkit-transition: all .2s linear; 
     -moz-transition: all .2s linear; 
     -ms-transition: all .2s linear; 
     transition: all .2s linear;
     -webkit-filter: grayscale(0)!important;
     filter: grayscale(0)!important;
}
.swiper-slide {
    margin-top:12px;
    background-color: none;
}
.swiper-slide-active {
    margin-top: 0!important;
}
.swiper-slide img {
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination {
    display: none!important;
}

/*简介*/

.Introduction {
    text-align: center;
    /*background: #e9e9e9;*/
    padding: 50px 0 0 0;
}
.Introduction span {
    font-size: 12px;
    line-height: 30px;
    display: block;
}
.Introduction > span {
    margin:0 15px;
}
.Introduction h5 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    /*margin:0 8%;*/
}
.Introduction  p {
    margin:0;
}
.Introduction .dis {
    max-width: 677px;
    margin: 0 auto;
    padding:0 15px 0px 15px;
}
.Introduction .dis ul {
    margin-bottom: 0;
}
.Introduction .dis li {
    margin-bottom: 0;
}
.Introduction .dis .nul {
    margin: 50px 0 30px 0;
}

.Introduction .dis .nul img {
    max-width: 100%;
    max-height: 35px;
}

.btn_m {
    border: 1px solid #999999;
    width: 80px;
    height: 35px;
    line-height: 28px;
    text-align: center;
    color: #233;
    display: block;
    margin: 0 auto;
    text-decoration: none!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top:39px;
}
.btn_N {
    border: 1px solid #999999;
    width: 80px;
    height: 35px;
    line-height: 28px;
    text-align: center;
    color: #233;
    display: block;
    margin: 0 auto;
    text-decoration: none!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top:32px;
}
.btn_T {
    margin-top:16px!important;
}
.btn_I {
    margin-top: 50px;
}

.btn_m:hover {
    font-size: 20px;
    line-height: 25px;
    color: #943834;
}

.btn_N:hover {
    font-size: 20px;
    line-height: 25px;
    color: #943834;
}




/*案例展示*/

.cases {
    padding: 40px 8% 50px 8%;
    padding-bottom: 0;
}
.cases dl {
    margin-bottom: 0;
}
.cases dd {
    margin-bottom: 0;
}
.cases ul {
    margin-bottom: 0
}
.cases li {
    margin-bottom: 0
}
.cases img {
    max-width: 100%;
    /*height: 530px;*/
}
.cases .btn_m {
    /*margin-bottom: 100px;*/
    margin-top:30px;
}
.left15 {
    /*padding-right: 15px;*/
}

.a {
    color: #233!important;
}

.a:hover {
    color: #233!important;
    text-decoration: none!important;
}

.he_ZoomInImg {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.he_ZoomInImg .he_ZoomInImg_img {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.he_ZoomInImg:hover .he_ZoomInImg_img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.img_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 30;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.he_ZoomInImg:hover .img_mask {
    height: 100%;
    /*    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;*/
}

.cases h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #233;
}

.orange {
    color: #933734;
    margin-top: 17px;
    font-size: 12px;
}

.interval>.li {
    margin-right: 8px;
    font-size: 14px;
    color: #666;
}

.margin95 {
    margin-bottom: 34px;
}

.font {
    font-size: 16px
}



/*新媒体*/

.new_media {
    background: #e9e9e9;
    width:100%;
}

.new_media img {
    max-width: 100%;
}
.tap_baody {
    position: relative;
    min-height: 450px;
}
.tap_baody > ul {
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    width:100%;
}
.tap_baody > ul > li > img {
    width: 100%;
}
.new_media .new_top>img {
    display: block;
    max-width:130px;
    margin: 0 auto;
    padding: 50px 0;
}

.new_media .tap .tap_title .js_w {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 50px;
}

.new_media .tap .tap_title .js_w li a {
    color: #233;
    display: block;
    font-size: 14px;
    padding: 0 21px;
    border-right: 1px solid #233;
    cursor: pointer;
    /*margin-top:20px;*/
}

.new_media .tap .tap_title .js_w li:last-child a {
    border: none;
}
.new_media .tap .tap_title .js_w li a:hover {
    color: #933734;
}
.new_media .tap .tap_title .js_w .tap_active a {
    color: #933734;
}

.hide {
    /*display: none;*/
    visibility: hidden;
}

.show {
    display: block;
}





/*焦点图*/

.htmleaf-container {
    max-width: 1160px;
    margin: 0 auto;
}

.mis-nav-list {
    display: none;
}

.mis-container figure {
    width: 100%;
    height: 100%;
}





/*新闻中心*/

.new_center {
    margin-bottom: 125px;
}
.new_center_body ul{
    display: block;
    width:100%;
    margin-bottom: 0;
}
.new_center_body ul li {
    display: block;
    
}
.new_center_body ul li img {
    width:150px;
    margin:0 auto;
}
.new_center img {
    max-width: 100%;
    max-height: 270px;
    display: block;
    margin:0 auto;
    margin-bottom: 10px;
}

.new_center .new_center_top>img {
    display: block;
    margin: 50px  auto;
    /*padding: 50px 0;*/
    max-height: 63px;
}

.new_center .new_center_body {
    width: 90%;
    margin: 0 auto;
    padding:30px 15px ;
    box-shadow: 0 0 50px #d6d4d2;
}

.new_center_body .dashed {
    border-bottom: 1px solid #333;
}

.new_center_body .dashed dt {
    color: #943834;
    font-size: 14px;
    padding-bottom: 20px;
    overflow: hidden;
}
.new_center_body .dashed dt a{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*.new_center_body .center_tu {
    padding-top: 30px;
}*/

.new_center_body .dashed dd {
    font-size: 14px;
    color: #666;
}
.new_center_body .btn_m {
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -40px;
}
.overScroll {
    /*height: 335px;*/
    /*padding-right: 15px;*/
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.overScroll dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.overScroll::-webkit-scrollbar {
    width: 5px;
}

/* 这是针对缺省样式 (必须的) */

.overScroll::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

/* 滚动条的滑轨背景颜色 */

.overScroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/* 滑块颜色 */


.overScroll::-webkit-scrollbar-corner {
    background-color: #e0dfdf;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */


/*底部*/

.backTop {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 30px;
    margin-top: 100px;
}

.backTop a {
    display: block;
    float: right;
}

.footer {
    background: #666666;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}
.zuzhong {
    display: block;
    width: 100%;
    text-align: center;
}
.zuzhongs {
    display: inline-block;
}
.zuzhongs a{
    margin-left: 30px;
}
.textcen {
    text-align: center;
}
.textcen > li {
    padding:0;
}
.fontSize12 {
    font-size: 12px;
}
.foot_w {
    padding: 15px;
    padding-top: 50px;
    margin: 0 auto;
    font-size: 12px;
}

.foot_top {
    margin-bottom: 36px;
    /*padding-top: 60px;*/
}

.foot_top .li:first-child a {
    padding-left: 0;
}

.foot_top .li a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.foot_top .li:last-child a {
    border: none;
}

.top70 {
    margin-top: 36px;
    width: 375px;
    /*padding-left: 0;*/
    justify-content:center;
}

.record {
    font-size: 12px;
    line-height: 12px;
    width: 100%;
    text-align: center;
    padding-top:22px;
}

.thirdParty {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0px;
    justify-content: center;
}

.thirdParty .thirdThtact {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.thirdParty img {
    max-width: 100%;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}
.flexN {
    display: flex;
    flex-wrap: nowrap;
}
.logo_foot {
    display: block;
    width: 100%;
    margin-top: 0;
}

.logo_foot img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width:80px;
}
.top10 {
    margin-top: -16px;
}



/*-----------------------------------------------------------------------------分类------------------------*/

.banner_tu img {
    max-width: 100%;
}
.banner_tu > img{
    width:100%;
}
.about_top > img {
    width:100%;
}
.new_u > img {
    width:100%;
}
.contact > dl > dt > img {
    width:100%;
}
.category ul.tab {
    width:780px;
    margin: 0 auto;
}
.category ul.tab .li {
    margin-bottom: 10px;
}
.category ul.tab .li>a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
    border-right: 1px solid #fff;
    color: #233;
}
.category ul.tab .li>a:hover {
    color: #933734;
}
.left0 {
    padding: 0!important;
}
.category ul.tab .bo{
    height: 12px;
    border-right: 1px solid #fff!important;
    margin-bottom: 10px;
}
.category ul.tab .li:last-child>a {
    border: none;
}

.category_top img {
    display: block;
    margin: 0 auto;
    max-height: 63px;
}

.category_top {
    padding: 50px 0 50px 0;
}

.category ul.tab .category_active a {
    color: #943834;
}





/*-----------------------------------------------------------------------联系我们*/

.ycslh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact dl {
    display: block;
    width: 100%;
}

.contact img {
    max-width: 100%;
}
.contact .con_icon img {
    max-width: 40px;
    margin-top:4px;
}
.padding8 {
    padding:0 15px;
}

.contact_p {
    text-align: center;
    padding-top:30px;
    font-size: 12px;
}
.text_lc {
    text-align: center!important;
    padding: 50px 15px;
}
.line25 {
    line-height: 28px;
}
.con_img {
    padding: 0 15px;
    max-width: 1200px;
    margin:0 auto;
}
.con_img ul {
    margin-bottom: 20px;
}
.con_img .contact_anim {
    cursor: pointer;
}

.contact_posi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.padding20 {
    padding:0 20px;
}

.he_ZoomInImg .he_ZoomInImg_img1 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7)
}

.he_ZoomInImg:hover .he_ZoomInImg_img1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.con_img img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
   
}
.width100 {
    min-width:0;
}

.notice_p {
    position: relative;
}
.hang {
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.hang1 {
    max-width: 220px;
    display: block;
}
.notice {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 50px 30px;
}

.notice .contact_p {
    text-align: left;
}

.notice h5 {
    color: #333;
    font-size:16px;
}
.line_height {
    line-height: 30px;
}
.notice .contact_p {
    color: #233;
    padding-top: 0;
}

.notice .contact_btn a {
    color: #233;
    border-bottom: 1px solid #666;
}
.contact_btn {
    margin-top:60px;
}
.notice .contact_btn a:hover {
    text-decoration: none!important;
}

.notice_p .notice .orign {
    color: #91302d!important;
    padding:0;
    padding-top: 63px;
    font-size: 20px;
    margin-bottom: 20px;
}

.hotline ul>li>ol {
    border-bottom: 1px dashed #233;
    margin-left: 22px;
}

.hotline ul>li>ol>li {
    padding -bottom: 5px;
    color: #233;
    /*font-weight: bold;*/
    font-size: 12px;
}

.inlb .li {
    display: inline-block;
}
.popUps a {
    font-size: 16px;
    font-weight: bold;
}
.popUps a:hover {
    color: #233;
}
.popUps_bg {
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll;
}
.popUps_bg::-webkit-scrollbar {
    width: 5px;
}

/* 这是针对缺省样式 (必须的) */

.popUps_bg::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

/* 滚动条的滑轨背景颜色 */

.popUps_bg::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

/* 滑块颜色 */


.popUps_bg::-webkit-scrollbar-corner {
    background-color: #e0dfdf;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */


.popUps {
    padding: 30px;
    max-width: 960px;
    margin: 0 auto;
    font-size: 12px;
}

.popUps_btn {
    color: #233;
}

.popUps_p {
    line-height: 30px;
    padding-right: 0;
}
.m60 {
    padding-left: 0;
}


/*---------------------------------------------------------------------我---们------------*/

.about img {
    max-width: 100%;
}

.about_title {
    width: 100%;
    padding: 30px 0;
}
.padding_t0 {
    padding-top:0;
}
.about_left {
    text-align: center;
    width:100%;
    line-height: 30px;
}
.about_left strong {
    width:100%;
    display: block;
}
.about_p ul {
    margin:0;
}
/*
.about_bor {
    border-bottom: 1px solid #233;
    padding-bottom: 100px;
}
*/
.about_title img {
    display: block;
    margin: 0 auto;
    max-height:63px;
    padding:0 15px;
}
.about_bor .about_p {
    margin-bottom: 20px;
}
.about_p {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.padding15 {
    padding:0 15%;
}
.shenglunhao {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center!important;
}
.about_p h4 {
    padding-bottom: 20px;
    /*padding-top: 20px;*/
    color: #953930;
    font-size: 14px;
    margin-bottom: 0;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion {
    padding: 50px 0;
    padding-bottom: 0;
    margin:0 auto;
}
.accordion img {
    width:100%;
    height: 100%;
}
#wrap {
    width: 768px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}

#wrap>ul {
    width: 120%;
    list-style: none;
    position: relative;
}

#wrap>ul>li {
    float: left;
    width: 70px;
    height: 400px;
    cursor: pointer;
    /*background-size: 100% 100%;*/
}


#wrap>ul>li.curr1 {
    width: 490px;
}

#wrap>ul>li>.text {
    width: 70px;
    height: 100%;
    background: #233;
    opacity: 0;
}

#wrap>ul>li>.text p {
    padding: 20px 40px;
    font-family: 'Microsoft yahei';
    color: #fff;
}

.service h5 {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin:0;
}

.service {
    max-width: 1200px;
    color: #fff;
    margin: 50px auto 0 auto;
    padding:0 8%;
}

.service .about_p {
    line-height: 30px;
}

.ser_bg {
    background: #595757;
    margin-bottom: 50px;
}
.ser_bg .about_p {
    padding:20px 0;
}
.parther {
    background: #ddddde;
    padding: 50px 0;
    padding-bottom: 20px;
}

.pareher_w {
    max-width: 1230px;
    margin: 0 auto;
    padding:0 8%;
}
.pareher_w ul {
    margin-bottom: 0
}
.pareher_w ul li {
    margin-bottom: 30px;
}

.parther img {
    width: 100%;
}

.major {
    margin-bottom: 50px;
}





/*----------------------------------------------------------------------新媒体*/

.newMedia {
    font-size: 14px;
}
.newMedia_con {
    font-size: 12px;
    margin-bottom: 0;
}
.newMedia_con>li {
    margin-right: 20px;
    margin-bottom: 0;
}
.newMedia_tu {
    /*margin-top: 50px;*/
}
.newMedia_tu img  {
    width:100%;
}
.newMedia_con>li>ol>li {
    margin-bottom: 12px;
}
.newMedia_a img{
    max-width: 30px!important;
}
.newMedia_title {
    font-size: 14px;
    /*font-weight: bold;*/
    margin-bottom: 50px;
}

.newMedia img {
    max-width: 100%;
    margin-top:8px;
}

.newMedia_w {
    padding: 30px 15px;
    padding-top: 50px;
    max-width: 1300px;
    margin:0 auto;
}

iframe {
    display: none;
    min-height: 500px;
}
.hg {
    color: #933734;
    font-weight: 600;
}
.hg:hover {
    color:#933734!important;
}


/*------------------------------------------------------------------------新闻*/

.new_con {
    padding-bottom: 0;
}

.new img {
    max-width: 100%;
}

.new_titel {
    padding-top: 50px ;
}

.new_titel img {
    display: block;
    margin: 0 auto;
    height: 63px;
}

.new_w {
    max-width: 960px;
    margin: 0 auto;
    border-bottom: 1px solid #233;
    padding: 50px 0;
    margin:0 15px;
}
.new_w ul{
    margin-bottom: 0;
}
.new_w img {
    width: 100%;
    max-width: 100%;
    /*float: right!important;*/
    margin-bottom: 20px;
}

.new_w h5 {
    padding: 15px 0;
    font-size: 16px;
    color: #000;
}
.gray a {
    color: #666;
    font-size:12px;
}
.new_w a:hover {
    color: #969696;
}
.new_btn {
    display: block;
    color: #233;
    margin-top: 25px;
}
.gray {
    color: #969696;
    font-size: 12px;
}
.gray a:hover {
    color: #933734;
}
.graySb a {
    color: #666;
    font-size:12px;
}
.graySb a:hover {
    color: #666;
}
.nex {
    font-size: 14px;
    margin-top: 35px;
    border-top: 1px solid #233;
    padding-top: 35px;
}
.nex a:hover {
    color: #933734;
}
.page-link {
    color: #666!important;
}
.page-link:hover {
    color: #233!important;
}
.page-link:focus {
    box-shadow: none!important;
}
/*-----------------------------------------------------------------------案例详情*/

.details {
    padding: 15px;
    position: relative;
    font-size: 12px;
    line-height: 30px;
}
.details ul {
    margin-bottom: 0;
}
.details_p {
    background: #626262;
    color: #fff;
    padding: 100px 15px;
    margin-bottom: 5px;
}
.details_p > ol > li > ol > li:last-child {
    margin-bottom: 30px;
}
.details_btn {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 500;
}

.details_btn dd a {
    display: block;
}

.details img {
    width: 100%;
}

.details>ul>li p{
    margin:0;
}
.details>ul>li p img{
    margin: 5px 0 ;
}
/*.details>ul>li p img:last-child {
    margin-top:10px;
}*/
.data_bottom {
    padding-bottom: 50px;
    padding-right: 30px;
}




/*-------------------------------------------------------------------------------新闻详情*/

.newCon {
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
    padding-top:50px;
}

.new_title li {
    font-size: 12px;
}
.new_title li:nth-of-type(1) {
    font-size: 30px;
}
.newCon_con {
    min-height: 0;
}
.newCon_con p {
    margin-bottom: 0!important;
    font-size: 14px;
    min-height: 0;
}
.newCon_con dt {
    padding: 35px 0;
    border-bottom: 1px solid #233;
    border-top: 1px solid #233;
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 500;
    min-height: 0;
}

.newCon_con dd {
    font-size: 12px;
    line-height: 30px;
    color: #666;
    margin-bottom: 0;
    min-height: 0;
}

.nex ul li a {
    color: #233;
}
.nex ul > li {
    min-height: 0;
}
.nex ul > li > ol {
    min-height: 0;
}

/*-----------------------------------------------------------------------------分页*/

.pagination {
    justify-content: center;
    margin-top: 50px;
    font-size: 18px;
    margin-bottom: 0;
}
.pagination > li span{
    border:none!important;
}
.pagination > li a{
    border:none!important;
}
.pagination > li a:hover{
    background-color: #fff;
    border: none;
}
.ul_w {
    max-width: 85%;
}
.pagination .page-link:hover {
    color: #933734!important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.layui-layer-content > img {
    max-width: 100%;
}
