@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#15377B","sub1color":"#333333"},
{"vicolor":"#fe595f","sub1color":"#333333"},
{"vicolor":"#0776d3","sub1color":"#333333"},
{"vicolor":"#f2910a","sub1color":"#333333"}
]
AVAIBLE_VI*/
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*头部*/
.headbj {
  position: relative;
  z-index: 10;
}
.headbj .load {
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.headbj .load .content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.headbj .load p {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #999;
  display: block;
  width: 600px;
  height: 30px;
  overflow: hidden;
}
.headbj .load em {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 600px;
  height: 30px;
  overflow: hidden;
}
.headbj .load em a {
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  color: #999;
  display: block;
  padding-left: 20px;
  margin-left: 22px;
  max-width: 270px;
  box-sizing: border-box;
  word-break: break-all;
  height: 30px;
  overflow: hidden;
}
.headbj .load em a:hover {
  color: #15377B;
}
.headbj .load em a:first-of-type {
  background-image: url('../images/load-ic1.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
.headbj .load em a:last-of-type {
  background-image: url('../images/load-ic2.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
.headbj .head {
  height: 126px;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.headbj .head .logo {
  display: table;
  height: 126px;
  line-height: 0;
  margin-right: 30px;
}
.headbj .head .logo a {
  display: table-cell;
  vertical-align: middle;
}
.headbj .head .logo a img {
  max-width: 227px;
  max-height: 90px;
}
.headbj .head h2 {
  max-width: 600px;
  /*border-left: 1px solid #eee;*/
  margin-top: 32px;
  margin-left: -50px;
  padding-left: 10px;
  box-sizing: border-box;
}
.headbj .head h2 b {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #15377B;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.headbj .head h2 span {
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headbj .head .h-tel {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  overflow: hidden;
  max-width: 300px;
}
.headbj .head .h-tel em {
  background: #15377B;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 0;
  display: block;
  margin-right: 20px;
}
.headbj .head .h-tel em img {
  width: 44px;
  height: 44px;
  display: block;
}
.headbj .head .h-tel p {
  max-width: 235px;
}
.headbj .head .h-tel p b {
  font-size: 13px;
  font-weight: lighter;
  line-height: 16px;
  color: #aaa;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 16px;
}
.headbj .head .h-tel p span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  margin-top: 6px;
  height: 30px;
  word-break: break-all;
  overflow: hidden;
}
.headbj .head:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.headbj .nav {
  max-width: 1200px;
  width: 100%;
  margin: -1px auto 0;
  height: 54px;
  padding: 0 20px;
  box-sizing: border-box;
}
.headbj .nav .nav-one {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.headbj .nav .nav-one > li {
  line-height: 54px;
  height: 54px;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #f2f2f2;
  flex: 1;
  text-align: center;
}
.headbj .nav .nav-one > li > a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 54px;
  color: #333;
  height: 54px;
  padding: 0 5px;
}
.headbj .nav .nav-one > li.cur,
.headbj .nav .nav-one > li:hover {
  background: #15377B;
}
.headbj .nav .nav-one > li.cur > a,
.headbj .nav .nav-one > li:hover > a {
  color: #fff;
}
.headbj .nav .nav-one > li:hover .nav-two,
.headbj .nav .nav-one > li:hover .nav-two:before {
  display: block;
}
.headbj .nav .nav-one .nav-two {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 90;
  background: #f7f7f7;
}
.headbj .nav .nav-one .nav-two li {
  white-space: nowrap;
  height: 44px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
  border-bottom: 1px solid #eee;
}
.headbj .nav .nav-one .nav-two a {
  display: block;
  height: 44px;
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  color: #1a1a1a;
  text-align: left;
  overflow: hidden;
  margin-top: 0;
  padding: 0 5px;
}
.headbj .nav .nav-one .nav-two a:hover {
  color: #15377B;
}
.headbj .nav .nav-one .nav-two li:last-child {
  border-bottom: 0;
}
/*底部*/
.foot {
  background: #2C2C2C;
  height: 305px;
  overflow: hidden;
}
.foot .foot-nav {
  border-bottom: 1px solid #484A4D;
  padding-top: 30px;
  height: 81px;
  box-sizing: border-box;
}
.foot .foot-nav ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.foot .foot-nav li {
  position: relative;
  height: 50px;
  padding: 0 5px;
}
.foot .foot-nav li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}
.foot .foot-nav li:last-of-type:after {
  display: none;
}
.foot .foot-nav li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  height: 49px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
}
.foot .foot-info {
  padding-top: 50px;
  height: 224px;
  box-sizing: border-box;
}
.foot .foot-info .flogo {
  min-width: 204px;
  max-width: 240px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  display: table;
  margin-right: 47px;
  height: 125px;
  line-height: 0;
}
.foot .foot-info .flogo a {
  display: table-cell;
  vertical-align: middle;
}
.foot .foot-info .flogo a img {
  max-width: 240px;
  max-height: 124px;
}
.foot .foot-info .fcontact {
  width: 465px;
  margin-top: -10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #8E8E8E;
}
.foot .foot-info .fcontact a {
  color: #8E8E8E;
}
.foot .foot-info .fcontact p {
  font-size: 14px;
  font-weight: normal;
  line-height: 36px;
  color: #8E8E8E;
  opacity: 0.47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .foot-info .ftel {
  width: 330px;
}
.foot .foot-info .ftel h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .foot-info .ftel i {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
  opacity: 0.47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.foot .foot-info .ftel i a {
  color: #fff;
}
.foot .foot-info .ftel em {
  display: block;
  margin-top: 30px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot .foot-info .ftel em span {
  background: #444;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 7px;
}
.foot .foot-info .ftel em b {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  max-width: 260px;
}
.foot .foot-info .fcode {
  width: 111px;
}
.foot .foot-info .fcode em {
  width: 111px;
  height: 111px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.foot .foot-info .fcode em img {
  width: 111px;
  height: 111px;
  display: block;
}
.foot .foot-info .fcode span {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #9B9B9B;
  height: 28px;
  overflow: hidden;
  display: block;
  text-align: center;
  margin-top: 6px;
}
.bg_vi_color {
  background-color: #15377B;
}
.txt_vi_color {
  color: #15377B !important;
}
.f-support img {
  width: 44px;
  vertical-align: sub;
  margin-left: 5px;
}
/*COMMON_BLK_END*/
/***********************************首页样式************************************/
.bk-title {
  text-align: center;
}
.bk-title b {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 46px;
  color: #15377B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bk-title span {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bk-title:after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  background: #15377B;
  margin: 22px auto 0;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  height: 640px;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 640px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.ban-prev,
.ban-next {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  opacity: 0.8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 78px;
  cursor: pointer;
}
.ban-prev {
  left: 5%;
  background-image: url(../images/c_prev.png);
}
.ban-next {
  right: 5%;
  background-image: url(../images/c_next.png);
}
.ban_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
  text-align: right;
}
.ban_nav ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #fff;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.ban_nav ul .on {
  background: #15377B;
  border-color: #15377B;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/*搜索框*/
.search-btn:after {
  background-color: #15377B;
}
.search-btn::before {
  border-color: #15377B;
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.search {
  background: #fff;
  height: 80px;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
.search .keyword {
  padding-top: 28px;
}
.search .keyword em {
  font-weight: normal;
  margin-right: 0;
  color: #1A1A1A;
}
.search .keyword a:hover {
  color: #15377B;
}
.search .search-inp {
  background: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-top: 19px;
  width: 280px;
  height: 40px;
}
.search .search-inp .search-txt {
  height: 40px;
  line-height: 40px;
}
.search .search-inp .search-btn {
  margin-top: 5px;
}
.search .search-inp .search-btn::before {
  border-width: 2px;
  top: 7px;
}
.search .search-inp .search-btn:after {
  width: 6px;
  height: 2px;
  left: 15px;
}
.guide {
  padding-top: 80px;
  padding-bottom: 70px;
  background: #f4f4f4;
}
.guide ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide ul li {
  border-right: 1px solid #dedede;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
}
.guide ul li b {
  display: block;
}
.guide ul li b em {
  font-size: 56px;
  font-weight: normal;
  line-height: 54px;
  color: #333;
  font-family: impact;
  max-width: 180px;
  height: 54px;
  overflow: hidden;
  display: inline-block;
  word-break: break-all;
  vertical-align: bottom;
}
.guide ul li b span {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  margin-left: 5px;
  max-width: 100px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.guide ul li p {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  height: 20px;
  overflow: hidden;
}
.guide ul li:first-of-type {
  padding-left: 0;
}
.guide ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.guide ul li:hover b em,
.guide ul li:hover b span,
.guide ul li:hover p {
  color: #15377B;
}
.solution {
  padding-top: 85px;
  padding-bottom: 90px;
}
.solution .content {
  position: relative;
}
.solution .solution-tit {
  margin-top: 53px;
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
}
.solution .solution-tit ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.solution .solution-tit ul li {
  margin-right: 20px;
  background: #f4f4f4;
  width: 220px;
  border-radius: 5px;
  overflow: hidden;
}
.solution .solution-tit ul li a {
  font-size: 24px;
  font-weight: normal;
  line-height: 54px;
  color: #333;
  display: block;
  height: 54px;
  text-align: center;
  padding: 0 10px;
}
.solution .solution-tit ul li:last-of-type {
  margin-right: 0;
}
.solution .solution-tit ul li.cur,
.solution .solution-tit ul li:hover {
  background: #15377B;
}
.solution .solution-tit ul li.cur a,
.solution .solution-tit ul li:hover a {
  color: #fff;
}
.solution .solution-con {
  padding: 30px 35px;
  background: #f2f2f2;
  width: 1033px;
  box-sizing: border-box;
}
.solution .solution-con dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.solution .solution-con dl:first-of-type {
  margin-bottom: 25px;
}
.solution .solution-con dl dt {
  width: 253px;
  height: 189px;
  line-height: 0;
  overflow: hidden;
  display: block;
  margin-right: 52px;
}
.solution .solution-con dl dt img {
  display: block;
  width: 253px;
  height: 189px;
}
.solution .solution-con dl dd {
  position: relative;
  width: 548px;
}
.solution .solution-con dl dd .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  color: #333;
  display: block;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .solution-con dl dd .desc {
  margin-top: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  max-height: 90px;
  overflow: hidden;
  word-break: break-all;
}
.solution .solution-con dl dd .more {
  position: absolute;
  left: 0;
  bottom: 15px;
  max-width: 200px;
}
.solution .solution-con dl dd .more a {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #15377B;
  border-bottom: 1px solid #15377B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.solution .solution-pic {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 308px;
  height: 673px;
  line-height: 0;
  overflow: hidden;
}
.solution .solution-pic img {
  display: block;
  width: 308px;
  height: 673px;
}
.advantage {
  background-image: url('../images/ys-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 852px;
  height: 852px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 60px;
}
.advantage .bk-title b,
.advantage .bk-title span {
  color: #fff;
}
.advantage .bk-title:after {
  background: #fff;
}
.advantage .advantage-con {
  margin-top: 48px;
}
.advantage .advantage-con ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage .advantage-con ul li {
  background: #fff;
  width: 380px;
  height: 240px;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
.advantage .advantage-con ul li .icon {
  width: 54px;
  height: 54px;
  overflow: hidden;
  line-height: 0;
  display: block;
  margin: 35px auto 0;
}
.advantage .advantage-con ul li .icon img {
  width: 54px;
  height: 54px;
  display: block;
}
.advantage .advantage-con ul li .title {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #222;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 30px;
  overflow: hidden;
}
.advantage .advantage-con ul li .desc {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  padding: 0 40px;
}
.team {
  padding-top: 90px;
  padding-bottom: 90px;
}
.team .team-con {
  margin-top: 43px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team .team-con dl {
  display: block;
  width: 294px;
}
.team .team-con dl dt {
  width: 294px;
  height: 349px;
  line-height: 0;
  overflow: hidden;
  display: block;
}
.team .team-con dl dt img {
  width: 294px;
  height: 349px;
  display: block;
  transition: 1s;
}
.team .team-con dl dd {
  padding-bottom: 20px;
  position: relative;
  border-bottom: none;
}
.team .team-con dl dd .title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #282828;
  display: block;
  margin-top: 18px;
  height: 30px;
  overflow: hidden;
}
.team .team-con dl dd .desc {
  font-size: 14px;
  font-weight: normal;
  color: #9B9B9B;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.team .team-con dl dd .more {
  width: 124px;
  height: 38px;
  display: none;
  border-radius: 19px;
  overflow: hidden;
}
.team .team-con dl dd .more a {
  font-size: 15px;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  display: block;
  box-sizing: border-box;
  background: #bfbfbf url('../images/team-zx.png');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 19px 19px;
  padding: 0 35px 0 20px;
  height: 38px;
  overflow: hidden;
}
.team .team-con dl dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #15377B;
  width: 0%;
  display: none;
  height: 4px;
  transition: 1s;
}
.team .team-con dl:hover dt img {
  transform: scale(1.02);
}
.team .team-con dl:hover dd .title {
  color: #15377B;
}
.team .team-con dl:hover dd:after {
  width: 100%;
}
.team .team-con dl:hover dd a {
  background: #15377B url('../images/team-zx.png');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 19px 19px;
}
.superiority {
  background-image: url('../images/ys2-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 875px;
  height: 875px;
  box-sizing: border-box;
  padding-top: 107px;
}
.superiority .content {
  padding-left: 675px;
  box-sizing: border-box;
}
.superiority .bk-title {
  text-align: left;
}
.superiority .bk-title:after {
  margin-left: 0;
}
.superiority .superiority-con dl {
  margin-top: 56px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.superiority .superiority-con dl dt {
  width: 92px;
  height: 92px;
  background: #15377B;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: relative;
  margin-right: 35px;
}
.superiority .superiority-con dl dt em {
  width: 92px;
  height: 92px;
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 92px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.superiority .superiority-con dl dt:before {
  content: "";
  display: block;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  border: 1px solid #15377B;
  opacity: 0.7;
  transform: translate(-11px, -11px);
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.superiority .superiority-con dl dd {
  width: 398px;
}
.superiority .superiority-con dl dd .title {
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.superiority .superiority-con dl dd .desc {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  display: block;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
}
.superiority .superiority-con dl:last-of-type .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  line-height: 24px;
  height: 192px;
}
.exhibition {
  padding-top: 90px;
  padding-bottom: 78px;
}
.exhibition .exhibition-con {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column-reverse;
  height: 558px;
  justify-content: flex-end;
}
.exhibition .exhibition-con dl {
  width: 298px;
  margin-bottom: 12px;
}
.exhibition .exhibition-con dl dt {
  width: 298px;
  height: 224px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.exhibition .exhibition-con dl dt img {
  transition: 1s;
  width: 298px;
  height: 224px;
  display: block;
}
.exhibition .exhibition-con dl dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #333;
  background: #f8f8f8;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  overflow: hidden;
}
.exhibition .exhibition-con dl:last-of-type {
  width: 584px;
}
.exhibition .exhibition-con dl:last-of-type dt {
  width: 584px;
  height: 438px;
  line-height: 0;
}
.exhibition .exhibition-con dl:last-of-type dt img {
  width: 584px;
  height: 438px;
  display: block;
}
.exhibition .exhibition-con dl:last-of-type dd {
  padding: 20px 50px 0;
  height: 102px;
  box-sizing: border-box;
  text-align: left;
}
.exhibition .exhibition-con dl:last-of-type dd .title {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhibition .exhibition-con dl:last-of-type dd .desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhibition .exhibition-con dl:hover dt img {
  transform: scale(1.03);
}
.exhibition .exhibition-con dl:hover dd {
  background: #15377B;
  color: #fff;
}
.exhibition .exhibition-con dl:hover dd .title {
  color: #fff;
}
.exhibition .exhibition-con dl:hover dd .desc {
  color: #fff;
}
.news {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.news .news-con {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
.news .news-con .news-title {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news .news-con .news-title h3 {
  height: 35px;
  overflow: hidden;
  max-width: 50%;
}
.news .news-con .news-title h3 a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.news .news-con .news-title h3 em {
  display: block;
  width: 35px;
  height: 35px;
  background: #333;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.news .news-con .news-title h3 em img {
  display: block;
  width: 35px;
  height: 35px;
}
.news .news-con .news-title h3 span {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  color: #333;
  margin-right: 20px;
  max-width: calc(100% - 63px);
  height: 35px;
  overflow: hidden;
}
.news .news-con .news-title h3:hover em,
.news .news-con .news-title h3.cur em {
  background: #15377B;
}
.news .news-con .news-title h3:hover span,
.news .news-con .news-title h3.cur span {
  color: #15377B;
}
.news-con-left {
  width: 557px;
}
.news-con-left .item-picture {
  display: none;
}
.news-con-left .item-picture img {
  width: 557px;
  height: 272px;
  display: block;
}
.news-con-left .item-line {
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
  box-sizing: border-box;
}
.news-con-left .item-line.cur .item-picture {
  display: block;
  width: 557px;
  height: 272px;
  line-height: 0;
  overflow: hidden;
}
.news-con-left .item-time {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.news-con-left .item-time div {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #333;
}
.news-con-left .item-title,
.news-con-left .item-title a {
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  color: #333;
}
.news-con-left .item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  background-image: url('../images/news-jt.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-right: 100px;
}
.news-con-left .item-title a:hover {
  color: #15377B;
}
.news-con-right {
  width: 589px;
}
.news-con-right .item-line {
  border-bottom: 1px solid rgba(199, 199, 199, 0.2);
  overflow: hidden;
  padding-right: 50px;
  box-sizing: border-box;
}
.news-con-right .item-text {
  margin-bottom: 30px;
  margin-top: 18px;
}
.news-con-right .item-title,
.news-con-right .item-title a {
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
}
.news-con-right .item-title:hover,
.news-con-right .item-title a:hover {
  color: #15377B;
}
.news-con-right .item-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  display: block;
}
.about {
  background-image: url('../images/abt-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 661px;
  padding-top: 180px;
  height: 661px;
  box-sizing: border-box;
  margin-bottom: 180px;
  position: relative;
}
.about .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .desc {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  height: auto;
  max-height: 120px;
  margin-bottom: 30px;
}
.about .more {
  width: 58px;
  height: 59px;
  display: block;
  margin: 0 auto 0;
  overflow: hidden;
  border-radius: 50%;
}
.about .more a {
  display: block;
}
.about .more img {
  width: 58px;
  height: 59px;
  display: block;
}
.about .list {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  background: #fff;
  height: 170px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
  bottom: -80px;
  width: 1200px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .list li {
  width: 400px;
  border-right: 1px solid #eaebeb;
  box-sizing: border-box;
}
.about .list li a {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  height: 170px;
}
.about .list li:last-of-type {
  border-right: none;
}
.about .list li em {
  width: 72px;
  height: 72px;
  line-height: 0;
  overflow: hidden;
  display: block;
  margin-right: 20px;
}
.about .list li em img {
  width: 72px;
  height: 72px;
  display: block;
}
.about .list li p {
  max-width: 240px;
}
.about .list li p b {
  display: block;
  font-size: 28px;
  font-weight: normal;
  line-height: 30px;
  color: #202428;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .list li p span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  color: #202428;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about .list li:hover p b,
.about .list li:hover p span {
  color: #15377B;
}
/*友情链接*/
.links {
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  overflow: hidden;
}
.links .content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: normal;
  line-height: 70px;
  color: #666;
  overflow: hidden;
}
.links .links-title {
  max-width: 100px;
  overflow: hidden;
  height: 70px;
}
.links .links-list {
  max-width: 1085px;
  overflow: hidden;
  margin-left: 15px;
  height: 70px;
}
.links .links-list a {
  font-size: 14px;
  font-weight: normal;
  line-height: 70px;
  color: #666;
  margin-left: 5px;
  display: inline-block;
}
.links .links-list a:hover {
  color: #15377B;
}
/*快速通道*/
.shop-nav-t1 i img {
  background-color: #15377B;
}
/***********************************内页样式************************************/
/*-----------内页公共样式----------*/
.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: #15377B;
}
.sidebar .fh {
  display: none;
}
.min-banner {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.min-banner img {
  width: 1920px;
  height: 400px;
  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: #15377B;
}
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #15377B;
  height: 80px;
}
.left-nav-01-tit h2 {
  padding: 0 10px;
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #fff;
  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: #333;
  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: #15377B;
}
.left-nav-01-one > li.sidenavcur .left-nav-01-two,
.left-nav-01-one > li:hover .left-nav-01-two {
  display: block;
}
.left-nav-01-one > li.sidenavcur > h3 > a,
.left-nav-01-one > li:hover > h3 > a {
  color: #fff;
}
.left-nav-01-two {
  display: none;
  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: #15377B;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #fff;
  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: #666;
}
.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: #15377B;
  color: #fff;
  border-color: #15377B;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  display: none;
}
/*-----------内页模板页样式----------*/
.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: #15377B;
}
.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: #15377B;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #15377B;
  border-color: #15377B;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.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 #15377B;
  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: #15377B;
}
.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;
}
.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: #15377B;
  text-align: center;
}
.pc-cx-tel-1-t1 a {
  display: block;
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
  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;
  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: #fff;
}
.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;
  margin-bottom: 20px;
  height: 264px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
}
.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: #666;
}
.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;
}
.pro-title {
  text-align: center;
  height: 40px;
  overflow: hidden;
  margin: 20px 30px 0;
}
.pro-title p {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.pro-title i {
  width: 1200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 24px;
}
.pro-title i::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #15377B;
  position: absolute;
  top: -1px;
}
.pro-title .pro-title-icon1 {
  left: 100%;
  margin-left: -10px;
}
.pro-title .pro-title-icon1::after {
  left: 0;
}
.pro-title .pro-title-icon2 {
  right: 100%;
  margin-right: -10px;
}
.pro-title .pro-title-icon2::after {
  right: 0;
}
.pro-title span {
  display: block;
  height: 40px;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  color: #0f0e0d;
  overflow: hidden;
  margin-bottom: 12px;
}
.pro-title em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  max-height: 24px;
  overflow: hidden;
}
.prod-content {
  background: #fff;
}
.prod-trait-con {
  position: relative;
  padding: 30px 50px;
}
.prod-trait-con dl {
  width: 360px;
  padding: 14px;
}
.prod-trait-con dl img {
  width: 360px;
  height: 270px;
  display: block;
}
.prod-trait-con .prod-trait-dl1 {
  background-color: #15377B;
}
.prod-trait-con .prod-trait-dl2 {
  background-color: #e1e1e1;
}
.prod-trait-dl1 .prod-trait-name {
  color: #fff;
}
.prod-trait-dl1 .prod-trait-desc {
  color: #fff;
}
.prod-trait-name {
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
.prod-trait-desc {
  font-size: 15px;
  line-height: 30px;
}
.prod-trait-vs {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #15377B;
  margin: 142px auto 0;
  overflow: hidden;
}
.prod-trait-vs img {
  width: 80px;
  height: 80px;
  padding: 10px;
}
.prod-con-desc {
  padding-top: 40px;
}
.pro-con-title {
  height: 28px;
  border-left: 4px solid #15377B;
  padding-left: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  color: #333;
  margin: 30px 0 20px;
  overflow: hidden;
}
.pro-con-details img {
  margin: 0;
  width: 304px;
  height: 228px;
}
.pro-con-details dl {
  width: 304px;
  float: left;
  margin-right: 6px;
  border: 1px solid #eee;
}
.pro-con-details dl.pr-clear {
  margin-right: 0;
}
.pro-con-details dd {
  height: 40px;
  margin: 0 5px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
.pro-con-honer img {
  margin: 0;
  width: 220px;
  height: 294px;
  border: 1px solid #eee;
}
.pro-con-honer dl {
  width: 220px;
  float: left;
  margin-right: 6px;
}
.pro-con-honer dl.pr-clear {
  margin-right: 0;
}
.pro-con-honer dd {
  height: 40px;
  font-size: 16px;
  color: #555;
  text-align: center;
  line-height: 40px;
  padding: 0 5px;
  overflow: hidden;
}
.prod-list li {
  width: 300px;
  float: left;
  margin: 0 10px 20px 0;
  text-align: center;
}
.prod-list li img {
  width: 300px;
  height: 225px;
  margin: 0;
}
.prod-list li span {
  display: block;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
  padding: 0 4px;
  font-weight: normal;
  background: #f8f8f8;
  color: #000;
  overflow: hidden;
}
.prod-con-ys-img {
  width: 464px;
}
.prod-con-ys-img img {
  display: block;
  width: 464px;
  height: 232px;
  margin: 0;
}
.prod-con-ys-con {
  width: 406px;
  padding: 26px 30px 0;
}
.prod-con-ys-txt {
  margin-bottom: 15;
  position: relative;
}
.prod-con-ys-txt p {
  height: 38px;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  color: #333;
  overflow: hidden;
  margin-left: 50px;
}
.prod-con-ys-txt i {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #15377B;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.prod-con-ys-desc {
  max-height: 90px;
  font-size: 14px;
  line-height: 30px;
  color: #111017;
  overflow: hidden;
}
.prod-con-ys-01 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-02 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-03 {
  height: 232px;
  background: #f8f8f8;
}
.prod-con-ys-04 {
  height: 232px;
  background: #f8f8f8;
}
.prod-hot {
  padding: 50px 0 30px;
}
.prod-hot .prod-hot-list {
  margin: 30px 0 40px;
  position: relative;
}
.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-right: 14px;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
}
.prod-hot .prod-hot-list dl.last {
  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: #333;
  max-height: 48px;
  overflow: hidden;
}
.prod-hot .prod-hot-name a {
  display: block;
  max-height: 48px;
  color: #333;
  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: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prod-hot .prod-hot-link {
  display: none;
}
.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 #15377B;
  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: #15377B;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #15377B;
}
.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;
}
.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;
}
.title {
  text-align: center;
}
.title span {
  display: block;
  height: 50px;
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
  color: #0f0e0d;
  overflow: hidden;
  margin-bottom: 12px;
}
.title em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  max-height: 24px;
  overflow: hidden;
}
.title i {
  display: block;
  width: 42px;
  height: 5px;
  background-color: #15377B;
  margin: 12px auto 0;
}
.com-title {
  text-align: center;
  height: 120px;
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
.com-title p {
  font-weight: bold;
  height: 45px;
  font-size: 34px;
  color: #111;
  letter-spacing: 6px;
  line-height: 45px;
  overflow: hidden;
}
.com-title span {
  display: block;
  height: 40px;
  font-weight: bold;
  font-family: Times New Roman;
  text-transform: uppercase;
  overflow: hidden;
}
.company {
  padding-top: 60px;
}
.company .com-title p {
  color: #15377B;
}
.com-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 30px;
}
.com-desc br {
  line-height: 35px;
}
.corporate-culture {
  padding-top: 60px;
  background-color: #f1f1f1;
  padding-bottom: 60px;
}
.cor-cul-con {
  color: #666;
  overflow: hidden;
}
.cor-cul-con dl {
  float: left;
  padding: 20px 60px 0;
  width: 278px;
  height: 260px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin-right: -1px;
}
.cor-cul-con dt {
  width: 110px;
  border-top: 1px solid #b2b2b2;
  margin: 0 auto 0;
  padding-top: 14px;
}
.cor-cul-con dt img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.cor-cul-con dd {
  text-align: center;
}
.cor-cul-con .cor-cul-name {
  margin-bottom: 20px;
}
.cor-cul-con .cor-cul-name span {
  display: block;
  height: 48px;
  font-size: 32px;
  font-family: arial;
  font-weight: bold;
  color: #15377B;
  line-height: 48px;
  overflow: hidden;
}
.cor-cul-con .cor-cul-name p {
  height: 24px;
  font-size: 22px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
}
.cor-cul-con .cor-cul-desc {
  height: 84px;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
}
.honor {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.honor .honor-con {
  text-align: center;
}
.honor .slide dl {
  width: 280px;
  margin-right: 26px;
  float: left;
}
.honor .slide dl img {
  width: 276px;
  height: 368px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
}
.honor .slide-prev {
  margin: 40px 4px 0;
  width: 150px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  background-image: url('../images/prev-icon100.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px 50px;
  background-color: #15377B;
}
.honor .slide-next {
  margin: 40px 4px 0;
  width: 150px;
  height: 50px;
  line-height: 0;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  background-image: url('../images/next-icon100.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px 50px;
  background-color: #15377B;
}
.group-img {
  padding: 60px 0 70px;
}
.group-img .slide dl {
  float: left;
}
.group-img .slide dl:nth-child(1) {
  width: 548px;
  height: 548px;
  margin-right: 16px;
}
.group-img .slide dl:nth-child(2) {
  width: 266px;
  height: 266px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.group-img .slide dl:nth-child(3) {
  width: 352px;
  height: 266px;
  margin-bottom: 16px;
}
.group-img .slide dl:nth-child(4) {
  width: 352px;
  height: 266px;
  margin-right: 16px;
}
.group-img .slide dl:nth-child(5) {
  width: 266px;
  height: 266px;
}
.group-img .slide dl img {
  width: 100%;
  overflow: hidden;
}
.company-strength {
  padding: 60px 0 70px;
}
.company-strength .slide dl {
  width: 398px;
  height: 299px;
  float: left;
  border: 1px solid #fff;
  margin: 0 -1px -1px 0;
}
.company-strength .slide dl img {
  width: 398px;
  height: 299px;
  display: block;
}
.title {
  text-align: center;
}
.title span {
  display: block;
  height: 50px;
  font-size: 40px;
  font-weight: normal;
  line-height: 50px;
  color: #0f0e0d;
  overflow: hidden;
  margin-bottom: 12px;
}
.title em {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #000;
  max-height: 24px;
  overflow: hidden;
}
.title i {
  display: block;
  width: 42px;
  height: 5px;
  background-color: #15377B;
  margin: 12px auto 0;
}
.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:after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -35px;
}
.contact-title:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #15377B;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
  z-index: 99;
}
.contact-title p,
.contact-title h2 {
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.contact-title span,
.contact-title em {
  height: 28px;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  overflow: hidden;
}
.contact-txt {
  padding: 10px 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.contact-txt img {
  width: 180px;
  height: 180px;
  float: left;
}
.contact-txt p,
.contact-txt .contact-txt-desc {
  width: 930px;
  float: right;
}
.contact-txt p {
  height: 50px;
  font-size: 24px;
  color: #15377B;
  line-height: 50px;
  margin: 10px 0;
  overflow: hidden;
}
.contact-txt .contact-txt-desc {
  font-size: 15px;
  line-height: 28px;
  color: #000;
}
.contact-list {
  margin-bottom: 40px;
}
.contact-deta {
  float: left;
  border: 1px solid #eee;
  width: 262px;
  min-height: 190px;
  text-align: center;
  margin-right: 20px;
  color: #666;
  padding: 20px 10px 10px;
}
.contact-deta.last {
  margin-right: 0;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background-color: #15377B;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.contact-list-txt {
  min-height: 40px;
  font-size: 18px;
  color: #222;
  line-height: 40px;
}
.contact-info {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  -ms-word-break: break-all;
  word-break: break-all;
}
/*-----------代理直供单页样式----------*/
.dli-title {
  text-align: center;
  position: relative;
  min-height: 98px;
}
.dli-title span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  color: #15377B;
  overflow: hidden;
}
.dli-title em {
  display: block;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #888888;
  overflow: hidden;
  text-transform: uppercase;
  word-break: break-word;
}
.dli-title i {
  display: block;
  width: 51px;
  height: 1px;
  background-color: #666;
  margin: 12px auto 0;
  position: relative;
}
.dli-title i:after {
  position: absolute;
  width: 8px;
  height: 9px;
  content: "";
  background-color: #15377B;
  left: 50%;
  margin-left: -4px;
  top: -4px;
}
.dli-yos {
  padding: 20px 0;
}
.dli-yos-con {
  padding: 40px 20px 0;
}
.dli-yos-con dl {
  border: 1px solid #dadada;
  width: 360px;
  float: left;
  margin: 0 36px 30px 0;
}
.dli-yos-con dt img {
  width: 360px;
  height: 202px;
  display: block;
}
.dli-yos-con dd {
  padding: 10px;
  text-align: center;
}
.dli-yos-con dd h4 {
  height: 52px;
  margin-bottom: 10px;
}
.dli-yos-con dd span {
  display: inline-block;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  line-height: 50px;
  color: #15377B;
  border-bottom: 1px solid #15377B;
  overflow: hidden;
}
.dli-yos-con dd .dli-yos-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  height: 48px;
  overflow: hidden;
}
.dli-yos-con dl.last {
  margin-right: 0;
}
.dli-zci {
  padding: 40px 0;
  background-color: #f7f7f7;
}
.dli-zci-list {
  padding-top: 40px;
}
.dli-zci-list li {
  float: left;
  width: 230px;
  height: 185px;
  border: 1px solid #15377B;
  border-radius: 5px;
  margin-right: 10px;
  overflow: hidden;
}
.dli-zci-list li h4 {
  height: 44px;
  font-size: 18px;
  font-weight: normal;
  line-height: 44px;
  color: #fff;
  background-color: #15377B;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
  text-align: center;
}
.dli-zci-list li .dli-zci-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  padding: 0 10px;
  text-align: justify;
  max-height: 120px;
  overflow: hidden;
}
.dli-zci-list li.dli-ls1 {
  margin-top: 90px;
}
.dli-zci-list li.dli-ls2 {
  margin-top: 45px;
}
.dli-zci-list li.last {
  margin-right: 0;
}
.dli-tj {
  padding: 50px 0 40px;
}
.dli-tj-nr {
  padding-top: 40px;
}
.dli-tj-r {
  float: right;
  width: 440px;
  min-height: 308px;
  padding: 30px 40px 0;
  background: #fff;
  overflow: hidden;
  border: 1px solid #f3f3f3;
}
.dli-tj-r h4 {
  min-height: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.dli-tj-r h4 span {
  display: inline-block;
  max-width: 380px;
  min-height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #15377B;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.dli-tj-r h4 span:before {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #15377B;
  top: 49.9%;
  left: 0;
  content: '';
}
.dli-tj-r h4 span:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #15377B;
  top: 49.9%;
  right: 0;
  content: '';
}
.dli-tj-r .dli-tj-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  text-align: justify;
  overflow: hidden;
}
.dli-tj-l {
  float: left;
  width: 602px;
}
.dli-tj-l img {
  width: 600px;
  height: 338px;
  display: block;
  border: 1px solid #f3f3f3;
}
.dli-flow {
  padding: 50px 0 40px;
  background-color: #f7f7f7;
}
.dli-flow-list {
  padding-top: 40px;
}
.dli-flow-list li {
  float: left;
  width: 130px;
  margin-right: 22px;
}
.dli-flow-list li em {
  display: block;
  width: 85px;
  height: 65px;
  padding-top: 20px;
  text-align: center;
  background-color: #15377B;
  margin: 0 auto 15px;
  border-radius: 100%;
  overflow: hidden;
}
.dli-flow-list li em img {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
}
.dli-flow-list li span {
  display: block;
  height: 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #4d4d4d;
  border-top: 1px solid #dedede;
  border-bottom: 2px solid #dedede;
  text-align: center;
  overflow: hidden;
}
.dli-flow-list li.last {
  margin-right: 0;
}
.dli-flow-tel {
  width: 600px;
  margin: 0 auto;
  padding-top: 30px;
  height: 40px;
}
.dli-flow-tel span {
  float: left;
  width: 400px;
  height: 40px;
  font-size: 20px;
  font-weight: normal;
  line-height: 40px;
  color: #4d4d4d;
  overflow: hidden;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 20px;
}
.dli-flow-tel span i {
  display: inline-block;
  padding: 0 3px;
}
.dli-flow-tel em {
  float: right;
  width: 130px;
  height: 40px;
  border-radius: 20px;
  background-color: #15377B;
}
.dli-flow-tel em a {
  display: block;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.dli-show {
  padding: 50px 0 40px;
}
.dli-show-list {
  padding-top: 40px;
}
.dli-show-list dl {
  float: left;
  width: 388px;
  border: 1px solid #d4d4d4;
  margin-right: 15px;
}
.dli-show-list dl dt img {
  width: 388px;
  height: 218px;
  display: block;
}
.dli-show-list dl dd {
  padding: 10px 15px;
}
.dli-show-list dl dd h4 {
  height: 52px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}
.dli-show-list dl dd h4 a {
  display: block;
  height: 52px;
  font-size: 18px;
  font-weight: normal;
  line-height: 52px;
  color: #000;
}
.dli-show-list dl .dli-show-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #4d5353;
  text-align: justify;
  height: 72px;
  overflow: hidden;
}
.dli-show-list dl.last {
  margin-right: 0;
}
/************招商加盟单页样式****************/
.details-prospect {
  padding: 30px 0 50px;
}
.de-pros-title {
  text-align: center;
  margin-bottom: 34px;
}
.de-pros-title p {
  font-size: 45px;
  font-weight: bold;
  color: #15377B;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.de-pros-title span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.de-pros-txt {
  width: 545px;
}
.de-pros-name {
  padding-top: 16px;
  margin-bottom: 20px;
}
.de-pros-name p {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #15377B;
  overflow: hidden;
}
.de-pros-name span {
  display: block;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 34px;
  overflow: hidden;
}
.de-pros-desc {
  line-height: 35px;
  margin-bottom: 40px;
  overflow: hidden;
}
.de-pros-link {
  width: 125px;
  height: 35px;
  background: #15377B;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.de-pros-link a {
  display: block;
  height: 35px;
  color: #fff;
  overflow: hidden;
}
.de-pros-img {
  width: 600px;
  border: 1px solid #15377B;
}
.de-pros-img img {
  width: 600px;
  height: 450px;
  display: block;
}
.details-advan {
  padding: 30px 0 50px;
}
.de-advan-title {
  text-align: center;
  margin-bottom: 34px;
}
.de-advan-title p {
  font-size: 45px;
  color: #15377B;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.de-advan-title span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.de-advan-con dl {
  width: 348px;
  height: 275px;
  margin-bottom: 15px;
  padding: 0 20px;
  float: left;
  color: #fff;
}
.de-advan-con dl.de-advan-dl2,
.de-advan-con dl.de-advan-dl5 {
  margin: 0 15px 15px;
}
.de-advan-con dl.de-advan-dl1 {
  background: #54d4b8;
}
.de-advan-con dl.de-advan-dl2 {
  background: #4fbbe9;
}
.de-advan-con dl.de-advan-dl3 {
  background: #f8b647;
}
.de-advan-con dl.de-advan-dl4 {
  background: #f68257;
}
.de-advan-con dl.de-advan-dl5 {
  background: #b24490;
}
.de-advan-con dl.de-advan-dl6 {
  background: #f56e7d;
}
.de-advan-con dt {
  padding-top: 30px;
  margin-bottom: 5px;
}
.de-advan-con dt img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 8px;
  overflow: hidden;
}
.de-advan-con dt p {
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
}
.de-advan-con .de-advan-desc {
  height: 75px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}
.details-support {
  padding: 30px 0 0;
}
.de-support-title {
  text-align: center;
  margin-bottom: 34px;
}
.de-support-title p {
  font-size: 45px;
  color: #15377B;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.de-support-title em {
  display: block;
  font-size: 24px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
}
.de-support-title span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.de-support-con {
  height: 610px;
  padding-top: 74px;
  background-image: url('../images/20181216133601_2055.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 684px;
}
.de-support-con dl {
  background: #15377B;
  width: 488px;
  height: 230px;
  padding: 0 20px;
  display: block;
  float: left;
  margin: 0 144px 74px 0;
  color: #fff;
  text-align: center;
}
.de-support-con dl.de-support-dl {
  margin-right: 0;
}
.de-support-con dt {
  padding-top: 25px;
  margin-bottom: 15px;
}
.de-support-con dt span {
  display: block;
  height: 60px;
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  overflow: hidden;
}
.de-support-con dt p {
  height: 34px;
  font-size: 26px;
  line-height: 34px;
  overflow: hidden;
}
.de-support-desc {
  height: 90px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.details-condition {
  padding: 50px 0 0;
}
.de-condition-title {
  text-align: center;
  margin-bottom: 34px;
}
.de-condition-title p {
  font-size: 45px;
  color: #15377B;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.de-condition-title em {
  display: block;
  font-size: 24px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
}
.de-condition-title span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.de-condition-img {
  width: 600px;
}
.de-condition-img img {
  width: 600px;
  height: 600px;
  display: block;
}
.de-condition-con {
  width: 570px;
}
.de-condition-con dl {
  min-height: 120px;
}
.de-condition-con dt {
  width: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #15377B;
  line-height: 50px;
  overflow: hidden;
  float: left;
  margin: 5px -50px 0 0;
}
.de-condition-con dd {
  padding-left: 80px;
}
.de-condition-con dd p {
  font-size: 20px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
}
.de-condition-desc {
  line-height: 24px;
  overflow: hidden;
}
.details-process {
  padding: 50px 0 50px;
}
.de-process-title {
  text-align: center;
  margin-bottom: 34px;
}
.de-process-title p {
  font-size: 45px;
  color: #15377B;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.de-process-title em {
  display: block;
  font-size: 24px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
}
.de-process-title span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.de-process-con dl {
  width: 135px;
  height: 170px;
  padding: 20px 15px 0;
  background: #f5f5f5;
  float: left;
  margin-right: 6px;
  text-align: center;
}
.de-process-con dl.de-process-dl {
  margin-right: 0;
}
.de-process-con dl img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 14px;
}
.de-process-con dt {
  margin-bottom: 10px;
}
.de-process-con dt span {
  display: block;
  height: 30px;
  width: 30px;
  margin: 5px auto 10px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  border-bottom: 2px solid #333;
  overflow: hidden;
}
.de-process-con dt p {
  height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #15377B;
  line-height: 20px;
  overflow: hidden;
}
.de-process-desc {
  height: 50px;
  color: #444;
  line-height: 25px;
  overflow: hidden;
}
.details-case {
  padding: 30px 0 50px;
}
.de-case-title {
  text-align: center;
  margin-bottom: 34px;
}
.de-case-title p {
  font-size: 45px;
  color: #15377B;
  line-height: 60px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  overflow: hidden;
}
.de-case-title em {
  display: block;
  font-size: 24px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
}
.de-case-title span {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
}
.de-case-con dl {
  width: 33%;
  margin: 0 0.15% 10px;
  float: left;
  text-align: center;
}
.de-case-con img {
  width: 100%;
  display: block;
}
.de-case-con dt {
  margin-bottom: 10px;
}
.de-case-con dd {
  padding: 0 5px;
}
.de-case-con p {
  height: 30px;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
}
.de-case-con p a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
}
.de-case-desc {
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  overflow: hidden;
}

/* 响应式媒体查询 */
@media screen and (max-width: 1240px) {
  .headbj .nav {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .headbj .nav .nav-one > li > a {
    padding: 0 3px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .headbj .nav {
    padding: 0 5px;
  }
  .headbj .nav .nav-one > li > a {
    padding: 0 2px;
    font-size: 12px;
  }
}
