@charset "utf-8";
/*css reset*/
html, body, div, span, input, 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, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    font: 14px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #333;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 14px;
}

img, input {
    border: none;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.clear {
    clear: both;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

/*************通用部分****************//*通用类*/
.all-mid {
    width: 1200px;
    margin: 0 auto;
}

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

.m-t-40 {
    margin-top: 40px;
}

.tran {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*通用头部*/
.public-nav {
    width: 100%;
    background-color: #fff;
}

.public-nav-mid {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.public-nav-mid .nav-logo {
    float: left;
}

.public-nav-mid .nav-logo img {
    height: 60px;
}

.public-nav-mid .nav-list {
    float: left;
    margin-left: 40px;
    margin-top: 8px;
}

.public-nav-mid .nav-list li {
    float: left;
    margin-left: 10px;
}

.public-nav-mid .nav-list li a {
    display: block;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    border-radius: 5px;
    transition: all 0.3s;
}

.public-nav-mid .nav-list li a:hover {
    background-color: #1181d0;
    color: #fff;
}

.public-nav-mid .nav-list li.cur a {
    background-color: #1181d0;
    color: #fff;
}

/*通用分页样式*/
.page-list {
    width: 100%;
    margin-top: 30px;
}

.page-list ul {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.page-list ul li {
    display: inline-block;
    margin: 0 2px;
}

.page-list ul li a {
    display: block;
    font-size: 14px;
    padding: 12px 16px;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
}

.page-list ul li a:hover {
    border-color: #1181d0;
    background-color: #1181d0;
    color: #fff;
}

.page-list ul li a.active {
    border-color: #1181d0;
    background-color: #1181d0;
    color: #fff;
}

.page-list ul li a.disable {
    color: #999;
}

.page-list ul li a.disable:hover {
    border: 1px solid #eee;
    background-color: #f7f7f7;
    color: #999;
    cursor: not-allowed;
}

/*通用底部*/
.public-bottom {
    width: 100%;
    background-color: #4a4a4a;
    text-align: center;
    padding: 50px 0;
}

.public-bottom ul {
    display: inline-block;
}

.public-bottom ul li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #fff;
}

.public-bottom ul li:last-child {
    border-right: none;
}

.public-bottom ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.public-bottom ul li a:hover {
    text-decoration: underline;
}

.public-bottom p {
    font-size: 13px;
    color: #bbb;
    margin-top: 20px;
    line-height: 2;
}

/**********index**********//*banner样式*/
.slideBox {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slideBox .hd {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 99;
}

.slideBox .hd ul {
    overflow: hidden;
}

.slideBox .hd ul li {
    display: inline-block;
    margin: 0 6px;
    height: 14px;
    width: 14px;
    background: #fff;
    cursor: pointer;
    border-radius: 100px;
}

.slideBox .hd ul li.on {
    background: #1181d0;
    width: 50px;
}

.slideBox .bd {
    width: 100%;
    height: auto;
}

.slideBox .bd ul {
    overflow: hidden;
}

.slideBox .bd li {
    width: 100%;
    height: auto;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.slideBox .bd li a img {
    height: auto;
    width: 100%
}

.index-tit {
    width: 100%;
    text-align: center;
    background: url("../images/index-tbg.png") no-repeat center 60px;
}

.index-tit h2 {
    font-size: 36px;
    color: #1181d0;
    font-weight: bold;
}

.index-tit P {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: 30px;
}

.index-more {
    display: inline-block;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 100px;
    background-color: #1181d0;
    padding: 0 20px;
    transition: all 0.3s;
}

.index-more:hover {
    background-color: #fea600;
}

.index-product {
    padding: 50px 0;
}

.index-product-fl {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    height: 46px;
    font-size: 0;
    margin-bottom: 56px;
}

.index-product-fl li {
    display: inline-block;
    position: relative;
}

.index-product-fl li .father-nav {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 14px;
    background-color: #1181d0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s;
}

.index-product-fl li:hover .father-nav {
    background-color: #fea600;
    height: 54px;
}

/*.index-product-fl li:hover dl{display: block;transition: all 0.3s;}*/
.index-product-fl dl {
    position: absolute;
    z-index: 9;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fea600;
    top: 52px;
    display: none;
    left: 0;
    min-width: 600px;
    padding-bottom: 12px;
}

.index-product-fl dl dt {
    display: inline-block;
    margin-top: 12px;
    border-right: 1px solid #ddd;
}

.index-product-fl dl dt:last-child {
    border-right: none;
}

.index-product-fl dl dt a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
}

.index-product-fl dl dt a:hover {
    color: #fea600;
}

.index-product-list {
    width: 100%;
    background-color: #161616;
    text-align: center;
}

.index-product-listc {
    width: 100%;
    background-color: #fff !important;
    text-align: center;
}

.index-product-listc a {
    display: inline-block;
    width: 320px;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.index-product-listc .img-box {
    width: 318px;
    height: 318px;
    position: relative;
}

.index-product-listc .img-box img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index-product-listc .pro-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #1181d0;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    transition: all 0.3s;
}

.index-product-listc a:hover {
    border-color: #fea600;
}

.index-product-listc a:hover .pro-title {
    background-color: #fea600;
}

.index-about {
    width: 100%;
    padding: 50px 0;
    background-color: #f5f5f5;
}

.index-about .all-mid {
    background: #f5f5f5 url('../images/index-about-bg.jpg') no-repeat 10px center;
    background-size: 50%;
}

.index-about .index-about-lf {
    float: left;
    width: 600px;
}

.index-about .index-about-rt {
    float: right;
}

.index-about .index-about-lf .about-t {
}

.index-about .index-about-lf .about-t h2 {
    font-size: 30px;
    color: #333;
    margin-top: 10px;
}

.index-about .index-about-lf .about-t p {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    margin-top: 8px;
}

.index-about .about-info {
    font-size: 14px;
    color: #333;
    margin-top: 30px;
    line-height: 2;
    text-indent: 2em;
}

.index-about-rt image {
    width: 540px;
}

.index-news {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}

.index-news-mid {
    background-color: #fff;
    overflow: hidden;
    margin-top: 50px;
}

.index-news-l {
    width: 340px;
    height: 428px;
    float: left;
    background: url("../images/index-news-bg2.jpg") no-repeat center;
    position: relative;
    text-align: center;
}

.index-news-l .index-news-lc {
    background-color: rgba(255, 255, 255, 0.46);
    text-align: center;
    width: 180px;
    padding: 50px 0 40px;
    display: inline-block;
    margin-top: 134px;
}

.index-news-l .index-news-lc h2 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.index-news-l .index-news-lc span {
    display: block;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

.index-news-r {
    float: right;
    width: 810px;
    margin-left: 50px;
}

.index-news-rct {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.index-news-rct > div {
    float: left;
    width: 158px;
    height: 106px;
    border: 1px solid #ddd;
    position: relative;
}

.index-news-rct > div img {
    max-width: 156px;
    max-height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.index-news-rct > dl {
    float: left;
    width: 600px;
    margin-left: 20px;
}

.index-news-rct > dl dt {
    width: 100%;
    color: #333;
    margin-top: 12px;
}

.index-news-rct > dl dd {
    width: 100%;
    color: #999;
    margin-top: 12px;
}

.index-news-rct > dl dd span {
    display: block;
    color: #666;
    font-family: arial, sans-serif;
    margin-top: 20px;
}

.index-news-r ul {
    width: 100%;
    margin-top: 30px;
}

.index-news-r ul li {
    width: 100%;
    margin-top: 20px;
    padding-left: 16px;
    background: url("../images/sm-arr.png") no-repeat left center;
    overflow: hidden;
}

.index-news-r ul li a {
    display: block;
}

.index-news-r ul li a p {
    width: 610px;
    float: left;
    color: #333;
}

.index-news-r ul li a span {
    float: right;
    color: #999;
}

.index-news-r ul li a:hover p {
    color: #1181d0;
}

.index-gcal {
    padding: 50px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.index-gcal-list {
    width: 100%;
    background-color: #161616;
    text-align: center;
    margin-top: 50px;
}

.index-gcal-listc {
    width: 100%;
    background-color: #f5f5f5 !important;
    text-align: center;
}

.index-gcal-listc a {
    display: inline-block;
    width: 320px;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.3s;
}

.index-gcal-listc .img-box {
    width: 318px;
    height: 318px;
    position: relative;
    background-color: #fff;
}

.index-gcal-listc .img-box img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.index-gcal-listc a:hover {
    border-color: #fea600;
}

.index-gcal-listc a:hover .pro-title {
    background-color: #fea600;
}

.layui-layer-imgbar {
    display: none !important;
}

.index-contact {
    width: 100%;
    height: 356px;
    background: url("../images/index-contactbg.jpg") no-repeat center;
    text-align: center;
    padding-top: 50px;
}

.index-contact img {
    display: inline-block;
}

.index-contact h1 {
    font-size: 36px;
    color: #333;
    margin: 20px 0 30px;
}

.index-contact div {
    width: 100%;
    text-align: center;
}

.index-contact div span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    border-right: 2px solid #ddd;
}

.index-contact div span:last-child {
    border-right: none;
}

.index-contact .div2 {
    margin-top: 20px;
}

/*******内页内容开始*********//*内页public*/
.public-colu {
    width: 100%;
    background-color: #f5f5f5;
    padding: 18px 0;
    font-size: 14px;
    text-align: right;
}

.public-colu h6 {
    display: inline-block;
}

.public-colu h6 a {
    color: #333;
}

.public-colu h6 a:hover {
    color: #1181d0;
}

.public-page-t {
    width: 100%;
    text-align: center;
}

.public-page-t h1 {
    font-size: 34px;
    color: #308bd3;
    text-transform: uppercase;
    font-weight: bold;
}

.public-page-t .sub-t {
    text-align: center;
    margin: 0 auto;
}

.public-page-t .sub-t span {
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #ddd;
    vertical-align: middle;
}

.public-page-t .sub-t h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    padding: 0 20px;
    color: #333;
}

.page-info {
    margin-top: 50px;
    padding-bottom: 50px;
}

/*产品中心*/
.product-fl {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.product-fl li {
    display: inline-block;
}

.product-fl li a {
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 14px;
    background-color: #1181d0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s;
}

.product-fl li.cur a {
    background-color: #fea600;
}

.product-fl li a:hover {
    background-color: #fea600;
}

.product-list {
    width: 100%;
    overflow: hidden;
}

.product-list ul {
    width: 1224px;
    overflow: hidden;
}

.product-list ul li {
    float: left;
    width: 282px;
    margin-right: 24px;
    margin-bottom: 20px;
}

.product-list ul li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.product-list ul li a > .img-box {
    width: 280px;
    height: 280px;
    position: relative;
}

.product-list ul li a > .img-box img {
    max-width: 280px;
    max-height: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-list ul li a > p {
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #1181d0;
}

.product-list ul li a:hover {
    border-color: #fea600;
}

.product-list ul li a:hover p {
    background-color: #fea600;
    color: #fff;
}

/*业绩案例*/
.gcal-list {
    width: 100%;
    overflow: hidden;
}

.gcal-list ul {
    width: 1224px;
}

.gcal-list ul li {
    float: left;
    width: 282px;
    margin-right: 24px;
    margin-bottom: 20px;
}

.gcal-list ul li .img-box {
    width: 282px;
    height: 282px;
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.gcal-list ul li .img-box img {
    max-width: 280px;
    max-height: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.gcal-list ul li a:hover {
    border-color: #fea600;
}

/*公司荣誉*/
.gsry-list {
    width: 100%;
    overflow: hidden;
}

.gsry-list ul {
    width: 1224px;
}

.gsry-list ul li {
    float: left;
    width: 282px;
    margin-right: 24px;
    margin-bottom: 20px;
}

.gsry-list ul li .img-box {
    width: 282px;
    height: 400px;
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.gsry-list ul li .img-box img {
    max-width: 280px;
    max-height: 398px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.gsry-list ul li a:hover {
    border-color: #fea600;
}

/*公司简介*/
.gsjj-info {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}

.gsjj-info img {
    max-width: 100%;
}

/*营销网络*/
.yxwl-info {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.yxwl-info img {
    max-width: 100%;
}

/*新闻中心*/
.news-list {
    overflow: hidden;
}

.news-list li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.news-list li a {
    display: block;
}

.news-list li a .img-mid {
    width: 212px;
    height: 142px;
    position: relative;
    border: 1px solid #ddd;
    float: left;
}

.news-list li a .img-mid img {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    max-width: 210px;
    max-height: 140px;
}

.news-info {
    float: left;
    margin-left: 20px;
    width: 968px;
}

.news-info h2 {
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    line-height: 2;
}

.news-info h5 {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 52px;
    margin-top: 16px;
    overflow: hidden;
}

.news-info p {
    width: 100%;
    color: #666;
    margin-top: 15px;
}

.news-info p span {
    float: right;
}

.news-list li a:hover h2, .news-list li a:hover span {
    color: #1181d0;
}

/*新闻详情页*/
.public-detail-con {
    width: 1200px;
    margin: 40px auto 60px;
}

.public-detail-desc {
    width: 1200px;
    line-height: 2.2;
    color: #333;
    margin-top: 20px;
}

.public-detail-desc img {
    max-width: 100%;
}

.public-detail-t {
}

.public-detail-t h1 {
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
}

.public-detail-t div {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.public-detail-t div span, .public-detail-t div em, .public-detail-t div i, .public-detail-t div b {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-style: normal;
    margin: 20px 10px;
    overflow: hidden;
    font-weight: normal;
}

.public-detail-t div i {
    max-width: 490px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-bottom {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
    overflow: hidden;
}

.detail-bottom a {
    display: block;
    color: #666;
}

.detail-bottom a b {
    font-size: 18px;
}

.detail-bottom a:hover {
    color: #1181d0;
}

.detail-bottom span {
    display: inline-block;
    width: 300px;
    margin-top: 4px;
}

/*联系我们*/
.contact-us {
    overflow: hidden;
}

.contact-lf {
    float: left;
}

.contact-lf img {
    width: 540px;
    height: 380px;
}

.contact-rt {
    float: left;
    width: 610px;
    margin-left: 50px;
}

.contact-rt dl {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.contact-rt dl dt {
    font-size: 18px;
    color: #333;
}

.contact-rt dl dd {
    font-size: 14px;
    color: #666;
    margin-top: 14px;
}

.contact-rt dl dd span {
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #1181d0;
}

/*产品中心-二级分类*/
.product-sub-info {
}

.product-sub-info:after {
    content: "";
    display: block;
    clear: both;
}

.product-sublf {
    float: left;
    width: 240px;
    margin-right: 60px;
}

.product-subrt {
    float: left;
    width: 900px;
}

.product-sublf .product-sublf-t {
    display: block;
    width: 240px;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 24px;
    background-color: #1181d0;
    text-align: center;
    border-radius: 5px;
}

.product-sublf .product-sublf-t:hover {
    background-color: #fea600;
    text-decoration: underline;
}

.product-sublf ul {
    width: 240px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.product-sublf ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.product-sublf ul li:last-child {
    border-bottom: none;
}

.product-sublf ul li a {
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-size: 16px;
    transition: all 0.3s;
}

.product-sublf ul li a:hover {
    color: #1181d0;
    background-color: #f5f5f5;
}

.product-sublf ul li a.cur {
    color: #1181d0;
    background-color: #f5f5f5;
}

.product-list2 {
    width: 900px;
}

.product-list2 ul {
    width: 930px;
    overflow: hidden;
}

.product-list2 ul li {
    float: left;
    width: 282px;
    margin-right: 27px;
    margin-bottom: 24px;
}

.product-list2 ul li a {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.product-list2 ul li a > .img-box {
    width: 280px;
    height: 280px;
    position: relative;
}

.product-list2 ul li a > .img-box img {
    max-width: 280px;
    max-height: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-list2 ul li a > p {
    color: #fff;
    text-align: center;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background-color: #1181d0;
}

.product-list2 ul li a:hover {
    border-color: #fea600;
}

.product-list2 ul li a:hover p {
    background-color: #fea600;
    color: #fff;
}

/*产品详情*/
.product-subrt-t {
    width: 900px;
}

.product-subrt-t:after {
    content: "";
    display: block;
    clear: both;
}

.product-subrt-tlf {
    float: left;
    width: 360px;
}

.product-subrt-trt {
    float: left;
    width: 500px;
    margin-left: 40px;
}

.product-subrt-trt h3 {
    font-size: 24px;
    color: #333;
}

.product-subrt-trt .sub-con {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 1.8;
}

.product-subrt-b {
    margin-top: 60px;
}

.product-subrt-bt {
    border-bottom: 1px solid #1181d0;
}

.product-subrt-bt h2 {
    display: inline-block;
    line-height: 45px;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    background-color: #1181d0;
    font-size: 16px;
}

.product-subrt-b .product-con {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-top: 10px;
}

.product-subrt-b .product-con img {
    max-width: 100%;
}

.imgdet .imgpart .pic .icon {
    width: 25px;
    height: 25px;
    background: url("../images/zoom-ico.png") no-repeat center;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.public-bottom2{width:100%;background-color: #222;padding-top:50px;}
.bottom-all-mid{width: 1200px;margin:0 auto 50px;overflow: hidden;}
.public-bottom2 .left{float:left;margin-left:60px;}
.public-bottom2 .left .logo{width:250px;}
.public-bottom2 .ewm{overflow: hidden;text-align: center;margin-top:20px;}
.public-bottom2 .ewm div{display: inline-block;text-align: center;margin:0 10px;}
.public-bottom2 .ewm div img{width:120px;height:120px;}
.public-bottom2 .ewm div p{font-size:14px;color:#888;margin-top:5px;}
.public-bottom2 .center{float:left;border-left:1px dashed #333;padding-left:80px;margin-left:80px;height:198px;}
.public-bottom2 .center h1{font-size:18px;color:#fff;font-weight: bold;margin-bottom:20px;}
.public-bottom2 .center ul{overflow: hidden;width: 200px;}
.public-bottom2 .center ul li{margin-top:8px;float: left;margin-right: 10px;}
.public-bottom2 .center ul li a{color:#888;font-size:14px;}
.public-bottom2 .center ul li a:hover{color:#fff;text-decoration: underline;}
.public-bottom2 .right{float:left;border-left:1px dashed #333;padding-left:80px;margin-left:80px;}
.public-bottom2 .right h1{font-size:18px;color:#fff;font-weight: bold;margin-bottom:20px;}
.public-bottom2 .right p{color:#888;font-size:14px;margin-top:8px;}
.public-bottom2 .copyright{width:100%;text-align: center;font-size: 12px;color:#666;padding:10px 0;background-color: #111;}
.public-bottom2 .copyright a{color:#666;}
/*图片放大效果*/
.box {
    width: 360px;
}

.tb-booth {
    width: 360px;
    height: 360px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.tb-booth img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    max-height: 358px;
    max-width: 358px;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 380px;
    width: 360px;
    height: 360px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: none;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.zoomMask {
    position: absolute;
    background: #000;
    opacity: 0.2;
    cursor: move;
    z-index: 1;
}