html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
    font-family: "微软雅黑";
    height: 100%;
}

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

body {
    height: 100%;
    background: #f3f4f8;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

i {
    font-style: normal;
}

.wrap {
    margin: 0;
    padding: 0;
    background: #f3f4f8;
}

.logo {
    width: 7.5rem;
    height: 2.4rem;
}
/*导航*/
.navbar {
    background-color: #1b82d2;
    /*background-color:rgba(27,130,210,0.6)*/
    margin: 0;
    padding: 0;
}

.navbarBlue {
    background: #1b82d2;
}

.icon-bar {
    background-color: #fff;
}

.navbar-brand {
    padding: 10px 15px;
}

    .navbar-brand img {
        width: 100px;
        height: 32px;
    }

.navbar {
    border-radius: 0;
}

    .navbar a {
        color: #fff;
    }

.navbar-nav .active {
    background: #ff9900;
}

.collapse ul li a:hover {
    background: #ff9900;
}

/*用户弹框*/
.btnuser {
    position: absolute;
    top: 0.4rem;
    right: 5.2rem;
}

    .btnuser .btn .btnImg {
        width: 20px;
        height: 26px;
    }

.btnImg {
    display: none;
}


/*模态框*/
.mtk {
    width: 22.0rem;
    position: absolute;
    right: 0;
    top: 3.0rem;
}

.caret {
    color: #fff;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    position: relative;
    top: 0.7rem;
    left: 4.5rem;
    z-index: 986;
}

.modal-header {
    padding: 2.5rem 0 0;
    border: none;
}

.modal-title {
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    color: #222222;
}

.modal-body {
    font-size: 1.3rem;
    color: #222222;
    padding: 1.0rem 0 2.5rem;
}

.modal-footer {
    padding: 0;
}

    .modal-footer button {
        border: none;
        background: none;
        color: #007aff;
        height: 4.4rem;
        font-size: 1.6rem;
    }

        .modal-footer button:hover {
            background: none;
            color: #ff7002;
        }

    .modal-footer .row > div:first-child {
        border-right: 1px solid #e5e5e5;
    }

/*轮播图*/
.factory-banner-list {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 22.25rem;
}

    .factory-banner-list a {
        height: 2.25rem;
        color: #fff;
        text-align: center;
        width: 100%;
        display: block;
        padding-top: 20.0rem;
        font-size: 1.5rem;
    }

        .factory-banner-list a span {
            background: rgba(0,0,0,0.2);
            height: 2.25rem;
            line-height: 2.25rem;
            width: 100%;
            display: block;
            font-size: 1.3rem;
        }

.factory-banner {
    padding: 0;
    width: 100%;
    margin-top: 4.2rem;
}

.rowpic a span {
    color: rgba(255,255,255,0.2);
}

.rowpic a:hover span {
    color: rgba(255,255,255,0.5);
}

/*新闻列表*/
/*.newsImg img{
	width: 13.0rem;
	height: 8.0rem;
	margin-left: -1.25rem;
	
}*/

.newsImg img {
    width: 13.0rem;
    height: 8.0rem;
    margin-left: -1.25rem
}

.squareImg img {
    width: 9.6rem;
    height: 9.6rem;
    margin-left: -1.25rem;
}

.newsTitle {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #282828;
    font-size: 1.5rem;
    width: 100%;
    height: 5.9rem;
    padding: 0;
    margin: 0;
    padding-right: 1.24rem;
}

.newsRight {
    width: 60%;
    padding: 0;
    float: left;
    text-align: left;
    margin: 0;
    margin-left: -1.25rem;
}

.newslgInfo {
    color: #a5a5a5;
    font-size: 1.2rem;
    width: 100%;
}

.newsInfo {
    color: #a5a5a5;
    font-size: 1.1rem;
    width: 100%;
    position: absolute;
    bottom: -2.6rem;
    padding-right: 1.25rem;
}


.newsInfo1 {
    color: #a5a5a5;
    font-size: 1.1rem;
    width: 100%;
    position: absolute;
    bottom: -2.4rem;
    padding-right: 1.25rem;
}

/*.newsInfo2{
	
	
	color: #a5a5a5;
	font-size: 1.25rem;
	width: 96%;
	position: absolute;
	padding:0.7rem 0 0.5rem;
	
}*/
.newsTime {
    padding-left: 1.0rem;
}


.infoyd img {
    width: 1.3em;
    height: 0.8rem;
    margin-bottom: 0.2rem;
    display: inline-block;
}

.infoyd i {
    display: inline-block;
    padding-left: 0.3rem;
    color: #a5a5a5;
    font-size: 1.1rem;
}

.newsMain {
    margin-left: 1.25rem;
}

.newsList {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.newsMain > .newsList:last-child { /*最后一个.newsList*/
    border: none;
}

.newbg {
    background: #fff;
    margin-top: 1.25rem;
}




/*新闻列表上下排列*/
.newslgImg {
    margin-right: 1.25rem;
}

    .newslgImg img {
        width: 35.0rem;
        height: 19.4rem;
        margin: 1.25rem 0;
    }

.newslgTitle {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #282828;
    font-size: 1.5rem;
    line-height: 2.0rem;
    margin-right: 1.25rem;
}

.newslgInfo {
    color: #a5a5a5;
    font-size: 1.25rem;
    width: 96%;
}

/*.newslgInfo span{
	margin-left:1.5rem;
}*/


.bad {
    background: #f3f4f8;
    font-weight: 100;
    color: #999999;
}


.newssmImg {
    margin: 1.25rem 0 0 -1.25rem;
    padding: 0;
}

    .newssmImg img {
        width: 11.5rem;
        height: 7.4rem;
        margin-bottom: 1.25rem;
    }

/*招聘信息*/
.xinxi {
    margin-top: 2.0rem;
    padding-left: 1.5rem;
    background: #fff;
}

    .xinxi ul {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

        .xinxi ul li {
            border: none;
            padding: 1.5rem 0;
            font-size: 1.6rem;
            color: #282828;
            border-bottom: 2px solid #d6d6d6;
        }

    .xinxi .list-group > li:last-child {
        border: none;
    }

    .xinxi .list-group li .ss {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-sizing-box: border-box;
        display: inline-block;
        width: 81%;
        padding: 0 1.25rem 1.5rem 2.0rem;
    }

    .xinxi ul li span {
        padding-left: 2.0rem
    }


/*泰和广场*/
.squareTitle {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #282828;
    font-size: 1.6rem;
    width: 100%;
}

.wzbt h1 {
    margin: 0 0 1.0rem 0;
    padding: 2.0rem 0 1.0rem 0;
    color: #666;
    font-size: 1.5rem;
    background: url(img/dx.png) center bottom no-repeat;
}

.newser {
    color: #787878;
    font-size: 1.3rem;
    padding: 1.0rem 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newtop {
    margin-top: 6.2rem;
}

.srp {
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 3px 5px #dfdfdf;
    margin: 2.0rem 2.4%;
    width: 28.5%;
    padding: 1.25rem 0;
    text-align: center;
}

    .srp img {
        width: 4.5rem;
        height: 4.5rem;
        margin-bottom: 1.0rem;
    }

.srpp {
    padding: 0 1%;
}


.zp {
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 3px 5px #dfdfdf;
    width: 45%;
    margin: 2.0rem 2.4%;
    padding: 0 0 1.25rem 0;
}

    .zp h2 {
        font-size: 1.25rem;
        color: #fff;
        height: 3.5rem;
        line-height: 3.5rem;
        background: url(img/zpbg1.png) left;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: left;
        padding-left: 1.0rem;
        border-radius: 5px 5px 0 0;
    }

.ios h2 {
    background: url(img/zpbg2.png) left no-repeat;
    background-size: cover;
}

.php h2 {
    background: url(img/zpbg3.png) left no-repeat;
    background-size: cover;
}

.html h2 {
    background: url(img/zpbg4.png) left no-repeat;
    background-size: cover;
}

.conzp {
    padding: 1.25rem 1.0rem 0.5rem;
}

.zptitle {
    font-size: 1.4rem;
    color: #282828;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 0 0.5rem 0;
}

.zprq {
    color: #999999;
    font-size: 1.25rem;
    padding-top: 2.0rem;
}
/*.zpnewser{
	color: #787878;
	font-size: 1.3rem;
	
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    
	}	*/
.squBottom {
    position: relative;
    bottom: -3.1rem;
    left: 0;
    width: 100%;
}

/*footer*/
.foot {
    height: 4.9rem;
    line-height: 4.9rem;
    background: #f9f9f9;
    border-top: 1px solid #d6d6d6;
    color: #666;
}

    .foot a {
        font-size: 1.6rem;
        color: #666;
    }

    .foot span {
        margin-right: 0.8rem;
        width: 1.85rem;
        height: 2.0rem;
        color: #666;
    }
/*生日*/
.sqRight {
    margin-left: -2.45rem;
}

.srTitle {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #282828;
    font-size: 1.6rem;
    width: 100%;
    padding: 0 0 0.8rem;
    margin: 0;
    text-align: center;
}

.srTime {
    color: #a5a5a5;
    font-size: 1.2rem;
    width: 98%;
    text-align: center;
}

/*新闻详情页*/
.newswrap {
    padding: 2.5rem 1.5rem 0;
    margin: 0;
    background: #fff;
}

.newsCon-title {
    font-size: 1.7rem;
    color: #282828;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsCon-bottom {
    margin-top: 1.0rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D8D8D8;
    color: #607fa6;
    font-size: 1.4rem;
}

.newsCon-con {
    margin-top: 2.0rem;
    font-size: 1.5rem;
    color: #333;
}

.newConTime {
    margin-left: 2.0rem;
    color: #999999;
}

.newsCon-con img {
    width: 100%;
    border-radius: 3px;
    margin: 1.5rem auto;
}

.newsCon-con p {
    margin: 1.5rem 0;
    width: 100%;
    padding: 0;
}

.newsCon-con .news_ls {
    color: #007aff;
}

.newsCon-con h6 {
    font-size: 1.3rem;
    padding: 0.5rem 0;
    color: #555;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsCon-foot {
    padding: 8.0rem 0 0.0rem;
    font-size: 1.5rem;
    color: #999999;
    margin-left: 1.5rem;
}

.newConyd {
    color: #999999;
    float: left;
}

    .newConyd i {
        padding-left: 0.5rem;
        font-style: normal;
    }

.newConydright {
    float: left;
    padding: 0.25rem 0 0 1.25rem;
}

.newConTime i {
    padding-left: 0.5rem;
}

.newConTime img {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.2rem;
}

.newsCon-footer {
    height: 6.0rem;
    line-height: 6.0rem;
    border-top: 1px solid #D8D8D8;
    font-size: 1.5rem;
    background: #f3f4f8;
}

    .newsCon-footer a img {
        width: 1.05rem;
        height: 1.05rem;
        margin-right: 1.5rem;
        margin-left: 0.5rem
    }
/*新闻详情页留言列表*/
.news_tx {
    bottom: 6.5rem;
    position: relative;
}

.ly_left img {
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1.25rem;
}

.ly_left, .ly_right {
    float: left;
}

.ly_right {
    width: 79%;
}

.newsMz {
    font-size: 1.4rem;
    color: #607fa6;
}

    .newsMz span {
        font-size: 1.3rem;
        color: #979fac;
    }

        .newsMz span img {
            width: 1.2rem;
            height: 1.2rem;
            cursor: pointer;
        }

.newsLb {
    padding: 2.5rem 1.5rem;
    width: 100%;
    Content: ””;
    Display: block;
    Clear: both;
}

.lyTitle {
    font-size: 1.6rem;
    color: #282828;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
    padding: 1.5rem 0 1.0rem;
    line-height: 2.3rem;
}

.lyTime {
    color: #282828;
    font-size: 1.2rem;
}

    .lyTime span {
        width: 6.25rem;
        height: 2.4rem;
        background: #f4f5f6;
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        line-height: 2.4rem;
    }

.lyxx {
    background: #f4f5f6;
    border-radius: 3px;
    padding: 1.25rem 1.25rem 0;
    margin: 1.25rem 0 3.0rem;
}

    .lyxx span {
        font-size: 1.5rem;
        color: #282828;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        padding-bottom: 1.25rem;
    }

        .lyxx span a {
            color: #42669a;
        }
/*新闻留言页*/
.newslywrap {
    padding: 2.5rem 0 0 0;
    margin: 0;
}

.newsCon-lytitle {
    font-size: 1.6rem;
    color: #282828;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 1.25rem;
}

.newly {
    margin: 1.5rem 0 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-radius: none;
    box-shadow: none;
    font-size: 1.4rem;
    color: #b4b4b4;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    background: #fff;
}

.sub_btn {
    height: 4.0rem;
    font-size: 1.6rem;
    letter-spacing: 0.5rem;
    margin: 2.0rem 5% 0;
    width: 90%;
}

.news_xl {
    z-index: 999;
    position: absolute;
    left: 0.5rem;
    top: 15.0rem;
    padding: 0;
    padding-left: 2.25rem;
}

    .news_xl img {
        width: 2.4rem;
        height: 2.4rem;
    }

.form-group {
    padding: 0;
    margin: 0;
}
/*点赞*/
#add-num {
    display: none;
}

    #add-num .add-animation {
        color: #000;
        position: absolute;
        top: -15px;
        left: 10px;
        font-size: 15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
        animation: mypraise 0.5s;
        -moz-animation: mypraise 0.5s; /* Firefox */
        -webkit-animation: mypraise 0.5s; /* Safari 和 Chrome */
        -o-animation: mypraise 0.5s; /* Opera */
        font-style: normal;
    }
/*招聘信息*/
.zwraper {
    margin-top: 2.0rem;
    background: #fff;
}

.rowmain {
    padding: 1.5rem 0rem;
    border-bottom: 1px solid #d6d6d6;
    margin-left: 0.75rem;
}

.rowleft {
    color: #282828;
    font-size: 1.5rem;
    text-align: left;
    padding: 0;
}

.rowright {
    color: #888888;
    font-size: 1.5rem;
    text-align: left;
	margin-left:-0.5rem ; 
}

.rowmain:last-child { /*最后一个.newsList*/
    border: none;
}
/*头部用户小图标*/

@media screen and (min-width: 320px) and (max-width:411px) {
    .btnImg {
        display: block;
    }

    .newsRight {
        width: 60%;
        padding-left: 0;
    }

    .factory-banner-list a {
        height: 2.10rem;
        color: #fff;
        text-align: center;
        width: 100%;
        display: block;
        padding-top: 20.15rem;
    }

        .factory-banner-list a span {
            background: rgba(0,0,0,0.2);
            height: 2.10rem;
            width: 100%;
            display: block;
            line-height: 2.1rem;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            font-size: 1.4rem;
        }
}


@media screen and (min-width: 412px) and (max-width:413px) {
    .btnImg {
        display: block;
    }

    .newsRight {
        width: 60%;
        padding-left: 0;
    }

    .sqRight {
        margin-left: -4.2rem;
    }
    /*.newsTitle{
  	height:5.8rem;
 
}*/
}

@media screen and (min-width: 414px) and (max-width:767px) {
    .btnImg {
        display: block;
    }

    .newsRight {
        width: 60%;
        padding-left: 0;
    }

    .sqRight {
        margin-left: -4.35rem;
    }

    .factory-banner-list a {
        height: 2.10rem;
        color: #fff;
        text-align: center;
        width: 100%;
        display: block;
        padding-top: 20.15rem;
    }

        .factory-banner-list a span {
            background: rgba(0,0,0,0.2);
            height: 2.10rem;
            width: 100%;
            display: block;
            line-height: 2.1rem;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            font-size: 1.4rem;
        }
    /*.newsTitle{
  	height:5.8rem;
 
}*/
    .newsInfo1 {
        color: #a5a5a5;
        font-size: 1.1rem;
        width: 100%;
        position: absolute;
        bottom: -2.6rem;
        padding-right: 1.8rem;
    }
}

@media screen and (min-width: 497px) and (max-width:747px) {
    .btnImg {
        display: block;
    }

    .newsRight {
        width: 60%;
        padding-left: 0;
    }
}

/*大屏时列表显示情况*/
@media screen and (min-width:751px) and (max-width:1023px) {
    .newsRight {
        width: 64%;
        padding-left: 0;
    }

    .sqRight {
        margin-left: -6.2rem;
    }
}

@media screen and (min-width:1024px) and (max-width:1920px) {
    .newsRight {
        width: 64%;
        padding-left: 0;
    }

    .sqRight {
        margin-left: -11.2rem;
    }
}


.heart {
    background: url(img/zan2.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
    background-size: 1.2rem;
    float: left;
}


.heartAnimation {
    background: url(img/yizan2.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
    background-size: 1.2rem;
}

.likeCount {
    float: left;
    line-height: 1.2rem;
    margin-left: 0.5rem;
    color: #979fac;
    font-size: 1.3rem;
}

.heart1 {
    background: url(img/zan.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
    background-size: 1.2rem;
    float: left;
}


.heartAnimation1 {
    background: url(img/yizan.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer;
    background-size: 1.2rem;
}

.likeCount1 {
    float: left;
    line-height: 1.2rem;
    margin-left: 0.5rem;
    font-size: 1.5rem;
    color: #999999;
}
