body {
    background: #fff;
    color: #666;
    position: relative;
    font-size: 100%;
    font: 12px/1.5 微软雅黑, arial, sans-serif;
    vertical-align: baseline
}

* {
    box-sizing: border-box;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*头部样式*/

#header {
    text-align: center;
    
}

#header a{font-size:16px;}

#nav {
    text-align: left;
    width: 100%;
    background: url(../images/head.png) repeat-x center;
    display: -webkit-box;
}

#nav li {
    height: 36px;
    line-height: 36px;
    font: 400 14px/36px '微软雅黑';
    -webkit-box-flex: 1;
    text-align: center;
}

#nav li a {
    display: block;
    color: #fff;
    width: 100%;
    font-weight: bold;
}


/*search css style*/

.m-search {
    border: 1px solid #959595;
    border-radius: 4px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

#formsearch {
    width: 96%;
}

#keyword {
    border: none;
    line-height: 32px;
    height: 32px;
    width: 80%;
    text-align: left;
    text-indent: 20px;
    float: left;
    outline: none;
}

#s_btn {
    width: 15%;
    line-height: 32px;
    height: 32px;
    background: url(../images/soso.png) no-repeat center;
    float: right;
    color: #fff;
    border: none;
}

.products {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
}

.contentss {
    padding: 10px;
    line-height: 25px;
    text-align: left;
}

.ee {
    padding-left: 20px;
    font-family: "微软雅黑";
}

.products_title {
    background: url(../images/bian.png) no-repeat left bottom;
    text-align: left;
    padding-left: 5px;
    font: 400 16px/40px "微软雅黑";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.products ul {
    padding-bottom: 5px;
    text-align: left !important;
}

.products ul li {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    width: 49.0%;
    padding: 5px;
    box-sizing: border-box;
}

.products ul li a {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #fff;
    width: 100%;
}

.products ul li a img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.products ul li h3 {
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background: #656565;
    color: #fff;
    font-size: 1em;
}

.products_title a {
    color: #7e8384;
    font-size: 12px;
    position: absolute;
    right: 0%;
}

.jiantu {
    width: 45%;
    float: left;
}

.jiantu p img {
    max-width: 100%;
}

.gsnr {
    width: 53%;
    float: right;
}

.gsnr img {
    width: 100%;
    height: 100%;
    text-indent: 0;
}

.productc {
    width: 98%;
    margin: 0 auto;
    margin-top: 15px;
}

.productc li {
    width: 98%;
    margin: 0 auto;
    margin: 2% 0;
}

.adsm {
    width: 45%;
    float: left;
}

.productc li .adsm a.img {
    display: block;
}

.productc li .adsm a.img img {
    width: 100%;
    /*height: 100px;*/
    vertical-align: middle;
}

.guang {
    width: 50%;
    float: right;
}

.guang h3 a {
    color: #f1bb54;
    font-size: 16px;
    font-weight: normal;
}

.guang span {
    color: #828282;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-top: 5px;
}


/* news css style*/

.news {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
}

.news_title {
    background: url(../../images/eef.jpg) 18px center no-repeat #fff;
    background-size: 2px 22px;
    text-align: left;
    padding-left: 30px;
    border-bottom: 1px solid #d5d5d5;
    font: 400 14px/40px "微软雅黑";
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.newsx {
    position: relative;
    width: 99.5%;
    margin: 0 auto;
    margin-top: 10px;
    background: #fff;
}

.news-listx li {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-top: 8%;
}

.news-listx li:nth-child(2n) {
    float: right;
    margin-left: 0;
    margin-right: 2.5%
}

.date {
    width: 32%;
    float: left;
    background: #d4d4d4
}

.date dl {
    font-size: 2.5em;
    color: #f1bb54;
    line-height: 1.6em;
    margin: 0;
    text-align: center;
}

.date dt {
    font-size: 1.1em;
    line-height: 1.2em;
    padding-bottom: 13%;
}

.nei {
    width: 62%;
    float: right;
}

.nei a {
    color: #f1bb54;
    font-size: 1em;
    display: block;
    line-height: 2.8em;
    text-align: left;
}

.news ul {}

.news ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d3d3d3;
    background: url(../../images/dd1.jpg) 95% center no-repeat;
    background-size: 20px 20px;
}

.news ul li a {
    font: 400 12px/35px "微软雅黑";
    padding-left: 28px;
    text-align: left;
    display: block;
}

#gotop {
    position: fixed;
    height: 15%;
    width: 15%;
    background: url(../images/top.png) no-repeat;
    right: 0;
    bottom: 6%;
    cursor: pointer;
}


/* footer css style*/

.distraction {
    /* height: 58px; */
    width: 100%;
}

.footer {
    width: 100%;
    margin-top: 6px;
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
}

.footer span {
    width: 74px;
    display: block;
    margin: 0 auto;
    text-align: right;
    font: 400 16px/35px "微软雅黑";
    color: #fff;
    height: 35px;
}

.footer span.span1 {
    background: url(../images/a1.png) 10px 6px no-repeat;
    background-size: 23px 27px;
}

.footer span.span2 {
    background: url(../images/a2.png) 10px 4px no-repeat;
    background-size: 23px 27px;
}

.footer span.span3 {
    background: url(../images/a3.png) 10px 6px no-repeat;
    background-size: 23px 27px;
}

.footer span.span0 {
    background: url(../images/icon.png) 10px -75px no-repeat;
    background-size: 110px 385px;
}

.ffs {
    max-width: 640px;
    margin: 0 auto;
    display: -webkit-box;
    background: #656565;
}




.lang{
    margin:0 auto;
    text-align: center;
}
