/* banner S */
.fullSlide {
  width: 100%;
  position: relative;
  height: 580px;
  overflow: hidden;
  min-width:1200px;
}
.fullSlide .bd {
  height: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 580px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 580px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 75px;
  left: 0;
  height: 40px;
  text-align: center;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 10px;
  height: 10px;
  margin: 7px;
  border: 1px solid #fff;
  overflow: hidden;
  line-height: 99px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullSlide .hd ul .on {
  border: 1px solid #fff;
  background: #0091d7;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.fullSlide .prev,
.fullSlide .next {
  width: 40px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}
.fullSlide .prev {
  background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
  left: 10%;
}
.fullSlide .next {
  background-position: -6px -137px;
  right: 10%;
}
.lc {
  position: relative;
  height: 180px;
}
.lc .lc_list {
  position: absolute;
  z-index: 999;
  top: -40px;
  left: 0;
}
.lc .lc_list li {
  float: left;
  width: 295px;
  height: 180px;
  color: #ffffff;
  transition: all .5s;
}
.lc .lc_list li:hover {
  transform: translateY(-5px);
}
.lc .lc_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 70px 0 0 110px;
  box-sizing: border-box;
  color: #ffffff;
}
.lc .lc_list li a > h3 {
  line-height: 28px;
  font-size: 28px;
  font-weight: bold;
}
.lc .lc_list li a > h4 {
  font-size: 14px;
  margin-top: 8px;
  line-height: 14px;
}
.lc .lc_list li:nth-child(1) {
  background: url(../images/lc_1.png) 30px center no-repeat #0091d7;
}
.lc .lc_list li:nth-child(2) {
  background: url(../images/lc_2.png) 30px center no-repeat #a6c038;
}
.lc .lc_list li:nth-child(3) {
  background: url(../images/lc_3.png) 30px center no-repeat #d44a95;
}
.lc .lc_list li:nth-child(4) {
  background: url(../images/lc_4.png) 30px center no-repeat #e6c34b;
}
.case {
  height: 845px;
  margin-bottom: 45px;
}
.case .title {
  width: 100%;
  height: 70px;
  text-align: center;
}
.case .title > h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.case .title > h4 {
  color: #999;
  font-size: 18px;
}
.case .case_view {
  margin-top: 50px;
  width: 100%;
  height: 636px;
  overflow: hidden;
}
.case .case_view .case_view_list {
  width: 1200px;
  height: 636px;
}
.case .case_view .case_view_list > li {
  position: relative;
  float: left;
  height: 305px;
  width: 380px;
  margin: 0 19px 25px 0;
}
.case .case_view .case_view_list > li:hover > span {
  width: 380px;
}
.case .case_view .case_view_list > li:hover .case_txt {
  border: none;
}
.case .case_view .case_view_list > li > a {
  display: block;
  width: 380px;
  height: 250px;
}
.case .case_view .case_view_list > li > a > img {
  width: 380px;
  height: 250px;
}
.case .case_view .case_view_list > li > .case_txt {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #dddddd;
}
.case .case_view .case_view_list > li > .case_txt > a {
  float: left;
  width: 300px;
  height: 55px;
  line-height: 55px;
  padding-left: 5px;
  color: #333333;
  box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_view .case_view_list > li > .case_txt > span {
  float: right;
  width: 24px;
  height: 24px;
  font-family: SimSun;
  color: #9e9e9e;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  border: solid 1px #dddddd;
  margin-top: 17px;
}
.case .case_view .case_view_list > li > .case_txt > span > a {
  color: #9e9e9e;
}
.case .case_view .case_view_list > li > span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0091d7;
  transition: all .3s;
}
.case > a {
  display: block;
  width: 118px;
  height: 40px;
  line-height: 40px;
  color: #0091d7;
  border: solid 1px #0091d7;
  font-size: 14px;
  text-align: center;
  margin: 55px auto 0;
}
.case > a:hover {
  background: #0091d7;
  color: #fff;
  border-radius: 20px;
}
.about {
  width: 100%;
  height: 625px;
  margin-bottom: 50px;
  padding-top: 70px;
  box-sizing: border-box;
  background: url(../images/ab_bg.jpg) center no-repeat;
}
.about .title {
  width: 100%;
  height: 70px;
  text-align: center;
}
.about .title > h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.about .title > h4 {
  color: #999;
  font-size: 18px;
}
.about .title > h3 {
  color: #fff;
}
.about .title > h4 {
  color: #fff;
}
.about .ab_main {
  margin-top: 90px;
}
.about .ab_main .ab_txt {
  float: left;
  width: 672px;
  height: 300px;
}
.about .ab_main .ab_txt > h3 {
  width: 672px;
  height: 24px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.about .ab_main .ab_txt > h4 {
  width: 672px;
  height: 145px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 45px;
}
.about .ab_main .ab_txt > a {
  display: block;
  width: 150px;
  height: 40px;
  color: #999999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  transition: all .5s;
}
.about .ab_main .ab_txt > a:hover {
  border-radius: 30px;
}
.about .ab_main .ab_view {
  float: right;
  width: 457px;
  height: 300px;
}
.about .ab_main .ab_view:hover > img {
  transform: translate(-3px, -3px);
}
.about .ab_main .ab_view > img {
  width: 457px;
  height: 300px;
  transition: all .5s;
}
.dz {
  height: 779px;
  margin-bottom: 75px;
}
.dz .title {
  width: 100%;
  height: 70px;
  text-align: center;
}
.dz .title > h3 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.dz .title > h4 {
  color: #999;
  font-size: 18px;
}
.dz .dz_view {
  margin-top: 64px;
}
.dz .dz_view .dz_view_item {
  float: left;
  width: 568px;
  height: 315px;
  background: #efefef;
  margin: 0 11px 15px;
  padding: 24px 0 0 24px;
  box-sizing: border-box;
  transition: all .3s;
}
.dz .dz_view .dz_view_item:hover {
  background: #0091d7;
  color: #fff;
}
.dz .dz_view .dz_view_item:hover .dz_view_txt {
  color: #fff;
}
.dz .dz_view .dz_view_item:hover .dz_view_txt > h3 {
  color: #fff;
}
.dz .dz_view .dz_view_item:hover .dz_view_txt > h3 > a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dz .dz_view .dz_view_item:hover .dz_view_txt > h4 {
  color: #fff;
}
.dz .dz_view .dz_view_item:hover .dz_view_txt > a {
  background: #fff;
  border: #fff;
  color: #0091d7;
}
.dz .dz_view .dz_view_item .dz_view_l {
  float: left;
  width: 265px;
  height: 266px;
}
.dz_view_l>a{
  display: block;
  width: 100%;
  height: 100%;
}
.dz_view_l>a>img{    
  width: 265px;
  height: 266px;
}
.dz .dz_view .dz_view_item .dz_view_txt {
  float: left;
  width: 230px;
  height: 266px;
  margin-left: 35px;
}
.dz .dz_view .dz_view_item .dz_view_txt > h3 {
  width: 230px;
  height: 36px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
.dz .dz_view .dz_view_item .dz_view_txt > h3 > a {
  display: block;
  width: 230px;
  height: 36px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dz .dz_view .dz_view_item .dz_view_txt > h4 {
  width: 230px;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.dz .dz_view .dz_view_item .dz_view_txt > a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  margin-top: 40px;
}
.news {
  width: 100%;
  height: 548px;
  padding-top: 64px;
  box-sizing: border-box;
  background: #f3f4f4;
}
.news .news_tit {
  margin-bottom: 28px;
}
.news .news_tit > h3 {
  width: 100%;
  height: 33px;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  padding-left: 24px;
  box-sizing: border-box;
  border-left: 5px solid #333333;
}
.news .news_main .news_view {
  float: left;
  width: 536px;
  height: 352px;
}
.news .news_main .news_view > a {
  display: block;
  width: 536px;
  height: 352px;
}
.news .news_main .news_view > a > img {
  width: 536px;
  height: 352px;
}
.news .news_main .news_txt {
  float: left;
  width: 615px;
  height: 352px;
  margin-left: 29px;
}
.news .news_main .news_txt .news_list {
  width: 615px;
  height: 352px;
}
.news .news_main .news_txt .news_list li {
  width: 100%;
  height: 40px;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
  transition: all .5s;
}
.news .news_main .news_txt .news_list li:hover {
  transform: translateX(5px);
}
.news .news_main .news_txt .news_list li:hover > a {
  color: #0091d7;
}
.news .news_main .news_txt .news_list li:hover > span {
  color: #0091d7;
}
.news .news_main .news_txt .news_list li > a {
  display: block;
  width: 500px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  color: #666666;
}
.news .news_main .news_txt .news_list li > a > i {
  font-size: 12px;
  color: #666666;
  margin-right: 10px;
}
.news .news_main .news_txt .news_list li > span {
  float: right;
  width: 100px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
}
