/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

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

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
.toph {
  background: #e8e8e8;
}
.toph .p1 {
  font-size: 12px;
  line-height: 38px;
  color: #505050;
}
.toph .p1 .s1 {
  font-size: 12px;
  color: #132b83;
}
.toph .p1 .s2::after {
  content: "|";
  margin-left: 15px;
}
.toph p:nth-child(2) {
  font-size: 16px;
  float: left;
  line-height: 38px;
  color: #132b83;
  font-weight: 700;
  font-family: Arial;
}
.toph .fz {
  line-height: 38px;
  color: #505050;
  font-size: 12px;
}
.toph .fz a {
  color: #505050;
}
.toph .fz a:hover {
  color: #132b83;
}
#menu ul li {
  float: left;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  line-height: 100px;
}
#menu ul li + li {
  margin-left: 56px;
}
.xlogo {
  line-height: 100px;
}
#menu ul li > a {
  color: #333333;
}
#menu ul li:hover > a {
  color: #132b83;
}
/* 关于我们 */
.aabout {
  padding-top: 109px;
}
.aabout .aleft {
  width: 590px;
  height: 440px;
  overflow: hidden;
}
.aabout .aleft img {
  transition: all 0.8s;
  max-width: 100%;
}
.aabout .aleft:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.aabout .aright .p1 {
  font-size: 40px;
  font-family: Arial;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
}
.aabout .aright .p2 {
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  line-height: 40px;
}
.aabout .aright {
  width: 490px;
  margin-right: 55px;
}
.aabout .aright .p3 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 41px;
}
.aabout .aright .aboutmo {
  display: block;
  width: 130px;
  line-height: 45px;
  text-align: center;
  background: #132b83;
  font-size: 14px;
  color: #fff;
  margin-top: 28px;
  position: relative;
}
.aabout .aright .aboutmo span {
  position: relative;
  z-index: 99;
}
.aabout .aright .aboutmo::after {
  position: absolute;
  width: 0;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background: #0d35c7;
  transition: all 0.8s;
}
.aabout .aright .aboutmo:hover::after {
  width: 100%;
}
.aabout .aright .shu .sz {
  font-size: 34px;
  font-family: Impact;
  color: #132b83;
}
.aabout .aright .shu {
  display: flex;
  margin-top: 42px;
  justify-content: space-between;
}
.aabout .aright .shu .con2 {
  font-size: 14px;
  color: #666666;
  /* margin-top: -3px; */
}
.aabout .aright .shu .szimg {
  margin-left: 9px;
  margin-top: 20px;
}

/* 优势 */
.youshi {
  background: url(../images/ysbj.jpg) center;
  height: 716px;
  margin-top: 96px;
}
.ystop {
  position: relative;
  height: 716px;
}
.ystop .ysul li {
  position: absolute;
}
.ystop .ysul li .p1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #132b83;
}
.ystop .ysul li .p2 {
  font-size: 16px;
  color: #3c3c3c;
  margin-top: 8px;
  text-align: center;
}
.ystop .ysul li:nth-child(1) {
  top: 428px;
  left: 96px;
}
.ystop .ysul li:nth-child(2) {
  top: 162px;
  left: 350px;
}
.ystop .ysul li:nth-child(3) {
  top: 162px;
  left: 673px;
}
.ystop .ysul li:nth-child(4) {
  top: 428px;
  left: 875px;
}
.ystop .ys .pb {
  font-size: 30px;
  color: #323232;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
.ystop .ys .pb1 {
  font-size: 18px;
  color: #5a5a5a;
  text-align: center;
  padding-bottom: 13px;
}
.ystop .ys {
  position: absolute;
  left: 50%;
  margin-left: -117px;
  bottom: 0;
}
.ystop .ys .ysimg {
  overflow: hidden;
}
.ystop .ys .ysimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.ystop .ys .ysimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.ysleft {
  position: absolute;
  bottom: 0;
  left: 0;
}
.ysleft p:nth-child(1) {
  font-size: 24px;
  color: #fff;
}
.ysleft p:nth-child(2) {
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
  padding-bottom: 25px;
}
.ysright {
  background: url(../images/tel.png) no-repeat left center;
  position: absolute;
  bottom: 22px;
  right: 112px;
  padding-left: 65px;
}
.ysright p:nth-child(1) {
  font-size: 22px;

  color: #ecb641;
}
.ysright p:nth-child(2) {
  font-size: 24px;
  color: #fff;
  margin-top: -2px;
}
/* 我们的四大优势 */
.sida {
  background: url(../images/sd1.jpg) center;
  height: 725px;
  margin-top: 116px;
}
.sida .w11 {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.sida .p1 {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 95px;
}
.sida .p2 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
}
.sida .w1200 {
  position: relative;
  z-index: 1;
}
.sida ul {
  position: absolute;
}
.sida ul {
  width: 100%;
  height: 725px;
  top: 0;
  left: 0;
}
.sida ul li {
  width: 25%;
  float: left;
  height: 100%;
  cursor: pointer;
  border-right: 1px solid #768287;
}
.sida ul li:first-child {
  border-left: 1px solid #768287;
}
.ads6 {
  width: 108px;
  height: 108px;
  text-align: center;
  line-height: 108px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 298px;
}

.ad6c {
  padding-left: 45px;
  padding-right: 45px;
}
.ad6c .p3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 45px;
}
.ad6c .p4 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 11px;
}
.sida ul li:hover {
  background: rgb(19, 43, 131, 0.6);
}
/* 新闻动态 */
.title {
  padding-top: 75px;
}
.title .p1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
.title .p1 span {
  font-size: 34px;
  color: #132b83;
  font-weight: 700;
  font-family: Arial;
  text-transform: uppercase;
}
.title .p2 {
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.nleft {
  width: 610px;
}
.nleft {
  position: relative;
}
.nleft .nw {
  position: relative;
}
.nleft .nw .p1 {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 54px;
  width: 380px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/bjj.png);
}
.nleft .nw .p1 span {
  padding-left: 44px;
  background: url(../images/yjt1.png) no-repeat;
  background-position: 14px;
}
/* .nleft .nw .p1:hover span {
  padding-left: 44px;
  background: url(../images/yjt2.png) no-repeat;
  background-position: 14px;
} */
.nleft .owl-carousel .owl-dots.disabled,
.nleft .owl-carousel .owl-nav.disabled {
  display: block;
}
.nleft .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  right: 0;
  width: 198px;
  height: 54px;
  /* text-align: center; */
  padding-left: 25px;
  font-size: 0;
  bottom: 0;
  border-top-left-radius: 30px;
  background: #fff;
}
.nleft .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 25px 0.4em;
  outline: none;
  background: #d8d8d8;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.nleft .owl-carousel .owl-dots button.owl-dot:hover {
  opacity: 0.5;
}

.nleft .owl-carousel .owl-dots button.owl-dot.active {
  background: #0d35c7;
}
/* .nleft .owl-nav {
  position: absolute;
} */

.nleft .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 346px;
  z-index: 9999;

  height: 12px;
  width: 7px;
  right: 19px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/yy.png) no-repeat;
}
.nleft .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  position: absolute;
  top: 346px;
  z-index: 9999;
  height: 12px;
  width: 7px;
  right: 47px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../images/zy.png) no-repeat;
}
.nleft .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.nleft .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.nleft .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}
.n1 {
  margin-top: 55px;
}
.nright {
  width: 520px;
  margin-right: 20px;
}
.nright .syxwl {
  width: 80px;
  padding-right: 27px;
  border-right: 1px solid #dddddd;
  margin-right: 24px;
}
.nright .syxwl .p1 {
  font-size: 36px;
  font-family: Arial;
  font-weight: 700;
  line-height: 36px;
  color: #666666;
  text-align: center;
}
.nright .syxwl .p2 {
  font-size: 14px;
  font-family: Arial;

  color: #666666;
}
.nright .syxwr {
  width: 400px;
}
.nright .syxwr .p2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  margin-top: 3px;
}
.nright .syxwr .p1 {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  padding-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nright .syxw + .syxw {
  margin-top: 39px;
}
.nright .syxwr .p1:hover span {
  color: #132b83;
  border-bottom: 1px solid #132b83;
}
.mes {
  background: url(../images/mesbj.jpg) no-repeat center;
  height: 242px;
  margin-top: 78px;
  padding-top: 69px;
}
#keyword {
  width: 476px;
  height: 66px;
  outline: none;
  border: none;
  padding-left: 40px;
  background: url(../images/sbb.jpg) no-repeat #fff;
  background-position: 22px;
  margin-right: 6px;
  border-radius: 5px;
}
#keyword::placeholder {
  font-size: 16px;
  color: #888888;
}
#s_btn {
  width: 108px;
  height: 66px;
  outline: none;
  border: none;
  background: url(../images/si.png) no-repeat center #fff;
  border-radius: 5px;
}
#formsearch1 {
  width: 595px;
  margin: 0 auto;
}
.mes .p1 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 27px;
}
.mes .p1 a {
  color: #fff;
  margin-left: 26px;
}
.mes .p1 a:hover {
  opacity: 0.8;
}
/* 底部 */
.fb1 .p1 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.foot {
  background: #1c1c1d;
  padding-top: 52px;
}
.fb1 .p2 {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 28px;
  opacity: 0.8;
}
.fb2 {
  margin-left: 77px;
  padding-top: 57px;
}
.f2 {
  width: 500px;
}
.f2 .p1 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 35px;
}
.f2 a {
  display: block;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 13px;
  font-size: 14px;
}
.f2 a:hover {
  opacity: 1;
}
.f21 + .f21 {
  margin-left: 142px;
}
.flink {
  margin-top: 50px;
  padding-bottom: 10px;
}
.flink .s1 {
  font-size: 14px;
  color: #fff;
  background: url(../images/linkbj.png) no-repeat left;
  width: 92px;
  line-height: 68px;
  display: block;
  text-align: center;
  float: left;
  margin-top: -22px;
}
.flink .s2 {
  display: block;
  float: right;
  width: 1088px;
}
.flink .s2 a {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}
.flink .s2 a:hover {
  opacity: 1;
}
.bq {
  border-top: 1px solid #333334;
  line-height: 80px;
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}
.bq a {
  color: #fff;
  opacity: 0.8;
}
.bq a:hover {
  opacity: 1;
}
.sb .hd ul li {
  float: left;
  width: 128px;
  line-height: 36px;
  text-align: center;
  background: #e5e5e5;
  font-size: 16px;
  color: #555555;
  border-radius: 30px;
  transition: all 0.8s;
}
.sb {
  margin-top: 29px;
}
.sb .hd {
  width: 420px;
  margin: 0 auto;
}
.sb .hd ul li a {
  color: #555555;
}
.sb .hd ul li + li {
  margin-left: 18px;
}
.sb .hd ul li.on {
  background: #132b83;
  color: #fff;
}
.sb .hd ul li.on a {
  color: #fff;
}
.bd {
  margin-top: 53px;
}
.bd ul {
  padding-left: 24px;
  padding-right: 24px;
}
.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 70px !important;
}
.swiper-pagination {
  width: 1200px !important;
  left: 50% !important;
  margin-left: -600px;
  bottom: 0;
  border-radius: 5px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swimg {
  border: 3px #f1f1f1 solid;
  transition: all 0.3s;
}
.sw1 {
  margin: 0 15px;
}
.sw1 p {
  font-size: 18px;
  color: #444444;
  font-weight: 700;
  padding-top: 30px;
}
.sw1:hover .swimg {
  border: 3px #132b83 solid;
}
.sw1:hover p {
  color: #132b83;
}
.kf_btn {
    width: 30px ! important;
    height: 182px ! important;
}
