@charset "utf-8";
*, *:before, *:after {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    width: 100%;
}
body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}
a:hover {
    color: #a27149;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
em, i {
    font-style: normal;
}
img {
    vertical-align: middle;
    border: 0;
}
input, select, textarea {
    font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
    overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
    outline: 0;
}
input::-ms-clear {
    display: none;
}
input[type="text"], input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
button {
    border-radius: 0;
}
.clearfix, .clear:after, section:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.';
}
/* section */
section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
/* header */
header {
    width: 100%;
    height: 95px;
    position: relative;
    z-index: 999;
}
header section {
    padding: 0 260px 0 190px;
}
header .logo {
    position: absolute;
    left: 10px;
    top: 17px;
}
header .logo img {
    height: 55px;
    width: auto;
}
header nav li {
    float: left;
    width: 14.28571428571429%;
    text-align: center;
    position: relative;
}
header nav li>a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 95px;
}
header nav li:hover>a, header nav li.on>a {
    color: #a27149;
}
header nav .sub {
    display: none;
    position: absolute;
    left: 50%;
    top: 95px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    transform: translateX(-50%);
}
header nav .sub a {
    color: #fff;
    padding: 0 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
header nav .sub a:hover {
    background: #a27149;
}
header nav .sub:before {
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    width: 5000px;
    left: -2500px;
    content: "";
    height: 60px;
    position: absolute;
}
header .search {
    position: absolute;
    right: 170px;
    top: 0px;
    height: 95px;
    line-height: 95px;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    font-weight: bold;
    font-size: 24px;
    color: #919191;
    cursor: pointer;
}
header .search .fd {
    display: none;
    position: absolute;
    left: -1px;
    top: 95px;
    background: #fff;
    border: 1px solid #ddd;
}
header .search .fd input {
    width: 100%;
    height: 42px;
    border: 0;
    width: 200px;
    float: left;
    padding: 0 42px 0 15px;
}
header .search .fd button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    background: none;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}
header .search .fd button:hover {
    background: #a27149;
    color: #fff;
}
header .search:hover {
    color: #a27149;
}
header .yyqie {
    position: absolute;
    right: 95px;
    top: 25px;
    width: 75px;
    color: #747474;
    line-height: 45px;
    font-weight: bold;
}
header .yyqie a {
    padding: 0 5px;
}
header .nav {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 60px;
}
header .nav i {
    background: #a27149;
    color: #fff;
    line-height: 45px;
    height: 45px;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 34px;
    cursor: pointer;
    transition: all 0.3s;
}
header .nav i:hover {
    background: #b46423;
}
header .nav .fd {
    display: none;
    position: absolute;
    right: 0px;
    top: 45px;
    background: #fff;
    width: 355px;
    padding: 5px 15px;
    border: 1px solid #ddd;
}
header .nav .fd dl {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
header .nav .fd dl dt {
    font-weight: bold;
    color: #a27149;
}
header .nav .fd dl dd {
    font-size: 12px;
    overflow: hidden;
}
header .nav .fd dl dd a {
    display: block;
    overflow: hidden;
    float: left;
    width: 33.3333333333%;
    padding: 5px 0 0 0;
}
header .nav .fd dl:last-child {
    border-bottom: 0;
}
/* footer */
footer {
    background: url(../images/bj_foot.png) repeat;
    width: 100%;
    overflow: hidden;
    color: #67645f;
}
footer a {
    color: #67645f;
}
footer a:hover {
    color: #fff;
}
footer .box {
    padding: 50px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer .box .tit {
    font-size: 16px;
    color: #fff;
}
footer .box .nav {
    line-height: 40px;
}
footer .box .cont {
    line-height: 28px;
    padding-top: 6px;
}
footer .box .cont .tel {
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    color: #b46423;
    font-size: 32px;
    margin: 12px 0 10px 0;
    font-family: Arial;
    white-space: nowrap;
}
footer .box .cont .tel i {
    float: left;
    display: block;
    overflow: hidden;
    font-size: 48px;
    color: #a27149;
    margin-right: 12px;
}
footer .box .ewm {
    margin: 0 -15px;
}
footer .box .ewm li {
    float: left;
    padding: 0 15px;
    text-align: center;
    width: 150px;
}
footer .box .ewm li img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
footer .bj {
    background: url(../images/bj_footcopy.png) repeat;
    overflow: hidden;
    padding: 15px 0;
}
footer .bj .link {
    float: left;
    color: #fff;
}
footer .bj .link a {
    margin-right: 15px;
}
footer .bj .copy {
    float: right;
}
/* yy */
.yy_but {
    position: fixed;
    right: -2px;
    top: 50%;
    background: url(../images/icon_yy.png) no-repeat;
    width: 50px;
    height: 154px;
    cursor: pointer;
    z-index: 99;
    margin-top: -77px;
}
.yy_box {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.3s;
    opacity: 0;
}
.yy_box .close {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.yy_box .close:hover {
    color: #b46423;
}
.yy_box .box {
    background: #f5f5f5;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 25px 60px;
    position: relative;
}
.yy_box .tit {
    border-bottom: 1px solid #787878;
    padding: 0 0 15px 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}
.yy_box .tit span {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 30px;
    padding: 0 20px 0 0;
    color: #333;
    line-height: 40px;
}
.yy_box .tit em {
    font-weight: bold;
    font-size: 14px;
}
.yy_box .tit i {
    width: 40px;
    display: inline-block;
}
.yy_box ul {
    overflow: hidden;
}
.yy_box ul li {
    margin-top: 25px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 180px;
    line-height: 40px;
    font-size: 16px;
}
.yy_box ul li .bt {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 25px 0 0;
    width: 180px;
    text-align: right;
}
.yy_box ul li input[type='text'] {
    width: 100%;
    height: 40px;
    border: 1px solid #969696;
    border-radius: 3px;
    background: none;
    padding: 0 10px;
}
.yy_box ul li input[type='submit'] {
    width: 160px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    display: block;
    overflow: hidden;
    border: 0;
    cursor: pointer;
    transition: all 0.3s;
    background: -webkit-linear-gradient(top, #484848, #000000);
    background: -moz-linear-gradient(top, #484848, #000000);
    background: -o-linear-gradient(top, #484848, #000000);
    background: linear-gradient(top, #484848, #000000);
}
.yy_box ul li input[type='submit']:hover {
    background: -webkit-linear-gradient(top, #b46423, #484848);
    background: -moz-linear-gradient(top, #b46423, #484848);
    background: -o-linear-gradient(top, #b46423, #484848);
    background: linear-gradient(top, #b46423, #484848);
}
.yy_box ul li .che label {
    display: block;
    overflow: hidden;
    margin-left: 20px;
    float: left;
}
.yy_box ul li .che label input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.yy_box ul li .che label:first-child {
    margin-left: 0;
}
.yy_box ul li:first-child {
    margin-top: 15px;
    margin-bottom: -10px;
}
.yy_box.cur {
    transform: scale(1);
    opacity: 1;
}
/* banner */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner .banner_next, .banner .banner_prev {
    top: 50%;
    width: 60px;
    line-height: 90px;
    margin-top: -45px;
    position: absolute;
    color: #404040;
    font-size: 50px;
    text-align: center;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
    outline: 0;
}
.banner .banner_next:hover, .banner .banner_prev:hover {
    color: #fff;
}
.banner .banner_next {
    right: 2%;
}
.banner .banner_prev {
    left: 2%;
}
.banner .swiper-pagination-bullets {
    bottom: 25px;
    position: absolute;
    z-index: 5;
    text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 39px;
    height: 5px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 5px;
    background: #a27149;
    opacity: 1;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fbc65e;
}
/* index */
.in_box {
    padding: 40px 0 50px 0;
    width: 100%;
    overflow: hidden;
}
.in_bj {
    background: #f3f3f3;
}
.in_tit {
    text-align: center;
    overflow: hidden;
    background: url(../images/icon_tit.png) center bottom no-repeat;
    padding: 0 0 55px 0;
    font-size: 16px;
    color: #626262;
    margin-bottom: 25px;
}
.in_tit p {
    font-size: 18px;
}
.in_tit span {
    font-size: 36px;
    color: #3a3a3a;
    display: block;
    overflow: hidden;
    padding: 0 0 5px 0;
}
.in_tit span b {
    color: #b46423;
    font-weight: normal;
}
.in_tit span .ml {
    margin-left: 20px;
}
.in_pic {
    overflow: hidden;
    text-align: center;
}
.in_pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.in_pic a {
    display: block;
    overflow: hidden;
    position: relative;
}
.in_pic a:before, .in_pic a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    transition: all 0.3s;
    opacity: 0;
}
.in_pic a:before {
    border: 3px solid #b46423;
    transform: scale(0);
    background: rgba(0, 0, 0, 0.2);
}
.in_pic a:after {
    background: rgba(180, 100, 35, 0.5);
}
.in_pic:hover img {
    transform: scale(1.1);
}
.in_pic:hover a:before {
    transform: scale(1);
    opacity: 1;
}
.in_pic:hover a:after {
    opacity: 1;
    transform: scale(0);
}
.in_news {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}
.in_news .tab {
    height: 62px;
    line-height: 62px;
    border-bottom: 2px solid #d5d5d5;
}
.in_news .tab li {
    float: left;
    padding: 0 15px;
    font-size: 16px;
    color: #272727;
    font-weight: bold;
    cursor: pointer;
}
.in_news .tab li.on {
    color: #b77026;
}
.in_news .xun {
    padding: 2px 0 0 0;
}
.in_news .xun li {
    padding: 18px 0 0 0;
    overflow: hidden;
    line-height: 20px;
}
.in_news .xun li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 18px;
    background: url(../images/icon_li.png) left center no-repeat;
}
.in_news .xun li span {
    float: right;
    color: #888;
}
.in_tbut {
    width: 50%;
    float: left;
    margin: -1px 0 0 0;
    overflow: hidden;
}
.in_tbut a {
    display: block;
    overflow: hidden;
    position: relative;
}
.in_tbut img {
    position: absolute;
    top: 0px;
    width: auto;
    height: 100%;
    transition: all 0.3s;
}
.in_tbut dt:hover img {
    opacity: 0.8;
}
.in_tbut dt:hover .fd em {
    padding-bottom: 20px;
}
.in_tbut dd:hover img {
    opacity: 0.8;
    transform: scale(1.1);
}
.in_tbut dd:hover span {
    padding-right: 30px;
}
.in_tbut dt {
    padding: 1px 0 0 1px;
    overflow: hidden;
    float: right;
    width: 40%;
}
.in_tbut dt a {
    height: 291px;
}
.in_tbut dt img {
    left: 50%;
    transform: translateX(-50%);
}
.in_tbut dt .fd {
    position: absolute;
    right: 0px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    line-height: 1;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s;
}
.in_tbut dt .fd em {
    font-weight: bold;
    font-size: 36px;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.in_tbut dd {
    padding: 1px 0 0 0;
    overflow: hidden;
    width: 60%;
    float: left;
}
.in_tbut dd a {
    height: 72px;
    line-height: 72px;
}
.in_tbut dd img {
    right: 0px;
}
.in_tbut dd span {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    text-align: right;
    padding: 0 20px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    transition: all 0.3s;
}
.in_pro {
    height: 300px;
    overflow: hidden;
}
.in_pro li {
    float: left;
    padding: 0 0 0 1px;
    overflow: hidden;
    width: 20%;
    transition: all 0.5s;
}
.in_pro li a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.in_pro li img {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
}
.in_pro li .fd {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
}
.in_pro li .fd span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 10px;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s;
}
.in_pro li.li {
    width: 18%;
}
.in_pro li.ho {
    width: 28%;
}
.in_pro li.ho .fd {
    background: rgba(0, 0, 0, 0);
}
.in_pro li.ho .fd span {
    background: rgba(180, 100, 35, 0.8);
}
.in_pro li:first-child {
    padding: 0;
}
.in_jsx {
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}
.in_jsx .kj {
    max-width: 840px;
    margin: 0 auto;
    overflow: hidden;
}
.in_jsx .tou {
    width: 20%;
    float: left;
    text-align: center;
    font-size: 18px;
}
.in_jsx .tou img {
    border: 6px solid #dfdfdf;
    border-radius: 50%;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    transition: all 0.3s;
}
.in_jsx .tou img:hover {
    transform: rotate(360deg);
}
.in_jsx .box {
    width: 80%;
    float: left;
    padding: 15px 0 0 45px;
    overflow: hidden;
    position: relative;
}
.in_jsx .box .info {
    background: #fff;
    border: 25px solid #f2f2f2;
    padding: 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
    color: #717171;
}
.in_jsx .box:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 27px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 18px solid #f2f2f2;
    border-bottom: 15px solid transparent;
}
.in_jsx .jsx_next, .in_jsx .jsx_prev {
    top: 50%;
    width: 30px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    color: #cfcfcf;
    font-size: 36px;
    text-align: center;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
    outline: 0;
}
.in_jsx .jsx_next:hover, .in_jsx .jsx_prev:hover {
    color: #333;
}
.in_jsx .jsx_next {
    right: 0px;
}
.in_jsx .jsx_prev {
    left: 0px;
}
/* all */
.position {
    background: #e6e6e6;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.position i {
    font-size: 24px;
    display: block;
    overflow: hidden;
    float: left;
    color: #333;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.main {
    padding: 30px 0 40px 0;
    overflow: hidden;
    width: 100%;
}
.main_top {
    padding: 0;
    margin-top: -200px;
    position: relative;
    z-index: 5;
}
.main_top section {
    background: #fff;
    padding: 30px 30px 40px 30px;
    min-height: 200px;
}
.main_left {
    width: 74%;
    float: left;
}
.main_right {
    width: 26%;
    float: right;
    padding: 0 0 0 50px;
}
.main_right .tit {
    text-align: center;
    overflow: hidden;
    background: #473939 url(../images/icon_menu.png) center center no-repeat;
    padding: 25px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.main_right .tit span {
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 0 0;
}
.main_right .menu {
    overflow: hidden;
    padding: 5px 0 20px 0;
}
.main_right .menu li {
    margin-top: 10px;
}
.main_right .menu li a {
    display: block;
    overflow: hidden;
    background: #e6e6e6 url(../images/icon_menuli.png) right top no-repeat;
    line-height: 44px;
    text-align: center;
}
.main_right .menu li:hover a, .main_right .menu li.on a {
    color: #fff;
    background: #a27149 url(../images/icon_menulihover.png) right top no-repeat;
}
.main_right .cont {
    line-height: 28px;
    background: -webkit-linear-gradient(top, #fff, #fbf8f4);
    background: -moz-linear-gradient(top, #fff, #fbf8f4);
    background: -o-linear-gradient(top, #fff, #fbf8f4);
    background: linear-gradient(top, #fff, #fbf8f4);
    overflow: hidden;
    padding: 0 0 10px 10px;
}
.main_right .cont .tel {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #b46423;
    font-size: 24px;
    margin: 12px 0 10px 0;
    font-family: Arial;
    white-space: nowrap;
}
.main_right .cont .tel i {
    float: left;
    display: block;
    overflow: hidden;
    font-size: 40px;
    color: #a27149;
    margin-right: 8px;
}
/* shaicate */
.shaicate {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    padding: 0 0 5px 0;
}
.shaicate dl {
    overflow: hidden;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 65px;
    margin-bottom: 15px;
    line-height: 24px;
}
.shaicate dl dt {
    position: absolute;
    left: 0px;
    top: 0px;
}
.shaicate dl dd {
    overflow: hidden;
}
.shaicate dl dd a, .shaicate dl dd span {
    display: block;
    overflow: hidden;
    float: left;
    width: 90px;
    padding: 0 10px;
    text-align: center;
}
.shaicate dl dd b {font-weight:normal;}
.shaicate dl dd a {cursor:pointer}
.shaicate dl dd .on, .shaicate dl dd span {
    background: #a27149;
    color: #fff;
}
.shaicate dl dd .active, .shaicate dl dd span {
    background: #a27149;
    color: #fff;
}

/* cateone */
.cateone {
    padding: 0 0 20px 0;
    overflow: hidden;
}
.cateone .tit {
    display: none;
}
.cateone ul {
    margin: 0 0 0 -20px;
    overflow: hidden;
}
.cateone ul li {
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.cateone ul li a {
    display: block;
    overflow: hidden;
    line-height: 30px;
    border-radius: 30px;
    background: #eee;
    padding: 0 10px;
}
.cateone ul li.on a, .cateone ul li:hover a {
    background: #a27149;
    color: #fff;
}
/* catetwo */
.catetwo {
    padding: 0 0 30px 0;
    font-size: 13px;
    line-height: 32px;
    color: #666;
    overflow: hidden;
}
.catetwo .tit {
    display: none;
}
.catetwo a {
    color: #666;
}
.catetwo a:hover {
    color: #a27149;
}
.catetwo ul {
    margin: 0 0 0 -30px;
    overflow: hidden;
    float: left;
}
.catetwo ul li {
    overflow: hidden;
    float: left;
    margin-left: 30px;
}
.catetwo ul li a {
    display: block;
    overflow: hidden;
    border-bottom: 2px solid transparent;
}
.catetwo ul li.on a, .catetwo ul li:hover a {
    border-bottom: 2px solid #a27149;
    color: #a27149;
}
.catetwo .dqwz {
    float: right;
}
.catetwo .dqwz i {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 4px;
}
.catetwo .dqwz span {
    color: #a27149;
}
/* piclist */
.piclist {
    overflow: hidden;
    margin: -10px;
}
.piclist li {
    width: 33.3333333333%;
    float: left;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.piclist li .pic {
    display: block;
    overflow: hidden;
    position: relative;
}
.piclist li .pic img {
    width: 99%;
    height: auto;
    transition: all 0.3s;
}
.piclist li .pic:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transform: scale(0);
    transition: all 0.3s;
}
.piclist li .pic:after {
    position: absolute;
    content: "\e602";
    font-family: "iconfont" !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 150px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
}
.piclist li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s;
}
.piclist li span:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s;
    content: "";
    background: #a27149;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
}
.piclist li:hover .pic img {
    transform: scale(1.1);
}
.piclist li:hover .pic:before {
    transform: scale(1);
}
.piclist li:hover .pic:after {
    font-size: 40px;
    opacity: 1;
}
.piclist li:hover span {
    color: #fff;
}
.piclist li:hover span:before {
    opacity: 1;
    transform: scale(1);
}
.piclist.four li {
    width: 33.333333%;
}
.piclist.four li span {
    font-size: 14px;
    line-height: 30px;
}
/* 分页 */
.dede_pages {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0 0 0;
    width: 100%;
    overflow: hidden;
}
.dede_pages li {
    float: left;
    border: 1px solid #d8d8d8;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
}
.dede_pages li a {
    padding: 0 12px;
    display: block;
    overflow: hidden;
    color: #666;
}
.dede_pages li a:hover {
    background: #a27149;
    color: #fff;
}
.dede_pages li.pageinfo {
    padding: 0 12px;
    cursor: default;
}
.dede_pages li.thisclass a {
    background: #a27149;
    color: #fff;
}
/* view_pic */
.view_pic {
    overflow: hidden;
}
.view_pic .tit {
    background: #ededee;
    overflow: hidden;
    line-height: 40px;
    margin: 20px 0;
}
.view_pic .tit span {
    display: block;
    overflow: hidden;
    float: left;
    background: #a27149;
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
}
.view_pic .body {
    padding: 0 10px;
    overflow: hidden;
    line-height: 1.8;
}
.view_pic .body.nolr {
    padding: 0;
}
.view_pic .butmore {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.view_pic .butmore a {
    display: inline-block;
    margin: 0 4px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #c3c3c3;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.view_pic .butmore a .icon-left {
    margin-right: 3px;
}
.view_pic .butmore a .icon-right {
    margin-left: 3px;
}
.view_pic .butmore a:hover {
    transform: rotate(360deg);
    background: #a27149;
}
.view_pic .dan_pic {
    width: 53%;
    float: left;
}
.view_pic .dan_pic img {
    width: 100%;
    height: auto;
}
.view_pic .cs_box {
    width: 47%;
    float: right;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
}
.view_pic .cs_box .bt {
    font-size: 22px;
    color: #333333;
    line-height: 1.5;
    padding: 0 0 20px 0;
}
.view_pic .cs_box .ms {
    background: #f0f0f0;
    margin: 20px 0;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
}
.view_pic .cs_box .but {
    display: block;
    overflow: hidden;
    width: 154px;
    line-height: 40px;
    background: #a27149;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    float: right;
}
.bdsharebuttonbox {
    width: 45%;
    float: left;
}
.view_pic .cs_box .but:hover {
    background: #b46423;
}
.view_pic .cbt {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: 20px 0;
}
.view_pic .cbt .bt {
    font-size: 22px;
    line-height: 1.5;
    padding: 0 0 10px 0;
}
.view_pic .cbt .cs {
    overflow: hidden;
    margin-left: -20px;
}
.view_pic .cbt .cs span {
    margin-left: 20px;
    display: block;
    overflow: hidden;
    float: left;
}
.view_pic .sxfx {
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;
    line-height: 22px;
}
.view_pic .sxfx>p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view_pic .sxfx .bdsharebuttonbox {
    position: absolute;
    right: 0px;
    top: 4px;
}
.view_pic .banpic {
    overflow: hidden;
    position: relative;
    padding: 0 23% 0 0;
}
.view_pic .banpic .probanbig {
    overflow: hidden;
}
.view_pic .banpic .probanbig img {
    width: 100%;
    height: 520px;
    cursor: pointer;
}
.view_pic .banpic .probansmall {
    width: 21%;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 36px 0;
}
.view_pic .banpic .probansmall li img {
    margin: 5px 0;
    height: 102px;
    width: 100%;
    border: 1px solid transparent;
    opacity: 0.7;
}
.view_pic .banpic .probansmall .on img {
    border: 1px solid #a27149;
    opacity: 1;
}
.view_pic .banpic .probansmall .prev, .view_pic .banpic .probansmall .next {
    z-index: 5;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
    outline: 0;
    transition: all 0.3s;
}
.view_pic .banpic .probansmall .prev:hover, .view_pic .banpic .probansmall .next:hover {
    background: #a27149;
    color: #fff;
}
.view_pic .banpic .probansmall .prev {
    top: 0px;
}
.view_pic .banpic .probansmall .next {
    bottom: 0px;
}
/* tan_pic */
.tan_pic {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 80px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
    width: 100%;
    height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.tan_pic .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
    background: #000;
}
.tan_pic .close:hover {
    background: #a27149;
}
.tan_pic .swiper-pagination-bullets {
    width: 100%;
    z-index: 5;
    left: 0px;
}
.tan_pic .swiper-pagination-bullet {
    width: 35px;
    height: 7px;
    background: #e0e0e0;
    border-radius: 4px;
    opacity: 1;
    margin: 0 10px;
    outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
    background: #a27149;
}
.tan_pic .swiper-button-next, .tan_pic .swiper-button-prev {
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    background: none;
    font-size: 60px;
    z-index: 5;
    opacity: 1;
    outline: none;
    color: #fff;
    transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover, .tan_pic .swiper-button-prev:hover {
    color: #a27149;
}
.tan_pic .swiper-button-disabled {
    opacity: 0.2;
}
.tan_pic .swiper-button-next {
    right: 0px;
}
.tan_pic .swiper-button-prev {
    left: 0px;
}
/* proall */
.proall {
    margin-top: -15px;
    overflow: hidden;
}
.proall .in_pic {
    margin: 15px 0;
}
/* pagebody */
.pagebody {
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    min-height: 200px;
}
.pagebody .tit {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 15px 0;
}
.pagebody .tit em {
    color: #ddd;
    font-size: 30px;
    text-transform: uppercase;
}
.pagebody .tit span {
    color: #a27149;
    display: block;
    overflow: hidden;
}
.pagebody img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}
/* tulist */
.tulist {
    margin: -5px;
    overflow: hidden;
}
.tulist li {
    width: 25%;
    float: left;
    overflow: hidden;
    padding: 5px;
}
.tulist li .box {
    background: #f4f1ec;
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.tulist li .box .pic {
    overflow: hidden;
}
.tulist li .box .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.tulist li .box span {
    padding: 10px 0 0 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 12px;
}
.tulist li .box:before, .tulist li .box:after {
    width: 0px;
    height: 0px;
    position: absolute;
    content: "";
    transition: all 0.3s;
    opacity: 0;
}
.tulist li .box:before {
    top: 0px;
    right: 0px;
    border-top: 3px solid #a27149;
    border-right: 3px solid #a27149;
}
.tulist li .box:after {
    bottom: 0px;
    left: 0px;
    border-left: 3px solid #a27149;
    border-bottom: 3px solid #a27149;
}
.tulist li .box:hover .pic img {
    transform: scale(1.1);
}
.tulist li .box:hover span {
    color: #a27149;
}
.tulist li .box:hover:before, .tulist li .box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/* newslist */
.newslist {
    margin: -10px 0;
    overflow: hidden;
}
.newslist li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dotted #eee;
}
.newslist li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.newslist li .pic {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.newslist li .pic img {
    width: 240px;
    height: 155px;
    transition: all 0.3s;
}
.newslist li .pic:hover img {
    transform: scale(1.1);
}
.newslist li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.newslist li .bt:hover {
    color: #a27149;
}
.newslist li p {
    line-height: 24px;
    height: 72px;
    display: block;
    overflow: hidden;
    color: #999;
    margin: 10px 0 15px 0;
    font-size: 13px;
}
.newslist li .cs {
    overflow: hidden;
    font-size: 12px;
    color: #999;
    font-family: Arial;
}
.newslist li .cs i {
    color: #a27149;
    font-weight: bold;
    margin-right: 4px;
}
.newslist li .cs span {
    padding-right: 10px;
}
.newslist li em {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: hidden;
    width: 110px;
    line-height: 30px;
    background: #a27149;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    transition: all 0.3s;
    font-size: 12px;
}
.newslist li em:hover {
    background: #b46423;
}
.newslist li:last-child {
    border-bottom: 0;
}
/* view_news */
.view_news .vwbt {
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.view_news .cs {
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 12px 0;
}
.view_news .cs span {
    padding-left: 15px;
}
.view_news .cs span:first-child {
    padding-left: 0;
}
.view_news .body {
    padding: 15px 0;
    overflow: hidden;
    line-height: 2;
}
.view_news .body img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}
.view_news .sx {
    overflow: hidden;
    position: relative;
    padding: 0 200px 0 0;
    color: #888;
    margin-bottom: 10px;
    line-height: 24px;
}
.view_news .sx a {
    color: #888;
}
.view_news .sx a:hover {
    color: #a27149;
}
.view_news .sx p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view_news .sx .bdsharebuttonbox {
    position: absolute;
    right: 0px;
    top: 6px;
}
.view_news .xgnew {
    overflow: hidden;
    padding: 15px 0 0 0;
}
.view_news .xgnew .tits {
    height: 32px;
    border-bottom: 2px solid #ccc;
}
.view_news .xgnew .tits span {
    height: 32px;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0 6px;
    border-bottom: 2px solid #b46423;
    font-size: 16px;
}
.view_news .xgnew ul {
    overflow: hidden;
    margin: 10px -20px 0 -20px;
    position: relative;
}
.view_news .xgnew ul li {
    width: 50%;
    padding: 0 20px;
    float: left;
}
.view_news .xgnew ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 0 0 15px;
    line-height: 30px;
    font-size: 13px;
}
.view_news .xgnew ul li a:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #b46423;
    margin-top: -1px;
}
#bdmap {
    width: 100%;
    height: 500px;
}
.anchorBL {
    display: none;
}
.BMap_bubble_content {
    line-height: 22px;
    font-size: 12px;
}
.BMap_bubble_content h4 {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
    border-bottom: 1px dotted #eee;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
}
/* in_piclr */
.in_piclr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
}
.in_piclr ul {
    width: 50%;
}
.in_piclr ul li {
    width: 50%;
    float: left;
    padding: 5px;
}
.in_piclr ul li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.in_piclr ul li img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.in_piclr ul li span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -40px;
    line-height: 40px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all 0.3s;
    z-index: 1;
    opacity: 0;
}
.in_piclr ul li:hover img {
    transform: scale(1.1);
}
.in_piclr ul li:hover span {
    bottom: 0;
    opacity: 1;
}
.in_piclr ul:nth-child(1) {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}
.in_piclr ul:nth-child(1) li {
    width: 100%;
}
.in_piclr.fanz {
    flex-direction: row-reverse;
}
/* wapnone */
.wapnone {
    display: block;
}