@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: arial, "微软雅黑", sans-serif;
    color: #404040;
    font-weight: normal;
}

p, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, select, textarea, blockquote {
    padding: 0;
    margin: 0;
}

ul, li, ol {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

i, b {
    font-weight: normal;
    font-style: normal;
}

input, select, textarea {
    outline: none;
}

a, img, button, input, textarea, li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    tap-highlight-color: rgba(255, 255, 255, 0);
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

/*容器*/
.wrap {
    min-width: 1024px;
    background: #fff;
}

/*限制内容区域*/
.main {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

/*作用于不换行*/
.stopNewLine {
    margin-right: 0 !important;
}

/*作用于列表最后一行不要虚线*/
.noborder {
    border-bottom: 0 !important;
}

/*模版二店铺用的背景颜色*/
.module3Bg {
    background: #fff;
}

.height100 {
    height: 100% !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom25 {
    margin-bottom: 25px !important;
}

.margin-right15 {
    margin-right: 15px !important;
}

.margin-top15 {
    margin-top: 15px !important;
}

.padding-bottom0 {
    padding-bottom: 0 !important;
}

.padding-bottom5 {
    padding-bottom: 5px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom15 {
    padding-bottom: 15px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom25 {
    padding-bottom: 25px !important;
}

.Temp3header {
    max-height: 100px;
    min-height: 60px;
    overflow: hidden;
}

.Temp3header .type {
    position: relative;
    float: left;
    width: 720px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.Temp3header .type a {
    font-size: 36px;
    color: #333;
}

.Temp3header .type img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.Temp3header .font {
    float: right;
    width: 280px;
    line-height: 100px;
    font-size: 18px;
    color: #000;
    text-align: right;
}

/*倒数第二底部*/
.Temp3subFooter {
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin-top: 20px
}

.Temp3subFooter a {
    margin: 0 8px;
    color: #fff;
    font-size: 12px;
}

.Temp3subFooter a:hover {
    opacity: .7
}

/*底部*/
.Temp3footer {
    background: #3b3b3b;
    color: #fff;
    text-align: center;
    border-top: 10px solid #F6dc2a;
    padding-bottom: 20px;
}

.Temp3footer p {
    line-height: 36px;
    font-size: 12px
}

/*导航栏*/
.Temp3nav {
    border-top: 6px solid #000;
    background-color: #F6dc2a;
}

.Temp3nav a {
    display: block;
    float: left;
    line-height: 37px;
    padding: 0 20px;
    text-align: center;
    color: #3b3b3b;
    font-size: 16px;
    border-bottom: 3px solid transparent;
}

.Temp3nav a.active {
    color: #fff;
    background-color: #000;
}

.Temp3nav a:hover {
    color: #fff;
    background-color: #000;
}

.Temp3companyLogo {
    overflow: hidden;
    margin-bottom: 15px;
    max-height: 250px;
}

.Temp3companyLogo ul li {
    float: left;
    width: 33.3%;
    overflow: hidden;
}

.Temp3companyLogo ul li img {
    width: 100%
}

.Temp3companyLogo .company {
    padding: 20px 0 0 20px
}

.Temp3companyLogo .company .title {
    border-bottom: 2px solid #F6dc2a;
}

.Temp3companyLogo .company .title .tab {
    float: left;
    font-size: 16px;
}

.Temp3companyLogo .company .title .more {
    float: right;
    color: #d3c04a;
    line-height: 30px;
}

.Temp3companyLogo .company .tab1 {
    margin-top: 15px;
    line-height: 28px;
}

.Temp3companyLogo .company .tab1 a:hover {
    color: #f6dc2a;
}

.Temp3companyLogo .company .tab1 a {
    font-size: 12px;
    color: #000;
    position: relative;
    padding-left: 10px;
}

.Temp3companyLogo .company .tab1 a:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 5px;
    background: url(../images/triangle.png) no-repeat;
}

.Temp3companyLogo .company .tab1 span {
    float: right;
}

/* 面包屑*/
.Temp3subNav {
    height: 40px;
    color: #666;
    letter-spacing: 2px;
    line-height: 50px;
    font-size: 14px;
}

.Temp3subNav a {
    color: #666;
}

.Temp3tabWrap {
    margin-bottom: 15px;
}

.tabBox {
    float: left;
    width: 504px;
}

.tabBox .title {
    height: 40px;
    font-size: 14px;
    color: #666;
}

.tabBox .title .tab {
    float: left;
    padding: 0 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-color: #c9c9c9;
    color: #333;
}

.tabBox .title .tab1 {
    border-right: 1px solid #cacaca
}

.tabBox .title .tab.active {
    color: #fff;
    background-color: #333;
}

.tabBox .title .more {
    display: block;
    float: right;
    margin: 12px;;
    color: #000;
}

.tabBox .content {
    padding: 15px;
    border: 1px solid #cacaca;
    border-bottom: 1px solid #c9c9c9;
}

.tabBox .content .tab2 {
    display: none;
}

.tabBox .content a {
    position: relative;
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 29px;
    padding-left: 12px;
}

.tabBox .content a:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 8px;
    background: url(../images/triangle.png) no-repeat;
}

.tabBox .content a:hover {
    color: #f6dc2a;
}

/*首页-产品展示*/
.Temp3product {
    background-color: #908c8b;
    width: 1024px;
    margin: 0 auto;
}

.Temp3product .thumbnail ul {
    height: 432px;
    overflow: hidden;
}

.Temp3product .thumbnail ul li {
    float: left;
    height: 210px;
    width: 200px;
    margin: 0 30px 15px 0;
}

.Temp3product .thumbnail ul li:nth-child(3n) {
    margin-right: 0;
}

.Temp3product .thumbnail ul li .Box {
    background: #aaa9a7;
    height: 200px;
}

.Temp3product .thumbnail ul li img {
    height: 120px;
    width: 184px;
    margin: 8px 8px 0 8px;
}

.Temp3product .thumbnail ul li .name {
    margin: 0 5px;
}

.Temp3product .thumbnail ul li .name .font {
    float: left;
    width: 190px;
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Temp3product .thumbnail ul li .name .see {
    position: relative;
    top: 3px;
    float: right;
    width: 88px;
    height: 22px;
    line-height: 28px;
    border: 1px solid #ffe600;
    background: #ffca00;
}

.Temp3product .thumbnail ul li .name .see:hover {
    opacity: .9;
}

.Temp3product .thumbnail ul li .name .see div {
    float: right;
    width: 60px;
    line-height: 26px;
    color: #010101;
    text-align: center;
    font-size: 12px;
}

.Temp3product .thumbnail ul li .name .see:before {
    content: '';
    display: block;
    background: #fec901;
    border-top: 22px solid #0f74c6;
    border-right: 28px solid transparent;
    position: absolute;
    left: -1px;
    top: -1px;
    border-bottom: 1px solid #ffe600;
}

/*首页-产品展示区域*/
.Temp3product .simpleIntroduce {
    float: left;
    width: 660px;
    margin-right: 15px;
    padding: 30px;
}

.Temp3product .simpleIntroduce .title {
    width: 660px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
    border-bottom: 2px solid #F6dc2a;
    color: #fff;
    font-size: 16px;
}

.Temp3product .window {
    float: left;
    width: 265px;
    padding-bottom: 10px;
    margin-top: 30px;
}

.Temp3product .window .title {
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    background: #35322d;
    text-align: center;
    margin: 5px 0 10px 0;
    padding: 0 10px;
}

/*.Temp3product .window .title:after{content: '';display: block;background: url(../images/faguang.png) center no-repeat;height: 44px;position: absolute;top: 0;left: 0;right: 0;}*/
.Temp3product .window .title span {
    position: relative;
    z-index: 1;
    float: left;
    font-size: 16px;
}

.Temp3product .window .title .more {
    float: right;
    color: #a0a0a0;
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
}

.Temp3product .window .center {
    width: 100%;
    background: #fff;
}

.Temp3product .window .center .corporateName {
    padding: 20px;
    height: 386px;
    background-color: #bcbbb9;
}

.Temp3product .window .center .corporateName a {
    position: relative;
    display: block;
    color: #666;
    margin-bottom: 16px;
    line-height: 30px;
    font-size: 12px;
}

.Temp3product .window .center .corporateName a:hover {
    color: #F6dc2a;
}

.Temp3product .window .center .corporateName a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*首页-产品供应商  新闻展示*/
.Temp3moduleWrap {
    width: 1024px;
    margin: 20px auto;
}

.Temp3moduleWrap .thumbnail ul {
    height: 325px;
    overflow: hidden;
}

.Temp3moduleWrap .thumbnail ul li {
    float: left;
    height: 210px;
    width: 210px;
    margin: 0 30px 15px 0;
}

.Temp3moduleWrap .thumbnail ul li:nth-child(3n) {
    margin-right: 0;
}

.Temp3moduleWrap .thumbnail ul li .Box {
    background: #aaa9a7;
    height: 200px;
}

.Temp3moduleWrap .thumbnail ul li img {
    height: 120px;
    width: 184px;
    margin: 8px 8px 0 8px;
}

.Temp3moduleWrap .thumbnail ul li .corporateName {
    padding: 20px 24px;
    height: 280px;
    border: 1px solid #bcbbb9;
}

.Temp3moduleWrap .thumbnail ul li .corporateName a {
    position: relative;
    display: block;
    color: #666;
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 12px;
}

.Temp3moduleWrap .thumbnail ul li .corporateName a:hover {
    color: #f7dc2b;
}

.Temp3moduleWrap .thumbnail ul li .corporateName a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Temp3moduleWrap .thumbnail ul li .corporateName .moreBtn {
    background-color: #f7dc2b;
    text-align: center;
}

.Temp3moduleWrap .thumbnail ul li .corporateName .moreBtn a {
    font-size: 14px;
    line-height: 32px;
}

.Temp3moduleWrap .thumbnail ul li .corporateName .moreBtn:hover a {
    color: #fff;
}

/*首页-产品展示区域*/
.Temp3moduleWrap .simpleIntroduce {
    float: left;
    width: 690px;
    margin-right: 15px;
}

.Temp3moduleWrap .simpleIntroduce .title {
    width: 690px;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
    border-bottom: 2px solid #F6dc2a;
    color: #333;
    font-size: 16px;
}

.Temp3moduleWrap .window {
    float: left;
    width: 318px;
    padding-bottom: 10px;
}

.Temp3moduleWrap .window .title {
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background: #35322d;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 10px;
}

.Temp3moduleWrap .window .title span {
    position: relative;
    z-index: 1;
    float: left
}

.Temp3moduleWrap .window .title .more {
    float: right;
    color: #a0a0a0;
    line-height: 20px;
    margin-top: 15px;
    font-size: 12px;
}

.Temp3moduleWrap .window .center {
    width: 318px;
    background: #fff;
}

.Temp3moduleWrap .window .center .corporateName {
    padding: 20px 0;
}

.Temp3moduleWrap .window .center .corporateName a {
    position: relative;
    display: block;
    color: #666;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Temp3moduleWrap .window .center .corporateName a:hover {
    color: #f7dc2b;
}

.Temp3moduleWrap .window .center .corporateName a span {
    color: #666;
    width: 30px;
    background-color: #F6dc2a;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

/*  合作网站 */
.Temp3cooperationWeb {
    margin-bottom: 15px;
}

.Temp3cooperationWeb .webWrap {
    border: 1px solid #cacaca;
    background: #fff;
}

.Temp3cooperationWeb .webWrap .title {
    height: 40px;
    font-size: 16px;
    width: 600px;
    color: #666;
    margin: 0 auto;
}

.Temp3cooperationWeb .webWrap .title .name {
    line-height: 50px;
    color: #000;
    border-bottom: 2px solid #F6dc2a;
    text-align: center;
    font-size: 20px;
}

.Temp3cooperationWeb .webWrap .content {
    margin: 30px 16px 0 16px;
}

.Temp3cooperationWeb .webWrap .content a {
    float: left;
    display: block;
    border: 1px solid #e3e3e3;
    margin: 0 20px 26px 0;
}

.Temp3cooperationWeb .webWrap .content a:hover {
    border: 1px solid #F6dc2a
}

.Temp3cooperationWeb .webWrap .content a img {
    width: 145px;
    height: 50px;
}

/* 展示栏目页  */
.Temp3companyLogo ul li.lanmu {
    width: 50%;
}

.Temp3moduleWrap .simpleIntroduce .lanmu {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    border: none;
}

.Temp3moduleWrap .simpleIntroduce .title .label ul li {
    float: left;
    margin: 0 10px;
}

.Temp3moduleWrap .simpleIntroduce .title .label a {
    color: #333
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu {
    border: 1px solid #cacaca;
    padding: 16px 30px;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .corporateName {
    line-height: 50px;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .corporateName p {
    border-bottom: 1px dashed #cacaca;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .corporateName span {
    float: right;
    font-size: 14px;
    line-height: 31px;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .corporateName a {
    width: 70%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid transparent;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .corporateName a:hover {
    border-bottom: 1px solid #cacaca;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .moreBtn .btn {
    width: 140px;
    height: 40px;
    background-color: #f6dc2a;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin: 30px auto 0 auto;
}

.Temp3moduleWrap .simpleIntroduce .Temp3lanmu .moreBtn .btn:hover {
    color: #fff;
}

/* 展示详细页  */
.lanmu-detailed .simpleIntroduce {
    padding: 0;
}

.lanmu-detailed .simpleIntroduce .title {
    margin: 0;
}
.lanmu-detailed .simpleIntroduce .title label{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanmu-detailed .simpleIntroduce .thumbnail .content-t {
    text-align: center;
    font-size: 16px;
}

.lanmu-detailed .simpleIntroduce .thumbnail .content-c {
    text-align: center;
    height: 42px;
    line-height: 50px;
    font-size: 12px;
    margin: 0px 30px 20px 30px;
    border-bottom: 1px dashed #c9c9c9;
}
.lanmu-detailed .simpleIntroduce .thumbnail .content p>img{
    width: 100%;
}

.lanmu-detailed .simpleIntroduce .thumbnail .content-c .w50 {
    width: 30%;
    display: inline-block;
}

/*.lanmu-detailed .window .center .corporateName{height: 270px}*/
.lanmu-detailed .window .rightimg {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}
.lanmu-detailed .window .rightimg img{width: 100%}
.lanmu-detailed .simpleIntroduce .thumbnail .content{overflow: hidden;margin-bottom: 10px;}
.lanmu-detailed .simpleIntroduce .thumbnail .content p {
    text-indent: 2em;
    font-size: 13px;
    line-height: 26px;
}

.nextBtn {
    text-align: center;
}
.nextBtn .preo{
    display: block;
    text-align: left;
    border: none;}
.nextBtn .next{
    display: block;
    text-align: left;
    border: none;}

.nextBtn a {
    display: inline-block;
    height: 32px;
    font-size: 12px;
    color: #333;
    padding: 0 14px;
    border: 1px solid;
    line-height: 32px;
    margin: 0 9px;
}
.nextBtn a.current{color:#f6dc2a;border: 1px solid #f6dc2a}
.nextBtn .btn {
    border: 0;
}

.nextBtn a .info {
   display: inline-block;;
    max-width: 525px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
}

.lanmu-detailed .simpleIntroduce .company {
    padding: 20px 20px 20px 0;
}

.lanmu-detailed .simpleIntroduce .company .title {
    border-bottom: 2px solid #F6dc2a;
    width: 660px;
}

.lanmu-detailed .simpleIntroduce .company .title .tab {
    float: left;
    font-size: 16px;
    line-height: 44px;
}

.lanmu-detailed .simpleIntroduce .company .title .more {
    float: right;
    color: #d3c04a;
    line-height: 50px;
    font-size: 12px;
}

.lanmu-detailed .simpleIntroduce .company .tab1 {
    margin-top: 15px;
    line-height: 28px;
    font-size: 12px;
}

.lanmu-detailed .simpleIntroduce .company .tab1 a {
    color: #000;
    font-size: 12px;
}

.lanmu-detailed .simpleIntroduce .company .tab1 a:hover {
    color: #f6dc2a;
}

.lanmu-detailed .simpleIntroduce .company .tab1 span {
    float: right;
}

/* 资讯栏目页  */
.lanmu-detailed {
    margin: 15px auto;
}

.lanmu-detailed .simpleIntroduce .Temp3lanmu ul li {
    width: 100%;
    height: 74px;
    border-bottom: 1px dashed #c9c9c9;
}

.lanmu-detailed .simpleIntroduce .Temp3lanmu ul li .con-t {
    font-size: 16px;
    margin-bottom: 8px;
}
.lanmu-detailed .simpleIntroduce .Temp3lanmu ul li .con-t a{color: #333;font-weight: bold;}
.lanmu-detailed .simpleIntroduce .Temp3lanmu ul li .con {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.Temp3moduleWrap .Temp3new ul {
    height: auto;
}

/*.Temp3moduleWrap .Temp3new .nextBtn{width: 260px; margin: 0 auto;}*/
.Temp3moduleWrap .Temp3new .nextBtn .l-btn {
    position: relative;
    top: 4px;
    float: left;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #c9c9c9;
    text-align: center;
}

.Temp3moduleWrap .Temp3new .nextBtn .r-btn {
    position: relative;
    top: 4px;
    float: right;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #c9c9c9;
    text-align: center;
}

.Temp3moduleWrap .Temp3new .nextBtn a:hover {
    border: 1px solid #f6dc2a !important;
}

.lanmu-detailed .corporateName {
    height: auto
}

.lanmu-detailed .window .center .corporateName {
    padding: 0
}

.Temp3new ul li.w70 {
    width: 70%
}

.Temp3new ul li.w30 {
    width: 30%
}

/* 产品栏目页 */
.Temp3pro .window {
    margin-top: 0
}

.Temp3pro .Temp3new-nav {
    font-size: 14px;
    color: #333;
    line-height: 50px;
}

.Temp3pro .Temp3new-nav a {
    color: #333
}

.Temp3moduleWrap .simpleIntroduce .sort {
    position: relative;
    background-color: #f6dc2a;
    padding: 10px 50px 10px 10px;
    line-height: 24px;
}

.Temp3moduleWrap .simpleIntroduce .sort ul {
    height: 48px;
    overflow: hidden;
}

.Temp3moduleWrap .simpleIntroduce .sort ul li {
    float: left;
    margin: 0 5px;
    font-size: 12px;
}

.Temp3moduleWrap .simpleIntroduce .sort ul li a {
    color: #000;
}

.Temp3moduleWrap .simpleIntroduce .sort ul li a:hover, .Temp3moduleWrap .simpleIntroduce .sort ul li a.current{
    border-bottom: 1px solid #000;
}

.Temp3moduleWrap .simpleIntroduce .sort i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 4px;
    margin: 10px;
    color: black;
    font-size: 12px;
    border: 1px solid black;
    cursor: pointer;
}

.Temp3pro .simpleIntroduce .Temp3lanmu {
    padding: 10px 20px
}

.Temp3pro .simpleIntroduce .Temp3lanmu ul li {
    height: 140px;
    overflow: hidden;
}

.Temp3pro .simpleIntroduce .Temp3lanmu ul li .con-img {
    width: 30%;
    float: left;
}

.Temp3pro .simpleIntroduce .Temp3lanmu ul li .con-explain {
    width: 40%;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-top: 25px;
}

.Temp3pro .simpleIntroduce .Temp3lanmu ul li .con-explain p {
    text-indent: 0;
    font-weight: bold;
}
.Temp3pro .simpleIntroduce .Temp3lanmu ul li .con-explain span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Temp3pro .simpleIntroduce .Temp3lanmu ul li .details {
    width: 30%;
    float: right;
}

.Temp3pro .simpleIntroduce .Temp3lanmu ul li .details a:hover {
    color: #fff;
}

.Temp3pro .Temp3new .tit {
    font-size: 18px;
}

.Temp3pro .simpleIntroduce .Temp3lanmu ul li .details a {
    display: block;
    width: 140px;
    height: 30px;
    background-color: #f6dc2a;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin: 25px auto;
}

/*.Temp3pro .simpleIntroduce .nextBtn{width: 500px;    height: 45px !important;}*/
.Temp3pro .simpleIntroduce .nextBtn ul li {
    float: left;
    width: auto;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid #c9c9c9;
    height: auto;
}

.Temp3pro .simpleIntroduce .nextBtn ul li:hover {
    border: 1px solid #f6dc2a;
}

.Temp3pro .simpleIntroduce .nextBtn .no-border {
    border: 0
}

.Temp3pro .simpleIntroduce .nextBtn .no-border:hover {
    border: 0
}

/* 产品详情页 */
.Temp3benner {
    width: 1024px;
    margin: 0 auto;
}

.Temp3benner ul li {
    width: calc(50% - 6px);
    margin-right: 1%;
    float: left;
    height: 360px
}

.Temp3benner ul li img {
    height: 100%;
    width: 100%;
}

.Temp3benner ul li.no-margin {
    margin-right: 0;
    float: right;
}

.Temp3benner ul li .new {
    width: 90%;
    height: 80%;
    background-color: #f6f6f6;
    padding: 7% 5%;
}

.Temp3benner .new .new-l {
    width: 30%;
    text-align: right;
}

.Temp3benner .new .new-r {
    width: 69%;
    margin-right: 0;
}

.Temp3benner .new ul li {
    font-size: 12px;
    line-height: 30px;
    height: 30px
}

.Temp3benner .new .new-ul {
    height: 30px;
    margin-bottom: 15px;
    color: #a4a4a4
}

.Temp3benner .new .new-last {
    height: 60px;
    overflow: hidden;
}

.Temp3benner .new .new-btn {
    height: 40px;
    width: 140px;
    margin: 0 auto;
    background-color: #f6dc2a;
    line-height: 40px;
    text-align: center;
}

.Temp3benner .new .new-btn a {
    font-size: 14px;
    color: #333
}

.Temp3benner .new .new-btn a:hover {
    color: #fff;
}

.Temp3moduleWrap .thumbnail .pro-c {
    font-size: 14px;
    padding: 10px 0 30px 0;
    line-height: 28px;
    border-bottom: 1px dashed #c9c9c9;
}

.Temp3moduleWrap .thumbnail .pro-c .pro-l {
    width: 50%;
    float: left;
}

.Temp3moduleWrap .thumbnail .pro-c tr th {
    text-align: right;
}

.Temp3moduleWrap .thumbnail .content .content-tit {
    margin: 20px 0;
    font-size: 18px;
    color: #f6dc2a;
}

.lanmu-detailed .simpleIntroduce .thumbnail .pro-con p {
    text-indent: 0em;
    line-height: 36px;
}

/* 店铺-联系我们 */
.Temp3callme {
    width: 1024px;
    margin: 0 auto;
    min-height: 400px;
}

.Temp3callme .tit {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 2px solid #f6dc2a;
}

.Temp3callme .new {
    margin: 40px 0;
    line-height: 34px;
    font-size: 12px;
}

/* 店铺-企业资讯 */
.Temp3moduleWrap .window .center .new {
    line-height: 34px;
    font-size: 12px;
}

/* 店铺-企业简介 */
.Temp3shop .simpleIntroduce .title {
    border-bottom: 2px solid #f6dc2a;
    width: 100%;
}

.Temp3shop .simpleIntroduce .thumbnail {
    padding: 20px 10px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 26px;
}

/* 店铺-产品展示 */
.Temp3shop-pro .simpleIntroduce .title {
    border-bottom: 5px solid #f6dc2a;
    position: relative;
    width: 100%;
}

.Temp3shop-pro .thumbnail ul {
    height: auto
}

.Temp3shop-pro .thumbnail ul li {
    width: 203px;
}

.Temp3shop-pro .thumbnail {
    position: relative;
    background-color: #908c8b;
    padding: 10px;
}

.Temp3shop-pro .thumbnail ul li .name .font {
    float: left;
    width: 183px;
    margin: 0 10px;
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Temp3shop-pro .thumbnail .moreBtn .more {
    margin: 12px;
    float: right;
    font-size: 14px;
    color: #f6dc2a;
}

.Temp3shop-pro .thumbnail .moreBtn {
    position: absolute;
    top: 6px;
    right: 0;
}

/* 店铺-首页 */
.Temp3companyLogo .shop-com {
    padding: 20px 20px 20px 5px;
}

.Temp3pro {
    margin-bottom: 20px;
}

/*企业栏目页*/
.Temp3enterprise .thumbnail .info {
    float: left;
    width: 300px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #302d2e;
    border: 1px dashed #d3cca6;
}

.Temp3enterprise .thumbnail .info a {
    display: inline-block;
    color: #302d2e;
    background: #f6dc2a;
    padding: 8px 14px;
    font-size: 14px;
}

.Temp3enterprise .thumbnail .info a:hover {
    color: #fff;
}

.Temp3enterprise .thumbnail .info h3 {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

.Temp3enterprise .thumbnail .info div {
    margin: 0 4px
}

.Temp3enterprise .thumbnail .info .address {
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Temp3enterprise .thumbnail .info .btnBox {
    text-align: center;
}

.Temp3enterprise .thumbnail .info .brief {
    height: 100px;
    overflow: hidden;
}

.Temp3enterprise .thumbnail .info .product {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Temp3enterprise .thumbnail .info:nth-child(n) {
    border-top: 0;
    border-left: 0;
}

.Temp3enterprise .thumbnail .info:nth-child(2n) {
    border-top: 0;
    border-right: 0;
}

/*适应IE*/
.Temp3enterprise .thumbnail .info .left {
    border-top: 0;
    border-left: 0;
}

.Temp3enterprise .thumbnail .info .right {
    border-top: 0;
    border-right: 0;
}

.Temp3advertisement {
    padding-bottom: 15px;
}

.Temp3advertisement img {
    width: 100%;
    height: 140px;
}

/*店铺样式*/
.Temp3ShopHeader{height: 26px;line-height:26px;background: #eee;}
.Temp3ShopHeader a{margin: 0 8px;color: #333;}

.fl{float: left;}
.fr{float: right;}
