
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1540276725059'); /* IE9*/
  src: url('iconfont.eot?t=1540276725059#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.ttf?t=1540276725059') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1540276725059#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before { content: "\e690"; }

.icon-xianchang:before { content: "\e637"; }

.icon-dingzhi:before { content: "\e658"; }

.icon-ation:before { content: "\e62a"; }

.icon-time:before { content: "\e61c"; }

.icon-asterisk:before { content: "\e692"; }

.icon-left:before { content: "\e638"; }

.icon-right1:before { content: "\e661"; }

.icon-right2:before { content: "\e601"; }

.icon-install:before { content: "\e7bf"; }

.icon-chejian:before { content: "\e602"; }

.icon-moneynew:before { content: "\e600"; }

.icon-shouhou:before { content: "\e604"; }

.icon-user:before { content: "\e976"; }




/* 公共样式 开始 */
body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Microsoft YaHei';
  color: #333;
  background-color: #f5f5f5;
  overflow-x: hidden;
  width: 100%;
}
html{
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    padding-bottom: 42px;
  }
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.clear:after,
.clear:before {
  display: table;
  content: " ";
  clear: both;
}
.h2 {
  font-size: 40px;
  line-height: 72px;
  /* font-weight: normal; */
  text-align: center;
  margin-bottom: 50px;
}
.h2 b {
  color: #f67524;
}
.h2 p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
@media (max-width: 768px) {
  .h2 p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
  }
}
@media (max-width: 1280px) {
  .h2 {
    font-size: 34px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .h2 {
    font-size: 28px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.ell-1 {
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ell-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.warp {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .warp {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .warp {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .warp {
    width: auto;
    margin: 0 12px;
  }
}
.return-top {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6) url(../images/top.png) no-repeat center;
  border-radius: 50%;
  position: fixed;
  right: -110px;
  z-index: 999;
  bottom: 100px;
  cursor: pointer;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 768px) {
  .return-top {
    width: 45px;
    height: 45px;
    bottom: 50px;
  }
}
.return-top.show {
  right: 25px;
}
.header {
  background-color: #fff;
  padding: 25px 0;
}
.header img:last-child {
  float: right;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}
.header:after,
.header:before {
  display: table;
  content: " ";
  clear: both;
}
.mob-header {
  margin: 0 8px 0 15px;
  line-height: 50px;
  display: none;
}
.mob-header .logo img {
  height: 35px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .mob-header {
    display: block;
  }
}
.navbar-toggle {
  display: none;
  position: relative;
  z-index: 9;
  display: block;
  float: right;
  width: 26px;
  height: 26px;
  padding: 7px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  cursor: pointer;
  margin-top: 5px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  height: 3px;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  background-color: #888;
}
.navbar-toggle.open .icon-bar {
  display: none;
  margin: 0;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 30px;
}
.navbar-toggle.open .icon-bar:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.navbar-toggle.open .icon-bar:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.mob-bg {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
.mob-bg.show {
  display: block;
}
@media (max-width: 768px) {
  .mob-bg {
    /* display: block; */
  }
}
.nav {
  background-color: #f67524;
  color: #fff;
  line-height: 58px;
  font-size: 18px;
}
.nav:after,
.nav:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .nav {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50px;
    /* bottom: 0; */
    width: 75%;
    display: none;
    z-index: 999;
  }
}

.nav ul {
  width: 1200px;
  margin: 0 auto;
}
.nav ul li {
  float: left;
  width: 14.28%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .nav ul li {
    float: none;
    width: auto;
  }
}
.nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.nav ul li a:hover {
  background-color: #f6a424;
}
@media (max-width: 768px) {
  .nav ul li a {
    color: #666;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media (max-width: 1280px) {
  .nav ul {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .nav ul {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .nav ul {
    width: auto;
    margin: 0 12px;
  }
}
.banner img {
  width: 100%;
}
.banner .slick-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(../images/bleft.png) no-repeat center;
  margin-top: -28px;
  left: 35px;
}
.banner .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(../images/bleft.png) no-repeat center;
  margin-top: -28px;
  left: 35px;
  background-image: url(../images/bright.png);
  left: auto;
  right: 35px;
}
@media (max-width: 768px) {
  .banner .slick-prev,
  .banner .slick-next{
    display: none!important;
  }
}
.index-main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.index-main .bg {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  margin: -45px 0 70px;
}
@media (max-width: 768px) {
  .index-main .bg {
    padding: 20px 0;
    margin: -30px 0 30px;
  }
}
.index-main .bg ul li {
  box-sizing: border-box;
  width: 25%;
  float: left;
  border-right: 1px solid #eee;
}
.index-main .bg ul li:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  .index-main .bg ul li {
    line-height: 20px;
    color: #666;
    padding: 0 5px;
    font-size: 12px;
  }
}
.index-main .bg ul li p {
  font-family: 'Impact';
  font-size: 72px;
  color: #f67524;
  line-height: 60px;
  margin-bottom: 25px;
}
.index-main .bg ul li p span{
  font-size: 50px;
  font-weight: normal;
  font-family: 'Microsoft YaHei';
  vertical-align: top;
}
@media (max-width: 1280px) {
  .index-main .bg ul li p {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .index-main .bg ul li p {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .index-main .bg ul li p {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 45px;
  }
  .index-main .bg ul li p span{
    display: none;
  }
}
@media (max-width: 375px) {
  .index-main .bg ul li p {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .index-main .bg ul li p {
    font-size: 22px;
  }
}
.index-main .bg ul:after,
.index-main .bg ul:before {
  display: table;
  content: " ";
  clear: both;
}
.index-main h2 {
  font-size: 40px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  font-family: '新宋体';
}
.index-main h2 b {
  color: #f67524;
}
.index-main h2 p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
}
@media (max-width: 768px) {
  .index-main h2 p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    padding: 0 10px;
  }
}
@media (max-width: 1280px) {
  .index-main h2 {
    font-size: 34px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .index-main h2 {
    font-size: 28px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  .index-main h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.index-main .bg02 {
  background-color: #e9e8e8;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .index-main .bg02 {
    margin-bottom: 30px;
  }
}
.index-main .bg02 ul {
  width: 25%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 6;
}
@media (max-width: 768px) {
  .index-main .bg02 ul {
    float: none;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
  }
}
.index-main .bg02 ul li {
  padding-bottom: 5px;
}
.index-main .bg02 ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .index-main .bg02 ul li:last-child {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  .index-main .bg02 ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
  }
}
.index-main .bg02 ul li a {
  display: block;
  height: 145px;
  line-height: 145px;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  padding-left: 50%;
  background-repeat: no-repeat;
  background-position: 16% center;
  background-size: 28%;
}
.index-main .bg02 ul li a.active {
  background-color: #f67524;
  color: #fff;
}
@media (max-width: 1280px) {
  .index-main .bg02 ul li a {
    background-position: 14% center;
    padding-left: 47%;
  }
}
@media (max-width: 992px) {
  .index-main .bg02 ul li a {
    background-position: 12% center;
    padding-left: 42%;
  }
}
@media (max-width: 768px) {
  .index-main .bg02 ul li a {
    background-image: none!important;
    padding-left: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .index-main .bg02 ul li a {
    font-size: 13px;
  }
}
.index-main .bg02 ul li:nth-child(1) a {
  background-image: url(../images/tb-sb01.png);
}
.index-main .bg02 ul li:nth-child(1) a.active {
  background-image: url(../images/tb-sb001.png);
}
.index-main .bg02 ul li:nth-child(2) a {
  background-image: url(../images/tb-sb02.png);
}
.index-main .bg02 ul li:nth-child(2) a.active {
  background-image: url(../images/tb-sb002.png);
}
.index-main .bg02 ul li:nth-child(3) a {
  background-image: url(../images/tb-sb03.png);
}
.index-main .bg02 ul li:nth-child(3) a.active {
  background-image: url(../images/tb-sb003.png);
}
.index-main .bg02 ul li:nth-child(4) a {
  background-image: url(../images/tb-sb04.png);
}
.index-main .bg02 ul li:nth-child(4) a.active {
  background-image: url(../images/tb-sb004.png);
}
.index-main .bg02 .right {
  width: 100%;
}
.index-main .bg02 .right a.iconfont{
  position: relative;
  z-index: 99;
}
.index-main .bg02 .right a.kedian{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}
.index-main .bg02 .right:after,
.index-main .bg02 .right:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 992px) {
  .index-main .bg02 .right {
    float: none;
    width: auto;
  }
}
.index-main .bg02 .right h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  margin: 40px 0 15px;
}
.index-main .bg02 .right h3 img {
  vertical-align: bottom;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .index-main .bg02 .right h3 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .index-main .bg02 .right h3 {
    font-size: 26px;
  }
}
.index-main .bg02 .right p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.index-main .bg02 .right a {
  display: inline-block;
  background-color: #fff;
  color: #333;
  width: 150px;
  line-height: 50px;
  padding-left: 50px;
  border-radius: 25px;
}
.index-main .bg02 .right a:before {
  float: right;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .index-main .bg02 .right a:before {
    margin-right: 30px;
  }
}
.index-main .bg02 .right a:hover {
  background-color: #f67524;
  color: #fff;
}
.index-main .bg02 .right a.ml {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .index-main .bg02 .right a.ml {
    float: right;
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .index-main .bg02 .right a.ml {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .index-main .bg02 .right a {
    padding-left: 30px;
    width: 120px;
    line-height: 40px;
  }
}
.index-main .bg02 .right .menu {
  box-sizing: border-box;
  padding-left: 30%;
  display: none;
  height: 615px;
  background: url(../images/ib01.jpg) no-repeat center;
  background-size: cover;
}
.index-main .bg02 .right .menu:after,
.index-main .bg02 .right .menu:before {
  display: table;
  content: " ";
  clear: both;
}
.index-main .bg02 .right .menu:nth-child(1) {
  display: block;
}
.index-main .bg02 .right .menu:nth-child(2) {
  background-image: url(../images/ib02.jpg);
  color: #fff;
}
.index-main .bg02 .right .menu:nth-child(2) p{
  color: #fff;
}
.index-main .bg02 .right .menu:nth-child(3) {
  background-image: url(../images/ib03.jpg);
}
.index-main .bg02 .right .menu:nth-child(4) {
  background-image: url(../images/ib04.jpg);
}
@media (max-width: 768px) {
  .index-main .bg02 .right .menu {
    background-position: center bottom;
    height: auto;
    padding: 0 12px 180px;
    background-size: cover;
  }
}
.index-main .bg02:after,
.index-main .bg02:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 1280px) {
  .index-main {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .index-main {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .index-main {
    width: auto;
    margin: 0 12px;
  }
}
.index02 {
  background-color: #fff;
}
.index02 ul li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 375px) {
  .index02 ul li {
    width: 50%;
  }
}
.index02 ul li .box {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 75%;
}
.index02 ul li .box > img {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 375px) {
  .index02 ul li .box > img {
    height: 134px;
  }
}
@media (max-width: 320px) {
  .index02 ul li .box > img {
    height: 110px;
  }
}
.index02 ul li .box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index02 ul li .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
.index02 ul li .box .bg h4 {
  margin-top: 110px;
  font-size: 24px;
  margin-bottom: 15px;
}
.index02 ul li .box .bg img {
  display: inline-block;
}
.index02 ul li .box .bg span {
  display: block;
  margin-top: 5px;
}
.index02 ul li > a {
  position: relative;
  display: block;
  z-index: 3;
  height: 70px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
}
.index02 ul li > a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #04a3fd;
  z-index: -1;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 375px) {
  .index02 ul li > a {
    height: 48px;
    line-height: 40px;
    font-size: 16px;
  }
}
.index02 ul li:hover .bg {
  bottom: 0;
}
.index02 ul li:hover > a {
  color: #fff;
}
.index02 ul li:hover > a:before {
  top: 0;
}
.index02 ul:after,
.index02 ul:before {
  display: table;
  content: " ";
  clear: both;
}
.index02 .slick-next,
.index02 .slick-prev {
  bottom: -75px;
  top: auto;
  color: #FFF;
  display: inline-block;
  zoom: 1;
  width: 52px;
  height: 50px;
  text-indent: 60px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.index02 .slick-prev {
  background: #ffffff url(../images/works_arr.png) no-repeat 0px 0px;
  margin-right: 55px;
  left: 40%;
}
.index02 .slick-prev:hover {
  background: #333333 url(../images/works_arr.png) no-repeat -52px 0px;
}
@media (max-width: 375px) {
  .index02 .slick-prev {
    left: 15%;
  }
}
.index02 .slick-next {
  background: #ffffff url(../images/works_arr.png) no-repeat -52px -50px;
  margin-left: 55px;
  right: 40%;
}
.index02 .slick-next:hover {
  background: #333333 url(../images/works_arr.png) no-repeat 0 -50px;
}
@media (max-width: 375px) {
  .index02 .slick-next {
    right: 15%;
  }
}
.guwenmore {
  display: block;
  width: 92px;
  height: 50px;
  line-height: 50px;
  margin: 25px auto 50px;
  text-align: center;
  /* background: url(../images/2018/i_more.png) no-repeat; */
  clear: both;
  overflow: hidden;
  color: #333;
  /* transition: all 0.3s; */
  /* background: #ffffff url(../images/works_more.png) no-repeat center -50px; */
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.guwenmore:hover {
  /* background: #333333 url(../images/works_more.png) no-repeat center 0px; */
  background-color: #333;
  color: #fff;
}
.i-f {
  background: url(../images/wlcl-bg.jpg) no-repeat center top;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 70px;
  background-size: cover;
}
.i-f .l {
  float: left;
  width: 38%;
}
@media (max-width: 992px) {
  .i-f .l {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .i-f .l {
    width: 100%;
    float: none;
  }
  .i-f{
	  padding: 20px 0 30px;
	  margin-bottom: 30px;
  }
  .guwenmore{
	  width: 105px;
	  margin-bottom: 25px;
  }
}
.i-f .l h3 {
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 40px;
  border-bottom: 1px solid #5b738f;
  margin-bottom: 50px;
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .i-f .l h3 {
    margin-bottom: 40px;
    margin-top: 80px;
    padding-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .i-f .l h3 {
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 28px;
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .i-f .l h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }
}
.i-f .l > p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .i-f .l > p {
    font-size: 16px;
  }
}
.i-f ul {
  float: right;
  padding: 1px;
  width: 54%;
}
@media (max-width: 768px) {
  .i-f ul {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.i-f ul li {
  float: left;
  width: 50%;
  position: relative;
  border: 1px solid #999;
  box-sizing: border-box;
  overflow: hidden;
}
.i-f ul li img {
  width: 100%;
  float: left;
}
.i-f ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}
.i-f ul li .bg {
  position: absolute;
  width: 90%;
  height: 100%;
  left: 0;
  top: 100%;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 0 6% 6%;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
.i-f ul li .bg p {
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.i-f ul li:hover .bg {
  top: 20px;
  padding-top: 6%;
}
.i-f ul li:hover .bg p {
  font-size: 18px;
}
.i-f ul:after,
.i-f ul:before {
  display: table;
  content: " ";
  clear: both;
}
.i-f:after,
.i-f:before {
  display: table;
  content: " ";
  clear: both;
}
.bor-b {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: none;
}
@media (max-width: 768px) {
  .bor-b {
    margin-bottom: 30px;
  }
}
.bor-b span {
  font-size: 18px;
  padding: 8px 34px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bor-b span {
    font-size: 16px;
    padding: 6px 25px;
  }
}
.bor-b span.active {
  color: #fff;
  background-color: #fa8115;
}
.qz-tab {
  margin-bottom: 70px!important;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qz-tab {
    display: none;
    margin-bottom: 30px!important;
  }
}
.qz-tab li {
  float: left;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.qz-tab li img {
  float: left;
}
.qz-tab li .bg {
  background-color: #fff;
  margin-left: 8px;
  margin-bottom: 10px;
  padding: 25px 30px 15px;
}
@media (max-width: 768px) {
  .qz-tab li .bg {
    margin-left: 0;
    padding: 15px;
  }
}
.qz-tab li .bg h4 {
  font-weight: normal;
  height: 52px;
  margin-bottom: 15px;
}
.qz-tab li .bg h4 a {
  font-size: 18px;
  color: #111;
}
.qz-tab li .bg h4 a:hover {
  color: #fa8115;
}
@media (max-width: 768px) {
  .qz-tab li .bg h4{
    height: auto;
  }
}
.qz-tab li .bg p {
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qz-tab li .bg .bor {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  margin-top: 20px;
}
.qz-tab li .bg .bor span {
  float: left;
  font-size: 30px;
  color: #333;
}
.qz-tab li .bg .bor span em {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #777;
  margin-top: 5px;
}
.qz-tab li .bg .bor a {
  float: right;
  font-size: 24px;
  line-height: 50px;
  color: #777;
}
.qz-tab li .bg .bor a:hover {
  color: #fa8115;
}
.qz-tab li .bg .bor:after,
.qz-tab li .bg .bor:before {
  display: table;
  content: " ";
  clear: both;
}
.qz-tab li.r .bg {
  padding: 20px 30px;
}
.qz-tab li.r .bg span {
  float: left;
  font-size: 30px;
  color: #333;
  border-right: 1px solid #ddd;
  padding: 35px 15px 31px 0;
  margin-right: 25px;
}
.qz-tab li.r .bg span em {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #777;
  margin-top: 5px;
}
.qz-tab li.r .bg a {
  font-size: 18px;
  color: #333;
  display: block;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qz-tab li.r .bg a:hover {
  color: #fa8115;
}
.qz-tab li.r .bg a.iconfont {
  height: auto;
  font-size: 24px;
  margin-top: 25px;
}
.qz-tab li.r .bg:after,
.qz-tab li.r .bg:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .qz-tab li {
    width: 50%;
  }
  .qz-tab li.l {
    display: none;
  }
  .qz-tab li.r .bg span{
    padding: 15px 15px 15px 0;
  }
  .qz-tab li.r .bg a.iconfont{
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .qz-tab li {
    width: 100%;
  }
}
.qz-tab .l a.iconfont {
  position: absolute;
  width: 95%;
  left: 2%;
  bottom: 7px;
  padding: 0 10%;
  background-color: #fff;
  line-height: 100px;
  box-sizing: border-box;
  font-size: 20px;
  color: #111;
}
.qz-tab .l a.iconfont:before {
  float: right;
}
.qz-tab .l a.iconfont:hover {
  color: #fa8115;
}
@media (max-width: 1280px) {
  .qz-tab .l a.iconfont {
    line-height: 36px;
    padding: 15px 10%;
  }
}
@media (max-width: 1280px) {
  .qz-tab {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .qz-tab {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .qz-tab {
    width: auto;
    margin: 0 12px;
  }
}
.qz-tab:after,
.qz-tab:before {
  display: table;
  content: " ";
  clear: both;
}
.b-lx {
  background: url(../images/b-bg.jpg) no-repeat center top;
  color: #fff;
  padding: 60px 0;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .b-lx {
    padding: 30px 0;
  }
}
.b-lx .l {
  width: 35%;
  float: left;
}
@media (max-width: 768px) {
  .b-lx .l {
    display: none;
  }
}
.b-lx .l h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 25px;
}
.b-lx .l p {
  font-size: 16px;
}
.b-lx .l p.num {
  font-size: 18px;
  margin-top: 10px;
}
.b-lx .l p.num a {
  font-size: 28px;
  color: #fff;
  display: inline-block;
}
.b-lx .l ul {
  padding: 30px 0;
  border-top: 1px solid #58737f;
  border-bottom: 1px solid #58737f;
  margin: 20px 0;
}
.b-lx .l ul li {
  float: left;
  width: 45%;
  text-align: center;
}
.b-lx .l ul:after,
.b-lx .l ul:before {
  display: table;
  content: " ";
  clear: both;
}
.b-lx form {
  width: 60%;
  float: right;
  background-color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 7px;
}
@media (max-width: 768px) {
  .b-lx form {
    width: 100%;
    padding: 25px 20px;
  }
}
.b-lx form h2 {
  text-align: left;
  color: #000;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .b-lx form h2 {
    font-size: 24px;
  }
}
.b-lx form h2 img {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .b-lx form h2 img {
    width: 24px;
  }
}
.b-lx form .f-g {
  margin-bottom: 20px;
}
.b-lx form .f-g input {
  border: 1px solid #ddd;
  outline: none;
  padding: 12px 15px;
  width: 48.5%;
  box-sizing: border-box;
  font-size: 16px;
}
.b-lx form .f-g input:first-child {
  float: left;
}
.b-lx form .f-g input:last-child {
  float: right;
}
.b-lx form .f-g:after,
.b-lx form .f-g:before {
  display: table;
  content: " ";
  clear: both;
}
.b-lx form textarea {
  border: 1px solid #ddd;
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.b-lx form textarea::placeholder{
  font-family: 'Microsoft YaHei';
  font-size: 16px;
}
.b-lx form input[type="submit"] {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #fa8115;
  border: 0;
  outline: none;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .b-lx form input[type="submit"] {
    height: 45px;
  }
}
.b-lx:after,
.b-lx:before {
  display: table;
  content: " ";
  clear: both;
}
.copy {
  background-color: #1a1d26;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .copy {
    display: none;
  }
}
.copy a {
  color: #888;
}
.cpt {
  background: url(../images/cpt-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0 40px;
}
@media (max-width: 768px) {
  .cpt {
    display: none;
    padding: 30px 0 20px;
  }
}
.cpt p {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .cpt p {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .cpt p {
    font-size: 16px;
  }
}
.cpt p strong {
  font-size: 30px;
}
@media (max-width: 768px) {
  .cpt p strong {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .cpt p strong {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .cpt p {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .cpt p {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .cpt p {
    width: auto;
    margin: 0 12px;
  }
}
.cp-js {
  background-color: #fff;
  padding-top: 50px;
}
.cp-js > img{
	max-width: 100%;
}
.cp-js .main {
  margin-bottom: 50px!important;
  width: 1200px;
  margin: 0 auto;
}
.cp-js .main .bg {
  float: left;
  width: 50%;
  box-sizing: border-box;
  background: url(../images/dian-bg.jpg);
  padding: 5px;
}
.cp-js .main .bg:after,
.cp-js .main .bg:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .cp-js {
    padding-top: 25px;
  }
  .cp-js .main .bg {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .cp-js .main{
	  margin-bottom: 25px!important;
  }
}
.cp-js .main .bg img {
  float: left;
  width: 100%;
}
.cp-js .main .txt {
  float: right;
  width: 45%;
}
@media (max-width: 768px) {
  .cp-js .main .txt {
    float: none;
    width: 100%;
  }
}
.cp-js .main .txt h1 {
  font-size: 34px;
  color: #111;
  margin: 5px 0 0;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .cp-js .main .txt h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .cp-js .main .txt h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .cp-js .main{
	  margin-bottom: 10px!important;
  }
}
.cp-js .main .txt h1 span {
  font-size: 14px;
  border: 1px solid #f67524;
  color: #f67524;
  display: inline-block;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 5px;
  margin-left: 10px;
}
.cp-js .main .txt ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  margin-bottom: 25px;
}
.cp-js .main .txt ul li {
  float: left;
  width: 45%;
}
.cp-js .main .txt ul li:first-child {
  border-right: 1px solid #ddd;
  margin-right: 5%;
}
.cp-js .main .txt ul li img {
  float: left;
  margin: 13px 20px 0 0;
}
.cp-js .main .txt ul li p {
  float: left;
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.cp-js .main .txt ul li p span {
  display: block;
  color: #111;
}
@media (max-width: 375px) {
  .cp-js .main .txt ul li p{
	font-size: 14px;
	line-height: 24px;
  }
  .cp-js .main .txt ul li img{
    margin: 6px 10px 0 0;
  }
  .cp-js .main .txt ul li:first-child{
	  width: 49%;
  }
}
.cp-js .main .txt ul:after,
.cp-js .main .txt ul:before {
  display: table;
  content: " ";
  clear: both;
}
.cp-js .main .txt .p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  margin-bottom: 15px;
  overflow: hidden;
}
.cp-js .main .txt .p span {
  color: #111;
  display: inline-block;
  height: 60px;
  float: left;
  margin-right: 10px;
}
@media (max-width: 375px) {
  .cp-js .main .txt .p span {
    height: 73px;
  }
}
.cp-js .main .txt a {
  background-color: #ff7e00;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 95px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 3px 5px 1px rgba(230, 126, 69, 0.3);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 375px) {
  .cp-js .main .txt a {
    display: block;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
  }
}
.cp-js .main .txt a:before {
  margin-right: 10px;
  font-weight: normal;
}
.cp-js .main .txt a:after {
  content: '';
  border-top: 15px solid #ff0000;
  border-left: 15px solid transparent;
  border-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.cp-js .main .txt a:hover {
  box-shadow: 0 3px 5px 1px rgba(230, 126, 69, 0.5);
}
.cp-js .main .txt .p2 {
  margin-top: 20px;
}
.cp-js .main .txt .p2 span {
  display: inline-block;
  margin-right: 20px;
  color: #666;
}
.cp-js .main .txt .p2 span img {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 1280px) {
  .cp-js .main {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .cp-js .main {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .cp-js .main {
    width: auto;
    margin: 0 12px;
  }
}
.cp-js .main:after,
.cp-js .main:before {
  display: table;
  content: " ";
  clear: both;
}
.news-main {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 0 50px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .news-main {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .news-main {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .news-main {
    width: auto;
    margin: 0 12px;
  }
}
.news-main:after,
.news-main:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 375px) {
  .news-main {
    padding: 20px 12px;
    margin-bottom: 25px;
    margin: 0;
  }
}
.news-main > ul {
  margin: 0 -50px 50px;
}
@media (max-width: 375px) {
  .news-main > ul {
    margin: 0 -15px 15px;
  }
}
.news-main > ul:after,
.news-main > ul:before {
  display: table;
  content: " ";
  clear: both;
}
.news-main > ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 375px) {
  .news-main > ul li {
    font-size: 16px;
  }
}
.news-main > ul li a {
  color: #666;
  line-height: 60px;
  display: block;
}
@media (max-width: 375px) {
  .news-main > ul li a {
    line-height: 45px;
  }
}
.news-main > ul li a:hover,
.news-main > ul li a.active {
  background-color: #f67524;
  color: #fff;
}
.news-main h3 {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: normal;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 375px) {
  .news-main h3 {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 5px;
  }
}
.news-main h3 span {
  color: #f67524;
}
.news-main h3:before {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-main p {
  margin-bottom: 30px;
}
.news-main p span {
  color: #f67524;
}
.news-main img {
  max-width: 100%;
}
.inner-form {
  background-color: #f5f5f5;
  padding: 25px 35px;
  position: relative;
  margin-bottom: 45px;
  margin-top: 25px;
}
@media (max-width: 375px) {
  .inner-form {
	padding: 25px 15px;
	margin-bottom: 5px;
  }
}
.inner-form .h2 {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
}
@media (max-width: 375px) {
  .inner-form .h2 {
    font-size: 22px;
  }
}
.inner-form .h2 img {
  vertical-align: middle;
}
@media (max-width: 375px) {
  .inner-form .h2 img {
    width: 20px;
  }
}
.inner-form input,
.inner-form textarea {
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  padding: 10px 15px 10px 45px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
}
.inner-form input::placeholder,
.inner-form textarea::placeholder {
  color: #999;
  font-family: 'Microsoft YaHei';
}
.inner-form .name {
  background-position: 15px 10px;
  background-image: url(../images/tb-name.png);
}
.inner-form .phone {
  background-position: 15px 12px;
  background-image: url(../images/tb-phone.png);
}
.inner-form .phone:focus + i {
  display: none;
}
.inner-form .edit {
  background-position: 15px 12px;
  background-image: url(../images/tb-edit.png);
}
.inner-form .icon-asterisk {
  position: absolute;
  left: 140px;
  top: 160px;
  color: #ff3f3f;
}
@media (max-width: 375px) {
  .inner-form input,
  .inner-form textarea {
    padding: 5px 15px 5px 40px;
  }
  .inner-form .icon-asterisk{
	  left: 120px;
	  top: 142px;
  }
}
.inner-form .btn {
  background-color: #f67524;
  color: #fff;
  margin-bottom: 0;
}
.inner-form .bg {
  position: absolute;
  width: 65px;
  top: 0;
  right: 0;
  color: #fff;
  z-index: 3;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.inner-form .bg:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  border-top: 115px solid #f67524;
  border-left: 115px solid transparent;
  border-right: 0;
}
.inner-form .bg span {
  display: block;
  font-size: 28px;
}
@media (max-width: 768px){
	.inner-form .bg{
		padding-top: 5px;
		font-size: 12px;
	}
	.inner-form .bg:before{
		border-top: 100px solid #f67524;
    	border-left: 100px solid transparent;
	}
	.inner-form .bg span{
		font-size: 22px;
	}
	.inner-form .name{
		background-position: 10px 5px;
	}
	.inner-form .phone,
	.inner-form .edit{
		background-position: 10px 7px;
	}
}
.xg-anli {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .xg-anli {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .xg-anli {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .xg-anli {
    width: auto;
    margin: 0 12px;
  }
}
.xg-anli:after,
.xg-anli:before {
  display: table;
  content: " ";
  clear: both;
}
.xg-anli h2 {
  text-align: center;
  font-size: 34px;
  color: #111;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .xg-anli h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 20px 0;
  }
}
.xg-anli h2 a {
  font-size: 14px;
  color: #999;
  float: right;
  line-height: 45px;
}
@media (max-width: 375px) {
  .xg-anli h2 a {
    line-height: 36px;
  }
}
.xg-anli ul.list {
  margin: 0 -5px;
}
@media (max-width: 375px) {
  .xg-anli ul.list {
    margin-bottom: -20px;
  }
}
.xg-anli ul.list li {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 768px) {
  .xg-anli ul.list li{
    width: 50%;
    box-sizing: border-box;
  }
}
@media (max-width: 375px) {
  .xg-anli ul.list li {
    /* width: 100%; */
    margin-bottom: 20px;
  }
}
.xg-anli ul.list li .box {
  position: relative;
  overflow: hidden;
  position:relative;
  padding-top:75%;
}
.xg-anli ul.list li .box > img {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 375px) {
  .xg-anli ul.list li .box > img {
    height: 135px;
  }
}
@media (max-width: 320px) {
  .xg-anli ul.list li .box > img {
    height: 115px;
  }
}
.xg-anli ul.list li .box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.xg-anli ul.list li .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 375px) {
  .xg-anli ul.list li .box .bg {
    display: none;
  }
}
.xg-anli ul.list li .box .bg h4 {
  margin-top: 110px;
  font-size: 24px;
  margin-bottom: 15px;
}
.xg-anli ul.list li .box .bg img {
  display: inline-block;
}
.xg-anli ul.list li .box .bg span {
  display: block;
  margin-top: 5px;
}
.xg-anli ul.list li > a {
  position: relative;
  display: block;
  z-index: 3;
  height: 70px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 375px) {
  .xg-anli ul.list li > a {
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.xg-anli ul.list li:hover .bg {
  bottom: 0;
}
.xg-anli ul.list li:hover > a {
  border-color: #f67524;
}
.xg-anli ul.list li:hover {
  transform: translate(0, -10px);
}
.xg-anli ul.list li:hover .box {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.xg-anli ul.list li:hover > a {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.xg-anli ul.list:after,
.xg-anli ul.list:before {
  display: table;
  content: " ";
  clear: both;
}
.xg-news {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .xg-news {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .xg-news {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .xg-news {
    width: auto;
    margin: 0 12px;
  }
}
.xg-news:after,
.xg-news:before {
  display: table;
  content: " ";
  clear: both;
}
.xg-news h2 {
  text-align: center;
  font-size: 34px;
  color: #111;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .xg-news h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.xg-news h2 a {
  font-size: 14px;
  color: #999;
  float: right;
  line-height: 45px;
}
@media (max-width: 375px) {
  .xg-news h2 a {
    line-height: 36px;
  }
}
.xg-news ul {
  margin: 0 -5px;
}
.xg-news ul li {
  float: left;
  width: 33.33%;
  position: relative;
  box-sizing: border-box;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .xg-news ul li {
    width: 100%;
    float: none;
  }
}
.xg-news ul li .bg {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 25px 30px 15px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 768px) {
  .xg-news ul li .bg {
    padding: 25px 15px 15px;
  }
}
.xg-news ul li .bg h4 {
  font-weight: normal;
  margin-bottom: 15px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xg-news ul li .bg h4 a {
  font-size: 18px;
  color: #111;
}
.xg-news ul li .bg h4 a:hover {
  color: #fa8115;
}
.xg-news ul li .bg p {
  color: #777;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xg-news ul li .bg .bor {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  margin-top: 20px;
}
.xg-news ul li .bg .bor span {
  float: left;
  font-size: 30px;
  color: #333;
}
.xg-news ul li .bg .bor span em {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #777;
  margin-top: 5px;
}
.xg-news ul li .bg .bor a {
  float: right;
  font-size: 24px;
  line-height: 50px;
  color: #777;
}
.xg-news ul li .bg .bor a:hover {
  color: #fa8115;
}
.xg-news ul li .bg .bor:after,
.xg-news ul li .bg .bor:before {
  display: table;
  content: " ";
  clear: both;
}
.xg-news ul li .bg:hover {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.xg-news ul:after,
.xg-news ul:before {
  display: table;
  content: " ";
  clear: both;
}
.miaobian {
  text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  -webkit-text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  -moz-text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  *filter: Glow(color=#000000, strength=1);
}
.list-banner {
  background: url(../images/inner-bg.jpg);
  padding: 100px 0 120px;
  position: relative;
}
@media (max-width: 768px) {
  .list-banner {
    padding: 30px 0 120px;
  }
}
.list-banner .item > a > img {
  float: right;
  position: relative;
  z-index: -1;
}
@media (max-width: 768px) {
  .list-banner .item > a > img {
    width: 80%;
    margin-top:110px;
  }
}
.list-banner .b-t {
  position: absolute;
  z-index: 5;
  color: #fff;
}
.list-banner .b-t h2 {
  font-size: 62px;
  line-height: 60px;
  margin-bottom: 25px;
  text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  -webkit-text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  -moz-text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  *filter: Glow(color=#000000, strength=1);
}
@media (max-width: 768px) {
  .list-banner .b-t h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .list-banner .b-t p{
    font-size: 16px;
  }
}
@media (max-width: 375px) {
 
}
@media (max-width: 320px) {
  .list-banner .b-t h2 {
    font-size: 24px;
  }
}
.list-banner .b-t p {
  margin-bottom: 30px;
  font-size: 18px;
  text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  -webkit-text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  -moz-text-shadow: #000000 1px 0 0, #000000 0 1px 0, #000000 -1px 0 0, #000000 0 -1px 0;
  *filter: Glow(color=#000000, strength=1);
}
.list-banner .b-t .line {
  width: 80px;
  height: 4px;
  background-color: #ddd;
  margin-bottom: 85px;
}
.list-banner .b-t a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 45px;
  border-radius: 30px;
}
@media (max-width: 768px){
  .list-banner .b-t .line{
    margin-bottom: 90px;
  }
  .list-banner .b-t a{
    padding: 8px 20px;
  }
}
@media (max-width: 375px) {
  .list-banner .b-t a {
    display: none;
  }
}
.list-banner .b-t a:before {
  float: right;
  margin-left: 15px;
}
.list-banner #slick-page {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 20px;
}
.list-banner #slick-page .warp {
  background-color: #fff;
  color: #999;
  line-height: 100px;
  padding-left: 100px;
  font-size: 18px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .list-banner #slick-page .warp {
    line-height: 60px;
  }
}
@media (max-width: 375px) {
  .list-banner #slick-page .warp {
    padding-left: 60px;
  }
}
.list-banner #slick-page .warp em {
  font-style: normal;
  color: #111;
  padding-left: 100px;
}
.list-banner .slick-prev {
  top: auto;
  bottom: -60px;
  left: 40px;
  z-index: 6;
  background: url(../images/left.png) no-repeat center;
}
@media (max-width: 768px) {
  .list-banner .slick-prev {
    bottom: -80px;
  }
}
@media (max-width: 375px) {
  .list-banner .slick-prev {
    left: 20px;
  }
}
.list-banner .slick-prev:before {
  opacity: 0;
}
.list-banner .slick-next {
  top: auto;
  bottom: -60px;
  right: auto;
  left: 145px;
  z-index: 6;
  background: url(../images/right.png) no-repeat center;
}
@media (max-width: 768px) {
  .list-banner .slick-next {
    bottom: -80px;
  }
}
@media (max-width: 375px) {
  .list-banner .slick-next {
    left: 85px;
  }
}
.list-banner .slick-next:before {
  opacity: 0;
}
.list-banner .down {
  position: absolute;
  bottom: 30px;
  right: 50%;
  border: 1px solid #ddd;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .list-banner .down {
    display: none;
  }
}
.list-banner .more {
  position: absolute;
  bottom: 0;
  right: 35px;
}
.cp-sx {
  background-color: #fff;
  font-size: 18px;
  color: #111;
  line-height: 130px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cp-sx {
    line-height: 60px;
  }
}
.cp-sx ul {
  float: right;
}
@media (max-width: 768px) {
  .cp-sx ul {
    float: none;
    margin: 0 -15px 15px;
  }
}
.cp-sx ul li {
  float: left;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .cp-sx ul li {
    width: 33.33%;
    margin-left: 0;
  }
}
.cp-sx ul li a {
  padding: 15px 60px;
  background-color: #f5f5f5;
  color: #333;
}
@media (max-width: 768px) {
  .cp-sx ul li a {
    display: block;
    line-height: 24px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .cp-sx ul li a {
    padding: 7px 0;
  }
}
.cp-sx ul li a:hover,
.cp-sx ul li a.active {
  background-color: #f67524;
  color: #fff;
}
.cp-sx ul:after,
.cp-sx ul:before {
  display: table;
  content: " ";
  clear: both;
}
.cp-sx:after,
.cp-sx:before {
  display: table;
  content: " ";
  clear: both;
}
.cp-list.xg-anli ul.list {
  margin: 0 -18px;
}
@media (max-width: 375px) {
  .cp-list.xg-anli ul.list {
    margin: 0 -7px;
  }
}
.cp-list.xg-anli ul.list li {
  padding: 0 18px;
  margin-bottom: 30px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 375px) {
  .cp-list.xg-anli ul.list li {
    padding: 0 7px;
    margin-bottom: 15px;
    width: 50%;
    box-sizing: border-box;
  }
}
.cp-list.xg-anli ul.list li .bg img {
  margin-top: 110px;
}
.cp-list.xg-anli ul.list li > p {
  position: relative;
  display: block;
  z-index: 3;
  height: 85px;
  line-height: 30px;
  font-size: 20px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
  text-align: center;
}
@media (max-width: 375px) {
  .cp-list.xg-anli ul.list li > p {
    height: 60px;
  }
}
.cp-list.xg-anli ul.list li > p a {
  color: #111;
  line-height: 45px;
  display: block;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 375px) {
  .cp-list.xg-anli ul.list li > p a {
    font-size: 16px;
    line-height: 28px;
  }
}
.cp-list.xg-anli ul.list li > p span {
  display: block;
  font-size: 14px;
  color: #666;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cp-list.xg-anli ul.list li:hover {
  transform: translate(0, -10px);
}
.cp-list.xg-anli ul.list li:hover .box {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.cp-list.xg-anli ul.list li:hover > p {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
  border-color: #f67524;
}
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page ul {
  display: inline-block;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 6px;
  overflow: hidden;
}
.page ul li {
  display: inline-block;
  line-height: 40px;
  border-right: 1px solid #ddd;
  margin-left: -5px;
}
.page ul li a {
  display: block;
  padding: 0 30px;
  color: #666;
}
.page ul li a:hover {
  background-color: #f67524;
  color: #fff;
}
@media (max-width: 375px) {
  .page ul li a {
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  .page ul li a {
    padding: 0 12px;
  }
}
.page ul .prev a {
  padding: 0 25px;
  background: url(../images/page-left.png) no-repeat 13px center;
}
.page ul .prev a:hover {
  background-image: url(../images/page-left02.png);
}
@media (max-width: 375px) {
  .page ul .prev a {
    padding-right: 10px;
  }
}
.page ul .next a {
  padding: 0 25px;
  background: url(../images/page-right.png) no-repeat 75px center;
}
.page ul .next a:hover {
  background-image: url(../images/page-right02.png);
}
@media (max-width: 375px) {
  .page ul .next a {
    padding-left: 10px;
    background-position: 60px center;
  }
}
.news-list .pagination {
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 30px;
}
.news-list .pagination li {
  display: inline-block;
  width: auto;
  line-height: 40px;
  border-right: 1px solid #ddd;
  margin-left: -5px;
  padding: 0;
  margin-bottom: 0;
}
.news-list .pagination li a,
.news-list .pagination li span {
  display: block;
  padding: 0 20px;
  color: #666;
}
.news-list .pagination li a:hover,
.news-list .pagination li span:hover,
.news-list .pagination li.active a,
.news-list .pagination li.active span {
  background-color: #f67524;
  color: #fff;
}
@media (max-width: 375px) {
  .news-list .pagination li a,
  .news-list .pagination li span {
    padding: 0 9px;
  }
}
@media (max-width: 320px) {
  .news-list .pagination li a,
  .news-list .pagination li span {
    padding: 0 6px;
  }
}
.anli-banner {
  position: relative;
  overflow: hidden;
}
.anli-banner img {
  width: 100%;
  float: left;
}
.anli-banner .txt {
  position: absolute;
  width: 100%;
  line-height: 70px;
  font-size: 36px;
  color: #fff;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .anli-banner .txt {
    line-height: 45px;
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .anli-banner .txt {
    font-size: 16px;
    line-height: 30px;
  }
}
.anli-banner .txt p {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .anli-banner .txt p {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .anli-banner .txt p {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .anli-banner .txt p {
    width: auto;
    margin: 0 12px;
  }
}
.anli-main {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .anli-main {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .anli-main {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .anli-main {
    width: auto;
    margin: 0 12px;
  }
}
@media (max-width: 375px) {
  .anli-main {
    padding: 20px 15px;
  }
}
.anli-main h3 {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: normal;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .anli-main h3 {
    font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .anli-main h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.anli-main h3 span {
  color: #f67524;
}
.anli-main h3:before {
  content: '';
  width: 50px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.anli-main p {
  margin-bottom: 30px;
}
.anli-main p span {
  color: #f67524;
}
.anli-main img {
  max-width: 100%;
}
.al-head {
  width: 1200px;
  margin: 0 auto;
  margin: 20px auto;
  font-size: 15px;
  line-height: 36px;
}
@media (max-width: 1280px) {
  .al-head {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .al-head {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .al-head {
    width: auto;
    margin: 0 12px;
  }
}
.al-head h3 {
  font-size: 30px;
  position: relative;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 375px) {
  .al-head h3 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.al-head h3:before {
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.al-head .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 40px 50px;
  background-color: #fff;
  height: 380px;
}
@media (max-width: 768px) {
  .al-head .left {
    width: auto;
    float: none;
    padding: 10px 15px;
    height: auto;
  }
}
.al-head .left h3:before {
  background-color: #ddd;
}
.al-head .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 40px 50px;
  background: -webkit-linear-gradient(left, #f8872b, #f67824);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f8872b, #f67824);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f8872b, #f67824);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f8872b, #f67824);
  /* 标准的语法 */
  height: 380px;
  color: #fff;
}
@media (max-width: 768px) {
  .al-head .right {
    width: auto;
    float: none;
    padding: 10px 15px;
    height: auto;
  }
}
.al-head .right h3:before {
  background-color: #fff;
}
.al-head .right ul {
  font-size: 18px;
}
.al-head .right ul li {
  background: url(../images/dian.png) no-repeat left 15px;
  padding-left: 20px;
}
.al-head:after,
.al-head:before {
  display: table;
  content: " ";
  clear: both;
}
.al-img {
  margin: 0 -10px;
}
.al-img:after,
.al-img:before {
  display: table;
  content: " ";
  clear: both;
}
.al-img li {
  float: left;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.kh-bg {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  background: url(../images/kh-bg.jpg) no-repeat center top;
  line-height: 130px;
  font-size: 32px;
  color: #fff;
}
@media (max-width: 1280px) {
  .kh-bg {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .kh-bg {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .kh-bg {
    width: auto;
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .kh-bg {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .kh-bg {
    font-size: 24px;
  }
}
.kh-bg p {
  text-align: center;
}
.kh-bg p span {
  color: #f67524;
}
.anli-list-banner {
  background: url(../images/banner-al-list.jpg) no-repeat center top;
  padding: 100px 0 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .anli-list-banner {
    padding: 50px 0 30px;
    background-size: auto 100%;
  }
}
@media (max-width: 375px) {
  .anli-list-banner {
    padding: 25px 0 10px;
    margin-bottom: 30px;
  }
}
.anli-list-banner .txt {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .anli-list-banner .txt {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .anli-list-banner .txt {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .anli-list-banner .txt {
    width: auto;
    margin: 0 12px;
  }
}
.anli-list-banner .txt h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .anli-list-banner .txt h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .anli-list-banner .txt h2 {
    font-size: 20px;
  }
}
.anli-list-banner .txt h2 span {
  color: #f67524;
  padding-right: 20px;
}
@media (max-width: 375px) {
  .anli-list-banner .txt h2 span {
    padding-right: 0;
  }
}
.anli-list-banner .txt p {
  font-size: 18px;
  color: #a6a7a9;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .anli-list-banner .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .anli-list-banner .txt > img {
    height: 50px;
  }
}
.news-banner {
  background: url(../images/banner-news.jpg) no-repeat center top;
  padding: 70px 0 60px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news-banner {
    padding: 50px 0 30px;
    background-size: auto 100%;
  }
}
@media (max-width: 375px) {
  .news-banner {
    padding: 25px 0 10px;
    margin-bottom: 30px;
  }
}
.news-banner .txt {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .news-banner .txt {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .news-banner .txt {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .news-banner .txt {
    width: auto;
    margin: 0 12px;
  }
}
.news-banner .txt h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .news-banner .txt h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .news-banner .txt h2 {
    font-size: 20px;
  }
}
.news-banner .txt h2 span {
  color: #f67524;
  padding-right: 20px;
}
@media (max-width: 375px) {
  .news-banner .txt h2 span {
    padding-right: 0;
  }
}
.news-banner .txt p {
  font-size: 18px;
  color: #a6a7a9;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .news-banner .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news-banner .txt > img {
    height: 50px;
  }
}
.news-list {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1280px) {
  .news-list {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .news-list {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .news-list {
    width: auto;
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .news-list {
    margin: 0;
  }
}
.news-list .title {
  font-size: 18px;
  background: url(../images/dian02.png) no-repeat left 10px;
  padding-left: 20px;
  margin-bottom: 35px;
  text-align: left;
}
@media (max-width: 768px) {
  .news-list .title {
    margin: 0 12px 15px;
  }
}
.news-list ul {
  margin: 0 -25px;
  text-align: left;
}
@media (max-width: 768px) {
  .news-list ul {
    margin: 0;
  }
}
.news-list ul li {
  padding: 0 25px;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .news-list ul li {
    width: auto!important;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
.news-list ul li .bg {
  position: relative;
}
.news-list ul li .bg > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news-list ul li .bg:hover {
  background-color: #f67524;
  color: #fff;
}
.news-list ul li .bg:hover a {
  color: #fff;
}
.news-list ul li .bg:hover p {
  color: #fff;
}
.news-list ul li .bg:hover span {
  color: #fff;
}
.news-list ul li .bg:hover span em {
  color: #fff;
}
.xinren {
  background-color: #fff;
  padding-bottom: 60px;
}
.xinren:after,
.xinren:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .xinren {
    padding-bottom: 30px;
  }
}
.xinren .txt {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1280px) {
  .xinren .txt {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .xinren .txt {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .xinren .txt {
    width: auto;
    margin: 0 12px;
  }
}
.xinren .txt h3 {
  font-size: 30px;
  color: #111;
  font-weight: normal;
  margin: 80px 0 20px;
}
@media (max-width: 768px) {
  .xinren .txt h3 {
    margin: 30px 0 10px;
    font-size: 20px;
  }
}
.xinren .txt p {
  font-size: 15px;
  color: #666;
  margin-bottom: 40px;
}
.xinren .txt ul {
  text-align: center;
}
.xinren .txt ul li {
  width: 200px;
  display: inline-block;
}
@media (max-width: 768px) {
  .xinren .txt ul li {
    width: 33.33%;
  }
}
.xinren .txt ul li:first-child {
  float: left;
}
.xinren .txt ul li:last-child {
  float: right;
}
.xinren .txt ul li img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .xinren .txt ul li img {
    width: 80%;
  }
}
.xinren .txt ul li a {
  font-size: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .xinren .txt ul li a {
    font-size: 16px;
    display: block;
    padding: 0 10px;
  }
}
.liuyan {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .liuyan {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .liuyan {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .liuyan {
    width: auto;
    margin: 0 12px;
  }
}
.liuyan .inner-form {
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 0 5px 3px rgba(224, 95, 14, 0.1);
}
.ditu {
  background-color: #fff;
  padding: 55px 0;
}
@media (max-width: 768px) {
  .ditu {
    padding: 25px 0;
  }
}
.ditu .main {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .ditu .main {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .ditu .main {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .ditu .main {
    width: auto;
    margin: 0 12px;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .ditu .main iframe{
    margin-top: -150px;
  }
}
.ditu .main img {
  max-width: 100%;
}
.news-delaits {
  margin-bottom: 60px;
  background-color: #fff;
  padding: 0 50px;
  font-size: 15px;
  color: #666;
  text-align: left;
}
.news-delaits:after,
.news-delaits:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .news-delaits {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.news-delaits h1 {
  font-size: 28px;
  color: #333;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .news-delaits h1 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 28px;
  }
}
.news-delaits .time {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news-delaits .time span {
  font-size: 15px;
  color: #666;
  padding-right: 40px;
}
.news-delaits .time span:before {
  color: #f67524;
  margin-right: 5px;
}
.news-delaits .zx-bg {
  background: url(../images/zx-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 15px 25px;
  color: #666;
  margin-bottom: 45px;
}
.news-delaits .zx-bg span {
  font-size: 20px;
  color: #f67524;
  font-weight: bold;
  padding: 0 5px;
}
.news-delaits .zx-bg a {
  font-size: 18px;
  color: #f67524;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 20px;
  border: 1px solid #f67524;
  border-radius: 4px;
  background-color: #fff1dc;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
.news-delaits .zx-bg a:hover {
  background-color: #f67524;
  color: #fff;
}
.news-delaits h3 {
  color: #f67524;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news-delaits h3 {
    font-size: 20px;
  }
}
.news-delaits p {
  margin-bottom: 30px;
}
.news-delaits p span,
.news-delaits p a {
  color: #f67524;
}
.news-delaits img {
  max-width: 100%;
  height: auto;
}
.news-dpage {
  margin-bottom: 30px;
}
.news-dpage:after,
.news-dpage:before {
  display: table;
  content: " ";
  clear: both;
}
.news-dpage a {
  padding: 12px 50px;
  font-size: 18px;
  background-color: #f5f5f5;
  color: #666;
}
@media (max-width: 768px) {
  .news-dpage a {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.news-dpage a:first-child {
  float: left;
}
.news-dpage a:last-child {
  float: right;
}
.news-dpage a:last-child:before {
  float: right;
}
.news-dpage a:hover {
  background-color: #f67524;
  color: #fff;
}
.fuwu-banner {
  background: url(../images/banner-fuwu.jpg) no-repeat center top;
  padding: 70px 0 60px;
}
@media (max-width: 768px) {
  .fuwu-banner {
    padding: 50px 0 30px;
    background-size: auto 100%;
  }
}
@media (max-width: 375px) {
  .fuwu-banner {
    padding: 25px 0 10px;
    margin-bottom: 30px;
  }
}
.fuwu-banner .txt {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .fuwu-banner .txt {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .fuwu-banner .txt {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .fuwu-banner .txt {
    width: auto;
    margin: 0 12px;
  }
}
.fuwu-banner .txt h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .fuwu-banner .txt h2 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .fuwu-banner .txt h2 {
    font-size: 20px;
  }
}
.fuwu-banner .txt p {
  font-size: 18px;
  color: #a6a7a9;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .fuwu-banner .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .fuwu-banner .txt > img {
    height: 50px;
  }
}
.fuwu-main {
  text-align: center;
  background-color: #fff;
  padding: 65px 0 50px;
}
@media (max-width: 768px) {
  .fuwu-main {
    padding: 30px 0 25px;
  }
}
.fuwu-main h3 {
  font-size: 28px;
  color: #333;
  line-height: 36px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .fuwu-main h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.fuwu-main .row {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .fuwu-main .row {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .fuwu-main .row {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .fuwu-main .row {
    width: auto;
    margin: 0 12px;
  }
}
.fuwu-main .row ul {
  margin: 0 -50px;
}
.fuwu-main .row ul:after,
.fuwu-main .row ul:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .fuwu-main .row ul {
    margin: 0;
  }
}
.fuwu-main .row ul li {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .fuwu-main .row ul li {
    /* width: 50%; */
    margin-bottom: 25px;
    padding: 0;
  }
  .fuwu-main .row ul li > img{
    width: 80%;
  }
}
.fuwu-main .row ul li h4 {
  font-size: 18px;
  margin: 15px 0 10px;
}
.fuwu-main .row ul li p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
.fannao {
  background: url(../images/bg-fn.jpg) no-repeat center;
  padding: 50px 0 60px;
}
@media (max-width: 768px) {
  .fuwu-main .row ul li h4{
    font-size: 14px;
  }
  .fuwu-main .row ul li p{
    /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    display: none;
  }
  .fannao {
    padding: 25px 0 30px;
  }
}
.fannao p {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 1280px) {
  .fannao p {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .fannao p {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .fannao p {
    width: auto;
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .fannao p img {
    width: 100%;
  }
}
.jzl {
  background-color: #fff;
  padding: 70px 0 75px;
}
@media (max-width: 768px) {
  .jzl {
    padding: 30px 0 35px;
  }
}
.jzl .txt {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .jzl .txt {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .jzl .txt {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .jzl .txt {
    width: auto;
    margin: 0 12px;
  }
}
.jzl .txt:after,
.jzl .txt:before {
  display: table;
  content: " ";
  clear: both;
}
.jzl .txt .left {
  float: left;
  width: calc(50% - 100px);
}
@media (max-width: 768px) {
  .jzl .txt .left {
    width: 100%;
    float: none;
  }
}
.jzl .txt .left h4 {
  font-size: 30px;
  color: #444;
  line-height: 30px;
  margin: 40px 0 50px;
}
@media (max-width: 768px) {
  .jzl .txt .left h4 {
    margin: 20px 0 20px;
    font-size: 22px;
  }
}
.jzl .txt .left p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 30px;
}
.jzl .txt img {
  float: right;
  width: 50%;
}
@media (max-width: 768px) {
  .jzl .txt img {
    width: 100%;
    float: none;
  }
}
.kehu-ly {
  background: url(../images/kehu-from.jpg) no-repeat center top;
  padding: 50px 0 40px;
  text-align: center;
}
.kehu-ly p {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 768px) {
  .kehu-ly p {
    font-size: 24px;
  }
}
.kehu-ly p span {
  color: #f67524;
}
.gy-banner {
  background: url(../images/banner-gy.jpg) no-repeat center top;
  padding: 215px 0 70px;
  background-size: cover;
}
@media (max-width: 768px) {
  .gy-banner {
    padding: 60px 0 30px;
  }
}
.gy-banner .txt {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-family: '宋体';
}
@media (max-width: 1280px) {
  .gy-banner .txt {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .gy-banner .txt {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .gy-banner .txt {
    width: auto;
    margin: 0 12px;
  }
}
.gy-banner .txt h2 {
  font-size: 46px;
  font-weight: normal;
  line-height: 50px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gy-banner .txt h2 {
    font-size: 24px;
  }
}
.gy-banner .txt h2:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.gy-banner .txt p {
  font-size: 24px;
}
@media (max-width: 768px) {
  .gy-banner .txt p {
    font-size: 16px;
  }
}
.fangan {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 65px;
}
@media (max-width: 1280px) {
  .fangan {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .fangan {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .fangan {
    width: auto;
    margin: 0 12px;
  }
}
.fangan:after,
.fangan:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .fangan {
    padding: 15px 0 25px;
  }
}
.fangan .left {
  width: calc(50% - 120px);
  float: left;
}
@media (max-width: 768px) {
  .fangan .left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.fangan .left p {
  font-size: 24px;
  color: #666;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .fangan .left p {
	font-size: 16px;
	margin-top: 0;
  }
}
.fangan .left h2 {
  font-size: 36px;
  color: #111;
  line-height: 60px;
  font-weight: normal;
  margin: 20px 0 40px;
}
@media (max-width: 768px) {
  .fangan .left h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 20px;
  }
}
.fangan .left a {
  font-size: 18px;
  color: #fff;
  background-color: #333;
  padding: 15px 55px;
  display: inline-block;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
.fangan .left a:before{
  margin-right: 5px;
}
.fangan .left a:hover{
  background-color: #f67524;
}
@media (max-width: 768px) {
  .fangan .left a {
    font-size: 16px;
    padding: 7px 55px;
  }
}
.fangan > p {
  width: calc(50% + 50px);
  float: right;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
@media (max-width: 768px) {
  .fangan > p {
    width: 100%;
	float: none;
	line-height: 30px;
  }
}
.gybg-white {
  background-color: #fff;
}
.gybg-white:after,
.gybg-white:before {
  display: table;
  content: " ";
  clear: both;
}
.gybg-white .img {
  position: relative;
}
.gybg-white .img:after,
.gybg-white .img:before {
  display: table;
  content: " ";
  clear: both;
}
.gybg-white .img img {
  width: 100%;
  float: left;
}
.gybg-white .img p {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 100%;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .gybg-white .img p {
    width: 90%;
    left: 5%;
    height: 90px;
    overflow: hidden;
  }
}
.gybg-white .img p span {
  font-size: 34px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gybg-white .img p span {
    font-size: 20px;
  }
}
.gybg-white ul {
  border: 1px solid #ddd;
  margin-bottom: 80px;
}
.gybg-white ul:after,
.gybg-white ul:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .gybg-white ul {
    margin-bottom: 30px;
  }
}
.gybg-white ul li {
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 50px 30px 30px 40px;
}
@media (max-width: 768px) {
  .gybg-white ul li {
    width: 100%;
    float: none;
    padding: 25px 15px 25px 25px;
  }
}
.gybg-white ul li:nth-child(1) {
  background-color: #f5f5f5;
  border-right: 1px solid #ddd;
}
@media (max-width: 768px) {
  .gybg-white ul li:nth-child(1) {
    border: 0;
  }
}
.gybg-white ul li:nth-child(3) {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .gybg-white ul li:nth-child(3) {
    border-block-end: 0;
  }
}
.gybg-white ul li:nth-child(4) {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .gybg-white ul li:nth-child(4) {
    /* background-color: transparent; */
  }
}
.gybg-white ul li h5 {
  font-size: 24px;
  color: #111;
  margin: 20px 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .gybg-white ul li h5 {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
  }
}
.gybg-white ul li p {
  font-size: 16px;
  color: #666;
}
.liucheng {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .liucheng {
    width: 970px;
  }
}
@media (max-width: 992px) {
  .liucheng {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .liucheng {
    width: auto;
    margin: 0 12px;
  }
  .gybg-white ul li{
    width: 50%;
    box-sizing: border-box;
    border: 0;
    float: left;
  }
  .gybg-white ul li p{
    display: none;
  }
}
.liucheng:after,
.liucheng:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .liucheng {
    margin-bottom: 30px;
  }
}
.liucheng h2 {
  font-size: 40px;
  font-family: '宋体';
  /* font-weight: normal; */
  text-align: center;
  margin: 60px 0 20px;
}
@media (max-width: 768px) {
  .liucheng h2 {
    font-size: 22px;
    margin: 20px 0 10px;
  }
}
.liucheng > p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .liucheng > p {
    margin-bottom: 20px;
  }
}
.liucheng ul {
  width: calc(50% + 120px);
  float: left;
  text-align: center;
  border: 1px solid #ddd;
}
.liucheng ul:after,
.liucheng ul:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .liucheng ul {
    width: 100%;
    float: none;
  }
}
.liucheng ul li {
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
  width: 33.33%;
  box-sizing: border-box;
  float: left;
  padding: 30px 0 20px;
}
@media (max-width: 768px) {
  .liucheng ul li {
    padding: 15px 0 10px;
  }
}
.liucheng ul li i {
  font-size: 48px;
  color: #666;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 100px;
  line-height: 100px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 768px) {
  .liucheng ul li i {
    font-size: 36px;
    width: 60px;
    line-height: 60px;
  }
}
.liucheng ul li p {
  font-size: 60px;
  color: #ddd;
  position: relative;
  line-height: 60px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .liucheng ul li p {
    font-size: 48px;
    line-height: 48px;
  }
}
.liucheng ul li p:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 20px;
  background-color: #f5f5f5;
  left: 10%;
  bottom: 0;
}
.liucheng ul li span {
  display: block;
  margin-top: -15px;
  position: relative;
  font-size: 20px;
}
@media (max-width: 768px) {
  .liucheng ul li span {
    font-size: 16px;
  }
}
.liucheng ul li:nth-child(1),
.liucheng ul li:nth-child(3),
.liucheng ul li:nth-child(5) {
  background-color: #fff;
}
.liucheng ul li:nth-child(1) i,
.liucheng ul li:nth-child(3) i,
.liucheng ul li:nth-child(5) i {
  background-color: #f5f5f5;
}
.liucheng ul li:nth-child(1) p:before,
.liucheng ul li:nth-child(3) p:before,
.liucheng ul li:nth-child(5) p:before {
  background-color: #fff;
}
.liucheng ul li:nth-child(1),
.liucheng ul li:nth-child(2),
.liucheng ul li:nth-child(3) {
  border-bottom: 1px solid #ddd;
}
.liucheng ul li:nth-child(2),
.liucheng ul li:nth-child(5) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.liucheng ul li.active {
  z-index: 10;
  box-shadow: -6px 6px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
}
.liucheng ul li.active i {
  background-color: #f67524;
  color: #fff;
}
.liucheng .right {
  width: calc(50% - 160px);
  float: right;
  color: #fff;
}
.liucheng .right:after,
.liucheng .right:before {
  display: table;
  content: " ";
  clear: both;
}
@media (max-width: 768px) {
  .liucheng .right {
    width: 100%;
    float: none;
  }
}
.liucheng .right img {
  width: 100%;
  float: left;
}
.liucheng .right .txt {
  overflow: hidden;
  background: url(../images/bg-xckc.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 20px;
}
@media (max-width: 375px) {
  .liucheng .right .txt {
    padding: 15px 10px;
  }
}
.liucheng .right .txt h4 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .liucheng .right .txt h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.liucheng .right .txt h4:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.liucheng .right .txt p {
  font-size: 16px;
  line-height: 27px;
}
.liucheng .right .menu {
  display: none;
}
.liucheng .right .menu:nth-child(3) {
  display: block;
}
.bg-qyzz {
  background: url(../images/bg-qyzz.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}
.bg-qyzz:after,
.bg-qyzz:before {
  display: table;
  content: " ";
  clear: both;
}
.bg-qyzz h2 {
  font-size: 40px;
  font-family: '宋体';
  /* font-weight: normal; */
  text-align: center;
  margin: 60px 0 20px;
}
@media (max-width: 375px) {
  .bg-qyzz h2 {
    font-size: 22px;
    margin: 20px 0 10px;
  }
}
.bg-qyzz p {
  font-size: 16px;
  margin-bottom: 50px;
  text-align: center;
}
.bg-qyzz .lunbo {
  margin-bottom: 70px;
}
.bg-qyzz .lunbo .slick-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(../images/bleft.png) no-repeat center;
  margin-top: -28px;
  left: 35px;
}
@media (max-width: 768px) {
  .bg-qyzz .lunbo .slick-prev {
    width: 30px;
    height: 30px;
    background-size: 80%;
    margin-top: -15px;
    left: 15px;
  }
}
.bg-qyzz .lunbo .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(../images/bleft.png) no-repeat center;
  margin-top: -28px;
  left: 35px;
  background-image: url(../images/bright.png);
  left: auto;
  right: 35px;
}
@media (max-width: 768px) {
  .bg-qyzz .lunbo .slick-next {
    width: 30px;
    height: 30px;
    background-size: 80%;
    margin-top: -15px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  .bg-qyzz .lunbo .slick-next {
    width: 30px;
    height: 30px;
    background-size: 80%;
    margin-top: -15px;
    left: auto;
    right: 15px;
  }
}
@media (max-width: 768px) {
  .bg-qyzz .lunbo img {
    max-width: 100%;
    margin-right: 10px;
  }
}
.mob-footer {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  left: 0;
  bottom: 0;
  padding: 7px 0;
  box-shadow: 0 0 3px 2px rgba(246, 117, 36, 0.2);
}
@media (max-width: 768px) {
  .mob-footer {
    display: block;
  }
}
.mob-footer a {
  display: inline-block;
  width: 49%;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #999;
  background-position: 20% center;
  background-repeat: no-repeat;
}
.mob-footer a:first-child {
  border-right: 1px solid #e5e5e5;
  background-image: url(../images/zixun.png);
  background-size: 20px;
}
.mob-footer a:last-child {
  background-image: url(../images/boda.png);
  background-size: 26px;
}
@media (max-width: 768px) {
  .pc_cs {
    display: none;
  }
}
.mob_cs {
  display: none;
}
@media (max-width: 768px) {
  .mob_cs {
    display: block;
  }
}

.zx-fixed{
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 180px; 
}
.zx-fixed span{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  line-height: 10px;
  cursor: pointer;
}
@media(max-width:768px){
  .zx-fixed{
    display: none;
  }
}
.banner-lx{
  background: url(../images/banner-lx.jpg) no-repeat center;
  padding: 45px 0 40px;
  overflow: hidden;
  background-size: cover;
}
.banner-lx .bg{
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  float: right;
}
.banner-lx .bg h1{
  font-size: 36px;
  font-family: '宋体';
  line-height: 36px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-right: 65px;
}
.banner-lx .bg h1 em{
  font-style: normal;
  color: #f67524;
}
@media(max-width:768px){
  .banner-lx .bg{
    padding: 15px;
  }
	.banner-lx .bg h1{
		font-size: 18px;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
  .banner-lx .bg h1 span{
    font-size: 24px;
  }
  .banner-lx .bg h1 em{
    display: block;
    opacity: 0;
    height: 0;
  }
}
.banner-lx .bg p{
  color: #666;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}
.banner-lx .bg p strong{
  font-size: 26px;
  font-weight: bold;
  color: #f67524;
  display: inline-block;
}
p.localtion{
  background: url(../images/localtion.jpg) no-repeat left center;
  padding-left: 25px;
}
.banner-lx .bg a{
  background-color: #fff;
  box-shadow: 0 6px 16px 0 rgba(246, 117, 36, .3);
  display: inline-block;
  width: 200px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #f67524;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
.banner-lx .bg a:before{
  content: '';
  border-top: 15px solid #ff2400;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-lx .bg a:hover{
  background-color: #ff2400;
  color: #fff;
}
@media(max-width:768px){
	.banner-lx .bg a{
		width: 100%;
		line-height: 45px;
	}
}
.banner-lx .bg p.bot{
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: 25px;
}
.banner-lx .bg p.bot span{
  color: #f67524;
}



.anli-main .list {
  margin: 0 -18px;
}

.anli-main .list {
  margin: 0 -5px;
}
@media (max-width: 375px) {
  .anli-main .list {
    margin-bottom: -20px;
  }
}
.anli-main .list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 10px;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 375px) {
  .anli-main .list li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.anli-main .list li .box {
  position: relative;
  overflow: hidden;
}
.anli-main .list li .box > img {
  float: left;
  width: 100%;
}
@media (max-width: 375px) {
  .anli-main .list li .box > img {
    height: 135px;
  }
}
@media (max-width: 320px) {
  .anli-main .list li .box > img {
    height: 115px;
  }
}
.anli-main .list li .box > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.anli-main .list li .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  /* Firefox 4 */
  -webkit-transition: all 0.25s;
  /* Safari 和 Chrome */
  -o-transition: all 0.25s;
  /* Opera */
}
@media (max-width: 375px) {
  .anli-main .list li .box .bg {
    display: none;
  }
}
.anli-main .list li .box .bg h4 {
  margin-top: 110px;
  font-size: 24px;
  margin-bottom: 15px;
}
.anli-main .list li .box .bg img {
  display: inline-block;
  margin-top: 70px;
}
.anli-main .list li .box .bg span {
  display: block;
  margin-top: 5px;
}
.anli-main .list li > a {
  position: relative;
  display: block;
  z-index: 3;
  height: 70px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 375px) {
  .anli-main .list li > a {
    height: 50px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.anli-main .list li:hover .bg {
  bottom: 0;
}
.anli-main .list li:hover > a {
  border-color: #f67524;
}
.anli-main .list li:hover {
  transform: translate(0, -10px);
}
.anli-main .list li:hover .box {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.anli-main .list li:hover > a {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.anli-main .list:after,
.anli-main .list:before {
  display: table;
  content: " ";
  clear: both;
}

.anli-main .list li > p{
  position: relative;
  display: block;
  z-index: 3;
  /* height: 85px; */
  line-height: 30px;
  font-size: 20px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
  text-align: center;
}
.anli-main .list li > p a {
  color: #111;
  line-height: 55px;
  display: block;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* .anli-main .list li > p span {
  display: block;
  font-size: 14px;
  color: #666;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */
.anli-main .list li:hover > p {
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
  border-color: #f67524;
}

@media(max-width:768px){
	.anli-main .list li > p{
		font-size: 16px;
		margin-bottom: 0;
	}
	.anli-main .list li > p a{
		line-height: 36px;
	}
}