@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  font-family: "宋体";
  background: #ffffff;
  width: 100%;
  min-width: 1200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form,
ul,
ol,
li,
input {
  padding: 0;
}
img {
  border: 0px;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
}
div,
p,
h1,
h2,
h3,
h4,
b,
form,
input,
ul,
ol,
li,
a,
dd,
dt,
dl,
i,
em,
pre,
span {
  color: #323232;
  list-style: none;
  text-decoration: none;
  font-family: "Microsoft YaHei", tahoma, Arial, "微软雅黑", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
/*a{text-decoration:none;}*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清空浮动的代码-start*/
.clr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clr {
  display: inline-block;
}
html[xmlns] .clr {
  display: block;
}
* html .clr {
  height: 1%;
}
img {
  border: 0px;
}
/*清空浮动的代码-end*/
.a_hidden {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*字体颜色*/
.c_black {
  color: black;
}
.c_white {
  color: white;
}
.c_red {
  color: red;
}
.c_gray {
  color: gray;
}
.c_blue {
  color: #03afdd;
}
.c_orange {
  color: #ff6b00;
}
/*背景颜色*/
.bg_black {
  background: black;
}
.bg_white {
  background: white;
}
.bg_red {
  background: red;
}
.bg_gray {
  background: gray;
}
.bg_blue {
  background: blue;
}
.bg_orange {
  background: orange;
}
.f-s12 {
  font-size: 12px;
}
.pd5 {
  padding: 5px;
}
.proimg-hover {
  display: inline-block;
  width: 125px;
  height: 53px;
  border: 2px solid #5dc1ff;
  margin: 0px 10px;
}
.cate-hover {
  padding-left: 20px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.cate-click {
  padding-left: 20px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
/*opacity: 1;filter: alpha(opacity=100);*/
/*通用轮播*/
.banner-wp {
  width: 100%;
  height: 100%;
  position: relative;
  /*height:704px;*/
}
.banner-wp .bd {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.banner-wp .bd .tempWrap {
  height: 100%;
}
.banner-wp .bd ul {
  width: 100%;
  height: 100%;
}
.banner-wp .bd ul li {
  width: 100%;
  height: 100%;
}
.banner-wp .bd ul li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.banner-wp .bd ul li a img {
  width: 100%;
  display: block;
}
.banner-wp .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.banner-wp .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  line-height: 9999px;
}
.banner-wp .hd ul li.on {
  width: 36px;
  border-radius: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/*通用轮播结束*/
.module-borwseltie9 {
  padding: 50px 0 50px 240px;
  background: url("/images/ie.png") no-repeat 50px 68px;
}
.module-borwseltie9 .tit {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1;
}
.module-borwseltie9 .desc {
  font-size: 14px;
  line-height: 24px;
}
.module-borwseltie9 .link-btn {
  float: left;
  width: 90px;
}
.module-borwseltie9 .link-btn img {
  text-align: center;
  display: block;
  margin: 10px auto;
}
.module-borwseltie9 .link-btn span {
  color: #898989;
  display: block;
  text-align: center;
}
/*头部开始*/
.module-top {
  width: 100%;
  background-color: #e2e2e2;
  height: 40px;
}
.module-top .xinxi {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
.module-top .xinxi .top {
  height: 100%;
}
.module-top .xinxi .top span {
  font-size: 12px;
  line-height: 40px;
  color: #5a3a19;
  font-weight: lighter;
}
.module-top .xinxi .top span.num {
  font-size: 14px;
  font-weight: bold;
}
.module-top .xinxi .right a {
  font-size: 12px;
  line-height: 40px;
  color: #5a3a19;
  font-weight: lighter;
}
.module-top .xinxi .right a i {
  padding: 0 10px;
}
.module-header {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 209px;
  background: url(../../images/herder_bg.png) center no-repeat;
  background-size: cover;
  -webkit-box-shadow: -1px 2px 5px #E0E0E0;
  box-shadow: -1px 2px 5px #E0E0E0;
}
.module-header .header_nav_box {
  margin: 0 auto;
  width: 1200px;
}
.module-header .header_nav_box .callUs {
  float: right;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-header .header_nav_box .callUs .pic {
  width: 22px;
  height: 22px;
  float: right;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
.module-header .header_nav_box .callUs .pic.qq {
  background: url(../../images/qq.png) center no-repeat;
}
.module-header .header_nav_box .callUs .pic .wx-icon {
  display: block;
  width: 100%;
}
.module-header .header_nav_box .callUs .pic .wechat {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border: 5px solid #6c1217;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -65px;
  display: none;
}
.module-header .header_nav_box .callUs .pic .wechat img {
  display: block;
  width: 100%;
}
.module-header .header_nav_box .callUs .pic.wx:hover .wechat {
  display: block!important;
}
.module-header .header_nav_box .module-nav {
  width: 1200px;
  margin: 0 auto;
  padding-top: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-header .header_nav_box .module-nav .header-nav {
  height: 86px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-header .header_nav_box .module-nav .header-nav li {
  float: left;
  position: relative;
  width: 126px;
  margin-left: 8px;
}
.module-header .header_nav_box .module-nav .header-nav li:nth-child(1) {
  margin-left: 0;
}
.module-header .header_nav_box .module-nav .header-nav li .link-a {
  display: block;
}
.module-header .header_nav_box .module-nav .header-nav li .link-a span {
  display: block;
  text-align: center;
}
.module-header .header_nav_box .module-nav .header-nav li .link-a .nav-titlesCha {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1;
}
.module-header .header_nav_box .module-nav .header-nav li .link-a .nav-titlesEng {
  white-space: nowrap;
  font-size: 12px;
  font-weight: lighter;
  color: #878787;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 0 12px;
}
.module-header .header_nav_box .module-nav .header-nav li .line {
  height: 12px;
  border-left: 1px dashed #878787;
  width: 0;
  position: absolute;
  top: 42px ;
  right: 0;
}
.module-header .header_nav_box .module-nav .header-nav li:hover .nav-titlesCha {
  color: #5a3a19 !important;
  font-size: 20px;
}
.module-header .header_nav_box .module-nav .header-nav li:hover .hover-icon {
  display: block;
  width: 72px;
  height: 12px;
  background: url(../../images/hover-btn.png) center no-repeat;
  background-size: cover ;
}
.module-header .header_nav_box .module-nav .header-nav li:hover .xiala_nav {
  height: auto;
  opacity: 1;
}
.module-header .header_nav_box .module-nav .header-nav li.btn-hover .link-a .nav-titlesCha {
  color: #5a3a19;
  font-size: 20px;
}
.module-header .header_nav_box .module-nav .header-nav li.btn-hover .link-a .hover-icon {
  display: block;
  width: 72px;
  height: 12px;
  background: url(../../images/hover-btn.png) center no-repeat;
  background-size: cover ;
}
.module-header .header_nav_box .module-nav .header-nav li .xiala_nav {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  background-color: #fff;
  padding: 15px 0;
  opacity: 0;
}
.module-header .header_nav_box .module-nav .header-nav li .xiala_nav .link-xiala {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: #808080;
}
.module-header .header_nav_box .module-nav .header-nav li .xiala_nav .link-xiala:hover {
  color: #FF0000;
}
.module-footer {
  width: 100%;
  background: url(../../images/footer_bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.module-footer .module-foter_con {
  width: 1200px;
  margin: 50px auto 0;
  overflow: hidden;
}
.module-footer .module-foter_con .footer-nav li {
  float: left;
  width: 65px;
  margin-right: 40px;
}
.module-footer .module-foter_con .footer-nav li .title {
  display: block;
  font-size: 14px;
  color: #1a1a1a;
}
.module-footer .module-foter_con .footer-nav li .link-footer {
  display: block;
  color: #1a1a1a;
  opacity: 0.5;
  margin-top: 15px;
  white-space: nowrap;
}
.module-footer .module-foter_con .footer-nav li a:hover {
  color: #FF0000 !important;
}
.module-footer .module-foter_con .ewm {
  margin-left: 105px;
}
.module-footer .module-foter_con .ewm .ewm_img {
  width: 105px;
  margin-right: 55px;
}
.module-footer .module-foter_con .ewm .ewm_img .pic {
  width: 100%;
  height: 105px;
  -webkit-box-shadow: 1px 1px 10px #eee;
  box-shadow: 1px 1px 10px #eee;
  display: block;
}
.module-footer .module-foter_con .ewm .ewm_img .txt {
  display: block;
  font-size: 12px;
  color: #1a1a1a;
  opacity: 0.5;
  margin-top: 15px;
  text-align: center;
}
.module-footer .module-foter_con .contact {
  margin: 14px 10px 0 0;
}
.module-footer .module-foter_con .contact .tit {
  height: 26px;
}
.module-footer .module-foter_con .contact .tit .tb {
  float: left;
  width: 26px;
  height: 26px;
  background: url(../../images/phone.png) no-repeat center;
  background-size: cover;
}
.module-footer .module-foter_con .contact .tit .txt {
  float: left;
  line-height: 26px;
  font-size: 20px;
  color: #1a1a1a;
}
.module-footer .module-foter_con .contact .phone {
  line-height: 48px;
  font-size: 35px;
  color: #5a3a19;
  font-weight: bold;
  font-style: italic;
}
.module-footer .module-foter_con .contact .tousu {
  font-size: 16px;
  line-height: 1;
  color: #1A1A1A;
}
.module-footer .footer_bottom {
  width: 1200px;
  margin: 20px auto 40px;
  overflow: hidden;
}
.module-footer .footer_bottom .blogroll {
  width: 100%;
}
.module-footer .footer_bottom .blogroll a {
  float: left;
  color: #1a1a1a;
  margin-right: 10px;
  line-height: 1;
}
.module-footer .footer_bottom .blogroll a.links-title {
  opacity: 0.5;
}
.module-footer .footer_bottom .blogroll a.links-title:hover {
  color: #FF0000;
}
.module-footer .footer_bottom .banquan {
  font-size: 12px;
  color: #1A1A1A;
  line-height: 1;
  margin-top: 15px;
  opacity: 0.5;
}
.search-box {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ccc;
}
.search-box .search {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.search-box .search .hotkey {
  float: left;
  line-height: 70px;
  font-size: 14px;
}
.search-box .search .search-key {
  position: relative;
  float: right;
  width: 450px;
  height: 52px;
  border-bottom: 1px solid #979797;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-box .search .search-key input {
  outline: none;
}
.search-box .search .search-key .ipt-txt {
  border: none;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: lighter;
  color: #878787;
  width: 100%;
}
.search-box .search .search-key .ipt-btn {
  border: none;
  height: 32px;
  width: 50px;
  color: #878787;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 18px;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@font-face {
  font-family: 'ADOBE';
  src: url('../../font/ADOBE.eot?#font-spider2') format('embedded-opentype'), url('../../font/ADOBE.woff') format('woff'), url('../../font/ADOBE.TTF') format('truetype'), url('../../font/ADOBE.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.testfont {
  font-family: 'ADOBE';
}
.homepage-bg {
  width: 100%;
  background: url(../../images/product_bg.png) no-repeat center top;
  overflow: hidden;
  background-size: 100%;
}
.homepage-bg .homepage-aboutus {
  position: relative;
  width: 1240px;
  margin: 63px auto 106px;
  border: 5px solid #f2f2f2;
  background: #fff url(../../images/about-bg.png) no-repeat center;
  background-size: 100%;
}
.homepage-bg .homepage-aboutus .content {
  width: 480px;
  margin-left: 305px;
  overflow: hidden;
  margin-top: 70px;
}
.homepage-bg .homepage-aboutus .content .desc {
  width: 100%;
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
  word-spacing: 6px;
  color: #4d4948;
}
.homepage-bg .homepage-aboutus .content .more {
  display: block;
  font-weight: lighter;
  line-height: 1;
  color: #49070a;
  margin: 20px 0 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.homepage-bg .homepage-aboutus .content .more:hover {
  font-size: 26px;
}
.homepage-bg .homepage-aboutus .img {
  width: 410px;
  overflow: hidden;
  margin: 15px 15px 0 0;
}
.homepage-bg .homepage-aboutus .img img {
  display: block;
  width: 100%;
}
.homepage-bg .homepage-aboutus .yiny {
  width: 100%;
  height: 60px;
  background: url(../../images/about_bottom_yy.png) no-repeat center / 100%;
  position: absolute;
  bottom: -60px;
  left: 0;
}
.homepage-bg .homepage-product {
  width: 100%;
  position: relative;
}
.homepage-bg .homepage-product .title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.homepage-bg .homepage-product .title .cha {
  display: block;
  line-height: 1;
  font-size: 45px;
  margin-left: 55px;
  position: relative;
  z-index: 2;
  color: #000;
}
.homepage-bg .homepage-product .title .eng {
  color: #000;
  line-height: 1;
  font-size: 60px;
  opacity: 0.09;
  position: absolute;
  top: -10px;
  left: -212px;
  text-transform: uppercase;
}
.homepage-bg .homepage-product .module-txt {
  width: 1200px;
  margin: 15px auto 40px;
  padding-left: 190px;
  font-size: 13px;
  color: #000;
  line-height: 1;
}
.homepage-bg .homepage-product .product-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.homepage-bg .homepage-product .product-list .list li {
  width: 1200px!important;
  height: 642px;
  padding: 70px 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.homepage-bg .homepage-product .product-list .list li .link-detail {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homepage-bg .homepage-product .product-list .list li .link-detail img {
  display: block;
  width: 100%;
}
.homepage-bg .homepage-product .arrow {
  width: 1328px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 60%;
  margin-left: -664px;
}
.homepage-bg .homepage-product .arrow .next,
.homepage-bg .homepage-product .arrow .prev {
  width: 40px;
  height: 40px;
  background: url(../../images/right-arrows.png) no-repeat center;
  background-size: cover;
}
.homepage-bg .homepage-product .arrow .prev {
  background-image: url(../../images/left-arrow.png);
}
.homepage-product_class {
  width: 1200px;
  margin: 40px auto 32px;
  position: relative;
}
.homepage-product_class .tempWrap {
  width: 100%!important;
  overflow: hidden;
}
.homepage-product_class .class-list li {
  float: left;
  width: 195px;
  overflow: hidden;
  margin-right: 140px;
}
.homepage-product_class .class-list li:last-child {
  margin-right: 0;
}
.homepage-product_class .class-list li .img {
  width: 100%;
  height: 195px;
  overflow: hidden;
  margin-bottom: 38px;
}
.homepage-product_class .class-list li .img img {
  width: 100%;
  display: block;
}
.homepage-product_class .class-list li .name {
  display: block;
  font-size: 18px;
  font-family: '宋体';
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.homepage-product_class .class-list li .line {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #d1d1d1;
  margin: 18px auto;
}
.homepage-product_class .class-list li .desc {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: lighter;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homepage-product_class .arrow {
  width: 1328px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -664px;
}
.homepage-product_class .arrow .next,
.homepage-product_class .arrow .prev {
  width: 40px;
  height: 40px;
  background: url(../../images/right-arrows.png) no-repeat center;
  background-size: cover;
}
.homepage-product_class .arrow .prev {
  background-image: url(../../images/left-arrow.png);
}
.homepage-module-more {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #323232;
  display: block;
  width: 408px;
  height: 58px;
  border: 1px solid #d1d1d1;
  margin: 50px auto 0;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  font-weight: lighter;
  border-radius: 10px;
}
.homepage-module-more:hover {
  background-color: #5a3a19;
  color: #fff;
}
.homepage-case {
  width: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
}
.homepage-case .case-box {
  width: 1326px;
  margin: 60px auto;
  overflow: hidden;
}
.homepage-case .case-box .module-case_list {
  width: 624px;
  position: relative;
  height: 546px;
  margin-bottom: 48px;
}
.homepage-case .case-box .module-case_list .img {
  width: 100%;
  height: 358px;
  overflow: hidden;
}
.homepage-case .case-box .module-case_list .img img {
  display: block;
  width: 100%;
}
.homepage-case .case-box .module-case_list .con {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 531px;
  height: 241px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -265.5px;
  padding: 50px 44px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.homepage-case .case-box .module-case_list .con span {
  display: block;
  line-height: 1;
  color: #060001;
  text-indent: 1em;
  text-transform: uppercase;
}
.homepage-case .case-box .module-case_list .con .title-eng {
  font-size: 13px;
  color: #060001;
  display: block;
  line-height: 1;
}
.homepage-case .case-box .module-case_list .con .title-cha {
  font-size: 20px;
  margin: 26px 0 18px;
}
.homepage-case .case-box .module-case_list .con .desc {
  font-size: 12px;
  line-height: 19px;
  color: #878787;
  word-spacing: 6px;
}
.homepage-case .case-box .module-case_list .con .more {
  width: 25px;
  height: 15px;
  background: url(../../images/jiantou.png) center / 100% no-repeat;
  position: absolute;
  bottom: 30px;
  right: 44px;
}
.homepage-case .case-box .module-case_list:hover .con {
  -webkit-box-shadow: 5px 5px 20px #878787;
  box-shadow: 5px 5px 20px #878787;
}
.homepage-case .case-box .left {
  width: 638px;
  margin-top: 75px;
}
.homepage-case .case-box .left .top {
  width: 100%;
}
.homepage-case .case-box .left .top .title {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.homepage-case .case-box .left .top .title .cha {
  display: block;
  text-align: right;
  line-height: 1;
  font-size: 45px;
  margin-left: 55px;
  position: relative;
  z-index: 2;
  color: #000;
}
.homepage-case .case-box .left .top .title .eng {
  color: #000;
  line-height: 1;
  font-size: 60px;
  opacity: 0.09;
  position: absolute;
  top: -10px;
  right: -150px;
  text-transform: uppercase;
}
.homepage-case .case-box .left .top .module-txt {
  width: 100%;
  margin: 20px auto 120px;
  font-size: 13px;
  color: #000;
  line-height: 1;
  text-align: right;
}
.homepage-case .case-box .left .bottom_more {
  display: block;
  width: 453px;
  height: 143px;
  background: url(../../images/more-case.png) no-repeat center / 100%;
  margin: 47px 0 0 122px;
}
.homepage-news {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 140px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-news .dn {
  font-size: 651px;
  color: #3f3f3f;
  opacity: 0.07;
  position: absolute;
  top: -95px;
  left: -320px;
  line-height: 1;
}
.homepage-news .title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.homepage-news .title .cha {
  display: block;
  line-height: 1;
  font-size: 45px;
  margin-left: 55px;
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
}
.homepage-news .title .eng {
  width: 1200px;
  color: #000;
  line-height: 1;
  text-align: center;
  font-size: 60px;
  opacity: 0.09;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -600px;
  text-transform: uppercase;
}
.homepage-news .module-txt {
  margin: 15px auto 40px;
  text-align: right;
  font-size: 13px;
  color: #000;
  line-height: 1;
  padding-right: 232px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-news .news-list {
  width: 100%;
  overflow: hidden;
  margin-top: 85px;
  position: relative;
  z-index: 2;
}
.homepage-news .news-list .left {
  width: 490px;
  overflow: hidden;
}
.homepage-news .news-list .left .link-new_detail {
  display: block;
  width: 100%;
}
.homepage-news .news-list .left .link-new_detail .img {
  width: 100%;
  height: 258px;
  overflow: hidden;
  margin-bottom: 20px;
}
.homepage-news .news-list .left .link-new_detail .img img {
  display: block;
  width: 100%;
}
.homepage-news .news-list .left .link-new_detail .new-title {
  line-height: 1;
  font-size: 20px;
}
.homepage-news .news-list .left .link-new_detail .new-time {
  font-size: 14px;
  color: #737373;
  line-height: 1;
  margin: 10px 0;
}
.homepage-news .news-list .left .link-new_detail .desc {
  color: #737373;
  line-height: 25px;
  word-spacing: 6px;
}
.homepage-news .news-list .right {
  width: 590px;
  overflow: hidden;
}
.homepage-news .news-list .right li {
  width: 100%;
  margin-bottom: 15px;
}
.homepage-news .news-list .right li .time {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 78px;
  height: 78px;
  overflow: hidden;
}
.homepage-news .news-list .right li .time .m-d {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  line-height: 1;
  font-size: 23px;
  margin: 20px 0 10px 10px;
}
.homepage-news .news-list .right li .time .y {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
  margin-left: 14px;
}
.homepage-news .news-list .right li .ner {
  width: 488px;
  overflow: hidden;
  padding-top: 5px;
}
.homepage-news .news-list .right li .ner .new-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px ;
  line-height: 1;
}
.homepage-news .news-list .right li .ner .desc {
  color: #737373;
  line-height: 25px;
  word-spacing: 6px;
  margin-top: 10px;
}
.homepage-news .news-list .right li:hover .time {
  background-color: #5a3a19;
}
.homepage-news .news-list .right li:hover .time .m-d,
.homepage-news .news-list .right li:hover .time .y {
  color: #fff;
}
.homepage-news .news-list .right li:hover .ner .new-title {
  color: #5a3a19;
}
.homepage-honor {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.homepage-honor .title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.homepage-honor .title .cha {
  display: block;
  line-height: 1;
  font-size: 45px;
  margin-left: 55px;
  position: relative;
  z-index: 2;
  color: #000;
  text-align: center;
}
.homepage-honor .title .eng {
  width: 1200px;
  color: #000;
  line-height: 1;
  text-align: center;
  font-size: 60px;
  opacity: 0.09;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -600px;
  text-transform: uppercase;
}
.homepage-honor .module-txt {
  margin: 15px auto 40px;
  text-align: center;
  font-size: 13px;
  color: #000;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.homepage-honor .honor-list {
  padding: 30px 0 0 0;
  width: 1200px;
  margin: 0 auto;
}
.homepage-honor .honor-list .link {
  text-align: center;
}
.homepage-honor .honor-list .link .tit {
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
}
.module-neiye_banner {
  width: 100%;
  overflow: hidden;
}
.module-neiye_banner img {
  display: block;
  width: 100%;
}
.page-aboutus {
  width: 100%;
}
.page-aboutus .aboutus {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0 90px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.page-aboutus .aboutus .con {
  width: 664px;
  height: 538px;
  background-color: #f7f7f7;
  margin-top: 126px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.page-aboutus .aboutus .con .eng,
.page-aboutus .aboutus .con .cha {
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.page-aboutus .aboutus .con .eng {
  font-size: 27px;
}
.page-aboutus .aboutus .con .cha {
  font-size: 33px;
  margin: 15px 0 25px;
}
.page-aboutus .aboutus .con .content {
  width: 100%;
  padding-right: 10px;
  text-align: justify;
  font-size: 16px;
  font-weight: lighter;
  color: #777777;
  line-height: 25px;
}
.page-aboutus .aboutus .con .content span,
.page-aboutus .aboutus .con .content p,
.page-aboutus .aboutus .con .content div {
  text-align: justify!important;
  font-size: 16px;
  font-weight: lighter!important;
  color: #777777 !important;
  line-height: 25px!important;
}
.page-aboutus .aboutus .con .content img {
  display: block;
  width: 100%;
  height: auto ;
  margin: 20px 0;
}
.page-aboutus .aboutus .con .content::-webkit-scrollbar {
  /*滚动条整体部分*/
  width: 19px;
  height: 10px;
  border-radius: 19px;
}
.page-aboutus .aboutus .con .content::-webkit-scrollbar-track {
  /*scroll轨道背景*/
  border-radius: 19px;
  background-color: #e7e7e7;
}
.page-aboutus .aboutus .con .content::-webkit-scrollbar-thumb {
  /*滚动条中能上下移动的小块*/
  border-radius: 21px;
  -webkit-box-shadow: inset 0 0 6px #888888;
  background-color: black;
}
.page-aboutus .aboutus .img {
  width: 676px;
  height: 560px;
  overflow: hidden;
  position: absolute;
  top: 48px;
  right: 0px;
}
.page-aboutus .aboutus .img img {
  display: block;
  width: 100%;
}
.page-aboutus .brand_culture {
  width: 100%;
  padding-top: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.page-aboutus .brand_culture .brand_culture_con {
  font-size: 20px;
  color: #282c2f;
  text-align: center;
  line-height: 30px;
  margin-top: 65px;
}
.page-aboutus .brand_culture .brand_culture_con span,
.page-aboutus .brand_culture .brand_culture_con p,
.page-aboutus .brand_culture .brand_culture_con div {
  text-align: center!important;
  font-size: 20px;
  font-weight: lighter!important;
  color: #282c2f !important;
  line-height: 30px!important;
}
.page-aboutus .brand_culture .brand_culture_con p {
  text-indent: 1em;
}
.page-aboutus .brand_culture .brand_culture_con img {
  display: block;
  width: 100%;
  height: auto ;
  margin: 20px 0;
}
.page-aboutus .brand_culture .tu {
  width: 1200px;
  margin: 70px auto ;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-aboutus .brand_culture .tu li {
  width: 280px;
  height: 165px;
  overflow: hidden;
  float: left;
  margin: 0 54px;
}
.page-aboutus .brand_culture .tu li img {
  display: block;
  width: 100%;
}
.page-aboutus .development_history {
  width: 100%;
  padding-top: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 50px ;
}
.page-aboutus .development_history .about-module_title {
  padding-bottom: 73px;
}
.page-aboutus .development_history .history #cd-timeline:before {
  width: 1px;
  background: #d1d1d1;
}
.page-aboutus .development_history .history .cd-container .year {
  width: 73px;
  height: 73px;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  line-height: 73px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: url("../../images/lc4.png") top center no-repeat;
}
.page-aboutus .development_history .history .cd-container .top {
  top: -70px;
}
.page-aboutus .development_history .history .cd-container .btm {
  bottom: 0;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block {
  margin: 0  0 10px;
  margin-top: -40px;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-img {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-content {
  width: 479px;
  height: 240px;
  overflow: hidden;
  background-size: 100% 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 16px 26px;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-content .tit {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-content .txt {
  font-size: 14px;
  line-height: 23px;
  color: #787878;
  text-align: justify;
  height: 156px;
  overflow: hidden;
  overflow-y: scroll;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-content .txt::-webkit-scrollbar {
  /*滚动条整体部分*/
  width: 12px;
  height: 10px;
  border-radius: 12px;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-content .txt::-webkit-scrollbar-track {
  /*scroll轨道背景*/
  border-radius: 19px;
  background-color: #e7e7e7;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block .cd-timeline-content .txt::-webkit-scrollbar-thumb {
  /*滚动条中能上下移动的小块*/
  border-radius: 21px;
  -webkit-box-shadow: inset 0 0 6px #888888;
  background-color: black;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block:nth-child(2n+1) .cd-timeline-content {
  margin-left: 72px;
  background: url("../../images/lc.png") top center no-repeat;
}
.page-aboutus .development_history .history .cd-container .cd-timeline-block:nth-child(2n+2) .cd-timeline-content {
  margin-right: 72px;
  background: url("../../images/lc2.png") top center no-repeat;
}
.page-aboutus .honor {
  width: 100%;
  padding-top: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.page-aboutus .honor .honor-list {
  width: 1200px;
  margin: 60px auto;
  overflow: hidden;
}
.page-aboutus .honor .honor-list .list {
  width: 100%;
  overflow: hidden;
}
.page-aboutus .honor .honor-list .list li {
  float: left;
  width: 352px;
  height: 490px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.page-aboutus .honor .honor-list .list li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-aboutus .honor .honor-list .list li .img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 100%;
}
.page-aboutus .honor .honor-list .list li .title {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
.page-aboutus .honor .honor-list .list li:nth-child(3n-1) {
  margin: 0 72px 25px;
}
.page-aboutus .honor .honor-list .list li:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-module_title {
  width: 100%;
  position: relative;
}
.about-module_title .eng {
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 35px;
  color: #333;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.about-module_title .cha {
  text-align: center;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-product {
  width: 100%;
  overflow: hidden;
}
.page-product .about-module_title {
  margin-top: 50px;
}
.page-product .class-list {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-product .class-list li {
  float: left;
  width: 250px;
  margin: 0 25px 25px;
}
.page-product .class-list li:last-child {
  margin-right: 0;
}
.page-product .class-list li .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 12px;
}
.page-product .class-list li .img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-product .class-list li .name {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  white-space: nowrap;
  font-size: 18px;
  font-family: '微软雅黑';
  line-height: 1;
  text-align: center;
}
.page-product .class-list li:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.page-product .class-list li:hover .name {
  color: #5a3a19;
}
.page-product .product-list {
  width: 1200px;
  margin: 50px auto;
}
.page-product .product-list li {
  width: 380px;
  height: 428px;
  overflow: hidden;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.page-product .product-list li:nth-child(3n-1) {
  margin: 0 30px 30px;
}
.page-product .product-list li .img {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
}
.page-product .product-list li .img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-product .product-list li .title {
  width: 100%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
.page-joinus {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.page-joinus .about-module_title {
  margin-top: 80px;
}
.page-joinus .joinus-detail {
  margin: 60px auto 0;
  width: 1200px;
}
.page-joinus .joinus-detail .module-editor {
  font-size: 16px;
  text-align: justify!important;
  text-indent: 2em;
  line-height: 32px!important;
  margin-bottom: 30px;
}
.page-joinus .joinus-detail .module-editor p,
.page-joinus .joinus-detail .module-editor span,
.page-joinus .joinus-detail .module-editor div {
  font-size: 16px!important;
  text-align: justify!important;
  line-height: 32px!important;
}
.page-joinus .joinus-detail .module-editor p {
  text-indent: 2em;
}
.page-joinus .joinus-detail .module-editor img {
  display: block;
  max-width: 800px!important;
  max-height: 600px!important;
  margin: 0 auto;
  margin-top: 20px;
}
.page-case {
  width: 100%;
  overflow: hidden;
}
.page-case .list {
  width: 1200px;
  margin: 48px auto;
  overflow: hidden;
}
.page-case .list li {
  float: left;
  width: 590px;
  height: 314px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.page-case .list li:nth-child(2n-1) {
  margin-right: 20px;
}
.page-case .list li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-case .list li .img img {
  display: block;
  width: 100%;
}
.page-case .list li .title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -70px;
  left: 0;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
.page-case .list li:hover .title {
  bottom: 0;
}
.pagein-newslist {
  width: 100%;
  overflow: hidden;
}
.pagein-newslist .list {
  width: 1200px;
  margin: 60px auto 0;
}
.pagein-newslist .list li {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
}
.pagein-newslist .list li .tr-img {
  float: left;
  width: 312px;
  height: 200px;
  overflow: hidden;
}
.pagein-newslist .list li .tr-img img {
  display: block;
  height: 100%;
}
.pagein-newslist .list li .tr-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 888px;
  height: 100%;
  padding: 37px 28px 37px 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.pagein-newslist .list li .tr-item .name {
  font-size: 16px;
  line-height: 1;
}
.pagein-newslist .list li .tr-item .txt {
  line-height: 1;
  font-size: 14px;
  color: #878787;
  margin: 30px 0 38px;
}
.pagein-newslist .list li .tr-item .line {
  width: 100%;
  height: 1px;
  background-color: #bbbbbb;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagein-newslist .list li .tr-item .time {
  display: block;
  color: #878787;
  font-size: 17px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagein-newslist .list li:hover .tr-item {
  background-color: #f8f8f8;
}
.pagein-newslist .list li:hover .tr-item .line {
  opacity: 1;
}
.pagein-newslist .list li:hover .tr-item .time {
  opacity: 1;
  margin-top: 16px;
}
.logging {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.logging .login_box {
  width: 599px;
  height: 392px;
  border-radius: 10px;
  padding: 126px 99px 0;
  background: #fff url(../../images/login_bg.png) center / 100% no-repeat;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -299.5px 0 0 -196px;
  background-color: #fff;
}
.logging .login_box .off {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 68px;
  right: 12px;
  background: url(../../images/off.png) no-repeat center;
  background-size: cover;
}
.logging .login_box .userinfo {
  width: 100%;
  overflow: hidden;
}
.logging .login_box .userinfo li {
  width: 100%;
  height: 42px;
  border-radius: 10px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin-bottom: 20px;
}
.logging .login_box .userinfo li .tub {
  float: left;
  height: 20px;
  width: 20px;
  background: url(../../images/lianxiren.png) no-repeat center;
  background-size: cover;
  margin: 11px 15px;
}
.logging .login_box .userinfo li .tub.mm {
  background-image: url(../../images/mima.png);
}
.logging .login_box .userinfo li .ipt {
  border: none;
  float: left;
  height: 100%;
  color: #4c4c4c !important;
  font-size: 16px;
  width: 180px;
  background-color: #F5F5F5 !important;
}
.logging .login_box .userinfo li .ipt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc !important;
}
.logging .login_box .userinfo li .ipt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc !important;
}
.logging .login_box .userinfo li .ipt:-ms-input-placeholder {
  color: #ccc !important;
}
.logging .login_box .userinfo li .ipt::-webkit-input-placeholder {
  color: #ccc !important;
}
.logging .login_box .userinfo li .ipt:focus {
  outline: none;
}
.logging .state {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #999999;
  margin-bottom: 22px;
}
.logging .submit {
  display: block;
  cursor: pointer;
  border: none;
  height: 42px;
  width: 100%;
  background-color: #5a3a19;
  color: #fff;
  font-size: 16px;
}
.logging .submit:focus {
  outline: none;
}
.customer-page {
  width: 100%;
  overflow: hidden;
}
.customer-page .login {
  width: 1200px;
  margin: 30px auto 50px;
}
.customer-page .login .register {
  height: 22px;
  cursor: pointer;
}
.customer-page .login .register .login-icon {
  float: left;
  width: 22px;
  height: 22px;
  background: url(../../images/lianxiren.png) no-repeat center;
  background-size: cover;
}
.customer-page .login .register .txt {
  float: left;
  margin-left: 6px;
  font-size: 18px;
  line-height: 22px;
  color: #4c4c4c;
}
.customer-page .customer {
  width: 1200px;
  margin: 60px auto 98px;
  overflow: hidden;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.customer-page .customer li {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  line-height: 68px;
}
.customer-page .customer li a {
  font-size: 16px;
}
.customer-page .customer li a:hover {
  color: #FF0000;
}
.pagein-contactus {
  width: 100%;
  overflow: hidden;
  margin-bottom: 35px;
}
.pagein-contactus .cantact {
  width: 1200px;
  margin: 30px auto;
  -webkit-box-shadow: 0 0 15px #ccc;
  box-shadow: 0 0 15px #ccc;
  overflow: hidden;
}
.pagein-contactus .cantact .can {
  float: left;
  width: 25%;
  height: 265px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #f5f5f5;
  overflow: hidden;
}
.pagein-contactus .cantact .can:nth-child(1) {
  border: none;
}
.pagein-contactus .cantact .can span {
  display: block;
  line-height: 1;
  text-align: center;
  width: 135px;
  color: #000;
}
.pagein-contactus .cantact .can .tub {
  width: 46px;
  height: 44px;
  background: url(../../images/address.png) center / 100% no-repeat;
  margin: 80px auto 10px;
}
.pagein-contactus .cantact .can .tub.pho {
  background-image: url(../../images/phone-hot.png);
}
.pagein-contactus .cantact .can .txt {
  font-size: 18px;
  font-weight: lighter;
  margin: 0 auto;
  line-height: 31px;
}
.pagein-contactus .cantact .can .pit {
  font-size: 20px;
  margin: 0 auto;
}
.pagein-contactus .cantact .can .link-b {
  width: 144px;
  height: 144px;
  margin: 62px  auto 10px;
  display: block;
}
.pagein-contactus .map {
  width: 1200px;
  margin: 24px auto;
  height: 290px;
}
.pagein-contactus .map .map-baidu {
  width: 100%!important;
  height: 100%!important;
}
.pagein-contactus .from .userinfo {
  width: 1200px;
  margin: 40px auto 0;
}
.pagein-contactus .from .userinfo li {
  float: left;
  width: 300px;
  margin-right: 150px;
}
.pagein-contactus .from .userinfo li span {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 3px;
}
.pagein-contactus .from .userinfo li:nth-child(3) {
  margin-right: 0;
}
.pagein-contactus .from .userinfo li input {
  width: 100%;
  height: 40px;
  border: 1px dashed #c3c3c3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  padding-left: 20px;
  outline: none;
}
.pagein-contactus .from .content {
  margin: 40px auto 70px;
  width: 1200px;
  position: relative;
}
.pagein-contactus .from .content span {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 3px;
}
.pagein-contactus .from .content .fill-in-textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px dashed #c3c3c3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  padding-left: 20px;
  outline: none;
}
.pagein-contactus .from .content .fill-in-submit {
  width: 100px;
  height: 38px;
  background-color: #5a3a19;
  color: #fff;
  position: absolute;
  bottom: -63px;
  left: 0;
  border: none;
  cursor: pointer;
}
.page-scholars {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.page-scholars .list {
  width: 1200px;
  margin: 60px auto 0;
}
.page-scholars .list li {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  margin-bottom: 15px;
}
.page-scholars .list li .top {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
}
.page-scholars .list li .top span {
  padding-left: 14px;
  font-weight: lighter;
}
.page-scholars .list li .top span.zhiwu {
  font-size: 18px;
}
.page-scholars .list li .top .more {
  margin-right: 24px;
  color: #696969;
  font-size: 28px;
  line-height: 55px;
  width: 21px;
  text-align: center;
  cursor: pointer;
}
.page-scholars .list li .con_box {
  overflow: hidden;
  height: 0;
}
.page-scholars .list li .con {
  width: 100%;
}
.page-scholars .list li .con .yaoqiu {
  width: 100%;
  height: 55px;
  line-height: 55px;
}
.page-scholars .list li .con .yaoqiu .pit {
  padding: 0 20px;
  font-size: 13px;
  color: #2d2d2d;
  font-weight: lighter;
  border-left: 1px solid #dcdcdc;
}
.page-scholars .list li .con .yaoqiu .pit:first-child,
.page-scholars .list li .con .yaoqiu .pit.email {
  border: none;
}
.page-scholars .list li .con .contents {
  color: #323232 !important;
  font-size: 13px!important;
  line-height: 24px!important;
  padding: 18px 12px 28px!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-scholars .list li .con .contents span,
.page-scholars .list li .con .contents p,
.page-scholars .list li .con .contents div {
  color: #323232 !important;
  font-size: 13px!important;
  line-height: 24px!important;
}
.page-product_detail {
  width: 100%;
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}
.page-product_detail .product-detail {
  width: 1200px;
  overflow: hidden;
  padding-top: 14px;
  margin: 0 auto 80px;
}
.page-product_detail .product-detail .duotu {
  width: 553px;
  float: left;
  margin-left: 16px;
}
.page-product_detail .product-detail .duotu .datu {
  width: 550px;
  height: 550px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.page-product_detail .product-detail .duotu .datu .gallery-top .swiper-wrapper li {
  width: 550px!important;
  height: 550px;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
}
.page-product_detail .product-detail .duotu .datu .gallery-top .swiper-wrapper li img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-product_detail .product-detail .duotu .xiaotu {
  width: 100%;
  margin: 15px 0 29px;
  position: relative;
}
.page-product_detail .product-detail .duotu .xiaotu .gallery-thumbs {
  width: 488px!important;
  margin: 0 auto;
  overflow: hidden;
}
.page-product_detail .product-detail .duotu .xiaotu .swiper-slide {
  width: 121px;
  height: 121px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  background: #f9f9f9;
}
.page-product_detail .product-detail .duotu .xiaotu .swiper-slide img {
  display: block;
  width: 100%!important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-product_detail .product-detail .duotu .xiaotu .swiper-slide.on {
  border: 1px solid #D7AB64;
}
.page-product_detail .product-detail .duotu .xiaotu .btnstudio {
  height: 20px!important;
  margin-top: -10px !important;
}
.page-product_detail .product-detail .duotu .xiaotu .swiper-button-prev,
.page-product_detail .product-detail .duotu .xiaotu .swiper-button-next {
  margin-top: -60.5px !important;
  width: 24px!important;
  height: 121px!important;
  background: url(../../images/prev.jpg) no-repeat center !important;
  background-size: cover!important;
}
.page-product_detail .product-detail .duotu .xiaotu .swiper-button-prev {
  left: -12px !important;
}
.page-product_detail .product-detail .duotu .xiaotu .swiper-button-next {
  background: url(../../images/next.jpg) no-repeat center !important;
  right: -3px !important;
}
.page-product_detail .product-detail .rightcontent {
  width: 600px;
  overflow: hidden;
}
.page-product_detail .product-detail .rightcontent .pic {
  display: block;
  width: 100%;
  color: #666;
  border-bottom: 1px dashed #dadada;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding-left: 28px ;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-product_detail .product-detail .rightcontent .name {
  font-size: 40px;
  color: #4c4c4c;
  margin-top: 20px;
  line-height: 1;
  width: 125px;
  white-space: nowrap;
  padding-bottom: 30px;
  border-bottom: 7px solid #5a3a19;
}
.page-product_detail .product-detail .rightcontent .bdsharebuttonbox {
  width: 100%;
  padding: 28px 0 38px 28px;
  border-bottom: 1px dashed #dadada;
}
.page-product_detail .product-detail .rightcontent .bdsharebuttonbox a {
  padding: 0 15px 0 20px;
  font-size: 16px;
  color: #666;
}
.page-product_detail .product-detail .rightcontent .hotline .pho {
  font-size: 20px;
  color: #5A3A19;
  font-weight: bold;
}
.page-product_detail .product-detail .rightcontent .purchase {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 134px;
  height: 38px;
  background-color: #B7030A;
  line-height: 38px;
  margin: 0 auto 71px;
  border-radius: 5px;
}
.page-product_detail .product-detail .contentBottom {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 2em;
  line-height: 22px;
}
.page-product_detail .product-detail .contentBottom p,
.page-product_detail .product-detail .contentBottom span,
.page-product_detail .product-detail .contentBottom div {
  font-size: 14px!important;
  line-height: 22px!important;
  text-indent: 2em!important;
}
.page-product_detail .product-detail .contentBottom img {
  display: block;
  max-width: 100%;
  margin: 25px auto 0;
}
.page-product_detail .product-detail .detail-title {
  width: 100%;
  height: 95px;
  background-color: #fff;
  padding-top: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}
.page-product_detail .product-detail .detail-title .txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
.page-product_detail .product-detail .detail-title .txt:after,
.page-product_detail .product-detail .detail-title .txt:before {
  content: '';
  width: 38px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  right: 480px;
}
.page-product_detail .product-detail .detail-title .txt:before {
  left: 480px;
}
.page-product_detail .product-detail .detail-title .txt span {
  padding: 0 30px;
  font-size: 25px;
  line-height: 1;
}
.page-product_detail .product-detail .detail-title .eng {
  text-align: center;
  font-size: 20px;
  font-weight: lighter;
  color: #878787;
}
.pagein-newsdetail {
  width: 100%;
  overflow: hidden;
}
.pagein-newsdetail .newsdetail {
  width: 1200px;
  margin: 50px auto;
  overflow: hidden;
  padding: 60px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.pagein-newsdetail .newsdetail .newtitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.pagein-newsdetail .newsdetail .time {
  text-align: center;
  font-size: 12px;
  margin: 20px 0;
  color: #878787;
}
.pagein-newsdetail .newsdetail .module-editor {
  width: 100%;
  padding: 20px 80px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 2em;
  line-height: 22px;
}
.pagein-newsdetail .newsdetail .module-editor p,
.pagein-newsdetail .newsdetail .module-editor span,
.pagein-newsdetail .newsdetail .module-editor div {
  font-size: 14px!important;
  line-height: 22px!important;
  text-indent: 2em!important;
}
.pagein-newsdetail .newsdetail .module-editor img {
  display: block;
  max-width: 800px;
  max-height: 536px;
  margin: 25px auto 0;
}
.pagein-newsdetail .newsdetail .prev a,
.pagein-newsdetail .newsdetail .next a {
  display: block;
  max-width: 400px;
  font-size: 16px;
  margin: 30px 0;
}
.pagein-newsdetail .newsdetail .prev a:hover,
.pagein-newsdetail .newsdetail .next a:hover {
  color: #5a3a19;
}
.module-pages {
  text-align: center;
  margin: 50px 0 80px;
}
.module-pages a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #878787;
  line-height: 1;
  background-color: #fff;
  padding: 14px 15px;
  border: 1px solid #dadada;
  margin-left: 8px;
}
.module-pages a.pre {
  font-weight: bolder;
  font-size: 14px;
}
.module-pages a.activity {
  background-color: #4d4d4d;
  color: #fff;
}
.module-pages a:hover {
  background-color: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
.module-pages .rows {
  display: none;
}
.searchpage {
  text-align: center;
  margin-top: 30px;
}
.searchpage div {
  display: inline-block;
}
.searchpage div a,
.searchpage div span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #878787;
  line-height: 1;
  background-color: #fff;
  padding: 14px 15px;
  border: 1px solid #e0e0e0;
  margin-left: 8px;
}
.searchpage div a:hover,
.searchpage div span:hover {
  background-color: #4d4d4d;
  color: #fff;
  border: 1px solid #4d4d4d;
}
.searchpage div .current {
  background-color: #4d4d4d;
  color: #fff;
}
#Validform_msg {
  color: #7d8289;
  font: 12px/1.5 tahoma, arial, 5b 8b 4f 53, sans-serif;
  width: 280px;
  -webkit-box-shadow: 0px 0px 3px #aaa;
  -moz-box-shadow: 0px 0px 3px #aaa;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
}
#Validform_msg .Validform_title {
  line-height: 40px;
  height: 40px;
  text-align: left;
  font-weight: bold;
  padding: 0 20px;
  color: #333;
  position: relative;
  background-color: #ddd;
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 40px;
  position: absolute;
  right: 20px;
  top: 0px;
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
#Validform_msg a.Validform_close:hover {
  color: #666;
}
#Validform_msg .Validform_info {
  padding: 20px;
  border-top: none;
  text-align: left;
}
a {
  outline: none;
}
.module-left {
  width: 277px;
  background-color: #fff;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.module-left .xilie {
  font-weight: bold;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5a3a19;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
}
.module-left .link {
  width: 100%;
  overflow: hidden;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.module-left .link .middletitle {
  display: block;
  padding-left: 32px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #4c4c4c;
  border-bottom: 1px dashed #e3e3e3;
}
.module-left .link .middletitle:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #999999;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -7px;
}
.module-left .link .middletitle:hover {
  color: #5a3a19;
}
.module-left .link .middletitle:hover:before {
  border-color: transparent transparent transparent #5a3a19;
}
.module-left .link .middletitle.on {
  color: #5a3a19;
}
.module-left .link .middletitle.on:before {
  border-color: transparent transparent transparent #5a3a19;
}
.module-left .link .mintitle-box {
  width: 100%;
}
.module-left .link .mintitle-box .xtitle {
  display: block;
  padding-left: 32px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px dashed #e3e3e3;
}
.module-left .link .mintitle-box .xtitle:hover {
  color: #5a3a19;
}
.module-left .link .mintitle-box .xtitle.active {
  color: #5a3a19;
}
.module-right {
  width: 906px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.module-right .titl {
  font-weight: bold;
  width: 100%;
  height: 56px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #5a3a19;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
}
.space_3d {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding-top: 36px;
}
.space_3d .box {
  width: 1200px;
  margin: 0 auto 80px;
}
.space_3d .box .module-left .link .middletitle.on:before {
  border-color: #5a3a19 transparent transparent transparent;
  border-width: 7px 7px 0 7px;
  top: 50%;
  left: 6px;
  margin-top: -3.5px;
}
.space_3d .box .module-right .product-list {
  width: 100%;
  padding: 0 11px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.space_3d .box .module-right .product-list li {
  float: left;
  width: 197px;
  overflow: hidden;
  margin: 22px 12px 0;
  cursor: pointer;
}
.space_3d .box .module-right .product-list li .img {
  width: 185px;
  height: 185px;
  overflow: hidden;
  border: 6px solid #e5e5e5;
}
.space_3d .box .module-right .product-list li .img img {
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.space_3d .box .module-right .product-list li .title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #4c4c4c;
  text-align: center;
}
.space_3d .box .module-right .product-list li:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.space_3d .box .module-right .product-list li:hover .title {
  color: #112340;
}
.space_3d .box .module-right .module-pages {
  text-align: center;
}
.space_page {
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
}
.space_page .space-banner {
  width: 1200px;
  height: 170px;
  margin: 41px auto 0;
  position: relative;
  overflow: hidden;
}
.space_page .space-banner .bg {
  width: 100%;
  height: 100%;
  display: block;
}
.space_page .space-banner .title {
  position: absolute;
  top: 30px;
  left: 30px;
}
.space_page .space-banner .title span {
  display: block;
  color: #333;
  line-height: 1;
  text-transform: capitalize;
}
.space_page .space-banner .title span.cha {
  font-size: 43px;
  font-weight: bold;
}
.space_page .space-banner .title span.eng {
  font-size: 17px;
  width: 100px;
}
.space_page .space-banner .title .line {
  width: 132px;
  height: 1px;
  background-color: #333;
  margin: 5px 0 7px;
  display: block;
}
.space_page .spaces {
  width: 1200px;
  margin: 0 auto;
}
.space_page .spaces .list {
  width: 100%;
}
.space_page .spaces .list li {
  float: left;
  width: 383px;
  margin: 0 25px 55px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.space_page .spaces .list li:nth-child(3n) {
  margin-right: 0;
}
.space_page .spaces .list li .img {
  width: 383px;
  height: 306px;
  overflow: hidden;
}
.space_page .spaces .list li .img img {
  display: block;
  height: 100%;
}
.space_page .spaces .list li .title {
  width: 100%;
  height: 69px;
  line-height: 69px;
  font-size: 18px;
  color: #4c4c4c;
  text-align: center;
  display: block;
}
.space_page .spaces .list li:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.module-class {
  width: 100%;
  margin: 36px 0 24px;
}
.module-class .link-spaces_title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  float: left;
  margin: 0 36px 24px 0;
  width: 130px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 13px;
  color: #4c4c4c;
  background-color: #fff;
}
.module-class .link-spaces_title:hover {
  background-color: #C9123A;
  color: #fff;
}
.module-class .link-spaces_title.on {
  background-color: #5A3A19;
  color: #fff;
}
.module-current {
  width: 1200px;
  height: 78px;
  line-height: 78px;
  word-spacing: 6px;
  margin: 0 auto;
}
.module-current .tp {
  font-size: 16px;
  color: #4c4c4c;
}
.module-current .position {
  font-size: 16px;
  color: #21406a;
  text-decoration: underline;
}
.cate {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.cate .cate-list {
  width: 231px;
  height: 49px;
  border: 1px solid #fff;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 14px 11px;
  text-align: center;
  line-height: 49px;
  background: #fff;
  color: #5A3A19;
}
.cate .cate-list:nth-child(5n+1) {
  margin-left: 0;
}
.cate .cate-list:hover {
  border-color: #627083;
}
.cate .on {
  background: #5A3A19;
  border-color: #5A3A19;
  color: #fff;
}
.cate .cate-btm {
  position: absolute;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cate .cate-btm .xtitle {
  width: 172px;
  height: 49px;
  border: 1px solid #fff;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 49px;
}
.cate .cate-btm .xtitle:nth-child(2) {
  margin-left: 80px;
}
.cate .cate-btm .xtitle:hover {
  border-color: #627083;
}
.cate-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7px 0 60px;
}
.cate-title .line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  width: 100%;
  background: #ccc;
  position: relative;
}
.cate-title .line:after {
  content: "";
  width: 50px;
  height: 14px;
  background: #ccc;
  position: absolute;
  top: -7px;
}
.cate-title .line:nth-child(1):after {
  right: 0;
}
.cate-title .line:nth-child(3):after {
  left: 0;
}
.cate-title .title {
  width: 403px;
  text-align: center;
  font-size: 30px;
}
.cate-wrap {
  width: 1200px;
  margin: 0 auto;
}
.cate-wrap .cate-content {
  width: 100%;
}
.cate-wrap .cate-content li {
  width: 383px;
  height: 452px;
  float: left;
  margin: 0 0 60px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cate-wrap .cate-content li:nth-child(3n+1) {
  margin-left: 0;
}
.cate-wrap .cate-content li a .img {
  width: 383px;
  height: 383px;
  overflow: hidden;
}
.cate-wrap .cate-content li a .img img {
  width: 100%;
  display: block;
  height: 383px;
}
.cate-wrap .cate-content li a .title {
  display: block;
  width: 100%;
  height: 69px;
  background: #fff;
  text-align: center;
  line-height: 69px;
}
.cate-wrap .cate-content li:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.1);
}
