@font-face {
  font-family: 'iconfont';
  src: url('/css/font/iconfont.eot');/* IE9*/
  src: url('/css//css/font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('font/iconfont.woff') format('woff'), /* chrome、firefox */
  url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('font/iconfont.svg#iconfont') format('svg');/* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
}
/*全局*/
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #666;
}
::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ddd;
}
::-webkit-scrollbar-thumb:active {
  background-color: #ddd;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.wrap {
  width: 100%;
  float: left;
  clear: both;
}
.wrap:nth-child(2n-1) {
  background: #f9f9f9;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
.main {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}
body {
  margin-top: 101px;
  color: #222;
  font-size: 14px;
  background: #fff;
  font-family: "微软雅黑", "华文细黑", arial;
}
body img {
  border: none;
  max-width: 100%;
}
body a {
  text-decoration: none;
  color: #222;
}
body ul,
body ol {
  list-style: none;
}
body input {
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
}
.rel {
  position: relative;
}
.mask_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  background: #000;
  opacity: 0;
  -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
  -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
  -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
  animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}
@-webkit-keyframes maskShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-o-keyframes maskShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-ms-keyframes maskShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes maskShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
/*header*/
.header {
  height: 101px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px -1px 0px #eee inset;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.header .logo img {
  display: block;
  height: 100%;
  width: auto;
}
.header .nav {
  position: absolute;
  right: 0;
}
.header .nav li {
  float: left;
  width: 120px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.header .nav li span {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #222;
  line-height: 20px;
  font-weight: bold;
  margin-top: 35px;
}
.header .nav li font {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #888;
  line-height: 25px;
}
.header.small {
  height: 60px;
}
.header.small .logo img {
  height: 60px;
}
.header.small .nav li font {
  display: none;
}
.header.small .nav li span {
  margin-top: 20px;
}
/*flash*/
#banner {
  width: 100%;
  float: left;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
  height: auto;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: auto;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.slides {
  height: auto;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(/images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  margin-top: -45px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  background: url(/images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer;
}
.flex-control-paging li a.flex-active {
  background-position: 0 0;
}
.exab {
  width: 1170px;
  height: 540px;
  background: url('/images/exab.png') no-repeat top;
  margin-top: 130px;
  padding-bottom: 110px;
}
.exab .content {
  position: absolute;
  width: 760px;
  height: 260px;
  overflow: hidden;
  overflow-y: auto;
  top: 80px;
  line-height: 32px;
  right: 0;
  color: #666;
}
.exab .content p {
  text-indent: 2em;
}
.exbrand {
  position: absolute;
  width: 47%;
  left: 50%;
  top: 12%;
}
.exbrand p {
  text-indent: 2em;
  line-height: 30px;
  color: #666;
}
.expro .pronav {
  width: 1050px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.expro .pronav li {
  width: auto;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 15px;
  color: #999;
  float: left;
  margin-right: 5px;
  border: 1px #999 solid;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.expro .pronav li.cur {
  color: #fff;
  background: #01a6a0;
  border: 1px #01a6a0 solid;
}
.expro .pronav li:hover {
  color: #fff;
  background: #01cfc7;
  border: 1px #01cfc7 solid;
}
.expro .prolist {
  margin-left: -20px;
  overflow: hidden;
  float: left;
  padding-bottom: 80px;
  position: relative;
  width: 1190px;
  height: 480px;
}
.expro .prolist li {
  float: left;
  width: 215px;
  margin-left: 20px;
  margin-bottom: 20px;
  height: 215px;
  overflow: hidden;
  position: relative;
  border: 1px #DADADA solid;
}
.expro .prolist li img {
  display: block;
  width: 100%;
}
.expro .prolist li a {
  display: block;
  height: 215px;
  width: 215px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.expro .prolist li a .proshow {
  font-size: 18px;
  line-height: 30px;
  color: #eee;
  position: absolute;
  text-align: left;
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
  left: 30px;
  top: 70px;
  right: 30px;
}
.expro .prolist li a .proshow font {
  font-size: 15px;
}
.expro .prolist li a i {
  display: block;
  bottom: -28px;
  right: 15px;
  width: 28px;
  height: 28px;
  background: url('/images/pro_sec.png') no-repeat center;
  background-size: cover;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.expro .prolist li a:hover .proshow {
  filter: alpha(opacity=100);/* IE */
  -moz-opacity: 1;/* 老版Mozilla */
  -khtml-opacity: 1;/* 老版Safari */
  opacity: 1;
}
.expro .prolist li a:hover i {
  bottom: 18px;
}
.expro .prolist li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3020000', endColorstr='#b3050203', GradientType=0);
}
.exnew {
  width: 100%;
  height: 580px;
  position: relative;
}
.exnew .exnew_lsit {
  width: 100%;
  height: 380px;
}
.exnew .exnew_lsit li {
  float: left;
  width: 500px;
  height: 70px;
  margin-right: 84px;
  margin-bottom: 35px;
  cursor: pointer;
}
.exnew .exnew_lsit li .new_date {
  width: 75px;
  height: 100%;
  color: #01a6a0;
  float: left;
}
.exnew .exnew_lsit li .new_date span {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 40px;
  text-align: center;
  line-height: 50px;
}
.exnew .exnew_lsit li .new_date b {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
}
.exnew .exnew_lsit li .new_title {
  width: 380px;
  float: left;
  text-align: left;
  margin-left: 10px;
  *position: relative;
}
.exnew .exnew_lsit li .new_title span {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  font-size: 16px;
  color: #01a6a0;
  font-weight: bold;
}
.exnew .exnew_lsit li .new_title .info {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.exnew .exnew_lsit li:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.exnew .exnew_show {
  width: 1000px;
  height: 680px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -340px;
  opacity: 0;
  z-index: 10001;
  border-radius: 5px;
  -webkit-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  display: none;
  -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
  -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
  -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
  animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
}
.exnew .exnew_show i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: bold;
}
.exnew .exnew_show i:hover {
  transform: rotate(90deg);
}
.exnew .exnew_show .content {
  width: 90%;
  margin: 20px 5%;
}
.exnew .exnew_show .content h2 {
  line-height: 50px;
  color: #01a6a0;
}
.exnew .exnew_show .content .show_date {
  width: 60%;
  height: 25px;
  margin: 10px 20%;
  background: #F9F9F9;
  line-height: 25px;
  color: #666;
}
.exnew .exnew_show .content .show_intro {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
}

.exnew .exnew_show .content .show_intro video{
    width: 100%;
    display: flex;
    height: 500px;
    margin: 0 auto;
}

.excon {
  padding-bottom: 50px;
}
.excon_tel {
  height: 55px;
  overflow: hidden;
  margin: 20px 0px 40px -40px;
}
.excon_tel li {
  float: left;
  width: auto;
  margin-left: 40px;
  height: 55px;
  position: relative;
}
.excon_tel li i {
  background: url(/images/excon_icon.png) no-repeat 0px 0px;
  width: 50px;
  height: 49px;
  margin-top: 3px;
  float: left;
}
.excon_tel li .right {
  float: left;
  height: 55px;
  margin-left: 10px;
}
.excon_tel li .right span {
  float: left;
  width: auto;
  height: 33px;
  line-height: 33px;
  display: block;
  color: #01a6a0;
  font-size: 25px;
}
.excon_tel li .right span font {
  font-size: 14px;
  margin-left: 5px;
}
.excon_tel li .right item {
  float: left;
  width: auto;
  height: 22px;
  line-height: 22px;
  display: block;
  color: #566;
  font-size: 14px;
}
.excon_tel li:nth-child(2) i {
  background-position-x: -50px;
}
.excon_tel li:nth-child(3) i {
  background-position-x: -100px;
}
.excon_tel li:nth-child(4) i {
  background-position-x: -150px;
}
.foot {
  background: #333;
  height: 40px;
  line-height: 40px;
  color: #F8F8F8;
}
.foot a {
  color: #F8F8F8;
  padding: 0 3px;
}
.foot .left {
  float: left;
}
.foot .link {
  position: absolute;
  width: 140px;
  left: 50%;
  margin-left: -70px;
  display: block;
  height: 100%;
  top: 0;
}
.foot .right {
  float: right;
}
/*分页*/
.expage {
  position: absolute;
  bottom: 40px;
}
.expage span {
  display: block;
  width: 30px;
  height: 30px;
  background: #eee;
  border: 1px #ccc solid;
  float: left;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  cursor: pointer;
  color: #555;
  font-size: 16px;
}
.expage span.cur {
  background: #01a6a0;
  color: #fff;
  border: 1px #01a6a0 solid;
}
.expage span.prv,
.expage span.next {
  line-height: 33px;
}
.expage span:hover {
  background: #01cfc7;
  color: #fff;
  border: 1px #01cfc7 solid;
}
.expage span.none {
  display: none;
}
.expage em {
  display: block;
  width: 20px;
  height: 30px;
  float: left;
  color: #999;
  line-height: 40px;
}
@-webkit-keyframes introShow {
  from {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes introShow {
  from {
    opacity: 0;
    -o-transform: scale(0.2);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@-ms-keyframes introShow {
  from {
    opacity: 0;
    -ms-transform: scale(0.2);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@keyframes introShow {
  from {
    opacity: 0;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */
