.header .logo.header .logobody,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  color: #dd823d;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.shuru::-webkit-input-placeholder {
  color: #999;
}
.shuru:-moz-placeholder {
  color: #999;
}
.shuru::-moz-placeholder {
  color: #999;
}
.shuru:-ms-input-placeholder {
  color: #999;
}
.wrap {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.row {
  width: 100%;
  box-sizing: border-box;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.article {
  line-height: 22px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 126px;
}
.footer {
  width: 100%;
  min-width: 1200px;
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 126px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  background: #ffffff;
}
.header .language {
  float: right;
  margin-top: 51px;
}
.header .language a {
  display: block;
  padding-left: 29px;
  line-height: 30px;
  font-size: 14px;
  color: #545454;
  background: url(../images/language1.jpg) no-repeat 0 center;
}
.header .language a:hover {
  background-image: url(../images/language2.jpg);
  color: #dd823d;
}
.header .logo {
  width: 230px;
  height: 84px;
  float: left;
  overflow: hidden;
  margin-top: 22px;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  float: right;
  margin-right: 12px;
}
.header .nav > ul > li {
  width: 125px;
  float: left;
  background: url(../images/nav_line.gif) no-repeat 0 center;
  text-align: center;
  position: relative;
}
.header .nav > ul > li:first-child {
  background: none;
}
.header .nav > ul > li.on a {
  color: #dd823d;
}
.header .nav > ul > li.on a:after {
  width: 100%;
  left: 0;
}
.header .nav > ul > li:hover a {
  color: #dd823d;
}
.header .nav > ul > li:hover a:after {
  width: 100%;
  left: 0;
}
.header .nav > ul > li > a {
  padding: 0 6px;
  height: 126px;
  line-height: 126px;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header .nav > ul > li > a:after {
  content: "";
  width: 0%;
  height: 3px;
  background: #dd823d;
  position: absolute;
  bottom: 41px;
  left: 50%;
  z-index: 5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header .nav > ul > li .sub {
  position: absolute;
  top: 119px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 90;
  padding: 7px 18px 0 18px;
  box-sizing: border-box;
  display: none;
}
.header .nav > ul > li .sub ul {
  background: #55433e;
}
.header .nav > ul > li .sub:after {
  content: " ";
  width: 12px;
  height: 7px;
  position: absolute;
  background: url(../images/sub.png) no-repeat 0 0;
  top: 0px;
  left: 50%;
  margin-left: -6px;
  z-index: 9;
}
.header .nav > ul > li .sub li {
  border-bottom: dotted 1px #654f49;
}
.header .nav > ul > li .sub li a {
  min-width: 124px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.header .nav > ul > li .sub li a:hover {
  color: #dd823d;
}
.header .nav:hover > ul > li.on {
  color: #333333;
}
.header .nav:hover > ul > li.on > a {
  color: #333;
}
.header .nav:hover > ul > li.on:hover > a {
  color: #dd823d;
}
.header .nav:hover > ul > li.on:hover > a:after {
  width: 100%;
  left: 0;
}
.header .nav:hover > ul > li.on > a:after {
  width: 0;
  left: 50%;
}
.footer {
  background: #5d4c42;
}
.footer .linkMap {
  float: left;
  margin: 58px 0 54px 0;
}
.footer .linkMap ul {
  width: 125px;
  float: left;
}
.footer .linkMap li {
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  color: #c8c4c2;
}
.footer .linkMap li a {
  font-size: 14px;
  color: #c8c4c2;
}
.footer .linkMap li a:hover {
  color: #fff;
}
.footer .linkMap li.tit {
  font-size: 16px;
  margin-bottom: 22px;
  color: #fff;
}
.footer .linkMap li.tit a {
  font-size: 16px;
  color: #fff;
}
.footer .qrcode {
  width: 162px;
  margin-top: 60px;
  overflow: hidden;
  float: left;
}
.footer .qrcode img {
  width: 100%;
}
.footer .contact {
  float: right;
  width: 238px;
  margin-top: 60px;
}
.footer .contact .tit {
  line-height: 20px;
  font-size: 18px;
  color: #fff;
}
.footer .contact .en {
  line-height: 14px;
  font-size: 12px;
  color: #bab4b1;
}
.footer .contact li {
  line-height: 18px;
  font-size: 14px;
  color: #bab4b1;
  margin-top: 16px;
  padding-left: 31px;
  box-sizing: border-box;
  background: no-repeat 0 0;
}
.footer .contact li a {
  font-size: 14px;
  color: #bab4b1;
}
.footer .copyright {
  background: #3c302a;
  line-height: 20px;
  font-size: 14px;
  color: #898482;
  padding: 15px 0;
  border-top: solid 1px #6a5a51;
}
.footer .copyright a {
  font-size: 14px;
  color: #898482;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright .text {
  width: 800px;
  float: left;
}
.footer .copyright .support {
  width: 400px;
  float: right;
  text-align: right;
}
.Index .fixedSidebar{
  display:none;
}
.Index.fixShow .fixedSidebar{
  display:block;
}
.fixedSidebar {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 90;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.fixedSidebar li {
  margin-bottom: 2px;
  position: relative;
}
.fixedSidebar li .btn {
  width: 68px;
  height: 68px;
  background-color: #bfbfbf;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.fixedSidebar li .btn a {
  display: block;
}
.fixedSidebar li:hover .btn {
  background-color: #5d4c42;
}
.fixedSidebar li .btn .icon {
  height: 26px;
  padding-top: 12px;
}
.fixedSidebar li .btn .icon img {
  max-height: 100%;
}
.fixedSidebar li .btn .txt {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.fixedSidebar li .returnTop {
  background: url(../images/mainSidebar_icon5.png) no-repeat center #b7b7b7;
}
.fixedSidebar li .share,
.fixedSidebar li .number {
  width: auto;
  height: 68px;
  line-height: 68px;
  position: absolute;
  right: 68px;
  top: 0;
  z-index: 2;
  background: #5d4c42;
  font-family: Arial;
  font-size: 22px;
  color: #fff;
  padding: 0 20px;
  display: none;
  white-space: nowrap;
}
.fixedSidebar li .share {
  width: 204px;
  padding: 0;
  display: none;
}
.fixedSidebar li .share .bdsharebuttonbox {
  width: 100%;
  float: left;
}
.fixedSidebar li .share li {
  width: 68px;
  height: 68px;
  display: block;
  text-align: center;
  border-right: solid 1px #fff;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  color: #fff;
  opacity: 1;
  position: relative;
}
.fixedSidebar li .share li a {
  margin: 0;
  width: 100%;
  height: 68px;
  display: block;
  background: no-repeat center 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  z-index: 6;
  text-indent: 0;
}
.fixedSidebar li .share li span {
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 2;
  color: #fff;
}
.fixedSidebar li .share a.bds_tsina {
  background-image: url(../images/share1.png);
}
.fixedSidebar li .share a.bds_weixin {
  background-image: url(../images/share2.png);
}
.fixedSidebar li .share a.bds_sqq {
  background-image: url(../images/share3.png);
}
.fixedSidebar .en li .share a.bds_tsina {
  background-image: url(../images/share1-1.png);
}
.fixedSidebar .en li .share a.bds_weixin {
  background-image: url(../images/share2-1.png);
}
.fixedSidebar .en li .share a.bds_sqq {
  background-image: url(../images/share3-1.png);
}
.fixedSidebar li .share li:hover {
  background-color: #5d4c42;
  opacity: 1;
}
.fixedSidebar li .share a.bds_more {
  display: none;
}
/*头尾end*/
.main {
  min-width: 1200px;
}
.main .banner .fullSlide {
  position: relative;
}
.main .banner .fullSlide:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .banner .fullSlide .bd {
  position: relative;
  z-index: 0;
}
.main .banner .fullSlide .bd li img {
  width: 100%;
  vertical-align: top;
}
.main .banner .fullSlide .hd {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 5;
}
.main .banner .fullSlide .hd ul {
  text-align: center;
}
.main .banner .fullSlide .hd li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  font-size: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: url(../images/fullSlide_hd1.png) no-repeat center;
}
.main .banner .fullSlide .hd ul .on {
  background-image: url(../images/fullSlide_hd2.png);
}
.main .banner .fullSlide .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
}
.main .banner .fullSlide .prev,
.main .banner .fullSlide .next {
  width: 21px;
  height: 52px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/fullSlide_prev.png) no-repeat 0 0;
}
.main .banner .fullSlide .next {
  left: auto;
  right: 0;
  background-image: url(../images/fullSlide_next.png);
}
.main .searchBox {
  width: 100%;
  height: 68px;
  background: #f4f4f4;
  clear: both;
}
.main .searchBox:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .searchBox .keywords {
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  float: left;
  margin-top: 24px;
}
.main .searchBox .keywords span {
  font-weight: bold;
  color: #333333;
}
.main .searchBox .searchBar {
  float: right;
  margin-top: 16px;
}
.main .searchBox .searchBar input.inpu {
  width: 290px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  border: none;
  background: #fff;
  float: left;
}
.main .searchBox .searchBar .btn {
  width: 42px;
  height: 40px;
  float: left;
  border: none;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center #dd823d;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .searchBox .searchBar .btn:hover {
  background-color: #dc6600;
}
.main .columnTitle {
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  color: #333333;
}
.main .columnTitle a {
  font-size: 36px;
  color: #333333;
}
.main .columnTitle .line {
  width: 34px;
  height: 3px;
  margin: 16px auto 0 auto;
  background: #999999;
}
.main .product {
  padding: 50px 0 10px 0;
}
.main .product .tab {
  text-align: center;
  margin-top: 30px;
}
.main .product .tab ul {
  display: inline-block;
}
.main .product .tab li {
  width: 168px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 10px;
  border: solid 1px #dadada;
  float: left;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.main .product .tab li.on {
  border: solid 1px #dd823d;
  background: #dd823d;
  color: #fff;
}
.main .product .productList {
  box-sizing: border-box;
  display: none;
  margin-top: 28px;
}
.main .product .productList li {
  width: 278px;
  float: left;
  overflow: hidden;
  margin: 0 0 40px 29px;
  text-align: center;
}
.main .product .productList li:nth-child(4n+1) {
  margin-left: 0;
}
.main .product .productList li .pic {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.main .product .productList li .pic img {
  width: 100%;
  display: block;
}
.main .product .productList li .pic .filter {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0%;
  background: url(../images/productList_filter.png);
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.main .product .productList li .pic .filter .line {
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.main .product .productList li .pic .filter .see {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 2;
  padding-bottom: 40px;
  background: url(../images/productList_see.png) no-repeat center bottom;
  font-size: 16px;
  color: #fff;
}
.main .product .productList li .text {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #f4f4f4;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.main .product .productList li a:hover .filter {
  height: 100%;
  padding: 14px;
}
.main .product .productList li a:hover .text {
  background: #dd823d;
  color: #fff;
}
.main .case {
  padding-bottom: 63px;
}
.main .case .longPic {
  width: 100%;
  height: 250px;
  background: url(../images/case_longPic.jpg) no-repeat 0 center;
  background-attachment: fixed;
  padding-top: 52px;
}
.main .case .longPic .columnTitle {
  color: #fff;
}
.main .case .longPic .columnTitle a {
  color: #fff;
}
.main .case .longPic .columnTitle .line {
  background: #b7b7b7;
}
.main .case .longPic .text {
  width: 1018px;
  margin: 28px auto 0 auto;
  line-height: 25px;
  font-size: 14px;
  color: #d4d4d3;
  text-align: center;
}
.main .case .tab {
  height: 60px;
  text-align: center;
  margin-top: -30px;
  z-index: 5;
  position: relative;
}
.main .case .tab ul {
  display: inline-block;
  padding: 0 65px;
  background: #dc883f;
}
.main .case .tab li {
  width: 226px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 18px;
  color: #fff;
  background: url(../images/case_tab_line.gif) no-repeat 0 center;
  cursor: pointer;
}
.main .case .tab li:first-child {
  background-image: none;
}
.main .case .caseList {
  margin-top: 40px;
  display: none;
}
.main .case .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .case .caseList li {
  width: 278px;
  height: 190px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 0 30px 29px;
  float: left;
}
.main .case .caseList li:nth-child(4n+1) {
  margin-left: 0;
}
.main .case .caseList li img {
  width: 100%;
  display: block;
}
.main .case .caseList li .filter {
  width: 100%;
  height: 0%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(../images/productList_filter.png);
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.main .case .caseList li a:hover .filter {
  height: 100%;
  padding: 14px 17px;
}
.main .case .caseList li .text {
  width: 100%;
  height: 160px;
  border: solid 1px #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.main .case .caseList li .text .tit {
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  margin-top: 34px;
}
.main .case .caseList li .text .line {
  width: 24px;
  height: 2px;
  margin: 11px auto;
  background: #fff;
}
.main .case .caseList li .text .txt {
  line-height: 20px;
  font-size: 14px;
  color: #dad7d4;
  padding: 0 30px;
  box-sizing: border-box;
}
.main .case .more {
  width: 170px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 10px auto 0 auto;
  background: #5d4c42;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .case .more:hover {
  background: #dd823d;
}
.main .introduction {
  background: #f3f4f4;
  padding: 48px 0 62px 0;
}
.main .introduction .content {
  background: #fff;
  margin-top: 32px;
}
.main .introduction .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .introduction .video {
  width: 50%;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.main .introduction .video img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .introduction .video .pic:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .introduction .video .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 5;
  line-height: 26px;
  font-size: 20px;
  color: #fff;
  padding-top: 58px;
  background: url(../images/video_icon.png) no-repeat center 0;
}
.main .introduction .video video {
  width: 600px;
  height: 403px;
  background: #000;
  display: none;
}
.main .introduction .text {
  width: 50%;
  float: right;
  padding: 40px;
  box-sizing: border-box;
}
.main .introduction .text .en {
  line-height: 20px;
  font-size: 14px;
}
.main .introduction .text .tit {
  line-height: 28px;
  font-size: 25px;
  color: #333333;
  margin-top: 4px;
}
.main .introduction .text .line {
  width: 32px;
  height: 3px;
  background: #cccccc;
  margin: 26px 0;
}
.main .introduction .text .txt {
  line-height: 27px;
  font-size: 14px;
  color: #666666;
  height: 200px;
  overflow: hidden;
}
.main .introduction .text .more {
  font-size: 14px;
  color: #dc883f;
}
.main .introduction .text .more:hover {
  color: #dc6600;
}
.main .process {
  padding: 58px 0;
}
.main .process .list {
  margin-top: 40px;
}
.main .process .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .process .list li {
  width: 200px;
  float: left;
  text-align: center;
  background: url(../images/process_arrow.gif) no-repeat 20px 57px;
}
.main .process .list li:first-child {
  width: 165px;
  background: none;
}
.main .process .list li .icon1 {
  width: 130px;
  height: 130px;
  overflow: hidden;
  float: right;
}
.main .process .list li .icon1 img {
  width: 100%;
  height: 100%;
  display: block;
}
.main .process .list li .icon2 {
  width: 130px;
  height: 130px;
  overflow: hidden;
  float: right;
  display: none;
}
.main .process .list li .icon2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.main .process .list li .text {
  width: 130px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  float: right;
  margin-top: 32px;
}
.main .process .list li:hover .icon1 {
  display: none;
}
.main .process .list li:hover .icon2 {
  display: block;
}
.main .news {
  background: #f4f4f4;
  padding: 58px 0 55px 0;
}
.main .news .list {
  width: 585px;
  float: left;
  margin-left: 30px;
}
.main .news .list:first-child {
  margin-left: 0;
}
.main .news .list .title {
  line-height: 26px;
  font-size: 22px;
  color: #333333;
}
.main .news .list ul {
  margin-top: 25px;
}
.main .news .list li {
  margin-bottom: 20px;
}
.main .news .list li a {
  border: solid 1px #dddddd;
  padding: 14px 16px;
  box-sizing: border-box;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
}
.main .news .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .list li a:hover {
  border: solid 1px #dd823d;
}
.main .news .list li a:hover .date {
  background: #dd823d;
}
.main .news .list li a:hover .txt,
.main .news .list li a:hover .tit {
  color: #5d4c42;
}
.main .news .list li .date {
  width: 68px;
  height: 68px;
  float: left;
  background: #c1c1c1;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .list li .date .day {
  font-family: Arial;
  font-size: 26px;
  line-height: 28px;
  display: block;
  color: #fff;
  margin-top: 12px;
}
.main .news .list li .date .years {
  font-family: Arial;
  font-size: 26px;
  line-height: 28px;
  display: block;
  color: #fff;
  margin-top: 12px;
  line-height: 16px;
  font-size: 14px;
  margin-top: 0;
}
.main .news .list li .text {
  padding-left: 82px;
  box-sizing: border-box;
}
.main .news .list li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .list li .txt {
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .list .more {
  width: 168px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: solid 1px #dddddd;
  margin-top: 30px;
  display: block;
  font-size: 16px;
  color: #666666;
  margin: 0 auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .list .more:hover {
  background: #dd823d;
  border: solid 1px #dd823d;
  color: #fff;
}
/*首页end*/
.container {
  min-width: 1200px;
  padding-bottom: 40px;
}
.container .banner {
  min-width: 1200px;
  position: relative;
}
.container .banner img {
  width: 100%;
  display: block;
}
.container .banner .wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 2;
}
.container .banner .title {
  width: 240px;
  height: 122px;
  background: url(../images/banner_title.gif) no-repeat right 0 bottom 0 #55433e;
  padding: 26px 0 0 30px;
  box-sizing: border-box;
}
.container .banner .title .tit {
  line-height: 32px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.container .banner .title .line {
  width: 50px;
  height: 2px;
  background: #fff;
  margin-top: 19px;
}
.container .sidebar {
  clear: both;
  width: 240px;
  float: left;
}
.container .sidebar .menu {
  background: #f8f8f8;
  padding-top: 10px;
}
.container .sidebar .menu li {
  border-bottom: dotted 1px #dbdbdb;
}
.container .sidebar .menu li:last-child {
  border: none;
}
.container .sidebar .menu li a {
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #333333;
  text-indent: 46px;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .sidebar .menu li a:hover {
  color: #dd823d;
}
.container .sidebar .menu li.on a {
  background: url(../images/sidebar_menu.png) no-repeat 30px center #dc883f;
  color: #fff;
}
.container .sidebar .reading {
  margin-top: 22px;
  background: #f8f8f8;
}
.container .sidebar .reading .tit {
  height: 50px;
  line-height: 50px;
  background: #55433e;
  text-indent: 57px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .sidebar .reading li {
  border-bottom: dotted 1px #dbdbdb;
}
.container .sidebar .reading li:last-child {
  border: none;
}
.container .sidebar .reading li a {
  height: 49px;
  line-height: 49px;
  display: block;
  padding: 0 10px 0 25px;
  box-sizing: border-box;
  font-size: 14px;
  color: #55433e;
  background: url(../images/reading.gif) no-repeat 15px center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .sidebar .reading li a:hover {
  color: #dd823d;
}
.container .content {
  width: 930px;
  float: right;
  margin-top: 10px;
}
.container .content .crumbs {
  height: 76px;
  line-height: 76px;
}
.container .content .crumbs li {
  float: left;
  padding-left: 21px;
  background: url(../images/crumbs1.png) no-repeat 7px center;
  font-size: 14px;
  color: #666666;
}
.container .content .crumbs li:first-child {
  padding-left: 27px;
  background: url(../images/crumbs2.png) no-repeat 0px center;
}
.container .content .crumbs li a {
  font-size: 14px;
  color: #666666;
}
.container .content .crumbs li a:hover {
  color: #dd823d;
}
.container .paging {
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging li {
  float: left;
  margin: 0 5px;
}
.container .paging li.long a {
  width: 68px;
}
.container .paging li a {
  width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: solid 1px #bcbcbc;
  font-size: 12px;
  color: #666666;
  display: block;
}
.container .paging li.on a,
.container .paging li a:hover {
  border: solid 1px #55433e;
  background: #55433e;
  color: #fff;
}
body.none {
  overflow-x: hidden;
  overflow-y: hidden;
}
.LookPicture :after,
.LookPicture :before {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  content: "";
}
.LookPicture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.LookPicture * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.LookPicture_Background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19960924;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none !important;
}
.LookPicture {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19960925;
  width: 100%;
  height: 100%;
  display: none;
}
.LookPicture .Look_Close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 19960925;
}
.LookPicture .Look_Close:after,
.LookPicture .Look_Close:before {
  background-color: #fff;
  width: 30px;
  height: 8px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  top: 17px;
  left: 5px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_Close:hover:after,
.LookPicture .Look_Close:hover:before {
  box-shadow: 0 0 10px #6cf;
  -moz-box-shadow: 0 0 10px #6cf;
  -webkit-box-shadow: 0 0 10px #66ccff;
}
.LookPicture .Look_Close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LookPicture .Look_Close:after {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.LookPicture .Look_img {
  display: none;
  position: absolute;
  max-width: 85%;
  max-height: 85%;
  top: 50%;
  left: 50%;
  z-index: 19960924;
  box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  border: 0;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.LookPicture .Look_img:hover {
  box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000000;
}
.LookPicture .Look_img.Look_Show {
  display: block;
}
.LookPicture .Look_before {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  z-index: 19960926;
  left: 50px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_before:after,
.LookPicture .Look_before:before {
  left: 0;
  width: 57px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_before:before {
  top: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LookPicture .Look_before:after {
  top: 13px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.LookPicture .Look_before:hover {
  left: 40px;
}
.LookPicture .Look_before:hover:after,
.LookPicture .Look_before:hover:before {
  box-shadow: 0 0 20px #6cf;
  -moz-box-shadow: 0 0 20px #6cf;
  -webkit-box-shadow: 0 0 20px #66ccff;
}
.LookPicture .Look_next {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  z-index: 19960926;
  right: 50px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_next:after,
.LookPicture .Look_next:before {
  left: 0;
  width: 57px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.LookPicture .Look_next:before {
  top: 50px;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}
.LookPicture .Look_next:after {
  top: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.LookPicture .Look_next:hover {
  right: 40px;
}
.LookPicture .Look_next:hover:after,
.LookPicture .Look_next:hover:before {
  box-shadow: 0 0 20px #6cf;
  -moz-box-shadow: 0 0 20px #6cf;
  -webkit-box-shadow: 0 0 20px #66ccff;
}
.Look_Open {
  display: block !important;
}
.aboutPage .introduction .article {
  background: #f8f8f8;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.aboutPage .introduction .article img {
  max-width: 100%;
}
.aboutPage .introduction .article .text {
  padding: 30px;
  box-sizing: border-box;
}
.aboutPage .introduction .characteristics li {
  width: 460px;
  float: left;
  margin: 10px 0 0 10px;
  padding: 30px 50px 20px 50px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.aboutPage .introduction .characteristics li:nth-child(odd) {
  margin-left: 0;
}
.aboutPage .introduction .characteristics li .icon {
  height: 42px;
  text-align: center;
}
.aboutPage .introduction .characteristics li .tit {
  line-height: 20px;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin-top: 18px;
}
.aboutPage .introduction .characteristics li .txt {
  margin-top: 18px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.aboutPage .introduction .characteristics li .txt p {
  margin-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  background: url(../images/reading.gif) no-repeat 0 center;
}
.aboutPage .culture li {
  background: #f8f8f8;
  width: 310px;
  height: 250px;
  float: left;
}
.aboutPage .culture li .pic {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.aboutPage .culture li .pic img {
  width: 100%;
  display: block;
}
.aboutPage .culture li .pic .triangle {
  position: absolute;
  z-index: 2;
  background: no-repeat 0 0;
}
.aboutPage .culture li:nth-child(2) .triangle {
  width: 6px;
  height: 11px;
  background-image: url(../images/culture_triangle1.png);
  left: 0;
  top: 47px;
}
.aboutPage .culture li:nth-child(4) .triangle {
  width: 7px;
  height: 13px;
  background-image: url(../images/culture_triangle2.png);
  right: 0;
  top: 47px;
}
.aboutPage .culture li:nth-child(6) .triangle {
  width: 11px;
  height: 6px;
  background-image: url(../images/culture_triangle3.png);
  top: 0;
  right: 71px;
}
.aboutPage .culture li:nth-child(8) .triangle {
  width: 7px;
  height: 13px;
  background-image: url(../images/culture_triangle4.png);
  top: 49px;
  right: 0;
}
.aboutPage .culture li .text {
  padding: 26px 26px 0 26px;
  box-sizing: border-box;
}
.aboutPage .culture li .icon {
  width: 88px;
  height: 88px;
  overflow: hidden;
}
.aboutPage .culture li .icon img {
  width: 100%;
  display: block;
}
.aboutPage .culture li .tit {
  line-height: 22px;
  font-size: 20px;
  color: #333333;
  margin-top: 24px;
}
.aboutPage .culture li .txt {
  line-height: 25px;
  font-size: 16px;
  color: #666666;
  margin-top: 14px;
}
.aboutPage .honorList {
  margin-bottom: 12px;
}
.aboutPage .honorList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honorList li {
  width: 290px;
  margin: 0 0 30px 30px;
  background: #f2f1f1;
  padding: 23px;
  box-sizing: border-box;
  text-align: center;
  float: left;
}
.aboutPage .honorList li:nth-child(3n+1) {
  margin-left: 0;
}
.aboutPage .honorList li .pic {
  height: 172px;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .honorList li .pic img {
  width: 100%;
  display: block;
}
.aboutPage .honorList li .text {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  margin: 16px 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .honorList li:hover .text {
  color: #dd823d;
}
.aboutPage .honorList li:hover .pic {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .recruitment {
  padding-bottom: 22px;
}
.aboutPage .recruitment li {
  margin-bottom: 20px;
}
.aboutPage .recruitment li .top {
  background: url(../images/recruitment1.png) no-repeat right 31px center #f7f7f7;
  padding: 15px;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .recruitment li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .recruitment li .top .txt4,
.aboutPage .recruitment li .top .txt3,
.aboutPage .recruitment li .top .txt2,
.aboutPage .recruitment li .top .txt1 {
  padding-left: 10px;
  float: left;
  line-height: 20px;
  font-size: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .recruitment li .top .txt1 {
  width: 178px;
}
.aboutPage .recruitment li .top .txt2 {
  width: 220px;
}
.aboutPage .recruitment li .top .txt3 {
  width: 270px;
}
.aboutPage .recruitment li .top .txt4 {
  width: 172px;
}
.aboutPage .recruitment li.on .top {
  background: url(../images/recruitment2.png) no-repeat right 31px center #dd823d;
}
.aboutPage .recruitment li.on .top .txt4,
.aboutPage .recruitment li.on .top .txt3,
.aboutPage .recruitment li.on .top .txt2,
.aboutPage .recruitment li.on .top .txt1 {
  color: #fff;
}
.aboutPage .recruitment li .conten {
  display: none;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 27px;
  font-size: 14px;
  color: #666666;
}
.aboutPage .recruitment li .conten .tit {
  padding: 15px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #dd823d;
}
/*关于我们end*/
.casePage .caseList {
  margin-bottom: 10px;
}
.casePage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseList li {
  width: 290px;
  float: left;
  text-align: center;
  margin: 0 0 30px 30px;
}
.casePage .caseList li:nth-child(3n+1) {
  margin-left: 0;
}
.casePage .caseList li .pic {
  height: 198px;
  overflow: hidden;
  position: relative;
}
.casePage .caseList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.casePage .caseList li .pic .filter {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  background: url(../images/caseList_filter2.png);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.casePage .caseList li .pic .filter .see {
  font-size: 14px;
  color: #fff;
  padding-top: 38px;
  background: url(../images/link_icon.png) no-repeat center 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.casePage .caseList li .text {
  padding: 0 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333333;
  background: #f8f8f8;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.casePage .caseList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.casePage .caseList li a:hover .filter {
  height: 100%;
}
.casePage .caseList li a:hover .text {
  color: #dd823d;
}
.casePage .caseDetails .slideBox {
  width: 755px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.casePage .caseDetails .slideBox .bd {
  position: relative;
  z-index: 0;
}
.casePage .caseDetails .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.casePage .caseDetails .slideBox .bd li .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url(../images/slideBox_btn.png);
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  font-size: 16px;
  color: #fff;
}
.casePage .caseDetails .slideBox .bd img {
  width: 100%;
  display: block;
}
.casePage .caseDetails .slideBox .prev,
.casePage .caseDetails .slideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 34px;
  height: 100px;
  background: url(../images/slideBox_btn.png);
  text-align: center;
  z-index: 80;
}
.casePage .caseDetails .slideBox .prev img,
.casePage .caseDetails .slideBox .next img {
  width: 12px;
  margin-top: 36px;
}
.casePage .caseDetails .slideBox .prev:hover,
.casePage .caseDetails .slideBox .next:hover {
  background-color: #dd823d;
}
.casePage .caseDetails .slideBox .next {
  left: auto;
  right: 0;
}
.casePage .caseDetails .article {
  padding: 30px 0;
}
.container .recommended .title {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666666;
  background: #f4f6f9;
}
.container .recommended .title .line {
  width: 4px;
  height: 52px;
  background: #55433e;
  float: left;
  margin-right: 20px;
}
.container .recommended .picScroll-left {
  overflow: hidden;
  position: relative;
}
.container .recommended .picScroll-left .prev,
.container .recommended .picScroll-left .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 30px;
  height: 87px;
  background: url(../images/slideBox_btn.png);
  text-align: center;
  z-index: 80;
}
.container .recommended .picScroll-left .prev img,
.container .recommended .picScroll-left .next img {
  width: 10px;
  margin-top: 31px;
}
.container .recommended .picScroll-left .prev:hover,
.container .recommended .picScroll-left .next:hover {
  background-color: #dd823d;
}
.container .recommended .picScroll-left .next {
  left: auto;
  right: 0;
}
.container .recommended .picScroll-left .bd {
  margin-top: 20px;
}
.container .recommended .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.container .recommended .picScroll-left .bd li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 296px;
  margin-right: 20px;
}
.container .recommended .picScroll-left .bd li .pic {
  height: 202px;
  overflow: hidden;
  position: relative;
}
.container .recommended .picScroll-left .bd li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.container .recommended .picScroll-left .bd li .pic .filter {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  background: url(../images/caseList_filter2.png);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.container .recommended .picScroll-left .bd li .pic .filter .see {
  font-size: 14px;
  color: #fff;
  padding-top: 38px;
  background: url(../images/link_icon.png) no-repeat center 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.container .recommended .picScroll-left .bd li .text {
  padding: 0 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333333;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .recommended .picScroll-left .bd li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.container .recommended .picScroll-left .bd li a:hover .filter {
  height: 100%;
}
.container .recommended .picScroll-left .bd li a:hover .text {
  color: #dd823d;
}
/*成功案例end*/
.productDetails .information:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productDetails .information .slideBox {
  width: 557px;
  height: 380px;
  float: left;
  position: relative;
  overflow: hidden;
}
.productDetails .information .slideBox .bd {
  position: relative;
  z-index: 0;
}
.productDetails .information .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.productDetails .information .slideBox .bd img {
  width: 100%;
  display: block;
}
.productDetails .information .slideBox .prev,
.productDetails .information .slideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  display: block;
  width: 34px;
  height: 100px;
  background: url(../images/slideBox_btn.png);
  text-align: center;
  z-index: 80;
}
.productDetails .information .slideBox .prev img,
.productDetails .information .slideBox .next img {
  width: 12px;
  margin-top: 36px;
}
.productDetails .information .slideBox .prev:hover,
.productDetails .information .slideBox .next:hover {
  background-color: #dd823d;
}
.productDetails .information .slideBox .next {
  left: auto;
  right: 0;
}
.productDetails .information .conten {
  width: 344px;
  float: right;
}
.productDetails .information .conten .title {
  line-height: 30px;
  font-size: 25px;
  color: #333333;
  border-bottom: solid 1px #dfdfdf;
  padding: 5px 0 22px 0;
}
.productDetails .information .conten li {
  border-bottom: dotted 1px #dfdfdf;
  line-height: 20px;
  font-size: 14px;
  color: #565656;
  padding: 27px 0;
}
.productDetails .details {
  clear: both;
  margin-top: 60px;
}
.productDetails .details .title {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #666666;
  background: #f4f6f9;
}
.productDetails .details .title .line {
  width: 4px;
  height: 52px;
  background: #55433e;
  float: left;
  margin-right: 20px;
}
.productDetails .details .article {
  margin: 30px 0;
}
/*产品详情end*/
.newsPage .newsList {
  margin-bottom: 40px;
}
.newsPage .newsList li {
  background: url(../images/newsList_line.gif) repeat-x 0 bottom;
}
.newsPage .newsList li a {
  padding: 30px 0;
  display: block;
}
.newsPage .newsList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li a:hover .tit {
  color: #dd823d;
}
.newsPage .newsList li a:hover .more {
  background: #dd823d;
  color: #fff;
}
.newsPage .newsList li:first-child a {
  padding-top: 0;
}
.newsPage .newsList li .pic {
  width: 292px;
  height: 189px;
  overflow: hidden;
  float: left;
}
.newsPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .text {
  padding-left: 322px;
  box-sizing: border-box;
}
.newsPage .newsList li .tit {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .txt {
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #808080;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsList li .more {
  width: 140px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #dddddd;
  font-size: 14px;
  color: #333333;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsDetails {
  background: #fff;
  box-sizing: border-box;
  margin-top: 20px;
}
.newsPage .newsDetails .title {
  text-align: center;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
}
.newsPage .newsDetails .title .tit {
  line-height: 36px;
  font-size: 28px;
  color: #333;
}
.newsPage .newsDetails .title .date {
  line-height: 20px;
  font-size: 16px;
  color: #ccc;
  margin-top: 14px;
}
.newsPage .newsDetails .article {
  padding: 30px;
  box-sizing: border-box;
  border-bottom: solid 1px #eee;
}
.newsPage .newsDetails .nearPage {
  font-size: 16px;
  color: #666;
  padding: 20px 0;
  box-sizing: border-box;
}
.newsPage .newsDetails .nearPage p {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.newsPage .newsDetails .nearPage a {
  font-size: 16px;
  color: #666;
}
.newsPage .newsDetails .nearPage a:hover {
  color: #dd823d;
}
/*新闻资讯end*/
.secretPage .secretList {
  margin-bottom: 40px;
}
.secretPage .secretList li {
  margin-bottom: 20px;
}
.secretPage .secretList li a {
  border: dashed 1px #e2e2e2;
  padding: 14px;
  box-sizing: border-box;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.secretPage .secretList li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.secretPage .secretList li a:hover {
  border: dashed 1px #dd823d;
}
.secretPage .secretList li a:hover .date {
  background: #dd823d;
}
.secretPage .secretList li a:hover .date .years,
.secretPage .secretList li a:hover .date .day {
  color: #fff;
}
.secretPage .secretList li a:hover .text .txt2,
.secretPage .secretList li a:hover .text .txt1 {
  color: #dd823d;
}
.secretPage .secretList li .date {
  width: 68px;
  height: 68px;
  float: left;
  background: #d8d8d8;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.secretPage .secretList li .date .day {
  display: block;
  font-family: Arial;
  line-height: 28px;
  font-size: 26px;
  color: #55433e;
  margin-top: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.secretPage .secretList li .date .years {
  display: block;
  font-family: Arial;
  line-height: 28px;
  font-size: 26px;
  color: #55433e;
  margin-top: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  line-height: 20px;
  font-size: 14px;
  margin-top: 0;
}
.secretPage .secretList li .text {
  padding-left: 85px;
  box-sizing: border-box;
}
.secretPage .secretList li .text .txt1 {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.secretPage .secretList li .text .txt2 {
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #666666;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
/*开店秘籍end*/
.contactPage .address {
  background: #f8f8f8;
  padding: 56px 30px;
  box-sizing: border-box;
}
.contactPage .address:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .address li {
  width: 33.33%;
  float: left;
}
.contactPage .address li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .address li .icon {
  width: 60px;
  height: 60px;
  float: left;
  overflow: hidden;
}
.contactPage .address li .icon img {
  width: 100%;
  display: block;
}
.contactPage .address li .txt {
  padding-left: 70px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.contactPage .address li .txt a {
  font-size: 16px;
  color: #666666;
}
.contactPage .map {
  margin-top: 12px;
}
.contactPage #allmap {
  width: 100%;
  height: 508px;
}
.contactPage .message {
  margin-top: 50px;
}
.contactPage .message .title {
  text-align: center;
}
.contactPage .message .title .tit {
  line-height: 32px;
  font-size: 28px;
  color: #333333;
}
.contactPage .message .title .txt {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-top: 6px;
}
.contactPage .message .conten {
  margin-top: 30px;
}
.contactPage .message .conten:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .message .inputBox {
  width: 450px;
  float: left;
}
.contactPage .message .inputBox .inpu {
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contactPage .message .inputBox .inpu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .message .inputBox .inpu .icon {
  width: 40px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  float: left;
}
.contactPage .message .inputBox .inpu .icon img {
  vertical-align: middle;
  margin-top: -6px;
}
.contactPage .message .inputBox .inpu .tit {
  width: 50px;
  float: left;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
}
.contactPage .message .inputBox .inpu input {
  width: 350px;
  height: 38px;
  line-height: 38px;
  float: left;
  border: none;
  margin-left: 4px;
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
}
.contactPage .message .right {
  float: right;
  margin-bottom: 20px;
}
.contactPage .message .right .textarea {
  border: solid 1px #dfdfdf;
  box-sizing: border-box;
  width: 448px;
}
.contactPage .message .right .textarea .icon {
  width: 40px;
  height: 22px;
  line-height: 2px;
  text-align: center;
  float: left;
  margin-top: 14px;
}
.contactPage .message .right .textarea .tit {
  width: 200px;
  float: left;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  margin-top: 14px;
}
.contactPage .message .right .textarea textarea {
  width: 100%;
  height: 144px;
  resize: none;
  clear: both;
  margin-top: 5px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
}
.contactPage .message .right .btn {
  margin-top: 20px;
}
.contactPage .message .right .btn a,
.contactPage .message .right .btn button,
.contactPage .message .right .btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: none;
  background: #dd823d;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contactPage .message .right .btn a:hover,
.contactPage .message .right .btn button:hover,
.contactPage .message .right .btn input:hover {
  background: #dc6600;
}
/*联系我们end*/
/*首页动画*/
.main .news .list .title,
.main .news .list li,
.main .process .list,
.main .process .columnTitle,
.main .introduction .content,
.main .introduction .columnTitle,
.main .case .more,
.main .case .tab,
.main .case .tabBox,
.main .product .tabBox,
.main .product .tab,
.main .product .columnTitle {
  position: relative;
  top: 150px;
  opacity: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
/*首页动画end*/
