﻿@charset "UTF-8";
/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #666;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #3480ce;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

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

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*头部样式*/
.vn-head1 {
  height: 29px;
  background: #bf9f62;
  color: #fff;
  line-height: 29px;
  overflow: hidden;
}

.vn-head2 {
  height: 150px;
  overflow: hidden;
}

.logo {
  float: left;
  line-height: 150px;
}

.translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}

.tran-in {
  left: 120px;
}

.translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}

.translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}

.translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}

.translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
  font-weight: bold;
}

.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}
.banner { position: relative; z-index: 3; width: 100%; overflow: hidden; }
.banner.swiper-container-horizontal > .swiper-pagination-bullets{ bottom: 1rem;}
.banner .swiper-pagination-bullet { background: #f5f5f5; width: .8rem; opacity: 1; height: .8rem; margin: 0 .4rem !important; }
.banner .swiper-pagination-bullet-active { border-radius: 0.4rem; opacity: 1; background: #3484d4; }

/*搜索和热门搜索*/
.vn-search {
  margin: 15px 0;
}

.vn-search .hotSearch {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}

.vn-search .hotSearch a {
  margin-right: 6px;
}

.vn-search #formsearch {
  float: right;
}

.vn-search #formsearch input {
  height: 22px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
  outline: none;
}

.vn-search #formsearch #keyword {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
}

.vn-search #formsearch #s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #3480ce;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
}

/*内页左侧样式*/
.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

.page-position a {
  color: #fff;
}

.left {
  width: 225px;
  float: left;
}

.right {
  width: 940px;
  float: right;
}

.xypg-case-list li {
  width: 300px;
}

.xypg-product-list li {
  width: 293px;
}

.xypg-product-list li .img img {
  width: 271px;
  height: 255px;
}

.relate-product-slick .owl-item .img img {
  width: 213px;
  height: 200px;
}

.xypg-case-list li .img img {
  width: 300px;
  height: 300px;
}

.page-product-inquiry a {
  color: #fff;
}

.page-mob-tool {
  display: none;
}

/* 头部 */
header {
  height: 160px;
}

header .header-top {
  width: 100%;
  height: 40px;
  background-color: #f4f4f4;
}

header .header-top .header-wel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header-top .header-wel p {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  font-family: '宋体';
}

header .header {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header .header-logo {
  display: flex;
  align-items: center;
}

header .header .header-logo .header-wire {
  width: 1px;
  height: 52px;
  background-color: #dddddd;
  margin: 0 18px;
}

header .header .header-logo .header-logo-title p,
header .header .header-logo .header-logo-title .h1 {
  line-height: 1;
}

header .header .header-logo .header-logo-title .h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}

header .header .header-logo .header-logo-title .h1 span {
  color: #f78503;
}

header .header .header-logo .header-logo-title p {
  font-size: 16px;
  color: #666666;
}

header .header .header-tel {
  display: flex;
  align-items: center;
}

header .header .header-tel .header-tel-title {
  margin-left: 10px;
}

header .header .header-tel .header-tel-title p,
header .header .header-tel .header-tel-title .h1 {
  line-height: 1;
}

header .header .header-tel .header-tel-title .h1 {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 5px;
}

header .header .header-tel .header-tel-title p {
  font-size: 26px;
  color: #f78503;
  font-weight: bold;
}

/* 导航栏 */
nav {
  height: 43px;
  background: -webkit-linear-gradient(top, #2c8fe0, #0065bd);
  background: -o-linear-gradient(top, #2c8fe0, #0065bd);
  background: -moz-linear-gradient(top, #2c8fe0, #0065bd);
  background: linear-gradient(top, #2c8fe0, #0065bd);
}

nav .nav1 {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

nav .nav1 li {
  height: 100%;
  position: relative;
  z-index: 999;
  flex: 1;
}

nav .nav1 li .nav-a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 43px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

nav .nav1 li .nav-a:hover {
  background-color: #015ead;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
}

nav .nav1 li .sec {
  width: 100%;
  height: 0;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 43px;
  left: 0px;
  background: -webkit-linear-gradient(top, #2c8fe0, #0065bd);
  background: -o-linear-gradient(top, #2c8fe0, #0065bd);
  background: -moz-linear-gradient(top, #2c8fe0, #0065bd);
  background: linear-gradient(top, #2c8fe0, #0065bd);
}

nav .nav1 li .sec a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 38px;
  line-height: 38px;
}

nav .nav1 li .sec a:hover {
  background-color: #015ead;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) inset;
}

/* 热门关键词 */
.s1 {
  height: 71px;
  box-shadow: 0 5px 20px #e4e3e3;
}

.s1 .s1-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s1 .s1-box .s1a {
  display: flex;
  align-items: center;
}

.s1 .s1-box .s1a .s1a1 h1,
.s1 .s1-box .s1a .s1a1 p {
  line-height: 1;
}

.s1 .s1-box .s1a .s1a1 h1 {
  font-size: 18px;
  color: #0264bd;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.s1 .s1-box .s1a .s1a1 p {
  font-size: 12px;
  color: #333333;
}

.s1 .s1-box .s1a .s1a2 {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.s1 .s1-box .s1a .s1a2 a {
  font-size: 12px;
  color: #333;
  padding: 0 15px;
  height: 12px;
  line-height: 12px;
}

.s1 .s1-box .s1a .s1a2 a + a {
  border-left: 1px solid #cacaca;
}

.s1 .s1-box .s1b {
  display: flex;
  align-items: center;
}

.s1 .s1-box .s1b form {
  width: 254px;
  height: 36px;
  border: 1px solid #dedede;
}

.s1 .s1-box .s1b form input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
}

.s1 .s1-box .s1b form #keyword {
  font-size: 16px;
  color: #aeaeae;
  padding-left: 8px;
}

.s1 .s1-box .s1b form #keyword::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aeaeae;
}

.s1 .s1-box .s1b form #keyword::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aeaeae;
}

.s1 .s1-box .s1b form #keyword::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aeaeae;
}

.s1 .s1-box .s1b form #keyword::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aeaeae;
}

.s1 .s1-box .s1b form #s_btn {
  width: 40px;
  height: 36px;
  background-color: #11509b;
  transform: translateY(-1px);
  background-image: url(../images/s1-ss.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/* 产品 */
.s2 {
  height: 810px;
  background-image: url(../images/s2-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2 .s2-box {
  width: 100%;
  height: 755px;
}

.s2 .s2-box .s2a {
  width: 236px;
  height: 100%;
  padding-left: 24px;
}

.s2 .s2-box .s2a h1 {
  width: 100%;
  height: 56px;
  color: #fff;
  font-size: 18px;
  padding-left: 24px;
  padding-top: 25px;
}

.s2 .s2-box .s2a ul {
  width: 100%;
  height: 603px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* align-items: flex-end; */
}

.s2 .s2-box .s2a ul li {
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding-left: 40px;
  line-height: 38px;
}

.s2 .s2-box .s2a ul li a {
  color: #0264bd;
  font-size: 16px;
  position: relative;
}

.s2 .s2-box .s2a ul li a::before {
  content: '';
  display: block;
  border: 6px solid;
  border-left-color: #0264bd;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: -15px;
  top: 5px;
}

.s2 .s2-box .s2a div {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 29px;
}

.s2 .s2-box .s2a div p {
  line-height: 1;
}

.s2 .s2-box .s2a div p:first-child {
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
}

.s2 .s2-box .s2a div p:last-child {
  font-size: 20px;
  color: #f78503;
  font-weight: bold;
}

.s2 .s2-box .s2b {
  width: 930px;
  height: 100%;
  /* padding-top: 16px; */
}

.s2 .s2-box .s2b .s2b1 {
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.s2 .s2-box .s2b .s2b1 .s2b1a {
  display: flex;
  align-items: center;
}

.s2 .s2-box .s2b .s2b1 .s2b1a div {
  width: 2px;
  height: 20px;
  background-color: #0264bd;
  margin: 0 9px;
}

.s2 .s2-box .s2b .s2b1 .s2b1a h1 {
  color: #0264bd;
  font-size: 20px;
  line-height: 1;
}

.s2 .s2-box .s2b .s2b1 .s2b1a p {
  font-size: 14px;
  color: #aebccc;
  margin-left: 5px;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(2px);
}

.s2 .s2-box .s2b .s2b1 .s2b1b {
  margin-right: 15px;
}

.s2 .s2-box .s2b .s2b1 .s2b1b a {
  font-size: 16px;
  color: #999999;
}

.s2 .s2-box .s2b ul {
  width: 100%;
  height: 630px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

.s2 .s2-box .s2b ul li {
  width: 296px;
  height: 335px;
}

.s2 .s2-box .s2b ul li .s2b-img {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #cccccc;
}

.s2 .s2-box .s2b ul li .s2b-img img {
  width: 100%;
  height: 100%;
}

.s2 .s2-box .s2b ul li .s2b-title {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #222222;
}

/* 屏隔条 */
.s3 {
  height: 361px;
  background-image: url(../images/s3-bg.png);
  background-repeat: no-repeat;
}

.s3 .s3-box {
  width: 600px;
  height: 361px;
  position: relative;
  left: 50%;
  top: 0;
  padding-top: 65px;
  padding-left: 60px;
}

.s3 .s3-box h1 {
  line-height: 1;
  font-size: 20px;
  color: #fff;
  margin-bottom: 35px;
}

.s3 .s3-box p {
  color: #fff;
  font-size: 16px;
}

.s3 .s3-box div {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.s3 .s3-box div img {
  margin-right: 10px;
}

.s3 .s3-box div p {
  font-size: 14px;
  line-height: 1;
}

.s3 .s3-box div p:last-child {
  font-weight: bold;
  font-size: 20px;
}

/* 选择鼎盛达 */
.s4 {
  height: 1245px;
  background-image: url(../images/s4-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.s4 .s4-box {
  height: 100%;
}

.s4 .s4-box .s4a {
  width: 100%;
  height: 166px;
  text-align: center;
  padding-top: 78px;
  margin-bottom: 77px;
}

.s4 .s4-box .s4a h1 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  margin-bottom: 26px;
}

.s4 .s4-box .s4a p {
  font-size: 18px;
  color: #333333;
  line-height: 1;
}

.s4 .s4-box .s4b,
.s4 .s4-box .s4c {
  width: 100%;
  height: 400px;
}

.s4 .s4-box .s4b .s4b-img,
.s4 .s4-box .s4b .s4b-tit,
.s4 .s4-box .s4c .s4b-img,
.s4 .s4-box .s4c .s4b-tit {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s4 .s4-box .s4b .s4b-tit,
.s4 .s4-box .s4c .s4b-tit {
  flex-wrap: wrap;
  align-content: center;
}

.s4 .s4-box .s4b .s4b-tit dl,
.s4 .s4-box .s4c .s4b-tit dl {
  width: 499px;
}

.s4 .s4-box .s4b .s4b-tit dl dt,
.s4 .s4-box .s4c .s4b-tit dl dt {
  width: 100%;
  height: 75px;
  padding-left: 94px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.s4 .s4-box .s4b .s4b-tit dl dt p,
.s4 .s4-box .s4c .s4b-tit dl dt p {
  line-height: 1;
  color: #333333;
}

.s4 .s4-box .s4b .s4b-tit dl dt p:first-child,
.s4 .s4-box .s4c .s4b-tit dl dt p:first-child {
  font-size: 24px;
  margin-bottom: 10px;
}

.s4 .s4-box .s4b .s4b-tit dl dt p:last-child,
.s4 .s4-box .s4c .s4b-tit dl dt p:last-child {
  font-size: 16px;
  font-weight: normal;
}

.s4 .s4-box .s4b .s4b-tit dl dd,
.s4 .s4-box .s4c .s4b-tit dl dd {
  padding: 20px 25px 20px 94px;
}

.s4 .s4-box .s4b .s4b-tit dl dd p,
.s4 .s4-box .s4c .s4b-tit dl dd p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  position: relative;
}

.s4 .s4-box .s4b .s4b-tit dl dd p::before,
.s4 .s4-box .s4c .s4b-tit dl dd p::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(../images/s4-yq.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 5px;
}

.s4 .s4-box .s4b .s4b-tit dl + dl,
.s4 .s4-box .s4c .s4b-tit dl + dl {
  margin-top: 5px;
}

.s4 .s4-box .s4b {
  margin-bottom: 120px;
}

/* 公司简介 */
.s5 {
  height: 614px;
  background-image: url(../images/s5-bg.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 75px;
}

.s5 h1 {
  color: #0264bd;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.s5 p {
  font-size: 18px;
  color: #bbbbbb;
  font-family: 'Arial';
  text-transform: uppercase;
  margin-bottom: 30px;
}

.s5 div {
  width: 1000px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding: 55px 60px 45px;
  font-size: 16px;
  margin-bottom: 0;
  text-align: start;
  color: #666666;
  line-height: 1.8;
}

.s5 div p {
  font-size: 16px;
  margin-bottom: 0;
  text-align: start;
  color: #666666;
  line-height: 1.8;
}

.s5 div p a {
  color: #fe8606;
}

/* 客户见证 */
.s6 {
  height: 372px;
  position: relative;
  display: flex;
  align-items: center;
}

.s6 .hd {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.s6 .hd a {
  display: block;
  width: 36px;
  height: 116px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.s6 .hd .next {
  left: -47px;
  background-image: url(../images/s6-left.png);
  background-repeat: no-repeat;
}

.s6 .hd .prev {
  right: -47px;
  background-image: url(../images/s6-right.png);
  background-repeat: no-repeat;
}

.s6 .bd {
  width: 100%;
  height: 239px;
}

.s6 .bd .tempWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.s6 .bd .tempWrap .picList {
  height: 100%;
}

.s6 .bd .tempWrap .picList li {
  width: 274px;
  height: 100%;
  margin-right: 34px;
  position: relative;
}

.s6 .bd .tempWrap .picList li .s6a {
  display: block;
  width: 274px;
  height: 230px;
  border: 1px solid #b5b5b5;
  padding: 14px 22px 33px;
  text-align: center;
}

.s6 .bd .tempWrap .picList li .s6a img {
  width: 100%;
  height: 174px;
  margin-bottom: 12px;
}

.s6 .bd .tempWrap .picList li .s6a h1 {
  font-size: 16px;
  color: #393939;
  line-height: 1;
  margin-bottom: 10px;
}

.s6 .bd .tempWrap .picList li .s6a p {
  font-size: 14px;
  color: #3a3a3a;
  text-align: start;
}

.s6 .bd .tempWrap .picList li .s6b {
  display: block;
  width: 99px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-color: #636363;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}

.s6 .bd .tempWrap .picList li:hover .s6b {
  background-color: #0264bd;
}

/* 流程 */
.s7 {
  height: 428px;
  background-image: url(../images/s7-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.s7 .s7-box {
  height: 100%;
}

.s7 .s7-box .s7a {
  width: 100%;
  height: 148px;
  text-align: center;
  padding-top: 45px;
}

.s7 .s7-box .s7a h1 {
  line-height: 1;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.s7 .s7-box .s7a div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s7 .s7-box .s7a div span {
  display: block;
  width: 434px;
  height: 1px;
  background-color: #fff;
}

.s7 .s7-box .s7a div p {
  line-height: 1;
  color: #fff;
  font-size: 18px;
}

.s7 .s7-box .s7b {
  width: 100%;
  height: 280px;
  border: 1px solid #dddddd;
  background-color: #fff;
  text-align: center;
  padding-top: 45px;
  box-shadow: 0 3px 5px #ddd;
}

.s7 .s7-box .s7b .s7b1 {
  width: 100%;
  height: 103px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s7 .s7-box .s7b .s7b1 .s7b1-title {
  line-height: 1;
  font-size: 20px;
  color: #333333;
}

.s7 .s7-box .s7b .s7b1 .s7b1-tel {
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.s7 .s7-box .s7b .s7b1 .s7b1-tel div {
  margin-right: 10px;
}

.s7 .s7-box .s7b .s7b1 .s7b1-tel span {
  font-size: 16px;
  color: #333;
  line-height: 1;
  transform: translateY(3px);
}

.s7 .s7-box .s7b .s7b1 .s7b1-tel p {
  font-size: 24px;
  color: #0264bd;
}

/* 新闻 */
.s8 {
  height: 613px;
}

.s8 .s8a {
  width: 100%;
  height: 170px;
  text-align: center;
  padding-top: 70px;
}

.s8 .s8a h1 {
  font-size: 30px;
  line-height: 1;
  color: #0264bd;
  margin-bottom: 10px;
}

.s8 .s8a p {
  line-height: 1;
  font-size: 20px;
  color: #a1a0a0;
}

.s8 .s8b {
  width: 100%;
  height: 377px;
  display: flex;
  justify-content: space-between;
}

.s8 .s8b .s8b1 {
  width: 380px;
  height: 100%;
}

.s8 .s8b .s8b1 .s8b1-title {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
}

.s8 .s8b .s8b1 .s8b1-title .s8b1-left {
  display: flex;
  align-items: center;
}

.s8 .s8b .s8b1 .s8b1-title .s8b1-left div {
  width: 3px;
  height: 18px;
  background-color: #a19581;
  margin-right: 15px;
}

.s8 .s8b .s8b1 .s8b1-title .s8b1-left h1 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-right: 9px;
}

.s8 .s8b .s8b1 .s8b1-title .s8b1-left p {
  line-height: 1;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  transform: translateY(2px);
}

.s8 .s8b .s8b1 .s8b1-title a {
  margin-right: 15px;
  font-size: 12px;
  color: #666666;
}

.s8 .s8b .s8b2 img {
  width: 100%;
  height: 116px;
  margin-bottom: 2px;
}

.s8 .s8b .s8b2 .s8b2-list {
  width: 100%;
  height: 200px;
}

.s8 .s8b .s8b2 .s8b2-list li {
  height: 20%;
  width: 100%;
}

.s8 .s8b .s8b2 .s8b2-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #e2e2e2;
  padding-left: 25px;
  position: relative;
}

.s8 .s8b .s8b2 .s8b2-list li a p {
  line-height: 1;
  color: #666666;
  font-size: 12px;
}

.s8 .s8b .s8b2 .s8b2-list li a span {
  font-size: 12px;
  color: #999999;
  line-height: 1;
}

.s8 .s8b .s8b2 .s8b2-list li a::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/s8-jt.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-40%);
}

.s8 .s8b .s8b3 .s8b1-title {
  margin-bottom: 16px;
}

.s8 .s8b .s8b3 .s8b3-list {
  width: 100%;
  height: 321px;
}

.s8 .s8b .s8b3 .s8b3-list li {
  width: 100%;
  height: 107px;
}

.s8 .s8b .s8b3 .s8b3-list li a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px dashed #e2e2e2;
  padding-left: 35px;
  padding-top: 15px;
}

.s8 .s8b .s8b3 .s8b3-list li a p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1;
  position: relative;
}

.s8 .s8b .s8b3 .s8b3-list li a span {
  font-size: 12px;
  color: #999999;
  line-height: 1;
  position: relative;
}

.s8 .s8b .s8b3 .s8b3-list li a p::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../images/s8-w.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: -28px;
}

.s8 .s8b .s8b3 .s8b3-list li a span::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url(../images/s8-d.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: -28px;
}

/* 友情链接 */
.s9 {
    padding: 20px 0;
  background-color: #f3f4f6;
}

.s9 .s9-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}



.s9 .s9-box div+div {width:1040px;margin-left: 20px;}

.s9 .s9-box a {
  font-size: 12px;
  color: #666666;
  margin: 0 12px;
}

/* 底部 **/
footer {
  height: 290px;
}

footer .footer {
  width: 100%;
  height: 231px;
  background-color: #2e2e2e;
}

footer .footer .footer-box {
  height: 100%;
}

footer .footer .footer-box .footer-logo {
  width: 270px;
  height: 100%;
  padding-top: 54px;
}

footer .footer .footer-box .footer-logo img {
  margin-left: 0px;
  margin-bottom: 25px;
  width:100%;
 background-color: white;
}

footer .footer .footer-box .footer-logo p {
  font-size: 14px;
  color: #a8a6a6;
}

footer .footer .footer-box .footer-logo p a {
  font-size: 14px;
  color: #a8a6a6;
}

footer .footer .footer-box .footer-list {
  width: 70%;
  height: 100%;
  margin-left: 30px;
  padding-top: 71px;
}

footer .footer .footer-box .footer-list .footer-nav {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #6d6d6d;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

footer .footer .footer-box .footer-list .footer-nav li {
  width: 20%;
}

footer .footer .footer-box .footer-list .footer-nav li a {
  font-size: 14px;
  color: #fffefe;
}

footer .footer .footer-box .footer-list .footer-tel {
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

footer .footer .footer-box .footer-list .footer-tel div {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 7px 0;
}

footer .footer .footer-box .footer-list .footer-tel div p:first-child {
  width: 28px;
}

footer .footer .footer-box .footer-list .footer-tel div p:last-child {
  font-size: 14px;
  color: #a8a6a6;
}

footer .footer .footer-box .footer-code {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

footer .footer .footer-box .footer-code .footer-cimg img {
  width: 119px;
  height: 119px;
}

footer .footer .footer-box .footer-code .footer-ctel {
  margin-left: 15px;
}

footer .footer .footer-box .footer-code .footer-ctel h1 {
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  color: #a8a6a6;
}

footer .footer .footer-box .footer-code .footer-ctel p {
  font-size: 27px;
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
}

footer .footer-bottom {
  padding: 15px 0;
  width: 100%;
  background-color: #1b1b1b;
  font-size: 13px;
}

footer .footer-bottom .footer-bottom-box {
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
  color: #9b9a9a;
  font-size: 13px;
}

footer .footer-bottom .footer-bottom-box a {
  color: #9b9a9a;
  font-size: 14px;
}

.xypg-banner .img img {
  width: 100%;
}
