/*公用*/
.cl {
  color: #00adef;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 95%;
  max-height: 95%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bd_weixin_popup {
  height: auto !important;
}
.ahr a:hover {
  color: #00adef;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  min-width: 28px;
  padding: 0 10px;
  text-align: center;
  color: #666;
  background: #e3e3e3;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  background: #00adef;
  color: #fff;
}
.ico-more {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: -6px;
  margin-left: 10px;
  background: url(../images/icon/ico04.png);
}
.ico-more.ico-more2 {
  margin-left: 0;
  background: url(../images/icon/ico19.png);
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
.btn {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: #777;
}
.btn.btn-blue {
  background: #00adef;
  color: #fff;
}
.btn.btn-gray {
  background: #a9a9a9;
  color: #fff;
}
.btn.btn01 {
  display: inline-block;
  width: 96px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: transparent;
  color: #fff;
}
.btn.btn01.black {
  border: 1px solid #999;
  color: #999;
}
.btn.btn01:hover {
  background: #fff;
  color: #333;
}
.btn-gm i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/icon/ico05.png) no-repeat left center;
}
.btn-gm:hover {
  background: #00adef;
  color: #fff;
}
.btn-gm:hover i {
  background-position: right center;
}
.btn-lj i {
  display: inline-block;
  width: 19px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/icon/ico06.png) no-repeat left center;
}
.btn-lj:hover {
  background: #00adef;
  color: #fff;
}
.btn-lj:hover i {
  background-position: right center;
}
/* 头部 */
.header {
  height: 84px;
}
.header .logo {
  float: left;
  line-height: 84px;
}
.header .header-r {
  float: right;
  margin-top: 23px;
}
.header .search-wrap {
  float: left;
  background: #f6f6f6;
  width: 270px;
  height: 38px;
  border-radius: 20px;
}
.header .search-wrap .text {
  float: left;
  width: 220px;
  height: 38px;
  line-height: 38px;
  padding-left: 15px;
  background: transparent;
}
.header .search-wrap .btn {
  float: right;
  height: 38px;
  width: 50px;
  text-indent: 200px;
  overflow: hidden;
  background: url(../images/icon/ico01.png) no-repeat center;
}
.header .list {
  float: left;
  margin-left: 10px;
}
.header .list li {
  float: left;
  width: 40px;
  height: 50px;
  margin: 0 8px;
  background: url(../images/icon/ico02.png) no-repeat center 7px;
  cursor: pointer;
  position: relative;
}
.header .list li .subbox {
  width: 100px;
  padding: 5px 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  border-top: 3px solid #00adef;
  border-radius: 3px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 999999;
  visibility: hidden;
  top: 70px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .list li .subbox a {
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #666;
}
.header .list li .subbox a:hover {
  color: #00adef;
}
.header .list li.l2 {
  background: url(../images/icon/ico03.png) no-repeat center 7px;
}
.header .list li:hover .subbox {
  visibility: visible;
  top: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* 导航 */
.nav-wrap {
  background: #00adef;
}
.nav {
  color: #fff;
}
.nav li {
  float: left;
  position: relative;
}
.nav li:hover > a {
  background: #fff;
  color: #00adef;
}
.nav li:hover .subnav {
  display: block;
}
.nav li > a {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
}
.nav li .subnav {
  display: none;
  width: 550px;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 55px;
  background: #fff;
  z-index: 999999;
  overflow: hidden;
}
.nav li .subnav .txt {
  float: left;
  width: 200px;
}
.nav li .subnav .txt a {
  float: left;
  width: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #666;
}
.nav li .subnav .txt a:hover {
  color: #00adef;
}
/* banner */
.banner li a {
  display: block;
  height: 640px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner02 li a {
  height: 472px;
}
.banner02 .bx-wrapper .bx-pager {
  bottom: 10px;
}
/* 公司简介 */
.list-jj li {
  text-align: center;
  float: left;
  margin-right: 50px;
}
.list-jj li:hover {
  color: #00adef;
}
.list-jj li:hover i {
  background-color: #00adef;
}
.list-jj li a {
  display: block;
}
.list-jj li i {
  display: block;
  width: 65px;
  border-radius: 50%;
  height: 65px;
  margin-bottom: 10px;
  background: #dcdcdc url(../images/icon/icos01.png) no-repeat;
}
.list-jj li.l1 i {
  background-position: 0 center;
}
.list-jj li.l2 i {
  background-position: -121px center;
}
.list-jj li.l3 i {
  background-position: -244px center;
}
.list-jj li.l4 i {
  background-position: -370px center;
}
.list-jj li.l5 i {
  background-position: -486px center;
}
/* 产品中心 */
.ipro-wrap {
  padding: 50px 0 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-pro {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.tab-pro li {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 8px;
  position: relative;
}
.tab-pro li::after {
  content: ' ';
  width: 15px;
  height: 15px;
  background: url(../images/icon/ico11.png);
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -22px;
  display: none;
}
.tab-pro li:hover,
.tab-pro li.cur {
  background: #00adef;
  color: #fff;
}
.tab-pro li:hover::after,
.tab-pro li.cur::after {
  display: block;
}
.list-pro {
  margin-left: -10px;
  margin-right: -10px;
}
.list-pro .item {
  margin: 0 10px 20px;
  background: #fff;
  box-shadow: 0 0 180px rgba(0, 0, 0, 0.1) inset;
  overflow: hidden;
  position: relative;
}
.list-pro .item:hover .wrap {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-pro .item .img-md {
  height: 400px;
}
.list-pro .item h3 {
  text-align: center;
  line-height: 20px;
  margin-bottom: 15px;
}
.list-pro .item .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 140px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.list-pro.sm .item .img-md {
  height: 315px;
}
/* 新闻中心 */
.inews-wrap {
  margin-top: 70px;
  margin-bottom: 70px;
}
.slider-news01 img {
  width: 100%;
}
.slider-news02 {
  padding: 43px 0 0 50px;
}
.slider-news02 .bx-wrapper .bx-controls-direction a {
  width: 100%;
  height: 28px;
  left: 0;
  margin-top: 0;
}
.slider-news02 .bx-wrapper .bx-prev {
  top: -43px;
  background: #e9e9e9 url(../images/pager03.png) no-repeat center;
}
.slider-news02 .bx-wrapper .bx-next {
  top: inherit;
  bottom: -43px;
  background: #e9e9e9 url(../images/pager04.png) no-repeat center;
}
.slider-news02 ul li {
  padding: 15px 30px 15px 0;
  border: 1px solid transparent;
}
.slider-news02 ul li .date {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.slider-news02 ul li .txt {
  float: right;
  padding: 0 30px;
  width: 76%;
  line-height: 18px;
}
.slider-news02 ul li:hover,
.slider-news02 ul li.cur {
  border: 1px solid #ececec;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
/* 关于我们 */
.iabout-wrap {
  padding: 140px 0 120px;
  background-position: center;
  background-repeat: no-repeat;
}
.list-iabout {
  margin-left: -23px;
  margin-right: -23px;
}
.list-iabout .item {
  background: #fff;
  margin: 0 23px 20px;
}
.list-iabout .item img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.list-iabout .item:hover .more {
  background: #00adef url(../images/icon/ico12.png) no-repeat center;
}
.list-iabout .item:hover img {
  transform: scale(1.1, 1.1);
}
.list-iabout .item .txt {
  padding: 30px 15px;
}
.list-iabout .item .more {
  height: 40px;
  background: #dfdfdf url(../images/icon/ico07.png) no-repeat center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ico-gx {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: -6px;
  background: url(../images/icon/ico08.png) no-repeat left center;
}
.ico-zr {
  display: inline-block;
  width: 31px;
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../images/icon/ico09.png) no-repeat left center;
}
.ico-fw {
  display: inline-block;
  width: 28px;
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  background: url(../images/icon/ico10.png) no-repeat left center;
}
/* 关于我们频道页 */
.mb100 {
  margin-bottom: 120px;
}
.about-box {
  padding: 55px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-box-bg {
  width: 100%;
  height: 315px;
  left: 50%;
  margin-left: -540px;
  background-image: url(../images/bg04.jpg);
  background-repeat: repeat-x;
  position: absolute;
}
.about-box-bg.bg02 {
  background-image: url(../images/bg05.jpg);
  left: inherit;
  right: 50%;
  margin-right: -540px;
}
.rel-img {
  position: relative;
  bottom: -25px;
}
.rel-img2 {
  top: -55px;
  bottom: inherit;
}
.slide-honor p {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.slide-honor .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
.slide-honor .bx-wrapper .bx-prev {
  left: -65px;
  background: url(../images/pager05.png) no-repeat center;
}
.slide-honor .bx-wrapper .bx-next {
  right: -65px;
  background: url(../images/pager06.png) no-repeat center;
}
.slide-honor .bx-wrapper img{max-height: 200px;margin: auto;}
/* 大记事 */
.event-wrap .btn {
  border-color: #666;
  color: #666;
}
.event-ico {
  height: 60px;
  background: url(../images/icon/ico13.png) no-repeat center;
}
.event-ico2 {
  height: 56px;
  cursor: pointer;
  background: url(../images/icon/ico14.png) no-repeat center;
}
.event-line {
  height: 100%;
  width: 1px;
  left: 50%;
  position: absolute;
  background-color: #dfdfe1;
}
.event-choose {
  width: 106px;
  height: 28px;
  margin: 25px auto 40px;
  line-height: 26px;
  background: #fff;
  padding-left: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  cursor: pointer;
  z-index: 9;
  position: relative;
}
.event-choose::after {
  content: ' ';
  border-top: 6px solid #c4c4c4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.event-choose ul {
  width: 106px;
  position: absolute;
  top: 26px;
  left: -1px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 0 0 4px 4px;
  z-index: 9;
  display: none;
}
.event-choose ul li {
  line-height: 28px;
  text-align: center;
}
.event-choose ul li:hover {
  background: #00adef;
  color: #fff;
}
.event-main li {
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
}
.event-main li::after {
  content: ' ';
  background: #c4c4c4;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 3px;
  border-radius: 50%;
}
.event-main .date {
  width: 50%;
  padding: 0 35px;
}
.event-main .txt {
  width: 50%;
  padding: 0 35px;
}
/* 文字框架 */
.topimg {
  height: 284px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ccf {
  color: #cfcfcf;
}
.maintop {
  height: 83px;
  background: #fafafa;
  border-bottom: 1px solid #e2e2e2;
}
.maintop .menu {
  float: right;
}
.maintop .menu a {
  float: left;
  height: 82px;
  line-height: 82px;
  padding: 0 25px;
  position: relative;
}
.maintop .menu a::after {
  content: ' ';
  width: 15px;
  height: 15px;
  background: url(../images/icon/ico11.png);
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  display: none;
}
.maintop .menu a:hover,
.maintop .menu a.cur {
  color: #00adef;
}
.maintop .menu a:hover::after,
.maintop .menu a.cur::after {
  display: block;
}
.content {
  background: #f7f7f7;
  padding: 50px 0;
}
/* 视频弹窗 */
.tc_div {
  cursor: pointer;
  position: relative;
}
.tc_div::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.list-honor {
  margin-left: -20px;
  margin-right: -20px;
}
.list-honor .item {
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 20px 40px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.list-honor .item:hover p {
  z-index: 9;
  color: #fff;
  position: relative;
}
.list-honor .item:hover .wrap {
  opacity: 0.77;
  filter: alpha(opacity=77);
}
.list-honor .item:hover .wrap i {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.list-honor .item .img-md {
  height: 260px;
}
.list-honor .item .img-md img {
  max-width: 90%;
}
.list-honor .item p {
  text-align: center;
  margin: 10px 0;
}
.list-honor .item .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1556a4;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.list-honor .item .wrap i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/ico16.png) no-repeat center center;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.list-01 {
  margin: 40px -13px;
}
.list-01 .item {
  margin: 0 13px;
  overflow: hidden;
}
.list-01 .item img {
  transition: all .6s;
}
.list-01 .item:hover img {
  transform: scale(1.1, 1.1);
}
.tab-gg {
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  overflow: hidden;
  margin-bottom: 30px;
}
.tab-gg li {
  float: left;
  color: #888;
  font-size: 18px;
  width: 166px;
  height: 32px;
  line-height: 31px;
  border: 1px solid #ababab;
  border-bottom: none;
  border-left: none;
  text-align: center;
  cursor: pointer;
}
.tab-gg li.cur {
  background: #ababab;
  color: #fff;
}
.list-notice {
  margin-bottom: 30px;
}
.list-notice.list-notice2 li {
  padding-left: 30px;
  padding-right: 0;
}
.list-notice li {
  overflow: hidden;
  padding-right: 30px;
}
.list-notice li:nth-child(even) {
  background: #f8f8f8;
}
.list-notice li .els {
  float: left;
  padding: 0 25px;
  line-height: 36px;
  width: 70%;
}
.list-notice li .date {
  float: left;
  line-height: 36px;
  width: 30%;
}
.list-notice li.first {
  margin-bottom: 20px;
}
.list-notice li.first .els {
  float: none;
  width: 50%;
  padding: 0;
  line-height: 20px;
}
.list-notice li.first:hover {
  background: transparent;
  color: #00adef;
}
.list-notice li:hover {
  background: #00adef;
  color: #fff;
}
.list-notice li:hover .date {
  color: #fff;
}
.form-wrap {
  width: 850px;
  margin: auto;
  padding: 0 25px;
}
.list-form {
  overflow: hidden;
}
.list-form li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.list-form li.lg {
  width: 100%;
}
.list-form li.lg label {
  width: 12%;
}
.list-form li label {
  float: left;
  width: 24%;
  line-height: 32px;
  text-align: right;
}
.list-form li textarea,
.list-form li .text {
  float: left;
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.list-form li textarea:focus,
.list-form li .text:focus {
  border-color: #d1d1d1;
}
.list-form li .text {
  height: 32px;
  line-height: 30px;
  padding-left: 5px;
  width: 70%;
}
.list-form li .text.sm {
  width: 30%;
}
.list-form li textarea {
  height: 90px;
  padding: 5px;
  width: 85%;
}
.ico-sx {
  float: left;
  width: 32px;
  height: 32px;
  background: url(../images/icon/ico17.png) no-repeat center;
}
.form-btns {
  text-align: center;
}
.form-btns .btn {
  width: 172px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.form-btns .btn:hover {
  opacity: .85;
}
.slider-news03 li {
  position: relative;
}
.slider-news03 li.cur a {
  opacity: 0;
}
.slider-news03 li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .6;
  z-index: 9;
  transition: all .4s;
}
.slider-news03 .bx-wrapper .bx-controls-direction a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}
.slider-news03 .bx-wrapper .bx-prev {
  left: 28%;
  background: url(../images/pager07.png) no-repeat center;
}
.slider-news03 .bx-wrapper .bx-next {
  right: 28%;
  background: url(../images/pager08.png) no-repeat center;
}
.slider-news04 li {
  padding: 20px 0;
}
.ico-news {
  display: inline-block;
  width: 10px;
  height: 19px;
  margin-right: 10px;
  vertical-align: -3px;
  background: url(../images/icon/ico18.png);
}
.list-news-ttl {
  border-top: 1px solid #e3e2dc;
  line-height: 32px;
  padding: 15px 0 30px;
}
.list-news-ttl li {
  overflow: hidden;
}
.list-news-ttl .date {
  float: left;
  width: 15%;
  color: #7c7c7c;
}
.list-news-ttl .els {
  float: left;
  width: 75%;
}
.list-news01 .item {
  overflow: hidden;
  margin-bottom: 80px;
  color: #fff;
}
.news-box {
  padding: 100px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-box.pb0 {
  padding-bottom: 0;
}
.news01-bottom {
  background: rgba(20, 51, 107, 0.7);
  text-align: center;
}
.news01-bottom .btn {
  margin: 20px auto;
}
.slider-media .txt {
  padding: 20px;
  background: #f7f7f7;
}
.slider-media li:hover .txt {
  background: #00adef;
  color: #fff;
}
.slider-media li:hover .txt .c6 {
  color: #fff;
}
.flat .flipster__item p {
  text-align: center;
  background: #00adef;
  color: #fff;
  line-height: 40px;
}
.select-wrap {
  margin: 20px 0;
}
.select-wrap li {
  margin-bottom: 3px;
  overflow: hidden;
}
.select-wrap li:last-child .select-main {
  border-bottom: none;
}
.select-wrap li .select-label {
  float: left;
  width: 76px;
  height: 46px;
  line-height: 46px;
  color: #a2a2a2;
  background: #f4f4f4;
  text-align: center;
  margin-right: 10px;
}
.select-wrap li .select-main {
  border-bottom: 1px dotted #adadad;
  overflow: hidden;
}
.select-wrap li .select-main .list {
  float: left;
  width: 94%;
  height: 38px;
  overflow: hidden;
  margin-top: 8px;
}
.select-wrap li .select-main .list a {
  float: left;
  line-height: 28px;
  margin: 0 5px 10px;
  padding: 0 10px;
}
.select-wrap li .select-main .list a.cur,
.select-wrap li .select-main .list a:hover {
  background: #00adef;
  color: #fff;
}
.select-wrap li .select-main .list.cur {
  height: auto;
}
.select-wrap li .select-main .more {
  float: right;
  color: #898989;
  line-height: 46px;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
.select-wrap li .select-main .more::after {
  content: ' ';
  border-top: 5px solid #898989;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.content2 {
  padding-top: 30px;
}
.sort-wrap {
  padding: 8px 10px;
  background: #e9e9e9;
  overflow: hidden;
  margin-bottom: 25px;
}
.sort-box {
  float: left;
}
.sort-box a {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 23px;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #333;
  float: left;
  margin-left: -1px;
  background-color: #fff;
}
.sort-box a:hover {
  background: #00adef;
  color: #fff;
}
.sort-right {
  float: right;
  color: #b2b2b2;
  line-height: 25px;
}
.sort-right .btns a {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #dddddd;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.sort-right .btns .prev-pager {
  background-image: url(../images/p01.png);
}
.sort-right .btns .next-pager {
  margin-left: -1px;
  background-image: url(../images/p02.png);
}
.red {
  color: #ec1b1b;
}
.list-pro02 {
  margin-left: -5px;
  margin-right: -5px;
}
.list-pro02 .item {
  margin: 0 5px 10px;
  height: 250px;
}
.list-pro02 .item a {
  display: block;
  overflow: hidden;
}
.list-pro02 .item .img-md {
  float: left;
  height: 250px;
  width: 250px;
  margin-right: 20px;
}
.list-pro02 .item .txt {
  padding: 20px;
}
.list-pro02 .item.item1 {
  float: none;
  height: 510px;
}
.list-pro02 .item.item1 .img-md {
  width: 100%;
  margin-right: 0;
  height: 350px;
}
.list-pro02 .item.item2 .img-md {
  width: 140px;
}
.list-pro02 .item.item2 .txt {
  padding-top: 80px;
}
.list-pro02 .item.item3 .img-md {
  width: 280px;
}
.list-pro02 .item.item3 .txt {
  padding-top: 80px;
}
.process {
  height: 312px;
  background: url(../images/bg14.jpg) no-repeat center;
}
.process li {
  float: left;
  width: 25%;
  padding-top: 60px;
  text-align: center;
}
.process li i {
  display: inline-block;
  width: 111px;
  height: 111px;
  margin-bottom: 40px;
  background: url(../images/icon/icos04.png);
}
.process li.l2 i {
  background-position: -328px center;
}
.process li.l3 i {
  background-position: -645px center;
}
.process li.l4 i {
  background-position: -975px center;
}
.process li .p {
  font-size: 18px;
  color: #777;
}
.process li .p span {
  display: block;
  margin-top: 10px;
  color: #a7a7a7;
  font-size: 12px;
}
.main-left {
  float: left;
  background: #fff;
  max-width: 1000px;
  padding: 20px 10px;
}
.main-right {
  float: right;
  width: 185px;
  background: #fff;
  padding: 10px;
}
.proimg {
  width: 350px;
  float: left;
  position: relative;
}
.proimg-l {
  width: 350px;
  height: 350px;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
}
.proimg-s-wrap {
  width: 300px;
  height: 52px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.proimg-s {
  width: 1000%;
  position: absolute;
  left: 0;
  top: 0;
}
.proimg-s li {
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #e4e4e4;
  position: relative;
}
.proimg-s li.cur {
  border: 1px solid #0091d8;
}
.proimg-pager li {
  width: 30px;
  height: 52px;
  position: absolute;
  bottom: 0px;
  cursor: pointer;
  background: url(../images/pager09.png) no-repeat left center;
}
.proimg-pager li.prev {
  left: 0px;
}
.proimg-pager li.next {
  right: 0px;
  background-position: right center;
}
.orange {
  color: #fe8800;
}
.protxt {
  float: right;
  width: 610px;
  padding-left: 20px;
}
.protxt li {
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
}
.protxt .box1 {
  padding: 10px 0;
}
.protxt .box1 a {
  float: left;
  color: #7c7c7c;
  line-height: 29px;
  padding-left: 28px;
}
.protxt .box1 a.a1 {
  margin-right: 30px;
  background: url(../images/icon/ico21.png) no-repeat left center;
}
.protxt .box1 a.a2 {
  margin-right: 10px;
  background: url(../images/icon/ico22.png) no-repeat left center;
}
.protxt .box2 {
  padding: 25px 0 15px;
  line-height: 36px;
  position: relative;
}
.protxt .box2 label {
  display: inline-block;
  width: 75px;
  color: #999;
}
.protxt .box2 .item {
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-top: 15px;
}
.protxt .box2 .item span {
  color: #0091d8;
  font-size: 30px;
}
.protxt .box3 {
  padding: 20px 0;
}
.protxt .box3 span {
  display: inline-block;
  width: 75px;
  line-height: 30px;
  color: #999;
}
.protxt .box3 input {
  width: 60px;
  height: 30px;
  padding-left: 5px;
  border: 1px solid #a6a5ab;
}
.protxt .box3 .d1 {
  margin-left: 7px;
}
.protxt .box3 .d1 i {
  display: block;
  width: 18px;
  height: 14px;
  border: 1px solid #a6a5ab;
  cursor: pointer;
}
.protxt .box3 .d1 i.i1 {
  margin-bottom: 2px;
  background: url(../images/p03.jpg) no-repeat center center;
}
.protxt .box3 .d1 i.i2 {
  background: url(../images/p04.jpg) no-repeat center center;
}
.protxt .box3 .d2 {
  margin-left: 20px;
  line-height: 30px;
}
.protxt .box4 {
  padding-top: 20px;
  border-bottom: none;
}
.protxt .box4 .btn {
  float: left;
  width: 170px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
}
.protxt .box4 .btn.btn1 {
  margin-right: 10px;
  background: #00adef url(../images/icon/ico23.png) no-repeat 20px center;
}
.protxt .box4 .btn.btn2 {
  background: #fe8800 url(../images/icon/ico24.png) no-repeat 20px center;
}
.tab-prod {
  padding-left: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.tab-prod li {
  float: left;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  position: relative;
  bottom: -1px;
  cursor: pointer;
  border-top: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.tab-prod li.cur {
  border-top: 2px solid #00adef;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  color: #00adef;
}
.table-comment {
  width: 100%;
  line-height: 22px;
}
.table-comment th {
  background: #efefef;
  height: 38px;
  color: #858585;
  text-align: center;
}
.table-comment td {
  font-size: 12px;
  padding: 30px 0;
  color: #666;
  border-bottom: 1px dashed #e6e6e6;
}
.table-comment td.t1 {
  padding-left: 2%;
  padding-right: 2%;
}
.table-comment td.t1 a:hover {
  color: #00adef;
}
.table-comment td.t3 {
  padding-left: 5%;
}
.star i {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin: 0 1px;
  background: url(../images/star2.jpg) no-repeat;
}
.star i.cur,
.star i.on {
  background: url(../images/star1.jpg) no-repeat;
}
.star-ctl i {
  cursor: pointer;
}
.comment-form {
  padding: 40px 0 20px 20px;
  border: 1px solid #e6e6e6;
}
.comment-form li {
  margin-bottom: 20px;
  overflow: hidden;
}
.comment-form label {
  float: left;
  width: 80px;
  font-size: 12px;
  margin-right: 10px;
  text-align: right;
}
.comment-form textarea {
  border: 1px solid #d7d7d7;
  width: 600px;
  height: 80px;
  padding: 5px;
}
.comment-form .text {
  border: 1px solid #d7d7d7;
  width: 100px;
  height: 30px;
  padding-left: 5px;
  margin-right: 20px;
}
.comment-form .text.lg {
  width: 200px;
}
.comment-form .btn {
  float: left;
  width: 110px;
  height: 36px;
  line-height: 36px;
  background: #0091d8;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.ttl01 {
  padding-bottom: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.ttl01 span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-right: 20px;
}
.ttl01 span::after {
  content: ' ';
  border-bottom: 7px solid #333;
  border-left: 7px solid transparent;
  position: absolute;
  right: 0px;
  bottom: 2px;
}
.btn-qc {
  float: right;
  color: #dddddd;
  padding-left: 20px;
  background: url(../images/icon/ico25.png) no-repeat left center;
}
.btn-qc:hover {
  color: #00adef;
}
.list-projl {
  text-align: center;
}
.list-projl li {
  margin-bottom: 30px;
}
.list-projl li .img-md {
  height: 160px;
  background: #f5f5f5;
}
.contact-txt li {
  overflow: hidden;
  padding-left: 100px;
}
.contact-txt span {
  width: 90px;
  position: absolute;
  left: 0;
  color: #868686;
  text-align: right;
}
.ico-qq {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 20px;
  background: url(../images/icon/ico26.png);
}
.recruit-wrap {
  background: #fff;
  border: 1px solid #ebebeb;
  border-bottom: none;
}
.recruit-ttl {
  line-height: 55px;
  padding-left: 30px;
  cursor: pointer;
  color: #1556a4;
  border-bottom: 1px solid #ebebeb;
}
.recruit-ttl.cur i {
  background-position: left center;
}
.recruit-ttl i {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 10px;
  background: url(../images/icon/ico27.png) no-repeat right center;
}
.recruit-main {
  display: none;
  padding: 15px 15px 30px 15px;
  border-bottom: 1px solid #ebebeb;
  color: #666;
}
.recruit-main .row {
  border: 1px solid #ededed;
}
.recruit-main .item {
  display: table;
  border-bottom: 1px solid #ebebeb;
}
.recruit-main .item:last-child {
  border-bottom: none;
}
.recruit-main em {
  display: table-cell;
  width: 112px;
  line-height: 42px;
  height: 42px;
  background: #ededed;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.recruit-main em.ebd::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.recruit-main span {
  line-height: 42px;
}
.dbi {
  display: inline-block;
}
.ml-30 {
  margin-left: 30px;
}
@media (max-width: 750px) {
  .recruit-wrap {
    margin: 0 5px;
  }
  .recruit-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recruit-main em {
    width: 80px;
  }
  .ml-30 {
    margin-left: 0;
  }
  .recruit-main em::after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
  }
}
.ico-lxr {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: -6px;
  background: url(../images/icon/ico28.png);
}
.ico-lxdh {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: -6px;
  background: url(../images/icon/ico29.png);
}
.list-zr .item {
  margin: 0 25px 25px;
  padding: 20px;
  background: #fff;
}
.list-zr .item span {
  display: inline-block;
  width: 70%;
  min-height: 40px;
  line-height: 20px;
}
.list-zr .item i,
.list-zr .item a {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.list-zr .item .i1 {
  float: left;
  margin-right: 20px;
  background: url(../images/icon/ico30.png) no-repeat center;
}
.list-zr .item .i2 {
  float: right;
  background: url(../images/icon/ico31.png) no-repeat center;
}
.list-social li {
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.list-social li a {
  display: block;
  overflow: hidden;
}
.list-social li .img {
  float: left;
  width: 27%;
}
.list-social li .date {
  float: left;
  width: 12%;
  height: 76px;
  padding-left: 40px;
  margin-top: 25px;
  border-right: 1px solid #e7e7e7;
  font-size: 28px;
  color: #5e4d4d;
}
.list-social li .date span {
  display: block;
  font-size: 14px;
}
.list-social li .txt {
  float: left;
  width: 55%;
  margin-top: 25px;
  padding: 0 70px 0 40px;
}
.list-social li .txt .discribe {
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.list-social li .detail {
  float: left;
  width: 6%;
  height: 30px;
  margin-top: 55px;
  border-left: 1px solid #e7e7e7;
  background: url(../images/icon/ico32.png) no-repeat 15px center;
  transition: all .6s;
}
.list-social li:last-child {
  margin-bottom: 0;
}
.list-social li:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.list-social li:hover .txt {
  color: #00adef;
}
.list-social li:hover .detail {
  transform: translateX(15px);
}
hr {
  border: none;
  height: 1px;
  background: #dbdbdb;
}
.newsd-back {
  width: 20%;
  padding-left: 30px;
  background: url(../images/icon/ico33.png) no-repeat left center;
}
.newsd-share {
  width: 20%;
}
.newsd-ttl {
  width: 60%;
}
.table-network {
  width: 100%;
}
.table-network th {
  background: #fff;
  height: 42px;
  text-align: left;
  padding-left: 3%;
}
.table-network td {
  line-height: 18px;
  padding: 9px 0;
  border-bottom: 1px dotted #cdcdcd;
  padding-left: 3%;
}
.message-wrap {
  max-width: 1054px;
  padding: 15px;
}
.message-wrap .row {
  margin-left: -15px;
  margin-right: -15px;
}
.message-wrap .row .item {
  padding: 0 15px;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.message-wrap .row .item.lg dl dt {
  width: 10%;
}
.message-wrap .row .item dl {
  border: #d1d1d1 solid 1px;
  width: 100%;
  line-height: 35px;
  float: left;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.message-wrap .row .item dl dt {
  float: left;
  text-align: center;
  width: 18%;
  border-right: #d1d1d1 solid 1px;
}
.message-wrap .row .item dl dd.t1 {
  float: left;
  width: 80%;
  padding-left: 10px;
}
.message-wrap .row .item dl dd.t1 .m-text {
  line-height: 34px;
  width: 100%;
}
.message-wrap .row .item dl dd.t2 {
  position: absolute;
  right: -10px;
  color: #f00;
}
.message-wrap .row .item dl .textarea {
  height: 125px;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}
.message-wrap .btn01 {
  width: 160px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #00adef;
  margin-right: 10px;
}
.message-wrap .btn02 {
  width: 160px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  background: #a6a6a6;
  margin-left: 10px;
  color: #fff;
}
.member-menu-sm {
  display: none;
}
.checkbox-box {
  display: inline-block;
}
/* 底部 */
.footer {
  padding: 30px 0;
}
.footer .left {
  color: #ccc;
}
.footer .left a {
  padding: 0 6px;
  color: #424242;
}
.footer .left a:hover {
  color: #00adef;
}
.share {
  float: right;
  margin-top: 10px;
}
.share .bdsharebuttonbox a {
  height: 25px;
  line-height: 25px;
  padding: 0;
  margin: 0 0 0 20px;
  font-size: 14px;
  background: none;
}
.share .bdsharebuttonbox a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  vertical-align: middle;
  background: url(../images/icon/icos03.png) no-repeat;
}
.share .bdsharebuttonbox a.a1 i {
  background-position: 0px 0px;
}
.share .bdsharebuttonbox a.a2 i {
  background-position: -48px 0px;
}
.share .bdsharebuttonbox a.a3 i {
  background-position: -95px 0px;
}
/* 悬浮层 */
.fixbar {
  position: fixed;
  right: 5%;
  top: 50%;
  margin-top: -100px;
  z-index: 99999;
}
.fixbar li {
  margin-bottom: 10px;
}
.fixbar li:hover > a {
  background-color: #00adef;
}
.fixbar li > a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #b2b2b2;
  border-radius: 50%;
  background-image: url(../images/fix-ico.png);
  background-repeat: no-repeat;
}
.fixbar li.l1 > a {
  background-position: center 8px;
}
.fixbar li.l2 > a {
  background-position: center -45px;
}
.fixbar li.l3 > a {
  background-position: center -100px;
}
.fixbar li.l4 > a {
  background-position: center -151px;
}
.fixbar li.l5 > a {
  background-position: center -205px;
}
@media (max-width: 1200px) {
  .fixbar {
    display: none;
  }
}
/*弹出层*/
.mask-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  display: none;
}
.mask-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .7;
}
.mask-main {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}
.mask-img {
  width: 100%;
  height: 560px;
}
.mask-img .img-md {
  max-width: 100%;
  max-height: 100%;
}
.mask-main p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  margin-top: 20px;
}
.mask-pager li {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 100%;
  width: 10%;
}
.mask-pager .prev {
  left: 10%;
  background: url(../images/pager07.png) no-repeat center;
}
.mask-pager .next {
  right: 10%;
  background: url(../images/pager08.png) no-repeat center;
}
.mask-close {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  background: url(../images/icon/ico15.png) no-repeat center center;
}
@media (max-width: 800px) {
  .mask-main {
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0px;
    left: 0;
    margin-left: 0px;
  }
  .mask-img {
    height: 100%;
  }
  .mask-main p {
    margin-top: -40px;
  }
}
/* 视频弹窗 */
.popvedio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popvedio .pv-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.popvedio .pv-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.popvedio .pv-box .pv-tab {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popvedio .pv-close {
  width: 50px;
  height: 50px;
  display: block;
  right: 5%;
  top: 5%;
  z-index: 99;
  background: url(../images/icon/ico15.png) no-repeat center center;
}
/* 放大镜 */
.zoomDiv {
  z-index: 999;
  position: absolute;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomDiv .bigimg {
  max-width: inherit;
}
.zoomMask {
  position: absolute;
  background: #fff;
  opacity: .5;
  cursor: move;
  z-index: 1;
  width: 100px;
  height: 100px;
}
.stock-top-wrap {
  width: 470px;
  margin-top: 40px;
}
.stock-top-wrap h1 {
  font-size: 40px;
  text-align: left;
}
.stock-top-box {
  margin-top: 30px;
}
.stock-top-box .fz60 {
  font-size: 60px;
}
.stock-top-box .check {
  height: 34px;
  display: inline-block;
  line-height: 32px;
  border: 1px solid #fff;
  padding: 0 20px;
  margin-left: 50px;
  vertical-align: text-bottom;
}
.stock-top-box .check:hover {
  background: #fff;
  color: #00adef;
}
.stock-top-list {
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin: 40px 0;
}
.stock-top-list li {
  float: left;
  width: 25%;
  line-height: 24px;
}
.map-wrap {
  width: 100%;
  height: 540px;
}
.chart-wrap {
  float: right;
  width: 560px;
  height: 410px;
  margin: 0 25px 0 0;
  background: #fff;
  position: relative;
  display: none;
}
.chart-wrap .close {
  width: 34px;
  height: 32px;
  position: absolute;
  left: -34px;
  top: 0;
  cursor: pointer;
  background: url(../images/icon/icon30.jpg) no-repeat center center;
}
.icon-z {
  display: inline-block;
  width: 19px;
  height: 22px;
  margin-left: 20px;
  background: url(../images/icon/icon23z.png);
}
.icon-d {
  display: inline-block;
  width: 19px;
  height: 22px;
  margin-left: 20px;
  background: url(../images/icon/icon23d.png);
}
@media (max-width: 991px) {
  .chart-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
  }
  .stock-top-box .fz60 {
    font-size: 50px;
  }
  .icon-z {
    margin-left: 10px;
  }
  .stock-top-box .btn-check {
    float: right;
    position: relative;
    bottom: -3px;
  }
  .stock-top-list {
    margin: 30px 0;
  }
  .chart-wrap .close {
    right: 0;
    top: -32px;
    left: initial;
    z-index: 9999;
  }
}
@media (max-width: 640px) {
  .stock-top-wrap {
    width: 100%;
  }
  .stock-top-wrap h1 {
    font-size: 32px;
  }
  .stock-top-wrap {
    width: 100%;
  }
  .stock-top {
    height: 460px;
  }
  .stock-top-box .check {
    margin: .2rem 0 0 0;
  }
  .stock-main ul li {
    height: 1rem;
    padding: .2rem;
  }
  .chart-wrap {
    width: 98%;
    height: 260px;
  }
}
.list-guige {
  display: inline-block;
  overflow: hidden;
  vertical-align: -6px;
}
.list-guige em {
  float: left;
  height: 22px;
  line-height: 20px;
  padding: 0 15px 0 10px;
  margin-right: 5px;
  border: 1px solid #fe8800;
  cursor: pointer;
}
.list-guige em.cur {
  background: url(../images/icon/ico47.png) no-repeat right bottom;
}
.wh1 {
  width: 100%;
  height: 100%;
}
img.wh1{
	background:#fff;
	object-fit:contain;	
}
.pro-list li {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 15px;
  padding-bottom: 20px;
}
.pro-list li a:hover i {
  background: #ff6d00;
}
.pro-list li .img {
  width: 230px;
  height: 134px;
}
.pro-list li .info {
  width: calc(100% - 230px);
  padding-left: 4.2%;
}
.pro-list li .info h3 {
  font-size: 16px;
  color: #575757;
}
.pro-list li .info .els2 {
  height: 50px;
  line-height: 25px;
  color: #999999;
  overflow: hidden;
}
.pro-list li .info i {
  display: block;
  width: 99px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #00adef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.map {
  position: relative;
  width: 620px;
  float: left;
}
.city a {
  font-size: 12px;
  color: #fff;
  display: block;
  width: 50px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #6da8d9;
  transition: all .5s;
}
.city a:after {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-top: 5px solid #6da8d9;
  position: absolute;
  top: 100%;
  left: 8px;
  transition: all .5s;
}
.city a:hover {
  background: #92cd2a;
  transform: translateY(-3px);
  z-index: 11 !important;
}
.city a.active {
  background: #92cd2a;
  z-index: 11 !important;
}
.city a:hover:after,
.city a.active:after {
  border-top-color: #92cd2a;
}
.province_table {
  display: none;
  border-left: 1px solid #bedff4;
  border-top: 1px solid #bedff4;
  position: relative;
}
.province_table a {
  display: block;
  width: 25%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #bedff4;
  border-bottom: 1px solid #bedff4;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #6da8d9;
}
.map_phone img {
  max-width: 100%;
}
.store_box {
  margin-left: 50px;
  width: calc(100% - 720px);
  float: left;
}
.store_list .store_one {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 20px;
}
.store_one .store_T {
  font-size: 14px;
  color: #1d2088;
  margin-bottom: 10px;
}
.store_one .store_TT {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.store_pager {
  text-align: center;
  padding: 20px 0;
}
.store_pager a {
  width: 45%;
  height: 36px;
  line-height: 36px;
  background: #92cd2a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin: 0 4px;
}
.conUs_form {
  padding: 90px 0 60px;
  background: #eee;
}
.conUs_form .form_div {
  width: 41%;
  margin-left: 6%;
  float: left;
}
.conUs_form .form_div input[type='text'] {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  background: #fff;
}
.conUs_form .form_div select {
  width: 100%;
  height: 45px;
  background: #fff url("../images/select_drop.png") 95% center no-repeat;
  margin-bottom: 25px;
  border: none;
  padding-left: 25px;
  font-size: 14px;
  color: #666;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.conUs_form .form_div textarea {
  width: 100%;
  height: 325px;
  margin-bottom: 25px;
  padding: 10px 25px;
  resize: none;
  border: none;
  background: #fff;
  box-sizing: border-box;
}
.conUs_form .form_div input[type='button'] {
  width: 100%;
  height: 45px;
  font-size: 14px;
  background: #92cd2a;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 997px) {
  .saleMap_box {
    padding-top: 30px;
  }
  .map {
    position: relative;
    width: 620px;
    margin: 0 auto 10px;
    float: none;
  }
  .store_box {
    margin-left: 0;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    float: none;
    padding: 0 10px;
  }
  .store_list .store_one {
    padding: 10px;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .conUs_form {
    padding: 30px 0 20px;
  }
  .saleMap_box {
    padding: .2rem 0;
  }
}
@media (max-width: 630px) {
  .brand-5 .tabs-content {
    margin: 0;
  }
  .map {
    display: none;
  }
  .store_list .store_one {
    padding: 10px;
    width: 100%;
    margin: 0;
    float: none;
  }
  .conUs_form .form_div {
    width: 96%;
    margin: 0 auto;
    float: none;
  }
  .map_phone {
    display: block;
  }
}
.map-list {
  width: calc(100% - 620px);
  padding-left: 5.5%;
}
.map-list .head .col-lg-4 {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #363636;
  background: #fff;
}
.map-list li {
  border-bottom: 1px dashed #cbcbcb;
}
.map-list li .col-lg-4 {
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #464646;
}
@media (max-width: 997px) {
  .map-list {
    width: 100%;
    padding-left: 0;
    margin-top: .5rem;
  }
}
@media (max-width: 767px) {
  .pro-list li .img {
    width: 100%;
    height: auto;
  }
  .pro-list li .info {
    width: 100%;
    padding-left: 0;
  }
}
.tra {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}