* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.mobile-inner-header {
    background-color: rgba(99, 42, 40, 1);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    width: 60px;
    position: absolute;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
    top: 0;
    right: 0;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 60%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(99, 42, 40, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: #5d211f;
    border-radius: 100%;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 25px;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.head {
    width: 100%;
    overflow: hidden;
    background: #5d211f;
    height: 91px;
    line-height: 90px;
    border-bottom: 1px solid #fff;
}

.heads {
    max-width: 1200px;
    margin: auto;
}

.logo {
    float: left;
}

.tel {
    float: right;
    font-size: 29px;
    color: #fff;
}

.nav {
    width: 100%;
    overflow: hidden;
    background: #5d211f;
    height: 70px;
}

.navs {
    max-width: 1200px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    width: 12.5%;
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.navs ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.navs ul li:hover a {
    font-weight: bold;
    background: #bc9c60;
}

.zhaoshang {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.zhaoshangs {
    max-width: 1200px;
    margin: auto;
}

.title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
}

.left_title {
    float: left;
    text-align: center;
    background: url(../images/titlebg.png) center no-repeat;
    font-size: 26px;
    color: #fff;
    width: 187px;
    height: 48px;
    line-height: 48px;
}

.right_title {
    float: right;
    margin-top: 15px;
}

.right_title a {
    display: block;
    text-align: center;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #000;
}

.zhaoshang_container {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.left_zhaoshang {
    float: left;
    width: 49.1%;
}

.left_zhaoshang_pic img {
    width: 100%;
}

.left_zhaoshang_item_title {
    font-size: 24px;
    color: #000;
}

.left_zhaoshang_item_con {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-top: 10px;
	height:50px;
	overflow:hidden;
}

.left_zhaoshang_item {
    padding: 11px 0;
    border-bottom: 1px solid #e5e5e5;
}

.left_zhaoshang_item:last-child {
    border-bottom: none;
}

.right_zhaoshang {
    float: right;
    width: 48.75%;
}

.right_zhaoshang_item {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

.right_zhaoshang_item_title {
    font-size: 24px;
    color: #000;
}

.right_zhaoshang_item_con {
    font-size: 14px;
    color: #6e6e6e;
    margin-top: 10px;
}

.shuju {
    width: 100%;
    overflow: hidden;
    background: url(../images/image_08.jpg) center no-repeat;
    height: 234px;
    padding-top: 70px;
}

.shujus {
    max-width: 1200px;
    margin: auto;
}

.sj {
    float: left;
    margin-right: 15%;
}

.sj:last-child {
    margin-right: 0;
}

.sj_top {
    font-size: 22px;
    color: #fff;
}

.sj_top span {
    font-weight: bold;
    font-size: 40px;
}

.sj_bot {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    padding: 30px 0;
}

.news {
    max-width: 1200px;
    margin: auto;
}

.left_new {
    float: left;
    width: 49.1%;
}

.right_new {
    float: right;
    width: 48.75%;
}

.news .title {
    margin-bottom: 40px;
}

.ruzhu {
    width: 100%;
    overflow: hidden;
    background: url(../images/rzbg.jpg) bottom center no-repeat;
    padding-bottom: 30px;
    padding-top: 25px;
	background-size:cover;
}

.ruhzus {
    max-width: 1200px;
    margin: auto;
}

.ruzhu_top {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.ruzhu_tops {
    width: 100%;
    overflow: hidden;
    display: none;
}

.ruzhu_top_right {
    float: right;
    width: 70.1%;
}

.ruzhu_top_right img {
    width: 100%;
}

.ruzhu_top_left {
    float: left;
    width: 28.75%;
    background: #5d211f;
    height: 458px;
    padding: 25px;
}

.ruzhu_top_left_title {
    font-size: 28px;
    color: #fff;
}

.ruzhu_top_left_line {
    position: relative;
    margin-top: 10px;
    width: 80px;
    height: 7px;
    background: #fff;
}

.ruzhu_top_left_line::before {
    height: 1px;
    width: 200%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 80px;
    top: 3px;
}

.ruzhu_top_left_con {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 2;
    margin-top: 30px;
}

.ruzhu_top_left_more {
    margin-top: 25px;
}

.ruzhu_top_left_more a {
    display: block;
    text-align: center;
    width: 98px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.swiper-container.ruzhuswiper {
    margin-top: 20px;
}

.ruzhuswiper img {
    width: 100%;
}

.ruzhuswiper p {
    text-align: center;
    margin-top: 3px;
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    font-size: 20px;
    color: #000;
}

.about {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
}

.left_ab {
    float: left;
    width: 50%;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    float: right;
    width: 30%;
    margin-right: 18.75%;
    margin-top: 15px;
}

.right_ab .title {
    border-bottom: 1px solid #c6b4b4;
}

.abcon {
    text-indent: 2em;
    font-size: 16px;
    color: #000;
    line-height: 2.3;
    margin-top: 15px;
}

.abmore {
    margin-top: 30px;
}

.abmore a {
    display: block;
    width: 112px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background: #5d211f;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.link {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.links {
    max-width: 1200px;
    margin: auto;
}

.link_list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    line-height: 1;
    font-size: 0;
}

.link_list span {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.link_list a {
    padding: 0 5px;
    border-right: 2px solid #000;
    float: left;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.link_list a:last-child {
    border-right: none;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #5d211f;
    padding-top: 50px;
    padding-bottom: 40px;
}

.foots {
    max-width: 1200px;
    margin: auto;
}

.flogo {
    float: left;
    margin-top: 90px;
}

.saoma {
    float: left;
    margin-left: 45px;
}

.right_foot {
    float: right;
}

.right_foot p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.copy {
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 94px;
    font-size: 20px;
    color: #fff;
    background: #5d211f;
}

.copy a {
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}

.inbanner img {
    width: 100%;
}

.inabout {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
}

.inabouts {
    max-width: 1200px;
    margin: auto;
}

.inabcon {
    font-size: 18px;
    color: #000;
    text-indent: 2em;
    line-height: 2.5;
}

.inabpic {
    margin-top: 30px;
}

.inabpic img {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.inabpic img:last-child {
    margin-right: 0;
}

.innew {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
}

.innews {
    max-width: 1200px;
    margin: 25px auto 0;
}

.intitle {
    text-align: center;
    background: url(../images/titlebg.png) center no-repeat;
    font-size: 26px;
    color: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.innewitem {
    float: left;
    background: #fff;
    padding: 10px;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
}

.innewitem:nth-child(2n) {
    margin-right: 0;
}

.innewpic {
    float: left;
    width: 40%;
	display:none;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 100%;
}

.innewtitle {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.innewcon {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 2;
    margin-top: 5px;
	overflow:hidden;
	height:55px;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1200px;
    margin: 30px auto 40px;
}

.inruzhu {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.inruzhus {
    max-width: 1200px;
    margin: 25px auto 0;
}

.inruzhuitem {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
}

.inruzhuitem:nth-child(3n) {
    margin-right: 0;
}

.inruzhuitem img {
    width: 100%;
}

.inruzhuitem p {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    height: 45px;
    line-height: 45px;
    background: #f4f4f4;
    font-size: 20px;
    color: #000;
}

.inzhaoshang {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
    background: #f4f4f4;
}

.inzhaoshangs {
    max-width: 1200px;
    margin: 25px auto 0;
}

.inzhaoshangitem {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 15px;
}

.inzhaoshangitem:nth-child(3n) {
    margin-right: 0;
}

.inzhaoshangitem_pic img {
    width: 100%;
}

.inzhaoshangitem_bot {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.inzhaoshangitem_title {
    font-size: 20px;
    color: #000;
}

.inzhaoshangitem_con {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 1.8;
    margin-top: 5px;
}

.incontact {
    max-width: 1200px;
    margin: 40px auto;
}

.incontact_top {
    width: 100%;
    background: #e8e8e8;
    height: 235px;
    margin-top: 40px;
}

.incontact_top_fl {
    float: left;
    background: #5d211f;
    width: 30%;
    height: 235px;
    padding: 60px 40px 0;
}

.incontact_top_fr {
    float: left;
    width: 70%;
    height: 235px;
    padding: 40px;
}

.incontact_top_fl_title {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.incontact_top_fl_con {
    font-size: 28px;
    color: #fff;
    margin-top: 8px;
}

.incontact_top_fr {
    font-size: 23px;
    color: #000;
    line-height: 2.3;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}

.incontact_bots {
    float: left;
    width: 49.5%;
    margin-right: 1%;
    height: 170px;
    border: 1px solid #f1f1f1;
    line-height: 168px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.incontact_bots:last-child {
    margin-right: 0;
}

.incontact_bots img {
    margin-right: 15px;
    margin-top: -5px;
}

.incontact_bots:hover {
    box-shadow: 0 0 10px #ddd;
}

.feedback {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.feedback_title {
    font-size: 36px;
    color: #000;
}

.feedback form div {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.feedback form div input {
    float: left;
    width: 33%;
    margin-right: 0.5%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    height: 85px;
}

.feedback form div input:last-child {
    margin-right: 0;
}

.feedback form textarea {
    width: 100%;
    border: 1px solid #f1f1f1;
    background: none;
    outline: none;
    padding-left: 15px;
    font-size: 23px;
    padding-top: 20px;
    margin-top: 30px;
    height: 585px;
}

.feedback form input[type=submit] {
    width: 550px;
    border: none;
    background: #5d211f;
    outline: none;
    font-size: 23px;
    margin-top: 30px;
    height: 85px;
    color: #fff;
}
.abzs .left_ab{
	float:right;
}
.abzs .right_ab{
	float:left;
	margin-right: 0%;
	margin-left: 6.75%;
	width: 40%;
	margin-top: 45px;
}