@charset "utf-8";
/*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*/
.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;
}
.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;
}
/*banner*/
.banner img {
  width: 100%;
  display: block;
}
/*返回顶部*/
.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;
}
/*方案*/
.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";
  overflow: hidden;
}
.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;
  display: block;
}
/*客户见证*/
.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;
}
