body {min-width: 1200px;}

.m-banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

#bannerSwiper {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left:-960px;
}

#bannerSwiper .swiper-container {
    height: 450px;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bannerSwiper img {
    height: 450px;
    width: 1920px;
}


.m-news {
    width: 1000px;
    margin: 20px auto 0;
}

.m-news .news-title {
    height: 46px;
    margin-bottom: 10px;
}

.m-news .news-title .tit {
    width: 161px;
    height: 42px;
    margin-top: 2px;
}

.m-news .news-title .tips img {
    width: 280px;
    height: 46px;
}

.m-news .news-hot {
    height: 120px;
}

.m-news .news-hot .hot {
    width: 660px;
    height: 70px;
    background: #f6f6f6;
    padding: 25px;
    position: relative;
}


.m-news .news-hot .hot .title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.m-news .news-hot .hot .title a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-news .news-hot .hot .other {
    width: 570px;
    height: 30px;
    line-height: 30px;
}

.m-news .news-hot .hot .other a {
    display: block;
    float: left;
    height: 30px;
    max-width: 280px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}


.m-news .news-hot .hot .other a:first-child {
    margin-right: 10px;
}



.m-news .news-hot .hot .more {
    width: 85px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #959595;
    text-align: center;
    line-height: 30px;
    color: #666;
    position: absolute;
    bottom: 17px;
    right: 25px;
    cursor: pointer;
    font-size: 14px;
}

.m-news .news-hot .hot .more:hover {
    border-color: #2543A7;
    color: #2543A7;
}

.m-news .news-hot .gupiao {
    width: 278px;
    height: 118px;
    border: 1px solid #E8E8E8;
}

.m-news .news-hot .gupiao .top {
    height: 50px;
    background: #f6f6f6;
    padding: 0 20px;

}

.m-news .news-hot .gupiao .top .title {
    line-height: 50px;
    font-weight: bold;
    font-size: 22px;
    float: left;
}

.m-news .news-hot .gupiao .top .right {
    padding-top: 8px;
}


.m-news .news-hot .gupiao .top .right p {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    line-height: 1.5;
    color: #333;
}

.m-news .news-hot .gupiao .bottom {
    padding: 5px 20px 0;
    overflow: hidden;
}

.m-news .news-hot .gupiao .bottom .time p {
    margin-top: 5px;
}

.m-news .news-hot .gupiao .bottom .real {
    text-align: right;
}

.m-news .news-hot .gupiao .bottom .price {
    font-size: 22px;
}

.m-news .news-hot .gupiao .bottom .grow.green {
    color: #6ca584;
}

.m-news .news-hot .gupiao .bottom .grow.red {
    color: #FF0000;
}


.m-message {
    width: 1000px;
    margin: 20px auto 0;
}

.m-message .message {
    width: 370px;
}



.m-message .message .box h2 {
    font-size: 18px;
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height:40px;
    line-height:40px;
}

.m-message .message .box li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.m-message .message .list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
    border-bottom: 1px dashed #ddd;
}

.m-message .message .list li span {
    margin-left: -8px;
}

.m-message .message .list li:last-child {
    border: none;
}



#flash_1 {
    width: 610px;
    height: 445px;
    position: relative;
    overflow: hidden;
}

#flash_1 .bd {
    height: 100%;
    position: relative;
}

#flash_1 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 610px;
    height: 445px;
}

#flash_1 .bd li .pic {
    width: 610px;
    height: 370px;
    overflow: hidden;
    display: block;
}

#flash_1 .bd li img {
    display: block;
    width: 610px;
    height: auto;
    transition: .5s;
}

#flash_1 .bd li img:hover {
    transform: scale(1.1);
}

#flash_1 .bd li:hover .social-share {
    display: block;

}



#flash_1 .bd li h2 {
    height: 45px;
    line-height: 45px;
    text-indent: 1em;
    position: absolute;
    bottom: 75px;
    left: 0px;
    right: 0px;
    padding-right: 120px;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

#flash_1 .bd li .social-share {
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    top: 0;
    text-align: right;
    padding: 3px 10px;
    color: #fff;
    display: none;
}

.social-share .icon-wechat .wechat-qrcode {
    top: 40px !important;
}

.social-share .icon-wechat .wechat-qrcode:after {
    display: none;
}

#flash_1 .bd li .des {
    padding: 15px;
    height: 45px;
    background: #f6f6f6;
    line-height: 24px;
}

#flash_1 .bd li .des a {
    color: #2543A7;
    padding-left: 10px;
}

#flash_1 .bd li .des a:hover {
    text-decoration: underline;
}

#flash_1 .bd li .des a:hover {
    text-decoration: underline;
}


#flash_1 .bd li h2 a {
    color: #fff;
}


#flash_1 .hd {
    position: absolute;
    bottom: 93px;
    text-align: right;
    right: 10px;
    z-index: 9;
    height: 12px;
}

#flash_1 .hd ul {
    overflow: hidden;
    zoom: 1;
}

#flash_1 .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

#flash_1 .hd li.on {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #FF512A;
}

.m-gov {
    height: 100px;
    width: 1000px;
    margin: 20px auto 0;
}

.m-gov .party {
    width: 370px;
    height: 100px;
}

.m-gov .notice {
    width: 610px;
    height: 100px;
    background: #f6f6f6;
}

.m-gov .notice .icon {
    float: left;
    width: 110px;
    height: 100px;
    background: url('../image/notice.jpg') 0 0 no-repeat;
    cursor: pointer;
}

.m-gov .notice .txtScroll-top {
    float: left;
    width: 500px;
}

.m-gov .notice .txtScroll-top .bd {
    padding: 8px 0;
}

.m-gov .notice .txtScroll-top li {
    padding: 0 30px;
    line-height: 28px;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.m-gov .notice .txtScroll-top li:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #000;
}


.m-advert {
     width: 1000px;
     margin: 20px auto 0;
     height: 120px;
     position: relative;
     overflow: hidden;
 }
.m-advert:after {
    content: "";
    position: absolute;
    left: -300px;
    height: 100%;
    width: 30%;
    top: 0;
    overflow: hidden;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
    transform: skewX(-25deg);
}
.m-advert:hover:after {
    left: 150%;
    transition: all 1s ease;
}

.m-adRight {
    width: 1000px;
    margin: 20px auto 0;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.m-adRight a{
    display: inline-block;
    width: 495px;
    height: 120px;

}
.m-adRight a:nth-child(1){
    margin-right: 5px;
}
.m-adRight a img{
    width: 100%;
    height: 100%;
}
.m-adRight:after {
    content: "";
    position: absolute;
    left: -300px;
    height: 100%;
    width: 30%;
    top: 0;
    overflow: hidden;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
    transform: skewX(-25deg);
}
.m-adRight:hover:after {
    left: 150%;
    transition: all 1s ease;
}



.m-sdjp {
    margin-top: 20px;
    height: 610px;
    padding-top: 20px;
    background: url('../image/sdjp_bg.jpg') center center no-repeat;
}

.m-sdjp .sdjp-title {
    height: 60px;
}

.m-sdjp .sdjp-title .tit {
    float: left;
    width: 165px;
    height: 40px;
    margin-top: 10px;
    background: url('../image/sdjp.png') 0 0 no-repeat;
}

.m-sdjp .sdjp-title .tab {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.m-sdjp .sdjp-title .tab span {
    float: left;
    cursor: pointer;
    width: 180px;
    color: #fff;
    background: #83b6e3;
    margin-left: 6px;
    text-align: center;

}

.m-sdjp .sdjp-title .tab .active {
    background: #f6f6f6;
    color: #333;
}

.m-sdjp .sdjp-title .tab a {
    float: left;
    width: 180px;
    color: #fff;
    margin-left: 6px;
    text-align: center;
    background: #83b6e3;
}


.m-sdjp .section_sdjp {
    padding: 20px;
    background: #f6f6f6;
}

.m-sdjp .section_sdjp_padding {
    position: relative;
    overflow: hidden;
    height: 490px;
}

.m-sdjp .section_sdjp_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 1922px;
    height: 480px;
    background: #f6f6f6;
}


.section_sdjp .focus {
    width: 961px;
    position: relative;
    float: left;
    height: 490px;
    overflow: hidden;
}


.section_sdjp .focus .more  {
    position: absolute;
    right: 2px;
    bottom: 40px;
    font-size: 16px;
    width: 120px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    letter-spacing: .3em;
    color: #2543A7;
    border: 1px solid #2543A7;
}

.section_sdjp .focus .more:hover {
    border-color: #2543A7;
}

.section_sdjp .focus .bigpic {
    width: 820px;
}

.section_sdjp .focus .bigpic a {
    display: block;
}

.section_sdjp .focus .bigpic .pic {
    width: 370px;
    height: 400px;
    overflow: hidden;
}

.section_sdjp .focus .bigpic .pic img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.section_sdjp .focus .bigpic a .txtwrapper {
    margin-top: -30px;
    margin-left: 55px;
    background:  rgba(255,255,255,.6);
    width: 760px;
    z-index: 1;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    min-height: 95px;
}


.section_sdjp .focus .bigpic a .txtwrapper h3 {
    font-size: 18px;
    color:#D18E59;
    line-height: 1.2;
}


.section_sdjp .focus .bigpic a .txtwrapper p {
    color: #999;
    padding-top: 10px;
    line-height: 1.8;
    text-align: justify;
}

.smallpic-1-2{
    position: absolute !important;
    width: 262px  !important;
    height: 357px !important;
    top: 50% !important;
    margin-top: -212px !important;
    left: 675px !important;
}
.smallpic-2-2{
    position: absolute !important;
    width: 262px  !important;
    height: 357px !important;
    top: 50% !important;
    margin-top: -212px !important;
    left: 675px !important;
}

.section_sdjp .focus .smallpic {
    position: absolute;
    width: 262px;
    height: 357px;
    top: 50%;
    margin-top: -212px;
    left: 393px;
}

.section_sdjp .focus .smallpic a .txtwrapper {
    margin-top: -100px;
    background: rgba(255,255,255,.6);
    width: 100%;
    z-index: 1;
    padding: 0 15px;
    line-height: 54px;
    min-height: 54px;
    position: relative;
    box-sizing: border-box;
}


.section_sdjp .focus .smallpic a .txtwrapper h3 {
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.section_sdjp .focus .smallpic .pic {
    width: 100%;
    height: 357px;
    overflow: hidden;
}

.section_sdjp .focus .smallpic .pic img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.m-develop {
    margin-top: 20px;
}

.m-develop .develop-title {
    width: 1000px;
    margin: 0 auto;
    line-height: 42px;
    height: 42px;
    position: relative;
}

.m-develop .develop-title .tit {
    width: 210px;
    height: 42px;
    background: url('../image/rhfz.jpg') 0 0 no-repeat;
}

.m-develop .develop-title .line {
    height: 1px;
    width: 715px;
    background: rgba(238,238,238,1);
    position: absolute;
    right: 50px;
    top: 20px;
}

.m-develop .picScroll-left {
    margin: 30px auto 0;
    width: 1000px;
    padding: 0 50px;
    overflow: hidden;
    position: relative;
}

.m-develop .picScroll-left .hd .prev {
    position: absolute;
    width: 36px;
    height: 70px;
    background: url('../image/jt_left.png') 0 0 no-repeat;
    top: 125px;
    left: 0;
}

.m-develop .picScroll-left .hd .next {
    position: absolute;
    width: 36px;
    height: 70px;
    background: url('../image/jt_right.png') 0 0 no-repeat;
    top: 125px;
    right: 0;
}

.m-develop .picScroll-left .bd {
    overflow: hidden;
}

.m-develop .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.m-develop .picScroll-left .bd li {
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.m-develop .picScroll-left .bd li .box {
    width: 318px;
    height: 318px;
    display: block;
    background: #f6f6f6;
    border: 1px solid rgba(232,232,232,1);
    position: relative;
}

.m-develop .picScroll-left .bd .box:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 2px;
    background: #2647A4;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.m-develop .picScroll-left .bd li .box img {
    width: 100%;
    height: 218px;
}

.m-develop .picScroll-left .box h2 {
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 700;
}

.m-develop .picScroll-left .box p {
    font-size: 12px;
    color: #666;
    padding: 0 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}

.m-message .message .box .detail{
    border-bottom:1px dashed #d5d5d5;
}
.m-message .message .box .detail p{
    font-size:16px;
    color:#999;
    line-height:24px;
    height:72px;

    
    overflow:hidden;
    position:relative;
    margin:18px 0;
}
.m-message .message .box .detail p:after{
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);

}
.m-message .message .box .detail a{
    color:#999;
}
.m-message .message .box .detail a:hover{
    color:#999 !important;
}