@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
td,
em {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}
html,
body {
  height: 100%;
  font-size: 16px;
  color: #474747;
}
img,
input,
button,
a,
select,
textarea {
  margin: 0;
  padding: 0;
  resize: none;
  border: none;
  outline: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img{
  max-width: 100%;
}
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
} /* 修正IE6振动bug */
a {
  color: #474747;
  text-decoration: none;
}
a:hover {
  color: #f10200;
  text-decoration: none;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
}

.welcome_bar {
  background: #f5f5f5;
  line-height: 36px;
  font-size: 13px;
  color: #888;
  width: 100%;

}
.welcome_bar .main {
  display: flex;
  justify-content: space-between;
}
.welcome_bar .right_content a {
  color: #888;
}

.welcome_bar_mobile {
  display: none;
}

/*头部 start*/

.header_w {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: #fff;
  top: 36px;
}
.header {
  clear: both;
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .logo img {
  display: block;
  max-width: 400px;
}

.so_l {
  float: right;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.so_l .lqq {
  margin-right: 10px;
}
.so_l .lqq_l {
  float: left;
  height: 20px;
}
.so_l .lqq_l p {
  line-height: 20px;
  color: #666;
  font-size: 16px;
}
.so_l .lqq_r {
  float: left;
  margin-left: 10px;
  height: 20px;
}
.so_l .lqq_r a {
  padding-left: 10px;
  line-height: 20px;
  color: #666;
}
.so_l .phone p {
  font-size: 20px;
  color: #eb3d00;
  font-family: Arial, Helvetica, sans-serif;
}

.lanage {
  float: right;
  line-height: 85px;
}
.lanage a {
  font-size: 14px;
  color: #666;
  margin: 0 3px;
}
.lanage a:hover {
  color: #eb3d00;
}

.header .btn_menu {
  display: none;
}
/*头部 end*/

/*导航 start*/

.nav_w {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}
.nav_w .close {
  display: none;
  position: absolute;
  top: 20px;
  left: auto;
  right: 3%;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(images/close.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.nav {
  text-align: center;
  float: left;
}
.nav li {
  position: relative;
  float: left;
  height: 65px;
  line-height: 65px;
}
.nav li a {
  display: block;
  font-size: 15px;
  color: #000;
  width: 98px;
}
.nav li a:hover {
  color: #fff;
  background: url(images/nav_hover.png) no-repeat 0 0;
  background-size: cover !important;
}

.nav li ul {
  margin: 1px 0 0 0;
  padding: 0;
  position: absolute;
  display: none;
  z-index: 2000;
  border-top: none;
}
.nav li ul li {
  float: none;
  display: inline;
  height: 30px;
  line-height: 30px;
  margin: 0;
  border: none;
}
.nav li ul li a {
  height: 30px;
  line-height: 30px;
  width: 100px;
  background: #f1f7fe;
  color: #333;
  font-size: 12px;
  border-right: none;
  border-bottom: 1px solid #dddddd;
}
.nav li ul li a:hover {
  height: 30px;
  line-height: 30px;
  background: #d70007;
  color: #fff;
  border: none;
}
.nav li ul li:first-child a {
  height: 30px;
  line-height: 30px;
  width: 100px;
  background: #f1f7fe;
  color: #333;
  font-size: 12px;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 5px 5px 0 0;
}
.nav li ul li:first-child a:hover {
  height: 30px;
  line-height: 30px;
  background: #d70007;
  color: #fff;
  border: none;
}
.nav li ul li:last-child a {
  height: 30px;
  line-height: 30px;
  width: 100px;
  background: #f1f7fe;
  color: #333;
  font-size: 12px;
  border-right: none;
  border-bottom: 1px solid #dddddd;
  border-radius: 0 0 5px 5px;
}
.nav li ul li:last-child a:hover {
  height: 30px;
  line-height: 30px;
  background: #d70007;
  color: #fff;
  border: none;
}
.nav li ul li .cur {
  border: none;
}
/*导航 end*/

.footer_w {
  overflow: hidden;
  margin-top: 2.5em;
  background-color: #727272;
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer {
  margin: 0 auto;
  clear: both;
  color: #ffffff;
}
.footer_p {
  display: flex;
  justify-content: center;
}
.footer a {
  color: #ffffff;
  font-size: 14px;
}
.footer .foot_ewm {
  float: left;
  width: 20%;
  margin-top: 2em;
}
.footer .foot_ewm .img {
  text-align: center;
}
.footer .foot_ewm .img > img {
  width: 140px;
  height: 140px;
}
.footer .foot_ewm p {
  font-size: 14px;
  color: #fff;
  padding-top: 15px;
  text-align: center;
}
.footer .foot_menu {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  float: left;
  width: 36%;
  padding: 0 1.5%;
}
.footer .foot_menu > li {
  width: 33.3%;
  text-align: center;
  float: left;
}
.footer .foot_menu dt {
  line-height: 26px;
  padding-bottom: 24px;
}
.footer .foot_menu dt a {
  font-size: 14px;
  color: #ffffff;
}
.footer .foot_menu dd > a {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.footer .foot_menu dd > a:hover {
  color: #fff;
}
.footer .foot_copy {
  float: right;
  width: 37%;
  margin-left: 3%;
}
.footer .foot_copy .iph {
  background: url(images/pic_4.png) no-repeat left center;
  padding-left: 44px;
}
.footer .foot_copy .iph > p {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}
.footer .foot_copy .iph > p.b {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.footer .foot_copy p {
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-align: left;
}
.footer .foot_copy p > a {
  color: #ffffff;
  margin: 0 0;
}
.footer .foot_copy p > a:hover {
  color: #fff;
}

.footer .Links {
  clear: both;
  padding: 50px 2em 0;
  font-size: 14px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.footer .Links a {
  padding: 3px 5px;
}
.footer .copyright {
  padding: 10px 2em 0;
  text-align: center;
}
.footer .copyright p {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.footer .copyright p .design58 {
  display: none;
}

.mzixun {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #000;
  opacity: 0.9;
  height: 60px;
  padding-top: 5px;
  display: none;
  z-index: 222;
}
.mzixun a {
  color: #fff;
}
.mzixun ul li {
  width: 33%;
  text-align: center;
  float: left;
}
.mzixun ul li i {
  width: 100%;
}
.telbox {
  position: relative;
  top: -66px;
  width: 100%;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #ec0400;
  margin: 0 auto;
  text-align: center;
  line-height: 85px;
}

/*新焦点图片 start*/
.swiper_1 {
  width: 100%;
  height: 700px;
}
.swiper_1 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.swiper_1 .swiper-slide img.pic {
  display: none;
}
.swiper_1.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 5%;
  left: 0;
  width: 100%;
}
.swiper_1 .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 0.4em;
  width: 1.1em;
  height: 1.1em;
  line-height: 14px;
  text-align: center;
  background: #363534;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}
.swiper_1 .swiper-pagination-bullet:first-child {
  margin-left: 120px !important;
}
.swiper_1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b82b0b;
  color: #fff;
}

/*新焦点图片 end*/

.main {
  clear: both;
  width: 76vw;
  margin: 0 auto 0;
}

.box_about_1_w {
  clear: both;
  text-align: center;
  margin: 0 auto 0;
  padding: 5em 0 5em;
  overflow: hidden;
  background: url(images/about_bg.jpg);
}
.box_about_1 {
  margin: 0 auto 0;
  max-width: 1200px;
}
.box_about_1 .main_p {
}
.box_about_1 .tit {
  margin: 0 auto;
  color: #00295d;
}
.box_about_1 .tit .titc {
  display: inline-block;
  margin: 0 2em;
  vertical-align: middle;
}
.box_about_1 .tit img {
  display: inline-block;
  vertical-align: middle;
  width: 11em;
}
.box_about_1 .tit .en {
  display: block;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.8em;
}
.box_about_1 .tit .t_name {
  display: block;
  font-size: 1.9em;
  line-height: 1.2em;
}
.box_about_1 .t_intro {
  margin: 1.6em 12% 0;
  line-height: 2em;
  color: #00295d;
}
.box_about_1 .t_intro .red {
  color: #b30c1d;
}
.box_about_1 .line {
  margin: 1em auto 0;
  background: #00295d;
  width: 2.8em;
  height: 3px;
  overflow: hidden;
  line-height: 3px;
}

.box_about_2_w {
  clear: both;
  text-align: center;
  margin: 0 auto 0;
  overflow: hidden;
  background: url(images/about_2_bg.png) center center no-repeat;
  background-size: cover;
}
.box_about_2 {
  margin: 0 auto 0;
  max-width: 1200px;
  position: relative;
  z-index: 0;
}
.box_about_2 .main_p {
}
.box_about_2 img {
  display: block;
  width: 100%;
  height: auto;
}
.box_about_2 .con {
  position: absolute;
  left: 0;
  width: 100%;
  top: 9%;
}
.box_about_2 .txt {
  margin: 1.6em auto 0;
  width: 50%;
  font-size: 0.9em;
  line-height: 1.8em;
  color: #f8f8f7;
}
.box_about_2 .more {
  margin: 2em auto 0;
  width: 40%;
  display: block;
  color: #f8f8f7;
  border: 1px solid #f8f8f7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 2em;
  padding-top: 1px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.box_about_2 .more:hover {
  color: #ddd;
  border: 1px solid #ddd;
}

/* 公司简介 PK 左右滚动 11end */
.box_pk_w {
  clear: both;
  background: #e7e6e3;
  overflow: hidden;
  margin-top: 50px;
}
.box_pk {
  padding: 2em 0 1em;
}

.box_pk .tit {
  color: #00295d;
  margin-bottom: 20px;
}

.box_pk .tit .title_box {
  display: flex;
  align-items: center;
}
.box_pk .tit .t_intro {
  display: block;
  margin: 0.5em auto 0 0;
  font-size: 0.9em;
  line-height: 1.8em;
}
.box_pk .tit .t_name {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em;
}
.box_pk .tit .en {
  display: block;
  font-size: 1em;
  line-height: 1.8em;
  color: #aaa;
  margin-left: 10px;
}

.list_pk {
}
.list_pk ul {
}
.list_pk li {
  clear: both;
  padding: 1.5em 0 1.7em;
}
/* .list_pk li.on { background:#b32835;} */
.list_pk li .li_b {
  max-width: 1200px;
  margin: 0 auto 0;
}
.list_pk li .li_b .li_p {
  position: relative;
  z-index: 0;
}
.list_pk .zl_li {
  float: left;
  width: 35%;
}
.list_pk .zl_li2 {
  float: right;
  width: 35%;
}

.list_pk .pic {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto 0;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  border-radius: 0.8em;
}
.list_pk .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.list_pk .txt {
  width: 76%;
  margin: 0.6em auto 0;
  line-height: 1.7em;
  font-size: 0.8em;
  text-align: center;
}
.list_pk .pk_name {
  position: absolute;
  top: 50%;
  margin-top: -4.5em;
  width: 24%;
  left: 38%;
  text-align: center;
}
.list_pk .pk_name .t1 {
  color: #333333;
  font-size: 1.6em;
  line-height: 1.2em;
}
.list_pk .pk_name .t2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ec0400;
  font-size: 3.7em;
  line-height: 1.2em;
  font-weight: bold;
}
.list_pk .pk_name .i_right {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  background: url(images/i_right.png) no-repeat;
  background-size: contain;
}
.list_pk .pk_name .i_wrong {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
  width: 2em;
  height: 2em;
  background: url(images/i_wrong.png) no-repeat;
  background-size: contain;
}
.list_pk li.on {
  background: #b32835;
}
.list_pk li.on .txt {
  color: #ffffff;
}
.list_pk li.on .pk_name .t1 {
  color: #ffffff;
}
.list_pk li.on .pk_name .t2 {
  color: #ffffff;
}
.list_pk li.on .pk_name .i_right {
  background-image: url(images/i_right_on.png);
}
.list_pk li.on .pk_name .i_wrong {
  background-image: url(images/i_wrong_on.png);
}

.box_case {
  clear: both;
  margin: 0 auto 0;
  padding: 0em 0 2em 0em;
  overflow: hidden;
  margin-top: 20px;
}

.box_case .tit {
  padding: 20px 0;
  background: url(../images/jy.jpg) repeat-x bottom center #e9e5e2;
  background-size: contain;
}
.box_case .tit .tit_c {
  width: 100%;
  text-align: center;
}
.box_case .tit .tit_c .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_case .title_box .line {
  background: #b5b5b6;
  width: 60px;
  height: 2px;
}
.box_case .tit .en {
  display: block;
  font-size: 1em;
  line-height: 1.8em;
  color: #aaa;
  margin-left: 10px;
  margin-right: 20px;
}
.box_case .tit .t_name {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #ec0400;
  margin-left: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  text-shadow: 1px 1px 0px #444;
}
.box_case .tit .t_intro {
  display: block;
  margin: 0.5em auto 0 0;
  font-size: 0.9em;
  line-height: 1.8em;
}

.sel_case {
  text-align: center;
}
.sel_case .sel_box {
  margin: 1em 2em 0 0;
  display: inline-block;
  position: relative;
  background: #ffffff;
  z-index: 10;
  color: #003333;
  font-size: 0.9em;
  line-height: 2.2em;
  border: 1px solid #bfbfbf;
  width: 8.5em;
  height: 2.2em;
  text-align: left;
}
.sel_case .sel_box .sel_btn {
  cursor: pointer;
  text-indent: 1em;
  background: url(images/arrow4.png) right center no-repeat;
}
.sel_case .sel_box .sel_con {
  display: none;
  border: 1px solid #bfbfbf;
  position: absolute;
  top: 2.2em;
  left: -1px;
  width: 100%;
  background: #ffffff;
}
.sel_case .sel_box .sel_con a {
  display: block;
  text-indent: 1em;
}
.sel_case .sel_box .sel_con a:hover {
  background: #474747;
  color: #ffffff;
}

.box_case .list {
  clear: both;
  margin-top: 1em;
}
.box_case .list ul {
  display: flex;
  flex-wrap: wrap;
}
.box_case .list li {
  float: left;
  width: 24%;
  margin-right: 15px;
  margin-bottom: 15px;
}
.box_case .list li:nth-child(4n) {
  margin-right: 0;
  transition: all 0.3s;
}
.box_case .list a {
  position: relative;
  z-index: 0;
  display: block;
  cursor: pointer;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 2%), 0px 7px 14px 0px rgb(0 0 0 / 6%);
}
.box_case .list img {
  display: block;
  width: 100%;
  height: auto;
}
.box_case .list .pic {
  position: relative;
}
.box_case .list .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #aa0918;
  filter: Alpha(opacity=86);

  background: rgba(170, 9, 24, 0.86) none repeat scroll 0% 0% !important;
  z-index: 98;
}
.box_case .list .text_box {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  z-index: 99;
  color: #fff;
  height: 32px;
  margin-top: -16px;
}
.box_case .list .text_box .line {
  background: #fff;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}
.box_case .list .txt {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 3em;
  font-size: 1em;
}
.box_case .list .txt .t_c {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.box_case .list li:hover .text_box {
  display: inline-block;
  transition: all 0.3s;
}
.box_case .list li:hover .bg {
  display: inline-block;
  transition: all 0.3s;
}
.box_case .list li:hover a {
  color: #474747;
}
.box_cust_w {
  clear: both;
  overflow: hidden;
  background: #e7e6e3;
}
.box_cust_w .swiper-button-prev,
.box_cust_w .swiper-button-next {
  outline: none;
}
.box_cust {
  margin: 0 auto 0;
  padding: 3em 0 4.1em;
}

.box_cust .tit {
  color: #00295d;
}

.box_cust .tit .title_box {
  display: flex;
  align-items: center;
}
.box_cust .tit .t_intro {
  display: block;
  margin: 0.5em auto 0 0;
  font-size: 0.9em;
  line-height: 1.8em;
}
.box_cust .tit .t_name {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em;
}
.box_cust .tit .en {
  display: block;
  font-size: 1em;
  line-height: 1.8em;
  color: #aaa;
  margin-left: 10px;
}

.list_cust_big_box {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.list_cust_big_box .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 0;
}
.list_cust_big_box .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background: #ec0400 !important;
}

.list_cust {
  clear: both;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.list_cust ul {
  margin: 0 -1% 0;
}
.list_cust .swiper-slide {
  float: left;
  width: 31.3%;
  margin: 100px 0 0;
  text-align: center;
  background: #fff;
  color: #00295d;
  position: relative;
}
.list_cust .swiper-slide .logo {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 5px 0px #ccc;
}
.list_cust .swiper-slide .logo img {
  max-width: 108px;
}
.list_cust .swiper-slide .title {
  padding-top: 65px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.list_cust .swiper-slide .info {
  padding: 15px;
}
.list_cust .swiper-slide .description {
  line-height: 26px;
  color: #666;

  height: 105px;
  overflow: hidden;
}
.list_cust .swiper-slide .pic {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 0;
  padding-bottom: 70%;
  margin-top: 10px;
}
.list_cust .swiper-slide .pic img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
}
.list_cust_big_box .swiper-button-prev:after {
  content: "";
}
.list_cust_big_box .swiper-button-next:after {
  content: "";
}
.list_cust_big_box .swiper-button-prev .iconfont {
  font-size: 36px;
  color: #b2b2b2;
}
.list_cust_big_box .swiper-button-next .iconfont {
  font-size: 36px;
  color: #b2b2b2;
}

.box_team {
  clear: both;
  padding: 2.8em 0 2.5em;
  overflow: hidden;
}
.box_team .tit {
  color: #00295d;
  margin-bottom: 30px;
}

.youshi {
  background: url(../images/mapbg.png) no-repeat center;
  width: 100%;
  padding: 30px 0 20px;
}
.youshi .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 3px;
}
.youshi .title_box .title {
  font-size: 1.8em;
  margin-left: 40px;
  color: #231815;
}
.youshi .title_box .title2 {
  margin-right: 40px;
  color: #ec0400;
  font-size: 1.8em;
}
.youshi .title_box .line {
  background: #dcdddd;
  width: 60px;
  height: 2px;
}
.youshi .titleen {
  width: 100%;
  color: #7f7f7f;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-family: Arial;
  letter-spacing: 1px;
}
.youshi .box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.youshi .box .item {
  width: 23.5%;
  position: relative;
}
.youshi .box .item .icon {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #ec0400;
  box-shadow: 0 2px 5px 5px #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 0;
  transition: 0.3s;
  cursor: pointer;
}
.youshi .box .item .icon:hover {
  top: -5px;
  width: 110px;
  height: 110px;
  transition: 0.3s;
  margin-left: -55px;
}
.youshi .box .item .text {
  color: #00295d;
  font-size: 14px;
  margin-top: 120px;
  line-height: 20px;
  text-align: center;
}
.box_team .tit .title_box {
  display: flex;
  align-items: center;
}
.box_team .tit .t_intro {
  display: block;
  margin: 0.5em auto 0 0;
  font-size: 0.9em;
  line-height: 1.8em;
}
.box_team .tit .t_name {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em;
}
.box_team .tit .en {
  display: block;
  font-size: 1em;
  line-height: 1.8em;
  color: #aaa;
  margin-left: 10px;
}

.list_team_big {
  position: relative;
  overflow: hidden;
}
.list_team {
  clear: both;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.list_team ul {
  margin: 0 -1% 0;
}
.list_team li {
  float: left;
  width: 23%;
  margin: 2.1em 1% 0;
  text-align: center;
}
.list_team .pic {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.list_team .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.list_team .t_name {
  margin-top: 0.6em;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #474747;
  text-align: center;
}
.list_team .t1 {
  margin-top: 0.4em;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #999999;
  text-align: center;
}
.list_team .t2 {
  margin-top: 0.8em;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #474747;
}
.list_team .num {
  margin-top: 0.6em;
  line-height: 1.4em;
  padding: 0 0.2em;
  font-weight: bold;
  display: inline-block;
  color: #ec0400;
  border: 1px solid #ec0400;
  font-size: 4.9em;
  -moz-border-radius: 0.05em;
  -webkit-border-radius: 0.05em;
  border-radius: 0.05em;
}
.list_team .num_hidden {
  display: none;
}

.list_team_2 {
  clear: both;
  overflow: hidden;
}
.list_team_2 ul {
  margin: 0 -1% 0;
}
.list_team_2 li {
  float: left;
  width: 23%;
  margin: 1.5em 1% 0;
  text-align: center;
}
.list_team_2 .pic {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.list_team_2 .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.list_team_2 .t_name {
  margin-top: 0.6em;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #474747;
}
.list_team_2 .t1 {
  margin-top: 0.4em;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #999999;
}
.list_team_2 .t2 {
  margin-top: 0.8em;
  line-height: 1.5em;
  font-size: 0.9em;
  color: #474747;
}
.list_team_2 .num {
  margin-top: 0.6em;
  line-height: 1.4em;
  padding: 0 0.2em;
  font-weight: bold;
  display: inline-block;
  color: #ec0400;
  border: 1px solid #ec0400;
  font-size: 4em;
  -moz-border-radius: 0.05em;
  -webkit-border-radius: 0.05em;
  border-radius: 0.05em;
}
.list_team_2 .num_hidden {
  display: none;
}
.list_team_big .swiper-button-prev,
.list_team_big .swiper-button-next {
  top: 30%;
  outline: none;
}
.list_team_big .swiper-button-prev .iconfont {
  font-size: 36px;
  color: #aaa;
}
.list_team_big .swiper-button-next .iconfont {
  font-size: 36px;
  color: #aaa;
}
.list_team_big .swiper-button-prev:after {
  content: "";
}

.list_team_big .swiper-button-next:after {
  content: "";
}

.box_news {
  float: left;
  width: 66%;
  margin-top: 2.8em;
}
.box_news .tit {
  text-align: left;
  padding: 0;
  font-size: 1.5em;
  color: #00295d;
}
.box_news .tit .line {
  margin: 0 auto 0.7em 0;
  background: #00295d;
  width: 2.3em;
  height: 3px;
  overflow: hidden;
  line-height: 3px;
}
.box_news .tit .en {
  display: inline-block;
  padding-right: 0.3em;
}
.box_news .tit .t_name {
  display: inline-block;
  margin-right: 0.3em;
}
.box_news .tit .more {
  float: right;
  display: inline-block;
  margin-top: 2.7em;
  margin-left: 1em;
  font-size: 12px;
}
.box_news .tit .more a {
  display: inline-block;
  padding-left: 1.4em;
  background: url(images/arrow.png) 0 center no-repeat;
}
.box_news .list_pic ul {
}
.box_news .list_pic li {
}
.box_news .list_pic .pic {
  float: left;
  display: block;
  width: 7.3em;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box_news .list_pic .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.box_news .list_pic .txt {
  margin-left: 8.2em;
}
.box_news .list_pic .txt a {
  color: #d2161d;
}
.box_news .list_pic .txt a:hover {
  text-decoration: underline;
}
.box_news .list_pic .p_name {
  margin-top: 1.3em;
  line-height: 1.8em;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
}
.box_news .list_pic .p_name a {
  color: #333333;
}
.box_news .list_pic .p_name a:hover {
  color: #d2161d;
}
.box_news .list_pic .p_intro {
  margin-top: 0.6em;
  line-height: 1.8em;
  height: 3.6em;
  font-size: 0.9em;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box_news .list {
  clear: both;
  padding-top: 1.5em;
}
.box_news .list ul {
}
.box_news .list li {
  float: left;
  width: 49%;
  margin-right: 1%;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  color: #4c4c4c;
}
.box_news .list a {
  background: url(images/dot.gif) 3px center no-repeat;
  padding-left: 15px;
  color: #4c4c4c;
}

.box_wd {
  float: right;
  width: 30%;
  border-left: 1px solid #ebeaea;
  margin-top: 2.8em;
}
.box_wd .tit {
  margin-left: 5%;
  text-align: left;
  padding: 0;
  font-size: 1.5em;
  color: #00295d;
}
.box_wd .tit .line {
  margin: 0 auto 0.7em 0;
  background: #00295d;
  width: 2.3em;
  height: 3px;
  overflow: hidden;
  line-height: 3px;
}
.box_wd .tit .en {
  display: inline-block;
  padding-right: 0.3em;
}
.box_wd .tit .t_name {
  display: inline-block;
  margin-right: 0.3em;
}
.box_wd .tit .more {
  float: right;
  display: inline-block;
  margin-top: 2.7em;
  margin-left: 1em;
  font-size: 12px;
}
.box_wd .tit .more a {
  display: inline-block;
  padding-left: 1.4em;
  background: url(images/arrow.png) 0 center no-repeat;
}

.swiper_wd {
  margin-top: 1em;
  margin-left: 5%;
  overflow: hidden;
}

.swiper_wd .qa_w {
  line-height: 2em;
  display: flex;
  justify-content: space-between;
}
.swiper_wd .qa_w .click {
  white-space: nowrap;
  font-size: 12px;
  color: #888;
  width: 70px;
  text-align: right;
}
.swiper_wd .qa_w .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper_wd .qa_w:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.box_about {
  float: left;
  width: 60%;
  margin-top: 2em;
}
.box_about .tit {
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
  padding: 1em 0 0.8em;
}
.box_about .tit .en {
  display: inline-block;
  font-size: 2.5em;
  padding-right: 0.3em;
}
.box_about .tit .t_name {
  display: inline-block;
  font-size: 1.2em;
}
.box_about .tit .more {
  float: right;
  display: inline-block;
  margin-top: 2.2em;
  margin-left: 1em;
  font-size: 12px;
}
.box_about .tit .more a {
  display: inline-block;
  padding-left: 1.4em;
  background: url(images/arrow.png) 0 center no-repeat;
}
.box_about .con {
}
.box_about .pic {
  margin-top: 1.4em;
  float: left;
  width: 257px;
  margin-right: 0.9em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box_about .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.box_about .txt {
  padding-top: 1.2em;
  font-size: 0.9em;
  line-height: 2.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.bg_gray {
  clear: both;
  margin-top: 3em;
  width: 100%;
  background: #f8f8f8;
  padding: 2.8em 0 1.2em;
}
.box_hzhb .big_box {
  position: relative;
}
.box_hzhb .big_box .hz_mySwiper {
  width: 91%;
  margin-top: 20px;
}
.box_hzhb .big_box .hz_mySwiper .pic {
  border: 1px solid #ddd;
  padding: 5px;
  text-align: center;
  margin: 5px 0;
  box-sizing: border-box;
}
.box_hzhb .big_box .hz_mySwiper .swiper-slide {
  box-sizing: border-box;
}
.box_hzhb .big_box .hz_mySwiper .pic img {
  max-width: 100%;
}
.box_hzhb .swiper-button-prev {
  outline: none;
  left: 0;
}
.box_hzhb .swiper-button-next {
  outline: none;
  right: 0;
}
.box_hzhb .big_box .swiper-button-prev:after {
  content: "";
}
.box_hzhb .big_box .swiper-button-next:after {
  content: "";
}
.box_hzhb {
  clear: both;
  margin: 2.2em auto 0;
}
.box_hzhb .tit {
  text-align: left;
  padding: 0;
  font-size: 1.5em;
  color: #00295d;
}
.box_hzhb .tit .line {
  margin: 0 auto 0.7em 0;
  background: #00295d;
  width: 2.3em;
  height: 3px;
  overflow: hidden;
  line-height: 3px;
}
.box_hzhb .tit .en {
  display: inline-block;
  padding-right: 0.3em;
}
.box_hzhb .tit .t_name {
  display: inline-block;
  margin-right: 0.3em;
}

/* 合作客户 左右滚动 11start */
.picScroll-left {
  clear: both;
  padding-bottom: 1em;
  overflow: hidden;
  position: relative;
  margin-top: 1.8em;
}
.picScroll-left .hd {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.picScroll-left .hd .prev {
  z-index: 5000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  display: block;
  height: 50px;
  width: 26px;
  overflow: hidden;
  text-indent: -1000px;
  background: url(images/arrow2.png) 0 center no-repeat;
}
.picScroll-left .hd .next {
  z-index: 5000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  display: block;
  height: 50px;
  width: 26px;
  overflow: hidden;
  text-indent: -1000px;
  background: url(images/arrow2.png) right center no-repeat;
}
.picScroll-left .hd .prevStop {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.picScroll-left .hd .nextStop {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
  background-position: 0 0;
}
.picScroll-left .bd {
  padding: 0 30px;
}
.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-left .bd ul li {
  margin: 0;
  width: 20%;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd .pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 12px 6px 0;
}
.picScroll-left .bd a {
  border: 1px solid #f3f3f3;
  display: block;
  height: auto;
  cursor: pointer;
}
.picScroll-left .bd a:hover {
  border: 1px solid #dddddd;
}
.picScroll-left .bd .pic img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper_hzhb_w {
  position: relative;
  z-index: 0;
  padding: 0 30px;
}
.swiper-container.swiper_hzhb {
  margin: 1.8em 0 0;
  padding: 0 0 1em;
}
.swiper_hzhb .swiper-slide {
}
.swiper_hzhb .swiper-slide .pic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 12px 6px 0;
}
.swiper_hzhb .swiper-slide a {
  border: 1px solid #f3f3f3;
  display: block;
  height: auto;
  cursor: pointer;
}
.swiper_hzhb .swiper-slide a:hover {
  border: 1px solid #dddddd;
}
.swiper_hzhb .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper_hzhb_w .swiper-button-prev {
  z-index: 5000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  display: block;
  height: 50px;
  width: 26px;
  overflow: hidden;
  text-indent: -1000px;
  background: url(images/arrow2.png) 0 center no-repeat;
}
.swiper_hzhb_w .swiper-button-next {
  z-index: 5000;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -25px;
  display: block;
  height: 50px;
  width: 26px;
  overflow: hidden;
  text-indent: -1000px;
  background: url(images/arrow2.png) right center no-repeat;
}
/* 合作客户 左右滚动 11end */

/* 客户评价滚动 start */
.picScroll-top {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.picScroll-top .hd {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  height: 30px;
  padding: 0 0;
}
.picScroll-top .hd .prev,
.picScroll-top .hd .next {
  display: block;
  width: 9px;
  height: 5px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("images/arrow3.png") 0 -100px no-repeat;
}
.picScroll-top .hd .next {
  background-position: 0 -140px;
}
.picScroll-top .hd .prevStop {
  background-position: -60px -100px;
}
.picScroll-top .hd .nextStop {
  background-position: -60px -140px;
}
.picScroll-top .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  zoom: 1;
}
.picScroll-top .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-top .hd ul li.on {
  background-position: 0 0;
}
.picScroll-top .bd {
  padding: 10px;
}
.picScroll-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll-top .bd ul li {
  clear: both;
  text-align: center;
  zoom: 1;
  border-bottom: 1px dashed #d9d8d8;
}

.picScroll-top .bd ul li .pic {
  margin: 1.4em 1em 1.3em 0;
  float: left;
  width: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.picScroll-top .bd ul li .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.picScroll-top .bd ul li .txt {
  padding: 1.4em 0 1.3em;
  text-align: left;
}
.picScroll-top .bd ul li .txt .t_name {
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  *white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
.picScroll-top .bd ul li .txt .t_name a {
  color: #333333;
}
.picScroll-top .bd ul li .txt .t_name a:hover {
  color: #f10200;
}
.picScroll-top .bd ul li .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 2em;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 客户评价滚动 end */

/*详情页面焦点图 start*/
.game163 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.game163 .bigImg {
  width: 100%;
  position: relative;
}
. .game163 .bigImg li {
  display: block;
  height: 100%;
}
.game163 .bigImg li a {
  display: block;
  width: 100%;
  height: 644px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.game163 .smallScroll {
}

.game163 .sPrev,
.game163 .sNext {
  z-index: 10;
  position: absolute;
  left: 3px;
  display: block;
  width: 18px;
  height: 132px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(/skin/css/images/arrow2.png) 0 center no-repeat #eee;
}
.game163 .sNext {
  z-index: 10;
  right: 3px;
  left: auto;
  background: url(/skin/css/images/arrow2.png) right center no-repeat #eee;
}
.game163 .sPrev:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.game163 .sNext:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.game163 .smallImg {
  margin: 15px 20px 0 24px;
  display: block;
  width: auto;
  overflow: hidden;
}
.game163 .smallImg ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.game163 .smallImg li {
  float: left;
  padding: 0;
  width: 24.8%;
  display: block;
}

.game163 .smallImg li a {
  display: block;
  margin: 0 1px;
  border: 1px solid #dcdbdb;
  width: auto;
  padding: 2px;
}
.game163 .smallImg li b {
  width: auto;
  display: block;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.game163 .smallImg .on a {
  border: 1px solid #da0d0f;
}
.game163 .pageState {
  position: absolute;
  top: 235px;
  right: 5px;
  font-family: "Times New Roman", serif;
  letter-spacing: 1px;
}
.game163 .pageState span {
  color: #f00;
  font-size: 16px;
}
/*详情页面焦点图  end*/

.btn_contact_w {
  z-index: 5000;
  position: fixed;
  top: 12em;
  right: 0;
}
.btn_contact_w .btn_contact {
  cursor: pointer;
  display: none;
  max-width: 28px;
  width: 1.75em;
  height: auto;
}
.btn_contact_w .con {
  display: block;
  width: 8.6em;
  background: #ffffff;
  text-align: center;
  font-size: 0.8em;
  border: 1px solid #eee;
}
.btn_contact_w .con .con_t {
  cursor: pointer;
  background: #aa1324;
  padding-top: 1px;
  line-height: 2.4em;
  color: #ffffff;
  font-weight: bold;
}
.btn_contact_w .con .kf {
  margin-top: 0.7em;
  margin-bottom: 0.6em;
  font-weight: bold;
  color: blue;
}

.btn_contact_w .con .btn{
  border-radius: 3px;
  border: 1px solid #cad9ee;
  background: #ecf3fb;
  color: #4178aa;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 15px;
}
.btn_contact_w .con .qq {
  margin-bottom: 0.4em;
}
.btn_contact_w .con .rx {
}
.btn_contact_w .con .tel {
  margin-top: 0.1em;
  color: #a81422;
}
.btn_contact_w .con .ewm {
  margin: 0.4em 0.2em 0.2em;
}
.btn_contact_w .con .ewm img {
  display: block;
  width: 100%;
  height: auto;
}
.btn_contact_w .con .con_b {
  background: #aa1324;
  color: #ffffff;
  line-height: 2.6em;
  padding-top: 1px;
}

.right_contact_img {
  z-index: 100;
  overflow: visible;
  top: 280px;
  _position: absolute;
  _top: expression((documentElement.scrollTop + 203) + "px");
  height: 170px;
  width: 56px;
  right: 0;
}

.right_contact_img ul li {
  width: 56px;
  height: 56px;
  margin-bottom: 1px;
  position: relative;
}

.right_contact_img ul .last {
  margin-bottom: 0px;
}

.right_contact_img ul li .pull_down2 {
  position: absolute;
  right: -201px;
  top: 0;
  width: 180px;
  height: 56px;
}
.right_contact_img ul li .pull_down2 a {
  width: 201px;
  height: 56px;
  display: block;
}

.right_contact_img ul li .pull_down2 .ding {
  position: absolute;
  width: 48px;
  left: 23px;
  top: 0px;
}

.right_contact_img ul li .pull_down2 .yi {
  position: absolute;
  width: 48px;
  left: 88px;
  top: 0px;
}

/*详情页面 end*/

.foot_kefu {
  background: rgba(170, 9, 24, 0.86);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8b21010,endColorstr=#C8b21010);
  color: #fff;
  width: 100%;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 200;
  display: none;
}
.foot_kefu .main {
  width: 1200px;
  margin: 0 auto;
}

.foot_kefu .info {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.foot_kefu .pic {
  display: inline-block;
  vertical-align: middle;
}
.foot_kefu .form {
  margin-left: 20px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.foot_kefu .form .input {
  border: none;
  height: 36px;
  padding-left: 10px;
  background: #fff;
  float: left;
  margin-right: 10px;
}

.foot_kefu .form span {
  float: left;
  color: #474747;
  margin-left: -35px;
}

.foot_kefu .form .btn {
  background: #eac616;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  width: 120px;
  text-align: center;
  float: left;
  height: 36px;
}

.inner_position {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.liuchengbg {
  background: #e9e5e2;
  padding: 25px 0;
  color: #595757;
}
.liuchengbg .mainn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
}
.liuchengbg .arrow {
  margin: 0 10px;
  width: 10px;
}
.liuchengbg .arrow img {
  max-width: 100%;
}
.liuchengbg .title {
  font-size: 22px;
  font-weight: bold;
  width: 20vw;
  text-align: center;
}
.liuchengbg .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 76vw;
  padding-right: 10vw;
}
.liuchengbg .box .icon {
  width: 30px;
  margin: 0 auto;
}
.liuchengbg .box .text {
  font-size: 14px;
}
.liuchengbg .box img {
  max-width: 100%;
}
.liuchengbg .box .item {
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.liuchengbg .box .item:hover {
  transition: all 0.3s;
  transform: scale(1.15);
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../font/SourceHanSansCN-Regular.ttf");
}
.service_box {
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: "SourceHanSansCN-Regular";
}
.service_box .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.service_box .title_box .title {
  font-size: 1.8em;
  margin-left: 20px;
  color: #231815;
}
.service_box .title_box .title2 {
  margin-right: 20px;
  color: #ec0400;
  font-size: 1.8em;
}
.service_box .title_box .line {
  background: #dcdddd;
  width: 60px;
  height: 2px;
}
.service_box .titleen {
  width: 100%;
  color: #7f7f7f;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-family: Arial;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: inline-block;
}
.service_box .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}
.service_box .box .item {
  cursor: pointer;
  width: 25%;
}
.service_box .box .item .line {
  height: 1px;
  width: 100%;
  background: #ec0400;
}
.service_box .box .item:nth-child(2n) .line {
  background: #b5b5b6;
}
.service_box .box .item .info {
  padding: 15px;
}
.service_box .box .item .title {
  font-weight: bold;
}
.service_box .box .item .txt {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #727171;
}
.service_box .box .item .more {
  width: 100%;
  text-align: right;
  color: #727171;
  font-size: 12px;
  display: inline-block;
}
.service_box .box .item .more:hover {
  color: #ec0400;
}
.service_box .box .item .pic img {
  width: 100%;
}
.service_box .box .icon {
  background: #f5f5f5;
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.service_box .box .text {
  width: 100%;
  text-align: center;
  color: #00295d;
}
.service_box .box .icon img {
  max-width: 60%;
}
.service_box .box .icon .img11 {
  display: none;
}
@media (min-width: 1600px) {
  .so_l {
    margin-left: 30px;
  }
  .nav li {
    height: 75px;
    line-height: 75px;
  }
  .nav li a {
    font-size: 1.1rem;
    width: 120px;
    text-align: center;
  }
  .swiper_wd .qa_w {
    line-height: 2.2em;
  }
  .nav li ul li a {
    width: 120px;
  }
  .nav li ul li a:first-child {
    width: 120px;
  }
  .nav li ul li a:last-child {
    width: 120px;
  }
}
@media (max-width: 1520px) {
  .service_box .box .item .txt {
    height: 60px;
  }
  .header .logo img {
    max-width: 355px;
  }
}
@media (max-width: 1350px) {
  .main {
    width: 1020px;
  }
  .header .logo img {
    max-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .right_contact_img {
    top: auto;
    bottom: 5em;
  }
  .foot_kefu {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .game163 .smallImg li {
    width: 24.4%;
  }
  .game163 .sPrev,
  .game163 .sNext {
    height: 100px;
  }
}
@media screen and (max-width: 1220px) {
  .header_w {
    left: 0;
    margin-left: 0;
  }
  .list_pk li .li_b .li_p {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1200px) {
  .list_team .num {
    font-size: 4em;
  }
  .footer {
    width: 100%;
  }
}
@media screen and (max-width: 1160px) {
  .list_team_2 .num {
    font-size: 4em;
  }
  .box_case .list li {
    margin-right: 1.33%;
  }
}
@media screen and (max-width: 1120px) {
  .list_team_2 .num {
    font-size: 3.3em;
  }
  .footer .foot_ewm {
    width: 36%;
  }
  .footer .foot_menu {
    width: 57%;
  }
  .footer .foot_copy {
    float: none;
    clear: both;
    width: 88%;
    max-width: 370px;
    margin: 0 auto 0;
    padding-top: 3em;
  }

  .box_about_2 .main_p {
    padding-left: 138px;
  }
  .box_about_2 .txt {
    width: 70%;
  }
  .box_about_2 .more {
    width: 60%;
  }
  .service_box .box .item .txt {
    height: 90px;
  }
}
@media screen and (max-width: 990px) {
  .list_team .num {
    font-size: 3.2em;
  }
  .box_case .list li {
    width: 23.5%;
    margin-right: 2%;
  }
  .main {
    width: 95vw;
  }
  .so_l {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .list_team_2 .num {
    font-size: 2.8em;
  }
  .box_about {
    float: none;
    width: 100%;
    margin: 2em auto 0;
  }
  .box_about .txt {
    -webkit-line-clamp: auto;
    overflow: inherit;
    display: inherit;
  }

  .game163 .smallImg li {
    width: 24.2%;
  }
  .game163 .sPrev,
  .game163 .sNext {
    height: 60px;
  }

  .sel_case .sel_box {
    margin-right: 1em;
    font-size: 0.8em;
  }

  .mzixun {
    display: block;
  }
  .footer_w {
    padding-bottom: 80px;
  }
  .btn_contact_w {
    display: none;
  }
  .footer .foot_ewm {
    display: none;
  }
  .footer .foot_menu {
    border-left: none;
    padding-left: 0;
  }
  .footer .foot_copy {
    margin-left: 30px;
    padding-top: 0;
  }
  .footer_w {
    padding-top: 50px;
  }
  .nav li a {
    font-size: 0.9rem;
    width: 80px;
    text-align: center;
  }

  .nav li ul li a {
    width: 80px;
  }
  .nav li ul li:first-child a {
    width: 80px;
  }
  .nav li ul li:last-child a {
    width: 80px;
  }
  .nav li a:hover {
    width: 80px;
    background: url(images/nav_hover.png) no-repeat center;
  }
  .tuijian_news {
    flex-wrap: wrap;
  }
  .tuijian_news ul {
    width: 100%;
  }
  .tuijian_news .line {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .box_ts li {
    width: 50%;
  }

  .slideBox .hd {
    height: 1.2em;
    bottom: 0.4em;
  }
  .slideBox .hd ul li {
    margin: 0 0.3em;
    width: 0.6em;
    height: 0.6em;
  }
}
@media screen and (max-width: 768px) {
  .box_hzhb .hzhb_pc_box {
    display: none;
  }
  .header_w {
    width: 100%;
    height: auto;
    bottom: auto;
    top: 36px;
    left: 0;
    margin-left: 0;
    background: #ffffff !important;
  }
  .header {
    width: 100%;
  }
  .header .logo_m {
    display: block;
    float: left;
    width: auto;
    position: static;
    padding-left: 1em;
  }
  .header .btn_menu {
    cursor: pointer;
    position: absolute;
    float: right;
    right: 1em;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/btn_menu.png) center center no-repeat;
    background-size: 100% auto;
  }

  .wapBtnBn {
    transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transition: 0.5s;
  }
  .wapBtnAn {
    transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transition: 0.5s;
  }

  .nav_w {
    position: fixed;
    left: auto;
    display: none;
    right: -100px;
    margin: 0;
    width: 100px;
    top: 90px;
    z-index: 9999;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding-top: 0;
  }
  .nav li {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    position: relative;
    color: #474747;
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
  }
  .nav li a {
    color: #474747;
    width: 100%;
  }
  .nav li a:hover {
    background: #ca0000;
  }

  .so_l {
    float: none;
    margin: 0;
    text-align: center;
  }
  .so_l .lqq_l {
    float: none;
  }
  .so_l .lqq_l p {
    font-size: 12px;
  }
  .so_l .phone p {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
  }

  .lanage {
    clear: both;
    float: none;
    line-height: 50px;
    text-align: center;
  }

  .swiper_1 {
    height: auto;
  }
  .swiper_1 .swiper-slide img.pic {
    display: block;
    width: 100%;
    height: auto;
  }

  .tit_d .t_con {
    padding: 1.1em 0.5em 1.1em 9.5em;
    text-align: center;
  }

  .box_case .list li {
    width: 32%;
    margin-right: 2%;
  }
  .box_case .list li:nth-child(3n) {
    margin-right: 0;
  }
  .box_case .list li:nth-child(4n) {
    margin-right: auto;
  }
  .box_hy_news {
    float: none;
    width: 100%;
    margin-top: 0;
    border-right: 0;
    padding-right: 0;
  }
  .box_khpj {
    float: none;
    width: 100%;
    margin-top: 0;
    padding-top: 3em;
  }
  .productshow .scrollcontainer {
    margin: 0 30px;
  }
  .game163 .smallImg li {
    width: 24%;
  }

  .list_pk .pk_name .t1 {
    font-size: 1.3em;
  }
  .list_pk .pk_name .t2 {
    font-size: 2.6em;
  }
  .list_pk .pk_name .i_right {
    margin-top: -0.7em;
    width: 1.4em;
    height: 1.4em;
  }
  .list_pk .pk_name .i_wrong {
    margin-top: -0.7em;
    width: 1.4em;
    height: 1.4em;
  }

  .list_team li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .list_team_2 li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .list_cust {
    width: 85%;
  }
  .list_cust li {
    width: 31%;
  }
  .list_cust .c_name {
    display: none;
  }

  .box_news {
    clear: both;
    float: none;
    width: 100%;
  }
  .box_wd {
    clear: both;
    margin-top: 0;
    border-left: 0;
    padding-top: 2em;
    float: none;
    width: 100%;
  }
  .box_wd .tit {
    margin-left: 0;
  }
  .swiper-container.swiper_wd {
    margin-left: 0;
  }

  .footer_p {
    padding-left: 0;
  }
  .main_p {
    padding-left: 0;
  }
  .box_about_1 .main_p {
    padding-left: 0;
  }
  .list_pk li .li_b .li_p {
    margin: 0 1em;
  }
  .box_pk .tit {
    margin: 0 1em;
  }

  .box_case .tit {
    margin: 0;
    margin-top: 10px;
  }

  .box_about_1 .t_intro {
    margin: 1.6em 1em 0;
  }
  .box_about_2 {
    padding: 3em 0 8em;
  }
  .box_about_2 .main_p {
    padding-left: 0;
  }
  .box_about_2 .con {
    position: static;
  }
  .box_about_2 img {
    display: none;
  }
  .box_about_2 .txt {
    margin-top: 0;
    width: 85%;
  }
  .box_about_2 .more {
    width: 75%;
  }
  .box_about_1 .tit img {
    width: 9em;
  }

  .btn_contact_w .btn_contact {
    display: block;
  }
  .btn_contact_w .con {
    display: none;
  }
  .box_case .tit .tit_c,
  .box_pk .tit,
  .box_team .tit,
  .box_cust .tit {
    right: 0px;
  }
  .liuchengbg .box {
    padding-right: 0;
  }
  .liuchengbg .title {
    font-size: 18px;
    width: 18vw;
  }
  .swiper_wd {
    margin-left: 0;
  }
  .box_case {
    margin-top: 0;
  }
  .layui-elem-quote {
    margin-top: 67px !important;
  }
  .nav li a:hover {
    width: 100%;
  }
  .nav li ul {
    right: 100px;
    top: 0;
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .list_jj li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .sel_case .sel_box {
    width: 28%;
  }
  .service_box .box {
    flex-wrap: wrap;
  }
  .service_box .box .item {
    width: 50%;
  }
  .liuchengbg .mainn {
    flex-wrap: wrap;
  }
  .liuchengbg .box {
    width: 100%;
    margin-top: 15px;
  }
  .liuchengbg .title {
    width: 100%;
  }
  .footer_p {
    flex-wrap: wrap;
  }
  .footer .foot_ewm {
    display: block;
  }
  .footer .foot_menu {
    border-right: none;
  }
  .footer .foot_copy {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .service_box .box .item .txt {
    height: 60px;
  }
}

@media screen and (max-width: 570px) {
  .header .logo_m img {
    width: 300px;
    height: auto;
  }

  .box_about .pic {
    width: 200px;
  }

  .list_pk .pk_name .t1 {
    font-size: 1em;
  }
  .list_pk .pk_name .t2 {
    font-size: 2em;
  }
  .list_pk .pk_name .i_right {
    margin-top: -0.6em;
    width: 1.2em;
    height: 1.2em;
  }
  .list_pk .pk_name .i_wrong {
    margin-top: -0.6em;
    width: 1.2em;
    height: 1.2em;
  }
  .service_box .title_box .title {
    font-size: 1.6em;
  }
  .service_box .title_box .title2 {
    font-size: 1.6em;
  }
  .list_team {
    width: 85%;
  }
  .contactUl {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contactUl li {
    width: 33%;
  }
  .box_hzhb .big_box .hz_mySwiper {
    width: 85%;
  }
}
@media screen and (max-width: 540px) {
  .game163 .smallImg li {
    width: 23.5%;
  }
  .box_about_1 .tit img {
    width: 6em;
  }
  .liuchengbg .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .liuchengbg .box .item {
    width: 19%;
    margin-bottom: 15px;
  }
  .youshi .box {
    flex-wrap: wrap;
  }
  .youshi .box .item {
    width: 50%;
    margin-bottom: 15px;
  }
  .box_about_1 {
    width: 95vw;
  }
  .service_box .box .item .txt {
    height: 70px;
  }
  .welcome_bar_mobile {
    display: flex;
  }
  .welcome_bar_pc {
    display: none;
  }
  .box_hzhb .big_box .hz_mySwiper {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  html,
  body {
    font-size: 14px;
  }

  .box_about .tit .more {
    margin-top: 2em;
  }
  .box_news .tit .more {
    margin-top: 2em;
  }
  .box_about .pic {
    width: 170px;
  }
  .footer .foot_ewm {
    float: none;
    clear: both;
    width: 88%;
    margin: 0 auto 0;
  }
  .footer .foot_menu {
    float: none;
    clear: both;
    width: 88%;
    border: 0;
    padding-top: 3em;
    margin: 0 auto 0;
  }

  .list_pk .zl_li {
    float: none;
    width: 100%;
  }
  .list_pk .zl_li2 {
    float: none;
    width: 100%;
  }
  .list_pk .pk_name {
    position: relative;
    top: auto;
    margin: 1.5em 0;
  }
  .list_pk .pk_name .i_right {
    position: static;
    margin: 0 auto 0;
    width: 2em;
    height: 2em;
  }
  .list_pk .pk_name .i_wrong {
    position: static;
    margin: 0 auto 0;
    width: 2em;
    height: 2em;
  }
  .list_pk .pk_name .t1 {
    font-size: 1.4em;
    margin-top: 0.5em;
  }
  .list_pk .pk_name .t2 {
    font-size: 2.8em;
  }
  .service_box .title_box .title {
    font-size: 1.4em;
  }
  .service_box .title_box .title2 {
    font-size: 1.4em;
  }
  .list_cust {
    width: 75%;
  }
  .footer .Links {
    padding: 0;
    padding-top: 20px;
  }
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
  .list_team .pic {
    width: 80%;
    margin: 0 auto;
  }
  .list_team_big .swiper-button-prev,
  .list_team_big .swiper-button-next {
    top: 40%;
  }
  .box_hzhb .swiper-button-prev {
    width: 30px;
  }
  .box_hzhb .swiper-button-next {
    width: 30px;
  }
  .box_hzhb .swiper-button-prev img {
    max-width: 100%;
  }
  .box_hzhb .swiper-button-next img {
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .header .logo_m img {
    width: 250px;
  }
  .box_case .list li {
    width: 49%;
  }
  .box_case .list li:nth-child(2n) {
    margin-right: 0;
  }
  .box_case .list li:nth-child(3n) {
    margin-right: auto;
  }
  .list_team {
    width: 70%;
  }
  .list_team_big .swiper-button-prev,
  .list_team_big .swiper-button-next {
    top: 45%;
  }
  .service_box .title_box .line {
    width: 30px;
  }
  .box_case .title_box .line {
    width: 30px;
  }
  .box_case .tit .t_name {
    font-size: 1.5em;
  }
  .service_box .box .item .txt {
    height: 90px;
  }
}
@media screen and (max-width: 390px) {
  .game163 .smallImg li {
    width: 23.2%;
  }
  .list_team li {
    width: 21%;
  }
  .list_team .t1 {
    display: none;
  }
  .service_box {
    margin-top: 30px;
  }
  .service_box .titleen {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  html,
  body {
    font-size: 12px;
  }
  .header .logo_m img {
    width: 230px;
  }
  .box_about .tit .more {
    margin-top: 1.7em;
  }
  .box_news .tit .more {
    margin-top: 1.7em;
  }
  .box_news .list li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/*详情页面  start*/
/*焦点图 start*/
.slideBox_2 {
  clear: both;
  width: 100%;
  height: 613px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.slideBox_2 .hd {
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0.5em;
  z-index: 1;
}
.slideBox_2 .hd ul {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  margin: 0 auto 0;
}
.slideBox_2 .hd ul li:nth-child(1) {
  margin-left: 0.5%;
}
.slideBox_2 .hd ul li {
  float: left;
  margin: 0 0;
  width: 9%;
  text-align: center;
  cursor: pointer;
}
.slideBox_2 .hd ul li span {
  display: block;
  margin: 1px;
  border: 1px solid #dcdbdb;
  padding: 2px;
}
.slideBox_2 .hd ul li img {
  display: block;
  width: 100%;
  height: auto;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.slideBox_2 .hd ul li.on span {
  border: 1px solid #da0d0f;
}

.slideBox_2 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox_2 .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 613px;
}
.slideBox_2 .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*焦点图 end*/

.case_content {
  clear: both;
  margin: 0 auto 0;
  max-width: 1220px;
  padding: 20px 1em;
  margin-top: 47px;
}
.pleft {
  width: 70%;
  z-index: 5;
  float: left;
  overflow: hidden;
}
.pright {
  width: 28%;
  float: right;
  z-index: 1;
  font-size: 14px;
}

.case_tit {
  clear: both;
  max-width: 1220px;
  margin: 0 auto 0;
  width: 100%;
  padding: 12px 1em;
}
.case_tit .t_name {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  line-height: 2.4em;
}

.visible-xs-block {
  display: none !important;
}

.content {
  max-width: 1220px;
  padding: 0 1em;
  margin: 0 auto;
}

/* -- 产品详细页__产品视频演示 -- */
.provideo {
  color: #666;
}
.provideo h4 {
  line-height: 28px;
  background: #f7f7f7;
  padding: 0 5px;
  margin-bottom: 5px;
}
.pro_video {
  text-align: center;
  margin-bottom: 5px;
}
.proinfo {
  line-height: 25px;
  font-size: 14px;
}
.proinfo h4 {
  line-height: 28px;
  background: #f7f7f7;
  padding: 0 5px;
  margin-top: 10px;
}
.proinfo p {
  white-space: normal;
  word-spacing: 10px;
}
.proinfo p a {
  color: #c10005;
}
.proinfo .p_tit {
  font-weight: bold;
}

.propar {
} /*产品详细参数字体颜色*/
.propar .line {
  font-weight: normal;
  text-decoration: line-through;
}
.propar .span_1 {
  font-weight: bold;
  font-size: 14px;
  color: #f00;
}
.propar .span_2 {
  font-size: 16px;
}
.propar h4 {
  color: #333;
  line-height: 28px;
  margin: 0 0 12px;
  padding: 12px 0;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px dashed #fff;
}
.propar .more {
  text-align: right;
  border-bottom: dashed 1px #ccc;
  margin-bottom: 5px;
}
.propar .more a {
  color: #c10005;
  padding-left: 12px;
  line-height: 20px;
}
.propar .more a img {
  margin-right: 5px;
}
.propar div,
.proshop div {
  padding: 5px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.propar div span {
  font-weight: bold;
}
.propar div.pd_short {
  line-height: 28px;
}
.propar div.pd_hotline .font_hotline {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.propar div.pd_hotline {
  padding: 8px 12px;
  width: 265px;
  text-align: center;
  background: #000;
  margin: 30px auto 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  color: #ffb400;
}

.propar .gs_txt {
  border-top: 1px solid #ccc;
  line-height: 1.7em;
}

@media (max-width: 1060px) {
  .pleft {
    width: 100%;
    margin: 0 auto 0;
    float: none;
  }
  .pright {
    width: 100%;
    margin: 0 auto 0;
    float: none;
  }
}
.visible-xs-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
  .header .logo img {
    max-width: 70%;
  }
}

/*相册效果 start*/
.ban {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.ban2 {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.ban2 ul {
  position: absolute;
  left: 0;
  top: 0;
}
.ban2 ul li {
  width: 100%;
  height: 500px;
}
.ban2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ban2 ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.ban .prev {
  float: left;
  cursor: pointer;
}
.ban .prev1 {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 20px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}
.ban .next1 {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 20px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}

.ban .min_pic {
  padding-top: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.5em;
}

.ban .num {
  height: 82px;
  overflow: hidden;
  margin: 0 30px;
  position: relative;
}
.ban .num ul {
  position: absolute;
  left: 0;
  top: 0;
}
.ban .num ul li {
  width: 25%;
}
.ban .num ul li a {
  display: block;
  margin: 0 1px;
  border: 1px solid #dcdbdb;
  width: auto;
  padding: 2px;
}
.ban .num ul li b {
  width: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ban .num ul li img {
  width: 100%;
  height: 100%;
}
.ban .num ul li.on a {
  border: 1px solid #da0d0f;
}

.ban .prev_btn1 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 16px;
  text-align: center;
  height: 20px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
}
.ban .next_btn1 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 16px;
  text-align: center;
  height: 20px;
  cursor: pointer;
  float: right;
}
/*相册效果 end*/

/* 底部横幅咨询 */

/*****第一个****/
.db-bookimg {
  position: fixed;
  bottom: 50px;
  left: 0px;
  z-index: 11111;
  display: none;
}
.db-book {
  height: 174px;
  background: url(../images/black_tm80.png);
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 11111;
  left: -150%;
}
.db-book .dbwarp {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.db-book .m1 {
  position: absolute;
  left: 0px;
  top: 12px;
}
.db-book .db-btxt {
  margin-left: 190px;
  float: left;
  width: 393px;
  position: relative;
}
.db-book .db-btxt h2 {
  font-size: 30px;
  font-weight: bold;
  color: #73ab2c;
  padding: 55px 0 5px 0;
  display: block;
}
.db-book .db-btxt p {
  font-size: 18px;
  color: #fff;
  padding-top: 10px;
}
.db-book .db-btxt i {
  width: 62px;
  height: 40px;
  background: url(../images/i1.png) no-repeat;
  position: absolute;
  top: 16px;
  right: 22px;
}

.db-book .db-form {
  float: left;
  width: 362px;
  margin-left: 20px;
  height: 174px;
  background: #142c3f;
  overflow: hidden;
  position: relative;
}
.db-book .db-form ul {
  float: left;
  padding-left: 20px;
  padding-top: 30px;
}
.db-book .db-form ul li {
  overflow: hidden;
  margin-bottom: 10px;
}
.db-book .db-form ul li.li1 {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 5px;
}
.db-book .db-form ul li.li1 span {
  color: #fe6c33;
}
.db-book .db-form ul li .intxt {
  padding: 8px 10px;
  font-size: 14px;
  border: 0px;
  background: #fff;
  width: 218px;
}
.db-book .db-form ul li.licode .intxt {
  width: 104px;
  float: left;
}
.db-book .db-form ul li.licode .btncode {
  height: 36px;
  border: 0px;
  width: 104px;
  background: #666666;
  color: #fff;
  float: left;
  margin-left: 10px;
}
.db-book .m2 {
  right: 82px;
  top: 12px;
  position: absolute;
}
.db-book .dbclose {
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 28px;
}
.db-book .db-form .db-btnsq {
  width: 82px;
  height: 82px;
  border: 0px;
  background: #fd6b31;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 28px;
}

/****第三个****/
.db-book2 {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 11111;
  background: url(../images/black_tm80.png);
  height: 120px;
  left: -150%;
}
.db-book2 .warp {
  position: relative;
}
.db-book2 h2 {
  float: left;
  width: 273px;
  font-size: 30px;
  color: #fd6b31;
  font-weight: bold;
  padding-top: 22px;
}
.db-book2 .db-boo2kform {
  float: left;
}
.db-book2 .db-boo2kform h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0 10px 0;
}
.db-book2 .db-boo2kform h3 b {
  font-size: 30px;
  font-weight: bold;
  color: #fd6b31;
}
.db-book2 .db-boo2kform ul li {
  float: left;
  margin-right: 10px;
}
.db-book2 .db-boo2kform ul li .intxt {
  padding: 8px 10px;
  font-size: 14px;
  border: 0px;
  background: #fff;
  width: 137px;
  float: left;
}
.db-book2 .db-boo2kform ul li .btncode {
  height: 36px;
  border: 0px;
  width: 104px;
  background: #666666;
  color: #fff;
  float: left;
}
.db-book2 .db-boo2kform ul li .btntj {
  height: 36px;
  width: 160px;
  border: 0px;
  background: #fd6b31;
  color: #fff;
  font-size: 14px;
}
.db-book2 .m1 {
  position: absolute;
  right: 40px;
  top: 15px;
}

/****第四个****/
.db-book4 {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 11111;
  background: url(../images/black_tm80.png);
  height: 120px;
  left: -150%;
}
.db-book4 .warp {
  position: relative;
}
.db-book4 .m1 {
  float: left;
  height: 120px;
}
.db-book4 h3 {
  position: absolute;
  left: 206px;
  top: 22px;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.db-book4 h3 b {
  font-size: 34px;
  color: #fd6b31;
}
.db-book4 .btnsq {
  width: 240px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  left: 834px;
  top: 25px;
  background: #fd6b31;
  color: #fff;
  font-size: 18px;
}
.db-book4 .dbclose {
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 28px;
}
