html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
html, body {
    font-family: 微软雅黑, Microsoft YaHei, \5FAE\8F6F\96C5\9ED1;
    min-width: 1200px;
}
body {
    overflow-x: hidden;
    background: #eeeeee;
    margin: 0px auto;
}
li {
    list-style: none;
}
/* 网店头 */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.header.active {
    position: fixed;
    background: #ffffff;
}
.header .main {
    max-width: 1200px;
    padding-top: 10px;
    margin: 0px auto;
}
.main .logo {
    float: left;
}
.main .logo2 {
    display: none;
}
.header.active .main .logo1 {
    display: none;
}
.header.active .main .logo2 {
    display: block;
}
.nav {
    width: 900px;
    float: right;
    font-size: 16px;
}
.nav .nav_1 p {
    text-transform: uppercase;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    padding-top: 0px;
}
.header.active .nav .nav_1 p {
    color: #777;
}
.nav .nav_1 p a {
    color: #fff;
    font-size: 15px;
    padding: 0px 8px;
}
/* .nav .nav_1 p a:first-child{


    border-right: 2px solid #8a8a8a;

} */

.nav .nav_1 p a:last-child {
    margin-right: 10px;
}
.nav .nav_1 .phone {
    width: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 0px;
}
.header.active .nav .nav_1 p a {
    color: #777;
}
.nav .nav_1 p a.reglink {
    color: red;
}
.header.active .nav_1 p a.reglink {
    color: red;
}
.nav_2 ul {
    overflow: hidden;
    margin-left: 233px;
    height: 50px;
}
.nav .nav_2 ul li {
    float: right;
    margin: 0px 10px;
    line-height: 40px;
}
.nav .nav_2 ul li:first-child {
    margin: 0px 0px 0px 10px;
}
.nav_2 ul li a {
    color: #ffffff;
    display: block;
    font-weight: 300;
}
.header.active .nav_2 ul li a {
    color: #777;
    display: block;
}
.nav_2 ul li a:hover {
    border-bottom: 2px solid red;
}
/* 头部检索框 */

.search {
    position: absolute;
    bottom: 60px;
    left: 0px;
    right: 0px;
    width: 900px;
    margin: 0px auto;
    height: 210px;
    /*  background: #ffffff; */
    z-index: 1;
}
.search .search_list {
    height: 49px;
}
.search .search_list ul li {
    float: left;
    margin: 0px 10px;
    width: 258px;
    background: #e9e5e5;
    color: #554e4e;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border: 1px solid #e9e5e5;
    cursor: pointer;
}
.search_list ul li:first-child {
    border-radius: 10px 0px 0px 0px;
}
.search_list ul li:last-child {
    border-radius: 0px 10px 0px 0px;
}
.search .search_list ul li.on {
    background: #ffffff;
}
.search .search_main {
    background: #00000040;
    height: 160px;
    margin: 0px 10.5px;
    border-radius: 0px 0px 10px 10px;
}
.search_main .types {
    color: #ffff;
    padding: 30px 0px 10px 0px;
    margin-left: 20px;
}
.search_main .keywords {
    width: 500px;
}
.keywords input {
    float: left;
    height: 30px;
    margin-left: 20px;
    margin-top: 20px;
    width: 400px;
}
.search_main .btn {
    float: left;
    width: 90px;
    line-height: 34px;
    text-align: center;
    height: 34px;
    margin-left: 2px;
    margin-top: 20px;
    border: 1px solid #3399e8;
    background: #3399e8;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
}
.service {
    background: #ffffff;
    width: 250px;
    height: 60px;
    float: left;
    margin: 10px 21px;
    border-radius: 10px;
}
.service .service_img {
    float: left;
    width: 60px;
}
.service .service_img img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #a99e9e;
}
.service .info {
    float: left;
    color: #574e4e;
    height: 40px;
    width: 110px;
    padding: 10px 10px;
    line-height: 20px;
    font-size: 9px;
}
.service .btn {
    height: 20px;
    width: 40px;
    font-size: 12px;
    line-height: 20px;
}
.need .need_h input {
    height: 30px;
    width: 260px;
    margin: 10px;
}
.need .need_m {
    margin: 10px 10px;
    color: #ffffff;
}
.need_m select {
    width: 400px;
    height: 35px;
}
.need .need_f {
    margin: 10px 10px;
}
.need_f input {
    float: left;
    width: 500px;
    height: 30px;
}
.need_f .btn {
    margin-top: 0px;
    width: 200px;
    margin-left: 50px;
}
/* 右侧导航栏 */

.rightSidebar {
    position: fixed;
    right: 0px;
    top: 35%;
    z-index: 20;
}
.rightSidebar .hd {
    width: 46px;
    float: right;
    margin-right: 5px;
}
.rightSidebar .hd ul li {
    width: 46px;
    height: 46px;
    background: #a1a1a1;
    margin: 5px 0px;
    border-radius: 4px;
    cursor: pointer;
}
.rightSidebar .hd ul li img {
    margin: 7px 7px;
}
.rightSidebar .bd {
    float: right;
    height: 265px;
    width: 260px;
}
.rightSidebar .bd .rs_1 {
    border-radius: 4px;
    width: 150px;
    height: 150px;
    background: url('../img/consulting.png') no-repeat;
    float: right;
    margin-right: 0px;
    margin-top: -65px;
    text-align: center;
}
.rs_1 a {
    color: #ff0000;
    line-height: 150px;
    font-size: 15px;
    padding-right: 40px;
}
.rightSidebar .bd .rs_2 {
    background: red;
    border-radius: 4px;
    height: 46px;
    width: 120px;
    float: right;
    margin-top: 56px;
    text-align: center;
}
.rs_2 {
    color: #fff;
    line-height: 46px;
    font-size: 18px;
}
.rightSidebar .bd .rs3_l {
    width: 240px;
    height: 140px;
    float: left;
    margin-top: 70px;
    background: #ffffff;
    border-radius: 4px;
}
.rightSidebar .bd .rs3_l>div {
    float: left;
    width: 100px;
    margin: 10px 10px;
}
.rs3_tit {
    color: #403f3f;
    font-size: 14px;
    text-align: center;
}
.rs3_r {
    margin-top: 120px;
    float: left;
}
.rs3_r img {
    width: 20px;
}
.rightSidebar .bd .rs_4 {
    background: red;
    border-radius: 4px;
    height: 46px;
    width: 120px;
    float: right;
    margin-top: 158px;
    text-align: center;
}
.rs_4 a {
    color: #fff;
    line-height: 46px;
    font-size: 18px;
}
/* 网站弹窗*/

.ui-online {
    width: 700px;
}
.ui-online {
    margin-top: -175px;
    margin-left: -290px;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}
.ui-onleft {
    width: 244px;
    border-right: solid 1px #ddd;
    float: left;
    overflow: hidden;
    height: 205px;
}
.ui-online h1 {
    background-color: #3399e8;
    margin-top: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    border-radius: 10px 10px 0px 0px;
    font-weight: normal;
}
.ui-online h1 .ui-tel {
    float: left;
    margin: 0 0 0 20px;
}
.ui-online h1 .ui-time {
    float: right;
    margin: 0 20px 0 0;
}
.ui-onleft {
    width: 350px;
    border-right: solid 1px #ddd;
    float: left;
    overflow: hidden;
    height: 205px;
}
.ui-qq {
    padding-left: 30px;
    height: 66px;
    line-height: 56px;
    font-size: 14px;
    overflow: hidden;
}
.ui-qq>img {
    margin-top: 10px;
}
.ui-qq span a {
    padding: 4px 10px;
    background-color: #3399e8;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.ui-shkf {
    border: solid 1px #3399e8;
    border-radius: 3px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px auto;
}
.ui-shkf a {
    color: #3399e8;
}
.ui-online-small {
    width: 190px;
    height: 35px;
    background-color: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    line-height: 35px;
    z-index: 50;
    text-indent: 15px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.ui-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    position: fixed;
    z-index: 666;
    left: 50%;
    top: 55%;
    margin-left: 420px;
    margin-top: -240px;
    /*  display: none; */
}
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}
.ui-online {
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 666;
    overflow: hidden;
    padding: 10px auto;
}
.ui-online-m {
    width: 700px;
    height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    vertical-align: middle;
    overflow: hidden;
}
/* 轮播图 */

.slideBox {
    overflow: hidden;
    position: relative;
    max-width: 1960px;
    height: 760px;
    margin: 0px auto;
}
.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}
.slideBox .hd ul {
    overflow: hidden;
    width: 220px;
    margin: 0px auto;
    zoom: 1;
}
.slideBox .hd ul li {
    float: left;
    margin: 0px auto;
    border-radius: 5px;
    width: 50px;
    height: 10px;
    line-height: 30px;
    margin: 0px 5px;
    text-align: center;
    background: #b4bac8;
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background: #fff;
    width: 70px;
}
.slideBox .bd {
    position: relative;
    height: 100%;
    max-width: 1960px;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox .bd li img {
    width: 1960px;
    position: absolute;
    left: 50%;
    margin-left: -980px;
}

/* 轮播图end*/

/* 标题 */

.title {
    width: 1200px;
    padding: 30px 0 25px 0;
    font-size: 32px;
}
.title .big {
    overflow: hidden;
    font-weight: normal;
    text-align: left;
}
.title .big span {
    font-size: 24px;
    color: #343434;
    position: relative;
    height: 30px;
    display: inline-block;
    padding: 0 20px;
    font-weight: 700;
}
.title .big span i {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5.5px;
}
.title .big span .i_l {
    left: 0;
}
.title .big span .i_r {
    right: 0;
}
.title .intro {
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
    line-height: 28px;
}
.title_box {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    width: 320px;
    margin: 0 auto;
    position: relative;
}
.title_box li {
    font-size: 14px;
    color: #9B9B9B;
    text-align: left;
    line-height: 28px;
    height: 28px;
    text-align: left;
    padding-left: 70px;
}
.title_box span {
    font-size: 14px;
    color: #9B9B9B;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 28px;
}
.jiaoyikuaibao {
    height: 28px;
    line-height: 28px;
}
.section1 {
    overflow: hidden;
    background: url('../img/cjwt_bg.png');
    height: 430px;
}
.section1 .enter .enter_list {
    overflow: hidden;
    width: 200px;
    background: #69ccc6;
    border-radius: 5px;
    margin: 20px;
    cursor: pointer;
    float: left;
    box-shadow: 0px 0px 10px #888888;
}
.section1 .enter .enter_list:hover {
    margin-top: 10px;
}
.enter_list .s1_pic {
    width: 150px;
    margin: 0px auto;
}
.enter_list img {
    width: 150px;
}
.enter_list .s1_tit {
    margin: 20px auto;
}
.enter_list p {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
}
/* 商品区 */

.section2 {
    overflow: hidden;
}
.oe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}
.publicblock {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    zoom: 1;
}
.section2 .li {
    width: 595px;
    height: 485px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    float: left;
    margin-bottom: 10px;
}
.section2 .li1 .hd {
    background: url(../img/section2_bg1.jpg) no-repeat center;
    background-size: cover;
}
.section2 .li2 .hd {
    background: url(../img/section2_bg2.jpg) no-repeat center;
    background-size: cover;
}
.section2 .li3 .hd {
    background: url(../img/section2_bg3.jpg) no-repeat center;
    background-size: cover;
}
.section2 .li4 .hd {
    background: url(../img/section2_bg4.jpg) no-repeat center;
    background-size: cover;
}
.section2 .li:nth-child(even) {
    float: right;
}
.section2 .li .hd {
    width: 175px;
    height: 485px;
    float: left;
    overflow: hidden;
}
.section2 .li .hd h2 {
    display: block;
    font-size: 20px;
    color: #Fff;
    position: relative;
    padding: 30px 10px 0 30px;
}
.section2 .li .hd .solgan {
    color: #EBE4FF;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 10px;
    opacity: 0.5;
    padding: 0 10px 0 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.section2 .li .hd li {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.section2 .li .hd span {
    color: #fff;
    position: relative;
    padding: 0 10px 0 30px;
}
.section2 .li .hd i {
    display: block;
    position: absolute;
    top: 50%;
}
.section2 .li .hd i.i1 {
    height: 8px;
    width: 5px;
    margin-top: -4px;
    right: 0;
}
.section2 .li .hd i.i2 {
    height: 2px;
    width: 9px;
    margin-top: -1px;
    left: 0;
    background: #fff;
    display: none;
}
.section2 .li .hd i.i3 {
    height: 8px;
    width: 18px;
    margin-top: -4px;
    right: 0;
    display: none;
}
.section2 .li .hd li.on span {
    padding-right: 24px;
}
.section2 .li .hd li.on span .i1 {
    display: none;
}
.section2 .li .hd li.on span .i2 {
    display: block;
}
.section2 .li .hd li.on span .i3 {
    display: block;
}
.section2 .li .hd li.on a {
    width: 180px;
    height: 35px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    border-radius: 3px;
    z-index: 2;
}
.section2 .li .hd li a {
    width: 180px;
    height: 35px;
    background: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    border-radius: 3px;
    z-index: 2;
}
.section2 .li .hd li:hover span {
    padding-right: 24px;
}
.section2 .li .hd li:hover span .i1 {
    display: none;
}
.section2 .li .hd li:hover span .i2 {
    display: block;
}
.section2 .li .hd li:hover span .i3 {
    display: block;
}
.section2 .tab_content {
    height: 485px;
    margin-left: 175px;
}
.section2 .group_title {
    height: 49px;
    border-bottom: 1px dashed #D5D5D5;
    line-height: 49px;
    padding: 0 25px;
    color: #4D4D4D;
    overflow: hidden;
}
.section2 .group_title .s1 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    float: left;
    min-width: 105px;
    line-height: 49px;
}
.section2 .group_title .s2 {
    font-size: 12px;
    color: #999999;
    display: block;
    float: left;
    width: 150px;
}
.section2 .group_title .s2 font {
    color: #F24553;
}
.section2 .group_title ul {
    float: left;
    padding-top: 20px;
}
.section2 .group_title ul li {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border: 1px solid #ddd;
    text-indent: -999px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
}
.section2 .group_title ul li.on {
    border-color: #8367FF;
}
.section2 .group_title .mores {
    float: right;
    color: #595959;
    position: relative;
}
.section2 .group_title .mores {
    padding-left: 6px;
}
.section2 .group_title .mores:hover {
    color: #6473CF;
}
.section2 .group_title .mores i {
    width: 4px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}
.section2 .bd {
    height: 435px;
}
.section2 .bd li {
    height: 145px;
    border-bottom: 1px dashed #ECECEC;
    padding: 0 25px;
    position: relative;
}
.section2 .bd li h2 {
    font-size: 16px;
    color: #474747;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: normal;
    position: relative;
}
.section2 .bd li h2 i {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.section2 .bd li h2 i img {
    max-width: 100%;
    max-height: 100%;
}
.section2 .bd li h2.ic {
    padding-left: 20px;
}
.section2 .bd li p {
    line-height: 24px;
    padding: 2px 0;
    color: #979797;
}
.section2 .bd li font {
    color: #EF001E;
    font-size: 18px;
}
.section2 .bd li .zx {
    position: absolute;
    color: #FF813D;
    font-size: 12px;
    padding-left: 15px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}
.section2 .bd li:hover .zx {
    display: block;
}
/* 商品区 end */

/* 案例展示start*/

.section3 {
    padding-bottom: 20px;
    text-align: center;
    height: 600px;
    background: url('../img/section3.jpg');
}
.section3-main {
    max-width: 1200px;
}
.section3-list {
    width: 270px;
    float: left;
    margin: 15px;
    ;
}
.section3-lb {
    height: 430px;
    width: 270px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px #444444;
}
.section3-lm p {
    color: #4e4e4e;
    width: 240px;
    height: 30px;
    overflow: hidden;
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section3-lm .s3_h {
    font-size: 15px;
    text-align: left;
    padding-left: 15px;
}
.section3-lm .s3_m {
    text-align: left;
    padding: 5px 15px;
    font-size: 15px;
    color: #000000;
}
.section3-lm .s3_f {
    text-align: left;
    padding-left: 15px;
}
.section3-lm {
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.section3-img {
    margin: 0px auto;
    padding: 10px;
}
.section3-img p {
    width: 140px;
    display: block;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin: 5px auto;
}
.section3-img img {
    margin: 10px auto;
    border-radius: 60px;
}
.section3-lm:hover .section3-img p:first-child {
    border: 1px solid #2e91da;
    color: #2e91da;
    border-radius: 3px;
}
.section3-lb>div>div>p:first-child {
    color: #000000;
    font-size: 16px;
    font-weight: 200;
}
.section3-lb>div>div>p {
    line-height: 30px;
    color: #2d2a2a;
}
/* 案例展示end*/

.section5 {
    height: 480px;
    /*    background: url('../img/section5.jpg'); */
    background: #fff;
}
.picScroll-left {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}
.picScroll-left .hd .next {
    background-position: 0 -50px;
}
.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}
.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}
.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
}
.picScroll-left .hd ul li.on {
    background-position: 0 0;
}
.picScroll-left .bd {
    padding: 10px;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 200px;
    margin: 20px 50px;
    border-radius: 10px;
    padding-top: 30px;
    background: #dedede;
    box-shadow: 0px 0px 20px #888888;
}
.picScroll-left .bd ul li .pic {
    text-align: center;
}
.picScroll-left .bd ul li .pic img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 60px;
}
.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .bd ul li .title {
    width: 200px;
}
.picScroll-left .bd ul li .title p {
    line-height: 24px;
    width: 200px;
    font-size: 14px;
    color: #4a4343;
}
.picScroll-left .bd ul li .title p:last-child {
    width: 80px;
    margin: 0px auto;
    margin-top: 20px;
    border-radius: 3px;
    border: 1px solid #2e91da;
    line-height: 24px;
    color: #2e91da;
}
/* 新闻公告模块 */

.section6 {
    padding-bottom: 10px;
    background: url('../img/cjwt_bg.png');
}
.section6 .news {
    max-width: 1200px;
    height: 400px;
    background: #fff;
    margin-bottom: 100px;
    border-radius: 5px;
}
.section6 .news_l {
    float: left;
    width: 800px;
    border-right: 1px solid #eeeeee;
}
.news_l .l_img img {
    float: left;
    border-radius: 3px;
}
.news_l ul {
    width: 600px;
    margin-left: 20px;
    float: left;
}
.news_l ul li {
    height: 100px;
}
.news_l .news_img {
    width: 160px;
    float: left;
}
.news_img img {
    margin: 10px;
    width: 120px;
    border-radius: 3px;
}
.news_l .news_content {
    padding-top: 10px;
    float: left;
    width: 400px;
}
.news_l .news_content h6 {
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_content div {
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    color: #867f7f;
    font-size: 13px;
    text-overflow: ellipsis;
}
.news_r {
    padding-left: 30px;
    float: left;
    width: 360px;
}
.news_r .tit {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.news_r ul li {
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.news_r ul li a {
    font-size: 16px;
    color: #867f7f;
    line-height: 50px;
}
/* 友情链接 */

.link {
    width: 100%;
    height: 15px;
    background: #403d3d;
}
.link li a {
    font-size: 6px;
    float: left;
    color: #403d3d;
}
.activity {
    position: fixed;
    width: 600px;
    height: 500px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    z-index: 999;
    background: url('../img/active.png');
    margin-left: -300px;
    margin-top: -200px;
}
.activity .close {
    float: right;
    color: #ff0c00;
    cursor: pointer;
    font-size: 32px;
    margin-top: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #ff0c00;
    text-align: center;
}