﻿@charset "utf-8";
@import url("styles.css");
/*
   * wx/qq.465320335 *
   * http://e.xoabc.com/ *
   * Released on: 2020,11,17 *
*/  

/* head */
.header {
   width: 100%;
   /*background: rgba(46,9,0,.7);*/
   background: #fff;
   position: fixed;
   top: 0;
   z-index: 99999;
   overflow: hidden;
}
.logo {
   height: 85px;
   padding-top: 5px;
}
.naver {
   height: 90px;
   line-height: 90px;
   overflow: hidden;
}
.naver li {
   float: left;
}
.naver li a {
   display: block;
   color: #672918;
   padding: 0 26px;
}
.naver li a:hover {
   /*background: rgba(51,19,9,.4);*/
   background: #672918;
   color: #fff;
}

/* main */
.main {
   width: 1100px;
   margin: 0 auto;
}
.main_title {
   border: 1px solid #71452e;
   width: 498px;
   height: 32px;
   margin: 0 auto;
}
.main_title span {
   display: inline-block;
   text-transform: uppercase;
   position: relative;
   padding: 0 25px;
   background: #fff;
}
.main_title span.en {
   font-family: Georgia, 'Times New Roman', Times, serif;
   top: -17px;
   color: #9b8682;
}
.main_title span.cn {
   bottom: 15px;
   color: #672918;
}

/* wrapper */
.wrapper {
   width: 100%;
}
.products {
   width: 1200px;
   margin: 0 auto;
   padding: 80px 0 38px;
}
.products .p_bt {
   color: #999;
   padding-top: 25px;
}
.products .p_list {
   padding: 35px 0;
}
.products .p_list ul {
   margin-right: -3.5%;
}
.products .p_list li {
   float: left;
   width: 46.5%;
   height: 380px;
   margin: 0 3.5% 3.5% 0;
   overflow: hidden;
   position: relative;
}
.products .p_list li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: all 8s
}
.products .p_list li:hover img {
   transform: scale(1.2)
}
.products .p_list li .more {
   position: absolute;
   width: 140px;
   height: 100px;
   padding-top: 40px;
   left: 0;
   right: 0;
   top: 50%;
   margin: -70px auto 0;
   background: #6bddd7;
   opacity: 0.9;
   border-radius: 50%;
   transition: all 0.5s;
}
.products .p_list li .more span {
   display: block;
   padding: 7px 0 0;
}
.products .p_list li a {
   color: #fff;
}
.products .p_list li:hover .more {
   width: 518px;
   height: 289px;
   padding-top: 229px;
   margin: -259px auto 0;
}
.products .p_list li:nth-child(2) .more {
   background: #56de7f;
}
.products .p_list li:nth-child(3) .more {
   background: #563326;
}
.products .p_list li:nth-child(4) .more {
   background: #deba56;
}
.kongjian {
   width: 100%;
   padding: 65px 0;
   background: url(/images/x1.jpg) center top no-repeat;
}
.kongjian .kj_bt {
   width: 520px;
   height: 72px;
   margin: 0 auto;
}
.kongjian .kj_box {
   padding: 30px 0;
}
.kongjian .kj_left {
   width: 440px;
   height: 320px;
   background: rgba(255,255,255,0.9);
   padding: 80px 50px;
}
.kongjian .kj_left_bt {
   background: url(/images/kjico.png) left top no-repeat;
   color: #71452e;
   text-indent: 55px;
}
.kongjian .kj_left_bt span {
   display: block;
   width: 60px;
   height: 0;
   border-bottom: 1px solid #71452e;
   margin-top: 24px;
}
.kongjian .kj_left_desc {
   color: #282828;
   padding: 36px 0 33px;
}
.kongjian .kj_left_more,
.news .n_more,
.abouts .a_more {
   width: 137px;
}
.kongjian .kj_left_more a,
.news .n_more a,
.abouts .a_more a {
   display: block;
   border: 1px solid #71452e;
   color: #71452e;
}
.kongjian .kj_left_more a:hover,
.news .n_more a:hover,
.abouts .a_more a:hover {
   color: #bc4100;
   border-color: #bc4100
}
.kongjian .kj_right {
   width: 540px;
}
.kongjian .kj_right ul {
   margin-right: -10px;
}
.kongjian .kj_right li {
   float: left;
   margin: 0 10px 10px 0;
   overflow: hidden;
}
.kongjian .kj_right li.pic1 {
   height: 260px;
}
.kongjian .kj_right li.pic2 {
   height: 210px;
}
.kongjian .kj_right li img {
   height: 100%;
}

.news {
   padding: 80px 0;
}
.news .n_box {
   padding: 60px 0 40px;
}
.news .n_pic {
   width: 403px;
   height: 276px;
   overflow: hidden;
   position: relative;
}
.news .n_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news .n_pic span {
   display: block;
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   background: rgba(0,0,0,0.5);
   height: 0;
   padding: 0;
   transition: all 0.5s;
}
.news .n_pic:hover span {
   padding: 12px 0;
   height: 20px;
}
.news .n_pic a {
   color: #fff;
}
.news .n_list {
   width: 660px;
}
.news .n_list li {
   border-bottom: 1px solid #b6a8a2;
   padding: 8px 18px;
   transition: all 0.3s;
}
.news .n_list li span {
   display: block;
}
.news .n_list li a {
   color: #71452e;
}
.news .n_list li span.desc {
   color: #999;
}
.news .n_list li:hover {
   background-color: #71452e;
}
.news .n_list li:hover span {
   color: #b1a6a6;
}
.news .n_list li:hover span.f16{
   color: #fff;
}
.news .n_more {
   margin: 0 auto;
}

.abouts {
   width: 100%;
   padding: 65px 0 55px;
   background: url(/images/x2.jpg) center top no-repeat;
}
.abouts .ab_bt {
   width: 520px;
   height: 72px;
   margin: 0 auto;
}
.abouts .ab_list {
   margin-top: 30px;
}
.abouts .ab_list,
.abouts .ab_list ul {
   width: 1100px;
   height: 260px;
   position: relative;
}
.abouts .ab_list li {
   width: 353px;
   height: 260px;
   float: left;
   margin: 0 7px 0 6px;
   overflow: hidden;
}
.abouts .ab_list li img {
   height: 260px;
}
.abouts .ab_list .hd {
   position: absolute;
   top: 43%;
   width: 100%;
}
.abouts .ab_list .hd ul {
   height: 0;
   font-size: 0;
   display: none;
}
.abouts .ab_list .hd a.next,
.abouts .ab_list .hd a.prev {
   position: absolute;
   width: 20px;
   height: 36px;
   display: block;
   cursor: pointer;
}
.abouts .ab_list .hd a.next {
   left: -60px;
   background: url(/images/left.png) no-repeat;
}
.abouts .ab_list .hd a.prev {
   right: -60px;
   background: url(/images/right.png) no-repeat;
}
.abouts .ab_info {
   background: url(/images/abx.png) center top no-repeat;
   margin: 35px 0;
   color: #000;
   padding: 25px 50px 0;
}
.abouts .a_more {
   margin: 0 auto;
}


/* cols */
.cols_slide {
   width: 100%;
   overflow: hidden;
}
.cols_slide img {
	width:100%
}
.cols {
   width: 100%;
   background: url(/images/about-bg.jpg) center top no-repeat;
}
.cols_nav {
   padding: 60px 0 0;
   font-size: 0;
}
.cols_nav li {
   display: inline-block;
}
.cols_nav li a {
   color: #282828;
   font-size: 16px;
   background-color: #fff;
   padding: 15px 40px;
   border-left: 1px solid #eaeaea;
}
.cols_nav li:first-of-type a {
   border: none
}
.cols_nav li a:hover,
.cols_nav li a.on {
   background-color: #71452e;
   color: #fff;
}
.cols_title {
   padding: 60px 0 30px;
}
.cols_info {
   color: #282828;
   padding-bottom: 50px;
}
.cols_info a {
   color: #282828;
}
.cols_info img {
   max-width: 100%;
}

/* news */
.newslist {
   padding: 0 0 45px;
}
.newslist li {
   padding: 20px 12px;
   border-bottom: 1px solid #f1f1f1;
   overflow: hidden;
}
.newslist li .npic {
   width: 10%;
   overflow: hidden;
   padding-top: 15px;
}
.newslist li .npic img {
   width: 100%;
}
.newslist li .npic span {
   display: block;
   color: #666;
}
.newslist li .ndesc {
   width: 89%;
   padding-top: 8px;
}
.newslist li .ndesc span {
   display: block;
}
.newslist li .ndesc span.bt a {
   display: block;
   color: #71452e;
   padding-bottom: 10px;
}
.newslist li .ndesc span.bt a:hover {
   color: #712700;
}
.newslist li .ndesc span.time {
   color: #aaa;
   padding: 15px 0;
}
.newslist li .ndesc span.info {
   color: #888;
}

/* info */
.info_bt {
   padding-top: 60px;
}
.info_time {
   padding: 20px 0 25px;
   border-bottom: 1px solid #ddd;
}
.info_time span {
   color: #777;
   display: block;
}
.info_time span i {
   display: inline-block;
   padding: 0 5px;
}
.info_pic {
   padding: 35px 0;
}
.info_pic img {
   max-width: 100%;
}
.info_desc {
   color: #282828;
   padding: 30px 0;
}
.info_desc a {
   color: #282828;
}
.info_desc img {
   max-width: 100%;
}

.lianxi {
   padding: 10px 0 40px;
}
.lianxi .lx_dt {
   width: 60%;
}
.lianxi .lx_dt #dituContentn {
   width: 100%;
   height: 450px;
}
.lianxi .lx_dt #dituContentn img {
   width:auto !important;
}
.lianxi .lx_info {
   width: 36%;
}


/* photo */
.photos {
   padding: 60px 0 30px;
}
.photos ul {
   margin-right: -2.33333%;
}
.photos li {
   float: left;
   width: 31%;
   margin: 0 2.33333% 2.33333% 0;
   overflow: hidden;
}
.photos li .zoom_pic {
   width: 100%;
   height: 240px;
   overflow: hidden;
   position: relative;
}
.photos li .pic_bt {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 64%;
   padding-top: 36%;
   background: url(/images/cpico.png) center 85px no-repeat rgba(113,69,46,0.9);
   color: #fff;
   transition: all .3s;
   opacity: 0;
}
.photos li:hover .pic_bt {
   opacity: 1;
}
.photos li img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.photos li a {
   color: #333;
}
.photos li span {
   display: block;
   padding-top: 15px;
}
.photos li a:hover {
   color: #71452e;
}

/* pages */
.n_pages {
   padding: 0 0 70px;
   letter-spacing: -4px;
}
.n_pages a {
   display: inline-block;
   background-color: #fff;
   color: #979ba3;
   padding: 8px 12px 7px;
   margin: 0 3px;
   border: 1px solid #e3e5e8;
   letter-spacing: 0;
}
.n_pages a:hover,
.n_pages a.page-num-current {
   background-color: #f5f5f5;
   border-color: #e3e5e8;
   color: #8a919f;
}

.n_next {
   border-top: 1px solid #eee;
   padding: 20px 0 38px;
   color: #555;
}
.n_next a {
   color: #555;
}
.n_next a:hover {
   color: #71452e;
}

/* left */
.left_bt {
   border-bottom: 1px solid #e3e3e3;
}
.left_bt span {
   display: inline-block;
   border-bottom: 1px solid #0f81ca;
   margin-bottom: -1px;
   padding: 0 2px 12px 0;
   color: #333;
}
.left_list {
   padding-top: 5px;
}
.left_list li {
   border-bottom: 1px dotted #e3e3e3;
   height: 40px;
   overflow: hidden;
   padding: 10px 0;
}
.left_list li span {
   display: block;
}
.left_list li span.pic {
   width: 50px;
   height: 34px;
   overflow: hidden;
   border: 1px solid #e3e3e3;
   padding: 2px;
}
.left_list li span.pic img {
   height: 100%;
}
.left_list li span.name {
   width: 186px;
}
.left_list li a {
   color: #333;
   display: block;
}
.left_list li a:hover {
   color: #1a8bcd;
}
.left_list li:hover span.pic {
   border-color: #1a8bcd;
}

/* message */
.message {
   padding: 0 0 30px
}
.message .msg {
   padding: 15px 12% 0;
   margin: 0 auto;
}
.message .msg li {
   position: relative;
   margin: 12px 0
}
.message .msg li input,.msg li textarea {
	border-radius: 2px;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	font-size: 13px;
   width: 95.8%;
   color: #666;
}
.message .msg li textarea {
	height: 80px
}
.message .msg li img {
	display: block;
	position: absolute;
	right: 10px;
	z-index: 999;
   bottom: 3px;
   cursor: pointer;
}
.message .msg li button {
	width: 100%;
	border: 0 none;
	background: #0f81ca;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 20px;
	font-weight: bold
}
.message .msg li:hover button {
	background: #e46c00
}

/* footer */
.footer {
   width: 100%;
   background-color: #fafafa;
}
.footer .foot_lx {
   border-bottom: 1px solid #e9eae5;
   padding: 50px 0 46px 90px;
}
.footer .foot_lx li {
   float: left;
   height: 85px;
   width: 33.33333%;
   overflow: hidden;
}
.footer .foot_lx li .ico {
   width: 70px;
}
.footer .foot_lx li .info {
   padding: 10px 0 0 15px;
   color: #71452e;
}
.footer .foot_lx li .info span {
   display: block;
}
.footer .foot_lx li .info span.tel {
   color: #282828;
}
.footer .foot_wx {
   color: #71452e;
   padding: 50px 0;
}
.footer .foot_wx img {
   max-width: 125px;
   display: inline-block;
   margin: 0 25px;
}
.footer .foot_copy {
   background-color: #73452e;
}
.footer .foot_copy a {
   color: #fff;
}
.footer .foot_copy a:hover {
   color: #ccb0a1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #c9c9c9;
   font-size: 13px;
}
p#back-to-top{
   position: fixed;
   display: none;
   bottom: 30px;
   right: 30px;
}
p#back-to-top a {
   text-align: center;
   display: block;
   height: 30px;
   width: 30px;
   line-height: 38px;
   border: 1px #6c380f solid;
   color: #6c380f;
   overflow: hidden;
}
p#back-to-top a:hover {
   color: #fff;
   border-color: #6c380f;
   background-color: #6c380f;
}