.trans {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.thover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.tform {
  transition: transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
}
.tformh {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.title {
  height: 125px;
  font-size: 25px;
  line-height: 40px;
  color: #4d3131;
  text-align: center;
}
.title p {
  height: 60px;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  color: #4d3131;
  padding-top: 14px;
  margin-bottom: 8px;
}
.title span {
  display: block;
}
/*-------------------------------------*/
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ban_img li {
  position: relative;
}
.ban_img li img {
    width: 100%;
    display: block;
}
.ban-nav {
  width: 214px;
  height: 133px;
}
.ban-next {
  width: 15px;
  margin-top: 48px;
  height: 30px;
  background-image: url('../images/next-icon.png');
  background-size: 15px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}
.ban-prev {
  width: 15px;
  margin-top: 48px;
  height: 30px;
  background-image: url('../images/prev-icon.png');
  background-size: 15px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}
.ban-page {
  width: 120px;
  height: 133px;
  margin: 0 auto;
  text-align: center;
  line-height: 132px;
  font-weight: bold;
}
.ban-page em {
  font-size: 27px;
  color: #e60012;
  line-height: 108px;
  vertical-align: top;
}
.ban-page i {
  width: 1px;
  height: 40px;
  display: inline-block;
  background-color: #4d3131;
  margin: 0 10px;
  transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -moz-transform: rotate(7deg);
  /* Firefox */
  -webkit-transform: rotate(7deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(7deg);
}
.ban-page span {
  font-size: 48px;
  color: #4d3131;
}
/*-------------------------------------*/
.tel {
  height: 133px;
  background-color: #f0f0f0;
}
.tel-txt {
  width: 296px;
  margin-right: 64px;
}
.tel-txt span {
  float: left;
  width: 50px;
  height: 50px;
  border: solid 2px #4d3131;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #f91902;
  margin-top: 50px;
  margin-right: -54px;
}
.tel-txt p {
  padding-left: 64px;
  margin-top: 48px;
  font-size: 18px;
  line-height: 32px;
  color: #4d3131;
  border-right: 1px solid #c8c8c8;
}
.tel-txt p b {
  display: block;
  font-size: 26px;
}
.tel-con {
  margin-top: 30px;
}
.tel-con span {
  display: block;
  height: 32px;
  font-size: 12px;
  font-family: arial;
  line-height: 32px;
  background-image: url('../images/tel-icon2.png');
  background-size: 39px 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.tel-con p {
  height: 35px;
  line-height: 35px;
}
.tel-con em {
  font-size: 16px;
  color: #4d3131;
  margin-right: 10px;
}
.tel-con b {
  height: 35px;
  font-size: 30px;
  display: inline-block;
  color: #4d3131;
  padding-left: 34px;
  background-image: url('../images/tel-icon1.png');
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: left 14px;
}
/*-------------------------------------*/
.guide {
  height: 821px;
  background-image: url('../images/guide-bg.jpg');
  background-size: 1920px 821px;
  background-repeat: no-repeat;
  background-position: center top;
}
.guide .content {
  position: relative;
  z-index: 99;
}
.guide-title {
  width: 630px;
  height: 172px;
  padding-top: 188px;
  margin-bottom: 30px;
  background-image: url('../images/guide-icon1.png');
  background-size: 88px 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 42px;
  color: #4d3131;
  line-height: 72px;
}
.guide-title p {
  font-size: 53px;
  color: #e60012;
}
.guide-title span {
  font-family: arial;
  font-size: 50px;
  color: #e60012;
  margin: 0 5px;
}
.guide-desc {
  width: 630px;
  height: 84px;
  font-size: 14px;
  line-height: 28px;
  color: #282828;
  margin-bottom: 115px;
}
.guide-next,
.guide-prev {
  margin-top: 28px;
  width: 31px;
  height: 31px;
  cursor: pointer;
}
.guide-next {
  background-image: url('../images/next-icon2.png');
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: center top;
  right: 0;
}
.guide-prev {
  background-image: url('../images/prev-icon1.png');
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: center top;
  left: 0;
}
.guide-list {
  width: 1128px;
  margin: 0 auto;
  overflow: hidden;
}
.guide-list li {
  width: 282px;
  height: 77px;
  /*border-right: 1px solid #C8C8C8;*/
  float: left;
  font-size: 19px;
  line-height: 22px;
  color: #4d3131;
  text-align: center;
}
.guide-list li em {
  display: block;
  margin-top: 12px;
}
.guide-list li span {
  height: 42px;
  font-size: 38px;
  font-family: arial;
  line-height: 42px;
}
/*------------------------------------------*/
.bg1 {
  height: 287px;
  background-image: url('../images/bg1.png');
  background-size: 1920px 287px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: -185px 0 -102px;
  position: relative;
  z-index: 2;
}
.bg2 {
  height: 296px;
  background-image: url('../images/bg2.png');
  background-size: 1920px 296px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: -30px 0 -266px;
  position: relative;
  z-index: 2;
}
.bg3 {
  height: 198px;
  background-image: url('../images/bg3.png');
  background-size: 1920px 198px;
  background-repeat: no-repeat;
  background-position: center top;
  margin: -112px 0 -86px;
  position: relative;
  z-index: 2;
}
/*------------------------------------------*/
.product {
  padding-top: 24px;
  height: 1167px;
  background: url(../images/pro-bg1.jpg) no-repeat center top;
}
.product .title {
  margin-bottom: 68px;
  background-image: url('../images/pro-txt.png');
  background-size: 634px 68px;
  background-repeat: no-repeat;
  background-position: center 6px;
}
.pro-img {
  width: 500px;
}
.pro-img .pro-img2 {
  margin-bottom: 18px;
}
.pro-img .pro-img2 img {
  width: 500px;
  height: 565px;
}
.pro-img h4 {
  height: 46px;
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
  color: #282828;
}
.pro-img-txt span {
  display: block;
  height: 104px;
  font-size: 88px;
  font-family: arial;
  font-weight: normal;
  line-height: 104px;
  padding-left: 86px;
  color: #e60012;
}
.pro-img-txt em {
  display: block;
  width: 345px;
  height: 30px;
  background-color: #e60012;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 14px;
}
.pro-img-txt p {
  height: 20px;
  font-family: ArialMT;
  font-size: 12px;
  line-height: 20px;
  color: #282828;
}
.pro-ul {
  width: 681px;
  height: 842px;
  background-color: #ffffff;
}
.pro-ul p {
  text-align: center;
  height: 59px;
  margin: 70px 0 20px;
}
.pro-ul ul {
    height: 676px;
  overflow: hidden;
  background-image: url('../images/pro-icon1.png');
  background-size: 547px 547px;
  background-repeat: no-repeat;
  background-position: center center;
}
.pro-ul li {
  width: 340px;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pro-ul li img {
  width: 248px;
  height: 248px;
  display: block;
  margin: 0 auto;
}
.pro-ul li span {
  display: block;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #282828;
  text-align: center;
}
.product2 {
  padding-top: 147px;
  height: 989px;
  background: url(../images/pro-bg2.jpg) no-repeat center top;
}
.product2 .pro-img h4,
.product2 .pro-img-txt span,
.product2 .pro-img-txt p {
  color: #fff;
}
/*------------------------------------------*/
.case {
  padding-top: 78px;
  height: 672px;
}
.case .title {
  margin-bottom: 68px;
  background-image: url('../images/case-txt.png');
  background-size: 632px 60px;
  background-repeat: no-repeat;
  background-position: center 16px;
  margin-bottom: 38px;
}
.case-list dl {
  float: left;
  margin-right: 22px;
  width: 385px;
}
.case-list dl.ca-clear {
  margin-right: 0;
}
.case-list dt {
  border-radius: 10px;
  overflow: hidden;
}
.case-list dt img {
  width: 385px;
  height: 232px;
  display: block;
}
.case-list dd {
  padding: 25px 40px 76px;
  position: relative;
  z-index: 33;
  width: 276px;
  margin: -42px auto 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 4px 6px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.case-list .case-title {
  height: 62px;
  font-size: 18px;
  line-height: 62px;
  color: #1d1d1d;
  margin-bottom: 5px;
  background-image: url('../images/guide-icon1.png');
  background-size: 48px 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 20px;
}
.case-list .case-title a {
  color: #1d1d1d;
}
.case-list .case-desc {
  height: 72px;
  font-size: 14px;
  line-height: 24px;
}
.case-list .case-link {
  width: 100px;
  height: 30px;
  background-color: #e60012;
  border-radius: 14px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
}
.case-list .case-link a {
  display: block;
  color: #fff;
}
/*------------------------------------------*/
.ys .title {
  margin-bottom: 68px;
  padding-top: 6px;
  background-image: url('../images/ys-title.png');
  background-size: 512px 69px;
  background-repeat: no-repeat;
  background-position: center 10px;
  margin-bottom: 38px;
}
.ys-nav {
  height: 74px;
  border-top: 1px solid #C8C8C8;
}
.ys-nav li {
  width: 210px;
  float: left;
  font-size: 24px;
  color: #4d3131;
  line-height: 74px;
  text-align: center;
  padding-left: 20px;
  margin-right: 93px;
}
.ys-nav li:hover,
.ys-nav li.cur {
  background-color: #e60012;
  color: #fff;
  background-position-y: -56px;
}
.ys-nav .ys-li1 {
  background-image: url('../images/ys-icon4.png');
  background-size: 34px 110px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
}
.ys-nav .ys-li2 {
  background-image: url('../images/ys-icon2.png');
  background-size: 34px 110px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
}
.ys-nav .ys-li3 {
  background-image: url('../images/ys-icon3.png');
  background-size: 34px 110px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
}
.ys-nav .ys-li4 {
  background-image: url('../images/ys-icon1.png');
  background-size: 34px 110px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
  margin-right: 0;
}
.ys-con {
  height: 756px;
  background-image: url('../images/ys-bg.jpg');
  background-size: 1920px 756px;
  background-repeat: no-repeat;
  background-position: center top;
}
.ys-con dt {
  height: 580px;
}
.ys-con dt img {
  width: 1200px;
  height: 580px;
}
.ys-title {
  width: 472px;
  margin-left: 65px;
  font-size: 25px;
  color: #4d3131;
  line-height: 44px;
  margin-top: 24px;
}
.ys-title p {
  height: 68px;
  font-size: 40px;
  line-height: 68px;
}
.ys-desc {
     width: 540px;
    margin-right: 100px;
    margin-top: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #282828;
}
.ys-desc p {
  height: 48px;
  margin-bottom: 18px;
}
.ys-link {
  width: 99px;
  height: 25px;
  padding-right: 60px;
  background-image: url('../images/ys-icon6.png');
  background-size: 158px 25px;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.ys-link a {
  display: block;
  color: #fff;
}
.ys-dl1 .ys-title {
  background-image: url('../images/ys-txt1.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.ys-dl2 .ys-title {
  background-image: url('../images/ys-txt2.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.ys-dl3 .ys-title {
  background-image: url('../images/ys-txt3.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.ys-dl4 .ys-title {
  background-image: url('../images/ys-txt4.png');
  background-repeat: no-repeat;
  background-position: left top;
}
.ys-next {
  width: 42px;
  height: 75px;
  top: 274px;
  right: -90px;
  background-image: url('../images/next-icon3.png');
  background-size: 42px 75px;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}
.ys-prev {
  width: 42px;
  height: 75px;
  top: 274px;
  left: -90px;
  background-image: url('../images/prev-icon3.png');
  background-size: 42px 75px;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
}
/*------------------------------------------*/
.news {
  padding-top: 74px;
  height: 645px;
  background-image: url('../images/news-bg.jpg');
  background-size: 1920px 719px;
  background-repeat: no-repeat;
  background-position: center top;
}
.news .title {
  background-image: url('../images/news-title.png');
  background-size: 429px 57px;
  background-repeat: no-repeat;
  background-position: center 14px;
  margin-bottom: 38px;
}
.news-title {
  background-image: url('../images/news-icon1.png');
  background-size: 3px 21px;
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 66px;
  font-size: 24px;
  line-height: 66px;
  color: #333333;
  padding-left: 16px;
}
.news-title span {
  float: right;
  font-size: 12px;
  color: #e60012;
}
.news-title span a {
  color: #e60012;
}
.nes-t1 {
  width: 140px;
  text-align: center;
}
.nes-t1 p {
  padding-top: 44px;
  font-size: 20px;
  line-height: 44px;
  color: #fff;
  margin-bottom: 24px;
}
.nes-t1 p span {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
.news-tiem1 {
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #fff;
}
.news-tiem1 span {
  display: block;
  height: 24px;
  font-size: 26px;
  font-weight: bold;
}
.news-desc {
  font-size: 14px;
  line-height: 21px;
  color: #888;
}
.news-txt {
  height: 26px;
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 4px;
}
.news-txt a {
  color: #333333;
}
.news-nes {
  width: 572px;
}
.news-nes dt {
  height: 210px;
  margin-bottom: 26px;
  background: #e60012;
}
.news-nes dt img {
  width: 422px;
  height: 210px;
  float: right;
}
.news-nes dd {
  font-size: 14px;
  line-height: 22px;
  color: #888888;
}

.news-enc {
  width: 564px;
}
.news-li {
  height: 70px;
  padding: 18px 0 12px;
  border-top: solid 1px #ebebeb;
}
.news-li .news-txt {
  width: 460px;
}
.news-li .news-desc {
  width: 460px;
}
.news-tiem {
  width: 94px;
  height: 70px;
  font-size: 22px;
  line-height: 54px;
  color: #888888;
  text-align: center;
}
.news-tiem span {
  font-size: 47px;
  font-weight: bold;
  font-style: italic;
  line-height: 54px;
  margin-right: 5px;
}
/*------------------------------------------*/
/*------------------------------------------*/
.about {
  height: 772px;
  background-image: url('../resource/images/97ce6a671a724b43a539a22171b8d31a_4.jpg');
  background-size: 100% 555px;
  background-repeat: no-repeat;
  background-position: center top;
}
.about-con {
  float: left;
  padding: 0 100px;
  margin-top: 542px;
  height: 230px;
  background: #fff;
  text-align: center;
}
.about-title {
  padding-top: 38px;
  height: 76px;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 10px;
}
.about-title p {
  height: 45px;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}
.about-desc {
  font-size: 14px;
  line-height: 24px;
  color: #6c6c6c;
}
/*------------------------------------------*/
.show {
  height: 404px;
}
.show-nav {
  height: 60px;
  font-size: 18px;
  color: #ccc;
  text-align: center;
  padding-top: 28px;
}
.show-nav span {
  display: inline-block;
  color: #666;
  cursor: pointer;
  padding-left: 50px;
  margin: 0 25px;
  width: 112px;
  height: 38px;
  line-height: 38px;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-position: 10px 7px;
  text-align: left;
}
.show-nav span a {
  color: #666;
}
.show-nav span:hover,
.show-nav span.cur {
  font-weight: bold;
  background-color: #e60012;
  background-position: 10px -36px;
}
.show-nav span:hover a,
.show-nav span.cur a {
  color: #fff;
}
.show-con li {
  width: 282px;
  height: 200px;
  margin-right: 24px;
  position: relative;
  float: left;
  overflow: hidden;
}
.show-con li img {
  width: 282px;
  height: 200px;
  display: block;
}
.show-con li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #666;
  text-align: center;
  color: #fff;
  background: #e60012;
}
.show-con li:hover span {
  bottom: 0;
}
.show-con li.sh-clear {
  margin-right: 0;
}
.show-arrows {
  width: 17px;
  height: 30px;
  top: 68px;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.show-arrows:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-position-y: -34px;
}
.show-prev {
  background-image: url('../images/prev-icon1.png');
  background-size: 17px 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  left: -32px;
}
.show-next {
  right: -32px;
  background-image: url('../images/next-icon1.png');
  background-size: 17px 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
/*------------------------------------------*/
.links {
  height: 75px;
  background-color: #1a1919;
  font-size: 14px;
  line-height: 75px;
  color: #fff;
}
.links span {
  font-size: 18px;
  font-weight: bold;
}
.links em {
  font-weight: normal;
}
.links a {
  display: inline-block;
  margin-right: 50px;
  color: #fff;
}
/*------------------------------------------*/

