.dpflex {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
.goods-cnt .tempWrap {
  width: 1200px !important;
}
h2.printer_h2 {
  text-align: center;
  position: relative;
  font-size: 36px;
  line-height: 38px;
  color: #154a9a;
  margin-bottom: 30px;
}
h2.printer_h2 strong {
  padding: 0 30px;
  position: relative;
  z-index: 2;
  background: #fff;
}

h2.printer_h2:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #154a9a;
}
h2.printer_h2.pt2_bg strong {
  background: #f5f5f5;
}
h4.printer_h4 {
  text-align: center;
  color: #154a9a;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.printer-video {
  padding: 80px 0;
}
.goods-main {
  padding: 60px 0 80px;
  background: #f5f5f5;
}
.goods-main .goods-cnt {
  margin: -20px 0;
  position: relative;
}
.goods-main .goods-cnt .bd ul {
  padding: 20px 0 !important;
}
.goods-main .goods-cnt .bd ul li {
  float: left;
  background: #fff;
  width: 283px;
  margin-right: 25px;
  text-align: center;
  transition: all .3s;
  box-sizing: border-box;
}
.goods-main .goods-cnt .bd ul li figure {
  height: 280px;
  line-height: 280px;
}
.goods-main .goods-cnt .bd ul li figure img {
  vertical-align: middle;
  width: 99%;
}
.goods-main .goods-cnt .bd ul li .box {
  margin: 0 auto;
  width: 234px;
  border-top: 1px solid #d9d9d9;
  padding: 18px 0;
}
.goods-main .goods-cnt .bd ul li .info{
    overflow: hidden;
    padding: 0 16px 10px;
}
.goods-main .goods-cnt .bd ul li .browsing{
    float: left;
    color:#f7893a;
}
.goods-main .goods-cnt .bd ul li .pri{
    float: right;
    color:#ff0000;
}


.goods-main .goods-cnt .bd ul li:hover {
  border: 1px solid #154a9a;
  transition: all .3s;
  transform: translateY(-10px);
  box-shadow: 0 25px 30px -20px #333333;
}
.goods-main .goods-cnt a.prev,
.goods-main .goods-cnt a.next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: -42px;
  z-index: 2;
}
.goods-main .goods-cnt a.prev i,
.goods-main .goods-cnt a.next i {
  font-size: 36px;
}
.goods-main .goods-cnt a.next {
  right: -42px;
  left: auto;
}
.solution-main {
  padding: 60px 0;
}
.solution-main article {
  margin-bottom: 20px;
  overflow: hidden;
}
.solution-main article .solution-cnt {
  width: 836px;
  overflow: hidden;
  background: #f5f5f5;
  height:342px;
  float: left;
}
.solution-main article .solution-cnt .solution-cnt-img {
  float: left;
  width: 350px;
  text-align: center;
  line-height: 343px;
}
.solution-main article .solution-cnt .solution-cnt-img img {
  vertical-align: middle;
}
.solution-main article .solution-cnt .box {
  width: 456px;
  float: left;
  padding: 45px 30px 0 0;
}
.solution-main article .solution-cnt .box h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.solution-main article .solution-cnt .box p {
  margin-bottom: 18px;
}
.solution-main article .solution-cnt .box p strong {
  color: #333;
}
.solution-main article .solution-fig {
  width: 344px;
  float: left;
  margin-left: 20px;
}
.solution-main article .solution-fig img {
  width: 100%;
  height: 342px;
}
.solution-main article:nth-child(even) .solution-fig {
  margin: 0 20px 0 0;
}
.ratio-main {
  padding: 60px 0;
}
.ratio-main .prompt {
  display: block;
  line-height: 45px;
  border-radius: 20px;
  width: 830px;
  text-align: center;
  margin: 0 auto;
  background: #f5f5f5;
}
.ratio-main table {
  margin-top: 50px;
  width: 100%;
}
.ratio-main table thead th {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0 35px;
}
.ratio-main table thead th span {
  color: #154a9a;
  font-size: 60px;
}
.ratio-main table thead th.thd-left,
.ratio-main table thead th.thd-right {
  border-bottom: 2px solid #cacaca;
}
.ratio-main table thead th.thd-cont {
  font-size: 60px;
}
.ratio-main table .thd-left {
  color: #154a9a;
}
.ratio-main table .thd-left p {
  color: #154a9a;
}
.ratio-main table tbody tr:hover{
  background-color: #154a9a;
  transition: all .3s;
}
.ratio-main table tbody tr:hover p,.ratio-main table tbody tr:hover .thd-cont{
  color: #fff !important;
  transition: all .3s;
}

.ratio-main table .thd-cont {
  width: 184px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  font-size: 18px;
  color: #333;
}
.ratio-main table tbody tr td {
  padding: 10px 0;
  vertical-align: middle;
}
.ratio-main table tbody tr td p {
  width: 310px;
  display: inline-block;
  margin-left: 20px;
}
.ratio-main table tbody tr td img {
  margin: 0 45px;
  border-radius: 100%;
}
.printer-case {
  background: #f5f5f5;
}
.activity-main {
  padding: 60px 0;
}
.activity-main .activity-img {
  margin-left: -30px;
}
.security-main {
  background: #f5f5f5;
}
.security-main ul li {
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.security-main ul li:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 25px 30px -20px #333333;
  box-shadow: 0 25px 30px -20px #333333;
}
.priflow-main {
  padding: 60px 0;
}
.priflow-main .priflow-til {
  text-align: center;
  margin-bottom: 40px;
}
.priflow-main .priflow-til ul {
  display: inline-block;
}
.priflow-main .priflow-til ul li {
  width: 200px;
  height: 50px;
  line-height: 50px;
  float: left;
  background: #f5f5f5;
  font-size: 16px;
  cursor: pointer;
}
.priflow-main .priflow-til ul li.active {
  background: #154a9a;
  color: #fff;
}
.priflow-main .priflow-cnt {
  *zoom: 1;
}
.priflow-main .priflow-cnt:before,
.priflow-main .priflow-cnt:after {
  display: table;
  line-height: 0;
  content: "";
}
.priflow-main .priflow-cnt:after {
  clear: both;
}
.priflow-main .priflow-cnt ul {
  border-top: 1px solid #ddd;
}
.priflow-main .priflow-cnt ul li {
  float: left;
  padding: 0 20px 0 0;
  width: 224px;
  text-align: center;
  position: relative;
  margin-top: -8px;
  background: url(../img/printer/priflow.jpg) right top no-repeat;
  overflow: hidden;
}
.priflow-main .priflow-cnt ul li img{
transition: .4s;
}
.priflow-main .priflow-cnt ul li:hover img{
  transform: scale(1.05);
  }
.priflow-main .priflow-cnt ul li:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  margin-left: -6px;
  left: 50%;
}
.priflow-main .priflow-cnt ul li p {
  padding: 30px 0 35px;
  font-size: 16px;
}
.priflow-main .priflow-cnt ul li figure img {
  width: 100%;
}
.priflow-main .priflow-cnt ul li:last-child {
  padding: 0;
  background: none;
}
.priflow-main .priflow-cnt ul li:hover p {
  color: #154a9a;
}
.pocket-main {
  padding: 60px 0 25px;
  background: #f5f5f5;
}
.pocket-main ul {
  *zoom: 1;
  width: 1235px;
}
.pocket-main ul:before,
.pocket-main ul:after {
  display: table;
  line-height: 0;
  content: "";
}
.pocket-main ul:after {
  clear: both;
}
.pocket-main ul li {
  position: relative;
  width: 256px;
  height: 226px;
  border: 2px solid #ddd;
  margin: 0 35px 35px 0;
  float: left;
  overflow: hidden;
}
.pocket-main ul li figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}
.pocket-main ul li figure img {
  width: 100%;
  transform: scale(1.2);
  transition: all .3s;
}
.pocket-main ul li .box {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.pocket-main ul li .box h4 {
  font-size: 18px;
  padding: 35px 0 15px;
}
.pocket-main ul li .box p {
  padding: 0 30px;
  height: 80px;
}
.pocket-main ul li .box .info {
  width: 108px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
  text-align: center;
  display: block;
  margin: 15px auto 0;
  transition: all .3s;
}
.pocket-main ul li:hover figure {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s;
}
.pocket-main ul li:hover figure img {
  transform: scale(1);
  transition: all .3s;
}
.pocket-main ul li:hover .box {
  background: rgba(21, 74, 154, 0.85);
  transition: all .3s;
}
.pocket-main ul li:hover .box h4,
.pocket-main ul li:hover .box p {
  color: #fff;
}
.pocket-main ul li:hover .box .info {
  color: #fff;
  border: 1px solid #fff;
}
.pri-contact {
  padding: 60px 0;
}
.pri-contact .pri-contact-icon ul {
  *zoom: 1;
}
.pri-contact .pri-contact-icon ul:before,
.pri-contact .pri-contact-icon ul:after {
  display: table;
  line-height: 0;
  content: "";
}
.pri-contact .pri-contact-icon ul:after {
  clear: both;
}
.pri-contact .pri-contact-icon ul li {
  float: left;
  width: 25%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.pri-contact .pri-contact-icon ul li figure {
  margin-bottom: 30px;
  filter: grayscale(100%);  
  transition: all .3s;
}
.pri-contact .pri-contact-icon ul li h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.pri-contact .pri-contact-icon ul li:hover figure{
  transition: all .3s;
	-webkit-transition: all .3s;
	filter: none;
}
.pri-contact .pri-contact-icon ul li:hover .weix_img{
	opacity: 1;
	 transition: all .3s;
	-webkit-transition: all .3s;
}
.pri-contact .pri-contact-icon ul li .weix_img{
	position: absolute;
	bottom: 80px;
	left: 80px;
	width: 140px;
	opacity: 0;
	 transition: all .3s;
	-webkit-transition: all .3s;
}
.pri-contact .pri-contact-icon ul li .weix_img img{
	max-width: 100%;
}
.pri-contact .pri-contact-cnt {
  margin-top: 60px;
}
.pri-contact .pri-contact-cnt .cnt-clear {
  width: 1290px;
  overflow: hidden;
}
.pri-contact .pri-contact-cnt .cnt-clear input {
  width: 385px;
  float: left;
  margin-right: 20px;
}
.pri-contact .pri-contact-cnt input,
.pri-contact .pri-contact-cnt textarea {
  border: 1px solid #c9c9c9;
  margin-bottom: 20px;
  height: 58px;
  text-indent: 20px;
  line-height: 58px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.pri-contact .pri-contact-cnt textarea {
  height: 140px;
}
.pri-contact .pri-contact-cnt .sub_mit {
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #154a9a;
  text-indent: 0;
  border: none;
  cursor: pointer;
  margin: 20px auto 0;
  border-radius: 6px;
}
.coffee_h2 {
  text-align: center;
  font-size: 36px;
  text-overflow: ellipsis;
  color: #666;
  margin-bottom: 30px;
}
.coffee_h4 {
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
}
.app-scen {
  padding: 0 0 80px;
}
.app-scen .scen-main {
  position: relative;
}
.app-scen .scen-main a.prev,
.app-scen .scen-main a.next {
  position: absolute;
  width: 42px;
  height: 90px;
  line-height: 90px;
  background: #f5f5f5;
  text-align: center;
  top: 50%;
  left: -76px;
  margin-top: -38px;
}
.app-scen .scen-main a.prev i,
.app-scen .scen-main a.next i {
  font-size: 26px;
}
.app-scen .scen-main a.next {
  left: auto;
  right: -76px;
}
.app-scen .scen-main .bd {
  width: 1200px;
  overflow: hidden;
}
.app-scen .scen-main .bd ul li {
  position: relative;
  width: 277px;
  margin-right: 30px;
}
.app-scen .scen-main .bd ul li img {
  width: 100%;
}
.app-scen .scen-main .bd ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.app-scen .scen-main .bd ul li .box h3 {
  color: #fff;
  font-size: 38px;
  margin-bottom: 30px;
  padding: 130px 0 0;
}
.app-scen .scen-main .bd ul li .box h4 {
  margin-bottom: 20px;
  font-size: 29px;
  color: #fff;
}
.app-scen .scen-main .bd ul li .box p {
  letter-spacing: 4px;
  color: #fff;
}
.app-scen .scen-main .bd ul li .box .bor-right,
.app-scen .scen-main .bd ul li .box .bor-left {
  position: absolute;
  background: #fff;
  width: 2px;
  height: 0;
  left: 8px;
  bottom: 8px;
  transition: all .6s;
}
.app-scen .scen-main .bd ul li .box .bor-right {
  left: auto;
  right: 8px;
  top: 8px;
  bottom: auto;
}
.app-scen .scen-main .bd ul li .box .bor-top,
.app-scen .scen-main .bd ul li .box .bor-bottom {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  width: 0;
  transition: all .6s;
}
.app-scen .scen-main .bd ul li .box .bor-bottom {
  top: auto;
  right: auto;
  bottom: 8px;
  left: 8px;
}
.app-scen .scen-main .bd ul li:hover .box .bor-right,
.app-scen .scen-main .bd ul li:hover .box .bor-left {
  height: 332px;
}
.app-scen .scen-main .bd ul li:hover .box .bor-top,
.app-scen .scen-main .bd ul li:hover .box .bor-bottom {
  width: 214px;
}
.coff-sulu {
  background: #f5f5f5;
}
.coff-sulu .solution-cnt {
  background: #fff !important;
}
.coff-sulu a.pub-more {
  background: #c51335;
}
.coff-sulu a.pub-more:hover {
  background: #209345;
}
.coffee-brand {
  margin: 0;
  background: #c51335 url(../img/coffee/coffee-brand.jpg) top center no-repeat;
}
.coffee-brand h2,
.coffee-brand h4 {
  color: #fff;
}
.coffee-brand .ban .team_big .ban2 ul li .box {
  background: rgba(197, 19, 53, 0.6);
}
.coffee-brand .ban .team_big .ban2 ul li .box .num {
  color: #c51335;
}
.coffee-brand .ban .min_pic .num ul li.on {
  border-color: #fff;
}
.brand-advan {
  padding: 80px 0;
}
.brand-advan .brand-advan-cnt {
  float: left;
  width: 1015px;
}
.brand-advan .brand-advan-cnt ul {
  *zoom: 1;
}
.brand-advan .brand-advan-cnt ul:before,
.brand-advan .brand-advan-cnt ul:after {
  display: table;
  line-height: 0;
  content: "";
}
.brand-advan .brand-advan-cnt ul:after {
  clear: both;
}
.brand-advan .brand-advan-cnt ul li {
  width: 305px;
  float: left;
  position: relative;
  margin: 0 50px 50px 0;
}
.brand-advan .brand-advan-cnt ul li .num {
  width: 68px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 38px;
  color: #333;
  border-radius: 6px;
}
.brand-advan .brand-advan-cnt ul li h4 {
  font-size: 16px;
  margin: 20px 0 10px;
}
.brand-advan .brand-advan-cnt ul li p {
  width: 260px;
  height: 85px;
}
.brand-advan .brand-advan-cnt ul li:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 85%;
  width: 1px;
  background: #ddd;
}
.brand-advan .brand-advan-cnt ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 1px;
  background: #ddd;
}
.brand-advan .brand-advan-cnt ul li:nth-child(3n) {
  margin-right: 0;
}
.brand-advan .brand-advan-cnt ul li:nth-child(3n):before {
  display: none;
}
.brand-advan .brand-advan-img {
  float: right;
}
.afte-warran {
  background: #f5f5f5;
  padding: 80px 0;
}
.afte-warran .warran-main {
  overflow: hidden;
}
.afte-warran .warran-main .bd {
  background: url(../img/coffee/warr-img.jpg) top left no-repeat;
  padding: 65px 0 0 18px;
  width: 523px;
  float: left;
}
.afte-warran .warran-main .bd .tempWrap {
  border: 6px solid #fff;
}
.afte-warran .warran-main .bd .tempWrap li {
  width: 513px;
}
.afte-warran .warran-main .bd .tempWrap li img {
  width: 100%;
}
.afte-warran .warran-main .hd {
  float: right;
  width: 594px;
  margin-bottom: 25px;
}
.afte-warran .warran-main .hd h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.afte-warran .warran-main .hd ul {
  background: #fff;
  border-radius: 12px;
  padding: 18px 18px 8px;
}
.afte-warran .warran-main .hd ul li {
  cursor: pointer;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
}
.afte-warran .warran-main .hd ul li p {
  padding: 0 26px 0 12px;
}
.afte-warran .warran-main .hd ul li.on {
  background: #c51335;
}
.afte-warran .warran-main .hd ul li.on p {
  color: #fff;
}
.afte-warran .warran-main .box {
  float: right;
  width: 594px;
}
.exper {
  padding: 80px 0;
}
.exper ul {
  width: 1230px;
  *zoom: 1;
}
.exper ul:before,
.exper ul:after {
  display: table;
  line-height: 0;
  content: "";
}
.exper ul:after {
  clear: both;
}
.exper ul li {
  height: 350px;
  position: relative;
  float: left;
  padding: 10px;
  background: #f5f5f5;
  margin: 0 30px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.exper ul li figure img {
  width: 100%;
}
.exper ul li .box {
  position: absolute;
  bottom: -120px;
  left: 10px;
  width: 257px;
  height: 170px;
  background: #f5f5f5;
  transition: all .4s;
}
.exper ul li .box h3 {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.exper ul li .box p {
  margin-bottom: 8px;
}
.exper ul li:hover .box {
  bottom: 0;
  transition: all .4s;
}
.coffee-act {
  background: #f5f5f5;
}
.cof-til-red {
  color: #c51335;
}
.cla-case {
  padding: 80px 0;
}
.cla-case .scen-main {
  position: relative;
}
.cla-case .scen-main .bd ul li {
  position: relative;
  width: 278px;
  margin-right: 30px;
  overflow: hidden;
  height: 373px;
}
.cla-case .scen-main .bd ul li figure img {
  width: 100%;
}
.cla-case .scen-main .bd ul li .box {
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(197, 19, 53, 0.76);
  transition: all .5s;
}
.cla-case .scen-main .bd ul li .box h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  transition: all .5s;
}
.cla-case .scen-main .bd ul li .box h4 {
  padding: 0 18px;
  overflow: hidden;
  color: #fff;
  transition: all .5s;
}
.cla-case .scen-main .bd ul li .box h4 i {
  float: left;
  color: #fff;
}
.cla-case .scen-main .bd ul li .box h4 span {
  color: #fff;
  float: right;
}
.cla-case .scen-main .bd ul li .box p {
  padding: 0 18px;
  color: #fff;
}
.cla-case .scen-main .bd ul li:hover .box {
  top: 0;
  transition: all .5s;
}
.cla-case .scen-main .bd ul li:hover .box h3 {
  padding: 30px 0 10px;
  transition: all .5s;
}
.cla-case .scen-main .bd ul li:hover .box h4 {
  margin-bottom: 25px;
  transition: all .5s;
}
.cla-case .scen-main a.prev,
.cla-case .scen-main a.next {
  position: absolute;
  width: 42px;
  height: 90px;
  line-height: 90px;
  background: #f5f5f5;
  text-align: center;
  top: 50%;
  left: -76px;
  margin-top: -38px;
}
.cla-case .scen-main a.prev i,
.cla-case .scen-main a.next i {
  font-size: 26px;
}
.cla-case .scen-main a.next {
  left: auto;
  right: -76px;
}
.our-advan {
  background: url(../img/printer/experience-bg.jpg) center top no-repeat;
  overflow: hidden;
  padding: 80px 0;
}
.our-advan .box {
  margin-top: 66px;
  width: 557px;
  float: left;
  box-shadow: 0 2px 24px rgba(30, 43, 104, 0.35);
}
.our-advan .box ul li {
  background: #fff;
  display: none;
}
.our-advan .box ul li figure img {
  width: 100%;
}
.our-advan .box ul li p {
  line-height: 130px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.our-advan .our-right {
  float: left;
  margin-left: 10px;
  width: 600px;
  text-align: center;
  margin-top: 30px;
}
.our-advan .our-right .our-content {
  height: 414px;
}
.our-advan .our-right .our-content .our-content-cnt {
  display: none;
}
.our-advan .our-right .our-content h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}
.our-advan .our-right .our-content h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}
.our-advan .our-right .our-content .link_solid {
  height: 4px;
  width: 60px;
  background: #fff;
  margin-bottom: 70px;
}
.our-advan .our-right .our-content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.our-advan .our-right .our-content p {
  color: #fff;
  width: 370px;
  margin: 0 auto;
}
.our-advan .our-lb {
  position: relative;
  margin-left: 10px;
  height: 112px;
  margin-left: 6px;
  width: 580px;
}
.our-advan .our-lb .bd {
  height: 112px;
  width: 580px;
  overflow: hidden;
}
.our-advan .our-lb .bd ul li {
  float: left;
  margin: 0 20px 0 0;
  height: 112px;
  width: 179px;
  cursor: pointer;
}
.our-advan .our-lb .bd ul li img {
  width: 100%;
}
.our-advan .our-lb .bd ul li.act {
  border: 5px solid #154a9a;
  box-sizing: border-box;
}
.our-advan .our-lb .bd ul li.act img {
  height: 102px;
}
.our-advan .our-lb a.prev,
.our-advan .our-lb a.next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
  z-index: 2;
}
.our-advan .our-lb a.prev i,
.our-advan .our-lb a.next i {
  color: #fff;
  font-size: 20px;
}
.our-advan .our-lb a.next {
  right: 5px;
  left: auto;
}
.our-eff-main {
  padding: 60px 0;
  height: 804px;
  overflow: hidden;
}
.our-eff-main .our-eff-tab {
  overflow: hidden;
}
.our-eff-main .our-eff-tab .our-eff-tab-nav {
  float: left;
  width: 396px;
}
.our-eff-main .our-eff-tab .our-eff-tab-nav ul li {
  background: #f5f5f5;
  padding: 15px 20px 0;
  height: 97px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .3s;
}
.our-eff-main .our-eff-tab .our-eff-tab-nav ul li h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.our-eff-main .our-eff-tab .our-eff-tab-nav ul li p {
  line-height: 26px;
}
.our-eff-main .our-eff-tab .our-eff-tab-nav ul li.active {
  background: #154a9a;
  transition: all .3s;
}
.our-eff-main .our-eff-tab .our-eff-tab-nav ul li.active h4,
.our-eff-main .our-eff-tab .our-eff-tab-nav ul li.active p {
  transition: all .3s;
  color: #fff;
}
.our-eff-main .our-eff-tab .our-eff-tab-cont {
  border: 1px solid #e5e5e5;
  float: right;
  width: 793px;
}

.contact-top .map-cnt .box p a img{
		vertical-align: -2px;
    margin-right: 10px;
}

.solution-main article .solution-cnt .box a.pub-more {
    background: #c51335;
}

