﻿html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1200px;
    background: #fff;
    color: #333;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type=button], /* 1 */
[type=reset], [type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article, aside, footer, header, nav, section, figcaption, figure, main, details, /* 1 */
menu {
    display: block;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio, video, canvas {
    display: inline-block;
}

template, [hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.fl{
    float: left!important;
}
.fr{
    float: right!important;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.yunu-header {
    padding: 20px 0;
    background-color: #fff;
    border-top: 3px solid #da4e51;
}

.yunu-header .logo {
    float: left;
    padding: 20px 0;
}

.yunu-header .logo img {
    display: block;
    height: 48px;
    width: auto;
}

.yunu-header .text {
    float: left;
    padding: 15px 0 15px 30px;
    font-size: 26px;
    color: #7a6864;
    font-weight: bold;
}

.yunu-header .text small {
    display: block;
    font-size: 16px;
    color: #7a6864;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.yunu-header .tel {
    float: right;
    background: url(../images/tel.gif) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/tel.gif*/ no-repeat 0 center;
    padding-left: 50px;
    color: #666;
    margin: 18px 0;
}

.yunu-header .tel strong {
    display: block;
    color: #dd4d4d;
    font-size: 24px;
}

.yunu-nav {
    background-color: #f8f2ec;
}

.yunu-nav li {
    float: left;
}

.yunu-nav li a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    padding: 0 25px;
    color: #333;
}

.yunu-nav li a:hover, .yunu-nav li.active a {
    background-color: #7a6863;
    color: #fff;
}

.yunu-slideBox {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.yunu-slideBox .bd, .yunu-slideBox .bd ul, .yunu-slideBox .bd li {
    width: 100% !important;
    height: 100% !important;
}

.yunu-slideBox .bd li {
    background: no-repeat center;
}

.yunu-slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.yunu-slideBox .arr {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    z-index: 9;
    display: none;
}

.yunu-slideBox .arr.prev {
    left: 80px;
    background: url(../images/uu.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/uu.png*/ no-repeat center;
}

.yunu-slideBox .arr.next {
    right: 80px;
    background: url(../images/dd.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/dd.png*/ no-repeat center;
}

.yunu-sou {
    padding: 20px 0;
}

.yunu-sou .hot {
    float: left;
    padding: 8px 0;
}

.yunu-sou .hot a {
    margin-right: 10px;
}

.yunu-sou .hform {
    float: right;
}

.yunu-sou .hform input {
    float: left;
    font-size: 14px;
    padding: 7px 10px;
    line-height: 20px;
    width: 240px;
    border: 1px solid #ddd;
    border-right: 0;
}

.yunu-sou .hform button {
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px;
    background: url(../images/s_s.gif) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/s_s.gif*/ no-repeat 0 center;
    border: 1px solid #ddd;
    border-left: 0;
}

.yunu-sou-inner {
    background-color: #F2F2F2;
}

.yunu-sou-inner .yunu-sou {
    padding: 25px 0;
}

.yunu-sou-inner .hot {
    padding: 5px 0;
}

.yunu-sou-inner .hform {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 15px;
}

.yunu-sou-inner .hform input {
    width: 240px;
    background: none;
    padding-left: 0;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.yunu-sou-inner .hform button {
    background: url(../images/VISkins-p1.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/VISkins-p1.png*/ no-repeat -258px -936px;
    width: 30px;
    height: 30px;
    border: 0;
}

.yunu-section {
    padding: 30px 0;
}

.yunu-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #6d4e47;
    margin-bottom: 45px;
}

.yunu-section-title p {
    color: #666;
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    width: 970px;
    margin: 20px auto 0;
}

.yunu-section-title span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    padding-top: 41px;
    background: url(../images/x_h2.gif) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/x_h2.gif*/ no-repeat center 5px;
}

.yunu-why-in {
    text-align: center;
    font-size: 0;
}

.yunu-why-in li {
    display: inline-block;
    border: 1px solid #6d4e47;
    color: #6d4e47;
    font-size: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    margin: 0 10px;
}

.yunu-yuyi-in .tv {
    width: 616px;
    height: 336px;
    margin: 0 auto 158px;
    font-size: 0;
    padding: 12px;
    background-color: #fff;
}

.yunu-yuyi-in ul {
    margin-left: 29px;
}

.yunu-yuyi-in li {
    float: left;
    margin: 0 10px 10px 0;
    width: 220px;
    height: 55px;
    font-size: 18px;
    padding-top: 165px;
    text-align: center;
}

.yunu-yuyi-in li:hover {
    color: #fff;
    background: url(../images/yuyi.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/yuyi.png*/ no-repeat 0 0;
}

.yunu-xin-in ul {
    margin-left: -40px;
}

.yunu-xin-in li {
    float: left;
    width: 270px;
    text-align: center;
    margin-left: 40px;
}

.yunu-xin-in li h4 {
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
    font-weight: normal;
}

.yunu-xin-in li p {
    margin: 0;
    padding-top: 14px;
    color: #888;
    font-size: 16px;
}

.yunu-xin-in .jm {
    position: relative;
}

.yunu-xin-in .jm img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-xin-in .jm span {
    position: absolute;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.yunu-xin-in .jm strong {
    font-size: 32px;
    padding-bottom: 12px;
    display: inline-block;
}

.yunu-xin-in .jm .j1 {
    left: 47px;
    top: 61px;
}

.yunu-xin-in .jm .j2 {
    left: 648px;
    top: 61px;
}

.yunu-xin-in .jm .j3 {
    left: 350px;
    top: 360px;
}

.yunu-xin-in .jm .j4 {
    left: 960px;
    top: 360px;
}

.yunu-lc-in {
    background: url(../images/yqq1.gif) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/yqq1.gif*/ no-repeat 20px 0;
    height: 360px;
    margin-bottom: 60px;
    margin-left: -20px;
}

.yunu-lc-in li {
    float: left;
    width: 224px;
    margin-left: 20px;
    height: 100%;
    text-align: center;
}

.yunu-lc-in li h4 {
    padding-top: 17px;
    line-height: 90px;
    font-size: 24px;
    color: #fff;
    margin: 0 0 39px;
}

.yunu-lc-in li p {
    margin: 0 30px;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.yunu-lc-in li:hover {
    background: url(../images/yqq2.gif) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/yqq2.gif*/ no-repeat;
}

.yunu-lc-in li:nth-of-type(2):hover {
    background-position: -244px 0;
}

.yunu-lc-in li:nth-of-type(3):hover {
    background-position: -488px 0;
}

.yunu-lc-in li:nth-of-type(4):hover {
    background-position: -732px 0;
}

.yunu-lc-in li:nth-of-type(5):hover {
    background-position: -976px 0;
}

.yunu-about-in {
    background: url(../images/why.jpg) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/why.jpg*/ repeat center 0;
    margin: 0;
}

.yunu-about-in dt {
    float: right;
    width: 600px;
}

.yunu-about-in dt img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-about-in dd {
    margin: 0 600px 0 0;
    padding: 60px 60px 0;
}

.yunu-about-in dd h4 {
    margin: 0 0 40px;
}

.yunu-about-in dd h4 img {
    display: block;
    margin: 0 auto;
}

.yunu-about-in dd p {
    line-height: 2;
    text-align: justify;
}

.yunu-team-in {
    position: relative;
    margin-bottom: 35px;
}

.yunu-team-in .bd {
    overflow: hidden;
}

.yunu-team-in li {
    float: left;
    width: 360px;
    margin: 0 60px 0 0;
}

.yunu-team-in li img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-team-in .arr {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: no-repeat center;
}

.yunu-team-in .prev {
    left: -70px;
    background-image: url(../images/a_u.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/a_u.png*/;
}

.yunu-team-in .next {
    right: -70px;
    background-image: url(../images/a_d.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/a_d.png*/;
}

.yunu-news-in {
    overflow: hidden;
}

.yunu-news-in .hd {
    float: left;
    width: 230px;
}

.yunu-news-in .hd ul {
    margin-bottom: -32px;
}

.yunu-news-in .hd li {
    margin-bottom: 32px;
}

.yunu-news-in .hd li a {
    display: block;
    padding: 5px;
    font-size: 20px;
}

.yunu-news-in .hd li a:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #dbdbdb;
}

.yunu-news-in .hd li small {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0 24px 0;
    color: #999;
    line-height: 1;
}

.yunu-news-in .hd li.on a {
    color: #8f7467
}

.yunu-news-in .hd li.on small {
    color: #8f7467;
}

.yunu-news-in .hd li.on a:after {
    background-color: #8f7467;
}

.yunu-news-in {
}

.yunu-news-in li{
    width:560px;
    float: left;
    margin-bottom: 30px;
    padding-right: 30px;
}

.yunu-news-in li .date {
    float: left;
    background: url(../images/n_lik.jpg) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/n_lik.jpg*/ no-repeat right 34px;
    width: 79px;
    color: #888;
    font-size: 18px;
    text-align: right;
}

.yunu-news-in li .date span {
    line-height: 1;
    font-size: 42px;
    height: 47px;
    display: block;
    text-align: left;
    color: #333;
    padding-top: 17px;
}

.yunu-news-in li .text {
    margin-left: 120px;
}

.yunu-news-in li .text h4 {
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-news-in .text p {
    margin: 17px 0 0;
    line-height: 24px;
    height: 48px;
    color: #666;
    overflow: hidden;
    text-indent: 2em;
}

.yunu-footer {
    padding: 40px 0;
    background: url(../images/f_bg.jpg) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/f_bg.jpg*/ no-repeat center 0;
}

.yunu-footer-nav {
    text-align: center;
    font-size: 0;
    margin-bottom:30px;
}

.yunu-footer-nav a {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    vertical-align: middle;
    margin: 0 20px;
}

.yunu-footer-nav a img {
    vertical-align: middle;
}

.yunu-footer-copy {
    text-align: center;
}

.yunu-footer-copy span.mob_css_info {
    padding: 0 10px;
}

.yunu-footer-ewm {
    text-align: center;
    margin-top: 30px;
}

.yunu-footer-ewm p {
    margin: 0 10px;
    display: inline-block;
}

.yunu-footer-ewm img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

.yunu-footer-link {
    background-color: #7a6864;
    padding: 10px 0;
    color: #b7a39f;
}

.yunu-footer-link a {
    margin-right: 10px;
    color: #fff;
}

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/fx.png*/ no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    margin: 0;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #a17e68;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #a17e68;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.yunu-banner {
    height: 300px;
    background: url(../images/banner.jpg) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/banner.jpg*/ no-repeat top center;
}

.yunu-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

.yunu-curmbs {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

.yunu-curmbs span {
    padding-left: 10px;
    border-left: 10px solid #aaa09e;
}

.yunu-curmbs em {
    font-style: normal;
    padding: 0 5px;
    color: #999;
}

.yunu-title-1 {
    line-height: 114px;
    font-size: 30px;
    text-align: center;
}

.yunu-txrz {
    margin-bottom: 50px;
}

.yunu-txrz img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-txrz .hd {
    margin-bottom: 40px;
}

.yunu-txrz .hd li {
    float: left;
    text-align: center;
    width: 25%;
    background-color: #f8f2ec;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
}

.yunu-txrz .hd li.on {
    background-color: #7a6863;
    color: #fff;
}

.yunu-title-2 {
    text-align: center;
    font-size: 24px;
    color: #a17e68;
    margin-bottom: 40px;
}

.yunu-title-2 p {
    margin: 10px 0 0;
    color: #333;
    font-size: 16px;
}

.yunu-hfr {
    margin-bottom: 50px;
}

.yunu-hfr li {
    float: left;
    width: 25%;
}

.yunu-hfr li a {
    display: block;
    margin: 0 -1px;
    border: 1px solid #fff;
    text-align: center;
    background-color: #888888;
    padding: 30px 0;
    font-size: 18px;
    color: #fff;
}

.yunu-hfr li a:hover {
    background-color: #a17e68;
}

.yunu-bzxs {
    margin-left: -30px;
    margin-bottom: 50px;
}

.yunu-bzxs li {
    float: left;
    width: 25%;
}

.yunu-bzxs li a {
    display: block;
    margin-left: 30px;
}

.yunu-bzxs li .m {
    border: 2px solid #ddd;
    height: 260px;
    line-height: 260px;
}

.yunu-bzxs li .text {
    text-align: center;
    margin-top: 10px;
}

.yunu-bzxs li a:hover .m {
    border-color: #a17e68;
}

.yunu-slgc {
    margin-bottom: 50px;
    margin-left: -80px;
}

.yunu-slgc li {
    float: left;
    width: 25%;
}

.yunu-slgc li a {
    display: block;
    margin-left: 80px;
}

.yunu-slgc li .m {
    height: 242px;
    line-height: 242px;
}

.yunu-slgc li .text h4 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

.yunu-slgc li .text p {
    margin: 0;
    line-height: 2;
}

.yunu-cflc {
    margin-bottom: 30px;
    overflow: hidden;
}

.yunu-cflc dl {
    margin: 0 0 20px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.yunu-cflc dt {
    float: left;
    width: 400px;
}

.yunu-cflc dt img {
    display: block;
    width: 100%;
    height: auto;
}

.yunu-cflc dd {
    margin-left: 400px;
    padding: 45px;
}

.yunu-cflc dd h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.yunu-cflc dd p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}


.yunu-about-1{
    margin-bottom: 30px;
}
.yunu-about-1  p {
    margin: 0;
    line-height: 2;
    color: #666;
    text-align: justify;
}

.yunu-about-2 {
    margin-bottom: 30px;
}

.yunu-about-2 dl {
    float: left;
    width: 645px;
    margin: 0;
    background-color: #f4f4f4;
}

.yunu-about-2 dt {
    width: 240px;
}

.yunu-about-2 dd {
    margin: 0;
    padding: 40px 20px 0;
}

.yunu-about-2 dd h4 {
    margin: 0;
    font-size: 20px;
}

.yunu-about-2 dd p {
    margin: 20px 0 0;
    line-height: 2;
    color: #666;
}

.yunu-about-3 {
    margin-left: -10px;
}

.yunu-about-3 li {
    float: left;
    background-color: #a17e68;
    color: #fff;
    padding: 20px 10px;
    margin-left: 10px;
    width: 272px;
    text-align: center;
}

.yunu-about-3 li h4 {
    margin: 0;
    font-size: 18px;
}

.yunu-about-3 li p {
    margin-bottom: 0;
    line-height: 2;
    height: 56px;
    overflow: hidden;
}

.yunu-contact-kf {
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 50px;
}

.yunu-contact-kf dt {
    width: 315px;
    border-right: 1px dashed #ccc;
    float: left;
    overflow: hidden;
}

.yunu-contact-kf dt img {
    width: 146px;
    height: 140px;
    float: left;
    margin-right: 20px;
}

.yunu-contact-kf dt p {
    font-size: 30px;
    font-weight: bold;
    color: #555;
    margin-top: 45px;
}

.yunu-contact-kf dd {
    width: 800px;
    float: right;
    overflow: hidden;
    margin: 0;
}

.yunu-contact-kf dd h4 {
    font-size: 20px;
    color: #555;
    overflow: hidden;
    margin: 10px 0 0;
}

.yunu-contact-kf dd p {
    color: #777;
    line-height: 24px;
    overflow: hidden;
    margin: 10px 0 0;
}

.yunu-contact-text {
    float: left;
    width: 530px;
    margin: 0;
}

.yunu-contact-text dt {
    font-size: 22px;
}

.yunu-contact-text dd {
    padding: 0 0 14px 70px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    margin: 15px 0 0;
    background: no-repeat 0 top;
}

.yunu-contact-text dd.i1 {
    background-image: url(../images/c12ce373fbc043efa2265f37727bb464_23.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/c12ce373fbc043efa2265f37727bb464_23.png*/;
    color: #a27f6b;
    font-size: 18px;
}

.yunu-contact-text dd.i2 {
    background-image: url(../images/75289dd7a0774c9ea9b15c6f8797d27d_8.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/75289dd7a0774c9ea9b15c6f8797d27d_8.png*/
}

.yunu-contact-text dd.i3 {
    background-image: url(../images/c12ce373fbc043efa2265f37727bb464_28.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/c12ce373fbc043efa2265f37727bb464_28.png*/
}

.yunu-contact-text dd.i4 {
    background-image: url(../images/75289dd7a0774c9ea9b15c6f8797d27d_13.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/75289dd7a0774c9ea9b15c6f8797d27d_13.png*/
}

.yunu-contact-text dd.i5 {
    background-image: url(../images/75289dd7a0774c9ea9b15c6f8797d27d_18.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/75289dd7a0774c9ea9b15c6f8797d27d_18.png*/
}

.yunu-contact-text dd.i6 {
    background-image: url(../images/75289dd7a0774c9ea9b15c6f8797d27d_23.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/75289dd7a0774c9ea9b15c6f8797d27d_23.png*/
}

.yunu-contact-map {
    float: right;
    width: 600px;
}

.ct2-sd {
    float: left;
    width: 240px;
}

.ct2-mn {
    float: right;
    width: 930px;
}

.panel-sd {
    margin-bottom: 20px;
}

.panel-sd-hd {
    background-color: #a17e68;
    color: #fff;
    padding-bottom: 5px;
}

.panel-sd-hd h4 {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 24px;
    padding: 20px 0;
}

.panel-sd-bd {
    border: 1px solid #ececeb;
    padding: 5px 10px;
    border-top: 0;
}

.yunu-column h3 {
    margin: 0 0 2px;
    font-weight: normal;
}

.yunu-column h3 a {
    display: block;
    line-height: 50px;
    background: #ececeb;
    padding: 0 40px;
    font-size: 18px;
}

.yunu-column h3.on a {
    background-color: #a17e68;
    color: #fff;
}

.yunu-column li {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.yunu-column li a {
    display: block;
    padding: 0 40px;
    font-size: 16px;
}

.yunu-contact-z1 {
    height: 140px;
    background: url(../images/contact-z1.jpg) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/contact-z1.jpg*/ no-repeat;
    margin-bottom: 20px;
}

.yunu-contact-z1 p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    background: url(../images/contact-z1_tel.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/contact-z1_tel.png*/ no-repeat 74px 44px;
    padding: 37px 0 0 95px;
}

.yunu-contact-z1 span {
    line-height: 30px;
    font-size: 18px;
    padding-left: 73px;
}

.yunu-pages {
    text-align: center;
    margin: 30px 0;
}

.yunu-pages a {
    display: inline-block;
    margin: 0 3px;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 3px;
    background-color: #fff;
}

.yunu-pages a.active {
    background-color: #a17e68;
    border-color: #a17e68;
    color: #fff;
}

.list-1 li {
    margin-bottom: 20px;
}

.list-1 li a {
    display: block;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

.list-1 li .m {
    float: left;
    width: 325px;
}

.list-1 li .text {
    margin-left: 345px;
}

.list-1 li .text h4 {
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.list-1 li .text p {
    margin: 0 0 28px;
    line-height: 28px;
    color: #666;
    text-indent: 2em;

}

.list-1 li .text span {
    float: right;
    line-height: 38px;
    width: 134px;
    text-align: center;
    border: 1px solid #ddd;
}

.list-1 li a:hover {
    border-color: #a17e68;
}

.list-1 li a:hover .text span {
    border-color: #a17e68;
    background-color: #a17e68;
    color: #fff;
}

.list-2 {
    margin: 0 0 0 -20px;
}

.list-2 li {
    float: left;
    width: 33.333333%;
}

.list-2 li a {
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ddd;
}

.list-2 li a:hover {
    border-color: #a17e68;
    color: #a17e68;
}

.list-2 li .m {
    height: 222px;
    line-height: 222px;
}

.list-2 li .text {
    padding: 5px 20px;
}

.list-2 li h4 {
    margin: 0;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
}

.list-2 li p {
    margin-top: 0;
    height: 40px;
    overflow: hidden;
    color: #666;
    text-indent: 2em;
}

.list-3 li {
    border-bottom: 1px dashed #ddd;;
    overflow: hidden;
}

.list-3 li a {
    display: block;
    background-color: #fff;
    padding: 15px 10px;
}

.list-3 li .m {
    float: left;
    width: 90px;
}

.list-3 li .m img {
    display: block;
    width: 100%;
    height: auto;
}

.list-3 li .text {
    margin-left: 100px;
}

.list-3 li .text h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-3 li .text p {
    margin: 0;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
}

.list-3 li .text span {
    font-size: 12px;
    color: #999;
}

.list-4 {
    margin: 0 0 -20px -20px;
}

.list-4 li {
    float: left;
    width: 25%;
}

.list-4 li a {
    display: block;
    margin: 0 0 20px 20px;
    border: 1px solid #ececeb;
}

.list-4 li a:hover {
    border-color: #a17e68;
}

.list-4 li .m {
    padding: 10px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 0;
}

.list-4 li img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.list-4 li .text {
    padding: 5px 20px;
    background-color: #F0F0F0;
}

.list-4 li .text h4 {
    margin: 0;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
}

.yunu-infocontent {
    margin-bottom: 30px;
}

.yunu-infocontent-title {
    margin-bottom: 20px;
}

.yunu-infocontent-title h1 {
    margin: 0;
    font-size: 24px;
}

.yunu-infocontent-title p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #999;
}

.yunu-infocontent-title p span {
    padding-right: 10px;
}

.yunu-infocontent-desc {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px;
}

.yunu-infocontent-body img {
    max-width: 100%;
}

.yunu-infocontent-rem {
    margin-bottom: 20px;
}

.yunu-infocontent-rem h4 {
    margin: 0 0 15px;
    font-size: 24px;
}

.yunu-infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
}

.yunu-infocontent-rem li span {
    float: right;
}

.yunu-infocontent-epx {
    margin-bottom: 20px;
}

.yunu-infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px;
}

.yunu-infocontent-epx li span {
    display: inline-block;
    background-color: #A2A2A2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
}

.yunu-infocontent-epx li em {
    float: right;
    font-style: normal;
}
.yunu-infocontent-epx li a.b{
    font-weight: bold;
}
.yunu-infocontent-return {
    border-top: 1px solid #aaa09e;
    line-height: 32px;
}

.yunu-infocontent-return a {
    margin-right: 10px;
}

.yunu-infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #aaa09e;
    color: #fff;
    padding: 0 10px;
}

.yunu-infocontent-bool {
    border-bottom: 1px solid #aaa09e;
    line-height: 32px;
    margin-bottom: 20px;
}

.yunu-infocontent-bool .back {
    margin: 0;
    float: right;
    background-color: #aaa09e;
    color: #fff;
    padding: 0 10px;
}

.yunu-infocontent-bool span {
    color: #666;
    padding-right: 20px;
}

.yunu-showcase {
    margin-bottom: 30px;
}

.yunu-showcase-pic {
    position: relative;
    width: 480px;
    overflow: hidden;
    float: left;
}

.yunu-showcase-pic li {
    text-align: center;
    line-height: 360px;
    width: 480px;
    font-size: 0;
}

.yunu-showcase-pic li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.yunu-showcase-pic .arr {
    position: absolute;
    top: 50%;
    width: 12px;
    height: 23px;
    margin-top: -11px;
    z-index: 2;
}

.yunu-showcase-pic .prev {
    left: 15px;
    background: url(../images/p15-icon2.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/p15-icon2.png*/ no-repeat 0 0;
}

.yunu-showcase-pic .next {
    right: 15px;
    background: url(../images/p15-icon3.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/p15-icon3.png*/ no-repeat 0 0;
}

.yunu-showcase-info {
    float: right;
    width: 630px;
}

.yunu-showcase-info h1 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yunu-showcase-info p {
    margin: 0;
    color: #666;
    padding: 3px 0;
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    background: url(../images/pc-xc-icon2.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/pc-xc-icon2.png*/ no-repeat 10px 15px;
    height: 42px;
    padding-left: 70px;
    line-height: 21px;
    font-size: 18px;
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 15px;
    background-color: #535353;
    color: #fff;
}

.yunu-prd-detail {
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.yunu-prd-detail-title {
    border-bottom: 1px solid #ddd;
}

.yunu-prd-detail-title span {
    display: inline-block;
    padding: 0 30px;
    background: url(../images/p14-icon10.png) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/p14-icon10.png*/ no-repeat center bottom #a17e68;
    line-height: 56px;
    font-size: 18px;
    margin-bottom: -1px;
    color: #fff;
}

.yunu-prd-detail .yunu-infocontent-body {
    margin: 0;
    padding: 30px;
}

.yunu-message {
    background: url(../images/r1-orderform-1-bg.jpg) /*tpa=http://170074.websitetemplate.cn/template/default/index/images/r1-orderform-1-bg.jpg*/ no-repeat center bottom #fff;
    border: 1px solid #ddd;
    padding: 50px 200px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.form-label {
    float: left;
    line-height: 34px;
    width: 120px;
    text-align: right;
}

.form-label span {
    color: #e50112;
}

.form-content {
    margin-left: 130px;
}

.form-control {
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    width: 600px;
    display: inline-block;
    vertical-align: top;
}

select.form-control {
    height: 34px;
}

.form-submit {
    padding: 6px 22px;
    color: #fff;
    background-color: #a17e68;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

.form-button {
    padding: 6px 22px;
    color: #fff;
    background-color: #767676;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

.product_box {
    background: url(../../static/images/jru.jpg)  no-repeat center 0;
    overflow: hidden;
}
.product_box .yunu-section-title{
    color: #fff;
}
.pagination-inner li {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    width: 30px;
    text-align: center;
}
.pagination-inner li:first-child {
    margin-left: 0;
}
.pagination-inner li a {
    color: #666666;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 500;
}
.pagination-inner li.active {
    background: #dd4d4d none repeat scroll 0 0;
    border-color: #dd4d4d;
    color: #fff;
}
.pagination-inner li:hover {
    background: #dd4d4d none repeat scroll 0 0;
    border-color: #dd4d4d;
    color: #fff;
}
.pagination-inner li:hover a {
    color: #fff;
}
.pagination-inner li a i {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.pagination-inner {
    text-align: center;
    margin-bottom: 40px;
}

.blank_img{
    display: block;
    margin: 60px auto 0;
}
.lam_box .ow_links span{
    background: #7a6863;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#7a6863;
}
.lam_box .ow_links h2 i{
    color: #000;
}