/* banner S */
.fullSlide {
  width: 100%;
  position: relative;
  height: 650px;
  overflow: hidden;
}
.fullSlide .bd {
  height: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 650px;
  overflow: hidden;
  text-align: center;
}
.fullSlide .bd li a {
  display: block;
  height: 650px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 150px;
  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: 58px;
  height: 15px;
  margin: 7px;
  border: 1px solid #fff;
  overflow: hidden;
  line-height: 99px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fullSlide .hd ul .on {
  border: 1px solid #2299ee;
  background: #2299ee;
  -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%;
}
.ewm {
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 3;
  bottom: 0;
  background: url(../images/in_bg.jpg) right center no-repeat;
}
.ewm .ewm_main .ewm_txt {
  width: 401px;
  height: 151px;
  margin-left: 560px;
  padding: 25px 38px;
  box-sizing: border-box;
  background-color: #2299ee;
}
.ewm .ewm_main .ewm_txt h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.ewm .ewm_main .ewm_txt h5 {
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #53aff2;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
}
.ewm .ewm_main .ewm_txt h6 {
  font-size: 24px;
  background: url(../images/ewm_tell.png) left center no-repeat;
  color: #ffffff;
  padding-left: 45px;
}
.ewm .ewm_main .ewm_img {
  width: 110px;
  height: 110px;
  margin-left: 65px;
  margin-top: 20px;
}
.ewm .ewm_main .ewm_img img {
  width: 100%;
  height: 100%;
}
.tit1 {
  text-align: center;
}
.tit1 h3 {
  color: #555555;
  font-size: 30px;
}
.tit1 h4 {
  color: #999999;
  font-size: 12px;
  margin-bottom: 8px;
}
.tit1 h5 {
  width: 240px;
  height: 13px;
  margin: 0 auto;
  background: url(../images/tit.png) center no-repeat;
}
.pro {
  width: 100%;
  height: 891px;
  padding-top: 70px;
  box-sizing: border-box;
  background-color: #f1f1f1;
}
.pro .pro_main .pro_menu {
  margin-top: 30px;
}
.pro .pro_main .pro_menu .pro_menu_tit {
  width: 107px;
  height: 61px;
  background-color: #2299ee;
  border-radius: 4px;
  text-align: center;
  padding: 8px 0;
  box-sizing: border-box;
}
.pro .pro_main .pro_menu .pro_menu_tit h3 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.pro .pro_main .pro_menu .pro_menu_tit h4 {
  font-size: 12px;
  color: #ffffff;
}
.pro .pro_main .pro_menu .pro_menu_list {
  width: 1050px;
  margin-left: 30px;
  line-height: 30px;
}
.pro .pro_main .pro_menu .pro_menu_list a {
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro .pro_main .pro_menu .pro_menu_list a:hover {
  color: #2299ee;
  transform: translate(5px);
}
.pro .pro_main .pro_view {
  margin-top: 30px;
}
.pro .pro_main .pro_view .pro_view_list > li {
  float: left;
  width: 276px;
  margin-right: 32px;
  margin-bottom: 40px;
  transition: all .5s;
}
.pro .pro_main .pro_view .pro_view_list > li:hover {
  box-shadow: 0 0 0 3px rgba(57, 163, 240, 0.2);
  transform: translateY(-5px);
}
.pro .pro_main .pro_view .pro_view_list > li > a {
  display: block;
  width: 100%;
  height: 220px;
}
.pro .pro_main .pro_view .pro_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.pro .pro_main .pro_view .pro_view_list > li .pro_txt {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
}
.pro .pro_main .pro_view .pro_view_list > li .pro_txt > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  background: url(../images/pro_add.png) 255px center no-repeat;
}
.pro .pro_main .pro_view .pro_view_list > li:nth-child(4),
.pro .pro_main .pro_view .pro_view_list > li:nth-child(8) {
  margin-right: 0;
}
.pro .pro_main > a {
  display: block;
  width: 91px;
  height: 33px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 33px;
  background-color: #2299ee;
  border-radius: 16px;
  margin: 0 auto 0;
}
.pro .pro_main > a:hover {
  transform: scale(1.1);
}
.case {
  margin-top: 85px;
}
.case .case_view {
  margin-top: 20px;
}
.case .case_view .case_bd .case_view_list > li {
  float: left;
  width: 371px;
  margin-right: 43px;
  transition: all .5s;
}
.case .case_view .case_bd .case_view_list > li:hover .case_txt {
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #2299ee;
}
.case .case_view .case_bd .case_view_list > li:hover .case_txt > a {
  color: #fff;
}
.case .case_view .case_bd .case_view_list > li:hover .case_txt .case_txt_left {
  width: 310px;
}
.case .case_view .case_bd .case_view_list > li:hover .case_txt .case_txt_left h5 {
  color: #fff;
}
.case .case_view .case_bd .case_view_list > li:hover .case_txt .case_txt_left a {
  color: #fff;
}
.case .case_view .case_bd .case_view_list > li > a {
  display: block;
  width: 100%;
  height: 291px;
}
.case .case_view .case_bd .case_view_list > li > a > img {
  width: 100%;
  height: 100%;
}
.case .case_view .case_bd .case_view_list > li .case_txt {
  width: 100%;
  height: 81px;
  box-sizing: border-box;
  transition: all .5s;
}
.case .case_view .case_bd .case_view_list > li .case_txt .case_txt_left {
  width: 335px;
  transition: all .5s;
}
.case .case_view .case_bd .case_view_list > li .case_txt .case_txt_left > a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_view .case_bd .case_view_list > li .case_txt .case_txt_left h5 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #555555;
  transition: all .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .case_view .case_bd .case_view_list > li .case_txt > a {
  font-size: 18px;
  color: #777777;
  margin-top: 20px;
}
.case .case_view .case_hd {
  margin-top: 45px;
}
.case .case_view .case_hd .hd_list {
  text-align: center;
}
.case .case_view .case_hd .hd_list > li {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 100px;
  overflow: hidden;
  margin: 0 20px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
}
.case .case_view .case_hd .hd_list > li.on {
  background-color: #2299ee;
}
.about {
  width: 100%;
  height: 600px;
  margin-top: 70px;
  background: url(../images/about_bg.jpg) center top no-repeat;
}
.about .ab_main .ab_txt {
  margin-top: 50px;
}
.about .ab_main .ab_txt .ab_txt_tit {
  width: 150px;
  height: 136px;
  padding: 30px 20px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #2299ee;
}
.about .ab_main .ab_txt h3 {
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin: 45px 0 30px 0;
}
.about .ab_main .ab_txt h3 > a {
  color: #555555;
}
.about .ab_main .ab_txt h4 {
  color: #444444;
  font-size: 14px;
  line-height: 35px;
  height: 105px;
  width: 548px;
  overflow: hidden;
}
.about .ab_main .ab_list {
  margin-top: 78px;
}
.about .ab_main .ab_list > li {
  float: left;
  width: 140px;
  height: 141px;
  border-radius: 50%;
  text-align: center;
  padding: 44px 34px;
  box-sizing: border-box;
  background-color: #666666;
  margin-right: 64px;
  transition: all .5s;
}
.about .ab_main .ab_list > li:hover {
  cursor: pointer;
  background-color: #2299ee;
}
.about .ab_main .ab_list > li h5 {
  color: #ffffff;
  font-size: 18px;
}
.about .ab_main .ab_list > li span {
  color: #ffffff;
  font-size: 18px;
}
.about .ab_main .ab_view {
  width: 568px;
  margin-top: 50px;
}
.about .ab_main .ab_view > .ab_view_box {
  position: relative;
  float: left;
  width: 275px;
  height: 270px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.about .ab_main .ab_view > .ab_view_box:hover .ab_ico {
  transform: rotateZ(360deg);
}
.about .ab_main .ab_view > .ab_view_box img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0px 0px 0px;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .5s;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 197px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico1 > a {
  background: url(../images/ab_ico1.png) center 60px no-repeat;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico1 > img {
  border-radius: 0px 10px 0px 0px;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico2 > a {
  background: url(../images/ab_ico2.png) center 60px no-repeat;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico2 img {
  border-radius: 0px 0px 0px 10px;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico3 > a {
  background: url(../images/ab_ico3.png) center 60px no-repeat;
}
.about .ab_main .ab_view > .ab_view_box .ab_ico3 img {
  border-radius: 0px 0px 10px 0px;
}
.news {
  margin-top: 70px;
}
.news .news_main {
  margin-top: 40px;
}
.news .news_main .news_top .news_view {
  width: 470px;
  height: 335px;
  background: #f8f8f8;
  padding: 45px 50px;
  box-sizing: border-box;
}
.news .news_main .news_top .news_view:hover > h4 a {
  color: #2299ee;
  transform: translate(5px);
}
.news .news_main .news_top .news_view h4 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #666666;
  font-size: 16px;
  margin-bottom: 30px;
}
.news .news_main .news_top .news_view h4 > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_main .news_top .news_view > a {
  display: block;
  width: 366px;
  height: 200px;
}
.news .news_main .news_top .news_view > a > img {
  width: 100%;
  height: 100%;
}
.news .news_main .news_top .news_t_txt {
  width: 698px;
}
.news .news_main .news_top .news_t_txt .news_t_list > li {
  width: 100%;
  height: 166px;
  padding: 40px;
  box-sizing: border-box;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  transition: all .5s;
}
.news .news_main .news_top .news_t_txt .news_t_list > li:hover {
  box-shadow: 0 0 20px #f2f2f2;
}
.news .news_main .news_top .news_t_txt .news_t_list > li:hover .news_t_main > a {
  color: #2299ee;
  transform: translate(5px);
}
.news .news_main .news_top .news_t_txt .news_t_list > li:hover > a {
  color: #2299ee;
}
.news .news_main .news_top .news_t_txt .news_t_list > li .news_t_main {
  width: 500px;
}
.news .news_main .news_top .news_t_txt .news_t_list > li .news_t_main > a {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
  line-height: 20px;
  font-size: 16px;
  padding-left: 32px;
  box-sizing: border-box;
  margin-bottom: 15px;
  background: url(../images/news_ico1.png) left center no-repeat;
}
.news .news_main .news_top .news_t_txt .news_t_list > li .news_t_main h4 {
  width: 465px;
  height: 60px;
  overflow: hidden;
  color: #777777;
  line-height: 30px;
  font-size: 14px;
  margin-left: 32px;
}
.news .news_main .news_top .news_t_txt .news_t_list > li .news_time {
  margin-left: 30px;
}
.news .news_main .news_top .news_t_txt .news_t_list > li .news_time > span {
  color: #777777;
  font-size: 24px;
  padding-left: 20px;
}
.news .news_main .news_top .news_t_txt .news_t_list > li .news_time > a {
  display: block;
  width: 42px;
  height: 20px;
  margin-top: 15px;
  background: url(../images/news_ico2.png) center no-repeat;
}
.news .news_main .news_botm {
  margin-top: 40px;
}
.news .news_main .news_botm .news_botm_list > li {
  float: left;
  width: 556px;
  height: 50px;
  line-height: 50px;
  margin-right: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.news .news_main .news_botm .news_botm_list > li:hover > a {
  color: #2299ee;
  transform: translate(5px);
}
.news .news_main .news_botm .news_botm_list > li:hover > a > span {
  color: #2299ee;
}
.news .news_main .news_botm .news_botm_list > li:hover span {
  color: #2299ee;
}
.news .news_main .news_botm .news_botm_list > li > a {
  float: left;
  width: 440px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
}
.news .news_main .news_botm .news_botm_list > li > a > span {
  margin-right: 15px;
}
.news .news_main .news_botm .news_botm_list > li > span {
  width: 80px;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: right;
  color: #999999;
  font-size: 14px;
}
.news .news_main .news_botm .news_botm_list > li:nth-child(2n) {
  margin-right: 0;
}
.link {
  height: 47px;
  overflow: hidden;
  line-height: 47px;
  margin-top: 50px;
}
.link > span {
  display: inline-block;
  width: 121px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #2299ee;
}
.link > a {
  color: #555555;
  font-size: 14px;
  padding: 0 25px;
}
.link > a:hover {
  color: #2299ee;
}
