@import "iconfont.css";
.vm {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
a:hover {
  text-decoration: none;
}
h3,
p {
  margin: 0;
}
html,
body {
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
}
html {
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
/* By 东方的太阳 QQ:465002188 */
/* 全局样式 */
* {
  padding: 0;
  margin: 0;
}
body {
  color: #666666;
  font: 14px/1.75, '微软雅黑', '宋体', arial, Verdana, Helvetica, sans-serif;
  background: #fff;
  font-size: 12px;
  font-family: "Arial", "微软雅黑";
  min-width: 1280px;
}
a,
a:hover {
  color: #393939;
  cursor: pointer;
}
a:hover {
  color: #176fc0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fl {
  float: left;
  display: inline-block;
}
.fr {
  float: right;
  display: inline-block;
}
.c:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.c {
  *zoom: 1;
}
.container {
  max-width: 1280px !important;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: auto !important;
}
.tac {
  text-align: center;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
img {
  max-width: 100%;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}
div:focus,
a:focus,
li:focus,
*:focus {
  outline: none;
  text-decoration: none;
}
.inline-box {
  font-size: 0px;
  text-align: center;
}
.inline-box li,
.inlineb {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.tar {
  text-align: right;
}
div:focus {
  outline: none;
}
div {
  outline: none;
}
.tables {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}
.tables li,
.cell {
  display: table-cell;
  vertical-align: middle;
}
.jbox {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #666;
  margin-left: 3px;
  vertical-align: middle;
}
.pics {
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex_mjustify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_crosscenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_mcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_box_1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.flex_crosscenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.boxflex {
  display: flex;
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.trsAll {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
  position: relative;
}
.text-overflow {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.c000 {
  color: #000;
}
.c1 {
  color: #009aff;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
  opacity: 0;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}
.top {
  background: #f2f2f2;
  height: 48px;
  line-height: 48px;
}
.top .lang {
  margin-right: 50px;
}
.top .t {
  height: 60px;
  background: #176fc0;
  line-height: 60px;
  color: #fff;
  padding: 0 25px;
  margin-bottom: -12px;
}
.top .t a {
  color: #fff;
}
.header .flex {
  height: 117px;
}
.header .flex .tel {
  background: url("../images/tel.png") no-repeat 0 center;
  padding-left: 70px;
  font-size: 18px;
  margin-right: 40px;
}
.header .flex .tel h5 {
  color: #d58f2e;
  line-height: 30px;
  font-size: 25px;
  margin: 0;
}
.np {
  position: absolute;
  left: 0;
  top: 66px;
  background: #d7dde3;
  padding: 50px 0;
  z-index: 101;
  width: 100%;
  display: none;
}
.np .item {
  padding: 0 50px;
}
.np .item .t {
  margin-bottom: 10px;
}
.np .item .t a {
  display: block;
  height: 33px;
  line-height: 33px;
  color: #fff;
  background: #176fc0;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 3px;
}
.np .item ul {
  padding: 0 11px;
  line-height: 2;
  font-size: 13px;
}
.navBox .container > .flex {
  border-top: 1px solid #e2e2e2;
  height: 66px;
  position: relative;
  z-index: 100;
}
.navBox .container > .flex > ul > li {
  float: left;
}
.navBox .container > .flex > ul > li.on > a,
.navBox .container > .flex > ul > li a:hover {
  background: #176fc0;
  color: #fff;
}
.navBox .container > .flex > ul > li a:hover:after,
.navBox .container > .flex > ul > li.on > a:after {
  border-top-color: #fff;
}
.navBox .container > .flex > ul > li > a {
  height: 66px;
  font-size: 16px;
  line-height: 66px;
  display: block;
  padding: 0 20px;
}
.navBox .container > .flex > ul > li > a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #666;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 3px;
}
.navBox .container > .flex .so {
  border-bottom: 1px solid #e2e2e2;
  height: 53px;
  overflow: hidden;
}
.navBox .container > .flex .so input {
  height: 53px;
  width: 230px;
  border: 0;
  vertical-align: top;
}
.navBox .container > .flex .so button {
  height: 53px;
  width: 53px;
  border: 0;
  background: none;
}
.title1 h4 {
  font-size: 39px;
  color: #414141;
}
.title1 span {
  font-size: 34px;
  color: #9e9d9c;
  font-family: Arial;
}
.home_f1 {
  padding: 50px 0 30px 0;
}
.alist {
  margin: -10px;
  margin-top: 40px;
}
.alist li {
  float: left;
  width: 25%;
}
.alist li a {
  display: block;
  margin: 10px;
  background: #f8f8f9;
}
.alist li a .pic {
  height: 170px;
  position: relative;
}
.alist li a .pic img {
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.alist li a .t {
  background: #176fc0;
  color: #fff;
  padding: 0 40px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 20px;
}
.alist li a .p {
  padding: 15px 40px;
  line-height: 2;
  height: 160px;
}
.home_f2 {
  background: #176fc0;
}
.home_f2 .abs {
  width: 20%;
  height: 230px;
  background: #7e878e;
  top: 0;
  left: 0;
}
.home_f2 .more {
  width: 25%;
  text-align: center;
  background: #7e878e;
  height: 230px;
}
.home_f2 .more a {
  font-size: 22px;
  color: #fff;
  background: url("../images/j3.png") no-repeat top center;
  padding-top: 50px;
}
.a_scroll {
  height: 230px;
  width: 75%;
}
.a_scroll .item {
  color: #fff;
  padding: 40px 0 40px 150px;
}
.a_scroll .item img {
  height: 145px;
}
.a_scroll .item .info {
  font-size: 24px;
  width: 120px;
  margin-right: 100px;
}
.a_scroll .item .info a {
  color: #fff;
}
.a_scroll .item .info span {
  font-size: 15px;
  display: block;
  margin-top: 15px;
}
.a_scroll .prev,
.a_scroll .next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.a_scroll .prev {
  right: 60px;
}
.home_f3 {
  padding: 50px 0;
}
.home_f3 .p {
  font-size: 15px;
  padding: 40px 0 0 0;
  max-width: 900px;
  margin: 0 auto;
  line-height: 2.4;
}
.home_f4 {
  background: #176fc0;
  color: #fff;
  height: 540px;
}
.home_f4 .fl {
  width: 40%;
}
.home_f4 .fl .title1 {
  padding: 60px 0 60px 0;
}
.home_f4 .fl .title1 h4,
.home_f4 .fl .title1 span {
  color: #fff;
}
.home_f4 .fl .title1 span {
  opacity: 0.5;
}
.home_f4 .fl ul li {
  margin-bottom: 60px;
}
.home_f4 .fl ul li a {
  display: flex;
  color: #fff;
}
.home_f4 .fl ul li a .t {
  font-size: 17px;
  margin: 0 0 5px 0;
}
.home_f4 .fl ul li .time {
  color: #176fc0;
  background: #fff;
  font-size: 12px;
  margin-right: 20px;
  display: block;
  text-align: center;
  height: 66px;
}
.home_f4 .fl ul li .time span {
  font-size: 25px;
  display: block;
  width: 66px;
  margin-top: 5px;
}
.home_f4 .abs {
  right: 0;
  top: 0;
  height: 540px;
  width: 50%;
}
.home_f4 .abs img {
  width: 100%;
  height: 540px;
}
.home_f4 .abs .slick-dots {
  bottom: 10px;
  left: 50px;
  text-align: left;
}
.home_f4 .abs .slick-dots li {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.home_f4 .abs .slick-dots li.slick-active {
  background: #fff;
}
.home_f4 .abs .item span {
  color: #fff;
  font-size: 27px;
  position: absolute;
  z-index: 10;
  bottom: 90px;
  left: 50px;
}
.home_f5 {
  padding: 50px 0;
}
.home_f5 .blist {
  margin: 40px -8px 0 -8px;
}
.home_f5 .blist ul {
  margin: 0 8px;
}
.home_f5 .blist ul li {
  margin-bottom: 16px;
}
.home_f5 .blist ul li a {
  position: relative;
}
.home_f5 .blist ul li a .abs {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.home_f5 .blist ul li a .abs span {
  font-size: 15px;
  display: block;
}
.bottom_box {
  background: #2b2b2b;
  padding: 50px 0;
  color: #fff;
}
.bottom_box a {
  color: #fff;
}
.bottom_box .t {
  margin-bottom: 15px;
}
.bottom_box .t a {
  font-size: 16px;
}
.bottom_box ul li {
  line-height: 30px;
}
.bottom_box ul li a {
  color: #c4c4c4;
  font-size: 13px;
}
.bottom_box ul li a:hover {
  color: #fff;
}
.footer {
  background: #202020;
  padding: 25px 0;
  color: #fff;
  line-height: 2;
}
.footer a {
  color: #fff;
}
.footer span {
  margin: 0 5px;
}
.main {
  padding: 50px 0;
  background: #fbfbfb;
  position: relative;
  z-index: 1;
}
.main .ml {
  width: 290px;
}
.main .ml .t2 {
  height: 95px;
  background: url("../images/t1.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 22px;
  padding: 20px 50px 0 50px;
}
.main .ml .t2 span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.main .ml .subnav {
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.main .ml .subnav li.on a {
  color: #176fc0;
  font-weight: bold;
}
.main .ml .subnav li a {
  display: block;
  line-height: 50px;
  color: #616161;
  padding: 0 50px;
  border-top: 1px solid #e1e1e1;
}
.main .ml .subnav li a:hover {
  color: #176fc0;
}
.main .mr {
  width: 920px;
}
.main .mr .bread {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.main .mr .bread .fl {
  font-size: 18px;
  color: #176fc0;
  font-weight: bold;
}
.main .mr .cont {
  font-size: 13px;
  line-height: 2;
}
.page {
  font-size: 0;
  text-align: center;
  padding: 20px;
}
.page a,
.page span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  background: #f6f6f6;
  border: 1px solid #eee;
  padding: 4px 14px;
  text-transform: uppercase;
  margin: 0 5px;
}
.page a:hover,
.page a.on {
  background: #176fc0;
  color: #fff;
}
.list3 {
  margin: -20px 0 40px 0;
}
.list3 .item {
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding: 40px 0;
}
.list3 .item .pic {
  float: left;
  width: 210px;
  display: block;
}
.list3 .item .info {
  margin-left: 210px;
  padding-left: 40px;
  color: #1d1d1d;
  padding-top: 5px;
}
.list3 .item .info .t {
  font-size: 18px;
  color: #1d1d1d;
}
.list3 .item .info .t:hover {
  color: #176fc0;
}
.list3 .item .info .time {
  font-size: 13px;
  color: #1d1d1d;
  margin: 10px 0;
}
.show_head {
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
.show_head h2 {
  margin-bottom: 20px;
}
.show_head .fl {
  line-height: 16px;
}
.show_head .fl span {
  margin-right: 30px;
  font-size: 12px;
}
.show_head .fl span img {
  margin-right: 5px;
  vertical-align: -3px;
}
.feed .t {
  height: 59px;
  font-size: 20px;
  background: url("../images/t.jpg") no-repeat;
  color: #fff;
  line-height: 59px;
  padding-left: 30px;
  margin: 40px 0;
}
.feed dl {
  position: relative;
  margin: 0 30px;
}
.feed dl dt {
  position: absolute;
  line-height: 30px;
}
.feed dl dd {
  padding: 0 0 20px 100px;
}
.feed dl dd .inp {
  width: 320px;
  border: 1px solid #c0c0c0;
  height: 30px;
  padding: 0 5px;
}
.feed dl dd textarea {
  width: 450px;
  height: 150px;
  border: 1px solid #c0c0c0;
  padding: 5px;
}
.feed dl dd button {
  width: 180px;
  height: 40px;
  background: #176fc0;
  color: #fff;
  font-size: 16px;
  border: 0;
}
.job_list .item {
  margin-bottom: 10px;
}
.job_list .item .tit {
  height: 50px;
  line-height: 50px;
  background: #e7e8e9;
  font-size: 16px;
  padding: 0 25px;
  background: #e7e8e9 url("../images/right.jpg") no-repeat 97% center;
  cursor: pointer;
}
.job_list .item .tit.on {
  background-image: url("../images/down.jpg");
  background-color: #176fc0;
  color: #fff;
}
.job_list .item .con {
  padding: 10px 25px;
  line-height: 2;
  display: none;
}
.job_list .item .con .name {
  margin: 20px 0;
}
.job_list .item .con .name span {
  color: #176fc0;
  font-size: 16px;
  border-bottom: 2px solid #176fc0;
  font-weight: bold;
  padding-bottom: 5px;
}
.down_list {
  padding: 20px 0;
}
.down_list li a {
  display: block;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
  background: #edeeee url("../images/downs.jpg") no-repeat 97% center;
  line-height: 50px;
}
.down_list li a.faq {
  background-image: url("../images/j2.jpg");
}
.down_list li a.faq.on {
  background-image: url("../images/j1.jpg");
}
.down_list li .p {
  color: #6a6a6a;
  line-height: 2;
  padding: 0 30px 30px 30px;
  display: none;
}
.zt_head {
  padding: 30px 0 50px 0;
}
.zt_head h2 {
  font-size: 30px;
  color: #176fc0;
  font-weight: bold;
}
.zt_head p {
  font-size: 13px;
  color: #393939;
  padding: 15px 0 30px 0;
}
.zt_head span {
  display: block;
  width: 100px;
  height: 3px;
  background: #176fc0;
  margin: 0 auto;
}
.c_scroll .hd {
  margin-bottom: 50px;
}
.c_scroll .hd li.on span {
  border-color: #176fc0;
}
.c_scroll .hd li.on:after {
  content: '';
  display: block;
  width: 22px;
  height: 6px;
  background: url("../images/j.jpg") no-repeat;
  margin: 0 auto;
}
.c_scroll .hd li span {
  cursor: pointer;
  display: block;
  border: 2px solid #313131;
  margin: 0 5px;
  padding: 2px;
}
.c_scroll .hd li img {
  width: 130px;
  height: 85px;
}
.c_scroll .pic img {
  width: 100%;
}
.c_scroll .p {
  background: #176fc0;
  color: #fff;
  padding: 30px;
  line-height: 2;
}
.subnav_pro > li {
  background: #7d94a9;
  margin-top: 3px;
}
.subnav_pro > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 50px;
  font-size: 16px;
  color: #fff;
}
.subnav_pro > li > a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 3px;
}
.subnav_pro > li.on > a:after {
  border-left-color: transparent;
  border-top-color: #fff;
}
.subnav_pro > li.on ul {
  display: block;
}
.subnav_pro > li ul {
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  display: none;
}
.subnav_pro > li ul li {
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}
.subnav_pro > li ul li.on a {
  color: #176fc0;
  font-weight: bold;
}
.subnav_pro > li ul li a {
  display: block;
  line-height: 50px;
  padding: 0 0 0 50px;
}
.subnav_pro > li ul li a:hover {
  color: #176fc0;
  font-weight: bold;
}
.pop {
  position: absolute;
  top: 66px;
  background-color: #d7dde3;
  width: 150px;
  padding: 10px;
  line-height: 2;
  display: none;
}
.pro_list {
  margin: 10px -10px 0 -10px;
}
.pro_list li {
  width: 25%;
  float: left;
}
.pro_list li a {
  margin: 10px;
  display: block;
  border: 1px solid #d2d2d2;
  border-top: 2px solid #176fc0;
  padding: 25px;
  text-align: center;
}
.pro_list li a .pic {
  padding: 10px 0 20px 0;
}
.pro_list li a .pic img {
  height: 80px;
}
.pro_list li a:hover {
  background: #e4edf5;
}
.pro_head {
  background: #fff;
  border: 1px solid #e2e2e2;
}
.pro_head .fl,
.pro_head .fr {
  width: 50%;
}
.pro_head .fl {
  padding: 30px;
  text-align: center;
}
.pro_head .fl .pic {
  height: 300px;
}
.pro_head .fr {
  border-top: 2px solid #176fc0;
  margin-top: -1px;
  padding-right: 30px;
}
.pro_head .fr h2 {
  font-size: 22px;
  padding: 40px 0 20px 0;
  margin-bottom: 20px;
}
.pro_head .fr h2 span {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}
.pro_head .fr .p {
  line-height: 1.8;
}
.d_scroll {
  padding: 0 25px;
}
.d_scroll .prev,
.d_scroll .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.d_scroll .prev i,
.d_scroll .next i {
  font-size: 20px;
}
.d_scroll .next {
  right: 0;
  left: auto;
}
.d_scroll li {
  float: left;
  border: 1px solid #d1d1d1;
  text-align: center;
  margin: 0 5px;
}
.d_scroll li.on {
  border-color: #176fc0;
}
.d_scroll li span {
  cursor: pointer;
  height: 80px;
  margin: 0 5px;
  display: block;
  line-height: 80px;
}
.d_scroll li span img {
  height: 50px;
  display: inline-block;
}
.pro_tab .bd .ci {
  line-height: 1.8;
}
.pro_tab .hd {
  overflow: hidden;
  margin-top: 50px;
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 30px;
}
.pro_tab .hd li {
  float: left;
  width: auto !important;
  margin-right: 5px;
  cursor: pointer;
}
.pro_tab .hd li span {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #e5e4e4;
  font-size: 16px;
}
.pro_tab .hd li.slick-current span,
.pro_tab .hd li.on span {
  background-color: #176fc0;
  color: #fff;
}
.banner .prev,
.banner .next {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 11;
}
.banner .prev i,
.banner .next i {
  font-size: 40px;
  color: #fff;
}
.banner .next {
  right: 10%;
  left: auto;
}
.banner .slick-dots {
  bottom: 20px;
  z-index: 10;
}
.banner .slick-dots li {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.banner .slick-dots li.slick-active {
  background-color: #fff;
}
/*# sourceMappingURL=style.css.map */