.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;
}

img {
  max-width: 100%;
}

.user-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.none {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333;
}

.color-zs {
  color: #154a9a !important;
}

.backgroud-while {
  background-color: #fff !important;
}

.backgroud-hs {
  background-color: #f5f5f5 !important;
}

.background-zs {
  background-color: #154a9a !important;
}

a.pub-more {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  border-radius: 8px;
  background: #00a2ea;
  transition: all .3s;
}

a.pub-more:hover {
  background: #154a9a;
  transition: all .3s;
}

#main {
  visibility: visible;
}

header {
  position: relative;
}

header .top {
  background: #f5f5f5;
  line-height: 36px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

header .top .popular-server {
  width: 485px;
  float: left;
}

header .top .popular-server dl {
  line-height: 35px;
  overflow: hidden;
}

header .top .popular-server dl dt {
  float: left;
}

header .top .popular-server dl dd {
  float: left;
  margin-left: 10px;
}

header .top .top-site {
  float: right;
}

header .top .top-site ul li {
  float: left;
  line-height: 36px;
  position: relative;
}

header .top .top-site ul li.others-btn i {
  font-size: 22px;
  vertical-align: -3px;
}

header .top .top-site ul li img {
  vertical-align: middle;
  margin-right: 8px;
}

header .top .top-site ul li.top-icon {
  margin-right: 22px;
}

header .top .top-site ul li.phone-btn .weix_img {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 94px;
  border: 1px solid #ddd;
}

header .top .top-site ul li.phone-btn:hover .weix_img {
  display: block;
}

header .top .top-site ul li.active {
  color: #154a9a;
}

header .top .top-site ul li.active span {
  background: #154a9a;
}

header .top .top-site ul li.top-login span {
  height: 14px;
  width: 1px;
  display: inline-block;
  margin: 0 10px;
  background: #666;
  vertical-align: -2px;
}

header .head {
  height: 134px;
}

header .head h1 {
  float: left;
  margin-top: 14px;
  width: 300px;
}

header .head h1 img {
  vertical-align: middle;
  margin-left: 14px;
}

header .head .ser-right {
  width: 850px;
  float: right;
  padding: 42px 0 0;
}

header .head .ser-right .search-main {
  float: left;
  width: 550px;
}

header .head .ser-right .search-main .search-cnt {
  overflow: hidden;
}

header .head .ser-right .search-main .search-cnt input {
  border: 2px solid #154a9a;
  width: 450px;
  height: 40px;
  line-height: 40px;
  color: #666;
  text-indent: 2em;
  display: block;
  float: left;
  outline: 0;
  box-sizing: border-box;
}

header .head .ser-right .search-main .search-cnt button {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: url(../img/public/serach-btn.jpg) right center no-repeat;
  font-size: 18px;
}

header .head .ser-right .search-main ul {
  *zoom: 1;
}

header .head .ser-right .search-main ul:before,
header .head .ser-right .search-main ul:after {
  display: table;
  line-height: 0;
  content: "";
}

header .head .ser-right .search-main ul:after {
  clear: both;
}

header .head .ser-right .search-main ul li {
  line-height: 25px;
  float: left;
  margin-right: 14px;
}

header .head .ser-right .lease-tel {
  width: 290px;
  padding-left: 10px;
  float: left;
}

header .head .ser-right .lease-tel .lease-tel-cnt {
  width: 130px;
  float: left;
}

header .head .ser-right .lease-tel .lease-tel-cnt h4 {
  font-size: 18px;
  color: #154a9a;
}

header .head .ser-right .lease-tel .lease-tel-cnt h4 img {
  margin-right: 5px;
}

header .head .ser-right .lease-tel .lease-tel-cnt h4 i {
  font-size: 24px;
  color: #154a9a;
  vertical-align: -3px;
  margin-left: 4px;
}

header .head .ser-right .lease-tel .lst-cnt {
  position: relative;
}

header .head .ser-right .lease-tel .lst-cnt>h4 {
  cursor: pointer;
}

header .head .ser-right .lease-tel .lst-cnt .box {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  margin-left: -13%;
  width: 126%;
  z-index: 10;
  border: 1px solid #ddd;
}

header .head .ser-right .lease-tel .lst-cnt .box ul li {
  border-bottom: 1px solid #ddd;
  padding: 11px 0px;
}

header .head .ser-right .lease-tel .lst-cnt .box ul li h4 {
  font-size: 13px;
  float: left;
  text-indent: 0.7em;
  margin-right: 5px;
}

header .head .ser-right .lease-tel .lst-cnt .box ul li p {
  color: #154a9a;
  font-size: 13px;
}

header .head .ser-right .lease-tel .lst-cnt .box ul li:last-child {
  border-bottom: none;
}

header nav {
  background: #154a9a;
  height: 56px;
  line-height: 56px;
}

header nav ul {
  margin-left: 220px;
  *zoom: 1;
}

header nav ul:before,
header nav ul:after {
  display: table;
  line-height: 0;
  content: "";
}

header nav ul:after {
  clear: both;
}

header nav ul li {
  float: left;
  width: 120px;
  text-align: center;
  height: 56px;
}

header nav ul li:nth-child(6) {
  display: none !important;
}

header nav ul li a {
  font-size: 15px;
  color: #fff;
  display: block;
}

header nav ul li.active {
  background: #00a2ea;
}

header nav ul li i {
  font-size: 30px !important;
  color: #fff;
  vertical-align: -6px;
  margin-left: 8px;
}

header nav ul li.nav-pdt-list {
  width: 122px;
  position: relative;
}

header nav ul li.nav-pdt-list i {
  margin: 0 -10px 0 0;
}

header nav ul li .nav-pdt-cnt {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120%;
  line-height: 40px;
  color: #154a9a;
  background: #fff;
  z-index: 10;
  display: none;
  text-align: left;

}

header nav ul li .nav-pdt-cnt dl dd {
  height: 44px;
  line-height: 44px;
  text-indent: 40px;
}

header nav ul li .nav-pdt-cnt dl dd a {
  color: #154a9a;
}

header nav ul li .nav-pdt-cnt dl dd.nav-pdt-cnt-icon {
  background: url(../img/public/nav-pdt-icon.png) 10px center no-repeat;
}

header nav ul li .nav-pdt-cnt dl dd.nav-pdt-cnt-icon2 {
  background: url(../img/public/nav-pdt-icon2.png) 10px center no-repeat;
}

header nav ul li .nav-pdt-cnt dl dd:hover a {
  color: #fff;
}

header nav ul li .nav-pdt-cnt dl dd:hover.nav-pdt-cnt-icon {
  background: #154a9a url(../img/public/nav-pdt-icon-on.png) 10px center no-repeat;
}

header nav ul li .nav-pdt-cnt dl dd:hover.nav-pdt-cnt-icon2 {
  background: #154a9a url(../img/public/nav-pdt-icon2-on.png) 10px center no-repeat;
}

.banner {
  width: 100%;
  position: relative;
  min-width: 1200px;
  height: 300px !important;
}

.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.banner .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 300px !important;
  background-position: center center;
}


.navigation {
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  margin-left: -600px;
  height: 100%;
}

.navigation .w1200{
  width: auto;
  margin: 0;
}

.navigation .navigation-inner-con {
  width: 220px;
  position: relative;
}

.navigation .navigation-inner-con .sib-til {
  background: #00a2ea;
  color: #fff;
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
}

.navigation .navigation-inner-con .sib-til .til-mascot {
  position: absolute;
  left: -23px;
  top: 0;
}

.til-mascot img {
  display: none !important;
}

.navigation .navigation-inner-con .navigation-tab-content {
  background: rgba(21, 74, 154, 0.3);
  height: 560px;
  width: 220px;
  display: none;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li {
  box-sizing: border-box;
  padding: 10px 0 9px 30px;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li>h3 {
  margin-bottom: 5px;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li>h3 a {
  color: #fff;
  font-size: 16px;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li>p a {
  color: #fff;
  margin-right: 17px;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li:hover,
.navigation .navigation-inner-con .navigation-tab-content>ul>li.active {
  background: #fff;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li:hover h3 a,
.navigation .navigation-inner-con .navigation-tab-content>ul>li.active h3 a,
.navigation .navigation-inner-con .navigation-tab-content>ul>li:hover p a,
.navigation .navigation-inner-con .navigation-tab-content>ul>li.active p a {
  color: #00a2ea;
}

.navigation .navigation-inner-con .navigation-tab-content>ul>li:hover .pannel-con,
.navigation .navigation-inner-con .navigation-tab-content>ul>li.active .pannel-con {
  display: block;
}
.navigation-tab-content ul li p {
  overflow: hidden !important;
  height: 49px !important; 
}
.navigation .navigation-inner-con .pannel-con {
  background: #fff;
  /*height: 504px;*/
  padding-bottom: 18px;
  position: absolute;
  width: 980px;
  top: 0;
  left: 220px;
  display: none;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text {
  width: 695px;
  padding: 18px 0 0 40px;
  float: left;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text dl {
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  border-bottom: 1px solid #f0f0f0;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text dl dt {
  font-weight: bold;
  color: #333;
  line-height: 60px;
  flex: 0 0 95px;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text dl .list {
  flex: 1;
  margin-top: 13px;
  margin-left: -20px;
  margin-bottom: 13px;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text dl dd {
  padding: 0 19px;
  border-right: 1px solid #ddd;
  float: left;
  height: 14px;
  line-height: 14px;
  margin: 10px 0;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text dl dd.active a {
  color: #00a2ea;
}

.navigation .navigation-inner-con .pannel-con .pannel-con-text dl dd:hover a {
  color: #00a2ea;

}

.navigation .navigation-inner-con .pannel-con-img {
  margin-right: 10px;
  width: 220px;
  float: right;
}

.navigation .navigation-inner-con .pannel-con-img ul li {
  margin-top: 20px;
}

.navigation .navigation-inner-con .pannel-con-img ul li img {
  max-width: 100%;
}

.content {
  background: #f5f5f5;
}

.site-cnt {
  padding: 40px 0;
}

.site-cnt .video {
  width: 610px;
  float: left;
}

.site-cnt ul {
  float: right;
  width: 590px;
}

.site-cnt ul li {
  margin: 0 0 10px 10px;
  float: left;
  width: 285px;
  height: 200px;
  text-align: center;
  background: #fff;
  transition: all .3s;
}

.site-cnt ul li figure {
  padding-top: 50px;
  height: 65px;
}

.site-cnt ul li h4 {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}

.site-cnt ul li p {
  font-size: 12px;
}

.site-cnt ul li:hover {
  transition: all .3s;
  box-shadow: 0 2px 10px #d4d4d4;
}

.idx-title {
  margin-bottom: 20px;
  height: 59px;
  line-height: 59px;
  background: url(../img/index/idx-title.jpg) left center no-repeat;
  overflow: hidden;
}

.idx-title span {
  font-size: 24px;
  color: #154a9a;
  font-family: Arial;
  width: 52px;
  text-align: center;
  display: inline-block;
  margin-right: -10px;
  vertical-align: -3px;
}

.idx-title .more {
  float: right;
  color: #3f4144;
  font-size: 16px;
  margin-right: 15px;
}

.idx-title .more i {
  font-size: 16px;
  font-family: '黑体';
}

.idx-title .til {
  float: left;
  font-size: 18px;
  color: #154a9a;
}

.idx-title .tab {
  margin-left: 40px;
  float: left;
  width: 700px;
}

.idx-title .tab ul li {
  float: left;
  margin-right: 60px;
  position: relative;
}

.idx-title .tab ul li a {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  display: inline-block;
}

.idx-title .tab ul li span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #154a9a;
  transition: all .4s;
}

.idx-title .tab ul li.active a,
.idx-title .tab ul li:hover a {
  color: #154a9a;
}

.idx-title .tab ul li.active span,
.idx-title .tab ul li:hover span {
  width: 100%;
  transition: all .4s;
}

.Graphic-Program {
  padding-bottom: 40px;
}

.Graphic-Program ul {
  width: 1217px;
  *zoom: 1;
}

.Graphic-Program ul:before,
.Graphic-Program ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.Graphic-Program ul:after {
  clear: both;
}

.Graphic-Program ul li {
  width: 230px;
  margin-right: 13px;
  float: left;
  position: relative;
  overflow: hidden;
}

.Graphic-Program ul li figure {
  width: 230px;
  height: 296px;
  overflow: hidden;
}

.Graphic-Program ul li figure img {
  transition: transform .5s;
}

.Graphic-Program ul li .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background: #fff;
  text-align: center;
  transition: all .5s;
}

.Graphic-Program ul li .box h3 {
  font-size: 18px;
  line-height: 62px;
}

.Graphic-Program ul li:hover figure img {
  transition: transform .5s;
  transform: scale(1.03);
}

.Graphic-Program ul li:hover .box {
  bottom: 120px;
  transition: all .5s;
  height: auto;
  background: none;
}

.Graphic-Program ul li:hover .box h3 {
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
}

.Graphic-Program ul li:hover .box p {
  color: #fff;
}

.lease-Program {
  padding-bottom: 40px;
}

.lease-Program ul {
  *zoom: 1;
}

.lease-Program ul:before,
.lease-Program ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.lease-Program ul:after {
  clear: both;
}

.lease-Program ul li {
  float: left;
  position: relative;
  width: 199px;
  border: 1px solid #ddd;
  text-align: center;
  border-right: none;
  box-sizing: border-box;
  height: 293px;
  background: #fff;
  overflow: hidden;
}

.lease-Program ul li figure {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alhpa(opacity=0);
  transition: all .3s;
}

.lease-Program ul li figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
}

.lease-Program ul li h3 {
  font-size: 18px;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  transition: all 1s;
}

.lease-Program ul li .lease-img {
  transition: all .8s;
  margin-top: 110px;
}

.lease-Program ul li .lease-img p {
  color: #fff;
}

.lease-Program ul li:last-child {
  border-right: 1px solid #ddd;
}

.lease-Program ul li:hover figure {
  opacity: 1;
  filter: alhpa(opacity=100);
  transition: all 2s;
  transition-delay: .4s;
}

.lease-Program ul li:hover .lease-img {
  transition: all 1.5s;
  transform: rotate(60deg) scale(2);
  opacity: 0;
  filter: alhpa(opacity=0);
}

.lease-Program ul li:hover h3 {
  color: #fff;
  transition: all 1.5s;
  top: 48%;
}

.Sidebar-advisory {
  position: fixed;
  right: 2px;
  top: 50%;
  z-index: 99999;
  width: 144px;
  margin-top: -170px;
  text-align: center;
  transition: all .4s;
}

.scroll-top {
  z-index: 99999 !important;
}

.Sidebar-advisory .sid-adv {
  background: #154a9a url(../img/public/adv-top.jpg) bottom center no-repeat;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.Sidebar-advisory .sid-adv h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0 0;
  line-height: 24px;
}

.Sidebar-advisory .sid-adv p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.Sidebar-advisory .sid-adv hr {
  border: 0;
  border: 1px solid #FFFFFF;
  width: 107px;
  margin: 0 auto 10px;
}

.Sidebar-advisory .sid-adv h3 {
  color: #fff;
  font-size: 16px;
}

.Sidebar-advisory .sid-adv .num {
  color: #fff;
  font-size: 16px;
  font-family: arial;
  padding-bottom: 10px;
}

.Sidebar-advisory .sid-qq {
  background: #fff;
  height: 33px;
  line-height: 33px;
}

.Sidebar-advisory .sid-qq img {
  vertical-align: -5px;
  margin-right: 10px;
}

.Sidebar-advisory .sid-bor {
  border-bottom: 1px solid #b9b9b9;
}

.Sidebar-advisory .sid-weix {
  background: #154a9a url(../img/public/adv-bot.jpg) 33px top no-repeat;
  padding: 11px 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.Sidebar-advisory .sid-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.Sidebar-advisory.active {
  right: -144px;
  transition: all .4s;
}

.Sidebar-advisory.active .sid-adver {
  display: block;
  left: -34px;
  right: auto;
  transition: all .4s;
}

.Sidebar-advisory .sid-adver {
  position: absolute;
  width: 34px;
  color: #fff;
  height: 126px;
  padding-top: 28px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #154a9a;
  left: auto;
  right: -34px;
  top: 29%;
  display: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: all .4s;
}

.Printer-Rental {
  padding-bottom: 40px;
}

.Printer-Rental .w1200 {
  *zoom: 1;
}

.Printer-Rental .w1200:before,
.Printer-Rental .w1200:after {
  display: table;
  line-height: 0;
  content: "";
}

.Printer-Rental .w1200:after {
  clear: both;
}

.Printer-Rental .pri-big-img {
  float: left;
  width: 398px;
}

.Printer-Rental .pri-mid {
  margin-left: 5px;
  float: left;
  width: 394px;
}

.Printer-Rental .pri-mid .pro-mid-top {
  width: 100%;
  height: 358px;
  box-sizing: border-box;
  padding: 0 25px;
  background: #fff;
  margin-bottom: 5px;
  transition: all .3s;
}

.Printer-Rental .pri-mid .pro-mid-top figure {
  height: 300px;
  line-height: 300px;
  text-align: center;
}

.Printer-Rental .pri-mid .pro-mid-top figure img {
  vertical-align: middle;
  max-width: 100%;
  transition: transform .3s;
}

.Printer-Rental .pri-mid .pro-mid-top .box {
  color: #333;
  font-size: 16px;
}

.Printer-Rental .pri-mid .pro-mid-top .box span {
  color: #959595;
  font-size: 12px;
  margin-left: 20px;
}

.Printer-Rental .pri-mid .pro-mid-top .box i {
  float: right;
  color: #154a9a;
}

.Printer-Rental .pri-mid .pro-mid-top:hover {
  transition: all .3s;
  box-shadow: 0 2px 10px #d4d4d4;
}

.Printer-Rental .pri-mid .pro-mid-bot {
  background: #fff;
  height: 233px;
  overflow: hidden;
  transition: all .3s;
}

.Printer-Rental .pri-mid .pro-mid-bot figure {
  float: left;
  width: 200px;
  height: 233px;
  line-height: 233px;
}

.Printer-Rental .pri-mid .pro-mid-bot figure img {
  width: 100%;
  vertical-align: middle;
}

.Printer-Rental .pri-mid .pro-mid-bot .box {
  float: left;
  width: 160px;
}

.Printer-Rental .pri-mid .pro-mid-bot .box h3 {
  color: #333;
  font-size: 16px;
  padding: 65px 0 0;
}

.Printer-Rental .pri-mid .pro-mid-bot .box p {
  color: #959595;
  font-size: 12px;
  margin-bottom: 5px;
}

.Printer-Rental .pri-mid .pro-mid-bot .box .info {
  color: #154a9a;
}

.Printer-Rental .pri-mid .pro-mid-bot:hover {
  transition: all .3s;
  box-shadow: 0 2px 10px #d4d4d4;
}

.Printer-Rental .pri-right {
  float: right;
  width: 403px;
}

.Printer-Rental .pri-right ul li {
  float: left;
  background: #fff;
  text-align: center;
  margin: 0 0 5px 5px;
  height: 296px;
  width: 196px;
  transition: all .3s;
}

.Printer-Rental .pri-right ul li>a>img {
  width: 100%;
  max-height: 100%;
}

.Printer-Rental .pri-right ul li figure {
  height: 180px;
  line-height: 180px;
}

.Printer-Rental .pri-right ul li figure img {
  vertical-align: middle;
  max-height: 170px;
}

.Printer-Rental .pri-right ul li h3 {
  color: #333;
  padding: 0 10px;
  font-size: 16px;
}

.Printer-Rental .pri-right ul li p {
  color: #959595;
  font-size: 12px;
  margin-bottom: 5px;
}

.Printer-Rental .pri-right ul li .info {
  color: #154a9a;
}

.Printer-Rental .pri-right ul li:hover {
  transition: all .3s;
  box-shadow: 0 2px 10px #d4d4d4;
}

.adver-ban {
  padding: 40px 0 100px;
}

.Promotional-materials {
  padding-bottom: 40px;
}

.Promotional-materials .pro-mater-main {
  *zoom: 1;
}

.Promotional-materials .pro-mater-main:before,
.Promotional-materials .pro-mater-main:after {
  display: table;
  line-height: 0;
  content: "";
}

.Promotional-materials .pro-mater-main:after {
  clear: both;
}

.Promotional-materials .pro-mater-main .pro-mater-advan {
  width: 232px;
  height: 622px;
  float: left;
  margin-right: 10px;
  position: relative;
  background: #fff;
}

.Promotional-materials .pro-mater-main .pro-mater-advan .box {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.Promotional-materials .pro-mater-main .pro-mater-advan .box h3 {
  font-size: 18px;
  color: #63a7fa;
  margin-bottom: 8px;
}

.Promotional-materials .pro-mater-main .pro-mater-advan .box h3 span {
  font-size: 34px;
  color: #63a7fa;
  font-weight: bold;
}

.Promotional-materials .pro-mater-main .pro-mater-advan .box h4 {
  margin-bottom: 5px;
  font-size: 20px;
}

.Promotional-materials .pro-mater-main .pro-mater-advan .box p {
  font-size: 15px;
}

.Promotional-materials .pro-mater-main .pro-mater-hc {
  float: left;
  width: 472px;
}

.Promotional-materials .pro-mater-main .pro-mater-hc .pro-mater-hc-img {
  margin-bottom: 10px;
}

.pro-mater-list ul {
  *zoom: 1;
  width: 482px;
}

.pro-mater-list ul:before,
.pro-mater-list ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.pro-mater-list ul:after {
  clear: both;
}

.pro-mater-list ul li {
  float: left;
  width: 231px;
  background: #fff;
  height: 307px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.pro-mater-list ul li img {
  width: 100%;
}

.pro-mater-list ul li h4 {
  font-size: 16px;
  padding: 30px 0 3px;
}

.pro-mater-list ul li p {
  color: #959595;
  font-size: 12px;
}

.pro-mater-list ul li:hover {
  box-shadow: 0 2px 10px #d4d4d4;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.pro-mater-list ul li:hover h4 {
  color: #00a2ea;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.pro-mater-list ul li:hover .info {
  transition: all .3s;
  -webkit-transition: all .3s;
  color: red;
}

.pro-mater-list.infos h4 {
  padding-top: 20px;
}

.pro-mater-list.infos .info {
  color: #00a2ea;
}

.pro-mater-right {
  float: left;
  margin-left: 10px;
  width: 476px;
}

.pro-mater2 ul {
  width: 1220px;
}

.print-main .print-left {
  margin-right: 10px;
}

.pub-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.pub-title h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #154a9a;
}

.pub-title p {
  text-transform: uppercase;
}

.pub-title:before,
.pub-title:after {
  content: '';
  position: absolute;
  top: 13px;
  height: 1px;
  background: #dddddd;
  width: 43%;
}

.pub-title:before {
  left: 0;
}

.pub-title:after {
  right: 0;
}

.pub-title.white-title h2,
.pub-title.white-title p {
  color: #fff;
}

.pub-title.white-title:before,
.pub-title.white-title:after {
  background: #fff;
}

.idx-ab {
  background: url(../img/index/idx-ab-bg.jpg) top center repeat-x;
  padding: 60px 0;
  margin-bottom: 60px;
}

.idx-ab .ban {
  position: relative;
  overflow: hidden;
}

.idx-ab .ban .team_big {
  *zoom: 1;
}

.idx-ab .ban .team_big:before,
.idx-ab .ban .team_big:after {
  display: table;
  line-height: 0;
  content: "";
}

.idx-ab .ban .team_big:after {
  clear: both;
}

.idx-ab .ban .team_big .ban2 {
  width: 1196px;
  height: 435px;
  position: relative;
  overflow: hidden;
  float: left;
}

.idx-ab .ban .team_big .ban2 ul {
  position: absolute;
  left: 0;
  top: 0;
}

.idx-ab .ban .team_big .ban2 ul li {
  width: 1196px;
  height: 435px;
  position: relative;
}

.idx-ab .ban .team_big .ban2 ul li .box {
  width: 402px;
  height: 163px;
  background: rgba(21, 74, 154, 0.6);
  position: absolute;
  right: 60px;
  top: 140px;
  padding-left: 85px;
}

.idx-ab .ban .team_big .ban2 ul li .box .num {
  position: absolute;
  top: -17px;
  left: 22px;
  width: 44px;
  height: 90px;
  text-align: center;
  color: #154a9a;
  font-size: 30px;
  background: #fff;
  font-weight: bold;
  line-height: 110px;
}

.idx-ab .ban .team_big .ban2 ul li .box h4 {
  padding: 30px 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.idx-ab .ban .team_big .ban2 ul li .box p {
  color: #FFFFFF;
  width: 370px;
}

.idx-ab .ban .min_pic {
  margin-top: 12px;
  width: 1200px;
  position: relative;
}

.idx-ab .ban .min_pic .num {
  height: 120px;
  overflow: hidden;
  width: 1200px;
  position: relative;
}

.idx-ab .ban .min_pic .num ul {
  position: absolute;
  left: 0;
  top: 0;
}

.idx-ab .ban .min_pic .num ul li {
  width: 288px;
  height: 105px;
  margin-right: 14px;
  position: relative;
  cursor: pointer;
}

.idx-ab .ban .min_pic .num ul li img {
  width: 100%;
}

.idx-ab .ban .min_pic .num ul li.on {
  border: 3px solid #00a2ea;
  box-sizing: border-box;
}

.idx-ab .ban .min_pic .num ul li.on img {
  height: 100%;
}

.idx-ab .ban .min_pic .prev_btn1,
.idx-ab .ban .min_pic .next_btn1 {
  text-align: center;
  height: 100%;
  cursor: pointer;
  float: left;
  width: 80px;
  line-height: 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}

.idx-ab .ban .min_pic .prev_btn1 i,
.idx-ab .ban .min_pic .next_btn1 i {
  font-size: 30px;
  color: #fff;
}

.idx-ab .ban .min_pic .next_btn1 {
  left: auto;
  right: 0;
}

.idx-ab .ban .min_pic:hover .prev_btn1,
.idx-ab .ban .min_pic:hover .next_btn1 {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s;
}

.idx-adver {
  padding-bottom: 60px;
}

.idx-adver ul {
  *zoom: 1;
}

.idx-adver ul:before,
.idx-adver ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.idx-adver ul:after {
  clear: both;
}

.idx-adver ul li {
  float: left;
  width: 188px;
  text-align: center;
  height: 440px;
  position: relative;
  transition: all .3s;
}

.idx-adver ul li:after {
  content: '';
  position: absolute;
  right: 0;
  height: 400px;
  top: 20px;
  width: 1px;
  background: #ddd;
}

.idx-adver ul li figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}

.idx-adver ul li .head {
  background: #fff;
  height: 206px;
  transition: all .3s;
}

.idx-adver ul li .head h2 {
  font-size: 36px;
  padding: 40px 0 20px;
}

.idx-adver ul li .head .link_solid {
  background: #40250a;
}

.idx-adver ul li .head h3 {
  font-size: 18px;
  font-weight: bold;
}

.idx-adver ul li .box {
  background: #f2f2f2;
  height: 154px;
  padding: 40px 15px;
  transition: all .3s;
  position: relative;
}

.idx-adver ul li .box span {
  width: 25px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #999;
  text-align: center;
  display: inline-block;
  margin: 50px auto 0;
  border-radius: 100%;
  position: absolute;
  top: 127px;
}

.idx-adver ul li .box span i {
  color: #999;
  margin-left: -2px;
  font-size: 12px;
}

.idx-adver ul li:last-child:after {
  display: none;
}

.idx-adver ul li.active {
  width: 260px;
  border-right: none;
  transition: all .3s;
}

.idx-adver ul li.active figure {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s;
}

.idx-adver ul li.active .head,
.idx-adver ul li.active .box {
  position: relative;
  z-index: 2;
  background: none;
}

.idx-adver ul li.active .head h2,
.idx-adver ul li.active .box h2,
.idx-adver ul li.active .head h3,
.idx-adver ul li.active .box h3,
.idx-adver ul li.active .head p,
.idx-adver ul li.active .box p {
  color: #fff;
  transition: all .3s;
}

.idx-adver ul li.active .box span {
  border-color: #fff;
}

.idx-adver ul li.active .box span i {
  color: #fff;
}

.link_solid {
  width: 20px;
  height: 2px;
  margin: 0 auto 25px;
  background: #333;
}

.idx-news {
  background: #fff;
  padding: 60px 0;
}

.idx-news-til {
  margin-bottom: 40px;
  text-align: center;
}

.idx-news-til ul {
  display: inline-block;
}

.idx-news-til ul li {
  float: left;
  padding: 0 19px;
  height: 18px;
  line-height: 18px;
  border-right: 1px solid #666;
  font-size: 16px;
  cursor: pointer;
}

.idx-news-til ul li:last-child {
  border-right: none;
}

.idx-news-til ul li.on {
  color: #154a9a;
}

.idx-news-cont {
  overflow: hidden;
}

.idx-news-cont .bd-img {
  float: left;
  width: 537px;
}

.idx-news-cont .bd-img ul li {
  width: 537px;
  float: left;
}

.idx-news-cont .bd-img ul li img {
  width: 100%;
}

.idx-news-cont .hd-cnt {
  float: right;
  width: 640px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  height: 466px;
  overflow: hidden;
}

.idx-news-cont .hd-cnt ul li {
  overflow: hidden;
  height: 92px;
  border-bottom: 1px solid #e4e4e4;
}

.idx-news-cont .hd-cnt ul li .date {
  float: left;
  border-right: 1px solid #e4e4e4;
  width: 89px;
  height: 92px;
  text-align: center;
}

.idx-news-cont .hd-cnt ul li .date h3 {
  font-weight: bold;
  font-size: 36px;
  color: #666;
  padding: 20px 0 10px;
}

.idx-news-cont .hd-cnt ul li .box {
  float: left;
  width: 548px;
  padding: 12px 15px 0;
  box-sizing: border-box;
}

.idx-news-cont .hd-cnt ul li .box h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.idx-news-cont .hd-cnt ul li .box p {
  font-size: 12px;
  color: #999;
}

.idx-news-cont .hd-cnt ul li h3,
.idx-news-cont .hd-cnt ul li p,
.idx-news-cont .hd-cnt ul li h4 {
  transition: all .3s;
}

.idx-news-cont .hd-cnt ul li.on h3,
.idx-news-cont .hd-cnt ul li.on p,
.idx-news-cont .hd-cnt ul li.on h4 {
  color: #154a9a;
  transition: all .3s;
}

.idx-case {
  padding: 60px 0;
}

.idx-case .idx-case-content {
  height: 290px;
  padding: 30px;
  background: #fff;
}

.idx-case .idx-case-content-cnt {
  display: none;
  *zoom: 1;
}

.idx-case .idx-case-content-cnt:before,
.idx-case .idx-case-content-cnt:after {
  display: table;
  line-height: 0;
  content: "";
}

.idx-case .idx-case-content-cnt:after {
  clear: both;
}

.idx-case .idx-case-content-cnt:first-child {
  display: block;
}

.idx-case .idx-case-content-cnt figure {
  float: left;
  width: 290px;
  margin-right: 30px;
}

.idx-case .idx-case-content-cnt .box {
  float: left;
  width: 800px;
  position: relative;
  height: 250px;
  padding-bottom: 40px;
}

.idx-case .idx-case-content-cnt .box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.idx-case .idx-case-content-cnt .box p {
  margin-bottom: 20px;
}

.idx-case .idx-case-content-cnt .box .info {
  position: absolute;
  left: 0;
  bottom: 0;
}

.idx-case .idx-case-content-cnt .box .info img {
  margin-right: 25px;
  width: 120px;
}

.idx-case .idx-case-content-cnt .box .info span {
  width: 78px;
  height: 24px;
  border: 1px solid #ddd;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: -6px;
  margin-top: 16px;
}

.idx-case .idx-case-img {
  position: relative;
  margin-top: 30px;
}

.idx-case .idx-case-img .bd {
  width: 1200px;
  overflow: hidden;
}

.idx-case .idx-case-img .bd ul li {
  width: 216px;
  margin-right: 30px;
  cursor: pointer;
  float: left;
}

.idx-case .idx-case-img .bd ul li p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
}

.idx-case .idx-case-img a.prev,
.idx-case .idx-case-img a.next {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #7f7f7f;
  position: absolute;
  top: 50px;
  left: -20px;
  text-indent: 3px;
}

.idx-case .idx-case-img a.prev i,
.idx-case .idx-case-img a.next i {
  color: #fff;
}

.idx-case .idx-case-img a.next {
  left: auto;
  right: -20px;
  text-indent: -3px;
}

.idx-case-logo {
  position: relative;
  overflow: hidden;
  padding: 10px 0 60px;
}

.idx-case-logo .swiper-slide {
  position: relative;
  float: left;
  width: 171px;
  height: 171px;
  line-height: 171px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  filter: grayscale(100%);
}

.idx-case-logo .swiper-slide img {
  vertical-align: middle;
}

.idx-case-logo .swiper-wrapper {
  flex-flow: wrap;
}

.idx-case-logo .swiper-slide.active {
  filter: none;
}

.idx-case-logo span.link-bor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 171px;
  height: 171px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 5px #aaa;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.idx-case-logo .prev,
.idx-case-logo .next {
  background: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #7f7f7f;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
  z-index: 3;
  opacity: 1;
  text-indent: 3px;
  display: none;
}

.idx-case-logo .prev i,
.idx-case-logo .next i {
  color: #fff;
}

.idx-case-logo .next {
  left: auto;
  right: 0;
  text-indent: -3px;
}

.idx-case-logo .idx-case-bg {
  background: #f5f5f5;
  width: 20px;
  height: 140px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: none;
}

.idx-case-logo .idx-case-bg2 {
  left: 0;
  right: 0;
}

footer {
  position: relative;
  z-index: 999;
  background: #154a9a url(../img/public/foot-bot.jpg) center bottom repeat-x;
}

footer .foot-top {
  padding: 48px 0;
  border-bottom: 1px solid #f5f5f5;
}

footer .foot-top ul {
  *zoom: 1;
}

footer .foot-top ul:before,
footer .foot-top ul:after {
  display: table;
  line-height: 0;
  content: "";
}

footer .foot-top ul:after {
  clear: both;
}

footer .foot-top ul li {
  float: left;
  width: 270px;
  overflow: hidden;
  padding-left: 30px;
}

footer .foot-top ul li figure {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}

footer .foot-top ul li .box {
  width: 188px;
  float: left;
}

footer .foot-top ul li .box h4 {
  color: #fff;
  font-size: 20px;
  margin: 8px 0;
}

footer .foot-top ul li .box p {
  color: #fff;
}

footer .foot-cnt {
  padding: 40px 0;
  *zoom: 1;
}

footer .foot-cnt:before,
footer .foot-cnt:after {
  display: table;
  line-height: 0;
  content: "";
}

footer .foot-cnt:after {
  clear: both;
}

footer .foot-cnt nav {
  width: 650px;
  float: left;
}

footer .foot-cnt nav ul {
  *zoom: 1;
  padding-left: 30px;
}

footer .foot-cnt nav ul:before,
footer .foot-cnt nav ul:after {
  display: table;
  line-height: 0;
  content: "";
}

footer .foot-cnt nav ul:after {
  clear: both;
}

footer .foot-cnt nav ul li {
  width: 202px;
  float: left;
}

footer .foot-cnt nav ul li h4 {
  color: #fff;
  margin-bottom: 15px;
}

footer .foot-cnt nav ul li h4 a {
  color: #fff;
  font-size: 18px;
}

footer .foot-cnt nav ul li p {
  margin-bottom: 5px;
}

footer .foot-cnt nav ul li p a {
  color: #fff;
}

footer .foot-cnt nav ul li p:hover a {
  transition: all .4s;
  font-weight: bold;
  text-decoration: underline;
}

footer .foot-cnt .foot-cnt-right {
  width: 550px;
  float: right;
}

footer .foot-cnt .foot-cnt-right figure {
  width: 148px;
  float: left;
}

footer .foot-cnt .foot-cnt-right .box {
  float: left;
  width: 195px;
  margin-left: 20px;
}

footer .foot-cnt .foot-cnt-right .box h5,
footer .foot-cnt .foot-cnt-right .box h5 a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}


footer .foot-cnt .foot-cnt-right .box p {
  color: #fff;
}

footer .foot-cnt .foot-cnt-right .box h4 {
  font-size: 24px;
  color: #fff;
}

footer .foot-cnt .foot-cnt-right .box .sel-cnt {
  vertical-align: -4px;
}

footer .foot-cnt .foot-cnt-right .box .sel-cnt i {
  font-size: 30px;
  color: #fff;
}

footer .foot-cnt .foot-cnt-right .foot-adver {
  float: right;
  width: 160px;
  padding-top: 20px;
}

footer .foot-cnt .foot-cnt-right .foot-adver a {
  color: #fff;
  height: 30px;
  line-height: 30px;
  width: 156px;
  border-radius: 4px;
  border: 1px solid #fff;
  text-align: center;
  display: block;
  margin: 0 0 50px;
}

footer .foot-copy {
  padding: 30px 0 35px;
  text-align: center;
  color: #fff;
}

footer .foot-copy a {
  color: #fff;
}

.offline-store-city .det-city {
  margin-bottom: 10px;
  background: #fff;
  padding: 20px 0 10px;
}

.offline-store-city .all-city {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 0;
}

.store-cnt {
  padding-bottom: 60px;
  width: 1208px;
}

.store-cnt ul {
  *zoom: 1;
  max-height: 350px;
  margin-right: 8px;
  overflow-y: auto;
}

.store-cnt ul:before,
.store-cnt ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.store-cnt ul:after {
  clear: both;
}

.store-cnt ul::-webkit-scrollbar {
  width: 12px;
}

.store-cnt ul::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.store-cnt ul li {
  width: 387px;
  float: left;
  padding: 15px;
  background: #fff;
  height: 194px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.store-cnt ul li figure {
  float: left;
  width: 141px;
  height: 141px;
  margin-right: 10px;
}

.store-cnt ul li .box {
  float: left;
  width: 200px;
}

.about-nav {
  padding: 70px 0 30px;
}

.about-nav ul {
  *zoom: 1;
}

.about-nav ul:before,
.about-nav ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.about-nav ul:after {
  clear: both;
}

.about-nav ul li {
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #ddd;
  width: 240px;
  box-sizing: border-box;
  border-right: none;
}

.about-nav ul li:nth-child(5) {
  border-right: 1px solid #ddd !important;
}

.about-nav ul li a {
  font-size: 20px;
  display: block;
  color: #333;
}

.about-nav ul li:last-child {
  border-right: 1px solid #ddd;
}

.about-nav ul li.active {
  border: 1px solid #154a9a;
  background: #154a9a;
}

.about-nav ul li.active a {
  color: #fff;
}

.about-subnav {
  margin-bottom: 70px;
  background: #fff;
  padding: 25px 50px;
  width: 1100px;
}

.about-subnav ul {
  *zoom: 1;
  position: relative;
  padding: 0 50px;
}

.about-subnav ul:before,
.about-subnav ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.about-subnav ul:after {
  clear: both;
}

.about-subnav ul li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 2;
  background: #fff;
  margin: 0 68px;
}

.about-subnav ul li p {
  font-size: 16px;
}

.about-subnav ul li .list {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.about-subnav ul li .list i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #F1F1F1;
}

.about-subnav ul li.active .list i {
  background: #154a9a;
}

.about-subnav ul .ul-bg {
  height: 6px;
  width: 100%;
  background: #f8f8f8;
  top: 20px;
  left: 0;
  position: absolute;
}

.ab-Company {
  margin-bottom: 60px;
  line-height: 34px;
}

.ab-Brand {
  background: #154a9a;
  padding: 50px 0 80px;
  margin-bottom: 60px;
  *zoom: 1;
}

.ab-Brand:before,
.ab-Brand:after {
  display: table;
  line-height: 0;
  content: "";
}

.ab-Brand:after {
  clear: both;
}

.ab-Brand .box {
  width: 340px;
  float: left;
}

.ab-Brand .box .box-cnt {
  margin-top: 80px;
}

.ab-Brand .box .box-cnt h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.ab-Brand .box .box-cnt .link_solid {
  width: 30px;
  height: 3px;
  margin: 0 0 25px;
  background: #fff;
}

.ab-Brand .box .box-cnt p {
  width: 280px;
  color: #fff;
}

.ab-Brand figure {
  margin: 80px 30px 0 0;
  float: left;
}

.about-title {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin: 0 auto 60px;
  width: 280px;
}

.about-title h2 {
  font-size: 24px;
  color: #154a9a;
  margin-bottom: 5px;
}

.about-title p {
  font-size: 18px;
}

.support-service .support-main {
  margin-bottom: 30px;
  position: relative;
}

.support-service .support-main .bd {
  margin-left: -11px;
}

.support-service .support-main .bd ul {
  padding: 0 0 12px !important;
}

.support-service .support-main .bd ul li {
  background: #fff;
  float: left;
  cursor: pointer;
  width: 283px;
  margin: 0 11px;
  position: relative;
}

.support-service .support-main .bd ul li img {
  display: block;
  width: 100%;
}

.support-service .support-main .bd ul li p {
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.support-service .support-main .bd ul li.active {
  box-shadow: 2px 0 10px rgba(194, 194, 194, 0.35);
}

.support-service .support-main .bd ul li.active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.support-service .support-main a.prev,
.support-service .support-main a.next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #c1c1c1;
  position: absolute;
  background: #fff;
  top: 56px;
  left: -70px;
  text-indent: 3px;
}

.support-service .support-main a.prev i,
.support-service .support-main a.next i {
  color: #c1c1c1;
}

.support-service .support-main a.next {
  left: auto;
  right: -70px;
  text-indent: -3px;
}

.support-content {
  padding-bottom: 60px;
}

.support-content .support-cnt {
  *zoom: 1;
}

.support-content .support-cnt:before,
.support-content .support-cnt:after {
  display: table;
  line-height: 0;
  content: "";
}

.support-content .support-cnt:after {
  clear: both;
}

.support-content .support-cnt .box {
  height: 495px;
  width: 580px;
  padding: 60px 55px 0 68px;
  float: left;
  box-sizing: border-box;
  background: #fff;
}

.support-content .support-cnt .box h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.support-content .support-cnt .box .link {
  background: #154a9a;
  height: 1px;
  width: 68px;
  margin: 0 0 30px;
}

.support-content .support-cnt .box p {
  margin-bottom: 30px;
  line-height: 26px;
}

.support-content .support-cnt .box .info {
  border-bottom: 1px solid #154a9a;
  height: 44px;
  line-height: 44px;
  margin-bottom: 30px;
  text-align: center;
}

.support-content .support-cnt .box .info a {
  display: block;
  width: 165px;
  height: 100%;
  font-size: 16px;
  border: 1px solid #154a9a;
  border-bottom: none;
}

.support-content .support-cnt .box .user-name {
  text-align: right;
}

.support-content .support-cnt figure {
  float: left;
}

.support-content .support-cnt figure img {
  display: block;
}

.ab2-city .det-city {
  margin-bottom: 10px;
  background: #fff;
  padding: 20px 0 10px;
}

.ab2-city .all-city {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px 0;
}

.Corporate-framework {
  padding: 60px 0 40px;
  background: #fff;
}

.Company-silhouette .silhouette-cnt {
  padding: 0 0 40px;
}

.Company-silhouette .silhouette-cnt ul {
  *zoom: 1;
  width: 1230px;
}

.Company-silhouette .silhouette-cnt ul:before,
.Company-silhouette .silhouette-cnt ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.Company-silhouette .silhouette-cnt ul:after {
  clear: both;
}

.Company-silhouette .silhouette-cnt ul li {
  float: left;
  width: 380px;
  margin: 0 30px 30px 0;
  text-align: center;
}

.Company-silhouette .silhouette-cnt ul li figure {
  width: 380px;
  overflow: hidden;
  height: 270px;
  background: #ccc;
}

.Company-silhouette .silhouette-cnt ul li figure img {
  transition: transform .6s;
}

.Company-silhouette .silhouette-cnt ul li p {
  height: 84px;
  line-height: 84px;
  font-size: 16px;
  background: #fff;
}

.Company-silhouette .silhouette-cnt ul li:hover figure img {
  transform: scale(1.03);
  transition: transform .6s;
}

.Charitable-activities {
  padding: 0 0 40px;
}

.Charitable-activities ul li {
  overflow: hidden;
  margin-bottom: 30px;
  background: #fff;
  padding: 60px;
}

.Charitable-activities ul li figure {
  float: left;
  width: 425px;
}

.Charitable-activities ul li figure img {
  display: block;
  height: 282px;
  object-fit: cover;
  width: 100%;
}

.Charitable-activities ul li .box {
  width: 595px;
  float: left;
  padding: 20px 30px 0;
}

.Charitable-activities ul li .box h4 {
  margin-bottom: 15px;
  font-size: 15px;
  color: #666;
}

.Charitable-activities ul li .box p {
  height: 120px;
}

.Charitable-activities ul li .box a {
  width: 112px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #00a2ea;
  display: block;
  transition: all .3s;
}

.Charitable-activities ul li .box a:hover {
  background: #154a9a;
  transition: all .3s;
}

.join-main {
  padding: 0 0 40px;
}

.join-main ul li {
  background: #fff;
  margin-bottom: 30px;
}

.join-main ul li .head {
  cursor: pointer;
  height: 72px;
  line-height: 72px;
  padding-left: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
}

.join-main ul li .head .til {
  flex: 1;
}

.join-main ul li .head .map-name {
  flex: 0 0 125px;
}

.join-main ul li .head .num {
  flex: 0 0 120px;
}

.join-main ul li .head .date {
  flex: 0 0 170px;
}

.join-main ul li .head .join-arr {
  width: 100px;
}

.join-main ul li .head .join-arr img {
  vertical-align: middle;
  transform: rotate(-90deg);
}

.join-main ul li .head * {
  color: #343434;
  font-size: 16px;
}

.join-main ul li .head.active.head {
  border-color: #ddd;
}

.join-main ul li .head.active .til {
  color: #154a9a;
}

.join-main ul li .head.active .join-arr img {
  transform: rotate(0);
}

.join-main ul li .join-cnt {
  padding: 25px 30px;
  display: none;
}

.development-main {
  padding-bottom: 60px;
}

.development-main .parHd {
  position: relative;
  padding: 0 44px 40px;
}

.development-main .parHd:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 2%;
  width: 96%;
  height: 5px;
  background: #00a2ea;
}

.development-main .parHd ul li {
  float: left;
  cursor: pointer;
  margin: 0 31px;
  padding-top: 40px;
  background: url(../img/about/deve-li.jpg) center 5px no-repeat;
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #333;
}

.development-main .parHd ul li.act {
  background: url(../img/about/devel-lion.jpg) center top no-repeat;
}

.development-main .parHd a.sPrev,
.development-main .parHd a.sNext {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 100%;
  background: #00a2ea;
  position: absolute;
  top: -7px;
  left: 0;
  text-indent: 8px;
  cursor: pointer;
}

.development-main .parHd a.sPrev i,
.development-main .parHd a.sNext i {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}

.development-main .parHd a.sNext {
  left: auto;
  right: 0;
  text-indent: -8px;
}

.development-main .development-cnt {
  overflow: hidden;
}

.development-main .development-cnt img {
  max-width: 100%;
}

.development-main .development-cnt .list-cnt {
  position: relative;
  float: left;
}

.development-main .development-cnt .list-cnt figure img {
  width: 100%;
}

.development-main .development-cnt .list-cnt p {
  height: 64px;
  width: 94%;
  padding: 0 3%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 64px;
  background: #505764;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.development-main .development-cnt .list-cnt1 {
  width: 539px;
  margin-right: 14px;
}

.development-main .development-cnt .list-cnt2 {
  width: 646px;
  margin-bottom: 17px;
}

.development-main .development-cnt .list-cnt3 {
  width: 317px;
  margin-right: 11px;
}

.development-main .development-cnt .list-cnt4 {
  width: 317px;
}

.received-main {
  padding-bottom: 60px;
}

.received-main figure {
  float: left;
  width: 638px;
  margin-left: 30px;
}

.received-main .box {
  float: right;
  padding: 70px 0 0;
  width: 450px;
  margin-right: 10px;
}

.received-main .box h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.received-main .box p {
  margin-bottom: 20px;
}

.received-main .box a.rece-adver {
  display: block;
  text-align: center;
  width: 168px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  border: 1px solid #666666;
  margin-top: 50px;
}

.received-main2 {
  padding: 60px 0;
  background: #fff;
}

.received-main2 figure {
  float: right;
}

.received-main2 .box {
  float: left;
}

.out-team-pic {
  padding: 40px 0 60px;
}

.out-team-pic .event_box2 .parHd2 {
  margin-bottom: 35px;
  position: relative;
  padding-left: 96px;
}

.out-team-pic .event_box2 .parHd2 ul li {
  float: left;
  width: 152px;
  line-height: 45px;
  height: 45px;
  background: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 8px;
  cursor: pointer;
}

.out-team-pic .event_box2 .parHd2 ul li.act {
  background: #154a9a;
  color: #fff;
}

.out-team-pic .event_box2 .parHd2 .sPrev,
.out-team-pic .event_box2 .parHd2 .sNext {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 45px;
}

.out-team-pic .event_box2 .parHd2 .sPrev {
  background: url(../img/about/out-team-prev.jpg) no-repeat;
}

.out-team-pic .event_box2 .parHd2 .sNext {
  right: 0;
  left: auto;
  background: url(../img/about/out-team-next.jpg) no-repeat;
}

.out-team-pic .event_box2 .parBd2 {
  *zoom: 1;
}

.out-team-pic .event_box2 .parBd2:before,
.out-team-pic .event_box2 .parBd2:after {
  display: table;
  line-height: 0;
  content: "";
}

.out-team-pic .event_box2 .parBd2:after {
  clear: both;
}

.out-team-pic .event_box2 .parBd2 .fig {
  width: 480px;
  float: left;
}

.out-team-pic .event_box2 .parBd2 .fig ul li {
  float: left;
  width: 230px;
  margin: 0 10px 5px 0;
}

.out-team-pic .event_box2 .parBd2 .fig ul li img {
  width: 100%;
}

.out-team-pic .event_box2 .parBd2 .box {
  float: right;
  width: 712px;
  height: 670px;
  background: #ededed;
}

.out-team-pic .event_box2 .parBd2 .box .box-cnt {
  padding: 30px 20px;
}

.out-team-pic .event_box2 .parBd2 .box .box-cnt h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.out-team-content {
  padding: 60px 0 40px;
  background: #fff;
}

.out-team-content ul {
  width: 1230px;
  *zoom: 1;
}

.out-team-content ul:before,
.out-team-content ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.out-team-content ul:after {
  clear: both;
}

.out-team-content ul li {
  float: left;
  width: 380px;
  background: #f5f5f5;
  margin: 0 28px 28px 0;
  transition: all .3s;
}

.out-team-content ul li figure {
  width: 380px;
  height: 382px;
  overflow: hidden;
}

.out-team-content ul li figure img {
  transition: transform .5s;
}

.out-team-content ul li .box h4 {
  text-align: center;
  font-size: 16px;
  line-height: 54px;
}

.out-team-content ul li .box .til {
  border-top: 1px solid #eaeaea;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
}

.out-team-content ul li .box .til .info {
  float: left;
}

.out-team-content ul li .box .til .date {
  float: right;
}

.out-team-content ul li:hover {
  box-shadow: 0 16px 45px -29px #333333;
  transition: all .3s;
}

.out-team-content ul li:hover figure img {
  transition: transform .5s;
  transform: scale(1.03);
}

.welfare-main {
  padding: 0 0 60px;
}

.welfare-main .ban {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 40px 110px 60px;
}

.welfare-main .ban .team_big {
  *zoom: 1;
}

.welfare-main .ban .team_big:before,
.welfare-main .ban .team_big:after {
  display: table;
  line-height: 0;
  content: "";
}

.welfare-main .ban .team_big:after {
  clear: both;
}

.welfare-main .ban .team_big .ban2 {
  width: 980px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.welfare-main .ban .team_big .ban2 ul {
  position: absolute;
  left: 0;
  top: 0;
}

.welfare-main .ban .team_big .ban2 ul li {
  width: 980px;
}

.welfare-main .ban .team_big .ban2 ul li h4 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  color: #6e6e6e;
}

.welfare-main .ban .min_pic {
  margin-top: 20px;
  width: 980px;
  position: relative;
}

.welfare-main .ban .min_pic .num {
  margin-left: 46px;
  height: 114px;
  overflow: hidden;
  width: 890px;
  position: relative;
}

.welfare-main .ban .min_pic .num ul {
  position: absolute;
  left: 0;
  top: 0;
}

.welfare-main .ban .min_pic .num ul li {
  width: 210px;
  height: 114px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.welfare-main .ban .min_pic .num ul li img {
  width: 100%;
}

.welfare-main .ban .min_pic .num ul li.on {
  border: 1px solid #00a2ea;
  box-sizing: border-box;
}

.welfare-main .ban .min_pic .num ul li.on img {
  height: 100%;
}

.welfare-main .ban .min_pic .prev_btn1,
.welfare-main .ban .min_pic .next_btn1 {
  text-align: center;
  background: #f5f5f5;
  height: 100%;
  cursor: pointer;
  float: left;
  width: 36px;
  height: 114px;
  line-height: 114px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-indent: 8px;
}

.welfare-main .ban .min_pic .prev_btn1 i,
.welfare-main .ban .min_pic .next_btn1 i {
  font-size: 32px;
  color: #dcdcdc;
  font-weight: bold;
}

.welfare-main .ban .min_pic .next_btn1 {
  text-indent: -8px;
  left: auto;
  right: 0;
}

.honor-main {
  margin: 40px auto;
  padding: 60px 0 20px;
  background: #fff;
  box-shadow: 0 2px 15px #e4e4e4;
}

.honor-main ul {
  *zoom: 1;
}

.honor-main ul:before,
.honor-main ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.honor-main ul:after {
  clear: both;
}

.honor-main ul li {
  float: left;
  margin: 0 32px 32px;
  border: 1px solid #ddd;
}

.honor-main ul li img {
  display: block;
}

.honor-main ul li p {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ddd;
}

.honor-information {
  background: #fff;
  box-shadow: 0 2px 15px #e4e4e4;
  margin-bottom: 60px;
  *zoom: 1;
}

.honor-information:before,
.honor-information:after {
  display: table;
  line-height: 0;
  content: "";
}

.honor-information:after {
  clear: both;
}

.honor-information .box {
  float: left;
  width: 530px;
  padding: 25px 0 0 32px;
}

.honor-information .box h2 {
  margin-bottom: 30px;
}

.honor-information .box .til {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.honor-information .box .til strong {
  font-size: 24px;
  color: #333;
}

.honor-information .box .til span {
  margin-left: 30px;
  font-size: 18px;
}

.honor-information .box p {
  text-indent: 2em;
}

.honor-information .box a.adver {
  margin: 20px 0 0;
  display: block;
  width: 114px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #154a9a;
  font-size: 16px;
}

.honor-information figure {
  float: right;
}

.atn-main {
  box-shadow: 0 2px 15px #e4e4e4;
}

.atn-main .atn-top {
  background: #fff;
  padding: 10px;
  *zoom: 1;
}

.atn-main .atn-top:before,
.atn-main .atn-top:after {
  display: table;
  line-height: 0;
  content: "";
}

.atn-main .atn-top:after {
  clear: both;
}

.atn-main .atn-top .box {
  width: 460px;
  float: left;
  padding: 35px 0 0 30px;
}

.atn-main .atn-top .box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.atn-main .atn-top .box h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #666666;
}

.atn-main .atn-top .box hr {
  border: 0;
  border-top: 1px solid #999999;
  margin-bottom: 10px;
}

.atn-main .atn-top .box p {
  text-indent: 2em;
  height: 180px;
  overflow: hidden;
}

.atn-main .atn-top figure {
  width: 690px;
  float: right;
}

.sub-head {
  height: 72px;
  line-height: 72px;
  background: #154a9a;
  padding-left: 30px;
}

.sub-head span {
  font-size: 24px;
  color: #fff;
  border-left: 6px solid #fff;
  padding-left: 15px;
}

.atn-pic {
  margin-bottom: 60px;
  position: relative;
  background: #fff;
  padding: 56px 0;
}

.atn-pic .bd {
  padding: 0 60px;
}

.atn-pic .bd ul li {
  width: 340px;
  margin: 0 24px 0 0;
}

.atn-pic .bd ul li img {
  width: 100%;
}

.atn-pic a.prev,
.atn-pic a.next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #7f7f7f;
  position: absolute;
  top: 146px;
  left: 0;
  text-indent: 10px;
}

.atn-pic a.prev i,
.atn-pic a.next i {
  color: #fff;
  font-size: 50px;
}

.atn-pic a.next {
  left: auto;
  right: 0;
  text-indent: -10px;
}

.rece-main #certify {
  position: relative;
  width: 1200px;
  margin: -60px auto 0;
}

.rece-main #certify .swiper-container {
  padding: 60px 0 60px;
}

.rece-main #certify .swiper-container .swiper-wrapper {
  margin-left: 40px;
}

.rece-main #certify .swiper-container .swiper-slide {
  background: #fff;
  width: 300px;
  text-align: center;
  margin: 0 70px 0 0;
  box-shadow: 0 -8px 30px #666666;
}

.rece-main #certify .swiper-container .swiper-slide img {
  width: 100%;
}

.rece-main #certify .swiper-container .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.rece-main #certify .swiper-slide-active:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.rece-main #certify .certify-bg {
  background: #f5f5f5;
  width: 250px;
  height: 470px;
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 971;
}

.rece-main #certify .prev,
.rece-main #certify .next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #7f7f7f;
  position: absolute;
  top: 300px;
  left: 110px;
  text-indent: 10px;
}

.rece-main #certify .prev i,
.rece-main #certify .next i {
  color: #fff;
  font-size: 50px;
}

.rece-main #certify .next {
  left: auto;
  right: 100px;
  text-indent: -10px;
}

.cft-main .cft-top {
  background: #fff;
  margin-bottom: 25px;
  padding: 60px 40px 40px;
  box-shadow: 0 2px 15px #e4e4e4;
}

.cft-main .cft-top .box p {
  margin-bottom: 20px;
}

.cft-main .cft-content ul li {
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 40px;
}

.cft-main .cft-content ul li figure {
  width: 275px;
  float: left;
}

.cft-main .cft-content ul li figure img {
  display: block;
  max-width: 100%;
}

.cft-main .cft-content ul li .box {
  margin-left: 40px;
  float: left;
  width: 805px;
  position: relative;
}

.cft-main .cft-content ul li .box h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.cft-main .cft-content ul li .box h4 {
  margin-bottom: 15px;
}

.cft-main .cft-content ul li .box p {
  color: #666666;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.cft-main .cft-content ul li .box .info span {
  margin-left: 60px;
}

.cft-main .cft-content ul li .box a {
  display: inline-block;
  margin-top: 25px;
}

#page {
  text-align: center;
  padding: 20px 0 40px;
}

#page a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  color: #333;
  padding: 0 22px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
}

#page a.active {
  border-color: #154a9a;
  color: #154a9a;
  font-weight: bold;
}

.pdt-adver {
  padding: 30px 0;
  background: #fff;
}

.pdt-adver ul {
  *zoom: 1;
}

.pdt-adver ul:before,
.pdt-adver ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt-adver ul:after {
  clear: both;
}

.pdt-adver ul li {
  float: left;
  padding: 0 35px;
  width: 130px;
  text-align: center;
}

.pdt-adver ul li h4 {
  margin: 20px 0 10px;
  font-size: 16px;
}

.pdt-adver ul:hover li img {
  animation: pound .7s ease;
}

.pdt-adver ul:hover li:nth-child(1) img {
  animation-delay: 0;
}

.pdt-adver ul:hover li:nth-child(2) img {
  animation-delay: .2s;
}

.pdt-adver ul:hover li:nth-child(3) img {
  animation-delay: .3s;
}

.pdt-adver ul:hover li:nth-child(4) img {
  animation-delay: .4s;
}

.pdt-adver ul:hover li:nth-child(5) img {
  animation-delay: .5s;
}

.pdt-adver ul:hover li:nth-child(6) img {
  animation-delay: .6s;
}

@-webkit-keyframes pound {
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes pound {
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

.filter-main {
  padding: 20px 0 40px;
}

.filter-main dl {
  overflow: hidden;
}

.filter-main dl dt {
  float: left;
  width: 100px;
  text-align: right;
  color: #333;
  margin-right: 15px;
}

.filter-main dl dd {
  float: left;
  margin-right: 36px;
}

.filter-main dl dd a {
  color: #333;
}

.filter-main dl dd.active a {
  color: #154a9a;
}

.filter-main .filter-head {
  height: 60px;
  line-height: 60px;
  background: #fff;
  margin-bottom: 10px;
}

.filter-main .filter-head dl dt {
  font-size: 16px;
}

.filter-main .filter-head dl dd a {
  font-size: 16px;
}

.filter-main .filter-cont {
  background: #fff;
  padding: 0 15px 15px;
  line-height: 47px;
  margin-bottom: 35px;
  box-shadow: 0 2px 10px #e8e8e8;
}

.filter-main .filter-cont dl {
  border-bottom: 1px solid #ddd;
}

.filter-main .filter-cont dl dt {
  width: 85px;
}

.filter-main .filter-sel {
  background: #fff;
  line-height: 50px;
  overflow: hidden;
}

.filter-main .filter-sel label {
  display: block;
  float: left;
  padding-left: 12px;
  color: #333;
  font-size: 18px;
}

.filter-main .filter-sel ul {
  float: left;
}

.filter-main .filter-sel ul li {
  float: left;
  background: url(../img/product/pdt-arr.png) left no-repeat;
  margin-left: 7px;
  padding-left: 14px;
  height: 50px;
}

.filter-main .filter-sel ul li p {
  margin-top: 12px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ddd;
  padding: 0 8px;
}

.filter-main .filter-sel ul li p img {
  vertical-align: 0px;
  cursor: pointer;
  margin: 0 5px 0 7px;
}

.filter-main .filter-sel .fil-close {
  float: left;
  margin-left: 10px;
  cursor: pointer;
}

h2.pdt_h2 {
  background: url(../img/product/pdt-til.png) left center no-repeat;
  line-height: 48px;
  font-size: 24px;
  margin-bottom: 40px;
}

h2.pdt_h2 span {
  font-size: 24px;
  color: #154a9a;
  font-weight: bold;
  margin-right: 36px;
}

.product-box {
  margin-bottom: 40px;
}

.product-box .bd {
  overflow: hidden;
}

.product-box ul {
  *zoom: 1;
  width: 1210px;
}

.product-box ul li:hover {
  border: #154a9a solid 1px;
}

.product-box ul:before,
.product-box ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.product-box ul:after {
  clear: both;
}

.product-box ul li {
  background: #fff;
  border: transparent solid 1px;

  text-align: center;
  float: left;
  width: 290px;
  height: 394px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.product-box ul li figure {
  height: 290px;
  line-height: 290px;
}

.product-box ul li figure img {
  vertical-align: middle;
}

.product-box ul li h4 {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 30px 5px;
}

.product-box ul li p {
  height: 24px;
  overflow: hidden;
  padding: 0 16px;
  color: #999;
}

.product-box ul li .info {
  margin-top: 20px;
  overflow: hidden;
  padding: 0 16px 10px;
}

.product-box ul li .info .browsing {
  float: left;
  color: #f7893a;
}

.product-box ul li .info .pri {
  float: right;
  color: #ff0000;
}

.product-box ul li:hover {
  box-shadow: 0 2px 10px #e8e8e8;
  transition: all .3s;
}

.pdt-printer ul li {
  overflow: hidden;
}

.pdt-printer ul li figure {
  transition: all .3s;
}

.pdt-printer ul li .info .browsing {
  transition: all .3s;
}

.pdt-printer ul li .cln-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  line-height: 50px;
  border-top: 1px solid #f5f5f5;
  background: #fff;
  transition: all .3s;
  *zoom: 1;
}

.pdt-printer ul li .cln-bot:before,
.pdt-printer ul li .cln-bot:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt-printer ul li .cln-bot:after {
  clear: both;
}

.pdt-printer ul li .cln-bot .Collection {
  float: left;
  cursor: pointer;
  margin-left: 10px;
}

.pdt-printer ul li .cln-bot .Collection i {
  font-size: 18px;
  color: #ff0000;
  margin-right: 7px;
  vertical-align: -2px;
}

.pdt-printer ul li .cln-bot .Collection.active i {
  background: #ff0000;
}

.pdt-printer ul li .cln-bot .shop-icon {
  float: right;
  cursor: pointer;
  margin-right: 16px;
}

.pdt-printer ul li .cln-bot .shop-icon i {
  color: #ff0000;
  font-size: 22px;
  margin-right: 7px;
}

.pdt-printer ul li:hover .info {
  transition: all .3s;
  margin-top: 5px;
  text-align: center;
}

.pdt-printer ul li:hover .info .browsing {
  display: none;
}

.pdt-printer ul li:hover .info .pri {
  transition: all .3s;
  float: none;
}

.pdt-printer ul li:hover figure {
  margin-top: -30px;
  transition: all .3s;
}

.pdt-printer ul li:hover .cln-bot {
  transition: all .3s;
  height: 50px;
}

.pdt-page {
  background: #fff;
  margin-bottom: 40px;
}

.pdt-page #page {
  padding: 20px 0;
}

.pgm-til {
  height: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}

.pgm-til .til {
  font-size: 24px;
  float: left;
  color: #333;
  padding-left: 10px;
  border-left: 8px solid #00a2ea;
}

.pgm-til dl {
  float: left;
}

.pgm-til dl dd {
  float: left;
  margin-left: 40px;
}

.pgm-til dl dd a {
  font-size: 20px;
  color: #666;
}

.pgm-til .pgm-page {
  margin-top: 5px;
  float: right;
}

.pgm-til .pgm-page p {
  float: left;
}

.pgm-til .pgm-page ul {
  float: left;
}

.pgm-til .pgm-page ul li {
  float: left;
  margin-left: 10px;
  color: #333;
  cursor: pointer;
}

.pgm-til .pgm-page ul li.active {
  color: #ff0000;
}

.pdt-subnav {
  background: #ffffff url(../img/product/pdt-subnav.jpg) top center repeat-x;
}

.pdt-subnav ul {
  *zoom: 1;
}

.pdt-subnav ul:before,
.pdt-subnav ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt-subnav ul:after {
  clear: both;
}

.pdt-subnav ul li {
  width: 200px;
  height: 184px;
  float: left;
  overflow: hidden;
  transition: all .3s;
}

.pdt-subnav ul li h3 {
  text-align: center;
  padding: 35px 0 16px;
}

.pdt-subnav ul li h3 a {
  font-size: 16px;
  transition: all .3s;
}

.pdt-subnav ul li dl {
  padding: 20px 0 0 26px;
  overflow: hidden;
}

.pdt-subnav ul li dl dd {
  float: left;
  margin: 0 0 20px 0;
  width: 85px;
}

.pdt-subnav ul li:hover {
  background: #00a2ea;
  transition: all .3s;
}

.pdt-subnav ul li:hover h3 {
  padding: 27px 0 20px;
  border-bottom: 1px solid #fff;
  transition: all .3s;
}

.pdt-subnav ul li:hover h3 a {
  font-size: 24px;
}

.pdt-subnav ul li:hover h3 a,
.pdt-subnav ul li:hover dd a {
  transition: all .3s;
  color: #fff;
}

.pdt-subnav.pdt-sub-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.pdt-sibnav {
  position: fixed;
  left: 50%;
  margin-left: -750px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  display: none;
  z-index: 3;
}

.pdt-sibnav ul {
  display: inline-block;
  position: relative;
}

.pdt-sibnav ul:after {
  content: '';
  border-right: 1px dashed #666;
  position: absolute;
  right: 6px;
  height: 100%;
  top: 0;
}

.pdt-sibnav ul li {
  position: relative;
  text-align: right;
  z-index: 2;
  cursor: pointer;
  padding: 12px 22px 12px 0;
}

.pdt-sibnav ul li:after {
  position: absolute;
  background: #fff;
  top: 18px;
  right: 0;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 3px solid #666;
}

.pdt-sibnav ul li.active a {
  color: #154a9a;
}

.pdt-sibnav ul li.active:after {
  border-color: #154a9a;
}

.pdt-sibnav.idx-sibnav {
  margin-left: -740px;
  width: 100px;
}

.pdt-main {
  background: #f5f5f5;
  padding: 60px 0 0;
}

.pdt-main .pdt-tj {
  margin-bottom: 0;
}

.pdt-main .pdt-tj ul {
  width: 1220px;
}

.pdt-main .pdt-tj ul li {
  height: auto;
  width: 233px;
}

.pdt-main .pdt-tj ul li .tj-pdt {
  color: #FF0000;
  text-align: center;
  padding-bottom: 12px;
}

.server-head {
  text-align: center;
  margin: 25px 0;
}

.server-head ul {
  display: inline-block;
}

.server-head ul li {
  width: 305px;
  text-align: center;
  float: left;
  height: 70px;
  line-height: 70px;
  background: #fafafa;
  border: 1px solid #ddd;
}

.server-head ul li a {
  color: #333;
  font-size: 20px;
  display: block;
}

.server-head ul li.active {
  border-color: #154a9a;
  background: #154a9a;
}

.server-head ul li.active a {
  color: #fff;
}

.store-main {
  padding: 60px 0;
}

.store-main .box {
  background: #fff;
  float: left;
  position: relative;
  width: 493px;
  height: 465px;
  border: 1px solid #ddd;
  padding: 70px 25px 110px;
  box-sizing: border-box;
}

.store-main .box .sto-logo {
  position: absolute;
  bottom: 0;
  right: 45px;
  bottom: 30px;
}

.store-main .box p {
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 20px;
}

.store-main ul {
  float: left;
  width: 706px;
  overflow: hidden;
}

.store-main ul li {
  float: left;
  margin: 0 0 10px 10px;
  position: relative;
}

.store-main ul li figure img {
  width: 100%;
  transition: transform .3s;
}

.store-main ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
}

.pfs-main {
  padding: 60px 0;
  background: #fff;
}

.pfs-main .box {
  background: #f1f1f1;
  width: 308px;
  height: 575px;
  float: left;
}

.pfs-main .box h2 {
  padding: 60px 0 10px;
  text-align: center;
  color: #00a2ea;
  font-size: 36px;
}

.pfs-main .box h5 {
  text-align: center;
  color: #00a2ea;
  font-size: 16px;
}

.pfs-main .box .link {
  width: 66px;
  height: 3px;
  background: #00a2ea;
  margin: 20px auto 35px;
}

.pfs-main .box ol {
  padding: 0 45px 0 56px;
}

.pfs-main .box ol li {
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 26px;
  position: relative;
}

.pfs-main .box ol li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #adaaaa;
  border-radius: 100%;
}

.pfs-main .pfs-img {
  width: 874px;
  float: right;
}

.site-main {
  padding: 60px 0;
}

.site-main .hd {
  margin-bottom: 40px;
  text-align: center;
}

.site-main .hd ul {
  display: inline-block;
  position: relative;
}

.site-main .hd ul:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}

.site-main .hd ul li {
  z-index: 2;
  position: relative;
  cursor: pointer;
  float: left;
  font-size: 18px;
  margin: 0 50px;
  background: url(../img/server/site-li.jpg) center top no-repeat;
  padding-top: 28px;
}

.site-main .hd ul li.on {
  background: url(../img/server/site-li-on.jpg) center top no-repeat;
}

.site-main .site-content .site-box {
  overflow: hidden;
}

.site-main .site-content .site-box .box {
  background: #fff;
  float: left;
  position: relative;
  width: 500px;
  height: 465px;
  border: 1px solid #ddd;
  padding: 30px 35px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-main .site-content .site-box .box .site-logo {
  margin-bottom: 40px;
}

.site-main .site-content .site-box .box p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}

.site-main .site-content .site-img {
  float: right;
  width: 700px;
}

.site-main .site-content .site-img img {
  width: 100%;
}

.after-main {
  padding: 60px 0;
}

.after-main ul {
  *zoom: 1;
}

.after-main ul:before,
.after-main ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.after-main ul:after {
  clear: both;
}

.after-main ul li {
  margin-right: 10px;
  background: #f8f8f8;
  float: left;
  width: 290px;
  text-align: center;
}

.after-main ul li figure img {
  width: 100%;
}

.after-main ul li .box {
  padding: 28px 16px;
}

.after-main ul li .box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.after-main ul li .box p {
  height: 66px;
  overflow: hidden;
}

.news-nav ul {
  background: #fff;
  position: relative;
}

.news-nav ul .news-bor {
  content: '';
  border: 1px solid #ddd;
  width: 100%;
  height: 97%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-main .news-cnt ul {
  width: 1240px;
  *zoom: 1;
}

.news-main .news-cnt ul:before,
.news-main .news-cnt ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.news-main .news-cnt ul:after {
  clear: both;
}

.news-main .news-cnt ul li {
  background: #fff;
  width: 380px;
  float: left;
  margin: 0 30px 40px 0;
  border-bottom: 1px solid #ddd;
  transition: all .3s;
}

.news-main .news-cnt ul li figure {
  overflow: hidden;
  height: 190px;
}

.news-main .news-cnt ul li figure img {
  width: 100%;
  transition: transform .4s;
  height: 190px;
  object-fit: cover;
}

.news-main .news-cnt ul li .box {
  padding: 30px 30px 0;
}

.news-main .news-cnt ul li .box h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 18px;
}

.news-main .news-cnt ul li .box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 25px;
}

.news-main .news-cnt ul li .box .date {
  height: 75px;
  line-height: 75px;
  border-top: 1px dashed #999;
  font-family: 'Arial';
  color: #999;
}

.news-main .news-cnt ul li:hover {
  border-color: #154a9a;
  border-color: #154a9a;
  transition: all .3s;
}

.news-main .news-cnt ul li:hover h4 {
  color: #154a9a;
  transition: all .3s;
}

.news-main .news-cnt ul li:hover img {
  transform: scale(1.04);
  transition: all .3s;
}

.news-main .news-dets {
  background: #fff;
  padding: 50px 100px;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.news-main .news-dets h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.news-main .news-dets h5 {
  font-family: Arial;
  text-align: center;
  color: #999;
  margin-bottom: 34px;
}

.news-main .news-dets hr {
  border: 0;
  border-top: 2px solid #ddd;
  margin-bottom: 34px;
}

.news-main .news-dets img {
  margin-bottom: 30px;
  max-width: 100%;
}

.news-main .news-dets p {
  margin-bottom: 30px;
}

.news-main .dets-title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  background: #d1d1d1;
}

.post-map {
  padding: 30px 0;
  overflow: hidden;
}

.post-map .post-map-nav {
  float: left;
}

.post-map .post-map-nav label {
  float: left;
  display: block;
}

.post-map .post-map-nav label img {
  margin-right: 8px;
}

.post-map .post-map-nav ul {
  float: left;
}

.post-map .post-map-nav ul li {
  float: left;
}

.post-map .post-map-nav ul li span {
  margin: 0 7px;
}

.post-map .post-map-back {
  float: right;
}

.pdt_details {
  *zoom: 1;
  background: #fff;
  padding: 30px;
}

.pdt_details:before,
.pdt_details:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt_details:after {
  clear: both;
}

.pdt_details .extra {
  width: 416px;
  float: left;
}

.pdt_details .extra .jqzoom {
  width: 100%;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block;
}

.pdt_details .extra .jqzoom img {
  width: 100%;
}

.pdt_details .extra .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}

.pdt_details .extra .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 350px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

.pdt_details .extra .zoomdiv img {
  max-width: initial;
}

.pdt_details .extra .spec-preview {
  width: 416px;
  height: 391px;
  border: 2px solid #999999;
  overflow: hidden;
}

.pdt_details .extra .spec-scroll {
  clear: both;
  margin-top: 18px;
  width: 416px;
  overflow: hidden;
}

.pdt_details .extra .spec-scroll .prev {
  float: left;
  margin-right: 4px;
}

.pdt_details .extra .spec-scroll .next {
  float: right;
}

.pdt_details .extra .spec-scroll .items {
  float: left;
  position: relative;
  width: 357px;
  height: 80px;
  overflow: hidden;
}

.pdt_details .extra .spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 80px;
}

.pdt_details .extra .spec-scroll .items ul li {
  float: left;
  width: 90px;
  text-align: center;
}

.pdt_details .extra .spec-scroll .items ul li img {
  border: 1px solid #ccc;
  width: 78px;
}

.pdt_details .extra .spec-scroll .items ul li img:hover {
  border: 1px solid #154a9a;
}

.pdt_details .extra .spec-scroll .items ul li.active img {
  border: 1px solid #154a9a;
}

.pdt_details .extra .spec-scroll .prev,
.pdt_details .extra .spec-scroll .next {
  display: block;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
}

.pdt_details .extra .spec-scroll .prev i,
.pdt_details .extra .spec-scroll .next i {
  font-size: 24px;
}

.pdt_details .extra .spec-scroll .prev:hover i,
.pdt_details .extra .spec-scroll .next:hover i {
  color: #154a9a;
}

.pdt_details .extra .outer-chain {
  background: #f5f5f5;
  margin-top: 60px;
  padding: 10px 20px;
}

.pdt_details .extra .outer-chain p {
  color: #999;
}

.pdt_details .extra .outer-chain a {
  color: #154a9a;
  text-decoration: underline;
}

.pdt_details .proinfo_cont {
  width: 680px;
  float: right;
  line-height: 32px;
}

.pdt_details .proinfo_cont h2 {
  font-size: 24px;
  color: #154a9a;
  margin: 0 0 5px;
}

.pdt_details .proinfo_cont h5 {
  color: #FF0000;
  margin-bottom: 25px;
}

.pdt_details .proinfo_cont hr {
  border: 0;
  height: 1px;
  background: #154a9a;
  margin-bottom: 30px;
}

.pdt_details .proinfo_cont .pdt_label {
  margin-bottom: 20px;
  *zoom: 1;
}

.pdt_details .proinfo_cont .pdt_label:before,
.pdt_details .proinfo_cont .pdt_label:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt_details .proinfo_cont .pdt_label:after {
  clear: both;
}

.pdt_details .proinfo_cont .pdt_label label {
  letter-spacing: 1px;
}

.pdt_details .proinfo_cont .pdt_label span {
  display: inline-block;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  border: 1px solid #ddd;
}

.pdt_details .proinfo_cont>dl {
  margin-bottom: 10px;
  *zoom: 1;
}

.pdt_details .proinfo_cont>dl:before,
.pdt_details .proinfo_cont>dl:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt_details .proinfo_cont>dl:after {
  clear: both;
}

.pdt_details .proinfo_cont>dl>dt {
  float: left;
  width: 80px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
}

.pdt_details .proinfo_cont>dl>dd {
  width: 570px;
  float: left;
}

.pdt_details .proinfo_cont>dl>dd .quantity p {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 10px;
  margin-right: 8px;
  line-height: 32px;
}

.pdt_details .proinfo_cont>dl>dd .quantity p input {
  text-align: center;
  color: #666;
  width: 80px;
}

.pdt_details .proinfo_cont>dl>dd .quantity p span {
  cursor: pointer;
  font-size: 20px;
}

.pdt_details .proinfo_cont>dl>dd .kl {
  color: #154a9a;
}

.pdt_details .proinfo_cont>dl>dd .zq span {
  margin-right: 10px;
}

.pdt_details .proinfo_cont>dl>dd .zq span strong {
  color: #154a9a;
}

.pdt_details .proinfo_cont .its {
  line-height: 20px;
  border-top: 1px solid #dddddd;
  padding: 15px 0;
  color: #999999;
}

.pdt_details .proinfo_cont .pdt_tel {
  background-color: #f5f5f5;
  padding: 20px 16px 10px;
}

.pdt_details .proinfo_cont .pdt_tel .total h4 {
  font-size: 20px;
  color: #154a9a;
}

.pdt_details .proinfo_cont .pdt_tel .total h4 span {
  color: #ff0036;
  font-size: 24px;
  font-family: Arial;
}

.pdt_details .proinfo_cont .pdt_tel .total h4 span i {
  color: #ff0036;
}

.pdt_details .proinfo_cont .pdt_tel .total p {
  color: #999;
  line-height: 20px;
}

.pdt_details .proinfo_cont .pdt_tel .page-views {
  text-align: right;
  color: #f7893a;
}

.pdt_details .proinfo_cont .fd-cnt {
  margin-top: 30px;
  *zoom: 1;
}

.pdt_details .proinfo_cont .fd-cnt:before,
.pdt_details .proinfo_cont .fd-cnt:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt_details .proinfo_cont .fd-cnt:after {
  clear: both;
}

.pdt_details .proinfo_cont .fd-cnt ul li {
  float: left;
  margin-right: 18px;
  width: 205px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #f5f5f5;
  transition: all .3s;
}

.pdt_details .proinfo_cont .fd-cnt ul li a {
  color: #154a9a;
  font-weight: bold;
  display: block;
  font-size: 16px;
  transition: all .3s;
}

.pdt_details .proinfo_cont .fd-cnt ul li p {
  color: #fff;
  background: #154a9a;
  cursor: pointer;
  font-size: 16px;
}

.pdt_details .proinfo_cont .fd-cnt ul li p i {
  font-size: 30px;
  color: #fff;
  vertical-align: -7px;
}

.pdt_details .proinfo_cont .fd-cnt ul li dl {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 235px;
  border: 1px solid #ddd;
}

.pdt_details .proinfo_cont .fd-cnt ul li dl dd {
  border-bottom: 1px solid #ddd;
  color: #154a9a;
  line-height: 20px;
  padding: 13px;
  cursor: pointer;
  text-align: left;
}

.pdt_details .proinfo_cont .fd-cnt ul li:hover {
  background: #154a9a;
  transition: all .3s;
}

.pdt_details .proinfo_cont .fd-cnt ul li:hover a {
  transition: all .3s;
  color: #fff;
}

.pdt_details .proinfo_cont2 {
  margin-right: 30px;
  width: 650px;
}

.pdt_details .proinfo_cont2 h2 {
  color: #333;
}

.pdt_details .proinfo_cont2 h5 {
  color: #999;
  margin-bottom: 15px;
}

.pdt_details .proinfo_cont2 .month {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.pdt_details .proinfo_cont2 .month p {
  float: left;
}

.pdt_details .proinfo_cont2 .month p span {
  color: #ff0000;
  font-size: 24px;
}

.pdt_details .proinfo_cont2 .month p span em {
  color: #ff0000;
  margin-left: 5px;
}

.pdt_details .proinfo_cont2 .month a {
  display: block;
  float: right;
  background: #154a9a;
  border-radius: 4px;
  color: #fff;
  width: 100px;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

.pdt_details .proinfo_cont2 .month a img {
  vertical-align: -2px;
  margin-right: 5px;
}

.pdt_details .proinfo_cont2 .brand-new {
  border: 1px solid #154a9a;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
}

.pdt_details .proinfo_cont2 .list ul li {
  line-height: 32px;
  border: 1px solid #ddd;
  padding-left: 25px;
  margin-bottom: 10px;
}

.pdt_details .proinfo_cont2 .list ul li.active {
  border-color: #154a9a;
}

.pdt_details .proinfo_cont2 .selling-price {
  display: inline-block;
  margin-right: 40px;
}

.pdt_details .proinfo_cont2 .selling-price p span {
  color: #FF0000;
  font-family: arial;
  font-size: 24px;
}

.pdt_details .proinfo_cont2 .selling-price p span em {
  color: #FF0000;
}

.pdt_details .proinfo_cont2 .sell-ins {
  display: inline-block;
  width: auto;
  float: none;
}

.pdt_details .proinfo_cont2 .sell-ins p {
  display: inline-block;
}

.pdt_details .proinfo_cont2 .sell-ins .Instructions {
  display: inline-block;
}

.pdt_details .proinfo_cont2 .pdt-over {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.pdt_details .proinfo_cont2 .pdt_tel {
  overflow: hidden;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome {
  overflow: hidden;
  margin-bottom: 20px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome #date {
  margin-right: 40px;
  float: left;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome #date input {
  line-height: 26px;
  color: #666;
  width: 120px;
  background: #ffffff url(../img/product/date-icon.png) 100px center no-repeat;
  border: 1px solid #ddd;
  text-indent: 17px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .period {
  float: left;
  margin-right: 40px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .period input{
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding: 3px 6px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .period>span {
  letter-spacing: 4px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .qat>span {
  letter-spacing: 4px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .qat .qat-cnt {
  display: inline-block;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .qat .qat-cnt p {
  background: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 10px;
  margin-right: 8px;
  line-height: 29px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .qat .qat-cnt p span {
  cursor: pointer;
  font-size: 20px;
}

.pdt_details .proinfo_cont2 .pdt_tel-dome .qat .qat-cnt p input {
  text-align: center;
  color: #666;
  width: 40px;
  vertical-align: 2px;
}

.pdt_details .proinfo_cont2 .total {
  float: left;
}

.pdt_details .proinfo_cont2 .page-views {
  float: right;
  margin-top: 18px;
}

.pdt_details .proinfo_cont2 .fd-cnt ul {
  overflow: hidden;
  width: 670px;
}

.pdt_details .proinfo_cont2 .fd-cnt ul li {
  width: 186px;
}

.pdt_details .proinfo_cont2 .fd-cnt ul li.fd-cnt-tel {
  width: 242px;
}

.pdt_details .proinfo_cont2 .fd-cnt ul li.fd-cnt-tel a {
  color: #fff;
}

.Instructions {
  position: relative;
}

._citys {
  display: inline-block;
  position: absolute;
  background: #fff;
}

._citys span {
  color: #56b4f8;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  right: 1em;
  top: 10px;
  border: 1px solid #56b4f8;
  cursor: pointer;
}

._citys0 {
  width: 100%;
  height: 34px;
  display: inline-block;
  border-bottom: 2px solid #56b4f8;
  padding: 0;
  margin: 0;
}

._citys0 li {
  float: left;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 15px;
  color: #888;
  width: 80px;
  text-align: center;
  cursor: pointer;
}

.citySel {
  background-color: #56b4f8;
  color: #fff !important;
}

._citys1 {
  height: 80%;
  display: inline-block;
  padding: 10px;
  overflow: auto;
}

._citys1 a {
  height: 35px;
  display: inline-block;
  color: #666;
  margin-top: 3px;
  line-height: 35px;
  cursor: pointer;
  font-size: 13px;
  width: 20%;
  text-align: center;
  overflow: hidden;
  transition: all .3s;
}

._citys1 a:hover {
  color: #fff;
  background-color: #56b4f8;
  transition: all .3s;
}

.Instructions .icon-down {
  cursor: pointer;
  margin-left: 5px;
  vertical-align: -1px;
}

.pdt_det-con {
  background: #fff;
  padding: 30px;
  margin-top: 30px;
}

.det-city {
  text-align: center;
  padding: 80px 0 20px;
}

.det-city ul {
  display: inline-block;
}

.det-city ul li {
  margin: 0 100px;
  float: left;
  position: relative;
}

.det-city ul li select {
  cursor: pointer;
  font-size: 18px;
  width: 120px;
  color: #666;
}

.det-city ul li select option {
  font-size: 15px;
}

.det-city ul li select span {
  font-size: 18px;
}

.det-city ul li select i {
  font-size: 22px;
  vertical-align: -2px;
  margin-left: 5px;
}

.det-city ul li select.active span {
  color: #154a9a;
}

.det-city ul li select.active i {
  transform: rotate(-180deg);
  display: inline-block;
  color: #154a9a;
}

.det-city ul li dl {
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  width: 100%;
  padding: 10px 20px 0;
  background: #fff;
  z-index: 2;
}

.det-city ul li dl dd {
  border-bottom: 1px solid #ddd;
  line-height: 32px;
  cursor: pointer;
}

.all-city {
  text-align: center;
}

.all-city a {
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0 15px;
  line-height: 16px;
}

.all-city a.active {
  color: #154a9a;
}

.all-city-cont {
  margin-top: 35px;
}

.all-city-cont ul {
  width: 1160px;
  *zoom: 1;
  height: 480px;
  overflow-y: auto;
}

.all-city-cont ul:before,
.all-city-cont ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.all-city-cont ul:after {
  clear: both;
}

.all-city-cont ul li {
  width: 270px;
  height: 210px;
  position: relative;
  margin-right: 16px;
  margin-bottom: 30px;
  float: left;
}

.all-city-cont ul li figure {
  position: relative;
}

.all-city-cont ul li>p {
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
}

.all-city-cont ul li figure img {
  width: 100%;
}

.all-city-cont ul li figure .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 170px;
  padding: 10px 20px;
  background: rgba(21, 74, 154, 0.74);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}

.all-city-cont ul li figure .box p {
  margin-bottom: 5px;
  color: #fff;
}

.all-city-cont ul li a>p {
  text-align: center;
  margin-top: 10px;
}

.all-city-cont ul li:hover figure .box,
.all-city-cont ul li.active figure .box {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s;
}

.pdt-det-bot {
  margin-top: 30px;
  padding-bottom: 60px;
  *zoom: 1;
}

.pdt-det-bot:before,
.pdt-det-bot:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt-det-bot:after {
  clear: both;
}

.pdt-det-bot .det-bot-nav {
  float: left;
  width: 218px;
}

.pdt-det-bot .det-bot-nav .til {
  background: #154a9a;
  color: #fff;
  margin-bottom: 10px;
  line-height: 46px;
  font-size: 18px;
  padding-left: 35px;
}

.pdt-det-bot .bot-scroll-list {
  background: #fff;
  padding: 20px;
}

.pdt-det-bot .bot-scroll-list .bd ul li {
  height: 208px;
  margin-bottom: 20px;
}

.pdt-det-bot .bot-scroll-list .bd ul li figure {
  border: 1px solid #ddd;
}

.pdt-det-bot .bot-scroll-list .bd ul li figure img {
  width: 100%;
}

.pdt-det-bot .bot-scroll-list .bd ul li h4 {
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}

.pdt-det-bot .bot-scroll-list .bd ul li p {
  margin-top: 5px;
  text-align: center;
}

.pdt-det-bot .det-bot-cont {
  float: right;
  width: 952px;
  background: #fff;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-head {
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  background: #fff;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-head ul {
  overflow: hidden;
  position: relative;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-head ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ddd;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-head ul li {
  position: relative;
  z-index: 2;
  padding: 0 35px;
  cursor: pointer;
  line-height: 46px;
  float: left;
  font-size: 16px;
  color: #333;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-head ul li.active {
  color: #154a9a;
  border-bottom: 4px solid #154a9a;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-sli {
  padding: 0 33px 20px;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-sli img {
  margin-bottom: 20px;
}

.pdt-det-bot .det-bot-cont .det-bot-cont-sli h4,
.pdt-det-bot .det-bot-cont .det-bot-cont-sli p {
  margin-bottom: 20px;
}

.pdt-det-bot .det-bot-cont .comment>h4 {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 16px;
}

.pdt-det-bot .det-bot-cont .comment .tebj {
  margin-bottom: 40px;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul {
  overflow: hidden;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li {
  float: left;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.percen {
  width: 170px;
  text-align: center;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.percen span {
  color: #154a9a;
  font-size: 48px;
  font-family: arial;
  margin-top: 10px;
  display: inline-block;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.co-cen {
  float: left;
  width: 350px;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.co-cen span {
  display: inline-block;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.co-cen span.hp {
  width: 70px;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.co-cen span.zz_rg {
  width: 124px;
  height: 12px;
  background: #f3f3f3;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.co-cen span.zz_rg i {
  display: block;
  height: 12px;
  background: #154a9a;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.te-cen {
  float: right;
}

.pdt-det-bot .det-bot-cont .comment .tebj ul li.te-cen a.jfnuv {
  display: block;
  width: 136px;
  text-align: center;
  padding: 5px;
  color: white;
  background: #154a9a;
  margin: 0 auto;
  margin-top: 10px;
}

.pdt-det-bot .det-bot-cont .comment .nchx_com {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}

.pdt-det-bot .det-bot-cont .comment .nchx_com textarea {
  padding: 10px;
  height: 90px;
  color: #666;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f0f0f0;
}

.pdt-det-bot .det-bot-cont .comment .nchx_com a.jfnuv {
  display: block;
  width: 136px;
  float: right;
  text-align: center;
  padding: 5px;
  color: white;
  background: #154a9a;
  margin-top: 10px;
}

.pdt-det-bot .det-bot-cont .comment .cte-deta {
  margin-bottom: 40px;
}

.pdt-det-bot .det-bot-cont .comment .cte-deta ul {
  overflow: hidden;
}

.pdt-det-bot .det-bot-cont .comment .cte-deta ul li {
  padding: 0 20px;
  float: left;
}

.pdt-det-bot .det-bot-cont .comment .cte-deta ul li.red {
  border-bottom: 2px solid #154a9a;
  padding-bottom: 12px;
}

.pdt-det-bot .det-bot-cont .comment .cte-deta ul li.red a {
  color: #154a9a;
}

.pdt-det-bot .det-bot-cont .comment .people-comment {
  position: relative;
  *zoom: 1;
}

.pdt-det-bot .det-bot-cont .comment .people-comment:before,
.pdt-det-bot .det-bot-cont .comment .people-comment:after {
  display: table;
  line-height: 0;
  content: "";
}

.pdt-det-bot .det-bot-cont .comment .people-comment:after {
  clear: both;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-ph-name {
  float: left;
  width: 18%;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-ph-name .img-aroun {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-ph-name .img-aroun img {
  border-radius: 100%;
  width: 100%;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-ph-name .menb-name {
  float: left;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com {
  float: left;
  width: 67%;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .start {
  margin-bottom: 10px;
  background: url(../img/product/start.png);
  background-repeat: repeat-x;
  display: inline-block;
  height: 21px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .start1 {
  width: 24px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .start2 {
  width: 48px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .start3 {
  width: 72px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .start4 {
  width: 96px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .start5 {
  width: 120px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .comfis {
  margin-bottom: 10px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .comfis span {
  font-size: 12px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .person-com .bolist span {
  font-size: 12px;
  color: #999;
  margin-right: 12px;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .g_come {
  float: left;
  width: 15%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 0;
}

.pdt-det-bot .det-bot-cont .comment .people-comment .g_come .detai-ico {
  background: url(../img/product/detail.png) 0 0 no-repeat;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  width: 25px;
  height: 28px;
  background-position: -49px -24px;
}

.pdt_det-con2 {
  padding-top: 0;
}

.pdt_det-con2 h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  padding: 35px 0;
}

.pdt_det-con2 .det-city {
  padding-top: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.pdt-det-bot2 .det-bot-cont {
  width: auto;
  float: none;
}

.contact-top {
  background: #fff;
  padding: 40px 30px 20px;
  margin-bottom: 30px;
}

.contact-top .map-cnt {
  float: left;
  width: 560px;
}

.contact-top .map-cnt iframe {
  width: 100%;
  height: 400px;
}

.contact-top .map-cnt .box {
  margin-top: 40px;
}

.contact-top .map-cnt .box p {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-top .map-cnt .box p a {
  border: 1px solid #154a9a;
  color: #154a9a;
  padding: 0 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 20px;
}

.contact-top .map-img {
  float: right;
  width: 560px;
}

.contact-top .map-img .box {
  margin-top: 40px;
  padding-left: 50px;
}

.contact-top .map-img .box p {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-top .map-img .box .weix {
  overflow: hidden;
}

.contact-top .map-img .box .weix span {
  float: left;
  font-size: 18px;
}

.contact-top .map-img .box .weix figure {
  float: left;
  margin-left: 34px;
}

.contact-main {
  padding-bottom: 60px;
}

.contact-content {
  background: #fff;
  padding: 60px 0 1px;
}

.contact-content .det-city {
  padding: 0;
  background: linear-gradient(#00a2ea, #0093d5);
  padding: 0 20px;
}

.contact-content .det-city ul li {
  width: 260px;
  margin: 0 120px 0 0;
  float: left;
}

.contact-content .det-city ul li select {
  height: 43px;
  line-height: 44px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact-content .det-city ul li select option {
  color: #666;
}

.contact-content .det-city ul li select span,
.contact-content .det-city ul li select i {
  color: #fff;
}

.contact-content .det-city ul li dl {
  top: 43px;
}

.contact-content .det-city ul li:last-child {
  margin: 0;
}

.contact-content .all-city {
  margin-top: 30px;
}

.contact-content .all-city a {
  width: 90px;
  height: 32px;
  line-height: 32px;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #ddd;
}

.contact-content .all-city a.active {
  background: #154a9a;
  color: #fff;
  border-color: #154a9a;
}

.contact-content article {
  margin-bottom: 60px;
  padding: 0 70px;
  border-bottom: 2px solid #f5f5f5;
}

.contact-content article .box-top {
  margin-top: 30px;
  overflow: hidden;
  background: #f5f5f5;
  padding: 36px 50px;
}

.contact-content article .box-top figure {
  float: left;
  width: 460px;
}

.contact-content article .box-top figure iframe {
  width: 100% !important;
}

.contact-content #dituContent {
  border: none !important;
}

.contact-content article .box-top .box-top-img {
  width: 460px;
  float: right;
}

.contact-content article .box-cnt {
  margin-top: 30px;
  *zoom: 1;
}

.contact-content article .box-cnt:before,
.contact-content article .box-cnt:after {
  display: table;
  line-height: 0;
  content: "";
}

.contact-content article .box-cnt:after {
  clear: both;
}

.contact-content article .box-cnt .box-cnt-left {
  width: 500px;
}

.contact-content article .box-cnt .box-cnt-left img {
  vertical-align: -2px;
  margin-right: 10px;
}

.contact-content article .box-cnt p {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-content article .box-cnt p a {
  border: 1px solid #154a9a;
  color: #154a9a;
  padding: 0 30px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 20px;
}

.contact-content article .box-cnt .box-cnt-left {
  float: left;
  width: 500px;
}

.contact-content article .box-cnt .box-cnt-right {
  float: right;
  width: 500px;
}

.contact2-content {
  background: url(../img/contact/contact2-bg.jpg) center top no-repeat;
}

.contact2-content .cnt-from {
  padding: 0 60px;
}

.contact2-content .cnt-from .clear-inp {
  overflow: hidden;
  margin-bottom: 30px;
}

.contact2-content .cnt-from .clear-inp input {
  width: 343px;
  float: left;
  margin-right: 15px;
}

.contact2-content .cnt-from .clear-inp input:last-child {
  margin: 0;
}

.contact2-content .cnt-from input,
.contact2-content .cnt-from textarea {
  display: block;
  width: 100%;
  background: #fff;
  line-height: 56px;
  text-indent: 2em;
  color: #666;
}

.contact2-content .cnt-from textarea {
  height: 190px;
  margin-bottom: 30px;
}

.contact2-content .cnt-from input[type=submit] {
  background: #154a9a;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
}

.scroll-top {
  background: url(../img/public/scroll-top.png) no-repeat;
  width: 63px;
  height: 65px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  display: none;
  cursor: pointer;
}

#allmap {
  width: 100%;
  height: 340px;
}

.anchorBL {
  display: none;
}

.coff_pri_ren .idx-title {
  background: url(../img/index/idx-title2.jpg) left center no-repeat;
}

.coff_pri_ren .idx-title .til,
.coff_pri_ren .idx-title span,
.coff_pri_ren .pri-mid .pro-mid-top .box i,
.coff_pri_ren .idx-title .tab ul li a {
  color: #603912;
}

.coff_pri_ren .idx-title .tab ul li span {
  background: #603912;
}