* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

h1, p {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

a:link {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

body {
    width: 100%;
    height: 100%;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666666;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666666;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666666;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666666;
}
.top-box {
    width: 100%;
    height: 139px;
    background: url(../images/top-box-bg.png)center center no-repeat;
    position: relative;
    z-index: 99;
}

.top-box-main {
    width: 1200px;
    margin: auto;
    height: 130px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-right {
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: space-around;
}

.top-right-top {
    width: 705px;
    display: flex;
    justify-content: space-between;
    margin-left: 195px;
}

.top-right-top ul {
    display: flex;
    flex-direction: row;
    width: 247px;
    justify-content: space-between;
}

.top-right-bottom {
    display: flex;
    flex-direction: row;
    height: 35px;
    width: 910px;
    justify-content: space-between;
}

.top-right-top {
    display: flex;
    flex-direction: row;
}

.top-right-top span {
    font-size: 16px;
    color: #333333;
}

.top-right-top ul li {
    color: #fff;
    position: relative;
}

.top-right-top ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
    left: 133%;
    top: 50%;
    margin-top: -5.5px;
    background: #fff;
}

.top-right-top ul li:last-child::after {
    display: none;
}

.top-right-top div {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: url(../images/top-phone.png)left center no-repeat;
    padding-left: 30px;
}

.top-right-bottom li a {
    font-size: 16px;
    color: #000000;
	display:block;
	height:35px;
}

.top-right-bottom li:hover a {
    color: #ad8456;
    position: relative;
}
.top-right-bottom li.active a {
    color: #ad8456;
    position: relative;
}
.top-right-bottom li {
    position: relative;
}

.top-right-bottom li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    border-radius: 50%;
    bottom: -5px;
    left: 50%;
    margin-left: -4px;
}

.top-right-bottom li a::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    width: 16px;
    height: 2px;
    background: #ad8456;
    opacity: 0;
}

.top-right-bottom li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0;
    right: 50%;
    margin-right: -25px;
    width: 16px;
    height: 2px;
    background: #ad8456;
}

.top-right-bottom li:hover a::after {
    opacity: 1;
}

.top-right-bottom li:hover a::before {
    opacity: 1;
}

.top-right-bottom li.active a::after {
    opacity: 1;
}

.top-right-bottom li.active a::before {
    opacity: 1;
}

.top-right-bottom li:hover::after {
    border: 1px solid #ad8456;
}

.top-right-bottom li.active::after {
    border: 1px solid #ad8456;
}

.g-doc {
    margin-top: -8px;
}

.index-search {
    width: 1200px;
    margin: auto;
    height: 100px;
    background: #ad8456;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 40px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.se {
    width: 380px;
}

.se input:first-child {
    width: 380px;
    height: 35px;
    line-height: 35px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.se form {
    position: relative;
    height: 35px;
}

.se input:nth-child(2) {
    position: absolute;
    right: 10px;
    cursor: pointer;
    background: url(../images/index-search.png)center center no-repeat;
    border: none;
    width: 18px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.se div {
    color: #fff;
    opacity: .5;
}

.se div a {
    color: #fff;
}

.search-phone {
    width: 320px;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/index-search-phone.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 55px;
    box-sizing: border-box;
}

.search-phone span:first-child {
    color: #666666;
    display: block;
    width: 100%;
}

.search-phone span:nth-child(2) {
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #ad8456;
    line-height: 30px;
}

.about-bg {
    width: 100%;
    height: 1202px;
    background-color: #f2e9d8;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/about-bg.png);
}

.about-main {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.about-main1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.about-left {
    width: 550px;
}

.about-left>div:first-child span:first-child {
    font-size: 36px;
    color: #8a0400;
    font-weight: bold;
    display: block;
    text-align: left;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
}

.about-left>div:first-child span:nth-child(2) {
    font-size: 16px;
    width: 100%;
    height: 28px;
    overflow: hidden;
    display: block;
    text-align: left;
    color: #8a0400;
}

.about-left>div:first-child span {
    font-family: "思源宋体";
}

.about-left>span:nth-child(2) {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.about-left>a:nth-child(3) {
    font-size: 16px;
    color: #ad8456;
    border: 2px solid #ad8456;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 35px 0 40px 0;
}

.about-left>a:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 30px;
    border: 1px solid #ad8456;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    box-sizing: border-box;
    margin-top: -15px;
    transition: all 0.6s;
}

.about-left>a:nth-child(3):hover::after {
    width: 108px;
    height: 38px;
    left: -2px;
    top: -2px;
    margin-left: 0;
    margin-top: 0;
}

.about-phone {
    display: flex;
    height: 100px;
    border-top: 1px dashed #999286;
    box-sizing: border-box;
    align-items: center;
    flex-direction: row;
}

.about-phone>div:first-child {
    background: url(../images/about-phone.png)left center no-repeat;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
    width: 310px;
}

.about-phone>div:first-child span:first-child {
    color: #ad8456;
}

.about-phone>div:first-child span:nth-child(2) {
    font-size: 18px;
    color: #ad8456;
    font-family: "思源宋体";
    line-height: 24px;
}

.about-phone a {
    width: 60px;
    height: 60px;
    background: #8a0400;
    font-family: "思源宋体";
    font-size: 18px;
    padding: 6px 10px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    line-height: 23px;
}

.about-phone a::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -27px;
    top: 50%;
    margin-top: -27px;
    box-sizing: border-box;
}

.about-right {
    width: 600px;
    height: 508px;
    background: #ad8456;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-right img {
    width: 580px;
    height: 493px;
}

.xue-about {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.xue-about span:nth-child(2) {
    writing-mode: tb-rl;
    width: 100%;
    display: flex;
    align-items: center;
    height: 235px;
    overflow: hidden;
}

.main_mobile {
    width: 1200px;
    margin: auto;
    height: 320px;
    display: flex;
    justify-content: space-between;
}

.xue-about span:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba( 111, 68, 27, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "思源宋体";
    font-size: 18px;
    color: #fff;
    margin: 40px 0 4px 0;
}

.main_mobile li .xue-about {
    background-color: #a27143;
}

.xue-about span:nth-child(2) {
    font-size: 18px;
    color: #fff;
    opacity: .5;
    font-family: "思源宋体";
}

.xue-title {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.xue-title div {
    font-family: "思源宋体";
    font-size: 30px;
    color: #000000;
    text-align: center;
    position: relative;
    width: 204px;
    margin: auto;
}

.xue-title div::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    left: 0;
    background: url(../images/xue-left.png)center center no-repeat;
}

.xue-title div::before {
    content: "";
    position: absolute;
    background: url(../images/xue-right.png)center center no-repeat;
    top: 50%;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    right: 0;
}

.main_mobile li.on .xue-about span:first-child {
    background: #8a0400;
}

.main_mobile li:nth-child(2n) .xue-about {
    background-color: #ad8456;
}

.main_mobile li.on .xue-about {
    background-image: url(../images/xue-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.main_mobile li.on .xue-about span:nth-child(2) {
    opacity: 1;
}

.xue-content {
    width: 850px;
    height: 100%;
    background: #ad8456;
    display: none;
    position: relative;
    transition: all 0.6s;
}

.main_mobile li {
    width: 70px;
    transition: all 0.8s;
    overflow: hidden;
    display: flex;
}

.main_mobile li.on {
    width: 920px;
}

.main_mobile li.on .xue-content {
    display: block;
}

.xue-content div {
    width: 100%;
    height: 100%;
}

.xue-content div:first-child {
    background-position: center center;
    background-repeat: no-repeat;
}

.xue-content div:nth-child(2) {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
}

.xue-content div:nth-child(3) {
    position: absolute;
    font-size: 16px;
    color: #fff;
    text-align: left;
    width: 716px;
    height: 153px;
    overflow: hidden;
    left: 50%;
    margin-left: -358px;
    top: 50%;
    margin-top: -76.5px;
}

.xue-content a {
    display: block;
    position: absolute;
    height: 60px;
    background-color: rgba( 138, 4, 0, .5);
    bottom: 0;
    font-size: 24px;
    color: #fff;
    font-family: "思源宋体";
    line-height: 60px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
}

.rongyu {
    width: 100%;
    height: 594px;
    background: #ecddc1;
}

.rongyu-main {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rongyu-img {
    width: 280px;
    height: 200px;
    overflow: hidden;
}

.rongyu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -o-object-fit: cover;
}

.rongyu-txt {
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: space-around;
}

.rongyu-txt span:first-child {
    font-size: 16px;
    color: #333333;
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.rongyu-txt span:nth-child(2) {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #8a0400;
    position: relative;
    font-family: "思源宋体";
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
}

.rongyu-txt span:nth-child(2)::after {
    position: absolute;
    width: 192px;
    height: 42px;
    border: 1px solid #fff;
    box-sizing: border-box;
    left: 50%;
    margin-left: -96px;
    content: "";
    top: 50%;
    margin-top: -21px;
    transition: all 0.6s;
}

.rongyu-main .swiper-slide:hover .rongyu-img img {
    transform: scale(1.1);
}

.rongyu-main .swiper-slide:hover .rongyu-txt span:nth-child(2)::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
}

.rongyu-main {
    position: relative;
}

.rongyu-main .swiper-button-next, .rongyu-main .swiper-button-prev {
    background: url(../images/rong-left.jpg)center center no-repeat;
    width: 30px;
    height: 50px;
    top: 54%;
}

.rongyu-main .swiper-button-next {
    background: url(../images/rongyu-right.jpg)center center no-repeat;
    right: -10px;
}

.rongyu-main .swiper-button-prev {
    left: -10px;
}

.case-bg {
    width: 100%;
    background: #f2e9d8;
    height: 770px;
}

.case-main {
    width: 1200px;
    margin: auto;
    height: 100%;
    text-align: center;
}

.case-left {
    width: 380px;
    height: 500px;
    background: url(../images/case-left-bg.jpg)center center no-repeat;
}

.case-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.case-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.case-left>div:first-child {
    font-family: "思源宋体";
    font-size: 30px;
    color: #fff;
    position: relative;
    width: 204px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.case-left>div:first-child::after {
    position: absolute;
    content: "";
    top: 50%;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    left: 0;
    background: url(../images/case-left-title.png)center center no-repeat;
}

.case-left>div:first-child::before {
    content: "";
    position: absolute;
    background: url(../images/case-right-title.png)center center no-repeat;
    top: 50%;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    right: 0;
}

.case-left>div:nth-child(3) {
    color: #fff;
}

.case-left>div:nth-child(4) {
    font-size: 25px;
    color: #fff;
    font-family: "思源宋体";
}

.case-left a {
    width: 60px;
    height: 60px;
    background: #8a0400;
    font-family: "思源宋体";
    font-size: 18px;
    padding: 6px 10px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    line-height: 23px;
    margin-top: 35px;
}

.case-left a::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -27px;
    top: 50%;
    margin-top: -27px;
    box-sizing: border-box;
}

.case-right {
    width: 800px;
    height: 500px;
    position: relative;
}

.swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.case-lun {
    width: 800px;
    height: 350px;
}

.case-lun .swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
}

.case-txt {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: rgba( 138, 4, 0, .5);
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 50px;
    overflow: hidden;
    text-align: center;
}

.case-lun .swiper-button-next1, .case-lun .swiper-button-prev1 {
    background: url(../images/case-left.png)center center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -30px;
    left: 20px;
    cursor: pointer;
}

.case-lun .swiper-button-next1 {
    right: 20px;
    left: inherit;
}

.case-lun .swiper-button-next1:hover {
    background: url(../images/case-right.png)center center no-repeat;
    transform: rotate(0deg);
}

.case-lun .swiper-button-prev1:hover {
    background: url(../images/case-right.png)center center no-repeat;
    transform: rotate(180deg);
}

.case-lun .swiper-button-next1 {
    transform: rotate(180deg);
}

.case-bot {
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
}

.case-bot ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}

.case-bot ul li {
    width: 397px;
    height: 100%;
    background-color: #5e7259;
    background-image: url(../images/xue-bg.png);
    background-repeat: no-repeat;
    background-position: 200% center;
}

.case-bot ul li:nth-child(2) {
    background-color: #0d2c5a;
}

.case-bot ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: url(../images/zhuanqu.png)35px center no-repeat;
    padding-left: 40px;
    box-sizing: border-box;
}

.case-bot ul li:nth-child(2) a {
    background: url(../images/video.png)35px center no-repeat;
}

.case-bot ul li a div:first-child {
    font-family: "思源宋体";
    font-size: 24px;
    color: #fff;
}

.case-bot ul li a div:nth-child(2) {
    font-family: "思源宋体";
    font-size: 16px;
    color: #fff;
}

.product-bg {
    width: 100%;
    height: 694px;
    background: url(../images/product-bg.jpg)center center no-repeat;
}

.product-main {
    width: 1200px;
    margin: auto;
    height: 100%;
    text-align: center;
}

.slideTxtBox {
    width: 100%;
}

.slideTxtBox .hd {
    position: relative;
    margin-bottom: 32px;
}

.slideTxtBox .hd ul {
    display: flex;
    flex-direction: row;
    width: 545px;
    justify-content: space-between;
    margin: 0 auto;
}

.slideTxtBox .hd ul li {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-family: "思源宋体";
}

.slideTxtBox .hd ul li::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    box-sizing: border-box;
    transform: rotate(50deg);
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.slideTxtBox .hd ul li.on {
    color: #8a0400;
}

.slideTxtBox .hd ul li.on::after {
    border: none;
    background: #8a0400;
}

.swiper2 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slideTxtBox .bd ul {
    position: relative;
}

.sw .swiper-button-next2, .sw .swiper-button-prev2 {
    background: url(../images/product-sw.jpg)center center no-repeat;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -30px;
    left: -15px;
    cursor: pointer;
}

.sw .swiper-button-next2 {
    transform: rotate(180deg);
    left: inherit;
    right: -15px;
}

.product-img {
    width: 380px;
    height: 280px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.6s;
}

.sw .swiper-slide:hover .product-img img {
    transform: scale(1.1);
}

.product-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    height: 110px;
}

.product-txt span:first-child {
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: left;
    width: 100%;
    overflow: hidden;
}

.product-txt span:nth-child(2) {
    font-size: 16px;
    overflow: hidden;
    height: 28px;
    width: 100%;
    text-align: left;
    color: #fff;
}

.bot-bg {
    width: 100%;
    background-color: #f2e9d8;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/jian-bg.png);
    height: 1537px;
}

.jianshang {
    width: 100%;
    text-align: center;
}

.jianshang .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* width: 300px !important; */
    height: 450px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    /* transform: scale(0.8); */
}

.jianshang .swiper-slide-active, .jianshag .swiper-slide-duplicate-active {
    transform: scale(1.2);
}

.jianshang .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.jianshang .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.swiper3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper3 .swiper-button-next3, .swiper3 .swiper-button-prev3 {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../images/jian-left.jpg)center center no-repeat;
    left: 33.25%;
}

.swiper3 .swiper-button-next3 {
    left: inherit;
    right: 33.25%;
    transform: rotate(180deg);
}

.news-main {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.news-content {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.news-left {
    width: 800px;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #ecddc1;
    overflow: hidden;
}

.news-first-txt {
    width: 415px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin-left: 18px;
}

.news-left-first a {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 202px;
    box-sizing: border-box;
    border-bottom: 1px solid #a59a87;
}

.news-left-first {
    width: 100%;
    height: 206px;
    box-sizing: border-box;
    border-bottom: 2px solid #a59a87;
}

.news-img {
    width: 300px;
    height: 180px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    transition: all 0.6s;
}

.news-first-txt span:first-child {
    font-size: 18px;
    color: #ad8456;
    width: 100%;
    overflow: hidden;
    height: 32px;
}

.news-first-txt span:nth-child(2) {
    font-size: 16px;
    margin: 10px 0 15px 0;
    color: #666666;
}

.news-first-txt span:nth-child(3) {
    font-size: 16px;
    color: #333333;
    height: 56px;
    width: 100%;
    overflow: hidden;
}

.news-left-first:hover .news-img img {
    transform: scale(1.1);
}

.news-left-first:hover .news-first-txt span:nth-child(3) {
    color: #a27143;
}

.news-left ul li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-left: 15px;
}

.news-left ul li {
    position: relative;
    line-height: 45px;
}

.news-left ul li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 4px;
    background: #ad8456;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.news-left ul li span:first-child {
    font-size: 16px;
    color: #333333;
    width: 576px;
    height: 45px;
    overflow: hidden;
	text-align:left;
}

.news-left ul li span:nth-child(2) {
    font-size: 16px;
    color: #666666;
}

.news-left ul li:hover span:first-child {
    color: #a27143;
}

.news-left ul li:first-child {
    margin-top: 20px;
}

.news-right {
    width: 380px;
    height: 100%;
}

.news-right li {
    background-color: #ad8456;
    height: 120px;
    background-image: url(../images/xue-bg.png);
    background-repeat: no-repeat;
    background-position: 200% center;
    width: 100%;
    margin-bottom: 6.5px;
}
.news-right li:nth-child(3){
    background-color: #687557;
}
.news-right li:nth-child(2) a{
    background-image: url(../images/news-huodong.png);
}
.news-right li:nth-child(3) a{
    background-image: url(../images/news-dong.png);
}
.news-right li:nth-child(4) a{
    background-image: url(../images/news-phone.png);
    background-position: 0 center;
}
.news-right li:nth-child(2){
    background-color: #093d66;
}
.news-right li:last-child{
    background-color: #8a0400;
}
.news-right li:last-child a{
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: left;
}
.news-right li:last-child a div:first-child{
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    width: 325px;
}
.news-right li:last-child{
    position: relative;
}

.news-right li:last-child a div:nth-child(2){
    width: 325px;
    font-size: 18px;
    line-height: 24px;
    font-family: "思源宋体";
    color: #fff;
}

.news-right li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: url(../images/zhuanqu.png)35px center no-repeat;
    padding-left: 40px;
    box-sizing: border-box;
}
.news-right li a div:first-child {
    font-family: "思源宋体";
    font-size: 24px;
    color: #fff;
}
.news-right li a div:nth-child(2) {
    font-family: "思源宋体";
    font-size: 16px;
    color: #fff;
}
.news-right a:nth-child(2){
    position: absolute !important;
    width: 60px;
    height: 60px;
    background: #fff;
    display: block;
    padding-left: 0px;
    width: 60px;
    height: 60px;
    font-family: "思源宋体";
    font-size: 18px;
    padding: 6px 10px;
    color: #8a0400;
    box-sizing: border-box;
    position: relative;
    line-height: 23px;
    right: 0;
    top: 50%;
    margin-top: -30px;
    right: 10px;
}
.news-right a:nth-child(2)::after{
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border: 1px solid #8a0400;
    left: 50%;
    margin-left: -27px;
    top: 50%;
    margin-top: -27px;
    box-sizing: border-box;
}
.contact-title{
    font-family: "思源宋体";
    font-size: 30px;
    color: #000000;
    text-align: center;
    position: relative;
    width: 204px;
    margin: auto;
    padding: 78px 0 25px 0;
    box-sizing: border-box;
}
.contact-title::after {
    position: absolute;
    content: "";
    top: 68%;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    left: 0;
    background: url(../images/xue-left.png)center center no-repeat;
}
.contact-title::before {
    content: "";
    position: absolute;
    background: url(../images/xue-right.png)center center no-repeat;
    top: 68%;
    width: 21px;
    height: 22px;
    margin-top: -11px;
    right: 0;
}
.contact-bg{
    width: 100%;
    height: 513px;
    background-color:#e7d8bc; 
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/contact-bg.png);
}
.contact-main{
    width: 1200px;
    margin:0 auto;
}
.zxfg1{
    text-align: center;
    width: 455px;
    margin:  auto !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px !important;
}
.zxfg1 label{
    font-size: 16px;
    color: #666666;
}
.contact-input{
    width: 1002px;
    margin: 0 auto;
}
.contact-input input
{
    width: 497px;
    height: 52px;
    padding-left: 5px;
    background: none;
    outline: none;
    border: 1px solid #a27143;
    box-sizing: border-box;
    font-size: 16px;
}
.contact-input input:nth-child(2){
    float: right;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #666666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #666666;
}
.contact-input textarea{
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #a27143;
    height: 52px;
    line-height: 52px;
    background: none;
    outline: none;
    resize: none;
    overflow: hidden;
    margin: 10px 0 30px 0;
}
.contact-tijiao{
    width: 321px;
    height: 52px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.contact-tijiao a:first-child{
    width: 152px;
    border: 1px solid #a27143;
    box-sizing: border-box;
    height: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #a27143;
}
.contact-tijiao a:nth-child(2){
    width: 150px;
    text-align: center;
    line-height: 50px;
    background: #a27143;
    height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.fot-bg{
    width: 100%;
    background: #2f2f2f;
    height: 320px;
    border-bottom: 1px solid #979797;
}
.fot-main{
    width: 1200px;
    margin:0 auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.fot-nav{
    width: 420px;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.fot-nav a{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #979797;
}
.fot-contact{
    width: 345px;
}
.fot-contact div{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.fot-contact div span{
    font-size: 16px;
    color: #8c8c8c;
}
.fot-code{
    width: 310px;
    height: 180px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.code-img{
    width: 140px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.code-img img{
    width: 100%;
    height: 140px;
}
.code-img span{
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}
.jiewei{
    line-height: 40px;
    background: #2f2f2f;
    width: 100%;
    text-align: center;
    color: #bababa;
}
.jiewei a{
    color: #bababa;
}