.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  position: relative;
  top: 0;
}
.banner .fullSlide {
  width: 100%;
  position: relative;
  height: 100%;
  background: transparent;
}
.banner .fullSlide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .fullSlide .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .fullSlide .bd li a {
  display: block;
  width: 100%;
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .fullSlide .slideNav a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -136px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
.banner .fullSlide .slideNav a.next {
  right: 10%;
  background-position: -6px -137px;
}
.banner .fullSlide .slideNav a.next:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.banner .fullSlide .slideNav a.prev {
  left: 10%;
  background-position: -126px -137px;
}
.banner .fullSlide .slideNav a.prev:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}
.banner .fullSlide:hover .slideNav a {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hot {
  border-bottom: 1px #ebebeb solid;
  position: relative;
}
.hot .hotL {
  position: absolute;
  left: 0;
  top: -55px;
  background: #006f6b;
  width: 50%;
}
.hot .hotL .hotLBox {
  float: right;
  position: relative;
  right: -15px;
  padding-right: 70px;
  width: 535px;
  background: #006f6b;
  color: #fff;
  padding-top: 30px;
  height: 150px;
}
.hot .hotL .hotLBox .hotTel {
  float: right;
  font-weight: bold;
  font-size: 24px;
  background: url(../images/hotTel.png) left center no-repeat;
  padding-left: 40px;
  line-height: 34px;
}
.hot .hotL .hotLBox h4 {
  line-height: 34px;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  padding: 0 30px;
  float: left;
}
.hot .hotL .hotLBox h4:before {
  content: '“';
  display: block;
  font-family: Impact;
  position: absolute;
  font-size: 58px;
  left: 0;
  top: 6px;
  filter: alpha(opacity=45);
  opacity: 0.45;
  font-weight: normal;
}
.hot .hotL .hotLBox h4:after {
  content: '”';
  display: block;
  font-family: Impact;
  position: absolute;
  font-size: 58px;
  right: 0;
  top: 6px;
  filter: alpha(opacity=45);
  opacity: 0.45;
  font-weight: normal;
}
.hot .hotL .hotLBox p {
  clear: both;
  padding-top: 15px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  height: 78px;
}
.hot .botR {
  padding-left: 605px;
}
.hot .botR .search {
  background: #8e8d8d;
  height: 48px;
}
.hot .botR .search .searchInp {
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  float: left;
  background: no-repeat;
  width: 485px;
}
.hot .botR .search .submitBtn {
  float: right;
  background: url(../images/submitIco.png) center center no-repeat;
  width: 60px;
  border: none;
  height: 48px;
  cursor: pointer;
}
.hot .botR .hotList {
  height: 36px;
  padding: 20px 15px;
}
.hot .botR .hotList h3 {
  font-size: 14px;
  font-weight: bold;
  color: #006f6b;
  float: left;
  width: 90px;
  line-height: 36px;
}
.hot .botR .hotList h3 img {
  vertical-align: middle;
  margin-right: 5px;
}
.hot .botR .hotList .hotSlide {
  float: right;
  width: 455px;
}
.hot .botR .hotList .hotSlide ul li {
  line-height: 36px;
  height: 36px;
}
.hot .botR .hotList .hotSlide ul li a {
  display: block;
  float: left;
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
}
.hot .botR .hotList .hotSlide ul li a:hover {
  left: 5px;
  color: #eb6100;
}
.hot .botR .hotList .hotSlide ul li span {
  font-size: 12px;
  float: right;
  color: #666;
}
.pro {
  padding: 40px 0 0;
}
.pro .title {
  background: url(../images/proTit.png) center top no-repeat;
  line-height: 1;
  text-align: center;
  padding-top: 27px;
}
.pro .title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #006f6b;
  letter-spacing: 3px;
}
.pro .title p {
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  letter-spacing: 3px;
}
.pro .title p span {
  display: inline-block;
  position: relative;
}
.pro .title p span:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-right: 15px;
}
.pro .title p span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-LEFT: 15px;
}
.pro .proL {
  float: left;
  margin-top: 40px;
}
.pro .proL ul {
  width: 230px;
  border-left: 2px #e3e3e3 solid;
  padding: 10px 0 10px 25px;
}
.pro .proL ul li {
  padding-top: 9px;
  height: 50px;
  border-bottom: 1px #ccc dashed;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pro .proL ul li:before {
  content: '';
  display: block;
  height: 60px;
  width: 3px;
  background: #006f6b;
  position: absolute;
  left: -27px;
  top: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pro .proL ul li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  left: 0;
}
.pro .proL ul li:hover {
  border-color: #006f6b;
}
.pro .proL ul li:hover a {
  color: #006f6b;
  left: 5px;
}
.pro .proL ul li:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.pro .proL ul li.on {
  border-color: #006f6b;
}
.pro .proL ul li.on a {
  color: #006f6b;
  font-weight: bold;
}
.pro .proL ul li.on:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.pro .proL .tel {
  background: url(../images/proTel.png) left top no-repeat;
  padding-left: 85px;
  line-height: 1;
  margin-top: 28px;
  height: 68px;
}
.pro .proL .tel h5 {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  padding-top: 18px;
}
.pro .proL .tel h4 {
  font-size: 24px;
  font-weight: bold;
  color: #006f6b;
  margin-top: 8PX;
}
.pro .proR {
  float: right;
  width: 850px;
  margin-top: 40px;
}
.pro .proR ul {
  margin-right: -20px;
}
.pro .proR ul li {
  float: left;
  margin: 0 20px 20px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  border: 2px #e1e1e1 solid;
  width: 266px;
  height: 190px;
  overflow: hidden;
}
.pro .proR ul li .img {
  display: block;
}
.pro .proR ul li .img img {
  display: block;
  width: 266px;
  height: 190px;
}
.pro .proR ul li .txt {
  width: 100%;
  height: 100%;
}
.pro .proR ul li .txt i {
  display: block;
  width: 100%;
  height: 34px;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pro .proR ul li .txt h5 {
  width: 100%;
  height: 34px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.pro .proR ul li .txt h5 a {
  display: block;
  padding: 0 15px;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proR ul li .txt .link {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  left: 50%;
  top: -44px;
  margin-left: -22px;
}
.pro .proR ul li:hover .txt i {
  height: 100%;
}
.pro .proR ul li:hover h5 {
  bottom: 110px;
}
.pro .proR ul li:hover h5 a {
  color: #fff;
  font-size: 16px;
}
.pro .proR ul li:hover .link {
  top: 100px;
}
.pro .proR ul li:first-child {
  width: 556px;
  height: 404px;
}
.pro .proR ul li:first-child .img img {
  width: 556px;
  height: 400px;
}
.pro .proR ul li:first-child:hover h5 {
  bottom: 220px;
}
.pro .proR ul li:first-child:hover h5 a {
  color: #fff;
  font-size: 18px;
}
.pro .proR ul li:first-child:hover .link {
  top: 220px;
}
/* 优势 */
.youshi {
  width: 100%;
  margin: 40px 0 55px;
}
.youshi .youshiTit {
  height: 65px;
  text-align: center;
  line-height: 1;
  background: url(../images/ysTit.png) no-repeat center top;
}
.youshi .youshiTit h3 {
  font-size: 24px;
  font-weight: bold;
}
.youshi .youshiTit h3 span {
  color: #006f6b;
}
.youshi .youshiTit p {
  font-size: 16px;
  color: #006f6b;
  margin-top: 10px;
}
.youshi .ysBox {
  width: 1180px;
  margin: 0 auto;
  margin-top: 75px;
}
.youshi .ysBox .pic {
  width: 420px;
  height: 510px;
  background: #d6d6d6;
  margin-left: 15px;
  float: left;
}
.youshi .ysBox .pic img {
  position: relative;
  left: -15px;
  top: -15px;
}
.youshi .ysBox .ysR {
  float: right;
  width: 720px;
}
.youshi .ysBox .ysR .tit {
  height: 92px;
  background: url(../images/ysTitbg.png) no-repeat center bottom;
}
.youshi .ysBox .ysR .tit p {
  padding-top: 38px;
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  color: #267b78;
  position: relative;
  left: -132px;
  text-transform: uppercase;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.youshi .ysBox .ysR ul {
  margin-left: 15px;
  margin-right: -45px;
}
.youshi .ysBox .ysR ul li {
  float: left;
  width: 280px;
  padding-left: 50px;
  position: relative;
  margin-top: 25px;
  margin-right: 45px;
}
.youshi .ysBox .ysR ul li i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px;
  width: 40px;
  height: 40px;
  background: #cdcdcd;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.youshi .ysBox .ysR ul li i img {
  display: block;
  width: 40px;
  height: 40px;
}
.youshi .ysBox .ysR ul li h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
}
.youshi .ysBox .ysR ul li p {
  font-size: #ccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 26px;
  height: 104px;
}
.youshi .ysBox .ysR ul li:hover i {
  background: #006f6b;
}
.youshi .ysBox .ysR ul li.tel {
  width: 200px;
  text-align: center;
  line-height: 1;
  padding-top: 32px;
  margin-left: 30px;
}
.youshi .ysBox .ysR ul li.tel h5 {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.youshi .ysBox .ysR ul li.tel h6 {
  font-size: 24px;
  color: #eb6100;
  margin-top: 10px;
  font-weight: bold;
}
.youshi .ysBox .ysR ul li.tel a {
  display: block;
  background: #eb6100;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  margin-top: 12px;
  border: 1px #eb6100 solid;
}
.youshi .ysBox .ysR ul li.tel a:hover {
  background: none;
  color: #eb6100;
}
/* 小banner */
.mbanner1 {
  background: url(../images/mbanner1.jpg) center center no-repeat;
  height: 210px;
  text-align: center;
  line-height: 1;
}
.mbanner1 h4 {
  padding-top: 30px;
  font-size: 26px;
  text-shadow: 2px 2px 0 #023e3b;
  font-weight: bold;
  color: #fff;
  transform: rotate(-2.5deg);
  -webkit-transform: rotate(-2.5deg);
}
.mbanner1 h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 69px;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  letter-spacing: 2px;
}
.mbanner1 .adTel {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 3px;
  transform: rotate(-3deg);
  text-shadow: 2px 2px 0 #023e3b;
  -webkit-transform: rotate(-3deg);
  letter-spacing: 2px;
  text-align: left;
  margin-left: 525px;
}
/* 荣誉资质 */
.honor {
  padding: 40px 0 65px;
}
.honor .title {
  background: url(../images/honorTit.png) center top no-repeat;
  line-height: 1;
  text-align: center;
  padding-top: 27px;
}
.honor .title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #006f6b;
  letter-spacing: 3px;
}
.honor .title p {
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  letter-spacing: 3px;
}
.honor .title p span {
  display: inline-block;
  position: relative;
}
.honor .title p span:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-right: 15px;
}
.honor .title p span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-LEFT: 15px;
}
.honor .honorSlide {
  margin: 40px -15px 0;
  position: relative;
}
.honor .honorSlide .bd ul li {
  margin: 0 14px;
  float: left;
  width: 264px;
  height: 230px;
  border: 1px #d4d5d9 solid;
  padding: 4px;
  position: relative;
}
.honor .honorSlide .bd ul li .pic img {
  display: block;
  width: 264px;
  height: 230px;
}
.honor .honorSlide .bd ul li h5 {
  width: 264px;
  height: 30px;
  position: absolute;
  left: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.honor .honorSlide .bd ul li h5 a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honorSlide .bd ul li:hover {
  border-color: #eb6100;
}
.honor .honorSlide .bd ul li:hover h5 {
  height: 230px;
}
.honor .honorSlide .bd ul li:hover h5 a {
  line-height: 230px;
}
.honor .honorSlide .prev {
  display: block;
  width: 16px;
  height: 30px;
  background: url(../images/arrowL.png) center center no-repeat;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.honor .honorSlide .prev:hover {
  background: url(../images/arrowLhover.png) center center no-repeat;
}
.honor .honorSlide .next {
  display: block;
  width: 16px;
  height: 30px;
  background: url(../images/arrowR.png) center center no-repeat;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.honor .honorSlide .next:hover {
  background: url(../images/arrowRhover.png) center center no-repeat;
}
.honor .imgCont .bd li .title .imgCont .bd li:hover {
  border-color: #98cf74;
}
.honor .imgCont .bd li:hover .title a {
  color: #fff;
  background: #98cf74;
  border-color: #98cf74;
}
/* 案例 */
.case {
  width: 100%;
  padding: 38px 0 35px;
  background: url(../images/casebg.png) center top no-repeat;
}
.case .title {
  background: url(../images/caseTit.png) center top no-repeat;
  line-height: 1;
  text-align: center;
  padding-top: 27px;
}
.case .title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #006f6b;
  letter-spacing: 3px;
}
.case .title p {
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  letter-spacing: 3px;
}
.case .title p span {
  display: inline-block;
  position: relative;
}
.case .title p span:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-right: 15px;
}
.case .title p span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-LEFT: 15px;
}
.case .title h3 {
  color: #fff;
}
.case .title p {
  color: #dfdede;
}
.case .title p span:before {
  background: #8db7b6;
}
.case .title p span:after {
  background: #8db7b6;
}
.case .caseNav {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
  line-height: 1;
}
.case .caseNav a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.case .caseNav a:before {
  content: " | ";
  display: inline-block;
  margin: 0 30px;
  color: #fff;
  filter: alpha(opacity=45);
  opacity: 0.45;
}
.case .caseNav a:first-child:before {
  display: none;
}
.case .caseNav a:hover {
  color: #eb6100;
}
.case .caseList {
  margin-top: 55px;
}
.case .caseList ul {
  margin: 0 -10px;
}
.case .caseList ul li {
  margin: 0 10px 20px;
  float: left;
  width: 274px;
  height: 208px;
  border: 1px #d4d5d9 solid;
  padding: 2px;
  position: relative;
  overflow: hidden;
}
.case .caseList ul li .pic img {
  display: block;
  width: 274px;
  height: 208px;
}
.case .caseList ul li h5 {
  width: 274px;
  height: 30px;
  position: absolute;
  left: 2px;
  bottom: 2px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  transform: skewX(0);
}
.case .caseList ul li h5 a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseList ul li:hover {
  border-color: #eb6100;
}
.case .caseList ul li:hover h5 {
  height: 208px;
  transform: skewX(180deg);
}
.case .caseList ul li:hover h5 a {
  line-height: 208px;
}
.adv {
  background: url(../images/advBg.png) center top no-repeat;
  padding-top: 60px;
}
.adv .advTit {
  text-align: center;
  line-height: 1;
}
.adv .advTit h3 {
  font-size: 34px;
  color: #006f6b;
  font-weight: bold;
}
.adv .advTit h3 span {
  color: #eb6100;
}
.adv .advTit h3 span i {
  font-style: italic;
  font-size: 38px;
  font-weight: bold;
  line-height: 34px;
}
.adv .advTit p {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}
.adv .advBox {
  margin-top: 70px;
}
.adv .advBox .advL {
  float: left;
  width: 508px;
}
.adv .advBox .advList dl {
  float: left;
  border: 1px #ccc solid;
  padding: 20px 18px 10px;
  margin-top: 40px;
  width: 470px;
}
.adv .advBox .advList dl:first-child {
  margin-top: 0;
}
.adv .advBox .advList dl dt {
  position: relative;
  padding-left: 65px;
}
.adv .advBox .advList dl dt i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #006f6b;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.adv .advBox .advList dl dt h4 {
  font-size: 24px;
  line-height: 1;
}
.adv .advBox .advList dl dt h5 {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin-top: 9px;
  text-transform: uppercase;
}
.adv .advBox .advList dl dd {
  padding-left: 25px;
  margin-top: 15px;
}
.adv .advBox .advList dl dd p {
  background: url(../images/ysli.png) left 5px no-repeat;
  line-height: 20px;
  padding: 5px 0 5px 30px;
}
.adv .advBox .advR {
  float: right;
  margin-right: 30px;
}
.adv .advBox .advR .pic {
  height: 450px;
}
.adv .advBox .advR .advList {
  margin-top: 44px;
  margin-left: 30px;
}
.adv .advBox .advR .advList dl {
  width: 500px;
}
/* 实力展示 */
.strength {
  padding: 65px 0 20px;
}
.strength .title {
  background: url(../images/honorTit.png) center top no-repeat;
  line-height: 1;
  text-align: center;
  padding-top: 27px;
}
.strength .title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #006f6b;
  letter-spacing: 3px;
}
.strength .title p {
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  letter-spacing: 3px;
}
.strength .title p span {
  display: inline-block;
  position: relative;
}
.strength .title p span:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-right: 15px;
}
.strength .title p span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-LEFT: 15px;
}
.strength .strengthList {
  margin-top: 40px;
}
.strength .strengthList ul li {
  width: 330px;
  height: 450px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 30px;
}
.strength .strengthList ul li .pic img {
  display: block;
  width: 330px;
  height: 420px;
}
.strength .strengthList ul li h4 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 14px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.strength .strengthList ul li h5 {
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  bottom: -30px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-delay: 0.3s;
}
.strength .strengthList ul li .link {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: -70px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 3;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-delay: 0.6s;
  left: 50%;
  margin-left: -21px;
}
.strength .strengthList ul li .link img {
  width: 42px;
  height: 42px;
}
.strength .strengthList ul li i {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  position: absolute;
  z-index: 2;
}
.strength .strengthList ul li .bg {
  width: 330px;
  height: 420px;
  background: #267b78;
  filter: alpha(opacity=70);
  opacity: 0.7;
  left: 0;
  top: 0;
  -webkit-transform: skewX(90deg);
  transform: skewX(90deg);
  z-index: 1;
}
.strength .strengthList ul li .i1 {
  width: 0;
  height: 1px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  left: 10px;
  top: 10px;
  transition-delay: 0.4s;
}
.strength .strengthList ul li .i2 {
  width: 1px;
  height: 0;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  right: 10px;
  top: 10px;
  transition-delay: 0.4s;
}
.strength .strengthList ul li .i3 {
  width: 0;
  height: 1px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  right: 10px;
  top: 410px;
  transition-delay: 0.6s;
}
.strength .strengthList ul li .i4 {
  width: 1px;
  height: 0;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  left: 10px;
  bottom: 40px;
  transition-delay: 0.8s;
}
.strength .strengthList ul li:hover .bg {
  -webkit-transform: skewX(0);
  transform: skewX(0);
}
.strength .strengthList ul li:hover .i1 {
  width: 310px;
}
.strength .strengthList ul li:hover .i2 {
  height: 400px;
}
.strength .strengthList ul li:hover .i3 {
  width: 310px;
}
.strength .strengthList ul li:hover .i4 {
  height: 400px;
}
.strength .strengthList ul li:hover h4 {
  bottom: 290px;
  color: #fff;
}
.strength .strengthList ul li:hover h5 {
  bottom: 260px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.strength .strengthList ul li:hover .link {
  bottom: 180px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.about {
  padding-top: 35px;
  background: url(../images/aboutBg.jpg) center 170px no-repeat;
}
.about .title {
  background: url(../images/aboutTit.png) center top no-repeat;
  line-height: 1;
  text-align: center;
  padding-top: 27px;
}
.about .title h3 {
  font-size: 22px;
  font-weight: bold;
  color: #006f6b;
  letter-spacing: 3px;
}
.about .title p {
  padding-top: 15px;
  font-size: 16px;
  color: #666;
  letter-spacing: 3px;
}
.about .title p span {
  display: inline-block;
  position: relative;
}
.about .title p span:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-right: 15px;
}
.about .title p span:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #aaa;
  vertical-align: middle;
  margin-LEFT: 15px;
}
.about .aboutBox {
  margin-top: 55px;
  position: relative;
  height: 250px;
  padding-left: 525px;
}
.about .aboutBox .aboutPic {
  position: absolute;
  left: 0;
  top: -23px;
}
.about .aboutBox .aboutPic img {
  display: block;
  width: 490px;
  height: 325px;
}
.about .aboutBox .aboutTxt {
  padding-top: 25px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 32px;
  height: 160px;
}
.about .aboutBox .aboutLine {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about .aboutBox .aboutLine:hover {
  left: 5px;
}
.about .imgSlide {
  margin-top: 68px;
}
.about .imgSlide .bd {
  margin: 0 -6px;
}
.about .imgSlide .bd ul li {
  margin: 0 6px;
  float: left;
  width: 285px;
  height: 200px;
  position: relative;
}
.about .imgSlide .bd ul li .pic img {
  display: block;
  width: 285px;
  height: 200px;
}
.about .imgSlide .bd ul li h5 {
  width: 285px;
  height: 30px;
  position: absolute;
  background: rgba(48, 128, 125, 0.7);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  bottom: 0;
}
.about .imgSlide .bd ul li h5 a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .imgSlide .bd ul li:hover {
  border-color: #eb6100;
}
.about .imgSlide .bd ul li:hover h5 {
  height: 200px;
}
.about .imgSlide .bd ul li:hover h5 a {
  line-height: 200px;
}
.news_bg {
  width: 100%;
  margin: 0 auto;
  background: url(../images/page_bg.jpg) repeat center;
  overflow: hidden;
}
.news_bg .news {
  width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
}
.news .news_l {
  float: left;
  width: 750px;
  overflow: hidden;
  height: 431px;
}
.news .news_l .news_t {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.news .news_l .news_t .biaoti {
  float: left;
}
.news_t .biaoti h3 {
  font-size: 26px;
  color: #006f6b;
  font-weight: bold;
}
.news_t .biaoti h3 span {
  font-size: 21px;
  color: #ccc;
  font-family: "宋体";
  letter-spacing: 2px;
}
.news_t .news_fl {
  float: right;
}
.news_t .news_fl ul li {
  float: left;
  margin-right: 25px;
}
.news_t .news_fl ul li:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
}
.news_t .news_fl ul li:first-child:before {
  display: none;
}
.news_t .news_fl ul li a {
  font-size: 16px;
  color: #333;
}
.news_t .news_fl ul li.n1 a {
  background: url(../images/buttom.png) no-repeat left center;
  padding-left: 25px;
}
.news_t .news_fl ul li.casehover a {
  color: #006f6b;
}
.news_nr {
  width: 750px;
  margin-top: 23px;
  height: 367px;
}
.news_nr .nr {
  height: 120px;
  background: url(../images/xt.png) no-repeat bottom left;
}
.news_nr .nr .pic {
  float: left;
  margin-right: 30px;
}
.news_nr .nr .pic img {
  width: 186px;
  height: 120px;
  display: block;
}
.news_nr .nr h5 {
  line-height: 20px;
  padding-top: 15px;
}
.news_nr .nr h5 span {
  float: right;
  color: #999;
}
.news_nr .nr h5 a {
  color: #006f6b;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 400px;
  font-weight: bold;
  position: relative;
  left: 0;
}
.news_nr .nr h5 a:hover {
  left: 5px;
}
.news_nr .nr p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_nr .nr .link {
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
  text-decoration: underline;
  position: relative;
  left: 0;
}
.news_nr .nr .link:hover {
  left: 5px;
}
.news_nr ul {
  margin-top: 7px;
  margin-right: -30px;
}
.news_nr ul li {
  width: 360px;
  float: left;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #dcdcdc;
  margin-right: 30px;
}
.news_nr ul li a {
  width: 250px;
  float: left;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: relative;
  left: 0;
}
.news_nr ul li a:hover {
  left: 5px;
}
.news_nr ul li span {
  float: right;
  color: #999;
  font-size: 14px;
}
.news_r {
  float: right;
  width: 370px;
  height: 431px;
  background: #fff;
}
.news_r .question_t {
  width: 360px;
  height: 60px;
  background: url(../images/wen_t.png) no-repeat center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  padding-left: 10px;
}
.news_r .quest_nr ul li {
  width: 370px;
  height: 52px;
  line-height: 52px;
  background: #eee;
  margin-bottom: 1px;
}
.news_r .quest_nr ul li a {
  width: 250px;
  float: left;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-left: 10px;
  position: relative;
  left: 0;
}
.news_r .quest_nr ul li a:hover {
  left: 5px;
}
.news_r .quest_nr ul li span {
  float: right;
  color: #666;
  font-size: 14px;
  padding-right: 10px;
}
.news_nr ul li:hover a {
  color: #eb6100;
}
.news_r .quest_nr ul li:hover a {
  color: #eb6100;
}
.reasonList ul li:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.links {
  padding: 55px 0 20px;
  line-height: 30px;
}
.links .tit {
  float: left;
  width: 120px;
  height: 30px;
}
.links .tit h3 {
  color: #006f6b;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.links .list {
  width: 1060px;
  float: right;
}
.links .list a {
  display: inline-block;
  margin: 0 10px;
  line-height: 30px;
  font-size: 14px;
}
