@charset "utf-8";
body,
p {
    word-wrap: break-word;
}
a,
body {
    color: #333;
}
a,
a:hover {
    text-decoration: none;
}
a,
img,
input,
textarea {
    vertical-align: top;
}
.crumbs,
.right-popup,
.wx-popup .ml-ewm {
    box-sizing: border-box;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
}
.nav,
.wrap1000,
.wrap1200,
body {
    margin: 0 auto;
}
dd,
dl,
dt,
li,
ol,
ul {
    list-style: none;
}
ol li {
    list-style-type: decimal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
.text-elli1,
.text-elli2 {
    overflow: hidden;
    text-overflow: ellipsis;
}
body {
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
    word-break: break-all;
    font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: 'Microsoft YaHei';
}
input,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    resize: none;
    border: none;
    background: 0 0;
}
a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
table,
tbody,
td,
textarea,
th,
tr,
ul {
    -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
em,
i {
    font-style: normal;
}
textarea {
    resize: none;
}
.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a:hover {
    outline: 0;
}
img {
    border: none;
}
div::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}
div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}
.text-elli1 {
    white-space: nowrap;
}
.text-elli2 {
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.flex2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.hidden {
    overflow: hidden !important;
}
.relative {
    position: relative !important;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.footer .logo2,
.nav .nav-list a,
.right-popup i {
    display: block;
    float: left;
}
.img {
    width: 100%;
}
.wrap1200 {
    width: 1200px;
}
.wrap1000 {
    width: 1000px;
}
.trans,
.transImg img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.transImg img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.nav {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.nav .logo {
    float: left;
    padding: 15px 0;
}
.nav .nav-list {
    float: right;
    position: relative;
}
.nav .nav-list a {
    min-width: 110px;
    line-height: 80px;
    font-size: 16px;
    color: #807366;
    text-align: center;
}
.nav .nav-list a.on {
    color: #f08418;
}
.nav .nav-list .nav-line {
    width: 110px;
    height: 4px;
    background: #f08418;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer {
    padding: 40px;
    background: url(../images/footer_bg.png);
}
.footer .logo2 {
    width: 182px !;
    height: 102px !;
    overflow: hidden;
    padding: 0 40px 0 125px;
    background: url(../images/footer_line1.png) right top no-repeat;
}
.footer-txt {
    padding: 0 30px;
    overflow: hidden;
}
.footer-txt .link a {
    float: left;
    font-size: 14px;
    color: #928375;
    padding: 0 10px;
    line-height: 14px;
    background: url(../images/footer_line2.png) left center no-repeat;
}
.footer-txt .link a:first-child {
    background: 0 0;
    padding-left: 0;
}
.footer-txt .link a:hover {
    color: #f08418;
}
.footer-txt .yww {
    margin-top: 14px;
    font-size: 14px;
    color: #928375;
    line-height: 24px;
}
.footer-txt .yww a {
    color: #928375;
}
.footer-txt .yww a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.footer-txt .tips {
    margin-top: 5px;
    font-size: 14px;
    color: #928375;
    line-height: 20px;
}
.right-popup {
    min-width: 160px;
    padding: 14px 12px;
    background: #f2efed;
    position: fixed;
    right: -100px;
    bottom: 240px;
    z-index: 9;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.right-popup i {
    width: 34px;
    height: 28px;
    margin-right: 14px;
}
.right-popup i.wx {
    background: url(../images/wx_icon.png) center center no-repeat;
}
.right-popup i.phone {
    background: url(../images/phone_icon.png) center center no-repeat;
}
.right-popup:hover {
    right: 0;
}
.right-popup:hover .ml-ewm {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in 0.3s;
    -moz-transition: all 0.1s ease-in 0.3s;
    -ms-transition: all 0.1s ease-in 0.3s;
    -o-transition: all 0.1s ease-in 0.3s;
    transition: all 0.1s ease-in 0.3s;
}
.wx-popup {
    bottom: 300px;
}
.wx-popup .ml-ewm {
    width: 160px;
    height: 160px;
    padding: 10px;
    background: #edeae8;
    position: absolute;
    top: -165px;
    left: 0;
    opacity: 0;
}
.crumbs {
    height: 60px;
    padding: 15px 0;
    background: #f7f7f7;
    font-size: 14px;
}
.crumbs a,
.page-pagination a {
    height: 30px;
    float: left;
    line-height: 30px;
}
.crumbs a {
    display: block;
    padding-left: 26px;
    color: #999;
    background: url(../images/r-gray.png) 10px center no-repeat;
}
.crumbs a.home {
    background: url(../images/home_icon.png) 0 center no-repeat;
}
.crumbs a.on,
.crumbs a:hover {
    color: #666;
}
.page-pagination {
    padding: 40px 0;
    text-align: center;
}
.page-pagination .pagination-w {
    display: inline-block;
}
.page-pagination a {
    border: 1px solid #d3cbbe;
    border-radius: 4px;
    display: block;
    padding: 0 12px;
    font-size: 14px;
    color: #928375;
    margin: 0 6px;
}
.page-pagination a.active,
.page-pagination a:hover {
    color: #f08418;
    border-color: #f08418;
}
.tools-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.tools-popup .tools-wrap {
    width: 490px;
    height: 330px;
    background: #fff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -165px 0 0 -245px;
    padding: 50px 0 30px;
    box-sizing: border-box;
    border-top: solid 4px #f08418;
}
.tools-popup .tools-wrap .img {
    width: 293px;
    height: 194px;
    margin: 0 auto;
}
.tools-popup .tools-wrap .txt {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    text-align: center;
}
.tools-popup .tools-wrap .close {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 20px;
    right: 24px;
    background: url(../images/close_nor.png) no-repeat;
}
.tools-popup .tools-wrap .close:hover {
    background: url(../images/close_pre.png) no-repeat;
}
