* {
  padding: 0;
  margin: 0;
  text-align: left;
  color: #3D3D3D;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  line-height: 28px;
}
body,html{width:100%;}

img {
  border: 0;
}

a, a:Hover {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #1977df;
}

li {
  list-style: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.clear {
  clear: both;
}

.fl {
  float: right;
}

.fr {
  float: left;
}

.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.row {
  width: 1200px;
  margin: 0 auto;
}

.big-row {
  width: 1250px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*
box model;
*/
.product-show ul li {
  float: left;
}

.product-show .second-list a, .common-title a h2 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top-logo {
  height: 114px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.toplogo {
  width: 236px;
}

.nav_green {
  height: 45px;
  width: 880px;
  z-index: 999;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTU0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, #00a0d4, #009541);
  background-image: -webkit-linear-gradient(0deg, #00a0d4, #009541);
  background-image: linear-gradient(90deg, #00a0d4, #009541);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

ul.gdao li {
  width: 110px;
  float: left;
  list-style: none;
  text-align: center;
  height: 45px;
  position: relative;
}

ul.gdao li a {
  display: block;
  height: 45px;
  text-align: center;
  position: relative;
}

ul.gdao li b {
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  color: #fff;
}

ul.gdao li:hover b, ul.gdao li.hover b {
  color: #ffffff;
}

ul.gdao li span {
  color: #ffffff;
  font-family: 'Arial';
  line-height: 12px;
}

ul.gdao li ul {
  width: 111px;
  top: 45px;
  line-height: 30px;
  position: absolute;
  z-index: 999;
  left: 0;
  display: none;
}

ul.gdao li ul li {
  float: left;
  height: 45px;
  width: 111px;
  border-bottom: 1px dotted #fcf5c1;
  background: none;
  background-color: #ffffff;
  line-height: 40px;
  position: relative;
}

ul.gdao li ul li:hover {
  background: none;
  background-color: #00966b;
  line-height: 40px;
  padding: 0;
}

ul.gdao li ul li a {
  color: #000000;
  line-height: 40px;
  height: 40px;
  display: block;
  padding: 0;
  position: relative;
}

ul.gdao li ul li:hover a {
  color: #ffffff;
}

ul.gdao li ul li ul {
  position: absolute;
  width: 111px;
  height: 45px;
  left: 111px;
  top: 0;
  display: none;
}

ul.gdao li ul li:hover ul {
  display: block;
}

ul.gdao li ul li:hover ul li a {
  color: #ffffff;
}

ul.gdao li ul li ul li {
  width: 166px;
  height: 45px;
  background-color: #666666;
}

ul.gdao li ul li ul li:hover a {
  color: #ffffff;
  display: block;
  height: 45px;
  background-color: #00966b;
  line-height: 40px;
}

ul.gdao li ul li ul li a:hover {
  color: #ffffff;
  background-color: #00966b;
    line-height: 40px;

}

ul.gdao li ul div.toplei {
  width: 152px;
  padding: 10px;
  border-left: 1px #cccccc solid;
  overflow: hidden;
  height: auto;
}

ul.gdao li ul .tflda a {
  font-weight: 900;
  font-size: 14px;
}

ul.gdao li ul .tflxa a {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 24px;
  height: 24px;
}

.fullSlide {
  width: 100%;
  position: relative;
  height: 878px;
  background: #000;
  text-align: center;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 878px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 878px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 47px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #f00;
}

.fullSlide .prev, .fullSlide .next {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 10%;
  width: 30px;
  height: 80px;
  background: url(../../Images/left_on.png) no-repeat;
  cursor: pointer;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 10%;
  background: url(../../Images/right_on.png) no-repeat;
}

.slidePro {
  background: url(../../Images/pro-back.jpg) no-repeat center top;
  height: 1151px;
}

.pro-tt {
  width: 1050px;
  margin: 0 50px;
}
.pro-tt .p-img {
  width: 190px;
}
.pro-tt .p-font {
  width: 860px;
}
.pro-tt .p-font p {
  background-color: #019fd4;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
}
.pro-tt .p-font span {
  font-size: 18px;
}

.pro-common-title a {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  height: 50px;
}
.pro-common-title a h2 {
  color: #353535;
  font-size: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
}
.pro-common-title span {
  font-size: 18px;
  line-height: 40px;
  font-family: 'Century';
  color: #616161;
  vertical-align: middle;
}

.product-one {
  background: url(../../Images/list-line.jpg) repeat-x left 64px;
}
.product-one .prolist {
  overflow: hidden;
}
.product-one .prolist ul {
  text-align: center;
  font-size:0;
}
.product-one .prolist ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  margin: 0 3px;
}
.product-one .prolist ul li a {
  padding: 0 5px;
  background-color: #019fd4;
  line-height: 32px;
  display: block;
  text-align: center;
  color: #ffffff;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.product-one .prolist ul li.on a {
  color: #fff;
  font-weight: 900;
  background-color: #029440;
}

.product-show {
  overflow: hidden;
}
.product-show .second-list {
  margin-bottom: 20px;
  background-color: #993399;
  width: 1200px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.product-show .second-list a {
  padding: 0 10px;
  margin: 0 10px;
  color: #ffffff;
  line-height: 35px;
}
.product-show .second-list a:hover {
  color: #ffffff;
}
.product-show ul {
  width: 1260px;
  overflow: hidden;
}
.product-show ul li {
  margin-right: 21px;
  width: 386px;
  height: 280px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  -moz-box-shadow: #000000 0px 0px 3px;
  -webkit-box-shadow: #000000 0px 0px 3px;
  box-shadow: #000000 0px 0px 3px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.product-show ul li a {
  line-height: 0;
  overflow: hidden;
}
.product-show ul li a img {
  margin: 0;
  padding: 0;
  display: block;
}
.product-show ul li a p {
  position: absolute;
  width: 100%;
  bottom: -130px;
  text-align: center;
  background: url(../../Images/imgbg5.png);
  border-bottom: 1px solid #993399;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  line-height: 30px;
  color: #ffffff;
}
.product-show ul li a p span {
  display: block;
  height: 130px;
  text-align: center;
}
.product-show ul li:hover {
  -moz-box-shadow: #00966b 2px 2px 10px;
  -webkit-box-shadow: #00966b 2px 2px 10px;
  box-shadow: #00966b 2px 2px 10px;
}
.product-show ul li:hover a p {
  background: url(../../Images/imgbg3.png);
}

.pro-more {
  text-align: center;
}
.pro-more a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 38px;
  padding: 0 40px;
  color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTU0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, #00a0d4, #009541);
  background-image: -webkit-linear-gradient(0deg, #00a0d4, #009541);
  background-image: linear-gradient(90deg, #00a0d4, #009541);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}

.about-back {
  background: url(../../Images/aboutus.jpg) no-repeat center top;
  height: 534px;
}
.about-back .row {
  position: relative;
}
.about-back .row .index-video {
  position: absolute;
  background: url(../../Images/video-back.png) no-repeat center;
  width: 562px;
  height: 319px;
  left: 293px;
  top: -194px;
  padding: 30px 28.5px;
}

.index-about {
  position: relative;
}
.index-about .i-left-about {
  position: relative;
  width: 436px;
  height: 278px;
}
.index-about .right-about {
  width: 560px;
}
.index-about .right-about a {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.index-about .right-about a h3 {
  font-size: 28px;
  color: #00a0d4;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.index-about .right-about span {
  color: #666666;
  font-size: 20px;
}
.index-about .right-about p {
  text-indent: 2em;
}
.index-about .center-title {
  position: absolute;
  width: 187px;
  height: 547px;
  left: 579px;
  top: -282px;
}

.i-left-about .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.i-left-about .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.i-left-about .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.i-left-about .hd ul li.on {
  background: #f00;
  color: #fff;
}

.i-left-about .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.i-left-about .bd li {
  zoom: 1;
  vertical-align: middle;
}

.i-left-about .bd img {
  width: 436px;
  height: 278px;
  display: block;
}

.i-left-about .prev,
.i-left-about .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../Images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.i-left-about .next {
  left: auto;
  right: 3%;
  background-position: 0px 5px;
}

.i-left-about .prev:hover,
.i-left-about .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.i-left-about .prevStop {
  display: none;
}

.i-left-about .nextStop {
  display: none;
}

.index-honor {
  background: url(../../Images/honor-back.jpg) no-repeat center top;
  overflow: hidden;
  height: 880px;
}
.index-honor .honor-title h3 {
  font-size: 40px;
  padding-top: 75px;
  background: url(../../Images/h3-back.jpg) no-repeat left top;
  line-height: 70px;
}
.index-honor .honor-title a strong {
  font-size: 46px;
  color: #00a0d4;
}
.index-honor .honor-title a span {
  font-size: 46px;
  color: #666666;
}
.index-honor .left-honor {
  width: 564px;
}

.honor-cont {
  position: relative;
}

.honor-cont .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.honor-cont .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.honor-cont .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.honor-cont .hd ul li.on {
  background: #f00;
  color: #fff;
}

.honor-cont .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  margin-left: 120px;
}

.honor-cont .bd li {
  zoom: 1;
  vertical-align: middle;
}

.honor-cont .bd li a {
  display: block;
  height: 425px;
  position: relative;
}

.honor-cont .bd li a span {
  display: block;
  position: absolute;
  width: 294px;
  height: 30px;
  background: url(../../Images/imgbg5.png);
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  bottom: 0;
  left: 0;
}

.honor-cont .bd li a:hover span {
  background: url(../../Images/imgbg3.png);
}

.honor-cont .prev,
.honor-cont .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../Images/slider-arrow2.png) -110px 5px no-repeat;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.honor-cont .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.honor-cont .prev:hover,
.honor-cont .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.honor-cont .prevStop {
  display: none;
}

.honor-cont .nextStop {
  display: none;
}

.nge .nge-title {
  text-align: center;
}
.nge .nge-title p {
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.nge ul {
  margin-top: 30px;
  background: url(../../Images/nge-back.png) repeat-x center;
  overflow: hidden;
}
.nge ul li {
  position: relative;
  float: left;
  width: 147px;
  height: 170px;
  margin: 0 26px;
}
.nge ul li span {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 18px;
  color: #ffffff;
}

.index-case {
  background: url(../../Images/case-back.jpg) no-repeat center top;
  height: 698px;
  overflow: hidden;
}

.common-title {
  text-align: center;
}
.common-title p {
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  color: #000;
}
.common-title a h2 {
  color: #1a3a74;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  background: url(../../Images/logo-title.png) no-repeat;
  padding-left: 72px;
  line-height: 57px;
  vertical-align: middle;
}
.common-title span {
  font-size: 30px;
  color: #aaaaaa;
  line-height: 57px;
  vertical-align: middle;
}

.jcImg {
  height: 460px;
  position: relative;
}

#myRoundabout ul li {
  height: 307px;
  width: 410px;
}

.slider_carousel {
  position: absolute;
  width: 960px;
}

.roundabout-holder {
  padding: 0;
  height: 400px;
  position: absolute;
  width: 890px;
  margin: 0 0 0 155px;
}

.roundabout-moveable-item {
  border: 0;
  list-style: none;
  width: 383px;
  height: 306px;
  -moz-box-shadow: 0px 20px 20px -10px #000000;
  box-shadow: 0px 20px 20px -10px #000000;
  -webkit-box-shadow: 0px 20px 20px -10px #000000;
}

.roundabout-moveable-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.round_conrol {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 34px;
  padding: 0 0 0 0;
}

#bt-previous {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block !important;
  background: url(../../Images/fan_left.png) no-repeat left;
  left: -40px;
  top: 200px;
  cursor: pointer;
  text-indent: -9999px;
}

#bt-next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block !important;
  background: url(../../Images/fan_right.png) no-repeat left;
  right: -40px;
  top: 200px;
  cursor: pointer;
  text-indent: -9999px;
}

.round_but {
  position: absolute;
  display: block;
  width: 24px;
  height: 22px;
  cursor: pointer;
}

/*footer*/
.g_ft {
  background: #ededed;
  height: 421px;
  padding-top: 92px;
}

.g_ft .m_flogo {
  float: left;
  width: 662px;
}

.g_ft .m_flogo .flogo {
  height: 98px;
}

.g_ft .m_flogo ul {
  height: 220px;
}

.g_ft .m_flogo li {
  font-size: 14px;
  line-height: 30px;
  color: #777;
}

.g_ft .m_flogo .li01 {
  color: #bbb;
}

.g_ft .m_flogo li a {
  color: #777;
}

.g_ft .m_flogo .li04 {
  margin-top: 40px;
}

.g_ft .m_flogo .fttel {
  background: url(../../Images/ftel.jpg) no-repeat;
  padding-left: 48px;
  font-size: 40px;
  font-weight: 900;
  color: #029fd5;
}

.g_ft .m_ftnav {
  float: left;
  width: 426px;
}

.g_ft .m_ftnav h2 {
  height: 90px;
  font-size: 16px;
  font-weight: bold;
}

.g_ft .m_ftnav h2 a {
  color: #bbbbbb;
}

.g_ft .m_ftnav h2 em {
  display: block;
  font-size: 22px;
  color: #3b3b3b;
  text-transform: uppercase;
  font-weight: normal;
}

.g_ft .m_ftnav li {
  float: left;
  width: 186px;
  font-size: 14px;
  color: #7b7b7b;
  height: 40px;
  line-height: 40px;
}

.g_ft .m_ftnav li a {
  color: #888;
}

.g_ft .m_ftnav li a:hover {
  color: #333333;
}

.g_ft .m_code {
  float: right;
  width: 110px;
  padding-top: 30px;
}

.g_ft .m_code img {
  width: 110px;
  height: 110px;
  display: block;
}

.g_ft .m_code em {
  display: block;
  width: 110px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 13px;
}

.friendlink span {
  font-weight: 900;
}
.friendlink a {
  padding: 0 20px;
}

.boo {
  overflow: hidden;
  background-color: #3d3d3d;
}
.boo .left-copy {
  float: left;
  line-height: 52px;
  color: #999999;
}
.boo .right-tech {
  line-height: 52px;
  float: right;
  color: #999999;
}

.b-title {
  background: url(../../Images/b-title.jpg) repeat-x center;
}
.b-title img {
  float: left;
}
.b-title h2 {
  float: left;
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #ffffff;
  font-size: 24px;
}
.b-title a {
  float: right;
}

.left-hot {
  width: 595px;
  float: left;
  position: relative;
}

.left-hot .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.left-hot .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.left-hot .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.left-hot .hd ul li.on {
  background: #f00;
  color: #fff;
}

.left-hot .bd {
  position: relative;
  z-index: 0;
}

.left-hot .bd li {
  zoom: 1;
  vertical-align: middle;
}

.left-hot .bd li a {
  display: block;
  width: 595px;
  height: 479px;
  position: relative;
}

.left-hot .bd li a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  background: url(../../Images/imgbg5.png);
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  bottom: 0;
  left: 0;
}

.left-hot .bd li a:hover span {
  background: url(../../Images/imgbg3.png);
}

.left-hot .prev,
.left-hot .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../../Images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.left-hot .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.left-hot .prev:hover,
.left-hot .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.left-hot .prevStop {
  display: none;
}

.left-hot .nextStop {
  display: none;
}

.right-news {
  width: 565px;
  float: right;
}

.slideTxtBox ul li {
  margin-bottom: 30px;
  overflow: hidden;
}
.slideTxtBox ul li .date {
  width: 157px;
  height: 103px;
  margin-right: 16px;
  float: left;
  text-align: center;
  background-color: #d5d5d5;
}
.slideTxtBox ul li .date span {
  font-size: 24px;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.slideTxtBox ul li .date cite {
  font-style: normal;
  display: block;
  text-align: center;
}
.slideTxtBox ul li .date:hover {
  background-color: #cf232b;
}
.slideTxtBox ul li .date:hover span {
  color: #ffffff;
}
.slideTxtBox ul li .date:hover cite {
  color: #ffffff;
}
.slideTxtBox ul li .slide-content p {
  color: #666666;
  line-height: 1.2rem;
  font-size: 12px;
}

.industry ul {
  width: 590px;
  overflow: hidden;
}
.industry ul li {
  float: left;
  margin-right: 20px;
  margin-top:15px;
  width: 273px;
  height: 130px;
  background: url(../../Images/shu.jpg) no-repeat 10px 10px #f1f1f1;
}
.industry ul li a h5 {
  font-size: 16px;
  padding: 15px 20px 0 20px;
}
.industry ul li a p {
  padding: 0 15px 15px 20px;
  font-size: 12px;
}

.bottom-nav {
  height: 53px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTBkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTU0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, #00a0d4, #009541);
  background-image: -webkit-linear-gradient(0deg, #00a0d4, #009541);
  background-image: linear-gradient(90deg, #00a0d4, #009541);
}
.bottom-nav .row {
  font-size: 0;
}
.bottom-nav a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 150px;
  line-height: 53px;
  color: #ffffff;
  text-align: center;
}
