body {
    margin: 0;
    padding: 0;
}

td,
div {
    font-size: 12px;
    color: #444;
}

a {
    color: #333;
    text-decoration: none;
}

+a:hover {
    color: #fd2f00;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

.w {
    width: 1000px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.m10 {
    margin: 20px auto;
}

* {
    margin: 0px;
    padding: 0px;
}


/*header*/
#header {
    width: 1000px;
    height: 100px;
    overflow: hidden;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#header .logo {
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 0;
    width: 600px;
    float: left;
}

#header .r {
    display: block;
    overflow: hidden;
    padding-top: 10;
    padding-right: 0;
    padding-bottom: 8;
    background-image: url(../image/201501.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 60px;
    font-family: "微软雅黑";
    font-weight: bold;
    margin: 0px;
    float: right;
}


/*nav*/
#menu {
    height: 80px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.menu {
    padding: 0;
    list-style: none;
    height: 80px;
    overflow: hidden;
    _float: left;
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.menu li {
    float: left;
    width: 128px;
    overflow: hidden;
}

.menu .mid {
    width: 13px;
    height: 80px;
    display: block;
    float: left;
    background-image: url(../image/mid.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.menu li a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    height: 60px;
    width: 128px;
    text-align: center;
    display: block;
    padding-top: 20px;
    line-height: 25px;
}

.menu li a:hover {
    color: #FD2F00;
}

.menu .hover a {}

.menu span {
    font-size: 12px;
    font-weight: normal;
}

.menu li .subnav {
    margin: -4px 0 0 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    display: none;
}

.menu li .subnav dt a {
    display: block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1F83D9;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #2D96F0;
}

.menu li .subnav dt a:hover {
    background: #1A5EB6;
}


#banner {
    height: 300px;
}

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

#slides {
    display: block;
    width: 100%;
    height: 300px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2000;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 30px;
    height: 8px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #fd2f00
}

#main6 {
    background-color: #e5e5e5;
    height: 50px;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
}

#main6-1 {
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
    line-height: 25px;
}

/*search*/
.hsearch {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.hsearch li {
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.hsearch li div {
    line-height: 22px;
    color: #999;
}

.hsearch .ip {
    margin: 0;
    height: 20px;
    vertical-align: middle;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c9c7c8;
    border-bottom-color: #c9c7c8;
    border-right-style: none;
    border-left-style: none;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 10;
}

.hsearch .op {
    width: 120px;
    text-align: center;
    background-image: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #c9c7c8;
    border-right-color: #c9c7c8;
    border-bottom-color: #c9c7c8;
    border-left-color: #c9c7c8;
    border-right-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hsearch .w {
    width: 240px;
    overflow: hidden;
    padding-left: 10px;
}

.hsearch .bnt {
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    background-image: url(../image/search.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #c9c7c8;
}

.hsearch span {
    margin-top: -10px;
}


.subject {
    color: #fd2f00;
    font-size: 18px;
    font-family: microsoft yahei;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.subject b {
    display: inline-block;
    font-weight: normal;
    border-bottom: 2px solid #fd2f00;
    height: 40px;
    line-height: 40px;
}

.subject span {
    color: #bbb;
    display: inline-block;
    font-size: 16px;
    font-family: verdana;
    padding-left: 10px;
}

.subject a {
    float: right;
    font-size: 12px;
    font-family: 宋体;
}

.pro_width {
    width: 1012px;
    height: 370px;
    overflow: hidden;
}

.prolist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 29999px;
}

.prolist li {
    float: left;
    width: 240px;
    margin: 0 13px 13px 0;
}

.prolist li a {
    border: 1px solid #eee;
    display: block;
    padding: 15px;
}

.prolist li a img {
    border: 1px solid #eee;
}

.prolist li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.prolist li a .intro {
    line-height: 18px;
    color: #999;
    word-break: break-all;
    min-height: 55px;
}

.prolist li a .more {
    display: block;
    margin: 15px auto 10px auto;
    text-align: center;
    background: #e5e5e5;
    width: 90px;
    line-height: 24px;
}

.prolist li a:hover {
    border: 1px solid #ddd;
}

.prolist li a:hover .title {
    color: #fd2f00;
}

.prolist li a:hover .more {
    background: #fd2f00;
    color: #fff;
}

.topcase {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.topcase li {
    float: left;
    width: 240px;
    margin: 0 13px 13px 0;
}

.topcase li a {
    text-align: center;
    display: block;
    position: relative;
    height: 160px;
    overflow: hidden;
}

.topcase li img {
    border: 1px solid #eee;
    width: 240px;
    height: 180px;
    display: block;
    margin-bottom: 10px;
}

.topcase li a div {
    position: absolute;
    background: #333;
    width: 100%;
    line-height: 40px;
    height: 40px;
    color: #fff;
    display: block;
    bottom: -40px;
    left: 1px;
    opacity: 0.7
}

.bg_black {
    background: #eee;
    padding: 15px 0;
}

.subject_news {
    color: #333;
    font-size: 18px;
    font-family: microsoft yahei;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.subject_news b {
    display: inline-block;
    font-weight: normal;
    border-bottom: 2px solid #fd2f00;
    height: 40px;
    line-height: 40px;
}

.subject_news span {
    color: #bbb;
    display: inline-block;
    font-size: 16px;
    font-family: verdana;
    padding-left: 10px;
}

.subject_news a {
    float: right;
    font-size: 12px;
    font-family: 宋体;
}

.newslist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.newslist li {
    float: left;
    width: 480px;
    margin: 0 20px 20px 0;
}

.newslist li a img {
    float: left;
    margin-right: 10px;
    border: 1px solid #eee;
}

.newslist li a .title {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
}

.newslist li a .date {
    font-size: 12px;
    color: #444;
    font-family: arial;
    line-height: 20px;
}

.newslist li a .intro {
    line-height: 18px;
    color: #999;
}

.newslist li a:hover .title {
    color: #f30;
}

.link {
    padding: 15px;
}

.link img {
    margin: 3px 8px 5px 0;
}

.link ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.link ul li {
    float: left;
    width: 93px;
    height: 25px;
    overflow: hidden;
}

/*foot*/
#footer {
    width: 100%;
    background-color: #D3D3D3;
    height: 140px;
    margin-top: 20px;
}

#footer1 {
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    height: 130px;
}

#footer1-1 {
    background-image: url(../image/logos.png);
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    width: 400px;
    height: 130px;
}

#footer1-2 {
    float: right;
    width: 550px;
    padding-left: 30px;
    background-image: url(../image/201513.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 120px;
    padding-top: 10px;
    line-height: 25px;
}


.lefter {
    width: 220px;
    float: left;
    background-color: #F2f2f2;
}

.righter {
    float: right;
    width: 760px;
}

.leftnav {
    background: #fd2f00;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-family: microsoft yahei;
}

#rr1 {
    background-image: url(../image/201514.png);
    background-repeat: no-repeat;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

#rr1s {
    background-image: url(../image/201815.png);
    background-repeat: no-repeat;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 33px;
    color: #e62f00;
    padding-left: 35px;
    font-weight: bold;
}

#rr2 {}

#rr2 li {
    line-height: 33px;
    background-image: url(../image/201515.png);
    background-repeat: no-repeat;
    height: 33px;
    padding-left: 25px;
    list-style-type: none;
}

#rr3 {
    background-image: url(../image/201516.jpg);
    background-repeat: no-repeat;
    height: 50px;
}

#rr4 {
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#rr5 {
    padding-top: 5px;
    padding-bottom: 10px;
}

#rr5 li {
    line-height: 28px;
    background-image: url(../image/201518.jpg);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #E1E1E1;

}

.titles {
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    height: 40px;
    background-image: url(../image/logotb.png);
    background-position: left center;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 50px;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    color: #ea4609;
    font-family: "微软雅黑";
    font-weight: bold;
    overflow: hidden;
}

.titles a {
    font-size: 12px;
    font-weight: normal;
}

.titles span {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.left_border {
    border: 1px solid #eee;
    border-top: 0;
    padding: 10px 15px;
    line-height: 25px;
}

.left_border p {
    margin: 0;
    padding: 0;
}

.left_border b {
    font-size: 14px;
}

.container {
    line-height: 25px;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border: 1px solid #cccccc;
}

.container p {
    margin: 5px 0;
    font-family: microsoft yahei;
    font-size: 14px;
}

.artshow {
    line-height: 25px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.artshow .title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    font-variant: normal;
    margin: 0;
    padding: 15px 0;
    font-family: microsoft yahei;
}

.artshow .info {
    text-align: center;
    font-family: microsoft yahei;
    color: #999;
    padding: 0 0 15px 0;
    font-size: 14px;
}

.artshow p {
    margin: 5px 0;
    font-size: 14px;
}

.artshow .pre {
    margin: 5px 0 5px 0;
    color: #999;
}

.artshow .next {
    margin: 0 0 5px 0;
    color: #999;
}

.prowidth {
    overflow: hidden;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.pro_list {}

.pro_list li {
    float: left;
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    width: 235px;
    margin-top: 0;
    margin-right: 6px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.pro_list li a img {
    padding: 5px;
    border: 1px solid #f2f2f2;
}

.pro_list li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}





.photolist li div {
    width: 221px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: block;
    text-align: center;
}

.photolist li a {
    font-weight: bold;
}

.photolist li p {
    line-height: 22px;
    padding: 0 0 10px 10px;
    margin: 0;
}

.phototop {
    margin: 10px 0 0 15px;
    _margin: 20px 0 0 25px;
    padding: 0;
    list-style: none;
    width: 630px;
    height: 160px;
    overflow: hidden;
    clear: both;
}

.phototop li {
    float: left;
    display: block;
    overflow: hidden;
    background: #f3f3f3;
    margin: 0 15px 20px 5px;
}

.phototop li img {
    width: 120px;
    display: block;
    padding: 2px;
    margin: 5px;
    background: #fff;
}

.phototop li div {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 0 6px;
}

.pic_list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.pic_list li {
    float: left;
    width: 240px;
    margin: 0 13px 13px 0;
}

.pic_list li a {
    border: 1px solid #eee;
    display: block;
    padding: 5px;
}

.pic_list li a img {
    border: 0;
}

.pic_list li a .title {
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.pic_list li a:hover {
    border: 1px solid #ddd;
}

.pic_list li a:hover .title {
    color: #fd2f00;
}

.casewidth {
    width: 780px;
    overflow: hidden;
}

.case_list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.case_list li {
    width: 240px;
    margin: 0 20px 30px 0;
    float: left;
    text-align: center;
    font-family: microsoft yahei;
}

.case_list li img {
    display: block;
    margin-bottom: 15px;
}

.case_list li a {
    color: #666;
    font-size: 13px;
}

.case_list li a:hover {
    color: #f30;
}

.joblist {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.joblist li {
    float: left;
    width: 480px;
    margin: 0 20px 20px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}

.joblist li a .title {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
}

.joblist li .line {
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.joblist li .line b {
    float: left;
    width: 70px;
    color: #555;
}

.joblist li .line .intro {
    margin-left: 70px;
}

.joblist li a:hover .title {
    color: #f30;
}

.job_list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.job_list li {
    float: left;
    width: 350px;
    margin: 0 20px 20px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}

.job_list li a .title {
    font-size: 16px;
    font-family: microsoft yahei;
    line-height: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.job_list li .line {
    padding: 0;
    margin: 5px 0;
    line-height: 24px;
    text-indent: 0;
}

.job_list li .line b {
    float: left;
    width: 70px;
}

.job_list li .line .intro {
    margin-left: 70px;
}

.job_list li .line .intro p {
    margin: 0 0 5px 0;
    padding: 0;
}

.job_list li a:hover .title {
    color: #f30;
}


.news_list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px;
    border: 1px solid #CCCCCC;
}

.news_list li {
    border-bottom: 1px dotted #ccc;
    padding: 10px;
    line-height: 24px;
    color: #999;
}

.news_list li:hover {
    background: #fafafa;
}

.news_list li a {
    font-size: 18px;
    font-family: microsoft yahei;
    display: block;
    line-height: 40px;
}

.news_list li em {
    color: #666;
    font-family: verdana;
    display: block;
    font-style: normal;
}

.rss_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rss_list li {
    border-bottom: 1px dotted #ddd;
    line-height: 40px;
    color: #999;
}

.rss_list li a {
    font-size: 14px;
    font-family: microsoft yahei;
}

#position {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    font-family: 宋体;
    line-height: 30px;
}

/*list*/
.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    /* border:solid 1px #ddd; */
    border-radius: 4px;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
    display: inline-block;
    border: solid 1px #ddd;
    margin-left: -4px;
}

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

.page_group ul li {
    border-right: none;
    border-radius: 0;
    /* float:left; */
    display: inline-block;
}

.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.page_group ul li:first-child {
    border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
    border-radius: 0 4px 4px 0;
}

.page_group ul .active a, .list_page ul a.page-num-current {
    background: #f3f3f3;
    border-radius: 0;
}

.comment {
    overflow: hidden;
    clear: both;
    margin: 10px 0;
}

.comment .line {
    clear: both;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.comment .line .base {
    font-family: microsoft yahei;
    font-weight: bold;
    line-height: 30px;
    font-size: 14px;
}

.comment .line .base span {
    margin: 0 0 0 10px;
    color: #999;
    font-weight: normal;
    float: right;
    font-size: 12px;
}

.comment .line .content {
    line-height: 20px;
    word-wrap: break-word;
    overflow: hidden;
}

.comment .line .reply {
    font-family: verdana;
    word-wrap: break-word;
    overflow: hidden;
}

.comment .line .reply strong {
    color: #f60;
    float: left;
}

.comment_more {
    text-align: center;
    padding: 10px 0;
    font-family: microsoft yahei;
    font-size: 14px;
}

.comment_more a {
    color: #999;
}

.comment_more a:hover {
    color: #f30;
}

.commentadd {
    margin: 10px 0;
    clear: both;
}

.commentadd .text {}

.commentadd .text .div {
    padding: 0 5px 0 0;
    border: 1px solid #E4E2E2;
    border-bottom: 0;
}

.commentadd .text .div textarea {
    width: 98%;
    height: 70px;
    overflow: auto;
    border: 0;
    padding: 10px;
}

.commentadd .input {
    margin: 0;
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #EDECEC;
    overflow: hidden;
    padding: 0px 5px 5px 15px;
    line-height: 40px;
    height: 40px;
    font-family: microsoft yahei;
}

.commentadd .input .send {
    float: right;
    border: 1px solid #fd2f00;
    background: #fd2f00;
    color: #fff;
    padding: 8px 25px;
    margin: 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: microsoft yahei;
}

.bookadd {
    margin: 20px 0;
}

.bookadd div {
    margin-bottom: 15px;
}

.bookadd .label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    clear: both;
}

.bookadd .label span {
    color: #f30;
    font-family: 宋体;
}

.bookadd .enter {
    margin-left: 120px;
}

.bookadd .enter .ip {
    border: 1px solid #ddd;
    padding: 10px 10px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 10px 0 10px 0;
}

.bookadd .enter .bnt {
    border: 1px solid #fd2f00;
    background: #fd2f00;
    padding: 8px 20px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
}

.bookadd .enter label {
    display: block;
}

.job_h1 {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
}

.info_title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    line-height: 30px;
    height: 30px;
    margin: 0 0 15px 0;
}

.info_intro {
    padding: 0 0 20px 0;
    line-height: 22px;
    color: #666;
}

.info_intro p {
    margin: 0 0 5px 0;
    padding: 0;
}

.info_intro .red {
    color: #f30;
    margin: 0 5px;
}

#goodsshow {
    margin: 20px 0;
    overflow: hidden;
    width: 750px;
}

#goodsshow img {
    border: 0;
}

#goodsshow .left {
    float: left;
    width: 350px;
    margin: 0 50px 0 0;
}

#goodsshow .right {
    float: left;
}

#goodsshow .shop_big {
    border: 1px solid #ededed;
    padding: 2px;
    background: #fff;
    width: 560px;
    cursor: pointer;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#goodsshow .shop_plist {
    clear: both;
    width: 560px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#prolist {
    width: 510px;
    float: left;
    overflow: hidden;
    height: 68px;
    position: relative;
    margin: 10px 0 0 0;
}

#prolist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 20000px;
    position: relative;
}

#prolist ul li {
    float: left;
    cursor: pointer;
    position: relative;
    background: url(../image/pro_none.gif) no-repeat center top;
    height: 68px;
}

#prolist ul li img {
    height: 60px;
    width: 60px;
    margin: 6px 8px 0 8px;
    padding: 0px;
    border: 0;
}

#prolist .hover {
    background: url(../image/pro_bg.gif) no-repeat center top;
    height: 68px;
}

#goodsshow .shop_plist a.prev {
    float: left;
    width: 20px;
    height: 68px;
    display: block;
    outline: none;
    background: url(../image/ico_left.gif) no-repeat center;
    line-height: 68px;
    margin-top: 12px;
}

#goodsshow .shop_plist a.next {
    float: left;
    width: 20px;
    height: 68px;
    display: block;
    outline: none;
    background: url(../image/ico_right.gif) no-repeat center;
    margin-top: 12px;
}

#goodsshow .right {
    width: 350px;
}

#goodsshow .right h1 {
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

#goodsshow .right .intro {
    color: #999;
    min-height: 80px;
}

#goodsshow .right .sno {
    border-bottom: 1px solid #eee;
    line-height: 35px;
}

#goodsshow .right .price {
    color: #999;
    line-height: 30px;
    padding: 10px 0;
}

#goodsshow .right .price span {
    color: #f60;
    font-size: 16px;
}

a.inquiry {
    display: inline-block;
    background: #fd2f00;
    padding: 8px 30px;
    color: #fff;
    margin: 10px 0;
    font-size: 16px;
    font-family: microsoft yahei;
    border-radius: 4px;
}

a:hover.inquiry {
    color: #fff;
    background: #f60;
}


#main5 {
    height: 350px;
    width: 1000px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-image: url(../image/201511.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#main5-1 {
    float: left;
    width: 260px;
    overflow: hidden;
}

#main5-1-1 a {
    float: right;
    height: 55px;
    display: block;
    width: 100%;
}

#nain5-1-2 ul {
    margin: 0px;
    list-style-type: none;
    clear: both;
}

#nain5-1-2 li {
    line-height: 28px;
    background-image: url(../image/201512.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    height: 28px;
    overflow: hidden;
}

#nain5-1-2 span {
    float: right;
}



#main5-2 {
    float: left;
    width: 350px;
    margin-left: 70px;
    overflow: hidden;
}

#main5-3 {
    float: right;
    width: 260px;
    overflow: hidden;
}

#main5-3-1 {
    clear: both;
    line-height: 24px;
}

#main5-3-1 p {
    font-size: 16px;
    line-height: 26px;
}