/* LESS Document */
body {
 min-height: 1200px;
 -webkit-overflow-scrolling: touch;
}
.banner {
  height: 476px; // no dl
  background-color: #c6eadc; // no dl
}
/*slide*/
.slider {
  width: 100%;
  min-width: 1200px;
  height: 476px;
  position: relative; // no dl
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.slider .bd {
  width: 100%;
  position: absolute;
  left: 0; // no dl
}
.slider .bd ul {
  height: 476px;
}
.slider .bd li {
  height: 476px;
  width: 100%;
  overflow: hidden;
}
.slider .tempWrap {
  overflow: visible !important;
}
.slider .hd {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 8px;
  bottom: 20px; 
  text-align: center;
}
.slider .hd li {
  display: inline-block;
  zoom: 1;
  width: 19px;
  height: 4px; 
  line-height: 99px;
  overflow: hidden;
  background-color: #000;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=15);
  opacity: 0.15; // no dl
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: width .5s, color .5s;
  -o-transition: width .5s, color .5s;
  -ms-transition: width .5s, color .5s;
  -moz-transition: width .5s, color .5s;
  -webkit-transition: width .5s, color .5s;
}
.slider .hd li.on {
  width: 50px;
  background-position: 0 0;
  background-color: #dd9953;
  filter: alpha(opacity=100);
  opacity: 1;
  //border: 3px solid #dadada!important; // dl
  //box-sizing: border-box!important;// dl
}
.slider .prev {
  left: -50%; 
  margin-left: -536px; 
}
.slider .prev .arrow {
  right: 0;
  background-position: 0 0;
}
.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%; // no dl 
  height: 476px; // no dl
  cursor: pointer;
}
.slider .pnBtn .arrow {
  display: block;
  position: absolute;
  top: 206px;
  z-index: 1;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  -o-border-radius: 32px;
  -ms-border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/home/banner_btn_arrow.png);
  *background-image: url(../images/home/ie_banner_btn_arrow.png);
  background-repeat: no-repeat;
}
.slider .next {
  left: 50%;
  margin-left: 536px;
}
.slider .next .arrow {
  left: 0;
  background-position: -64px 0;
}
.slider .slider-item {
  width: 100%;
  height: 476px;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider .slider-item .main {
  position: relative;
}
/*css3 left*/
/*动画*/
.an-opacity {
  transition: opacity .8s;
  -moz-transition: opacity .8s;
  -webkit-transition: opacity .8s;
  -ms-transition: opacity .8s;
  -o-transition: opacity .8s;
}
.an-top {
  transition: top 1s;
  -moz-transition: top 1s;
  -webkit-transition: top 1s;
  -ms-transition: top 1s;
  -o-transition: top 1s;
}
.an-left {
  transition: left 1s;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
}
.an-delay-5 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.an-delay-75 {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
}
.an-delay-1 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.an-delay-125 {
  transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
}
.an-delay-15 {
  transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
}
.an-delay-175 {
  transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
}
.an-delay-20 {
  transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -o-transition-delay: 2s;
}
.an-delay-225 {
  transition-delay: 2.25s;
  -moz-transition-delay: 2.25s;
  -webkit-transition-delay: 2.25s;
  -ms-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
}
/*banner-01*/
.banner-01 .text {
  position: absolute;
  top: 110px;
  left: -800px;
  text-align: left;
  width: 470px;
  height: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-01 .text h4 {
  height: 60px;
  margin-bottom: 5px;
  line-height: 60px;
  font-size: 60px;
  color: #282828;
  font-weight: 500;
}
.banner-01 .text p {
  color: #23785a;
  font-size: 36px;
  line-height: 54px;
}
.banner-01 .text span {
  font-size: 48px;
  color: #ab7736;
}
.banner-01 .text.show {
  left: 142px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-01 .btn {
  display: block;
  position: absolute;
  top: 292px;
  left: 142px;
  height: 60px;
  line-height: 60px;
  width: 213px;
  background: url(../images/home/banner_01_btn.png);
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-01 .btn span {
  display: block;
  margin-left: 20px;
}
.banner-01 .btn.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-01 .phone {
  position: absolute;
  top: -480px;
  right: 124px;
  height: 480px;
  width: 445px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-01 .phone img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-01 .phone.show {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-01 .icons {
  position: absolute;
  width: 82px;
  height: 82px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-01 .icons.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-01 .icons i {
  display: block;
  width: 55px;
  height: 60px;
  margin: 0 auto;
}
.banner-01 .icons i img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-01 .icons span {
  text-align: center;
  font-size: 16px;
  color: #282828;
}
.banner-01 .icon-01 {
  right: 118px;
  top: 82px;
}
.banner-01 .icon-02 {
  right: 119px;
  top: 212px;
}
.banner-01 .icon-03 {
  right: 182px;
  top: 310px;
}
.banner-01 .icon-04 {
  right: 495px;
  top: 271px;
}
.banner-01 .icon-05 {
  right: 487px;
  top: 95px;
}
.banner-01 .icon-06 {
  right: 279px;
  top: 30px;
}
/*banner-02*/
.banner-02 .text {
  position: absolute;
  top: 107px;
  left: -800px;
  text-align: left;
  width: 565px;
  height: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-02 .text h4 {
  height: 60px;
  margin-bottom: 5px;
  line-height: 60px;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
}
.banner-02 .text p {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
}
.banner-02 .text span {
  color: #ffe2bb;
}
.banner-02 .text.show {
  left: 126px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-02 .btn {
  display: block;
  position: absolute;
  top: 292px;
  left: 126px;
  height: 60px;
  line-height: 60px;
  width: 213px;
  background: url(../images/home/banner_02_btn.png);
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-02 .btn span {
  display: block;
  margin-left: 20px;
}
.banner-02 .btn.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-02 .phone {
  position: absolute;
  top: 980px;
  right: 141px;
  height: 455px;
  width: 425px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-02 .phone img {
  display: block;
  width: auto;
  height: 100%;
}
.banner-02 .phone.show {
  top: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/*banner-03*/
.banner-03 .text {
  position: absolute;
  top: 139px;
  left: 1532px;
  text-align: left;
  width: 565px;
  height: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-03 .text h4 {
  height: 60px;
  margin-bottom: 5px;
  line-height: 60px;
  font-size: 60px;
  color: #ba6546;
  font-weight: 500;
}
.banner-03 .text p {
  color: #282828;
  font-size: 36px;
  line-height: 50px;
}
.banner-03 .text span {
  color: #ba6546;
}
.banner-03 .text.show {
  left: 532px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-03 .btn {
  display: block;
  position: absolute;
  top: 269px;
  left: 532px;
  height: 60px;
  line-height: 60px;
  width: 213px;
  background: url(../images/home/banner_03_btn.png);
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-03 .btn span {
  display: block;
  margin-left: 20px;
}
.banner-03 .btn.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-03 .phone {
  position: absolute;
  top: 1000px;
  left: 97px;
  height: 477px;
  width: 357px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-03 .phone img {
  display: block;
  width: auto;
  height: 100%;
}
.banner-03 .phone.show {
  top: 26px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-03 .logo {
  position: absolute;
  top: 12px;
  right: 19px;
  height: 63px;
  width: 180px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-03 .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.banner-03 .logo.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*banner-04*/
.banner-04 .logo {
  position: absolute;
  top: 100px;
  left: 1435px;
  height: 43px;
  width: 364px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-04 .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.banner-04 .logo.show {
  left: 435px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-04 .text-img {
  position: absolute;
  top: 164px;
  left: -1000px;
  height: 112px;
  width: 364px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-04 .text-img img {
  display: block;
  width: auto;
  height: 100%;
}
.banner-04 .text-img.show {
  left: 435px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-04 .text {
  position: absolute;
  top: 275px;
  left: 1435px;
  text-align: left;
  width: 350px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-04 .text p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.banner-04 .text.show {
  left: 435px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-04 .btn {
  display: block;
  position: absolute;
  top: 338px;
  left: 527px;
  height: 41px;
  line-height: 41px;
  width: 146px;
  background: url(../images/home/banner_04_btn.png);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-04 .btn span {
  display: block;
  text-align: center;
}
.banner-04 .btn.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*banner-05*/
.banner-05 .leaf {
  position: absolute;
  top: -200px;
  left: 50%;
  margin-left: -960px;
  height: 476px;
  width: 1920px;
  opacity: 0;
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-05 .leaf.show {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-05 .logo {
  position: absolute;
  top: -200px;
  left: 568px;
  height: 134px;
  width: 97px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-05 .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.banner-05 .logo.show {
  top: 130px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-05 .text-title {
  position: absolute;
  top: 300px;
  left: 1435px;
  height: 63px;
  width: 381px;
  font-size: 60px;
  color: #282828;
  font-weight: 700;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-05 .text-title.show {
  left: 425px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-05 .text {
  position: absolute;
  top: 380px;
  left: -1000px;
  text-align: left;
  width: 380px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-05 .text p {
  font-size: 36px;
  color: #903c23;
  font-weight: 700;
}
.banner-05 .text.show {
  left: 353px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-05 .btn {
  display: block;
  position: absolute;
  top: 394px;
  left: 1000px;
  height: 36px;
  line-height: 36px;
  width: 121px;
  background: url(../images/home/banner_05_btn.png);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner-05 .btn span {
  display: block;
  text-align: center;
}
.banner-05 .btn.show {
  left: 736px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.show-list {
  background-color: #ffffff;
  margin-top: 32px;
}
.show-list ul {
  padding-top: 30px;
  margin: 0 30px;
  display: flex;
  justify-content: center;
}
.show-list li {
  width: 33.33%;
  height: 700px;
  margin: 0 40px;
}
.show-list .li-wrapper {
  margin: 0 30px;
  height: 100%;
  position: relative;
}
.show-list img {
  width: 100%;
  margin: 0 auto;
}
.show-list h4 {
  font-size: 21px;
  color: #282828;
  font-weight: 500;
  margin-top: 30px;
}
.show-list p {
  font-size: 14px;
  line-height: 28px;
}
.show-list a {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -78px;
  margin-top: -24px;
  width: 156px;
  height: 48px;
}
.company-news {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.company-news .company-news-wrapper {
  margin: 0 60px;
  padding: 30px 0;
}
.company-news .news {
  width: 50%;
}
.company-news .news.left header {
  padding-right: 20px;
}
.company-news .news.left ul {
  border-right: 1px solid #e4ceb1;
  padding-right: 20px;
}
.company-news .news.auto header {
  padding-left: 20px;
}
.company-news .news.auto ul {
  padding-left: 20px;
}
.company-news h4 {
  font-size: 24px;
  color: #b26753;
}
.company-news header {
  height: 30px;
  line-height: 30px;
  margin-bottom: 14px;
}
.company-news header a {
  color: #b26753;
  font-size: 16px;
  text-decoration: underline;
}
.company-news ul {
  color: #282828;
  /*.left{
	  height: 100%;
	}*/
}
.company-news ul li {
  margin-bottom: 14px;
}
.company-news ul a {
  display: block;
  height: 100%;
  color: #282828;
  font-size: 14px;
}
.company-news ul p {
  width: 320px;
  height: 22px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.border-top {
  border-top: 1px solid #ffffff;
  margin-top: 18px;
}
.right-fixed-gotop {
  bottom: 117px;
}

/*市场部公益视频推广需求 开始*/
#generalize_modal {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

#generalize_content {
  width: 749px;
  height: 479px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  display: none;
}

#closed {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 50%;
}

.generalize_pic {
  width: 100%;
}

/*市场部公益视频推广需求 结束*/

.banner {
  //height: 668px!important;
  //position: relative;
}
.hd {
  //background-color: #fff!important;
 // max-width: 1200px!important;
 // left: 50%!important;
 // transform: translateX(-50%);
  //padding: 10px 0;
}