@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: Arial, "微软雅黑", sans-serif;
    white-space: normal;
}

html {
    -webkit-text-size-adjust: none;
    background: #fff;
}

*:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 12px;
    background: #fff;
}

.clear {
    font-size: 0;
    width: 0;
    height: 0;
    clear: both;
}


.header {
    width: 100%;
    height: 100px;
    background: #FFF;
}

.head-box {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top: 18px;
}

.head-tel {
    float: right;
    padding-top: 20px;
}

.menu {
    width: auto;
    height: 46px;
    background: #444;
}

.menu ul {
    display: block;
    width: 1200px;
    height: 46px;
    margin: 0 auto;
}

.menu ul li {
    width: 150px;
    height: 46px;
    float: left;
}

.menu ul li a {
    display: block;
    width: auto;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.menu ul li a:hover {
    background: #d94946;
}

.menu ul li a.on {
    background: #d94946;
}

.menu ul li {
    position: relative;
}

.menu ul li div {
    position: absolute;
    width: 150px;
    height: auto;
    top: 46px;
    background: #444;
    z-index: 999;
    display: none;
}


.banner {
    width: 1200px;
    margin: 0 auto;
    height: 700px;
}

#full-screen-slider {
    width: 100%;
    height: 700px;
    position: relative;
}

#slides {
    width: 100%;
    height: 700px;
    position: relative;
}

#slides li {
    width: 100%;
    height: 100%;
    position: absolute;
}

#pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 999;
}

#pagination li {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    float: left;
    margin: 0 4px;
    background: url(../images/ban-num1.png) no-repeat;
    cursor: pointer;
    font-size: 0;
    color: #ffffff;
}

#pagination li.current {
    background: url(../images/ban-num2.png) no-repeat;
    color: #d94946;
}


.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.quick {
    width: auto;
    height: 40px;
    text-align: center;
    font-size: 0;
    padding: 15px 0;
    background: #000;
}

.quick a {
    display: inline-block;
    width: 178px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px dotted #666;
    border-radius: 3px;
    font-size: 18px;
    margin: 0 28px;
    color: #fff;
}

.quick a:hover {
    background: #222;
    color: #d94946;
}


.hoabout {
    width: 1200px;
    height: 460px;
    background: url(../images/hoabout.jpg) no-repeat;
    margin-top: 1px;
}

.hoabout-con {
    padding: 230px 0 0 0px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}


.hoprocess {
    width: auto;
    height: 588px;
    margin-top: 1px;
}


.homain-tit {
    width: auto;
    height: 100px;
    padding: 270px 0 0 302px;
    line-height: 24px;
    font-size: 18px;
    color: #555;
}

.homain-tit1 {
    background: url(../images/homain-tit1.jpg) no-repeat;
}

.homain-tit2 {
    background: url(../images/homain-tit2.jpg) no-repeat;
}

.homain-tit3 {
    background: url(../images/homain-tit3.jpg) no-repeat;
}

.homain-tit span {
    padding: 0 10px;
}

.homain-tit a {
    color: #555;
}


.homain-pro {
    width: auto;
    height: auto;
    padding: 13px 0;
}

.homain-pro ul li {
    float: left;
    height: 400px;
    padding: 13px 26px 13px 0;
}

.homain-pro ul li.nomar {
    padding-right: 0;
}


.hocon {
    width: auto;
    height: auto;
    padding-bottom: 30px;
}

.hocon-box {
    width: 360px;
    height: auto;
    float: left;
    padding-right: 60px;
}

.hocon-tit {
    width: auto;
    height: 100px;
    line-height: 100px;
    background: url(../images/hocon-tit.png) no-repeat left center;
    padding-left: 84px;
    font-size: 18px;
    color: #555;
}

.hocon-tit span {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}

.hocon-img {
    width: auto;
    height: auto;
    font-size: 0;
}

.hocon-list {
    width: auto;
    height: 150px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.hocon-list ul li {
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #999;
    background: url(../images/hocon-list.gif) no-repeat left center;
    padding-left: 10px;
}

.hocon-list ul li a {
    float: left;
    color: #555;
}

.hocon-con {
    width: auto;
    height: 150px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    line-height: 24px;
    color: #555;
}

.hocon-con span {
    color: #d94946;
    font-size: 14px;
}

.hocon-more {
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

.hocon-more a {
    display: inline-block;
    background: url(../images/hocon-more.png) no-repeat right center;
    color: #555;
    padding-right: 10px;
}




.footer {
    width: auto;
    height: auto;
    background: #242424;
    padding-bottom: 60px;
}

.copy {
    width: auto;
    height: auto;
    background: url(../images/foot-logo.png) no-repeat center 20px;
    padding-top: 100px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.copy .note {font-size: 18px;}

.links {
    width: 1200px;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
    margin: 0 auto;
    border-top: 1px dashed #333;
    color: #777;
    text-align: center;
    margin-top: 15px;
}

.links span {
    padding: 0 8px;
}

.links a {
    color: #777;
}


.foot {
    width: 100%;
    height: 60px;
    background: #333;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.foot ul {
    display: block;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    border-left: 1px solid #242424;
}

.foot ul li {
    width: 199px;
    height: 60px;
    border-right: 1px solid #242424;
    float: left;
}

.foot ul li a {
    display: block;
    width: 130px;
    height: 38px;
    margin: 11px auto;
    background: url(../images/foot-link.png) no-repeat;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    padding-left: 30px;
}

.foot ul li span {
    display: block;
    width: auto;
    height: 40px;
    padding: 10px 0;
    padding-left: 64px;
    color: #fff;
}

.foot ul li span .t {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.foot ul li span .b {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.foot ul li span.ico1 {
    background: url(../images/foot-ico1.png) no-repeat 10px center;
}

.foot ul li span.ico2 {
    background: url(../images/foot-ico2.png) no-repeat 10px center;
}

.foot ul li span.ico3 {
    background: url(../images/foot-ico3.png) no-repeat 10px center;
}

.foot ul li span.ico4 {
    background: url(../images/foot-ico4.png) no-repeat 10px center;
}

.foot ul li span.ico5 {
    background: url(../images/foot-ico5.png) no-repeat 10px center;
}


.nban {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
}

.wrap-left {
    width: 260px;
    height: auto;
    float: left;
}

.wrap-right {
    width: 900px;
    height: auto;
    float: right;
}

.nmenu-img {
    width: 260px;
    height: 260px;
}

.nmenu-tit {
    width: auto;
    height: 60px;
    background: url(../images/ntit.gif) repeat-x;
    padding: 0 20px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}

.nmenu-list {
    width: auto;
    height: auto;
}

.nmenu-list ul li {
    width: auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
}

.nmenu-list ul li a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    background: url(../images/nmenu1.png) no-repeat 230px center;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
}

.nmenu-list ul li a:hover {
    background: url(../images/nmenu2.png) no-repeat 230px center #d94946;
    color: #fff;
}

.nmenu-list ul li a.on {
    background: url(../images/nmenu2.png) no-repeat 230px center #d94946;
    color: #fff;
}


.ntit {
    width: auto;
    height: 70px;
    line-height: 70px;
    background: url(../images/hocon-tit.png) no-repeat left center;
    padding-left: 84px;
    border-bottom: 2px solid #666;
}

.ntit-con {
    width: auto;
    height: 70px;
    float: left;
    font-size: 18px;
    color: #555;
}

.ntit-con span {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}

.location {
    float: right;
    color: #666;
}

.location a {
    color: #666;
}

.location span {
    padding: 0 8px;
    font-family: "宋体";
}




.about {
    width: auto;
    height: auto;
    padding: 50px 0;
}

.about-intr {
    width: auto;
    height: 644px;
}

.about-intr-img {
    width: 513px;
    height: 644px;
    float: left;
}

.about-intr-txt {
    width: 387px;
    height: 644px;
    float: right;
    background: #000;
}

.about-intr-txt .sino_img1 {
    text-align: center;
    padding-top: 30px;
}

.about-intr-txt .sino_img2 {
    text-align: center;
    padding-top: 20px;
}

.about-intr-txt .sino_img3 {
    text-align: center;
    padding-top: 20px;
}

.about-intr-txt p {
    color: #999;
    padding: 20px 30px 0 30px;
    font-size: 14px;
    line-height: 24px;
}

.about-cent {
    width: auto;
    height: 200px;
    padding-top: 10px;
}

.about-cent-img {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    float: left;
}

.about-cent-txt {
    width: 480px;
    height: auto;
    float: right;
}

.about-cent-txt .sino_img1 {
    padding-top: 30px;
    text-align: center;
}

.about-cent-txt div {
    width: auto;
    height: auto;
    padding-top: 30px;
}

.about-cent-txt div p {
    display: block;
    float: left;
    width: 200px;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding-left: 40px;
}

.about-cent-txt div p span {
    color: #d94946;
    font-size: 18px;
}

.about-note {
    width: auto;
    height: auto;
    padding-top: 10px;
}

.about-note-img {
    width: 200px;
    height: 200px;
    float: left;
}

.about-note-txt {
    width: 650px;
    height: 170px;
    float: right;
    background: #000;
    line-height: 24px;
    font-size: 14px;
    color: #999;
    padding: 15px 20px;
}

.about-cont {
    width: auto;
    height: auto;
    padding: 20px;
    line-height: 24px;
    color: #666;
    background: #eee;
    border: 1px dashed #ddd;
    font-size: 14px;
    margin-top: 10px;
}



.mance {
    width: auto;
    height: auto;
    padding: 50px 0;
}

.mance-head {
    width: auto;
    height: 205px;
    background: #000;
    padding: 10px;
}

.mance-head-left {
    width: 470px;
    height: auto;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.mance-head-right {
    width: 390px;
    height: 205px;
    float: right;
}

.mance-head-right ul li {
    width: 120px;
    height: 205px;
    float: left;
    padding-left: 10px;
}

.mance-tit {
    width: auto;
    height: auto;
    padding: 20px 0;
}

.mance-list {
    width: auto;
    height: auto;
}

.mance-list ul li {
    width: 206px;
    height: 120px;
    float: left;
    padding-right: 25px;
}

.mance-list ul li.nomar {
    padding-right: 0;
}

.mance-list ul li .img {
    width: 204px;
    height: 62px;
    border: 1px solid #ddd;
}

.mance-list ul li .txt {
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}




.news {
    width: auto;
    height: auto;
    padding: 15px 0;
}

.news ul li {
    width: auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    text-align: right;
    font-size: 14px;
    color: #999;
    background: url(../images/hocon-list.gif) no-repeat 10px center;
    padding-left: 25px;
}

.news ul li.odd {
    background-color: #f4f4f4;
}

.news ul li a {
    float: left;
    color: #666;
}


.page {
    width: auto;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    font-size: 0;
}

.page a {
    display: inline-block;
    width: auto;
    height: 38px;
    border: 1px solid #ddd;
    padding: 0 20px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    text-align: center;
}

.page a.num {
    width: 38px;
    padding: 0;
}

.page a:hover {
    background: #d94946;
    border: 1px solid #d94946;
    color: #fff;
}

.page a.on {
    background: #d94946;
    border: 1px solid #d94946;
    color: #fff;
}

.page a.more {
    width: 38px;
    padding: 1px;
    border: none;
}

.page a.more:hover {
    background: #fff;
    border: none;
    color: #666;
}




.news-con {width:auto; height:auto; padding:50px 0;}
.news-con-tit {width:auto; height:auto; text-align:center; font-size:24px; color:#333;}
.news-con-note {width:auto; height:40px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center;  margin-top:20px; line-height:40px; color:#999;}
.news-con-note span {padding:0 8px;}

.news-con-txt {width:auto; height:auto; padding:30px 0; border-bottom:1px solid #ddd; line-height:24px; color:#666; font-size:14px;}
.news-con-txt p {text-indent:2em; padding:10px 0;}

.news-con-page {
    width: auto;
    height: auto;
    padding-top: 20px;
}

.news-con-page ul li {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.news-con-page ul li a {
    color: #999;
}

.news-con-page ul li a:hover {
    color: #d94946;
    text-decoration: underline;
}


.ntitle {
    width: auto;
    height: 80px;
    line-height: 80px;
    background: url(../images/hocon-tit.png) no-repeat left center;
    padding-left: 84px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.ntitle-con {
    width: auto;
    height: 80px;
    float: left;
    font-size: 24px;
    color: #555;
}


.nmain {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    padding-bottom: 30px;
}

.process-con {
    width: auto;
    height: auto;
    padding: 20px 0;
    line-height: 24px;
    color: #888;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}


.process-tit {width:auto; height:auto; padding:20px 0; text-align:center;}
.process-tit .sino_note {font-size:14px; font-weight:normal; color:#666;}
.process-tit .sino_tit {font-size:30px; font-weight:normal; color:#333;}
.process-tit .sino_tit span {display:inline-block; width:auto; height:60px; line-height:60px; background:url(../images/tit-line.gif) repeat-x center; padding:0 70px;}
.process-tit .sino_tit span a {display:inline-block; width:auto; height:60px; background:#fff; padding:0 10px;}
.process-tit .sino_text {width:auto; height:auto; padding-top:15px; font-weight:normal; font-size:14px; color:#999;}


.process-list {
    width: auto;
    height: auto;
    padding-bottom: 20px;
}

.process-list ul li {
    width: 380px;
    height: 410px;
    float: left;
    padding: 15px 30px 15px 0;
}

.process-list ul li.nomar {
    padding-right: 0;
}

.process-img {
    width: 380px;
    height: 220px;
    position: relative;
}

.process-img span {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.process-txt {
    width: auto;
    height: 190px;
    background: #f0f0f0;
}

.process-txt .sino_img {text-align:center; padding-top:18px;}
.process-txt .sino_con {padding:18px 20px; font-size:14px; color:#999; line-height:24px;}


.type-tag {
    width: 390px;
    height: 47px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -195px;
    background: url(../images/type-tag.png) no-repeat;
    text-align: center;
    line-height: 47px;
    color: #999;
}

.type-tag a {
    color: #999;
}

.type-tag a.on {
    color: #666;
}

.type-tag span {
    padding: 0 8px;
    color: #ccc;
}

.type_list {
    width: auto;
    height: auto;
    padding: 20px 0;
}

.type_list ul li {
    width: 280px;
    height: 440px;
    float: left;
    padding: 13px 26px 13px 0;
}

.type_list ul li.nomar {
    padding-right: 0;
}

.type_list ul li a {
    display: block;
}

.type_list ul li a .sino_box {
    width: 280px;
    height: 400px;
    position: relative;
}

.type_list ul li a .sino_box .sino_more {
    width: 280px;
    height: 26px;
    background: #777677;
    display: none;
    text-align: center;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    font-size: 0;
    font-weight: normal;
}

.type_list ul li a .sino_box .sino_more span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: url(../images/type_list.png) no-repeat left center;
    padding-left: 24px;
}

.type_list ul li a:hover .sino_box .sino_more {
    display: block;
}

.type_list ul li a .sino_txt {
    width: auto;
    height: 39px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


.type_con-location {
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #999;
}

.type_con-location span {
    padding: 0 8px;
    font-family: "宋体";
}

.type_con-location a {
    color: #999;
}

.type_con-head {
    width: auto;
    height: auto;
}

.type_con-slide {
    float: left;
    width: 747px;
    height: 650px;
}

.type_con-slide-list {
    width: 112px;
    height: auto;
    float: left;
}

.type_con-slide-list ul li {
    width: 110px;
    height: 118px;
    border: 1px solid #ddd;
    margin-bottom: 12.5px;
}

.type_con-slide-list ul li.nomar {
    margin-bottom: 0;
}

.type_con-slide-box {
    width: 620px;
    height: 650px;
    float: right;
}


.type_con-mation {
    width: 364px;
    height: 650px;
    float: right;
    background: #f0f0f0;
    padding: 0 30px;
}

.type_con-mation-tit {
    width: auto;
    height: auto;
    font-size: 22px;
    color: #333;
    padding-top: 28px;
}
.type_con-mation-tit .sino_tit {
    width: auto;
    height: auto;
    font-size: 22px;
    color: #333;
    padding-top: 28px;
}
.type_con-mation-time {
    width: auto;
    height: auto;
    color: #999;
    padding-top: 14px;
}

.type_con-mation-link {
    width: auto;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 14px;
}

.type_con-mation-link a {
    font-size: 14px;
    color: #666;
    margin-right: 50px;
    padding-left: 20px;
}

.type_con-mation-link a.ico1 {
    background: url(../images/type_con-mation-link1.png) no-repeat left center;
}

.type_con-mation-link a.ico2 {
    background: url(../images/type_con-mation-link2.png) no-repeat left center;
}

.type_con-mation-button {
    width: auto;
    height: auto;
    padding-top: 10px;
}

.type_con-mation-button a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #d94946;
}

.type_con-mation-address {
    width: auto;
    height: auto;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    background: url(../images/type_con-mation-address.png) no-repeat left center;
    padding-left: 30px;
}

.type_con-mation-list {
    width: auto;
    height: auto;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.type_con-mation-list ul li {
    width: auto;
    height: 26px;
    line-height: 26px;
    padding-left: 24px;
    font-size: 12px;
    color: #999;
}

.type_con-mation-list ul li span {
    color: #333;
}

.type_con-mation-list ul li.ico1 {
    background: url(../images/type_con-mation-list1.png) no-repeat left center;
}

.type_con-mation-list ul li.ico2 {
    background: url(../images/type_con-mation-list2.png) no-repeat left center;
}

.type_con-mation-list ul li.ico3 {
    background: url(../images/type_con-mation-list3.png) no-repeat left center;
}
.type_con-mation-con {width:auto; height:auto; padding-top:20px;}
.type_con-mation-con .sino_tit {width:auto; height:auto; text-align:center; background:url(../images/type_con-mation-con.png) no-repeat center bottom; font-size:18px; font-weight:normal; color:#666; padding-bottom:20px;}
.type_con-mation-con .sino_txt {line-height:24px; font-size:14px; color:#666; padding-top:15px;}




.type_con-main {
    width: auto;
    height: auto;
    padding: 30px 0;
}

.type_con-tit {
    width: auto;
    height: 30px;
    background: url(../images/type_con-tit.gif) repeat-x;
    font-size: 0;
}

.type_con-tit span {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: url(../images/type_con-tit.png) no-repeat 10px center #666;
    font-size: 14px;
    color: #fff;
    padding: 0 30px 0 30px;
}

.type_con-con {
    width: auto;
    height: auto;
    padding: 50px 0;
}

.type_con-con img {
    max-width: 1200px;
}



.shirt-head {
    width: auto;
    height: auto;
    border-bottom: 1px solid #ddd;
    font-size: 0;
}

.shirt-head a {
    display: block;
}

.shirt-list {
    width: auto;
    height: auto;
}

.shirt-list ul li {
    width: 380px;
    height: 360px;
    float: left;
    padding: 15px 0;
    padding-right: 30px;
}

.shirt-list ul li.nomar {
    padding-right: 0;
}

.shirt-img {
    width: auto;
    height: 220px;
    position: relative;
}

.shirt-img span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.shirt-txt {
    width: auto;
    height: 140px;
    text-align: center;
    background: #f0f0f0;
}

.shirt-txt .sino_tit {
    padding-top: 18px;
}
.shirt-txt .sino_txt {
    padding: 18px 20px 0 20px;
    line-height: 24px;
    color: #888;
    font-size: 14px;
}

.shirt-list ul li.big {
    width: 585px;
    height: 410px;
}

.shirt-list ul li.big .shirt-txt {
    height: 190px;
}


.shirt-list ul li.bbg {
    width: 1200px;
    height: 510px;
    padding-right: 0;
}

.shirt-list ul li.bbg .shirt-img {
    width: 690px;
    height: 510px;
    float: left;
}

.shirt-list ul li.bbg .shirt-txt {
    width: 510px;
    height: 510px;
    float: right;
}

.shirt-list ul li.bbg .shirt-txt table div {
    line-height: 24px;
    color: #888;
    font-size: 14px;
    padding: 18px 20px 0 20px;
}

.suit {
    width: auto;
    height: auto;
    padding: 50px 0;
}



.suit-fabric {
    width: auto;
    height: 480px;
    padding: 15px 0;
}

.suit-fabric table tr td .sino_tit {font-size:14px; color:#999999; font-weight:normal; padding:3px 0;}
.suit-fabric table tr td .sino_txt {font-size:24px; color:#d94946; font-weight:normal; padding:3px 0;}
.suit-fabric table tr td .sino_con {font-size:14px; color:#333333; font-weight:normal; padding:3px 0;}



.float {
    width: 55px;
    height: auto;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 999;
}

.float ul li {
    width: 55px;
    height: 55px;
    position: relative;
    margin-bottom: 1px;
}

.float ul li:last-child {
    margin-bottom: 0px;
}

.float ul li a {
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.float ul li a img {
    width: 55px;
    height: 55px;
}

.float ul li div span img {
    width: 120px;
    height: 120px;
}

.float ul li div {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 56px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

.float ul li div span {
    display: block;
    width: 120px;
    height: 120px;
    background: #fff;
    margin: 10px;
}

.float ul li:hover div {
    display: block;
}

.float ul li:hover a {
    background: #31aef4;
}


.contact-img {
    width: 120px;
    height: 120px;
    position: fixed;
    z-index: 999;
    top: 300px;
    left: 0;
}

.contact-img img {
    width: 120px;
    height: 120px;
}

.contact-box {
    float: right;
}
