@charset "utf-8";
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#c31c1f","sub1color":"#000000"},
{"vicolor":"#01a08e","sub1color":"#ffb400"},
{"vicolor":"#1A2D27","sub1color":"#ABC327"},
{"vicolor":"#ffb400","sub1color":"#35c096"}
]
AVAIBLE_VI*/
.oh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #073884;
}
.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: #073884;
}
.list-style-02 .item-line:hover .item-link,
.list-style-01 .item-line:hover .item-link {
  background: #073884;
  border-color: #073884;
}
.list-style-02 .item-line:hover .item-link a,
.list-style-01 .item-line:hover .item-link a {
  color: #fff;
}
.recommend .item-picture,
.abput-pic,
.about-list li,
.part-con li,
.case-list dl,
.superi-pic,
.news-con dl {
  overflow: hidden;
}
.recommend .item-picture img,
.abput-pic img,
.about-list li img,
.part-con li img,
.case-list dl img,
.superi-pic img,
.news-con dl img {
  transition: .5s;
}
.recommend .item-picture:hover img,
.abput-pic:hover img,
.about-list li:hover img,
.part-con li:hover img,
.case-list dl:hover img,
.superi-pic:hover img,
.news-con dl:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.search-btn:after {
  background-color: #073884;
}
.search-btn::before {
  border-color: #073884;
}
.nav-two {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/*头部*/
.h_head {
  height: 230px;
  position: relative;
  z-index: 99;
}
.h_head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 34px;
  background: #313132;
  z-index: -1;
}
.h_head:after {
  content: "";
  position: absolute;
  top: 171px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: -1;
}
.h_map {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #999;
}
.h_map p {
  float: left;
  max-width: 720px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_map span {
  float: right;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_map span a {
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_con {
  height: 137px;
  position: relative;
}
.h_txt {
  width: 580px;
  float: left;
  padding: 40px 0 0 35px;
}
.h_txt p {
  display: block;
  height: 37px;
  font-size: 26px;
  line-height: 37px;
  color: #000000;
  overflow: hidden;
}
.h_txt span {
  display: block;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #444444;
  overflow: hidden;
}
#h1-tag {
  height: 126px;
  display: table;
  float: left;
}
#h1-tag a {
  display: table-cell;
  vertical-align: middle;
}
#h1-tag img {
  display: inline-block;
  max-height: 126px;
  max-width: 400px;
}
.h-tel {
  max-width: 280px;
  position: absolute;
  right: 0;
  top: 49px;
  background-image: url('../images/t_pho.gif');
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 38px 38px;
  padding-left: 52px;
}
.h-tel em {
  display: block;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #737373;
  overflow: hidden;
}
.h-tel p {
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-family: "Myriad Pro";
  word-break: break-all;
  overflow: hidden;
}
.nav {
  position: relative;
  z-index: 99;
}
.nav .nav-one {
  height: 59px;
}
.nav .nav-one > li {
  float: left;
  height: 59px;
  position: relative;
  text-align: center;
  z-index: 99;
}
.nav .nav-one > li:after {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  background: #073884;
  top: 0;
  left: 0;
  -webkit-transition: height .5s;
  transition: height .5s;
  z-index: 1;
}
.nav .nav-one > li:first-child > a:before {
  display: none;
}
.nav .nav-one > li a {
  display: block;
  padding: 0 10px;
  height: 59px;
  font-size: 16px;
  color: #333;
  line-height: 59px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 99;
}
.nav .nav-one > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  background-color: #ccc;
  height: 14px;
  width: 1px;
  opacity: 0.5;
  z-index: 99;
}
.nav .nav-one > li:hover > a,
.nav .nav-one > li.cur > a {
  color: #fff;
}
.nav .nav-one > li:hover:after,
.nav .nav-one > li.cur:after {
  height: 100%;
}
.nav .nav-one > li:hover .nav-two {
  display: block;
}
.nav .nav-two {
  display: none;
  background: #fff;
  position: absolute;
  top: 59px;
  z-index: 90;
}
.nav .nav-two li {
  border-bottom: 1px solid #ccc;
}
.nav .nav-two li {
  white-space: nowrap;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-right: 0px;
}
.nav .nav-two li a {
  display: block;
  height: 50px;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
  color: #0d0d0f;
  text-align: center;
  overflow: hidden;
}
.nav .nav-two li:last-child {
  border-bottom: 0;
}
.nav .nav-two li:hover > a {
  color: #fff;
}
.nav .nav-two li:hover {
  background-color: #073884;
  border-color: #073884;
}
/*底部*/
.foot {
  height: 350px;
  background: #1b1b1b;
  font-family: "Source Han Sans CN";
  position: relative;
  z-index: 1;
  line-height: 32px;
  color: #707070;
}
.foot:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #0d0d0d;
  z-index: -1;
}
.f-contact {
  text-align: left;
  height: 70px;
  color: #fff;
}
.f-contact span,
.f-contact a {
  max-height: 70px;
  font-size: 14px;
  line-height: 70px;
  color: #fff;
  overflow: hidden;
}
.f-logo {
  min-width: 226px;
  height: 220px;
  display: table;
}
.f-logo span {
  display: block;
  color: #fff;
}
.f-logo a {
  color: #707070;
}
.f-logo h3 {
  height: 110px;
  padding: 12px 0 0;
}
.f-logo h3 img {
  max-width: 190px;
  max-height: 110px;
}
.f-support {
  display: none;
}
.f-support img {
  width: 44px;
  vertical-align: middle;
  margin-left: 5px;
}
.f-con {
  color: #707070;
  padding: 56px 0 0;
  height: 224px;
  font-size: 14px;
  overflow: hidden;
}
.f-con a {
  color: #707070;
}
.f-con h2 {
  height: 52px;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  background-image: url('../images/f_ico1.png');
  background-repeat: no-repeat;
  background-position: 162px 12px;
  background-size: 14px 9px;
  padding: 0 0 0 10px;
}
.f-con .f-nav {
  width: 267px;
  padding-left: 66px;
}
.f-con .f-nav ul {
  height: 175px !important;
  overflow: hidden;
}
.f-con .f-nav li {
  height: 32px;
  line-height: 32px;
}
.f-con .f-nav ul.nav-one > li {
  width: 50% !important;
  text-align: left !important;
  float: left;
}
.f-con .f-nav ul.nav-one > li a {
  padding: 0 0 0 10px;
  position: relative;
}
.f-con .f-nav ul.nav-one > li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #7c7c7c;
}
.f-con .f-info {
  width: 330px;
  padding: 0 0 0 66px;
}
.f-con .f-info h2 {
  padding: 0;
}
.f-code {
  white-space: nowrap;
  width: 232px;
  text-align: center;
}
.f-code h3 {
  height: 59px;
  color: #fff;
  line-height: 24px;
  padding: 6px 0 0;
  text-align: left !important;
}
.f-code h3 em {
  font-weight: bold;
}
.f-code h3 span {
  font-size: 30px;
  line-height: 32px;
  display: block;
}
.f-code p {
  float: left;
  width: 100px;
  height: 185px;
  float: left;
  box-sizing: border-box;
}
.f-code p:last-child {
  margin-left: 26px;
}
.f-code img {
  width: 93px;
  background: #fff;
  padding: 3px;
  display: block;
  height: 93px;
}
.f-code span {
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
.bg_vi_color {
  background-color: #073884;
}
.txt_vi_color {
  color: #073884 !important;
}
.bg_vi_color {
  background-color: #073884;
}
.txt_vi_color {
  color: #073884 !important;
}
/*COMMON_BLK_END*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 666px;
  overflow: hidden;
}
.ban_list {
  position: relative;
  z-index: 0;
}
.ban_list li {
  overflow: hidden;
  height: 666px;
  text-align: center;
  position: relative;
}
.ban_list li img {
  width: 1920px;
  height: 666px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.ban_nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  overflow: hidden;
  margin-left: -600px;
  width: 1200px;
  text-align: center;
}
.ban_nav ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.ban_nav ul .on {
  background: #073884;
  border-color: #073884;
  width: 20px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
i,
em,
b {
  font-style: normal;
}
/**/
.links {
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  color: #333;
}
.links .links-title {
  width: 100px;
  height: 50px;
  font-weight: bold;
  overflow: hidden;
}
.links .links-list {
  width: 1100px;
  height: 50px;
  overflow: hidden;
}
.links .links-list a {
  color: #444;
}
/*快速通道*/
.shop-nav-t1 i img {
  background-color: #073884;
}
/**/
/*返回顶部*/
.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;
  font-weight: normal;
  line-height: 24px;
  color: #666;
  text-align: center;
  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: #073884;
}
.sidebar .fh {
  display: none;
}
/*首页*/
.search {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.search-inp {
  width: 412px;
  margin-top: 23px;
}
.search-inp input {
  border: solid 1px #ccc;
  border-right: 0;
  width: 300px;
  color: #666;
  padding: 0 16px;
  height: 38px;
  line-height: 38px;
}
.search-btn {
  background-color: #073884;
  background-image: url('../images/sea_ico.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 79px 40px;
  width: 79px;
  height: 40px;
}
.keyword {
  width: 680px;
}
.keyword span:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.keyword span {
  margin: 0;
}
.keyword span a {
  padding: 0 20px 0 0;
}
/* 标题 */
.til01 {
  font-family: "Microsoft Yahei";
  font-size: 42px;
  text-align: center;
  line-height: 58px;
  color: #333;
  letter-spacing: 4px;
  padding: 0 0 22px;
}
.til01 span {
  display: block;
  font-weight: bold;
}
.til01 p {
  display: block;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
}
.til01 a {
  display: block;
  color: #333;
}
.til02,
.til02 a {
  color: #fff;
}
/*引子*/
.guide {
  font-size: 14px;
  line-height: 30px;
  color: #555;
  font-family: "Microsoft Yahei";
  padding: 80px 0;
}
.guide_p,
.guide_p img {
  width: 1200px;
  height: 475px;
}
.guide_w {
  clear: both;
  padding: 69px 0 0;
}
.guide_wl {
  width: 450px;
}
.guide_wl em {
  display: block;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #999;
}
.guide_wl h3 {
  font-size: 42px;
  line-height: 52px;
  color: #333;
  padding: 0 0 20px;
}
.guide_wl h3 span {
  display: block;
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
}
.guide_wr {
  width: 750px;
}
.guide_wr ul {
  height: 100px;
  overflow: hidden;
}
.guide_wr li {
  float: left;
  position: relative;
  padding: 0 30px 0 0;
  margin-right: 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.guide_wr li span {
  display: block;
  line-height: 46px;
  height: 46px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.guide_wr li span i {
  font-size: 40px;
  max-width: 124px;
  display: block;
  float: left;
  overflow: hidden;
}
.guide_wr li em {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.guide_wr li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 61px;
  top: 5px;
  right: 0;
  background: #ccc;
}
.guide_wr li:last-child {
  padding: 0;
  margin: 0;
}
.guide_wr li:last-child:before {
  width: 0;
  height: 0;
}
.guide_wr li:hover {
  margin-top: -7px;
}
/*解决方案*/
.solution {
  background-image: url('../images/solutionbg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 845px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  font-family: "Microsoft Yahei";
  padding: 77px 0;
  height: 690px;
  position: relative;
}
.prev1,
.next1 {
  width: 52px;
  height: 52px;
  display: block;
  z-index: 9;
  top: 405px;
  right: -85px;
  position: absolute;
}
.prev1 {
  left: -85px;
}
.solution_con {
  background: #fff;
  position: relative;
  height: 540px;
  padding: 0 30px 30px;
  overflow: hidden;
}
.solution_con:before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 1px;
  top: -11px;
  right: 0;
  background: #fff;
}
.solution_t {
  height: 82px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.solution_t ul {
  float: left;
}
.solution_t li {
  float: left;
  max-width: 150px;
  position: relative;
  height: 52px;
  padding-top: 30px;
  margin-right: 10px;
}
.solution_t p {
  float: right;
  width: 80px;
  position: relative;
  height: 52px;
  padding-top: 30px;
  margin-right: 10px;
}
.solution_t li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 17px;
  top: 37px;
  right: 0;
  background: #c4c4c4;
}
.solution_t li:last-child:before {
  display: none;
}
.solution_t li em,
.solution_t li em img,
.solution_t p em {
  width: 29px;
  float: left;
}
.solution_t li span {
  padding: 0 10px;
  color: #333;
  overflow: hidden;
  display: inline-block;
}
.solution_t li.cur span {
  color: #073884;
  font-weight: bold;
}
.solution_t li.cur:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #073884;
}
.solution_c {
  height: 459px;
  background: #eff0f2;
}
.solution_l,
.solution_l img {
  width: 612px;
  height: 459px;
  display: block;
}
.solution_r {
  width: 476px;
  padding: 104px 0 0;
  position: relative;
}
.solution_r h3 {
  position: absolute;
  right: -13px;
  top: 27px;
  font-size: 18px;
  line-height: 52px;
  height: 52px;
  padding: 0 40px;
  background: #073884;
  color: #fff;
}
.solution_r h3 a {
  color: #fff;
}
.solution_r h3 em {
  color: #073884;
  width: 37px;
  height: 37px;
  border-radius: 37px;
  text-align: center;
  background: #fff;
  float: left;
  margin-top: 8px;
  line-height: 37px;
  font-size: 20px;
}
.solution_r h3:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50px;
  right: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #720002;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.solution_r h3 span {
  float: left;
  padding: 0 20px;
  max-width: 200px;
  overflow: hidden;
  height: 52px;
  display: block;
}
.solution_p {
  height: 96px;
  overflow: hidden;
}
.solution_p p {
  width: 132px;
  float: left;
  margin: 0 7px 0 0;
}
.solution_p p img {
  width: 132px;
  display: block;
}
.solution_w {
  width: 410px;
}
.solution_w h4 {
  font-size: 22px;
  line-height: 49px;
  color: #000;
  height: 49px;
  overflow: hidden;
}
.solution_w p {
  max-height: 106px;
  margin-bottom: 26px;
  overflow: hidden;
}
.solution_w span a {
  display: block;
  background-image: url('../images/morebg1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 211px 49px;
  width: 159px;
  line-height: 49px;
  height: 49px;
  text-align: center;
  padding: 0 52px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}
/*产品大全*/
.pordbox {
  background-image: url('../images/probg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px 1070px;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  padding: 70px 0;
  text-align: center;
}
.pord_nav {
  margin-bottom: 20px;
}
.pord_nav a {
  height: 42px;
  line-height: 42px;
  color: #333;
  display: inline-block;
  border-radius: 21px;
  margin: 0 10px 10px 0;
  background: #f0f0f0;
  display: inline-block;
  padding: 0 20px;
  color: #333;
}
.pord_nav a:hover {
  background: #073884;
  color: #fff;
}
.pord_lb {
  clear: both;
  overflow: hidden;
}
.pord_lb .item-line {
  width: 284px;
  float: left;
  margin: 0 20px 20px 0;
  background: #f0f0f0;
}
.pord_lb .item-line:nth-child(4n) {
  margin-right: 0;
}
.pord_lb .item-line:nth-child(4n-3) {
  clear: both;
}
.pord_lb .item-line img {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  border: solid 1px #f0f0f0;
}
.pord_lb .item-line .item-title {
  height: 70px;
  line-height: 66px;
  padding: 0 12px;
  display: block;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}
.pord_lb .item-line .item-title a {
  display: block;
  height: 66px;
}
.pord_lb .item-line:hover {
  background: #073884;
  font-weight: bold;
}
.pord_lb .item-line:hover img {
  border: solid 2px #073884;
}
.pord_lb .item-line:hover .item-title a,
.pord_lb .item-line .item-title a:hover {
  color: #fff;
}
.pord_lb .item-line .item-desc,
.pord_lb .item-line .item-link {
  display: none;
}
/*选择优势*/
.advantage {
  background: #f4f4f4;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  padding: 60px 0 0;
  line-height: 29px;
  color: #666;
  position: relative;
}
.advantage:before,
.advantage:after {
  content: "";
  width: 80%;
  height: 228px;
  right: 50%;
  margin-right: 600px;
  bottom: 0;
  background: #f4f4f4;
  position: absolute;
  z-index: 999;
}
.advantage:before {
  left: 50%;
  margin-left: 600px;
}
.advantage_c {
  height: 826px;
}
.advantage_c .tempWrap {
  overflow: visible !important;
}
.advantage1 {
  width: 1200px;
  float: left;
  margin: 0 20px 0 0;
}
.advantage_p,
.advantage_p img {
  width: 1200px;
  height: 599px;
}
.advantage_nav {
  width: 1200px;
  left: 0;
  height: 185px;
  line-height: 89px;
  top: 414px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  overflow: hidden;
}
.advantage_nav li {
  width: 299px;
  float: left;
  height: 185px;
  margin-right: 1px;
  position: relative;
  color: #fff;
}
.advantage_nav li p {
  width: 299px;
  height: 185px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.advantage_nav li span {
  width: 299px;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(7, 56, 132, 0.75);
  z-index: 10;
}
.advantage_nav li span:before {
  content: "";
  width: 26px;
  height: 2px;
  left: 50%;
  margin-left: -13px;
  top: 0;
  background: #fff;
  position: absolute;
  display: none;
  z-index: 10;
}
.advantage_nav li p em {
  width: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #073884;
  background: #fff;
  margin: 35px auto 10px;
  font-size: 30px;
  opacity: 0;
  display: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.advantage_nav li.cur p em,
.advantage_nav li.cur p b,
.advantage_nav li.cur span:before {
  display: block;
}
.advantage_nav li.cur p,
.advantage_nav li.cur p span {
  background: #073884;
}
.advantage_nav li.cur p em {
  opacity: 1;
}
.advantage_nav li.cur p span {
  font-size: 28px;
  font-weight: bold;
}
.advantage_pho {
  width: 144px;
  height: 103px;
  border-left: 1px solid #c3c3c3;
  padding-left: 46px;
  right: 0;
  top: 658px;
  background-image: url('../images/c_pho.jpg');
  background-repeat: no-repeat;
  background-position: 46px 72px;
  background-size: 21px 21px;
  font-size: 16px;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.advantage_pho em {
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: #000;
}
.advantage_w {
  width: 900px;
  padding: 50px 0 0 43px;
}
.advantage_w h3 {
  font-size: 30px;
  line-height: 56px;
  height: 56px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.advantage_w .advan-desc {
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*四大保障*/
.superiority {
  font-size: 16px;
  font-family: "Microsoft Yahei";
  color: #666;
  padding: 74px 0 90px;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
}
.superiority_c li {
  width: 193px;
  float: left;
  border-right: 1px solid #fff;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  height: 480px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 424px 480px;
}
.superiority_c li .shu2 {
  width: 193px;
  height: 480px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #f4f4f4;
  overflow: hidden;
}
.superiority_c li .shu2 h3 {
  height: 120px;
  padding: 58px 0 0;
  color: #222;
}
.superiority_c li .shu2 h3 span {
  font-weight: bold;
  display: block;
  height: 67px;
  line-height: 32px;
  font-size: 26px;
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}
.superiority_c li .shu2 h3 span:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  background: rgba(165, 165, 165, 0.3);
  bottom: -13px;
  left: 50%;
  margin-left: -14px;
}
.superiority_c li .shu2 h3 em {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  opacity: 0.3;
}
.superiority_c li .edge_cw {
  height: 276px;
  overflow: hidden;
}
.superiority_c li .edge_cw p {
  max-height: 156px;
  font-size: 14px;
  padding: 0 20px;
  text-align: justify;
  overflow: hidden;
}
.superiority_c li .shu2 .edge_cw span {
  margin: 0 auto 34px;
}
.superiority_c li .shu2 .edge_cw span,
.superiority_c li .shu2 .edge_cw span img {
  width: 84px;
  display: block;
  height: 84px;
  border-radius: 84px;
}
.superiority_c li .bock {
  z-index: -1;
  margin-left: 193px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  overflow: hidden;
}
.superiority_c li.cur {
  width: 617px;
}
.superiority_c li.cur:before {
  width: 0;
  height: 0;
}
.superiority_c li.cur .bock {
  display: block;
  width: 424px;
}
.superiority_c li.cur .shu2 {
  background: #073884;
  color: #fff;
}
.superiority_c li.cur .shu2 h3 {
  color: #fff;
}
.superiority_c li.cur .shu2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #073884;
  top: 58px;
  right: -10px;
}
/*资讯中心*/
.news {
  background-image: url('../images/newbg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 926px;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #888;
  padding: 66px 0;
}
.news_nav {
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  margin-bottom: 30px;
}
.news_nav span {
  display: inline-block;
  height: 42px;
  border-radius: 21px;
  overflow: hidden;
}
.news_nav span:nth-child(2) {
  margin: 0 15px;
}
.news_nav span a {
  display: inline-block;
  border-radius: 21px;
  color: #555;
  background: #fff;
  padding: 0 45px;
}
.news_nav span.cur a,
.news_nav span a:hover {
  background: #073884;
  color: #fff;
}
.news_cqh {
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
.news_cqh dl {
  width: 600px;
  float: left;
}
.news_cqh dl dt {
  width: 600px;
  display: block;
  height: 400px;
}
.news_cqh dl dt img {
  width: 600px;
  display: block;
  height: 400px;
}
.news_cqh dl h4 {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0 30px;
  background: #073884;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_cqh dl h4 a {
  color: #ffffff;
}
.news_cqh .news_item {
  width: 600px;
  float: left;
}
.news_cqh .item-line {
  border-bottom: 1px solid #eaeaea;
  width: 600px;
  height: 150px;
}
.news_cqh .item-time {
  position: absolute;
  width: 85px;
  right: 32px;
  top: 30px;
  display: block;
  text-align: center;
  height: 93px;
  background-image: url('../images/new_ico.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 7px 13px;
  color: #787878;
  font-size: 0;
}
.news_cqh .item-time div {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
}
.news_cqh .item-time .item-time-day {
  display: block;
  height: 32px;
  font-size: 30px;
  line-height: 32px;
}
.news_cqh .item-text {
  padding: 26px 130px 0 54px;
  line-height: 25px;
}
.news_cqh .item-title,
.news_cqh .item-title a {
  font-size: 18px;
  line-height: 38px;
  color: #000;
  font-weight: bold;
  height: 38px;
  overflow: hidden;
}
.news_cqh .item-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
}
.news-list .item-line {
  float: left;
  width: 400px;
}
.news-list .item-title,
.news-list .item-title a {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
/*关于我们*/
.about {
  background-image: url('../images/about_pic1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 668px;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  height: 668px;
  overflow: hidden;
}
.about_w {
  width: 615px;
  height: 554px;
  line-height: 26px;
  color: #555;
  padding: 114px 48px 0 0;
}
.about_w h2 {
  height: 111px;
  font-size: 32px;
  line-height: 40px;
  color: #000;
  padding-left: 34px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about_w h2:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 61px;
  top: 0;
  left: 0;
  background: #073884;
}
.about_w h2 b {
  display: block;
}
.about_w h2 span {
  display: block;
  font-size: 22px;
  line-height: 28px;
}
.about_wc {
  height: 234px;
}
.about_wc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  height: 150px;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 20px;
}
.about_wc span a {
  display: block;
  width: 174px;
  line-height: 42px;
  text-align: center;
  color: #073884;
  border: solid 2px #073884;
  white-space: nowrap;
  overflow: hidden;
}
.about_show li {
  float: left;
  padding: 0 82px 0 0;
  text-align: center;
  font-size: 22px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about_show li:last-child {
  padding: 0;
}
.about_show li em,
.about_show li em img {
  width: 41px;
  height: 39px;
  display: block;
  margin: 0 auto;
}
.about_show li span {
  border-bottom: 5px solid #073884;
  height: 29px;
  line-height: 40px;
  color: #222;
  display: block;
  max-width: 176px;
  white-space: nowrap;
  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: #073884;
}
/*副导航*/
.left-nav-01 {
  margin-bottom: 20px;
}
.left-nav-01-tit {
  background: #073884;
  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: #073884;
}
.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: #073884;
  height: 80px;
}
.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #ffffff;
  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;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*产品列表*/
.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 #073884;
  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: #073884;
}
.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;
}
/*分页*/
.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: #073884;
  color: #fff;
  border-color: #073884;
}
.pagination-1 .laypage_first,
.pagination-1 .laypage_last {
  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: #073884;
  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;
  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;
  margin-bottom: 20px;
  height: 264px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
}
.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;
}
/*标题通用样式*/
.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: #073884;
  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: #000000;
  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: #073884;
}
.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: #073884;
  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 #073884;
  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: #333333;
  overflow: hidden;
  margin-left: 50px;
}
.prod-con-ys-txt i {
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #073884;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
  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: #333333;
  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: #666666;
  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 #073884;
  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: #073884;
}
.list-style-02 .prod-list01-list dl:hover .prod-list01-link {
  background: #073884;
}
.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: #000000;
  max-height: 24px;
  overflow: hidden;
}
.title i {
  display: block;
  width: 42px;
  height: 5px;
  background-color: #073884;
  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: #073884;
}
.com-desc {
  font-size: 16px;
  line-height: 30px;
  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: #073884;
  line-height: 48px;
  overflow: hidden;
}
.cor-cul-con .cor-cul-name p {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333;
  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: #073884;
}
.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: #073884;
}
/**/
.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: #000000;
  max-height: 24px;
  overflow: hidden;
}
.title i {
  display: block;
  width: 42px;
  height: 5px;
  background-color: #073884;
  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: #073884;
  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: #073884;
  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: #073884;
  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*/
.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: #073884;
  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: #073884;
  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: #073884;
  border-bottom: 1px solid #073884;
  overflow: hidden;
}
.dli-yos-con dd .dli-yos-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  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 #073884;
  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: #ffffff;
  background-color: #073884;
  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: #666666;
  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: #073884;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
}
.dli-tj-r h4 span:before {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #073884;
  top: 49.9%;
  left: 0;
  content: '';
}
.dli-tj-r h4 span:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #073884;
  top: 49.9%;
  right: 0;
  content: '';
}
.dli-tj-r .dli-tj-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
  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: #073884;
  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: #073884;
}
.dli-flow-tel em a {
  display: block;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #ffffff;
  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 dt.pic img {
  width: 582px;
  height: 327px;
}
.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: #000000;
  overflow: hidden;
}
.dli-show-list dl .dli-show-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #4d5353;
  text-align: justify;
  height: 120px;
  overflow: hidden;
}
.dli-show-list-line dl dd h4 {
  height: 70px;
}
.dli-show-list-line dl dd h4 a {
  line-height: 30px;
  height: 60px;
}
.dli-show-list0 dl {
  width: 582px;
  margin-right: 32px;
}
.dli-show-list2 dl .dli-show-desc {
  height: 192px;
}
.dli-show-list dl.last {
  margin-right: 0;
}
