/*COMMON_BLK_START*/
@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#047dcb","sub1color":"#666666"},
{"vicolor":"#fe9e0b","sub1color":"#666666"},
{"vicolor":"#da251c","sub1color":"#666666"},
{"vicolor":"#019f00","sub1color":"#666666"}
]
AVAIBLE_VI*/
.blk-main {
  width: 1200px;
  margin: 0 auto;
}
.blk-xs {
  width: 240px;
}
.blk-sm,
.blk-m {
  width: 930px;
}
.search-inp .search-btn::after {
  background-color: #047dcb;
}
.search-inp .search-btn::before {
  border-color: #047dcb;
}
/*列表自定义板块*/
.list-style-02 .vertical-layout-item .item-line,
.list-style-01 .vertical-layout-item .item-line {
  padding: 15px;
}
.list-style-02 .vertical-layout-item .item-line::after,
.list-style-01 .vertical-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .vertical-layout-item .item-line:hover::after,
.list-style-01 .vertical-layout-item .item-line:hover::after {
  border-color: #047dcb;
}
.list-style-02 .level-layout-item .item-line::after,
.list-style-01 .level-layout-item .item-line::after {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-style-02 .level-layout-item .item-line:hover::after,
.list-style-01 .level-layout-item .item-line:hover::after {
  border-color: #047dcb;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #047dcb;
  border-color: #047dcb;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
/*头部开始*/
.header {
  position: relative;
  height: 150px;
  font-family: "Microsoft Yahei";
}
#h1-tag {
  float: left;
  height: 124px;
  padding: 10px 30px 10px 0;
  display: table;
  font-size: 0;
  line-height: 0;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  max-width: 265px;
  max-height: 124px;
  display: inline-block;
}
.header .t_text {
  margin-top: 40px;
  float: left;
  width: 600px;
  font-size: 24px;
  color: #047dcb;
  font-weight: bold;
  overflow: hidden;
}
.header .t_text b {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.header .t_text p {
  display: block;
  height: 30px;
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  line-height: 30px;
  padding-top: 8px;
  overflow: hidden;
}
.header .tel {
  margin-top: 40px;
  float: right;
  background-image: url('../images/t_pho.png');
  background-repeat: no-repeat;
  background-position: 0px 15px;
  background-size: 35px 35px;
  width: 224px;
  height: 64px;
  padding: 0 0 0 50px;
}
.header .tel span {
  display: block;
  height: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #a5a5a5;
  overflow: hidden;
}
.header .tel em {
  display: block;
  height: 40px;
  font-size: 26px;
  font-weight: normal;
  line-height: 40px;
  color: #047dcb;
  font-family: arial;
  font-weight: normal;
  overflow: hidden;
  word-break: break-all;
}
.nav {
  height: 57px;
  border-top: 1px solid #e0e0e0;
}
.nav-one {
  height: 57px;
}
.nav-one > li {
  position: relative;
  float: left;
  height: 57px;
  line-height: 57px;
  border-right: 1px solid #e0e0e0;
}
.nav-one > li.none {
  border-right: 0;
}
.nav-one > li > a {
  display: block;
  height: 57px;
  text-align: center;
  color: #0d0d0f;
  font-size: 16px;
}
.nav-one > li:hover,
.nav-one > li.cur {
  border-right-color: #047dcb;
}
.nav-one > li:hover > a,
.nav-one > li.cur > a {
  background: #047dcb;
  color: #fff;
  font-weight: bold;
}
.nav-one > li:hover .nav-two {
  display: block;
}
.nav-two {
  background: #fff;
  display: none;
  position: absolute;
  top: 57px;
  z-index: 99;
}
.nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav-two li {
  white-space: nowrap;
  height: 57px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav-two li a {
  display: block;
  height: 57px;
  font-size: 16px;
  font-weight: normal;
  line-height: 57px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;
}
.nav-two li.cur > a,
.nav-two li:hover > a {
  background-color: #047dcb;
  color: #fff;
}
.nav-two li.cur,
.nav-two li:hover {
  border-bottom-color: #047dcb;
}
/*底部开始*/
.f_foot {
  background-color: #047dcb;
  line-height: 36px;
  font-size: 14px;
  padding: 50px 0 0;
  height: 270px;
  font-family: "Microsoft Yahei";
}
.f_logo {
  max-width: 220px;
  margin: 50px 0 0 0;
  overflow: hidden;
  float: left;
}
.f_logo a {
  display: table-cell;
  vertical-align: middle;
}
.f_logo img {
  max-width: 250px;
  max-height: 130px;
  display: inline-block;
}
.f_text {
  overflow: hidden;
  margin-left: 60px;
  padding: 0 10px 0 50px;
  width: 650px;
  border-left: solid 1px rgba(225, 225, 225, 0.2);
}
.f_text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: #ffffff;
  max-height: 60px;
  overflow: hidden;
}
.f_text p:last-child {
  display: none;
}
.f_text a {
  color: #fff;
}
.f_text em {
  margin: 0 10px;
}
.f_sp2 {
  display: inline-block;
  padding-left: 25px;
}
.f_code {
  width: 150px;
  height: 180px;
  margin-top: 20px;
}
.f_code img {
  display: block;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
}
.f_code span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
}
.bg_vi_color {
  background-color: #047dcb;
}
.txt_vi_color {
  color: #047dcb !important;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  height: 620px;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list ul {
  width: 100%!important;
}
.ban_list li {
  width: 100%!important;
  height: 620px;
  overflow: hidden;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 620px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.ban_nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
}
.ban_nav ul {
  text-align: center;
}
.ban_nav ul li {
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  /* Firefox 4 */

  -webkit-transition: all 0.5s linear;
  /* Safari and Chrome */

  -o-transition: all 0.5s linear;
  /* Opera */

  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  overflow: hidden;
  background-color: #fff;
}
.ban_nav ul li.on {
  background-color: #047dcb;
}
/*返回顶部*/
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  position: fixed;
  bottom: 20px;
  right: 19px;
  z-index: 110;
  height: 44px;
  width: 44px;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 44px;
  height: 44px;
  background-color: #ccc;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  outline: 0;
}
.sidebar:hover img {
  background-color: #047dcb;
}
.sidebar .fh {
  display: none;
}
/*快速通道*/
.shop-nav-title {
  font-size: 36px;
  color: #047dcb;
}
.shop-nav-t1 i img {
  background-color: #047dcb;
}
/*新闻资讯*/
.news {
  padding: 60px 0 0 0;
  overflow: hidden;
}
.news .title {
  margin-bottom: 30px;
}
.news-title {
  height: 56px;
  border-bottom: 1px solid #666;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
  overflow: hidden;
  color: #333;
  margin-bottom: 26px;
}
.news-title a {
  color: #333;
  display: inline-block;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-info {
  width: 580px;
}
.news-con {
  margin-bottom: 20px;
}
.news-con img {
  width: 580px;
  height: 290px;
  display: block;
}
.faq-info1 .prod-hot-swit {
  min-height: 112px;
}
.faq-info1 dt {
  display: none;
}
.faq-info1 dl {
  padding-left: 136px;
  height: 112px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}
.faq-info1 .prod-hot-name {
  height: 46px;
  font-size: 18px;
  color: #333;
  line-height: 46px;
}
.faq-info1 .prod-hot-name a {
  color: #333;
  display: inline-block;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.faq-info1 .prod-hot-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 10px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.faq-info1 .prod-hot-link {
  display: none;
}
.faq-info1 .prod-hot-time3 {
  display: block !important;
  width: 100px;
  height: 108px;
  padding: 0 10px;
  border-right: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  color: #888;
  text-align: center;
  overflow: hidden;
}
.faq-info1 .prod-hot-time-dd {
  word-break: break-all;
  display: block;
  padding-top: 20px;
  font-size: 48px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #333;
}
.faq-info1 .prod-hot-time-icon1 {
  display: none;
}
.faq {
  width: 561px;
}
.faq-info dt {
  display: none;
}
.faq-info dl {
  padding-left: 136px;
  height: 110px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.faq-info .prod-hot-name {
  height: 46px;
  font-size: 18px;
  color: #333;
  line-height: 46px;
}
.faq-info .prod-hot-name a {
  color: #333;
  display: inline-block;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.faq-info .prod-hot-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 10px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.faq-info .prod-hot-link {
  display: none;
}
.faq-info .prod-hot-time3 {
  display: block !important;
  width: 100px;
  height: 108px;
  padding: 0 10px;
  border-right: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  color: #888;
  text-align: center;
  overflow: hidden;
}
.faq-info .prod-hot-time-dd {
  word-break: break-all;
  display: block;
  padding-top: 20px;
  font-size: 48px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #333;
}
.faq-info .prod-hot-time-icon1 {
  display: none;
}
.news .item-time {
  width: 100px;
  height: 108px;
  padding: 0 10px;
  border-right: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 22px;
  color: #888;
  text-align: center;
  overflow: hidden;
}
.news .item-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 10px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
}
.news .item-title,
.news .item-title a {
  color: #333;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .item-time-day {
  font-size: 48px;
  font-weight: bold;
  height: 52px;
  overflow: hidden;
  line-height: 52px;
  color: #333;
}
.news-info .item-line {
  padding-left: 136px;
  position: relative;
  margin-bottom: 10px;
}
.news-info .item-time {
  height: 90px;
}
.news-info .item-time-day {
  padding-top: 12px;
}
.faq-info .item-line {
  padding-left: 136px;
  height: 110px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.faq-info .item-time {
  height: 108px;
}
.faq-info .item-time-day {
  padding-top: 20px;
}
/*方案*/
.prog {
  padding: 54px 0 0;
  height: 526px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.til01 {
  margin: 0 auto 40px;
  text-align: center;
  width: 1200px;
  height: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  color: #047dcb;
  overflow: hidden;
}
.prog_c dl {
  margin-right: 30px;
  width: 220px;
  height: 309px;
  padding: 30px 28px;
  float: left;
  color: #666;
  line-height: 27px;
  text-align: center;
  background: #eee;
}
.prog_c dl.nones {
  margin-right: 0px;
}
.prog_c dt {
  position: relative;
  height: 160px;
  width: 160px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px 0px 20px 2px rgba(0, 0, 0, 0.1), -1px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
.prog_c dt img {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 37px;
  top: 35px;
}
.prog_c dd {
  overflow: hidden;
}
.prog_c dd h3 {
  height: 39px;
  line-height: 39px;
  display: block;
  overflow: hidden;
  color: #047dcb;
  font-size: 22px;
  padding: 17px 0 0;
}
.prog_c dd .pro_sp {
  height: 110px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: #666666;
}
/*产品*/
.probox {
  background: #eee;
  padding: 54px 0 0;
  margin-bottom: 90px;
  overflow: hidden;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.pro_cx {
  height: 450px;
  margin-bottom: 21px;
}
.pro_cx dl {
  background: #047dcb;
  color: #fff;
  line-height: 26px;
  overflow: hidden;
  display: none;
}
.pro_cx dl:nth-child(1) {
  display: block;
}
.pro_cx dt {
  float: left;
  overflow: hidden;
  height: 450px;
}
.pro_cx dt img {
  width: 600px;
  height: 450px;
}
.pro_cx dd {
  width: 480px;
  padding: 42px 50px 0 0;
  float: right;
  overflow: hidden;
}
.pro_cx dd h4 {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  border-bottom: solid 1px #047dcb;
  margin-bottom: 25px;
  white-space: nowrap;
  overflow: hidden;
}
.pro_cx dd h4 a {
  display: inline-block;
  height: 54px;
  overflow: hidden;
  color: #fff;
}
.pro_cx dd .pro_p02 {
  max-height: 300px;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  color: #ffffff;
}
.pro_cl .prod-hot-list {
  margin: 0px;
  position: relative;
  padding: 20px 15px;
  box-shadow: 0 0 15px #999;
  background: #fff;
  overflow: hidden;
}
.pro_cl .prod-hot-list dl {
  float: left;
  width: 264px;
  margin: 0 25px 0 0;
}
.pro_cl .prod-hot-list dl:nth-child(4) {
  margin-right: 0;
}
.pro_cl .prod-hot-list dl:nth-child(1) {
  margin-left: 20px;
}
.pro_cl .prod-hot-list dt img {
  width: 260px;
  display: block;
  border: solid 2px #c4c4c4;
}
.pro_cl .prod-hot-name {
  background: #666666;
  text-align: center;
  position: relative;
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #ffffff;
  overflow: hidden;
}
.pro_cl .prod-hot-name a {
  display: block;
  max-height: 50px;
  color: #fff;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pro_cl .prod-hot-desc {
  display: none;
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro_cl .prod-hot-link {
  display: none;
}
.pro_cl .prod-hot-list dl:hover .prod-hot-name {
  color: #fff;
  background: #047dcb;
}
.pro_cl .prod-hot-list dl:hover dt img {
  border-color: #047dcb;
}
.pro_cl .prod-hot-list dl:hover .prod-hot-name a {
  color: #fff;
}
/*精选材质*/
.test {
  margin: 50px auto 0;
}
.test .til01 {
  margin-bottom: 50px;
}
.test_cl1 {
  position: relative;
  width: 1200px;
  height: 750px;
}
.test_cl1 dl {
  width: 200px;
}
.test_cl1 dl dt {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}
.test_cl1 dl dt img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}
.test_cl1 dl dd {
  text-align: center;
}
.test_cl1 dl dd b {
  display: block;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  color: #047dcb;
  overflow: hidden;
}
.test_cl1 dl dd .test_sp {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  color: #666666;
  padding: 0 6px;
  overflow: hidden;
  height: 75px;
}
.test_cl1 dl.test01 {
  position: absolute;
  left: 0px;
  top: 0px;
}
.test_cl1 dl.test02 {
  position: absolute;
  left: 0px;
  top: 290px;
}
.test_cl1 dl.test03 {
  position: absolute;
  right: 0px;
  top: 0px;
}
.test_cl1 dl.test04 {
  position: absolute;
  right: 0px;
  top: 290px;
}
.test_cl1 dl.test05 {
  position: absolute;
  left: 300px;
  top: 420px;
}
.test_cl1 dl.test06 {
  position: absolute;
  left: 700px;
  top: 420px;
}
.test_img {
  position: absolute;
  z-index: 5;
  left: 250px;
  top: 30px;
  width: 700px;
  height: 350px;
}
.test_img img {
  width: 700px;
  height: 350px;
}
/*广告*/
.h_gg1 {
  background-image: url('../images/h_gg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 216px;
  height: 216px;
  display: block;
}
.h_gg img {
  display: block;
  padding: 0 0 60px;
}
.hg_txt {
  margin-top: 58px;
  max-width: 450px;
  overflow: hidden;
}
.hg_txt h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
  height: 50px;
  overflow: hidden;
}
.hg_txt p {
  font-size: 30px;
  font-weight: normal;
  line-height: 38px;
  color: #ffffff;
  height: 38px;
  overflow: hidden;
}
.gg01 {
  max-width: 265px;
  color: #fff;
  line-height: 23px;
  margin-top: 54px;
}
.gg01 span {
  color: #fff;
  line-height: 23px;
  height: 63px;
  padding: 0 0 0 50px;
  display: block;
  background-image: url('../images/ico_pho.png');
  background-repeat: no-repeat;
  background-position: 0px 8px;
  background-size: 38px 38px;
}
.gg01 span i {
  font-style: normal;
  height: 22px;
  display: block;
  overflow: hidden;
}
.gg01 span em {
  display: block;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
}
.gg01 a {
  display: block;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  width: 195px;
  text-align: center;
  background: #fff;
  color: #047dcb;
  overflow: hidden;
}
/*优势*/
.edge {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding: 63px 0 0;
  font-family: "Microsoft Yahei";
}
.edge-title {
  font-size: 26px;
  line-height: 34px;
  color: #333;
  height: 126px;
}
.edge-title p em {
  color: #b6b6b6;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 16px;
  display: block;
}
.edge-size {
  position: relative;
  padding-top: 10px;
  width: 77px;
  height: 90px;
  overflow: hidden;
  float: left;
  background-color: #047dcb;
  font-size: 42px;
  font-weight: normal;
  line-height: 66px;
  color: #ffffff;
  font-family: arial;
  text-align: center;
}
.edge-size span {
  display: block;
  word-break: break-all;
  overflow: hidden;
  height: 66px;
}
.edge-size i {
  position: absolute;
  left: 20px;
  top: 80%;
  display: block;
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin: 0 auto;
}
.edge_w2 .edge-title {
  height: 120px;
}
.edge_w2 .edge-size {
  background-color: #fff;
  color: #047dcb;
}
.edge_w2 .edge-size i {
  background-color: #047dcb;
}
.edge_w2 .edge-title p {
  width: 438px;
}
.edge_w2 .edge-title {
  color: #fff;
}
.edge_w2 .edge-title em {
  color: #b6b6b6;
}
.edge_w3 .edge-title {
  width: 369px;
  padding: 0 0 0 4px;
  float: left;
}
.edge_w3 .edge-title p {
  width: 265px;
  padding-right: 5px;
}
.edge_w4 .edge-title p {
  width: 290px;
  padding-left: 14px;
}
.edge_c1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #666666;
  height: 177px;
  position: relative;
}
.edge1 {
  padding: 50px 0 0;
  height: 344px;
}
.edge_p1 {
  width: 620px;
}
.edge_p1 img {
  width: 620px;
  height: 310px;
}
.edge_w1 {
  width: 500px;
  padding: 23px 0 0;
  overflow: hidden;
}
.edge-title p {
  float: right;
  width: 400px;
  padding-top: 23px;
  height: 65px;
  overflow: hidden;
}
.edge-title p span {
  display: block;
  height: 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
}
.edge-title p b {
  display: block;
  color: #047dcb;
  height: 35px;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #047dcb;
}
.edge2 p span,
.edge2 p b {
  color: #fff;
}
.edge2 {
  padding: 51px 0 0;
  height: 365px;
  background: #047dcb;
}
.edge_w2 {
  width: 538px;
  color: #fff;
  line-height: 22px;
}
.edge_w2 ul {
  border: dashed 1px #fff;
  height: 165px;
  border-left: 0;
}
.edge_w2 li {
  border-left: dashed 1px #fff;
  height: 136px;
  padding: 29px 16px 0;
  float: left;
  width: 145px;
}
.edge_w2 li b {
  display: block;
  height: 42px;
  line-height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.edge_w2 li .edge2_txt {
  max-height: 88px;
  overflow: hidden;
}
.edge_p2 {
  width: 580px;
  padding: 13px 0 0;
}
.edge_p2 img {
  width: 580px;
  height: 290px;
}
.edge_p2 b {
  display: block;
  width: 172px;
  height: 209px;
  position: absolute;
  top: 79px;
  right: -52px;
}
.edge_p2 b img {
  width: 172px;
  height: 209px;
}
.edge3 {
  padding: 44px 0 0;
  height: 423px;
}
.edge_w3 {
  height: 153px;
}
.edge_w3 .edge_c3 {
  width: 700px;
  padding: 0 0 0 35px;
  float: left;
  border-left: dotted 1px #b2b2b2;
  margin: 18px 0 0;
  height: 80px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
}
.edge_p3 li {
  margin-right: 13px;
  float: left;
  display: block;
}
.edge_p3 li img {
  width: 290px;
  height: 218px;
}
.edge_p3 li.nones {
  margin-right: 0px;
}
.edge4 {
  padding: 47px 0 0;
  height: 350px;
  background-image: url('../images/edgebg3.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px 397px;
}
.edge_w4 {
  width: 390px;
  max-height: 285px;
  padding: 62px 0 0;
  overflow: hidden;
}
.edge_w4 .edge_c1 {
  height: 129px;
}
.edge_p4 {
  width: 700px;
}
.edge_p4 img {
  width: 700px;
  height: 350px;
}
/*客户见证*/
.cus {
  margin: 60px auto 40px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
}
.cus_con {
  overflow: hidden;
}
.cus_con dl {
  width: 380px;
  padding-bottom: 30px;
  background: #f6f6f6;
  float: left;
  margin-right: 30px;
}
.cus_con dl dt {
  width: 350px;
  height: 263px;
  overflow: hidden;
  margin: 20px auto 0;
}
.cus_con dl dt img {
  width: 350px;
  height: 263;
  border-radius: 4px;
}
.cus_con dl dd {
  font-family: "Microsoft Yahei";
  width: 320px;
  margin: 20px auto 0;
}
.cus_con dl dd h3 {
  height: 36px;
  font-style: normal;
  display: block;
  font-size: 16px;
  color: #6b6b6b;
  font-weight: bold;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cus_con dl dd span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cus_con dl dd b {
  display: inline;
  margin-left: 20px;
}
.cus_con dl dd .cus_sp {
  height: 104px;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.cus_con dl dd p a {
  margin-top: 16px;
  display: block;
  width: 100px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  background-color: #047dcb;
  border-radius: 15px;
}
.cus_con .nobot {
  margin-right: 0;
}
/*about*/
.abo {
  overflow: hidden;
  margin: 60px auto 50px;
  padding-bottom: 15px;
}
.abo_con {
  width: 1140px;
  background: #fff;
  padding: 50px 30px 30px;
  box-shadow: 0 0 15px #999;
}
.abo dl {
  overflow: hidden;
}
.abo dl dt {
  float: left;
  width: 650px;
}
.abo dl dt img {
  width: 650px;
  height: 488px;
}
.abo dl dd {
  float: right;
  padding: 40px 0 0 0;
  width: 40%;
}
.abo dl dd h4 {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #047dcb;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.abo dl dd h4 a {
  color: #047dcb;
}
.abo dl dd .about_p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  max-height: 375px;
  overflow: hidden;
}
/**/
/*min-banner*/
.min-banner {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 1920px;
  height: 380px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
/*面包屑*/
.crumbs-1 {
  height: 65px;
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 30px;
}
.crumbs-1 b {
  font-weight: normal;
}
.crumbs-1 i {
  font-style: normal;
}
.crumbs-1 span {
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
}
.crumbs-1 a:hover {
  color: #047dcb;
}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #047dcb;
  height: 80px;
}
.left-nav-01-tit h2 {
  padding: 0 10px;
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.left-nav-01-one > li {
  background-color: #ccc;
  background-image: url('../images/left-nav-icon1.png');
  background-repeat: no-repeat;
  background-position: 90% 20px;
  background-size: 11px 11px;
  margin-bottom: 2px;
}
.left-nav-01-one > li h3 a {
  display: block;
  margin: 0 40px 0 0;
  padding-left: 32px;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  color: #333333;
  overflow: hidden;
}
.left-nav-01-one > li.sidenavcur,
.left-nav-01-one > li:hover {
  background-image: url('../images/left-nav-icon2.png');
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: 38px 11px;
  background-color: #047dcb;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two {
  display: block!important;
}
.left-nav-01-one > li.sidenavcur > h3 > a,
.left-nav-01-one > li:hover > h3 > a {
  color: #fff;
}
ul.left-nav-01-one ul.left-nav-01-two {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.left-nav-01-two li {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #ECECEC;
  position: relative;
  border-bottom: 1px solid #fff;
}
.left-nav-01-two h3 a {
  display: block;
  color: #666;
  padding: 0 40px ;
}
.left-nav-01-two li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-nav-01-two li:hover h3 a,
.left-nav-01-two li.sidenavcur h3 a {
  color: #333;
}
.left-nav-01-two li:hover:after,
.left-nav-01-two li.sidenavcur:after {
  border-color: #333;
}
/*联系信息*/
.fdh-01-tit {
  background: #047dcb;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #333333;
  border-bottom: 1px solid #fff;
  text-align: center;
  overflow: hidden;
}
.p6-order-form-1-add {
  border: 1px solid #eee;
  margin-bottom: 40px;
  overflow: hidden;
}
.p6-order-form-1-add ul {
  padding: 20px 12px;
}
.p6-order-form-1-add li {
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  color: #666666;
}
/*分页*/
.pagination-1 {
  margin: 30px auto 60px;
  height: 30px;
  text-align: center;
}
.pagination-1 a,
.pagination-1 span {
  vertical-align: top;
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin: 0 2px;
  background: #fff;
}
.pagination-1 span {
  border: 1px solid #fff;
}
.pagination-1 .page_curr {
  background: #047dcb;
  color: #fff;
  border-color: #047dcb;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*热品推荐*/
.prod-hot {
  padding: 50px 0 30px;
}
.prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
  overflow: hidden;
}
.prod-hot .prod-hot-prev {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-prev-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-next {
  width: 30px;
  height: 84px;
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -42px;
  background-image: url('../images/prod-hot-next-icon1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px 84px;
}
.prod-hot .prod-hot-list dl {
  float: left;
  width: 220px;
  margin: 0 14px 14px 0;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.prod-hot .prod-hot-list dl:nth-child(4n) {
  margin-right: 0;
}
.prod-hot .prod-hot-list dt img {
  width: 220px;
  display: block;
}
.prod-hot .prod-hot-list dd {
  padding: 10px 10px 10px;
}
.prod-hot .prod-hot-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  max-height: 48px;
  overflow: hidden;
}
.prod-hot .prod-hot-name a {
  display: block;
  max-height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prod-hot .prod-hot-desc {
  margin-top: 5px;
  height: 72px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-hot .prod-hot-link {
  display: none;
}
.prod-hot .prod-hot-list dl:hover {
  border-color: #047dcb;
}
.prod-hot .prod-hot-list dl:hover .prod-hot-name a {
  color: #047dcb;
}
/*产品----------------------------------------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.prod-list01.list-style-01 {
  width: 930px;
}
.list-style-01 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-01 .prod-list01-tit .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #047dcb;
  overflow: hidden;
}
.list-style-01 .prod-list01-list {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.list-style-01 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 290px;
  margin: 0 9px 20px;
  float: left;
}
.list-style-01 .prod-list01-list dl:hover {
  border-color: #047dcb;
}
.list-style-01 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-01 .prod-list01-list dd {
  padding: 0 14px;
}
.list-style-01 .prod-list01-list .prod-list01-name {
  height: 45px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 45px;
  text-align: center;
}
.list-style-01 .prod-list01-list .prod-list01-name a {
  display: block;
  height: 45px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-01 .prod-list01-list-desc {
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
}
.list-style-01 .prod-list01-list-desc,
.list-style-01 .prod-list01-link {
  display: none;
}
/*标题通用样式*/
.pro-title {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.pro-title p {
  height: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #282828;
  line-height: 40px;
  overflow: hidden;
}
.pro-title span {
  display: block;
  margin-top: 5px;
  height: 24px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-transform: uppercase;
  font-family: Times New Roman;
  overflow: hidden;
}
/*产品橱窗*/
.pc-cx-tel-1 {
  padding-top: 10px;
  width: 432px;
  height: 56px;
  border-top: 2px solid #e6e6e6;
}
.pc-cx-tel-1-t1 {
  float: right;
  width: 114px;
  background-color: #047dcb;
  text-align: center;
}
.pc-cx-tel-1-t1 a {
  display: block;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #ffffff;
  overflow: hidden;
}
.pc-cx-tel-1-t2 {
  width: 255px;
  padding-left: 70px;
  height: 56px;
  background-image: url('../images/pc-xc-icon2.png');
  background-repeat: no-repeat;
  background-position: 10px 0;
  background-size: 40px 40px;
}
.pc-cx-tel-1-t2 span {
  display: block;
  height: 22px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  color: #454545;
  overflow: hidden;
}
.pc-cx-tel-1-t2 em {
  display: block;
  height: 24px;
  word-break: break-all;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #454545;
  overflow: hidden;
}
.prod-show {
  position: relative;
  padding: 15px 18px 16px 20px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  background-color: #ffffff;
}
.prod-show-right {
  float: left;
  width: 420px;
  padding-top: 30px;
}
.prod-show-right-tit {
  overflow: hidden;
  margin-bottom: 16px;
  height: 40px;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #454545;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-show-right-con {
  overflow: hidden;
  height: 240px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  margin-bottom: 28px ;
}
.prod-show-right-con span {
  display: block;
}
.prod-show-left {
  position: relative;
  float: left;
  overflow: hidden;
  margin-right: 3.3%;
  width: 420px;
  border: 1px solid #e7e7e7;
  line-height: 0;
}
.prod-show-left-jt {
  position: absolute;
  top: 50%;
  z-index: 33;
  margin-top: -11px;
  width: 12px;
  height: 23px;
  cursor: pointer;
}
.prod-show-left-prev {
  left: 10px;
}
.prod-show-left-next {
  right: 10px;
}
.prod-show-left-size {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #666666;
}
.prod-show-left-size em {
  font-style: normal;
}
.prod-show-left-pic {
  width: 420px;
  text-align: center;
}
.prod-show-left-pic li {
  float: left;
}
.prod-show-left-pic img {
  display: block;
  width: 420px;
  height: 420px;
}
/*产品详情*/
.prod-content {
  background: #fff;
  padding: 40px 0 0;
}
.prod-con-desc {
  background: #f8f8f8;
  padding: 10px 20px;
}
.prod-con-desc br {
  line-height: 38px;
}
/**/
.prod-chara-txt {
  width: 450px;
  max-height: 300px;
  float: left;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
}
.prod-chara-txt br {
  line-height: 40px;
}
.prod-chara-img {
  width: 450px;
  float: right;
}
.prod-chara-img img {
  width: 450px;
  height: 338px;
  display: block;
}
/**/
.prod-range {
  padding-top: 30px;
  margin-bottom: 30px;
}
.prod-range-txt {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.prod-range-txt br {
  line-height: 35px;
}
.prod-range-img li {
  width: 300px;
  float: left;
  margin-right: 15px;
}
.prod-range-img li.pr-clear {
  margin-right: 0;
}
.prod-range-img img {
  width: 300px;
  height: 225px;
  display: block;
}
/**/
.prod-para {
  padding-top: 10px;
}
.prod-company-con > div {
  float: left;
  margin-right: 20px;
  width: 450px;
  height: 515px;
  border: 1px solid #dedede;
  margin-bottom: 15px;
}
.prod-company-ys-img {
  width: 450px;
}
.prod-company-ys-img img {
  display: block;
  width: 450px;
  height: 338px;
  margin: 0;
}
.prod-company-ys-con {
  padding: 15px 10px 0;
}
.prod-company-ys-txt {
  position: relative;
}
.prod-company-ys-txt p {
  height: 58px;
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
  color: #047dcb;
  overflow: hidden;
}
.prod-company-ys-desc {
  max-height: 96px;
  font-size: 14px;
  line-height: 24px;
  color: #111017;
  overflow: hidden;
}
div.prod-company-ys-02,
div.prod-company-ys-04 {
  margin-right: 0;
}
/*----------------------------------------------------------------------------------------*/
/*资讯列表*/
.prod-list01.list-style-02 {
  width: 930px;
}
.list-style-02 .prod-list01-tit {
  height: 40px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 10px;
  margin-bottom: 14px;
}
.list-style-02 .prod-list01-tit .prod-list01-desc-tit {
  height: 40px;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  border-bottom: 1px solid #047dcb;
  overflow: hidden;
}
.list-style-02 .prod-list01-list dl {
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.list-style-02 .prod-list01-list dl:hover {
  border-color: #047dcb;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #047dcb;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link a {
  color: #fff;
}
.list-style-02 dt {
  width: 32%;
  float: left;
}
.list-style-02 .prod-list01-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.list-style-02 dd {
  width: 60%;
  padding: 10px 0 0;
  margin-right: 2%;
  float: right;
}
.list-style-02 .prod-list01-list .prod-list01-name {
  height: 40px;
  font-weight: normal;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-02 .prod-list01-list-desc {
  max-height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  margin-bottom: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-style-02 .prod-list01-link {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
  background: #b6b6b6;
  color: #fff;
}
.list-style-02 .prod-list01-link a {
  display: block;
  color: #fff;
}
/*资讯详情*/
.article-title {
  height: 60px;
  margin: 30px 0 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 60px;
  color: #4b4a4a;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-sour {
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  text-align: right;
  margin: 0 20px;
}
.article-sour em {
  max-width: 23%;
  height: 24px;
  display: inline-block;
  overflow: hidden;
}
.article-soura {
  color: #aaa;
}
.article-desc {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #d6d6d6;
  margin-bottom: 22px;
}
.article-desc-t1 {
  width: 78px;
  float: left;
  color: #342f2e;
  margin-right: -78px;
}
.article-desc-t2 {
  padding-left: 80px;
}
.article-sourspan {
  margin: 0 9px;
}
.article-con,
.article-desc,
.article-title {
  margin: 0 20px;
}
.endit-content {
  margin-bottom: 20px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
/*关于我们----------------------------------------------------------------------------------------------------------------------------------------------*/
.com-title {
  height: 80px ;
  font-size: 32px;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.com-title p {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.com-title span {
  height: 28px;
  display: block;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  line-height: 28px;
  overflow: hidden;
}
.com-title i {
  display: block;
  width: 140px;
  border-top: 1px dashed #999;
  margin: 10px auto;
  position: relative;
}
.com-title i::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #047dcb;
  border: 5px solid #fff;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -10px;
}
/**/
.company-txt {
  width: 500px;
}
.company-name {
  padding: 45px 0 10px;
  height: 56px;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.company-name p {
  height: 28px;
  overflow: hidden;
}
.company-name span {
  display: block;
  height: 28px;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  overflow: hidden;
}
.company-info {
  margin-bottom: 10px;
}
.company-info2 {
  margin-bottom: 60px;
}
.company-desc {
  max-height: 196px;
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
  text-align: justify;
  overflow: hidden;
}
.company-img {
  width: 655px;
  height: 328px;
}
.company-img img {
  width: 655px;
  height: 328px;
}
/*联系我们----------------------------------------------------------------------------------------------------------------------------------------------*/
.contact {
  padding-top: 30px;
  margin-bottom: 50px;
}
.contact-title {
  height: 80px ;
  font-size: 32px;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.contact-title p {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.contact-title span {
  height: 28px;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}
.contact-title i {
  display: block;
  width: 140px;
  border-top: 1px dashed #999;
  margin: 10px auto;
  position: relative;
}
.contact-title i::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #047dcb;
  border: 5px solid #fff;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -5px;
}
.contact-txt {
  padding: 10px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.contact-txt-img {
  width: 180px;
  float: left;
}
.contact-txt-img img {
  width: 180px;
}
.contact-txt-name,
.contact-txt-desc {
  width: 940px;
  float: right;
}
.contact-txt-name {
  height: 40px;
  font-size: 24px;
  color: #047dcb;
  line-height: 40px;
  overflow: hidden;
  margin: 10px 0;
}
.contact-txt-desc {
  font-size: 14px;
  color: #767676;
  line-height: 24px;
}
.contact-con-img {
  width: 600px;
}
.contact-con-img img {
  display: block;
  width: 600px;
  height: 300px;
}
.contact-list {
  width: 580px;
  float: left;
  margin-top: 20px;
}
.contact-name {
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  border-left: 3px solid #047dcb;
  line-height: 30px;
  padding-left: 8px;
  margin-bottom: 23px;
  color: #333;
  overflow: hidden;
}
.contact-deta {
  min-height: 75px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #047dcb;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.contact-icon img {
  width: 40px;
  height: 40px;
  display: block;
}
.contact-list-txt {
  max-width: 150px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #666;
  line-height: 40px;
  overflow: hidden;
}
.contact-info {
  padding-top: 8px;
  line-height: 24px;
  color: #666;
  -ms-word-break: break-all;
  word-break: break-all;
}
.contact-info a {
  color: #666;
}
/*-----------------------------------------------------------------------------------*/