@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/iconfont.ttf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg') 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-shouhou:before {
  content: "\e604";
}

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




/* å…¬å…±æ ·å¼ å¼€å§‹ */
body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Microsoft YaHei';
  color: #333;
  background-color: #fff;
  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;
}

.black {
  display: none;
}

.h2 {
  font-size: 40px;
  line-height: 72px;
  /* font-weight: normal; */
  text-align: center;
  margin-bottom: 50px;
}

.h2 b {
  color: #fa8115;
}

.h2 p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}


@media (max-width: 1280px) {
  .h2 {
    font-size: 34px;
    line-height: 60px;
  }

  .gdkc {
    display: none;
  }
}

@media (max-width: 992px) {
  .h2 {
    font-size: 28px;
    line-height: 48px;
  }
}

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

.warp1 {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .indexright {
    display: none;
  }

  #botop .return-top{
    display: block;
  }

  .slick-slide img{
    margin-bottom: 10px;
  }
}

@media (max-width: 1280px) {
  .index02 .warp {
    width: 100%;
  }

  .warp1 .warul{
    left: 0;
    margin: 20px 0;
  }
}

.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 */
  display: none;
}

.return-top.show {
  right: 25px;
}

.header {
  background-color: #fff;
  padding: 25px 0;
}

.header img:last-child {
  float: right;
  margin-top: 5px;
}

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

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

.inderighuldi{
  display: none;
  overflow: hidden;
  width: 200px;
  height: 60px;
  background-color: #d65f1b;
  border: 2px solid #fff;
  border-radius: 4px;
  position: absolute;
  right: 145px;
  line-height: 28px;
  margin-top: -61px;
}

.inderighul:hover .inderighuldi{
  display: block;
}

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

.nav {
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  position: absolute;
  z-index: 99;
  width: 100%;
}

.nav:after,
.nav:before {
  display: table;
  content: " ";
  clear: both;
}

.newsback{
  display: none;
}

@media (max-width: 1400px) {
  .nav {
    font-size: 18px;
  }
}

.nav ul {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 5%;
}

.nav ul li {
  float: left;
  width: 8%;
  box-sizing: border-box;
  margin: 30px 50px 0 0;
}

.nav ul li img {
  margin-top: 4px;
}



@media (max-width: 1400px) {
  .nav ul {
    left: 0;
  }
}

.nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}

.nav ul li a:hover {
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  border-radius: 100px;
}


@media (max-width: 1280px) {
  .nav ul {
    width: 100%;
    margin: 0 -28px;
  }

  .nav ul li{
    width: 10%;
    margin: 15px 50px 0 0;
    font-size: 1.4rem;
  }
}


@media (max-width: 1170px) {
  .nav ul li{
    width:  8%;
    font-size: 1rem;
  }
}

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

.index-main {
  position: relative;
  margin: -30px auto 0 auto;
}

.index-maingy {
  position: relative;
  margin: -50px auto 0 auto;
}

.index-maincp {
  position: relative;
  margin: -50px auto 0 auto;
}

.index-new {
  position: relative;
  margin: 0 auto 0 15%;
}

.new-index {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.index-main .bg {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
  box-shadow: 0px 2px 13px 0px rgba(13, 13, 13, 0.34);
}

.index-main-2 {
  position: relative;
  width: 100%;
}

.index-main .bg-2 {
  background-color: #fff;
  padding: 40px 0;
  text-align: left;
  margin: -45px 0 70px;
}

.index-main-2 h2 {
  font-size: 40px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  font-family: 'æ–°å®‹ä½“';
  margin-top: 0px;
}

.index-main-2 h2 b {
  color: #0893DB;
}

.index-main-2 h2 p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  font-family: 'Microsoft YaHei';
  font-weight: normal;
}

.indydmain {
  display: none;
}

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

.index-main .bg ul li p {
  font-family: 'Impact';
  font-size: 72px;
  color: #0893DB;
  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: 375px) {
  .index-main .bg ul li p {
    font-size: 24px;
  }
  .mob-footer {
        bottom: 22px;
    }
}

@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: 35px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
  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: 1280px) {
  .index-main h2 {
    font-size: 34px;
    line-height: 60px;
  }
}

@media (max-width: 992px) {
  .index-main h2 {
    font-size: 28px;
    line-height: 48px;
  }
}

.index-main .bg02 {
  background-color: #e9e8e8;
  margin-bottom: 80px;
  position: relative;
}

.index-main .bg02 ul {
  width: 25%;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 6;
}

.index-main .bg02 ul li {
  padding-bottom: 5px;
}

.index-main .bg02 ul li:last-child {
  padding-bottom: 0;
}

.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: #0893DB;
  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: 720px) {
  .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;
}

.index-main .bg02 .right a:hover {
  background-color: #0893DB;
  color: #fff;
}

.index-main .bg02 .right a.ml {
  margin-left: 25px;
}

@media (max-width: 768px) {

  .index-main .bg02 .right a:before {
    margin-right: 30px;
  }

  .index-main .bg02 .right a.ml {
    float: right;
    margin-left: 10px;
  }

  .index-main .bg02 .right a {
    padding-left: 30px;
    width: 120px;
    line-height: 40px;
  }

  .index-main .bg02 .right .menu {
    background-position: center bottom;
    height: auto;
    padding: 0 12px 180px;
    background-size: cover;
  }

  .index-maincp {
    margin: -50px 0 0 0;
  }

  body .cp-js .main .txt ul{
    padding: 15px 0;
  }
}

@media (max-width: 320px) {
  .index-main .bg02 .right a.ml {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
}

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

.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: 992px) {
  .index_newsu {
    position: relative;
    left: -40px;
  }
}

@media (max-width: 768px) {
  .index-main {
    width: auto;
    margin: 0;
  }
}

.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: 675px) {
  .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: auto;
  height: 100%;
}

.index02 ul li .box>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

ul li .box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -125%;
  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: 675px) {
  ul li .box .bg {
    display: none;
  }
}

.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;
  background-color: #f67524;
  color: #fff;
}

.index02 ul li>a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  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: 575px) {
  .index02 ul li>a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

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


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

#guwenmore {
  font-size: 18px;
  color: #333;
  position: relative;
  top: 1px;
}

#guwenmore1 {
  color: #333;
  font-size: 18px;
}

@media (max-width: 675px) {
  #guwenmore1 {
    color: #666;
    font-size: 15px;
  }
}

.newxtb {
  position: absolute;
  right: 5px;
  margin: -245px 280px 0 0;
}

.anlxtb{
  position: absolute;
  float: right;
  right: 360px;
  margin-top: -55px;
}

@media (max-width: 1800px) {
  .anlxtb{
    right: 300px;
  }
}

@media (max-width: 1700px) {
  .newxtb {
    display: none;
  }

  .anlxtb{
    right: 230px;
  }
}

@media (max-width: 1600px) {
  .anlxtb{
    display: none;
  }
}

@media (max-width: 360px) {

  .form1 .btns {
    width: 88%;
  }

  .news-main .xg-anli h2 {
    width: 60%;
  }
}

@media (max-width: 330px) {
  .newxtb {
    display: none;
  }
}

.newxtb1 {
  position: relative;
  top: -245px;
  left: 1090px;
}

@media (max-width: 675px) {
  .left .newxtb1,
  .newxtb1 {
    position: relative;
    top: -426px;
    left: 240px;
  }
}

.newxtb123 {
  position: relative;
  top: -245px;
  left: 1090px;
}

@media (max-width: 675px) {
  .newxtb123 {
    position: relative;
    top: -234px;
    left: 265px;
  }
}

#ckgbs {
  position: relative;
  top: -245px;
  left: 1200px;
}

@media (max-width: 675px) {
  #ckgbs {
    position: relative;
    left: 9255px;
  }
}

@media (max-width: 640px) {
  #guwenmore {
    position: relative;
    width: 92px;
    height: 50px;
    line-height: 50px;
    margin: 25px auto 50px;
    text-align: center;
    /* background: url(../images/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; */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    top: 0px;
  }
}

.guwenmore {
  font-size: 18px;
  display: block;
  margin-left: 47%;
  width: 92px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  /* background: url(../images/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;
}

@media (max-width: 992px) {
  .guwenmore {
    margin-left: 35%;
  }
}

.guwenmore2 {
  position: relative;
  bottom: 300px;
  left: 550px;
  color: #333;
}

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

.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: 375px) {
  .index02 .slick-prev {
    left: 15%;
  }

  .index02 .slick-next {
    right: 15%;
  }
}

@media (max-width: 992px) {
  .i-f .l h3 {
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 28px;
    font-size: 26px;
    line-height: 34px;
  }
}

.i-f .l>p {
  font-size: 18px;
  line-height: 30px;
}

.i-f ul {
  float: right;
  padding: 1px;
  width: 54%;
}

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


.bor-b span {
  font-size: 18px;
  padding: 8px 34px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 25px;
  cursor: pointer;
}

.bor-b span.active {
  color: #fff;
  background-color: #fa8115;
}

.qz-tab {
  margin-bottom: 70px !important;
  width: 1200px;
  margin: 0 auto;
}


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

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

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

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

.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 {
    display: none;
  }
}

.b-lx .l {
  width: 35%;
  float: left;
}

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

.b-lx form h2 {
  text-align: left;
  color: #000;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 25px;
}


.b-lx form h2 img {
  vertical-align: middle;
  margin-right: 5px;
}


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

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

.copy a {
  color: #888;
}

/* .cpt {
  background: url(../images/cpt-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 0 40px;
} */

.cpt p {
  font-size: 20px;
  line-height: 36px;
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}


@media (max-width: 375px) {
  .cpt p {
    font-size: 16px;
  }
}

.cpt p strong {
  font-size: 30px;
}


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

.cp-js {
  background-color: #fff;
  padding-top: 20px;
}

.cp-js>img {
  max-width: 100%;
}

.cp-js .main {
  margin-bottom: 20px !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;
}

.cp-js .main .bg img {
  float: left;
  width: 100%;
}

.cp-js .main .txt {
  float: right;
  width: 45%;
}

.cp-js .main .txt h1 {
  font-size: 34px;
  color: #111;
  margin: 5px 0 0;
  padding-bottom: 30px;
}

@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 #0893DB;
  color: #0893DB;
  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;
  padding: 25px 0;
}

.cp-js .main .txt ul li {
  float: left;
  width: 100%;
}

.cp-js .main .txt ul li:first-child {
  width: 100%;
  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: 575px) {
  .cp-js .main .txt ul li p {
    font-size: 16px;
    line-height: 24px;
  }

  .cp-js .main .txt ul li img {
    margin: 6px 10px 0 0;
  }

  .cp-js .main .txt ul li:first-child {
    width: 100%;
  }
}

.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: 775px) {
  .cp-js .main .txt .p span {
    height: 73px;
  }
}

.cp-js .main .txt a {
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  display: inline-block;
  color: #fff;
  font-size: 20px;
  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 */
}

.iconfont1 {
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  display: inline-block;
  color: #fff;
  font-size: 20px;
  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);
  -webkit-transition: all 0.25s;
}

@media (max-width: 1282px) {
  .cp-js .main .txt a {
    display: block;
    padding: 7px 0;
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .iconfont1 {
    display: block;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    padding: 12px 30px;
  }
}

.cp-js .main .txt a:before {
  margin-right: 10px;
  font-weight: normal;
}

.cp-js .main .txt a:after {
  content: '';
  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;
}


.p231 {
  display: inline-block;
  margin-right: 20px;
  color: #666;
}


.p231 img {
  vertical-align: middle;
  margin-right: 5px;
}

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

.cp-js .main:after,
.cp-js .main:before {
  display: table;
  content: " ";
  clear: both;
}

.news-main {
  width: 1300px;
  margin: 0 auto;
  margin-top: 35px;
  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;
  }

  .p231 img {
    margin-right: 0px;
  }

  .cp-js .main .txt .p2 span img {
    margin-right: 0;
  }

  .cp-js .main .txt .p2{
    margin-top: 10px;
  }

  .cp-js .main {
    width: auto;
    margin: 0 12px;
  }
}

.news-main:after,
.news-main:before {
  display: table;
  content: " ";
  clear: both;
}

@media (max-width: 575px) {
  .news-main {
    padding: 5px 5px;
    margin-bottom: 25px;
    margin: 0;
  }
}

.news-main>ul {
  margin: 0 -50px 20px;
}

@media (max-width: 575px) {
  .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;
  margin-left: 45px;
}

@media (max-width: 575px) {
  .news-main>ul li {
    font-size: 16px;
  }
}

.news-main>ul li a {
  color: #666;
  line-height: 60px;
  display: block;
}

@media (max-width: 575px) {
  .news-main>ul li a {
    line-height: 45px;
    font-size: 18px;
  }
}

.news-main>ul li a:hover,
.news-main>ul li a.active {
  background-color: #f6a424;
  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: 575px) {
  .news-main h3 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}

.news-main h3 span {
  color: #0893DB;
}

.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: #0893DB;
}

.imgses {
  position: relative;
  left: -360px;
}

@media (max-width: 675px) {
  .imgses {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.imggss {
  width: 100%;
  height: 100%;
}

.inner-form {
  background-color: #fff;
  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 {
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  padding: 10px 15px 6px 45px;
  margin-bottom: 14px;
  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);
}

@media (max-width: 575px) {

  .inner-form input,
  .inner-form textarea {
    padding: 5px 15px 5px 40px;
  }

}

.inner-form .btn {
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  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-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 #0893DB;
    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: 20px;
  margin-top: 20px;
}

.xg-anlinr {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .xg-anli {
    width: 100%;
    margin-top: 0px;
  }
}

@media (max-width: 992px) {
  .xg-anli {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .xg-anli {
    width: auto;
    margin-bottom: 0;
    margin-top: 10px;
  }

  body .xg-anli ul.list {
    margin: 8px 10px 0 0;
  }
}

.xg-anli:after,
.xg-anli:before {
  display: table;
  content: " ";
  clear: both;
}

.xg-anli h2 {
  /* font-size: 34px;
  color: #111;
  line-height: 34px; */
  font-weight: normal;
  margin-bottom: 20px;
  color: #666;
  display: inline-block;
  width: 88%;
}

.ckgd {
  display: inline-block;
  width: 8%;
}

.indyqlj{
  text-align: center;
  background: #1a1d26;
  color: #fff;
  font-size: 18px;
}

.indyqlj a{
  color: #666;
}

@media (max-width: 375px) {
  .xg-anli h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
  }

  .xg-anli h2 a {
    line-height: 36px;
  }

  .xg-anlinr ul .list {
    margin: 20px 0 0 0;
  }

  .xg-anli ul.list li {
    width: 50%;
    margin-bottom: 20px;
  }
}

.xg-anli h2 a {
  font-size: 14px;
  color: #999;
  float: right;
  line-height: 45px;
}

.xg-anli ul.list {
  margin: 20px 10px 0 0;
}

.xg-anlinr ul .list {
  margin: 20px 10px 0 0;
}

.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 */
}

.xg-anlinr 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-anlinr ul .list li {
    width: 50%;
    box-sizing: border-box;
  }

  .xg-anli ul.list li {
    width: 50%;
    box-sizing: border-box;
  }

  .xg-anlinr ul .list li {
    width: 50%;
    margin-bottom: 20px;
  }
}

.xg-anlinr ul .list li .box {
  position: relative;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}

.xg-anli ul.list li .box {
  position: relative;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}

.xg-anlinr ul .list li .box>img {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.xg-anli ul.list li .box>img {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.xg-anli ul.list li .box>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.xg-anlinr 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 */
}

.xg-anlinr 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-anlinr ul.list li .box .bg {
    display: none;
  }

  .xg-anli ul.list li .box .bg {
    display: none;
  }
}

.xg-anlinr ul.list li .box .bg h4 {
  margin-top: 110px;
  font-size: 24px;
  margin-bottom: 15px;
}

.xg-anli ul.list li .box .bg h4 {
  margin-top: 110px;
  font-size: 24px;
  margin-bottom: 15px;
}

.xg-anlinr ul.list li .box .bg img {
  display: inline-block;
}

.xg-anli ul.list li .box .bg img {
  display: inline-block;
}

.xg-anlinr ul.list li .box .bg span {
  display: block;
  margin-top: 5px;
}

.xg-anli ul.list li .box .bg span {
  display: block;
  margin-top: 5px;
}

.xg-anlinr ul.list li>a {
  position: relative;
  display: block;
  z-index: 3;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}

.xg-anli ul.list li>a {
  position: relative;
  display: block;
  z-index: 3;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}

@media (max-width: 575px) {
  .xg-anli ul.list li>a {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
  }

  .xg-anlinr ul.list li>a {
    height: 45px;
    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-anlinr ul.list li:hover .bg {
  bottom: 0;
}

.xg-anli ul.list li:hover>a {
  border-color: #0893DB;
}

.xg-anlinr ul.list li:hover>a {
  border-color: #0893DB;
}

.xg-anli ul.list li:hover {
  transform: translate(0, -10px);
}

.xg-anlinr 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-anlinr 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-anlinr 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-anlinr ul.list:after,
.xg-anlinr 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 {
    line-height: 36px;
  }
}

.xg-news h2 a {
  font-size: 14px;
  color: #999;
  float: right;
  line-height: 45px;
}

.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 {
    padding: 25px 15px 15px;
  }
}

.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 */
}

.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 {
    width: 80%;
    margin-top: 110px;
  }

  .list-banner .b-t h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .list-banner .b-t p {
    font-size: 16px;
  }
}

.list-banner .item>a>img {
  float: right;
  position: relative;
  z-index: -1;
}

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

  .list-banner #slick-page .warp {
    line-height: 60px;
  }

  .list-banner .slick-prev {
    bottom: -80px;
  }

  .list-banner .slick-next {
    bottom: -80px;
  }

  .index-main .cp-sx {
    line-height: 40px;
    margin-top: 10px;
  }

  .list-banner .down {
    display: none;
  }

  .cp-sx ul {
    float: none;
    margin: 0;
    left: 0px;
  }

  .warul {
    position: relative;
    left: 5%;
  }

  .cp-sx ul li {
    width: 44%;
    margin-left: 0;
    line-height: 70px;
  }

  .cp-sx ul li a {
    line-height: 24px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .list-banner .b-t a {
    display: none;
  }

  .list-banner #slick-page .warp {
    padding-left: 60px;
  }

  .list-banner .slick-prev {
    left: 20px;
  }

  .list-banner .slick-next {
    left: 85px;
  }

  .cp-list.xg-anli ul.list {
    margin: 0 -7px;
  }

  .page ul li a {
    padding: 0 15px;
  }

  .page ul .prev a {
    padding-right: 10px;
  }

  .page ul .next a {
    padding-left: 10px;
    background-position: 60px center;
  }

  .news-list .pagination li a,
  .news-list .pagination li span {
    padding: 0 9px;
  }
}

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


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

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

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


.list-banner .more {
  position: absolute;
  bottom: 0;
  right: 35px;
}

.cp-sx {
  font-size: 18px;
  color: #111;
  line-height: 30px;
  margin-top: 20px;
}

.cp-sx ul {
  float: left;
  width: 100%;
}

.cp-sx ul li {
  float: left;
  margin-left: 5.5%;
}

.cp-sx ul .qbsbon a {
  background: #f67524;
  color: #fff;
}

.warul {
  position: relative;
  left: 13.7%;
}

.cp-sx ul li a {
  padding: 15px 20px;
  background-color: #f5f5f5;
  color: #333;
}

@media (max-width: 675px) {
  .cp-sx ul li a {
    padding: 7px 0;
  }

  .cp-sx ul li {
    line-height: 50px;
  }
}

.active {
  position: relative;
}

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

.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: 775px) {
  .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: 575px) {
  .cp-list.xg-anli ul.list li>p {
    height: 60px;
  }
}

.cp-list.xg-anli ul.list li>p a {
  color: #111;
  line-height: 80px;
  display: block;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .cp-list.xg-anli ul.list li>p a {
    font-size: 16px;
    line-height: 60px;
  }

  .newsnone{
    display: none;
  }

  .newsback{
    display: block;
  }

  .tit_new .bpdy_new li a{
    display: block;
  }
}

.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: #0893DB;
}

.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: #0893DB;
  color: #fff;
}

@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);
}

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

.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: #0893DB;
  color: #fff;
}

.bpdy_newli1{
  display: inline-block;
  width: 48%;
}

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

  .left .tit_news1,
  .bpdy_newli1,
  .tit_news1 {
    width: 100%;
  }

  .newxtb123{
    left: 850px;
  }
}

@media (max-width: 992px) {
  .anli-banner .txt p {
    width: 768px;
  }

  .pro_bgs{
    overflow-x: auto;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
  }

  .pro_bgs table{
    width: 100%;
    text-align: center;
    border-spacing: 1px;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.14);
    padding: 0.5%;
    background: #fff;
  }
}

@media (max-width: 768px) {
  .anli-banner .txt p {
    width: auto;
    margin: 0 12px;
  }
}

.anli-main {
  width: 1300px;
  margin: 15px auto;
  box-sizing: border-box;
}

@media (max-width: 1280px) {
  .anli-main {
    width: 970px;
    padding: 0px;
  }

  .xg-anlinr .fonxs1 {
    width: 80%;
  }

  .ckgd {
    width: 15%;
  }
}

@media (max-width: 992px) {
  .anli-main {
    width: 768px;
    padding: 0px;
  }

  .xg-anlinr .fonxs1 {
    width: 78%;
  }

}

@media (max-width: 768px) {
  .anli-main {
    width: auto;
  }

  .xg-anlinr .fonxs1 {
    width: 70%;
  }

  .ckgd {
    width: 20%;
    left: 0px;
    top: 0px;
  }
}

@media (max-width: 575px) {
  .anli-main {
    padding: 0 10px 0 6px;
  }
}

.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: #0893DB;
}

.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: #0893DB;
}

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

.al-head {
  width: 1300px;
  margin: 10px auto 0 auto;
  font-size: 15px;
  line-height: 30px;
  box-shadow: 0 0 10px #bdd0ec;
  padding: 1em 1em;
}

@media (max-width: 780px) {
  .al-head .left {
    padding: 10px 0px;
  }
}

@media (max-width: 780px) {
  .syy {
    font-size: 16px;
  }
}

.al-head .lefts img {
  width: 600px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 880px) {
  .al-head {
    font-size: 14px;
  }
}

.al-head .left img {
  max-width: 100%;
}

@media (max-width: 780px) {
  .al-head .left img {
    max-height: 230px;
  }
}

@media (max-width: 1280px) {
  .al-head {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .al-head {
    width: 95%;
  }
}

@media (max-width: 768px) {
  .al-head {
    width: auto;
  }
}

.al-head h3 {
  font-size: 30px;
  position: relative;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .al-head h3 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

.al-head h3:before {
  content: '';
  width: 360px;
  height: 3px;
  bottom: 0;
  position: absolute;
}

@media (max-width: 768px) {
  .al-head h3:before {
    display: none;
  }
}

.al-head .left {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 40px 50px;
  background-color: #fff;
  height: 100%;
}

@media (max-width: 768px) {
  .al-head .left {
    background-color: #fff;
  }
}

.al-head .left h3 span {
  text-align: center;
  /* border-bottom: 3px solid #ddd; */
}

.al-head .lefts {
  width: auto;
  height: auto;
  float: left;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .al-head .left {
    width: auto;
    float: none;
    padding: 0px;
    height: auto;
    overflow: hidden;
  }
}

.al-head .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 40px 50px;
  background: -webkit-linear-gradient(left, #0893DB, #0893DB);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0893DB, #0893DB);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0893DB, #0893DB);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0893DB, #0893DB);
  /* æ ‡å‡†çš„è¯­æ³• */
  height: 680px;
  color: #fff;
}

.al-head .rights {
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding: 40px 50px;
  /* æ ‡å‡†çš„è¯­æ³• */
  height: 380px;
  color: #000;
}

@media (max-width: 768px) {
  .al-head .right {
    width: auto;
    float: none;
    padding: 10px 15px;
    height: auto;
  }
}

@media (max-width: 1282px) {
  .al-head .rights {
    width: auto;
    float: none;
    padding: 10px 8px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .al-head .rights {
    width: auto;
    float: none;
    padding: 10px 8px;
    height: auto;
  }
}

.al-head .right h3:before {
  background-color: #fff;
}

.al-head .rights h3:before {
  background-color: #000;
}

.al-head .right ul {
  font-size: 18px;
}

.al-head .rights ul {
  font-size: 18px;
}

.al-head .right ul li {
  background: url(../images/dian.png) no-repeat left 15px;
  padding-left: 20px;
}

.al-head .rights ul li {
  background: url(../images/dian.png) no-repeat left 15px;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  .al-head .rights ul li {
    margin-bottom: 5px;
  }
}

.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: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 30px;
  height: 100%;
}

@media (max-width: 1280px) {
  .kh-bg {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1280px) {
  .kh-bg {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .kh-bg {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .kh-bg {
    max-width: 100%;
  }

  .kh-bg {
    margin-bottom: 0px;
  }

  .kh-bg {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .newxtb {
    margin-right: 0px;
    margin-top: -730px;
    display: block;
  }

  .index-main .anlxtb{
    display: block;
    right: 0px;
    margin-top: -55px;
    margin: -45px 0 0 270px;
  }
}

.kh-bg p {
  text-align: center;
}

.kh-bg p span {
  color: #0893DB;
}

.anli-list-banner {
  background: url(../images/banner-al-list.jpg) no-repeat center top;
  padding: 0 60px;
  height: 500px;
}

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

  .dbdh li {
    width: 15%;
  }

  .xg-anli h2 {
    width: 78%;
  }
}

@media (max-width: 992px) {
  .anli-list-banner .txt {
    width: 768px;
  }

  .xg-anli h2 {
    width: 78%;
  }
}

@media (max-width: 768px) {
  .anli-list-banner .txt {
    width: auto;
    margin: 0 12px;
  }

  .xg-anli h2 {
    width: 70%;
  }

  .anli-list-banner .txt h2 {
    font-size: 28px;
  }
}

.anli-list-banner .txt h2 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  .anli-list-banner .txt h2 {
    font-size: 20px;
  }

  .anli-list-banner .txt h2 span {
    padding-right: 0;
  }

  .anli-list-banner .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .news-banner {
    padding: 25px 0 10px;
    margin-bottom: 30px;
  }
}

.anli-list-banner .txt h2 span {
  color: #0893DB;
  padding-right: 20px;
}

.anli-list-banner .txt p {
  font-size: 18px;
  color: #a6a7a9;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .anli-list-banner .txt>img {
    height: 50px;
  }

  .news-banner {
    padding: 50px 0 30px;
    background-size: auto 100%;
  }
}

.news-banner {
  background: url(../images/banner-news.jpg) no-repeat center top;
  padding: 70px 0 60px;
  margin-bottom: 50px;
}

.news-banner .txt {
  width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .news-banner .txt {
    width: 970px;
  }

  .cp-sx {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .news-banner .txt {
    width: 768px;
  }
}

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

  .news-banner .txt {
    width: auto;
    margin: 0 12px;
  }

  .cp-sx {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .news-banner .txt>img {
    height: 50px;
  }
}

@media (max-width: 375px) {
  .news-banner .txt h2 {
    font-size: 20px;
  }

  .news-banner .txt h2 span {
    padding-right: 0;
  }

  .news-banner .txt p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.news-banner .txt h2 span {
  color: #0893DB;
  padding-right: 20px;
}

.news-banner .txt p {
  font-size: 18px;
  color: #a6a7a9;
  margin-bottom: 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: #0893DB;
  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: 5px 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;
  float: left;
  margin: 50px;
}

@media (max-width: 768px) {
  .banner-lx .xinren .txt ul li {
    float: left;
    width: 50%;
    margin: 0px;
  }
}

.xinren .txt ul li:first-child {
  float: left;
}

/* .xinren .txt ul li:last-child {
  float: right;
} */
.xinren .txt ul li img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .xinren .txt ul li img {
    width: 80%;
  }
}

.xinren .txt ul li a {
  font-size: 18px;
  color: #333;
}

@media (max-width: 768px) {
  .xinren .txt ul li a {
    font-size: 16px;
    display: block;
    padding: 0 10px;
  }
}

.liuyan {
  width: 1200px;
  height: 650px;
  margin: 0 auto;
}

#msg {
  width: 600px;
  height: 420px;
  float: right;
  margin-right: 20%;
  position: absolute;
  left: 44%;
  margin-top: 100px;
  border-radius: 30px;
}

@media (max-width: 1280px) {
  #msg {
    position: relative;
    height: 400px;
    width: 320px;
    left: 77px;
    margin-top: 10px;
  }
}

@media (max-width: 1280px) {
  .liuyan1 {
    width: 970px;
    height: 0px;
  }
}

@media (max-width: 1280px) {
  .kfimg {
    display: none;
  }
}

@media (max-width: 1280px) {
  .kftit {
    display: none;
  }
}

@media (max-width: 992px) {
  .liuyan {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .liuyan {
    width: auto;
    margin: 0 12px;
  }
}

.liuyan .inner-form {
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(224, 95, 14, 0.1);
}

.ditu {
  background-color: #fff;
}

@media (max-width: 768px) {
  .ditu {
    display: none;
  }
}

.ditu .main {
  width: 0px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .ditu .main {
    width: 0px;
  }
}

@media (max-width: 992px) {
  .ditu .main {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .ditu .main {
    width: auto;
    margin: 0 12px;
    height: 0px;
    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: #0893DB;
  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: #0893DB;
  font-weight: bold;
  padding: 0 5px;
}

.news-delaits .zx-bg a {
  font-size: 18px;
  color: #0893DB;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 20px;
  border: 1px solid #0893DB;
  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: #0893DB;
  color: #fff;
}

.news-delaits h3 {
  color: #0893DB;
  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: #0893DB;
}

.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: #0893DB;
  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: #0893DB;
}

.gy-banner {
  background: url(../images/banner-gy.jpg) no-repeat center top;
  height: 500px;
  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: 0 0 0 0;
}

@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: 0 0 5px 0;
  }
}

.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 {
  color: #111;
  line-height: 40px;
  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: 26px;
  color: #fff;
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  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: -webkit-linear-gradient(left, #ce391d, #dc761b);
}

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

.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 {
  margin: 0 auto;
  margin-bottom: 10px;
}

.liucheng img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: 20px;
}

@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: 10px;
  }
}

.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: #0893DB;
  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 40px 0;
}

@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: 20px;
}

@media (max-width: 768px) {
  .bg-qyzz .lunbo .slick-prev {
    width: 30px;
    height: 30px;
    background-size: 80%;
    margin-top: -22px;
    left: 25px;
  }
}

.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: -22px;
    left: auto;
    right: -5px;
  }
}

@media (max-width: 768px) {
  .bg-qyzz .lunbo img {
    max-width: 100%;
    margin-right: 10px;
  }
}

.mob-footer {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    bottom: 41px;
    padding: 0;
    /* margin-top: 11%; */
}

.mob-footer a {
    /* display: inline-block; */
    /* color: #fff; */
    /* text-align: center; */
    /* position: relative; */
    /* top: 4px; */
}

.footerbyt {
    width: 100%;
    /* height: 80px; */
    max-width: 100%;
    /* max-height: 80px; */
    position: absolute;
    z-index: -1;
}
.footerxtb1 {
    width: 30%;
    /* height: auto; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* display: block; */
    /* margin: 0 auto; */
    position: relative;
    top: 27px;
    margin-left: 7%;
}

.footerdia {
 /* width: 20%;*/
}

.footerxtb {
    width: 44%;
    /* height: auto; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    /* display: block; */
    /* margin: 0 auto; */
    position: relative;
    top: 18px;
    margin-left: 9%;
}

.footerspan {
  color: #fff;
  display: inline-block;
  width: 55%;
  text-align: center;
}

.footerspan p {
  font-size: 20px;
}

.footerspan b i {
  font-size: 22px;
}

@media (max-width: 768px) {
  .mob-footer {
    display: block;
  }
}

@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 {
  overflow: hidden;
  background-size: cover;
}

.banner-lx .bg {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
}

.xiao24 {
  position: relative;
  top: 10px;
}

.banner-lx .bg h1 {
  font-size: 36px;
  font-family: 'å®‹ä½“';
  line-height: 36px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}

.banner-lx .bg h1 em {
  font-style: normal;
  color: #f6a424;
}

@media(max-width:768px) {
  .banner-lx .bg {
    padding: 15px;
  }

  .banner-lx .bg h1 {
    font-size: 18px;
    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 h1 {
    padding-bottom: 15px;
  }
}

.banner-lx .bg p {
  color: #666;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
}

.banner-lx .bg p strong {
  font-size: 26px;
  font-weight: bold;
  color: #0893DB;
  display: inline-block;
}

p.localtion {
  padding-left: 25px;
}

.imgdztb {
  position: relative;
  top: 30px;
}

.banner-lx .bg a {
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  box-shadow: 0 6px 16px 0 rgba(246, 117, 36, .3);
  display: inline-block;
  width: 400px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  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:hover {
  background-color: -webkit-linear-gradient(left, #ce391d, #dc761b);
  color: #fff;
}

.banner-lx .bg p.bot {
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
  margin-top: 25px;
}


.banner-lx .bg p.bot span {
  color: #f6a424;
}

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

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

@media (max-width: 375px) {
  .anli-main .list {
    margin-bottom: -20px;
  }

  body .banner-lx .bg a {
    width: 77%;
  }
}

.anli-main .list li {
  float: left;
  width: 33.333%;
  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: 758px) {
  .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%;
}

.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: 775px) {
  .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: #0893DB;
}

.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: #0893DB;
}

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

  .anli-main .list li>p a {
    line-height: 36px;
  }
}

.nav_pot a {
  color: #f67524;
}

.nav_pot {
  margin: 55px auto 0px 200px;
}

@media (max-width: 1620px) {
  .nav_pot1 {
    margin: 55px auto 0px 10px;
  }
}

.nav_pot1 a {
  color: #f67524;
}

.nav_pot1 {
  margin: 16px auto 0px 199px;
}

@media (max-width: 768px) {
  .nav_pot1 {
    margin: 10px auto auto 10px;
  }
}

.nav_pot2 a {
  color: #f67524;
}

.nav_pot2 {
  margin: -16px auto auto 200px;
}

@media (max-width: 768px) {
  .nav_pot2 {
    margin: 0 auto auto 20px;
  }
}

@media (max-width: 768px) {
  .nav_pot {
    margin: 50px auto 0px auto;
  }
}

.imgnone {
  margin-bottom: 15px;
  width: 100%;
}

@media (max-width: 768px) {
  .imgnone {
    display: none;
  }
}

.imgzsy {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.imgzsybox {
  width: 1920px;
  height: 1080px;
}

.backjb {
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
}

@media (max-width: 768px) {
  .backjb {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .backjb {
    height: 22px;
  }

  body .form1 {
    width: 88%;
  }
}

.cp_dt {
  text-align: center;
  margin-bottom: 30px;
}

.cp_dt span {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .cp_dt span {
    display: block;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .cp_dt {
    margin-bottom: 20px;
    display: none;
  }
}

.new-tit {
  text-align: center;
}

@media (max-width: 1400px) {
  .logos1 {
    display: none;
  }

  .index-new {
    margin: 0 auto;
  }

  .tit_new {
    width: 100%;
  }

  .dbdh .dbdhul {
    width: 100%;
    margin: 0 auto;
  }

  .index-main .index_newsu {
    width: 100%;
    margin: 0 auto;
    left: 0px;
  }

  .index-main .index_newsu li {
    margin: 5px 25px 5px 5px;
  }

  .fubz ul {
    margin-left: 0px;
    margin: 0 auto;
  }

  .xinren .txt ul li {
    width: 20%;
    margin: 20px 20px;
  }
  .new-index {
    width: 90%;
  }

}

@media (max-width: 768px) {
  .logos1 {
    display: none;
  }
}

.bans-1 h2 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .bans-1 {
    height: 400px;
  }
}

.bans {
  margin-bottom: 20px;
  /* background: url(../index_new/bakcbnaer.png) no-repeat; */
  background: url(/d/images/bakcbnaer.png) no-repeat;
  background-size: 100% 100%;
}

.bans a {
  color: #000;
}

.bans-1 {
  height: 450px;
  background: url(/d/images/bakc.png) no-repeat;
  background-size: 100% 100%;
}

.bans-1 a {
  color: #333;
}

.bans-1 h3 {
  position: relative;
}

.bans-1 img {
  width: 270px;
  height: 255px;
  position: relative;
  top: 15px;
}

.warp {
  width: 1200px;
  margin: 0 auto;
}

.warp12 {
  width: 500px;
  position: absolute;
  top: 220px;
  right: 100px;
}

@media (max-width: 768px) {
  .warp12 {
    position: relative;
    top: 0;
    left: 0;
  }

  .bpdy_new h5 {
    font-size: 15px;
  }

  .bpdy_new {
    margin-left: 1px;
  }

  .warp {
    width: 100%;
  }

  .iconfont1{
    padding: 10px 45px;
  }
}

.item ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.bpdy_new h5 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
}

.bpdy_new {
  overflow: hidden;
}

.bpdy_new li {
  width: 42%;
  float: left;
  border-bottom: 1px dashed red;
  margin-right: 85px;
}

.bpdy_new li a{
  display: inline-block;
}

@media (max-width: 1280px) {
  .al-head .lefts{
    margin-right: 22px;
  }

}

@media (max-width: 1246px) {
  .bpdy_new li {
    width: 42%;
  }

  .iconfont1{
    padding: 10px 45px;
  }
}

@media (max-width: 1150px) {
  .bpdy_new li {
    width: 100%;
  }

  .al-head .lefts{
    margin-right: 0px;
  }
}

@media (max-width: 1500px) {
  .index-new .tit_new {
    width: 100%;
  }
}

.kfbj {
  position: absolute;
  left: 26%;
  margin-top: 110px;
}

.lybbj {
  position: absolute;
  left: 18%;
}

.kftit {
  float: left;
  position: absolute;
  z-index: 5;
  left: 25%;
  margin-top: 386px;
}

.kftit li {
  margin: 10px;
  color: #999;
  font-size: 18px;
}

.bg a {
  color: #f67524;
}

.bg a:hover {
  color: #f67524;
}

.bg span {
  color: #f67524;
}

.fubz {
  margin: 0 auto;
  padding: 0;
}

.fubz img {
  border-radius: 20px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 768px) {
  .fubz img {
    width: 500px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}

.fubz h2 {
  font-weight: lighter;
  border-bottom: 2px solid #f67524;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .fubz h2 {
    width: 65px;
    font-weight: lighter;
    padding-left: 0px;
    font-size: 15px;
    margin-left: 41px;
    position: relative;
    left: 5px;
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
}

.fubz ul {
  max-width: 100%;
  margin-left: 8%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fubz ul {
    max-width: 100%;
    margin-left: 0px;
  }
}

.fubz li {
  float: left;
  margin: 0 2%;
}

@media (max-width: 768px) {
  .fubz li {
    float: left;
    width: 46%;
  }
}

.form1 {
  width: 550px;
  height: 450px;
  left: 855px;
  margin-top: -565px;
  border-radius: 30px;
  box-shadow: 0 0 5px 3px rgba(224, 95, 14, 0.1);
}

@media (max-width: 1286px) {
  .form1 {
    display: none;
  }
}
.pages{
  margin-bottom:20px;
}
.pages ul{
  text-align: center;
}
@media (max-width: 800px) {
   .form1{
        display: block;
        width: 88%;
        height: 320px;
        margin: 0 0 99px 0;
        left: 5px;
    }
.pages {
        margin: 0 0 80px 0;
    }
  .xinren .txt ul li {
    margin: 15px 10px;
    width: 44%;
  }

  .xinren .txt ul li a {
    padding: 0px;
    font-size: 13px;
  }
}

.kf123 {
  position: absolute;
  left: 420px;
  margin-top: 60px;
}

.fkdh {
  position: absolute;
  margin-top: -260px;
  margin-left: -60px;
}

.btns {
  position: absolute;
  margin-top: -25px;
  width: 550px;
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
}

@media (max-width: 800px) {
  .btns {
    margin-top: -25px;
    margin-left: 5px;
  }

  .btnns {
    margin-top: 0px;
  }

  .btns1 {
    margin-top: -4px;
  }

  .btns {
    width: 88%;
  }
}

.btnns {
  margin-top: -5px;
}


.btns1 {
  margin-top: -10px;
}

#bodys1 {
  height: 200px;
}

@media (max-width: 768px) {
  #bodys1 {
    height: 100px;
  }
}

.wd100 {
  width: 100%;
}

.bpdy_newli span {
  font-size: 17px;
}

.bpdy_newli img {
  float: left;
  margin-right: 10px;
}

.cp_newli span {
  margin: -28px 442px;
}

.cp_new {
  margin-left: 0px;
}

.cp_new li {
  width: 50%;
  float: left;
  margin: 10px auto;
  border-bottom: 0;
}

@media (max-width: 768px) {
  .cp_new {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .cp_new li {
    float: left;
    width: 100%;
    margin: 10px auto;
  }
}

.col-md-3 {
  padding-left: 0px;
}

#jieshao {
  margin-bottom: 20px;
}

.dbdhul {
  margin: 0 auto;
  font-size: 20px;
  overflow: auto;
  width: 1200px;
}

@media (max-width: 800px) {
  .dbdh {
    display: none;
  }
}

.dbdh li {
  float: left;
  width: 19%;
  padding-top: 20px;
}

.dblxwm {
  text-align: initial;
  margin-left: 60px;
}

.lefts1 {
  text-align: center;
}

.dbdh li p {
  padding-top: 10px;
  font-size: 14px;
}

.dbdh li a {
  color: #fff;
}

.p1s {
  text-align: left;
}

.my_pages {
  text-align: center;
  height: 50px;
}

.new-fy {
  position: relative;
  width: 900px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.new-fy a ,.pages a{
  color: #333;
  display: block;
  width: 100%;
  height: 30px;
}

.new-fy li {
  line-height: 30px;
  border: 1px solid #f67524;
  display: inline-block;
  width: 110px;
}
.pages a {
  line-height: 30px;
  border: 1px solid #f67524;
  display: inline-block;
  width: 50px;
  margin-left: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .new-fy li,.pages a {
    line-height: 30px;
    border: 1px solid #f67524;
    display: inline-block;
    /* width: 50px; */
    text-align: center;
    margin: 2px;
  }

  .new-fy {
    width: 100%;
    text-align: inherit;
    height: 160px;
  }

  .new-fy {
    left: 0;
    width: 100%;
  }

  .my_pages {
    text-align: center;
    height: auto;
  }

  .tit_new {
    width: 100%;
  }

  .tit_new1 {
    margin-top: 70px;
  }

  .tit_new1s {
    margin-left: 5px;
  }

  .bpdy_new1 li:nth-of-type(even) {
    float: left;
  }

  /* .bpdy_newli1 {
    float: left;
    width: 46%;
    margin: 4px;
  } */

  .bpdy_new1 .bpdy_newli1 {
    width: 100%;
  }

  .bpdy_new1 .bpdy_newli1 a {
    font-size: 15px;
    margin: 20px 0 10px 0;
  }

  .imgzsy1 {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
  }

  .slick-list {
    position: relative;
    left: 18px;
  }

  .gdkc {
    margin-left: 0px;
  }

  .phzz .imgzsys,
  .imggywm .imgzsys,
  .kh-bg .imgzsys {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .indyqlj{
    display: none;
  }

  .fubz .imgzsys {
    display: block;
  }

  .phzz {
    margin-bottom: 40px;
  }

  .context {
    width: 100%;
    margin: 0px;
  }

  .btn .spanList {
    line-height: 0.5rem;
  }

  .banner-lx .bg a {
    width: 92%;
    line-height: 40px;
  }

  .banner-lx .bg p.bot {
    padding-top: 10px;
    font-size: 15px;
  }

  .xg-anlinr .fonxs1 {
    margin-bottom: 10px;
  }

  .bg-2 h2 img,
  .index-cpzx h2 img {
    margin: 12px 0;
  }

  .index-main h2 img{
    margin: 18px 0;
  }
}

.new-fy .thisclass, .page-num-current{
  background: #f67524;
  color: #fff!important;
}

.tit_new {
  width: 1500px;
}

.phzz {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 50px;
}

.tit_new1 {
  margin-top: 80px;
  height: 200px;
  width: 1300px;
}

.tit_news1 {
  width: 1200px;
  margin-top: 80px;
  height: 200px;
}

.bpdy_new1 li:nth-of-type(even) {
  float: right;
}

.bpdy_newli1 a {
  color: #333;
  font-size: 17px;
  width: 45%;
  margin: 20px 10px 10px 10px;
}


.bpdy_newli1 img {
  float: left;
}

.bpdy_newli1 h5 {
  display: inline;
}

.rqs {
  float: right;
}

.imgzsy1 {
  margin-top: 20px;
}

.ckgd1 {
  position: relative;
  left: 1088px;
  top: 50px;
}

.rgbj {
  margin-right: 5px;
}

.imgzsys {
  display: none;
}

.gdkc {
  width: 100%;
  height: 150px;
  background: url(/d/images/057.png) no-repeat;
}

.gdkccp {
  width: 100%;
  height: 150px;
  background: url(/d/images/0578.png) no-repeat;
}

@media(max-width:1282px) {
  .gdkccp {
    display: none;
  }
}

.gdkccp a {
  color: #333;
}

.gdkc a {
  color: #333;
}

#gdkcul {
  padding: 40px 0 0 50px;
}

#gdkcul li {
  float: left;
}

.gdkcli {
  width: 24%;
  margin-right: 60px;
  max-width: 24%;
}

.gdkclis {
  width: 22%;
  margin-bottom: 10px;
  margin-right: 10px;
}

#ckqb {
  position: relative;
  top: -39px;
  left: 195px;
  display: block;
  width: 75px;
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
  color: #fff;
  text-align: center;
  border-radius: 30px;
}

.gdkcli p {
  margin-bottom: 0px;
}

.gdkcli h5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

#gdkcp {
  position: relative;
  top: -30px;
  font-size: 20px;
  color: #333;
}

.fonx {
  font-weight: normal;
  color: #666;
  background: url(/d/images/tb123.png)no-repeat left center;
  padding-left: 40px;
}

.fonxs1 {
  font-weight: normal;
  color: #666;
  margin-bottom: 27px;
  display: inline-block;
  width: 88%;
}

.mains {
  width: 100%;
}

@media (max-width: 850px) {
  .mains {
    position: relative;
  }

  .btn {
    padding: 0px;
    font-size: 12px;
    margin-left: 0px;
  }

  .spanList {
    height: 8px;
    margin-right: 0;
  }

  .btn .active {
    margin-left: 3px;
  }

  .anliul li .activexcal {
    margin: 10px 0;
    padding: 5px 50px;
  }

  .spanList {
    line-height: 0.8rem;
  }

  .imgzsy1 {
    margin-top: 10px;
  }

  .anli-main .tit_news1 {
    margin-top: 65px;
    height: 100%;
    width: 100%;
  }
}

.btn {
  width: 47%;
  display: flex;
  justify-content: space-around;
  padding: 0px;
  font-size: 2px;
  margin-left: 25%;
}

@media (max-width: 1400px) {
  .btn {
    width: 100%;
    margin-left: 0;
  }

  .banner-lx .warp12 {
    right: 10px;
  }

  .banner-lx .bg h1 {
    font-size: 30px;
  }

  .banner-lx .warp12 {
    width: 450px;
  }
}

/* æœªé€‰ä¸­çŠ¶æ€æ ·å¼ */
.spanList {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  color: #3f3f3f;
  text-align: center;
  line-height: 1.2rem;
  display: inline-block;
  position: relative;
  letter-spacing: 0.005rem;
  font-weight: 400;
  border: 1px #dc761b solid;
  width: 180px;
  padding: 18px 12px;
  border-radius: 30px;
}

@media (max-width: 450px) {
  .spanList {
    width: 19%;
  }

  .spanList {
    font-size: 16px;
    padding: 15px 8px;
    line-height: 0.5rem;
  }

  .index-main .bg {
    padding: 20px 0;
    margin: 0px;
  }

  .index-main .index-main h2 {
    margin-bottom: 0px;
  }

  .cp-list.xg-anli ul.list li>p {
    height: 40px;
  }

  .cp-list.xg-anli ul.list li>p a {
    line-height: 40px;
  }

  .new-fy {
    height: 130px;
    margin-bottom: 22px;
  }

  .form1 {
    width: 79%;
  }
  .form1,.pages {
        margin: 0 0 60px 0;
    }

  .btns {
    width: 80%;
  }

  .xg-anlinr .fonxs1 {
    width: 62%;
  }

  .ckgd {
    width: 25%;
  }

  .xg-anli h2 {
    width: 60%;
  }

  .banner-lx .warp12 {
    width: 100%;
  }

  .banner-lx .warp12 {
    right: 0px;
  }

  .banner-lx .warp {
    margin: 0px;
  }

    .footerxtb1 {
        top: 20px;
    }
    .footerxtb {
        top: 11px;
    }
    .mob-footer {
        bottom: 28px;
    }
}

/* é€‰ä¸­çŠ¶æ€æ ·å¼ */
.active {
  font-family: PingFang-SC-Bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.005rem;
  display: inline-block;
  background: -webkit-linear-gradient(left, #ce391d, #dc761b);
}

.activexcal {
  margin: 20px 0;
  padding: 20px 145px;
  font-size: 18px;
}

/* @media (max-width: 850px) {
  .index-cpzx {
    display: none;
  }
} */
.active::after {
  position: absolute;
  left: 0.48rem;
  top: 1rem;
  content: "";
  width: 0.8rem;
  height: 0.08rem;
  border-radius: 0.04rem;
}

.context {
  width: 90%;
  margin: 0 5%;
  float: left;
}

.con {
  display: none;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}

/* .con img{
  width: 420px;
  height: 340px;
} */

.context .con:nth-child(1) {
  display: block;
}

@media (max-width: 768px) {
  .index-banner{display: none !important;}
  .mob_banner{display: block !important;}
  .indpcmain {
    display: none;
  }

  .indydmain {
    display: block;
  }

  .index-main .bg {
    padding: 20px 0;
    margin: 10px 0 10px;
  }

  .index-main .bg ul li {
    line-height: 20px;
    color: #666;
    padding: 0 5px;
    font-size: 12px;
  }

  .index-main .bg ul li p {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 45px;
  }

  .index-main .bg ul li p span {
    font-size: 25px;
  }

  .index-main h2 p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
    padding: 0 10px;
  }

  .index-main .bg02 ul li:last-child {
    border-right: 0;
  }

  .index-main .bg02 {
    margin-bottom: 30px;
  }

  .index-main h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .index-main .bg02 ul {
    float: none;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
  }

  .index-main .bg02 ul li {
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
  }

  .index-main .bg02 ul li a {
    background-image: none !important;
    padding-left: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .i-f .l h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .i-f .l>p {
    font-size: 16px;
  }

  .i-f ul {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .qz-tab {
    display: none;
    margin-bottom: 30px !important;
  }

  .bor-b span {
    font-size: 16px;
    padding: 6px 25px;
  }

  .bor-b {
    margin-bottom: 30px;
  }

  .qz-tab li .bg {
    margin-left: 0;
    padding: 15px;
  }

  .qz-tab li .bg h4 {
    height: auto;
  }

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

  .qz-tab li {
    width: 100%;
  }

  .qz-tab {
    width: auto;
    margin: 0 12px;
  }

  .header {
    display: none;
  }

  .return-top {
    width: 45px;
    height: 45px;
    bottom: 120px;
  }

  .warp {
    width: auto;
  }

  .black {
    display: block;
  }

  .none1 {
    display: none;
    display: inline;
  }

  .none {
    display: none;
  }

  .h2 p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
  }

  .h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .banner .slick-prev,
  .banner .slick-next {
    display: none !important;
  }

  .nav ul li {
    float: none;
    width: 100px;
    margin: 0px;
  }

  .nav {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50px;
    /* bottom: 0; */
    width: 75%;
    display: none;
    z-index: 999;
  }

  .mob-header {
    display: block;
  }

  .nav ul li a:hover {
    background: 0;
    border-radius: 0;
  }

  .nav ul li a {
    color: #fff;
    border-bottom: 1px solid #f0f0f0;
    background: 0;
    border-radius: 0;
  }

  .nav ul {
    left: 70%;
  }

  .index-new {
    position: relative;
    margin: 0;
  }
}

@media (max-width: 750px) {
  .con img {
    max-width: 100%;
  }

  .con ul {
    width: 100%;
    position: relative;
  }

  .con ul .conse {
    width: 48%;
    margin: 10px 1%;
  }

  .p231 {
    margin-right: 0px;
    margin-top: 5px;
  }

  .cp-js .main .txt .p2 span {
    margin-right: 0;
    font-size: 15px;
  }

  .cp-js .main .txt h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .cp-js .main .txt {
    float: none;
    width: 100%;
  }

  .cp-js {
    padding-top: 5px;
  }

  .cp-js .main .bg {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .cp-js .main {
    margin-bottom: 10px !important;
  }

  .cpt p {
    width: auto;
    margin: 0 12px;
  }

  .cpt p strong {
    font-size: 24px;
  }

  .cpt p {
    font-size: 18px;
  }

  .cpt {
    display: none;
    padding: 30px 0 20px;
  }

  .copy {
    display: none;
  }

  .b-lx form input[type="submit"] {
    height: 45px;
  }

  .b-lx form h2 img {
    width: 24px;
  }

  .b-lx form h2 {
    font-size: 24px;
  }

  .b-lx form {
    width: 100%;
    padding: 25px 20px;
  }
}

.con ul {
  width: 100%;
}


.conse {
  float: left;
  margin: 10px 1%;
  width: 31%;
}

.conse img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.conse a {
  color: #333;
  font-weight: normal;
}

@media (max-width: 650px) {
  .conse a {
    font-size: 18px;
  }
}

.indexhx {
  border-bottom: 2px solid #f67524;
}

.pro_bgs h2 {
  font-weight: normal;
  color: #666;
  background: url(/d/images/tb123.png)no-repeat left center;
  padding-left: 40px;
}

.indexright{
  background: url(../../d/images/rightbj.png)no-repeat;
  height: 410px;
  width: 140px;
  position: fixed;
  right: 20px;
  bottom: 300px;
  z-index: 9999;
  text-align: center;
  color: #fff;
}

.inderighul{
  margin: 20% auto;
  font-size: 1.1rem;
}

.inderighul li{
  margin: 10% auto;
  border-top: 2px solid #fff;
  width: 92%;
}

.inderighul a li{
  color: #fff;
}

.indexright .inderighul .inderighlasli{
  border-bottom: 2px solid #fff;
  line-height: 48px;
}

.inderighsb{
  position: relative;
  top: 30px;
}

.inderighul img{
  position: relative;
  top: 15px;
}

.indexright span{
  font-size: 1.6rem;
}

.indexright a span{
  color: #fff;
}
.clearfix {
    clear: both!important;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
@media screen and (min-width: 1380px) {
  .container {
    max-width: 1380px;
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
  /*公司新闻*/
      .gsxw{position:relative;margin-top:2%;}
    .gsxw .tu{float:left;position:absolute;}
    .gsxw .gs-new{float:right;width:59%;padding-bottom:2.1%;margin-bottom:1.2%; background:url(../images/new-line.png) no-repeat center bottom;}
    .gsxw .last{background:0;}
    .gsxw .gs-new .time{width:9%;box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);border-radius:6px;float:left;}
    .gsxw .gs-new span{width:100%;display:block;text-align:center;}
    .gsxw .gs-new .time .big{background:#f4f7ff;font-size:34px;color:#666;padding:6% 0;}
    .gsxw .gs-new .time .small{text-align:center;padding:6% 0;color:#666;font-size:16px;}
    .gsxw .gs-new .wz{width:88%;float:right;}
    .gsxw .gs-new .wz h3{margin:0;font-size:17px;color:#262626;padding-left:4%;background:url(../images/new-bt-icon.png) no-repeat left center;font-weight:400;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .gsxw .gs-new:hover .wz h3{color:#d43c2b!important;}
    .gsxw .gs-new .wz p{font-size:16px;color:#666;line-height:27px;margin-top:1%;height:54px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
    .gsxw .hx{height:5%;border:1px solid red;}
  /*行业新闻*/
      .hyxw-bj{background:url(../images/bj.jpg) no-repeat;background-size:100% 100%;padding:1% 0;margin-bottom:1.5%;}
    .gsxw .tit,.htxw .tit,.cpzs .tit{text-align:center;position:relative;margin-bottom:3%;}
    .gsxw .tit h1,.htxw .tit h1,.cpzs .tit h1{font-size:34px;color:#1a1a1a;margin:1% 0;}
    .gsxw .tit a,.htxw .tit a,.cpzs .tit a{font-size:18px;color:#7f7f7f;position:absolute;right:0;top:40%;}
    .htxw ul{margin:0 -2%;}
    .htxw ul li{width:46%;padding:0 2%;background:url(../images/hy-bt.png) no-repeat 5% 25%;float:left;}
    .htxw ul li a{width:91%;padding-left:7%;padding-right:4%;border-bottom:1px dashed #d4bbbb;padding-bottom:3%;margin-bottom:3%;display: inline-block;}
    .htxw ul li .tit h3{font-size:17px;color:#1a1a1a;width:80%;float:left;margin:0;text-align:left;}
    .htxw ul li:hover .tit h3{color:#d43c2b!important;}
    .htxw ul li .tit span{font-size:17px;color:#333;float:right;}
    .htxw ul li p{font-size:16px;color:#4d4d4d;margin-top:2%;}
  /*产品知识*/
      .cpzs{overflow:hidden;padding-bottom:1%;}
    .cpzs ul{margin:0 -2%;}
    .cpzs ul li{width:46%;padding:0 2% 1.5% 2%;float:left;border-bottom:1px dashed #e0e0e0;margin-bottom:1.5%;}
    .cpzs ul li a{width:100%;}
    .cpzs ul li h3{font-size:18px;color:#1a1a1a;padding-left:5%;background:url(../images/zs-icon1.png) no-repeat left center;margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .cpzs ul li:hover h3{color:#d43c2b!important;}
    .cpzs ul li p{font-size:16px;color:#666;padding:0.5% 0 0.5% 5%;background:url(../images/zs-icon2.png) no-repeat left center;margin-top:1.5%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
}
@media screen and (max-width: 1380px) and (min-width: 1200px){
  /*公司新闻*/
      .gsxw{position:relative;margin-top:2%;}
    .gsxw .tu{float:left;position:absolute;left:0;width:38%;}
    .gsxw .gs-new{float:right;width:59%;padding-bottom:1.6%;margin-bottom:0.75%; background:url(../images/new-line.png) no-repeat center bottom;}
    .gsxw .last{background:0;}
    .gsxw .gs-new .time{width:10%;box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);border-radius:6px;float:left;}
    .gsxw .gs-new span{width:100%;display:block;text-align:center;}
    .gsxw .gs-new .time .big{background:#f4f7ff;font-size:27px;color:#666;padding:8% 0;}
    .gsxw .gs-new .time .small{text-align:center;padding:5% 0;color:#666;font-size:15px;}
    .gsxw .gs-new .wz{width:88%;float:right;}
    .gsxw .gs-new .wz h3{margin:0;font-size:16px;color:#262626;padding-left:4%;background:url(../images/new-bt-icon.png) no-repeat left center;font-weight:400;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .gsxw .gs-new:hover .wz h3{color:#d43c2b!important;}
    .gsxw .gs-new .wz p{font-size:15px;color:#666;line-height:27px;margin-top:1%;height:54px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
    .gsxw .hx{height:5%;border:1px solid red;}
  /*行业新闻*/
      .hyxw-bj{background:url(../images/bj.jpg) no-repeat;background-size:100% 100%;padding:1% 0;margin-bottom:1.5%;}
    .gsxw .tit,.htxw .tit,.cpzs .tit{text-align:center;position:relative;margin-bottom:3%;}
    .gsxw .tit h1,.htxw .tit h1,.cpzs .tit h1{font-size:27px;color:#1a1a1a;margin:1% 0;}
    .gsxw .tit a,.htxw .tit a,.cpzs .tit a{font-size:16px;color:#7f7f7f;position:absolute;right:0;top:40%;}
    .htxw ul{margin:0 -2%;}
    .htxw ul li{width:46%;padding:0 2%;background:url(../images/hy-bt.png) no-repeat 5% 25%;float:left;}
    .htxw ul li a{width:91%;padding-left:7%;padding-right:4%;border-bottom:1px dashed #d4bbbb;padding-bottom:3%;margin-bottom:3%;display: inline-block;}
    .htxw ul li .tit h3{font-size:17px;color:#1a1a1a;width:80%;float:left;margin:0;text-align:left;}
    .htxw ul li:hover .tit h3{color:#d43c2b!important;}
    .htxw ul li .tit span{font-size:17px;color:#333;float:right;}
    .htxw ul li p{font-size:16px;color:#4d4d4d;margin-top:2%;}
  /*产品知识*/
      .cpzs{overflow:hidden;padding-bottom:1%;}
    .cpzs ul{margin:0 -2%;}
    .cpzs ul li{width:46%;padding:0 2% 1.5% 2%;float:left;border-bottom:1px dashed #e0e0e0;margin-bottom:1.5%;}
    .cpzs ul li a{width:100%;}
    .cpzs ul li h3{font-size:18px;color:#1a1a1a;padding-left:5%;background:url(../images/zs-icon1.png) no-repeat left center;margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .cpzs ul li:hover h3{color:#d43c2b!important;}
    .cpzs ul li p{font-size:16px;color:#666;padding:0.5% 0 0.5% 5%;background:url(../images/zs-icon2.png) no-repeat left center;margin-top:1.5%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
}
@media screen and (max-width: 1200px) and (min-width: 992px){
  /*公司新闻*/
      .gsxw{position:relative;margin-top:2%;}
    .gsxw .tu{float:left;position:absolute;left:2%;width:38%;}
    .gsxw .gs-new{float:right;width:59%;padding-bottom:1.2%;margin-bottom:0.5%; background:url(../images/new-line.png) no-repeat center bottom;background-size:100% auto;}
    .gsxw .last{background:0;}
    .gsxw .gs-new .time{width:12%;box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);border-radius:6px;float:left;}
    .gsxw .gs-new span{width:100%;display:block;text-align:center;}
    .gsxw .gs-new .time .big{background:#f4f7ff;font-size:24px;color:#666;padding:10% 0;}
    .gsxw .gs-new .time .small{text-align:center;padding:2% 0;color:#666;font-size:15px;}
    .gsxw .gs-new .wz{width:86%;float:right;}
    .gsxw .gs-new .wz h3{margin:0;font-size:15px;color:#262626;padding-left:5%;background:url(../images/new-bt-icon.png) no-repeat left center;font-weight:400;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .gsxw .gs-new:hover .wz h3{color:#d43c2b!important;}
    .gsxw .gs-new .wz p{font-size:15px;color:#666;line-height:24px;height:54px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
    .gsxw .hx{height:5%;border:1px solid red;}
  /*行业新闻*/
      .hyxw-bj{background:url(../images/bj.jpg) no-repeat;background-size:100% 100%;padding:1% 0;margin-bottom:1.5%;}
    .gsxw .tit,.htxw .tit,.cpzs .tit{text-align:center;position:relative;margin-bottom:3%;}
    .gsxw .tit h1,.htxw .tit h1,.cpzs .tit h1{font-size:21px;color:#1a1a1a;margin:1% 0;}
    .gsxw .tit a,.htxw .tit a,.cpzs .tit a{font-size:16px;color:#7f7f7f;position:absolute;right:0;top:40%;}
    .htxw ul{margin:0 -2%;}
    .htxw ul li{width:46%;padding:0 2%;background:url(../images/hy-bt.png) no-repeat 5% 30%; background-size:4% auto;float:left;}
    .htxw ul li a{width:91%;padding-left:7%;padding-right:4%;border-bottom:1px dashed #d4bbbb;padding-bottom:3%;margin-bottom:3%;display: inline-block;}
    .htxw ul li .tit h3{font-size:15px;color:#1a1a1a;width:78%;float:left;margin:0;text-align:left;}
    .htxw ul li:hover .tit h3{color:#d43c2b!important;}
    .htxw ul li .tit span{font-size:15px;color:#333;float:right;}
    .htxw ul li p{font-size:15px;color:#4d4d4d;margin-top:2%;}
  /*产品知识*/
      .cpzs{overflow:hidden;padding-bottom:1%;}
    .cpzs ul{margin:0 -2%;}
    .cpzs ul li{width:46%;padding:0 2% 1.5% 2%;float:left;border-bottom:1px dashed #e0e0e0;margin-bottom:1.5%;}
    .cpzs ul li a{width:100%;}
    .cpzs ul li h3{font-size:15px;color:#1a1a1a;padding-left:5%;padding:0.5% 0 0.5% 5%;background:url(../images/zs-icon1.png) no-repeat left center;background-size:4.5% auto;margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .cpzs ul li:hover h3{color:#d43c2b!important;}
    .cpzs ul li p{font-size:15px;color:#666;padding:0.5% 0 0.5% 5%;background:url(../images/zs-icon2.png) no-repeat left center;background-size:4.5% auto;margin-top:1.5%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
}
@media screen and (max-width: 992px) and (min-width: 769px){
  /*公司新闻*/
      .gsxw{position:relative;margin-top:2%;}
    .gsxw .tu{float:left;position:absolute;left:2%;width:38%;}
    .gsxw .gs-new{float:right;width:59%;padding-bottom:1.2%;background:url(../images/new-line.png) no-repeat center bottom;background-size:100% auto;}
    .gsxw .last{background:0;}
    .gsxw .gs-new .time{width:15%;box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);border-radius:6px;float:left;}
    .gsxw .gs-new span{width:100%;display:block;text-align:center;}
    .gsxw .gs-new .time .big{background:#f4f7ff;font-size:18px;color:#666;padding:10% 0;}
    .gsxw .gs-new .time .small{text-align:center;padding:2% 0;color:#666;font-size:13px;}
    .gsxw .gs-new .wz{width:84%;float:right;}
    .gsxw .gs-new .wz h3{margin:0;font-size:14px;color:#262626;padding-left:5%;background:url(../images/new-bt-icon.png) no-repeat left center;background-size:3.5% auto;font-weight:400;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .gsxw .gs-new:hover .wz h3{color:#d43c2b!important;}
    .gsxw .gs-new .wz p{font-size:13px;color:#666;line-height:18px;height:36px;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
    .gsxw .hx{height:5%;border:1px solid red;}
  /*行业新闻*/
      .hyxw-bj{background:url(../images/bj.jpg) no-repeat;background-size:100% 100%;padding:1% 0;margin-bottom:1.5%;}
    .gsxw .tit,.htxw .tit,.cpzs .tit{text-align:center;position:relative;margin-bottom:3%;}
    .gsxw .tit h1,.htxw .tit h1,.cpzs .tit h1{font-size:18px;color:#1a1a1a;margin:1% 0;}
    .gsxw .tit a,.htxw .tit a,.cpzs .tit a{font-size:15px;color:#7f7f7f;position:absolute;right:0;top:40%;}
    .htxw ul{margin:0 -2%;}
    .htxw ul li{width:46%;padding:0 2%;background:url(../images/hy-bt.png) no-repeat 5% 30%; background-size:4% auto;float:left;}
    .htxw ul li a{width:91%;padding-left:7%;padding-right:4%;border-bottom:1px dashed #d4bbbb;padding-bottom:3%;margin-bottom:3%;display: inline-block;}
    .htxw ul li .tit h3{font-size:14px;color:#1a1a1a;width:75%;float:left;margin:0;text-align:left;}
    .htxw ul li:hover .tit h3{color:#d43c2b!important;}
    .htxw ul li .tit span{font-size:14px;color:#333;float:right;}
    .htxw ul li p{font-size:14px;color:#4d4d4d;}
  /*产品知识*/
      .cpzs{overflow:hidden;padding-bottom:1%;}
    .cpzs ul{margin:0 -2%;}
    .cpzs ul li{width:46%;padding:0 2% 1% 2%;float:left;border-bottom:1px dashed #e0e0e0;margin-bottom:1%;}
    .cpzs ul li a{width:100%;}
    .cpzs ul li h3{font-size:14px;color:#1a1a1a;padding:0.5% 0 0.5% 7%;background:url(../images/zs-icon1.png) no-repeat left center;background-size:4.5% auto;margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .cpzs ul li:hover h3{color:#d43c2b!important;}
    .cpzs ul li p{font-size:14px;color:#666;padding:0.5% 0 0.5% 7%;background:url(../images/zs-icon2.png) no-repeat left center;background-size:4.5% auto;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
  }
}
@media screen and (max-width: 769px) {
  /*公司新闻*/
      .gsxw{position:relative;margin-top:2%;padding:0 2%;}
    .gsxw .tu{float:left;position:absolute;left:2%;width:38%;display:none;}
    .gsxw .gs-new{float:right;width:100%;padding-bottom:1.2%;margin-bottom:3%;}
    .gsxw .last{background:0;}
    .gsxw .gs-new .time{width:16%;box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);border-radius:6px;float:left;}
    .gsxw .gs-new span{width:100%;display:block;text-align:center;}
    .gsxw .gs-new .time .big{background:#f4f7ff;font-size:0.32rem;font-weight:bold;color:#666;padding:18% 0;}
    .gsxw .gs-new .time .small{text-align:center;padding:6% 0;color:#666;font-size:0.24rem;}
    .gsxw .gs-new .wz{width:81%;float:right;}
    .gsxw .gs-new .wz h3{margin:0;font-size:0.25rem;color:#262626;padding-left:6%;background:url(../images/new-bt-icon.png) no-repeat left center;background-size:4.5% auto;font-weight:400;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .gsxw .gs-new:hover .wz h3{color:#d43c2b!important;}
    .gsxw .gs-new .wz p{font-size:0.22rem;color:#666;line-height:0.38rem;height:0.76rem;margin-top:2%;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
    .gsxw .hx{height:5%;border:1px solid red;}
  /*行业新闻*/
      .hyxw-bj{background:url(../images/bj.jpg) no-repeat;background-size:100% 100%;padding:1% 2%;margin-bottom:1.5%;}
    .gsxw .tit,.htxw .tit,.cpzs .tit{text-align:center;position:relative;margin-bottom:3%;}
    .gsxw .tit h1,.htxw .tit h1,.cpzs .tit h1{font-size:0.3rem;color:#1a1a1a;margin:1% 0;}
    .gsxw .tit a,.htxw .tit a,.cpzs .tit a{font-size:0.24rem;color:#7f7f7f;position:absolute;right:0;top:20%;}
    .htxw ul{margin:0 -2%;}
    .htxw ul li{width:96%;padding:0 2%;background:url(../images/hy-bt.png) no-repeat 2% 44%; background-size:4% auto;float:left;}
    .htxw ul li a{width:91%;padding-left:7%;padding-right:4%;border-bottom:1px dashed #d4bbbb;padding-bottom:3%;display: inline-block;}
    .htxw ul li .tit h3{font-size:0.25rem;color:#1a1a1a;width:75%;float:left;margin:0;text-align:left;}
    .htxw ul li:hover .tit h3{color:#d43c2b!important;}
    .htxw ul li .tit span{font-size:0.25rem;color:#333;float:right;}
    .htxw ul li p{font-size:0.24rem;color:#4d4d4d;}
  /*产品知识*/
      .cpzs{overflow:hidden;padding:0 2% 1% 2%;}
    .cpzs ul{margin:0 -2%;}
    .cpzs ul li{width:96%;padding:0 2% 2% 2%;float:left;border-bottom:1px dashed #e0e0e0;margin-bottom:1%;}
    .cpzs ul li a{width:100%;display:block;}
    .cpzs ul li h3{font-size:0.25rem;color:#1a1a1a;padding:1.5% 0 1.5% 7%;background:url(../images/zs-icon1.png) no-repeat left center;background-size:4.5% auto;margin:0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .cpzs ul li:hover h3{color:#d43c2b!important;}
    .cpzs ul li p{font-size:0.24rem;color:#666;padding:0.5% 0 0.5% 7%;background:url(../images/zs-icon2.png) no-repeat left center;background-size:4.5% auto;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
}