

html {}

body {
  color: #333;
  font: 14px "Microsoft Yahei";
}

body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img {
  border: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p {
  word-spacing: 0;
}

i,
em {
  font-style: normal;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.white,
.whites {
  position: relative;
  overflow: hidden;
}

.white:after,
.whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body {
  min-width: 1200px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

i,
em {
  font-style: normal;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

input:-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

@keyframes myfirst {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: 100% bottom;
  }
}

.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*banner*/
.banner {
  position: relative;
}

.banner li {
  width: 100%;
}

.banner li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.banner .content {
  position: relative;
}

.tempWrap {
  position: relative;
  z-index: 9999;
}
.ban_pg {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 16px;
  z-index: 99999;
  width: 100%;
  text-align: center;
}

.ban_pg i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 1);
  border-radius: 100%;
  margin: 0 10px;
  vertical-align: top;
}

.ban_pg i.on {
  background: #cca57a;
  opacity: 1;
}

.banner .prev {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  opacity: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  transition: all 0.5s;
}

.banner .next {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  opacity: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 10;
  transition: all 0.5s;
}

.banner:hover .prev {
  left: 4%;
  opacity: 1;
}

.banner:hover .next {
  right: 4%;
  opacity: 1;
}

.search {
  height: 105px;
  /* background: url(../images/sea_bg.png) no-repeat center; */
  padding-top: 23px;
  margin-top: -23px;
  box-sizing: border-box;
  position: relative;
  z-index: 99999;
}

.search h2 {
  display: block;
  float: left;
  font-weight: normal;
  width: 352px;
}

.search h2 b {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.search h2 b img {
  display: inline-block;
  margin-left: 54px;
  vertical-align: middle;
  width: 36px;
  height: 6px;
}

.search h2 span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding-top: 8px;
}

.search p {
  float: left;
  height: 82px;
  line-height: 82px;
  font-size: 14px;
  color: #666666;
}

.search p b {
  font-weight: normal;
  float: left;
}

.search p a {
  color: #666666;
  float: left;
  margin-right: 12px;
}

.search p a:hover {
  color: #cca57a;
}

.s_box {
  float: right;
  width: 240px;
  height: 82px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 3px solid #2c2f3e;
display:none;
}

.s_box .txt {
  float: left;
  width: 219px;
  height: 80px;
  line-height: 80px;
  font-size: 14px;
  color: #333;
  border: none;
  background: none;
  outline: 0;
}

.s_box .btn {
  float: left;
  width: 21px;
  height: 22px;
  border: 0;
  background: url(../image/sea.png) no-repeat center;
  outline: 0;
  cursor: pointer;
  margin-top: 29px;
}

.ph {
  float: right;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-top: 40px;
}

.ph img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: bottom;
}

.yz {
  height: 583px;
  /* background: url(../images/yz_bg.jpg) no-repeat center; */
  padding-top: 50px;
  box-sizing: border-box;
}

.yz h2 {
  font-weight: normal;
  text-align: center;
}

.yz h2 span {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}

.yz h2 i {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  padding-top: 10px;
  font-weight: bold;
}

.yz .xx {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 40px;
  text-align: center;
}

.yz ul {
  margin: 37px 50px 0;
  height: 226px;
  text-align: center;
  position: relative;
  z-index: 99999;
}

.yz ul li {
  float: left;
  width: 220px;
  height: 226px;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.yz ul li:last-child {
  border-right: 0;
}

.yz ul li em {
  display: block;
  margin: 32px auto 0;
  width: 62px;
  height: 62px;
  overflow: hidden;
}

.yz ul li em img {
  display: block;
  width: 62px;
  height: 62px;
  transition: all 0.5s;
}

.yz ul li.cur {
  box-shadow: 0 0 32px 13px rgba(44, 47, 62, 0.10);
}

.yz ul li.cur img:nth-child(1) {
  margin-top: -62px;
}

.yz ul li.cur p {
  display: block;
}

.yz ul li b {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 9px;
}

.yz ul li span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 12px;
  opacity: 0.2;
  text-transform: uppercase;
}

.yz ul li p {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #2c2f3e;
  padding: 0 52px 0;
}

.yz ul li.cur span {
  display: none;
}

.yz ul li.cur b {
  font-weight: bold;
  color: #2c2f3e;
}


.tit {
  text-align: center;
  font-weight: normal;
  font-size: 0;
  line-height: 0;
}

.tit h2 {
  font-size: 40px;
  color: #333333;
  font-weight: normal;
}

.tit span {
  display: inline-block;
  font-size: 35px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
}

.tit b {
  background: url(../image/tit1.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 25px 0;
}

.tit em {
  background: url(../image/tit2.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 25px 0;
}

.tit i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  margin-top: 11px;
}



.pro {
  height: 1040px;
  background: url(../image/pro_bg.jpg) no-repeat center;
  padding-top: 93px;
  box-sizing: border-box;
}

.pro_con {
  margin-top: 50px;
  position: relative;
  z-index: 999999;
}

.pro_l {
  float: left;
  width: 290px;
  height: 766px;
  background: #FFFFFF;
  padding-left: 47px;
  box-sizing: border-box;
}

.pro_l h2 a {
  display: block;
  height: 86px;
  line-height: 100px;
  border-bottom: 1px solid #f0f0f1;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  width: 190px;
}

.pro_d h3 {
  display: inline-block;
  width: 96px;
}

.pro_d h3 a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  line-height: 56px;
  font-weight: normal;
  position: relative;
  height: 56px;
}

.pro_d h3 a:after {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 0;
  height: 4px;
  background: #cca57a;
  content: "";
  transition: all 0.5s;
}

.pro_d h3.cur a:after,
.pro_d h3 a:hover:after {
  width: 100%;
}

.pro_t2 h2 a {
  padding-top: 10px;
  border-top: 1px solid #f0f0f1;
  margin-top: 30px;
}

.pro_t2 .pro_d h3 {
  width: 120px;
  display: inline-block;
  float: left;
}

.pro_r {
  float: right;
  width: 900px;
  height: 677px;
}

.pro_qie {
  height: 87px;
}

.pro_qie li a {
  width: 300px;
  height: 87px;
  background: #fff;
  display: block;
  float: left;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 87px;
  position: relative;
}

.pro_qie li a:after {
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 30px;
  background: #d5d5d8;
  content: "";
}

.pro_qie li:last-child a:after {
  background: 0;
}

.pro_qie li.cur a {
  padding-left: 47px;
  text-align: left;
  color: #fff;
  background: #2c2f3e url(../image/pro_jt.png) no-repeat 232px 32px;
  box-sizing: border-box;
}

.pro_bd li {
  position: relative;
  width: 900px;
  height: 358px;
  margin-bottom: 14px;
}

.pro_bd li img {
  width: 900px;
  height: 358px;
  display: block;
}

.pro_bd li span {
  display: block;
  width: 516px;
  height: 79px;
  background: #2C2F3E;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 34px;
  box-sizing: border-box;
  /* opacity: 0.7; */
}

.pro_bd li span em {
  display: block;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 79px;
  float: left;
  margin-right: 40px;
  background: url(../image/pro_yuan.png) no-repeat left center;
  color: #fff;
}

.pro_bd li span em:last-child {
  margin-right: 0;
}

.pro_z .tempWrap {
  width: 900px !important;
}

.pro_z li {
  position: relative;
  width: 290px;
  height: 323px;
  margin-right: 15px;
  overflow: hidden;
  float: left;
}

.pro_z li img {
  width: 290px;
  height: 290px;
  display: block;
  transition: all 0.5s;
}

.pro_z li:hover img {
  transform: scale(1.05);
}

.pro_z li h4 {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  /* color: #cca57a; */
  color: #333333;
  text-align: center;
  line-height: 14px;
  font-weight: normal;
}

.case {
  padding-top: 100px;
  /* height: 868px; */
  margin-bottom: 85px;
  background: url(../image/case_bg.jpg) no-repeat center;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.case_t {
  border-bottom: 1px solid #ececec;
  margin-top: 52px;
  height: 44px;
  margin-bottom: 54px;
  position: relative;
  z-index: 99999;
}

.case_t li a {
  float: left;
  width: 150px;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  background: url(../image/case_yuan.png) no-repeat center bottom;
  padding-bottom: 32px;
}

.case_t li.cur a,
.case_t li a:hover {
  color: #cca57a;
  background: url(../image/case_yuanh.png) no-repeat center bottom;
}

.case_con dl {
  float: left;
  width: 363px;
  margin-right: 56px;
  margin-bottom: 60px;
  position: relative;
  z-index: 999999;
}

.case_con dt {
  display: block;
  width: 363px;
  height: 363px;
  overflow: hidden;
}

.case_con dt img {
  display: block;
  width: 363px;
  height: 363px;
  transition: all 0.5s;
}

.case_con dl:hover dt img {
  transform: scale(1.05);
}

.case_con dd {
  height: 160px;
  background: #f6f6f6;
  padding: 0 28px;
}

.case_con dd h3 {
  display: block;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #d9d9d9;
}

.case_con dd h3 a {
  display: block;
  font-size: 18px;
  color: #333333;
}

.case_con dd h3 a:hover {
  color: #cca57a;
}

.case_con dd h3 a em {
  float: right;
  font-size: 14px;
  display: block;
}

.case_con dd p {
  padding-top: 14px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}

.case_qie {
  z-index: 9990;
  margin: -35px auto 0;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.case_qie li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 13px;
  margin: 0 6px;
  background: #cbcbcb;
}

.case_qie li.on {
  background: #cca57a;
}


.wd {
  padding-top: 24px;
  height: 486px;
  background: url(../image/wd_bg.jpg) no-repeat center;
  box-sizing: border-box;
}

.wd ul {
  margin: 55px 0 0;
  height: 236px;
  text-align: center;
  border-left: 1px solid #dddddd;
  box-sizing: border-box;
}

.wd ul li {
  float: left;
  width: 239px;
  height: 236px;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  transition: all 0.5s;
  position: relative;
  z-index: 10;
}

.wd ul li em {
  display: block;
  margin: 66px auto 0;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
  background: #2c2f3e;
  transition: all 0.5s;
  color: #fff;
}

.wd ul li.cur {
  background: #cca57a;
  border-radius: 16px;
}

.wd ul li.cur em {
  background: #fff;
  color: #cca57a;
  margin: 42px auto 0;
}

.wd ul li.cur p {
  display: block;
}

.wd ul li b {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 9px;
}

.wd ul li span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 12px;
  opacity: 0.2;
  text-transform: uppercase;
}

.wd ul li p {
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: #2c2f3e;
  padding: 12px 52px 0;
}

.wd ul li.cur b {
  font-weight: bold;
  color: #fff;
}

.wd ul li.cur span,
.wd ul li.cur p {
  color: #fff;
}

.liu {
  height: 366px;
  background: url(../image/lc_bg.jpg) no-repeat center;
  padding-top: 80px;
  box-sizing: border-box;
}

.liu h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  position: relative;
}

.liu h2:after {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 74px;
  margin-left: -37px;
  background: #fff;
  content: "";
  height: 2px;
}

.liu ul {
  margin: 60px 180px 0;
}

.liu li {
  float: left;
  width: 120px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.liu li:hover {
  margin-top: -6px;
}

.liu li:after {
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(../image/lc_ic.png) no-repeat center;
  content: "";
  right: 0;
  top: 18px;
}

.liu li:last-child {
  margin-right: 0;
}

.liu li:last-child:after {
  background: 0;
}

.liu li i {
  display: block;
  width: auto;
  height: 19px;
  margin: 0 auto;
}

.liu li span {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 12px;
}

.liu p {
  display: block;
  font-size: 14px;
  line-height: 44px;
  color: #fff;
  padding-top: 50px;
  margin-left: 366px;
}

.liu p a {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  font-size: 14px;
  border-radius: 22px;
  float: left;
  transition: all 0.5s;
}

.liu p span {
  transition: all 0.5s;
  display: block;
  float: left;
  margin-right: 32px;
  padding-left: 36px;
  background: url(../image/tel1.png) no-repeat left;
}

.liu p span b {
  font-size: 26px;
}

.liu p a:hover {
  margin-top: -5px;
}

.liu p span:hover {
  margin-top: -5px;
}

.ys {
  padding-top: 86px;
  background: #f6f6f6;
}

.ys_t {
  font-size: 0;
  line-height: 0;
  height: 68px;
  margin: 45px 18px 20px;
  position: relative;
  z-index: 9999;
}

.ys_t li {
  display: inline-block;
  text-align: left;
  height: 68px;
  position: relative;
  overflow: hidden;
  margin-right: 75px;
}

.ys_t li:last-child {
  margin-right: 0;
}

.ys_t li:after {
  position: absolute;
  width: 0;
  height: 6px;
  background: #cca57a;
  content: "";
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.ys_t li img {
  display: block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  float: left;
  vertical-align: middle;
}

.ys_t li span {
  display: block;
  font-size: 26px;
  line-height: 30px;
  color: #333;
  float: left;
}

.ys_t li i {
  display: block;
  font-size: 12px;
  line-height: 26px;
  color: #333;
  font-family: Arial;
  text-transform: uppercase;
  opacity: 0.5;
}

.ys_t li.on:after {
  width: 100%;
}

.ys_t li.on span {
  font-weight: bold;
}

.ys_t li.on i {
  font-weight: normal;
}

.ys_con {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.ys_con .tempWrap {
  overflow: visible !important;
}

.ys_bd {
  padding: 80px 0 105px !important;
}

.ys_bd dl {
  width: 1200px !important;
  position: relative;
  height: 390px;
  margin-top: 40px;
  margin-right: 80px;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.ys_bd dt {
  float: left;
  width: 614px;
  height: 243px;
  display: block;
  overflow: hidden;
}

.ys_bd dt img {
  width: 614px;
  height: 243px;
  display: block;
  transition: all 0.5s;
}

.ys_bd dt:hover img {
  transform: scale(1.05);
}

.ys_bd dd {
  width: 466px;
  float: right;
  padding: 33px 21px 0 81px;
  box-sizing: border-box;
}

.ys_bd dd h3 img {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
  vertical-align: middle;
}

.ys_bd dd h3 span {
  font-size: 34px;
  line-height: 64px;
  color: #202428;
  font-weight: normal;
  float: left;
  margin-left: 8px;
  display: block;
}

.ys_bd dd h3 span b {
  font-weight: normal;
  color: #cca57a;
}

.ys_bd dd p {
  font-size: 16px;
  color: #202428;
  line-height: 24px;
  margin: 15px 0 28px;
}

.ys_bd dl.cur {
  height: 479px;
  margin-top: 0;
}

.ys_bd dl.cur dt {
  display: block;
  width: 614px;
  height: 479px;
  z-index: 50;
  position: relative;
  margin-top: -120px;
  transition: all 0.5s;
}

.ys_bd dl.cur dt img {
  display: block;
  width: 614px;
  height: 479px;
}

.ys_bd dl.cur dd {
  width: 466px;
  margin-right: 0;
  margin-top: 0;
}

.ys_bd dl.cur dd .xq {
  display: block;
}

.ys_pg {
  position: absolute;
  left: 750px;
  bottom: 215px;
  height: 16px;
  text-align: center;
  font-size: 0;
  z-index: 9999;
}

.ys_pg i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: top;
  box-sizing: border-box;
}

.ys_pg i.cur {
  background: #cca57a;
  border-color: #cca57a;
}

.ys_con .prev {
  position: absolute;
  width: 70px;
  height: 20px;
  overflow: hidden;
  left: -110px;
  top: 300px;
  z-index: 10;
}

.ys_con .next {
  position: absolute;
  width: 70px;
  height: 20px;
  overflow: hidden;
  right: -110px;
  top: 300px;
  z-index: 10;
}



.news {
  padding-top: 130px;
  padding-bottom: 80px;
  height: 1030px;
  background: url(../image/news_bg.jpg) no-repeat center;
  box-sizing: border-box;
  overflow: hidden;
}

.news .news-tit {
  text-align: center;
  margin-top: 42px;
  margin-bottom: 37px;
  position: relative;
  z-index: 99999;
}

.news .news-tit li {
  display: inline-block;
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #333;
  background: #fff
}

.news .news-tit li a {
  display: block;
  color: #333
}

.news .news-tit li.cur {
  background: #cca57a
}

.news .news-tit li.cur a {
  color: #fff
}

.news .news-con .new-l {
  float: left;
  width: 547px;
  position: relative;
  z-index: 9999;
}

.news .news-con .new-lc {
  position: relative
}
.news .news-con .new-lc dt {
  width: 400px;
  height: 400px;
  display: block;
  line-height: 0;
}

.news .news-con .new-lc dt img {
  width: 400px;
  height: 400px;
  display: block;
  transition: all 1s
}

.news .news-con .new-lc dt:hover img {
  transform: scale(1.03)
}

.news .news-con .new-lc dd {
  margin-top: 36px
}

.news .news-con .new-lc dd>em {
  float: left;
  width: 102px;
  box-sizing: border-box;
  font-size: 28px;
  color: #333;
  font-weight: 700;
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid #d6d6d6;
  letter-spacing: -1px;
  height: 180px;
  line-height: 80%;
  display: none;
}

.news .news-con .new-lc dd>em i {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 80%;
  margin-top: 5px
}

.news .news-con .new-lc dd h4 {
  /* float: right; */
  width: 400px;
  font-weight: 400
}

.news .news-con .new-lc dd h4 b a {
  display: block;
  font-size: 22px;
  color: #202428;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  width: 90%;
  overflow: hidden;
}

.news .news-con .new-lc dd h4 b a:hover {
  color: #cca57a
}

.news .news-con .new-lc dd h4 span {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 10px;
  display: block;
}

.news .news-con .new-lc dd h4 em a {
  display: block;
  font-size: 14px;
  color: #202428;
  opacity: .7;
  font-weight: 700;
  ;
  background: url(../image/new-line.png) no-repeat left bottom;
  margin-top: 25px;
}

.news .news-con .new-lc dd h4 em a:hover {
  color: #cca57a;
  opacity: 1
}

.new-l .news-qie {
  position: absolute;
  left: -2px;
  top: 414px;
  line-height: 0;
}

.new-l .news-qie li {
  width: 8px;
  height: 8px;
  background: #a1a1a1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}

.new-l .news-qie li.cur {
  background: #cca57a;
}


.news .news-con .new-r {
  float: right;
  width: 653px;
  position: relative;
  z-index: 9999;
}

.news .news-con .new-rt {
  margin-left: 88px;
  height: 68px;
}

.news .news-con .new-rt li {
  width: 147px;
  float: left;
  line-height: 50px;
  height: 50px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700
}

.news .news-con .new-rt li.cur {
  background: #cca57a
}

.news .news-con .new-rt li.cur a {
  color: #fff;
  display: block
}

.news .news-con .new-rc dl {
  border-bottom: 1px solid #d6d6d6;
  height: 164px
}

.news .news-con .new-rc dt {
  float: left;
  width: 102px;
  height: 164px;
  border-right: 1px solid #d6d6d6;
  padding-right: 18px;
  box-sizing: border-box;
  text-align: right;
  padding-top: 30px
}

.news .news-con .new-rc dl:first-of-type dt {
  padding-top: 30px;
  height: 170px;
  box-sizing: border-box;
}

.news .news-con .new-rc dl:last-of-type {
  border-bottom: none;
  padding-bottom: 20px;
}

.news .news-con .new-rc dl:last-of-type dt {
  height: 170px;
  padding-top: 30px;
  box-sizing: border-box;
}

.news .news-con .new-rc dl:first-of-type,
.news .news-con .new-rc dl:last-of-type {
  height: 170px;
}

.news .news-con .new-rc dt em {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  line-height: 80%
}

.news .news-con .new-rc dt em i {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 5px
}

.news .news-con .new-rc dd {
  float: right;
  width: 544px;
  padding-left: 25px;
  box-sizing: border-box
}

.news .news-con .new-rc dd h4 a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-top: 17px;
  line-height: 22px
}

.news .news-con .new-rc dd h4 a:hover {
  color: #cca57a
}

.news .news-con .new-rc dd span {
  font-size: 14px;
  line-height: 19px;
  display: block;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*可指定任一行显示...效果*/
  -webkit-box-orient: vertical;
}

.news .news-con .new-rc dd em a {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-top: 30px;
  color: #202428;
  opacity: .7;
  font-weight: 700
}

.news .news-con .new-rc dd em a:hover {
  color: #cca57a;
  opacity: 1;
}

.abt {
  padding-top: 84px;
  background: url(../image/abt_bg.jpg) no-repeat center;
  height: 744px;
  box-sizing: border-box;
}

.abt dl {
  margin-top: 48px;
}

.abt dt {
  display: block;
  width: 858px;
  height: 448px;
  position: relative;
  float: right;
  overflow: hidden;
}

.abt dt>img {
  display: block;
  width: 858px;
  height: 448px;
  position: relative;
}

.abt .abt_s {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 178px;
  width: 620px;
  padding: 24px 35px 0;
  box-sizing: border-box;
  background: #fff;
}

.abt .abt_s li {
  float: left;
  width: 174px;
  margin-right: 14px;
}

.abt .abt_s li:last-child {
  margin-right: 0;
}

.abt .abt_s li>img {
  display: block;
  width: 174px;
  height: 98px;
}

.abt .abt_s li span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  padding-top: 17px;
  font-weight: bold;
}

.abt .abt_s li span>img {
  display: inline-block;
  width: 27px;
  height: 6px;
  vertical-align: middle;
  margin-left: 9px;
}

.abt dd {
  float: left;
  width: 282px;
}

.abt dd p {
  font-size: 14px;
  line-height: 24px;
  color: #2c2f3e;
  padding-top: 12px;
}

.abt dd .more {
  display: block;
  width: 88px;
  height: 38px;
  line-height: 34px;
  border: 2px solid #e2e2e2;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-top: 24px;
  transition: all 0.5s;
  position: relative;
  z-index: 9999;  
}

.abt dd .more:hover {
  background: #cca57a;
  border-color: #cca57a;
  color: #fff;
}

.abt_t {
  margin: 42px 0 0;
  background: url(../image/abt_t.png) no-repeat left top;
}

.abt_t li {
  display: block;
  float: left;
  position: relative;
  margin-right: 33px;
}

.abt_t li:first-child {
  margin-right: 107px;
}

.abt_t li:nth-child(2n) {
  margin-right: 0;
}

.abt_t li img {
  display: block;
  width: auto;
  height: 36px;
}

.abt_t li span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  padding-top: 12px;
  font-weight: bold;
  padding-bottom: 48px;
}