﻿.ban {
    height: 359px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.g-cur {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}

.g-cur .wp {
    box-sizing: border-box;
}

.g-cur .wp a {
    color: #2f2f2f;
}
.g-cur .wp i {
    font-size: 20px;
    color: #ffbe0f;
    margin-right: 6px;
    float: left;
}
.g-cur .wp a:hover {
    color: #ffbe0f;
}

.row-b1 {
    overflow: hidden;
    padding: 20px 0 56px;
}

.row-b1 .col-l {
    width: 264px;
}

.row-b1 .col-r {
    float: none;
    margin-left: 300px;
}

.g-titIns1 {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}

.g-titIns1::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ffbe0f;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.snv {
    padding-top: 12px;
    margin-bottom: 30px;
}

.snv li {
    line-height: 44px;
}

.snv > li > span {
    width: 6px;
    height: 7px;
    font-size: 10px;
    color: #ffbe0f;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.snv li a {
    height: 44px;
    line-height: 44px;
    display: block;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.snv li a:hover,.snv li.on a {
    color: #ffbe0f;
}
.snv .sub {
    padding-bottom: 10px;
    display: none;
}
.snv .sub dd {
    text-indent: 16px;
}

.snv .sub > dd > a > span {
    width: 6px;
    height: 7px;
    font-size: 10px;
    color: #ffbe0f;
    margin-right: 10px;
}

.snv .sub > dd > a {
    color: #000;
}

.ul-newslist {
    margin-bottom: 30px;
}

.ul-newslist li {
    border-bottom: #dddddd 1px dotted;
}
.ul-newslist li a {
    font-size: 14px;
    padding: 10px 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-newslist li a:hover{
    color: #ffbe0f;
}
.ul-newslist li .tit {
    overflow: hidden;
}

.ul-newslist li .tit .time {
    float: right;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
}
.m-content .ul-newslist li .tit a {
    padding: 0;
}
.ul-news-1 li .tit a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ul-news-1 li .tit h3 a > span {
    width: 6px;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 14px;
    color: #ffbe0f;
}
.m-content .ul-news-1 li .txt {
    margin-bottom: 10px;
}
.ul-news-1 li > span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
}

.ul-news-1 li a:hover {
    color: #ffbe0f;
}

.ul-news-1 li .txt p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.ul-news-1 li {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: #dddddd 1px dotted;
}

.m-info p {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #2f2f22;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m-content {
    margin: 15px 0;
}


.m-about {
    line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
    padding-top: 22px;
}
.reimg img{max-width:100%;height:auto !important;}
.m-content.m0 {
    margin: 0;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    -margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 77%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;
    overflow: hidden;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}


.btn-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn-1{

    padding-left: 100px;

}

.btn-1 input.focus{

    background: #ffbe0f;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

.g-titInfo {
    height: 34px;
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.txt-6{
    margin-top: 20px;
}
.txt-6 .info {
    text-align: center;
    margin-bottom: 20px;
}
.txt-6 .info span {
    font-size: 14px;
    margin: 0 10px;
}
.txt-6 .txt {
    line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
}
.m-txt3 {
    margin-top: 10px;
}

.m-txt3 .desc {
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}

.m-txt3 .desc p a {
    color: #868686;
}

.m-txt3 .desc p a:hover {
    color: #ffbe0f;
}

.m-txt3 .tabel {
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
}

.m-txt3 .tabel span {
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}

.m-txt3 .tabel ul {
    overflow: hidden;
}

.m-txt3 .tabel li {
    float: left;
}

.m-txt3 .tabel li a {
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}

.m-txt3 .tabel li a:hover {
    color: #ffbe0f;
}
/*******************************
    -------[=产品列表]-------
********************************/
.m_chanpin {
    margin-bottom: 30px;
}

.m_chanpin .desc {
    padding: 10px;
    margin-top: 20px;
    line-height: 24px;
    text-indent: 2em;
    font-size: 14px;
    border: 1px dotted #e5e5e5;
    color: #868686;
    background-color: #f5f5f5;
}

.ul-imgtxt-01 {
    overflow: hidden;
    margin: 55px -10px 0;
}

.ul-imgtxt-01 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt-01 li a {
    border: 1px solid #b9a7a7;
    margin: 0 10px;
    display: block;
    text-align: center;
}

.ul-imgtxt-01 li a:hover {
    border: 1px solid #46a6ec;
}

.ul-imgtxt-01 li a .pic {
    padding-top: 77%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.ul-imgtxt-01 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.ul-imgtxt-01 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

.ul-imgtxt-01 li a p {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #434343;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

.ul-imgtxt-01 li a:hover {
    text-decoration: none;
}

.ul-imgtxt-01 li a:hover p {
    color: #ffbe0f;
    text-decoration: none;
}

.ul-imgtxt2 {
    margin-top: 0;
}

.ul-imgtxt2 li {
    width: 25%;
}

.ul-imgtxt2 li a {
    border: 0;
}

.ul-imgtxt2 li .pic {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.ul-imgtxt2 li a p {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.ul-imgtxt2 li a:hover {
    border: 0;
}

/*******************************
    -------[=产品详情]-------
********************************/

/*产品详情图片*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 300px;
    line-height: 300px;
	border:1px solid #F5F5F5;
}
.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;    
    position: relative;
}

.preview .swiper-container {
    width: 80%;
    margin: 0 10%;
    overflow: hidden;
}

.preview .swiper-slide {
    width: 33.33%;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
}
.preview .swiper-slide .imgauto img {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../image/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../image/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #ffbe0f;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.work_list{width: 100%;padding-top: 12px;margin-bottom: 20px; overflow: hidden;}
.work_list h3{line-height: 44px;text-indent: 0px;background-size: auto 10px;border-bottom: 1px solid #f2f2f2;width: 100%;float: left;}
.work_list h3 a{float: left;line-height: 44px;color: #333;font-size: 14px;text-indent: 15px;font-weight: normal}
.work_list h3.on a{font-weight: bold;}
.work_list h3 span{  width: 6px; height: 7px;font-size: 10px; color: #ffbe0f;display: inline-block;float: left; font-weight: normal; }
.work_list ul{display: none;float: left;width: 100%;}
.work_list li{text-indent: 26px;display: block;border-bottom: 1px solid #f2f2f2;width: 100%;line-height: 42px;background-size: 5px;}
.work_list li a{display: block;color: #333;font-size: 14px;text-indent: 0;padding-left: 20px;}
.work_list li.on a{ font-weight: bold; }
.work_list li span{ width: 6px; height: 7px;font-size: 10px; color: #ffbe0f;display: inline-block;float: left; font-weight: normal; padding-right: 20px; }*/

.m-list1 {
    overflow: hidden;
    padding: 14px 0 25px;
    border-bottom: 1px dotted #a9a9a9;
}

.m-pic1 {
    float: left;
    width: 43%;
}

.m-pic1-for {
    margin-bottom: 10px;
}

.m-pic1-for .item {
    height: 290px;
    cursor: pointer;
}

.m-pic1-for .item img {
    width: 100%;
    height: 100%;
    display: block;
}

.m-pic1-for .item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.m-pic1 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    overflow: hidden;
    cursor: pointer;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 16px;
    -ms-background-size: auto 16px;
    -moz-background-size: auto 16px;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
    outline: 0;
    border-radius: 50%;
    opacity: 0.2;
}

.m-pic1 .slick-prev {
    left: 2%;
    background-image: url(http://127.0.0.6/skin/images/prev.png);
}

.m-pic1 .slick-next {
    right: 2%;
    background-image: url(http://127.0.0.6/skin/images/next.png);
}

.m-pic1-nav {
    text-align: center;
}

.m-pic1-nav .item {
    width: 40px !important;
    height: 32px;
    padding: 2px;
    border: 1px solid #5280dd;
    margin: 0 2px;
    display: inline-block !important;
    float: none !important;
}

.m-pic1-nav .item img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.m-txt1 {
    overflow: hidden;
    padding-left: 38px;
	margin-bottom: 15px;
}

.m-txt1 h3 {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #a9a9a9;
}

.m-txt1 .txt {
    padding:10px 0;
  line-height:24px;
  font-size:14px;
}

.m-txt1 .txt p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2f2f2f;
}

.m-txt1 .btn {
    display: block;
    width: 98px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #ffbe0f;
    color: #fff;
}

.m-txt1 .btn:hover {
    background-color: #444;
}

.m-txt1 .btn span {
    display: block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/icon4.png);
}
.m-txt1 .btn:hover span{ color:#ffbe0f;}
.m-txt2 {
    margin-top: 25px;
}

.m-txt2 p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
}

.pagebar{clear:both;margin:20px 0;text-align:center;}
.pagebar a:hover{color:#ffbe0f;}
.pagebar span a{color:#333;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{border-top:none;border-bottom:none;background-color:#ffbe0f;color:#fff !important;}
a.page-num-current:hover{color:#fff;}

.m-list3 {
    padding: 25px 0;
}

.ul-link2 {
    overflow: hidden;
    margin-top: 20px;
}

.ul-link2 li {
    float: left;
    margin-bottom: 20px;
}

.ul-link2 li a {
    height: 22px;
    line-height: 22px;
    display: block;
    margin-right: 17px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ul-link2 li a:hover {
    color: #ffbe0f;
}

.ul-news1 {
    overflow: hidden;
    /* margin: 0 -10px; */
}

.ul-news1 li {
    float: left;
    width: 50%;
    padding: 0;
}

.ul-news1 li .tit {
    margin: 0 10px;
}
.ul-news1 .tit span.time {
    float: right;
}

/* 分页 */
.g-pages {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}

.g-pages li {
    display: inline-block;
}

.g-pages li a {
    display: block;
    padding: 4px 9px;
    margin: 0 2px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
}

.g-pages li.on a,
.g-pages li a:hover {
    background-color: #ffbe0f;
    border: 1px solid #ffbe0f;
    color: #fff;
}

.g-tit3 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #ffbe0f;
    border-bottom: 1px solid #ffbe0f;
}

.g-tit3 span {
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}

/* 放大镜 */

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(http://127.0.0.6/skin/images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.stay-showcase {
    margin-bottom: 30px;
}

.stay-showcase-pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
}

.stay-showcase-pic .bd {
    font-size: 0;
    margin-top: 13px;
    overflow: hidden;
}

.stay-showcase-pic .bd li {
    height: 75px;
    line-height: 75px;
    cursor: pointer;
    display: inline-block;
    width: 99px;
    border: 1px solid #ddd;
    padding: 1px;
    margin: 0 5px;
}

.stay-showcase-pic .bd li.active {
    border-color: #ffbe0f;
}

.stay-showcase-pic .prev,
.stay-showcase-pic .next {
    position: absolute;
    background: no-repeat 0 0;
    width: 14px;
    height: 27px;
    bottom: 26px;
    z-index: 2;
}

.stay-showcase-pic .prev {
    background-image: url(http://127.0.0.6/skin/images/zlztdetailscon1btn01.png);
    left: 0;
}

.stay-showcase-pic .next {
    background-image: url(http://127.0.0.6/skin/images/zlztdetailscon1btn02.png);
    right: 0;
}

.stay-showcase-pic .prev:hover,
.stay-showcase-pic .next:hover {
    background-position: 0 bottom;
}

.stay-showcase-pic .cover {
    height: 300px;
    line-height: 300px;
    border: 1px solid #ddd;
    padding: 1px;
}

.stay-showcase-info {
    float: right;
    width: 500px;
}

.stay-showcase-info h1 {
    margin: 0 0 15px;
    font-size: 20px;
    overflow: hidden;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.stay-showcase-info p {
    margin: 0;
    color: #666;
    line-height: 2;
}

.stay-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    background: url(http://127.0.0.6/skin/images/viskins-p1.png) no-repeat 0 15px;
    height: 42px;
    padding-left: 50px;
    line-height: 21px;
}

.stay-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #c80003;
    color: #fff;
}

.stay-showcase-info .tel span {
    display: block;
    color: #c80003;
    font-size: 18px;
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
div.zoomDiv img {
    max-width: none;
}

div.zoomMask {
    position: absolute;
    background: url(http://127.0.0.6/skin/images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.m_pic_showpic {
    display: none;
}

.m_showpic img {
    display: block;
    max-width: 100%;
}

.m-list1 {
    overflow: hidden;   
}

.m-pic1 {
    float: left;
    width: 43%;
}

/* 放大镜 End */

/* 案例 */
.ul-imgtxt-2 {
    margin: 0 -10px;
}
.ul-imgtxt-2 li {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}

.ul-imgtxt-2 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt-2 li a:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.2);
}
.ul-imgtxt-2 li a .pic {
    padding-top: 77%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt-2 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.ul-imgtxt-2 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-imgtxt-2 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}
.ul-imgtxt-2 li a:hover {
    text-decoration: none;
}
.ul-imgtxt-2 li a:hover p {
    background-color: #ffbe0f;
    color: #fff;
}
/*
-----------------[相册详情]--------------*/

.m-list03 {
    margin-top: 30px;
    padding: 26px 10px 10px;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
}
.m-list03 .con {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.m-list03 .box {
    padding: 26px 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.m-list03 .con .pic {
    height: 450px;
    line-height: 450px;
    overflow: hidden;
    text-align: center;
}
.m-list03 .con .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.m-list03 .box .txt h3 {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffbe0f;
}
.ul-txt01 {
    overflow: hidden;
    padding-left: 23px;
    /* background: url(../images/source.gif) left center no-repeat; */
}
.ul-txt01 li {
    float: left;
    margin-right: 4px;
    font-size: 14px;
    color: #505050;
    font-family: "microsoft yahei", Verdana, Arial;
}
.ul-txt01 li a {
    font-size: 12px;
}
.ul-txt01 li a:hover {
    color: #ffbe0f;
}
.fl {
    overflow: hidden;
}
.fl li{
    width: 50%;
    float: left;
    padding: 0px;
}

.fl li span{
    margin-right: 10px;
}
.fl li .tit h3{
    font-weight: normal;
}


.pagination p{
	margin:0;
	cursor:pointer
}
.pagination{
	height:40px;
	padding:20px 0px;
	display:block;
	text-align:center;
}
.pagination a{
	display:inline-block;
	margin-right:10px;
	padding:2px 12px;
	height:24px;
	border:1px #cccccc solid;
	background:#fff;
	text-decoration:none;
	color:#808080;
	font-size:12px;
}
.pagination a:hover{
	color:#262626;
	background: white;
	border:1px #262626 solid;
}
.pagination a.current{
	border:none;
	background:#262626;
	color:#fff;
}
.pagination p{
	float:left;
	padding:2px 12px;
	font-size:12px;
	height:24px;
	line-height:24px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin-right:8px;
}
.pagination p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
.pagination p.pageRemark b{
	color:red;
}
.pagination p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}