@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}
.cess img {width:100%;height:auto;}
.anlis img {
    object-fit: contain;
    height: 100px;
    border: 1px solid  #eee;
    padding: 5px;
}
.anlis p {
    text-align: center;
}
.info1 img {max-width:100%;height:auto;}
/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #0B579F;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.head {
  height: 80px;
  margin: 15px 0;
}

.head .col-sm-2 {
  padding: 0;
}

.head .col-sm-2 img {
  margin: auto;
  display: block;
}

.head dl {
  display: table;
  padding: 20px 0 0 0px;
}

.head dl dt {
  display: table-cell;
  vertical-align: middle;
}

.head dl dt i {
  font-size: 36px;
}

.head dl dd p {
  margin-bottom: 0;
  text-align: left;
  padding-left: 10px;
  color: #808080;
}

.head dl dd p:nth-child(1) {
  font-size: 14px;
}

.head dl dd p:nth-child(2) {
  font-size: 22px;
  color: #0B579F;
}

.head .col-sm-8 {
  text-align: center;
  padding-top: 15px;
}

.head .col-sm-8 p {
  color: #0B579F;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.bj {
  position: relative;
}

.bj div {
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: block;
  text-align: center;
}

.bj div p {
  margin: 40px 0;
  color: #fff;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.bj div h4 {
  margin: 40px 0;
  color: #fff;
  padding-top: 5%;
  font-size: 50px;
  letter-spacing: 5px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.bj div ul {
  padding: 0;
  width: 1200px;
  margin: auto;
  display: block;
  text-align: center;
}

.bj div ul li {
  float: left;
  width: 14%;
  margin: 20px 3% 0  3%;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 24px;
  padding-top: 64px;
  height: 168px;
}

.top {
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
}

.top p, .top a {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.nav-box {
  width: 100%;
  background: #0B579F;
  border-top: 1px solid #eae9e9;
  height: 50px;
  position: relative;
}

.nav-box nav {
  position: relative;
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex .active {
  background: #F4A814;
}

.nav-box .flex .active a {
  color: #fff;
}

.nav-box .flex > li {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-box .flex > li:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-box .flex li {
  flex: auto;
  height: 50px;
  position: relative;
}

.nav-box .flex li:hover {
  background: #F4A814;
}

.nav-box .flex li:hover ul {
  display: block;
  transition: 1s;
}

.nav-box .flex li:hover a {
  color: #fff;
}

.nav-box .flex li a {
  text-decoration: none;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  display: block;
}

.nav-box .flex li ul {
  transition: 1s;
  display: none;
  max-height: 750px;
  z-index: 99999999999999999999999 !important;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  top: 49px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  line-height: 50px;
}

.nav-box .flex li ul a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/**************************head***************************/
.title {
  margin-bottom: 2.5em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #0B579F;
  padding-bottom: 5px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.title h4::after {
  transition: 1s;
  display: inline-block;
  content: '';
  height: 1px;
  position: absolute;
  background: #999;
  width: 60px;
  bottom: -10px;
  left: calc(50% - 30px);
}

.title p {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.huien1-1, .huien1-2, .huien1-3, .huien1-4, .huien1-5, .huien1-6, .huien1-7 {
  padding: 3em 0;
}

.div37 {
  padding-bottom: 3em !important;
}

.huien1-1 {
  background: #f8f8f8;
}

.huien1-1 .col-sm-3 {
  margin-bottom: 80px;
}

 .huien1-1 .col-sm-3:nth-child(13), .huien1-1 .col-sm-3:nth-child(14) {
  display: none;
}

.huien1-1 .col-sm-3 img {
  width: 100%;
  transition: .35s all;
  border-radius: 0;
}

.huien1-1 .col-sm-3:hover div {
  background: #F4A814;
}

.huien1-1 .col-sm-3:hover div img {
  transform: scale(1.1);
}

.huien1-1 .col-sm-3 a > div {
  position: relative;
  overflow: hidden;
}

.huien1-1 .col-sm-3 a > div div {
  background: #0B579F;
  text-align: center;
  padding: 5px;
}

.huien1-1 .col-sm-3 a > div div h4 {
  display: inline-block;
  color: #fff;
}

.huien1-1 .col-sm-3 a > div div p {
  color: #fff;
}

.huien1-1x .col-sm-3:nth-child(9), .huien1-1x .col-sm-3:nth-child(10), .huien1-1x .col-sm-3:nth-child(11), .huien1-1x .col-sm-3:nth-child(12), .huien1-1x .col-sm-3:nth-child(13), .huien1-1x .col-sm-3:nth-child(14) {
  display: block;
}

.huien1-1 .product {
  margin-bottom: 20px;
}

.huien1-1 .product:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.huien1-1 .product:hover span {
  background: rgba(0, 0, 0, 0.5);
}

.huien1-1 .product:hover span:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 1;
}

.huien1-1 .product:hover h4, .huien1-1 .product:hover p, .huien1-1 .product:hover b {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.huien1-1 .product a {
  position: relative;
  display: block;
  overflow: hidden;
}

.huien1-1 .product a img {
  width: 100%;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -ms-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.huien1-1 .product a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  text-align: center;
}

.huien1-1 .product a span {
  padding: 2em 1em;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #FFFFFF;
}

.huien1-1 .product a span h4, .huien1-1 .product a span p, .huien1-1 .product a span b, .huien1-1 .product a span::after {
  -webkit-transition: opacity 1s, transform 0.5s;
  -moz-transition: opacity 1s, transform 0.5s;
  -ms-transition: opacity 1s, transform 0.5s;
  -o-transition: opacity 1s, transform 0.5s;
  transition: opacity 1s, transform 0.5s;
  opacity: 0;
}

.huien1-1 .product a span h4 {
  margin: 0;
  font-size: 16px;
  padding-top: 15%;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -ms-transform: scale3d(0.8, 0.8, 1);
  -o-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

.huien1-1 .product a span b {
  font-weight: normal;
  padding: 7px 14px;
  background: #0B579F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.huien1-1 .product a span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  opacity: 0;
  transform-origin: 50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
}

.huien1-2 li {
  position: relative;
  float: left;
  padding: 0 30px;
  border-right: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
}

.huien1-2 li:last-child {
  border: 0;
}

.huien1-2 li div {
  position: relative;
}

.huien1-2 li div h4 {
  position: absolute;
  bottom: 0;
  margin: 0;
  color: #fff;
  display: block;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
}

.huien1-2 li img {
  width: 100%;
}

.huien1-2 li i {
  font-size: 60px;
  transition: .35s all;
  color: #fff;
}

.huien1-2 li p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-top: 20px;
}

.huien1-3 {
  height: 200px;
  background: url(../img/4.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.huien1-3 .col-sm-6 {
  padding-top: 15px;
}

.huien1-3 .col-sm-6 p {
  color: #fff;
}

.huien1-3 .col-sm-6:nth-child(1) p {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}

.huien1-3 .col-sm-6:nth-child(1) p:nth-child(1) {
  font-size: 26px;
}

.huien1-3 .col-sm-6:nth-child(1) p span {
  color: #F4A814;
  margin: 0 5px;
  font-size: 24px;
  font-weight: bold;
}

.huien1-3 .col-sm-6:nth-child(2) {
  padding-left: 200px;
}

.huien1-3 .col-sm-6:nth-child(2) p:nth-child(1) {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}

.huien1-3 .col-sm-6:nth-child(2) p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #F4A814;
}

.huien1-4 .col-sm-6 {
  padding: 0;
}

.huien1-4 .wenzir {
  padding-left: 40px;
}

.huien1-4 .wenzil {
  padding-right: 40px;
}

.huien1-4 img {
  border-radius: 10px;
}

.huien1-4 .wenzi dl {
  width: 100%;
  padding-top: 50px;
  display: table;
  border-bottom: 1px dashed #ddd;
}

.huien1-4 .wenzi dl dt {
  display: table-cell;
  font-size: 50px;
  width: 60px;
  vertical-align: middle;
  color: #0B579F;
}

.huien1-4 .wenzi dl dd {
  padding-left: 20px;
}

.huien1-4 .wenzi dl dd h4 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #0B579F;
  font-weight: bold;
}

.huien1-4 .wenzi > p {
  line-height: 32px;
}

.huien1-5 {
  background: #f8f8f8;
}

.huien1-5 .col-sm-6 p {
  line-height: 28px;
  text-indent: 2em;
}

.huien1-5 .col-sm-6 img {
  border: 1px solid #eee;
}

.huien1-5 .huien1-5-b {
  margin-top: 10px;
}

.huien1-5 .huien1-5-b > div {
  background: #fff;
  padding: 20px;
}

.huien1-5 .huien1-5-b > div p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.gywo1 .gywo2 {
  margin: 20px 0;
  font-size: 15px;
}

.gywo1 .gywo1x p {
  font-size: 15px;
  line-height: 25px;
  text-indent: 2em;
}

.gywo1 .gywo3 p {
  padding-bottom: 10px;
}

.gywo1 .gywo3 p:nth-child(2) {
  border-bottom: 1px dashed #ddd;
}

.gywo1 .gywo3 p {
  line-height: 28px;
}

.gywo1 h4 {
  font-weight: bold;
  font-size: 28px;
}

.gywo1 h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 15px;
}

.huien1-6 .row .newtit {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.huien1-6 .row .newtit h4 {
  color: #0B579F;
  font-weight: bold;
}

.huien1-6 .row .newtit h4 span {
  color: #888;
  margin-left: 5px;
  font-weight: normal;
  font-size: 14px;
}

.huien1-6 .row .newtit h4 i {
  font-style: inherit;
  color: #888;
  font-weight: normal;
  font-size: 14px;
}

.huien1-6 .row .newtit h4:hover i {
  color: #c40000;
}

.huien1-6 .row .new-b a h4 {
  border-bottom: 1px dashed #999;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}

.huien1-6 .row .new-b a h4::after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  background: #F4A814;
}

.huien1-6 .row .new-b a:hover h4, .huien1-6 .row .new-b a:hover span {
  color: #0B579F;
}

.huien1-6 .row dl {
  display: table;
  height: 90px;
  overflow: hidden;
}

.huien1-6 .row dl dt {
  display: table-cell;
  width: 200px;
  text-align: center;
  color: #0B579F;
  vertical-align: middle;
  font-weight: normal;
}

.huien1-6 .row dl dt img {
  width: 100%;
}

.huien1-6 .row dl dt i {
  display: block;
  font-style: inherit;
  font-size: 24px;
}

.huien1-6 .row dl dt span {
  font-size: 24px;
}

.huien1-6 .row dl dd {
  display: table-cell;
  padding: 5px 0 0 10px;
  border-left: 0;
  position: relative;
}

.huien1-6 .row dl dd h4 {
  font-size: 16px;
  margin-top: 0;
  font-weight: bold;
  color: #0B579F;
}

.huien1-6 .row dl dd p {
  font-size: 14px;
  color: #666;
  text-align: justify;
  margin-bottom: 10px;
  line-height: 24px;
}

.huien1-6 .row dl:hover h4, .huien1-6 .row dl:hover p {
  color: #0B579F;
}

.news_content dl {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: table;
  margin-bottom: 15px;
}

.news_content dl dt {
  background: #0B579F !important;
  vertical-align: middle;
  display: table-cell;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  color: #666;
}

.news_content dl dt c {
  display: block;
  font-size: 24px;
  color: #fff;
}

.news_content dl dt span {
  color: #fff;
  font-size: 24px;
}

.news_content dl dd {
  background: #fff;
  padding: 10px;
  display: table-cell;
  margin-bottom: 0;
  height: 100%;
}

.news_content dl dd a {
  text-decoration: none;
}

.news_content dl dd c {
  height: 22px;
  overflow: hidden;
  margin-top: 10px;
  color: #0B579F;
  font-size: 20px;
}

.news_content dl dd c a {
  color: #000000;
  text-decoration: none;
}

.news_content dl dd p {
  height: 66px;
  overflow: hidden;
  font-size: 14px;
  color: #777;
  margin: 0;
  padding-top: 10px;
  line-height: 28px;
}

.news_content dl:hover dd {
  background: rgba(11, 87, 159, 0.7) !important;
}

.news_content dl:hover dt {
  background: #0B579F !important;
}

.news_content dl:hover dt b,
.news_content dl:hover dt span {
  color: #FFFFFF !important;
}

.news_content dl:hover dd c {
  color: #fff;
}

.news_content dl:hover dd p {
  color: #fff;
}

.news_content dl:hover dd p a {
  color: #fff;
}

footer {
  background: #181818;
  padding-top: 2em;
  padding-bottom: 1em;
}

footer a:hover {
  color: #d7d8d9 !important;
}

footer p {
  color: #777;
}

footer a {
  color: #777;
}

footer .foot-one {
  color: #FFFFFF;
  border-bottom: 1px solid #4b5054;
  padding-bottom: 25px;
}

footer .foot-one [class^="col"] i {
  float: left;
  font-size: 30px;
  color: #fff;
  margin-right: 15px;
}

footer .foot-one [class^="col"] > div p {
  color: #d7d8d9;
  font-size: 18px;
  padding-top: 8px;
}

footer .icp {
  font-size: 14px;
  text-align: center;
}

footer .icp p {
  margin-bottom: 0;
  margin-bottom: 15px;
}

footer .foot {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

footer .foot a {
  color: #777;
  margin: 0 2px;
  font-size: 14px;
}

footer .foot p {
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

footer .nav-dibu {
  padding: 30px 0;
}

footer .nav-dibu img {
  margin: auto;
  display: block;
}

footer .nav-dibu .col-sm-3 {
  height: 160px;
  width: 20%;
  border-right: 1px dashed #4b5054;
  text-align: center;
}

footer .nav-dibu .col-sm-3 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

footer .nav-dibu .col-sm-3 p span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

footer .nav-dibu .col-sm-3:nth-child(5) {
  border-right: 0 dashed #4b5054;
}

footer .nav-dibu .col-sm-3 i {
  font-size: 36px;
  color: #0ef4f2;
}

.add {
  background: #007cc2;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  width: 95%;
  margin-bottom: 10px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  margin: 0;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  background: #007cc2;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 20px;
}

.left ul .active a {
  background: #007cc2;
}

.left ul div {
  background: #fff;
}

.left ul div a {
  color: #666;
  display: block;
  font-size: 14px;
  padding-left: 5px;
}

.left ul p {
  padding: 15px 0 0px;
  margin-bottom: 0;
  text-align: center;
}

.left ul img {
  margin-bottom: 20px;
}

.left ul li {
  padding-left: 20px;
  line-height: 46px;
  border-bottom: 3px solid #fff;
  border-bottom: 1px dotted #0B579F;
  position: relative;
}

.left ul li:hover {
  background: #F4A814;
  border-bottom: 1px dotted #0B579F;
}

.left ul li:hover a {
  color: #fff;
}

.left ul li:hover::after {
  border-right: 6px solid #fff;
}

.left ul li::after {
  width: 0;
  position: absolute;
  left: 8px;
  content: '';
  top: 18px;
  height: 0;
  border-top: 5px solid transparent;
  display: block;
  border-right: 6px solid #007cc2;
  border-bottom: 5px solid transparent;
}

.huien1ss table {
  text-align: center;
}

.huien1ss table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.main {
  background: #f8f8f8;
}

.main .right {
  background: #fff;
  padding: 40px 20px;
}

.cpkf .col-sm-3 {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 400px;
  padding: 20px 10px;
}

.cpkf .col-sm-3:nth-child(1), .cpkf .col-sm-3:nth-child(2), .cpkf .col-sm-3:nth-child(3), .cpkf .col-sm-3:nth-child(4) {
  height: 350px;
}

.cpkf .col-sm-3:nth-child(1) p:nth-child(2), .cpkf .col-sm-3:nth-child(2) p:nth-child(2), .cpkf .col-sm-3:nth-child(3) p:nth-child(2), .cpkf .col-sm-3:nth-child(4) p:nth-child(2) {
  height: 80px;
}

.cpkf .col-sm-3:nth-child(4), .cpkf .col-sm-3:nth-child(8) {
  border-right: 0;
}

.cpkf .col-sm-3:nth-child(7), .cpkf .col-sm-3:nth-child(8), .cpkf .col-sm-3:nth-child(5), .cpkf .col-sm-3:nth-child(6) {
  border-bottom: 0;
}

.cpkf .col-sm-3:nth-child(1) em {
  color: red;
}

.cpkf .col-sm-3:nth-child(2) em {
  color: #8dcc29;
}

.cpkf .col-sm-3:nth-child(3) em {
  color: #2fddcf;
}

.cpkf .col-sm-3:nth-child(4) em {
  color: #1a95f3;
}

.cpkf .col-sm-3:nth-child(5) em {
  color: #211eda;
}

.cpkf .col-sm-3:nth-child(6) em {
  color: #ba27df;
}

.cpkf .col-sm-3:nth-child(7) em {
  color: #a71883;
}

.cpkf .col-sm-3:nth-child(8) em {
  color: #ccdf23;
}

.cpkf .col-sm-3 em {
  font-style: inherit;
  font-size: 24px;
  font-weight: 400;
  color: #0B579F;
  box-shadow: 0px 3px 7px #dfd5d5;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  line-height: 80px;
  text-align: center;
}

.cpkf .col-sm-3 p {
  color: #888;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.cpkf .col-sm-3 p:nth-child(2) {
  height: 98px;
  margin-top: 20px;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #0B579F;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

.fixednav {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}
.anlis img {
    background: #fff;
    margin-bottom: 10px;
}
/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
    .anlis .col-sm-3 {
    float:left;
    width:48%;
    margin:1%;
}
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .right img {
    width: 100%;
  }
  #allmap {
    width: 100% !important;
  }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #0B579F;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #0B579F;
  }
  #contact button {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    outline: none;
  }
  #contact > a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact > a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div > a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
  .huien1-2 li {
    margin-bottom: 20px;
  }
  .huien1-3 .col-sm-6:nth-child(2) {
    padding: 0;
    text-align: center;
  }
  .huien1-3 .col-sm-6:nth-child(2) p:nth-child(2) {
    font-size: 20px !important;
  }
  .huien1-4 .wenzi dl dt {
    font-size: 40px;
  }
  .huien1-4 .wenzir {
    padding: 0;
  }
  .huien1-6 .row .newtit {
    margin: 20px 0;
  }
  .huien1-1 .product, .pr-cp {
    padding: 0 5px;
  }
  .gywo2 p {
    text-align: justify;
  }
  .owl-dots, .owl-nav {
    display: none !important;
  }
  .news_content dl dd c {
    font-size: 16px;
    height: 44px;
    display: block;
    overflow: hidden;
  }
  .news_content dl dt span {
    font-size: 24px !important;
  }
  .cess .xxaa img {
    height: auto !important;
  }
  .right td {
    height: auto !important;
  }
  .cess span {
    font-size: 14px !important;
  }
  .bj div h4 {
    font-size: 28px !important;
  }
  .bj div p {
    font-size: 18px !important;
  }
  .right td {
    display: block;
    float: inherit;
    width: 100% !important;
  }
  .right td img {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
  }
  .cess .xxaa td {
    float: initial;
    width: 100% !important;
    display: block;
  }
  .cess .xxaa td p {
    margin-bottom: 0;
  }
  .cess .xxaa td p span {
    font-size: 14px !important;
  }
  .cess .xxaa img {
    width: 100%;
    height: auto;
  }
  .cpkf .col-sm-3 p:nth-child(2) {
    height: auto;
  }
  .cpkf .col-sm-3 {
    height: auto !important;
    border-right: 0;
    border-bottom: 1px solid #ddd !important;
  }
  footer {
    margin-bottom: 40px;
  }
  .huien1-6 .row dl, .nav-dibu {
    display: none;
  }
  .huien1-4 .wenzi dl {
    padding-top: 20px;
  }
  .huien1-6 .row .new-b a h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-b span {
    display: none;
  }
  .anlis .col-sm-3{
      padding: 0 5px;
  }
}
