@font-face {
  font-family: "Futura Md BT Bold";
  src: url("/fonts/FUTURA MD BT BOLD.TTF") format("truetype");
}
@font-face {
  font-family: "Futura Md BT";
  src: url("/fonts/FUTURA MD BT MEDIUM.TTF") format("truetype");
}
html {
  font-size: 16px;
  color: #333;
  --f14: 14px;
  --f18: 18px;
  --f20: 20px;
  --f22: 22px;
  --f28: 28px;
  --f32: 32px;
  --h-32: -32px;
  --f40: 40px;
  --f50: 50px;
  --f60: 60px;
  --f65: 65px;
  --f70: 70px;
  --f80: 80px;
  --f110: 110px;
  --f130: 130px;
  --f140: 140px;
  --f160: 150px;
  --h20: 20px;
  --h30: 30px;
  --h40: 40px;
  --h50: 50px;
  --h80: 80px;
  --h100: 100px;
  --h150: 150px;
  --h160: 160px;
  --h200: 200px;
  --h250: 250px;
  --h300: 300px;
  --h350: 350px;
  --h400: 400px;
  --h500: 500px;
  --h-200: -150px;
  --h-300: -300px;
  --ffb: "Futura Md BT Bold";
  --ff: "Futura Md BT";
  --w230: 230px;
  --w400: 400px;
  --w500: 500px;
  --w640: 640px;
  --w670: 670px;
  --w70: 70%;
  --w60: 60%;
  --w45: 45%;
  --w48: 48%;
  --w32: 32%;
  --hm: 0;
  --t60: 60px;
  --t130: 130px;
}
.w {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w .left {
  position: relative;
}
.w .left p {
  text-align: left;
  font-family: var(--ffb);
  line-height: 1;
}
.w .left p:nth-child(2) {
  text-align: right;
}
.w .left p:last-child {
  text-align: center;
}
.w .left p:first-child {
  text-align: left;
}
.w .right {
  width: var(--w45);
}
.w .right .info {
  line-height: 2;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .info {
  position: absolute;
  bottom: var(--h50);
  left: 0;
  width: 100%;
}
.banner.pro img {
  width: auto;
}
.banner .w {
  color: #fff;
  display: block;
}
.banner .w h1 {
  font-size: var(--t60);
  line-height: 2;
}
.banner .w h2 {
  font-size: var(--t130);
  text-transform: uppercase;
  display: flex;
  line-height: 1.2;
  justify-content: space-between;
  align-items: center;
}
.banner .w h2 .search {
  display: flex;
}
.banner .w h2 .search input,
.banner .w h2 .search button {
  border: none;
  background: transparent;
  color: #ffff;
  font-size: var(--f18);
  line-height: 2;
  border-bottom: 1px solid #ffffff;
}
.banner .w h2 .search input {
  width: var(--w500);
}
.banner .w h2 .search button {
  cursor: pointer;
}
.banner .w h2 .search .fa {
  font-size: var(--f18);
}
.banner .w .tab {
  margin-top: var(--h40);
  display: flex;
  flex-wrap: wrap;
}

.banner .w .tab .flex{width:33%}

.banner .w .tab .flex .a{
display: block;
}

.banner .w .tab.n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner .w .tab .t {
  margin-top: 0;
}
.banner .w .tab .tb {
  color: #acb2c8;
}
.banner .w .tab .tb span {
  color: #fff;
}
.banner .w .t {
  background: url(/images/t1.png) no-repeat;
     background-size: 200% 100%;
    background-position: 30%;
    border-radius: 30px;
  font-size: var(--f18);
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  margin-top: var(--h40);
}
.banner .w .t.t2 {
  background-image: url(/images/t2.png);
  margin-top: 0;
}
.banner .w .a {
  display: flex;
  flex-wrap: wrap;
  width: var(--w60);
  padding: var(--h20) 0 var(--h40);
}
.banner .w .a a {
  color: #fff;
  display: block;
  margin-right: 20px;
  line-height: 2;
}
.banner .w .a a:hover,
.banner .w .a a.hover {
  color: #00d2ff;
}
.index .title {
  color: #1c509c;
  font-size: var(--f40);
  margin-bottom: var(--h80);
  position: relative;
  line-height: 1;
  padding-top: var(--h50);
  margin-top: var(--hm);
}
.index .title span {
  position: absolute;
  display: block;
  color: #a0a0a020;
  font-size: var(--f160);
  font-family: var(--ffb);
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.index .about {
  background: url(/images/bg1.jpg) top center no-repeat;
  padding-top: var(--h200);
}
.index .about .w .left {
  width: var(--w640);
}
.index .about .w .left p {
  color: #1c509c;
  font-size: var(--f130);
}
.index .about .w .right .info {
  color: #333;
}
.index .about .img {
  padding-top: var(--h50);
  text-align: center;
}
.index .about .img img {
  width: 100%;
}
.index .profession {
  background: url(/images/bg2.jpg) top center repeat-y;
  margin-top: var(--h-200);
  padding-top: var(--h350);
  padding-bottom: var(--h50);
  overflow: hidden;
}
.index .profession .title {
  color: #fff;
  font-size: var(--f40);
  margin-bottom: var(--h80);
  position: relative;
  line-height: 1;
  padding-top: var(--h50);
  margin-top: var(--hm);
}
.index .profession .title span {
  position: absolute;
  display: block;
  color: #ffffff20;
  font-size: var(--f160);
  font-family: var(--ffb);
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.index .profession .w .left {
  width: var(--w670);
}
.index .profession .w .left p {
  color: #fff;
  font-size: var(--f130);
}
.index .profession .w .right .info {
  color: #fff;
}
.index .profession ul {
  padding-top: var(--h100);
  display: flex;
  flex-wrap: wrap;
}
.index .profession ul li {
  margin-bottom: var(--h30);
  overflow: hidden;
  border-radius: 30px;
  width: var(--w32);
  position: relative;
}
.index .profession ul li img {
  display: block;
  margin: -1px;
  width: 100%;
}
.index .profession ul li .t1 {
  position: absolute;
  left: var(--f32);
  bottom: var(--f32);
  color: #fff;
  text-transform: uppercase;
  font-size: var(--f32);
  font-family: Futura Md BT;
}
.index .profession ul li .t2 {
  position: absolute;
  right: var(--f32);
  bottom: var(--f70);
  color: #fff;
  text-transform: uppercase;
  font-size: var(--f18);
}
.index .profession ul li .t2:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
  bottom: var(--h-32);
  right: 0;
}
.index .profession ul li .t2:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
  bottom: var(--h-32);
  right: 60px;
}
.index .profession .more {
  text-align: center;
  font-size: var(--f22);
}
.index .profession .more a {
  color: #fff;
}
.index .recommended {
  background: url(/images/bg3.jpg) top center no-repeat;
}
.index .recommended .swiper-slide {
  padding-top: var(--h100);
  padding-bottom: var(--h100);
  position: relative;
  height: auto;
}
.index .recommended .swiper-slide img {
  display: block;
}
.index .recommended .swiper-slide h1 {
  font-size: var(--f80);
  font-family: var(--ffb);
  color: #1c509c;
}
.index .recommended .swiper-slide h2 {
  color: #333;
  font-size: var(--f40);
  padding-top: var(--h20);
  padding-bottom: var(--h40);
}
.index .recommended .swiper-slide h3 a{
  font-size: var(--f32);
  color: #1c509c;
}
.index .recommended .swiper-slide p {
  padding-top: var(--h30);
  padding-bottom: var(--h30);
  width: 420px;
}
.index .recommended .swiper-slide .more {
  display: inline-block;
  background: #1c509c;
  color: #fff;
  padding: 10px 20px;
  margin-top: var(--h50);
}
.index .recommended .swiper-slide .img {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: var(--h100);
}
.index .recommended .swiper-slide .img img {
  max-width: 100%;
}
.index .recommended .swiper-pagination {
  position: absolute;
  bottom: var(--h50);
  text-align: left;
  left: 0;
}
.index .recommended .swiper-pagination .swiper-pagination-bullet {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  opacity: 1;
  position: relative;
  background: #b2b2b2;
}
.index .recommended .swiper-pagination .swiper-pagination-bullet-active {
  background: #007aff;
}
.index .recommended .swiper-button-next {
  right: 0;
  bottom: var(--h50);
  top: auto;
  background-image: url(/images/next.svg);
}
.index .recommended .swiper-button-prev {
  left: auto;
  right: 100px;
  bottom: var(--h50);
  top: auto;
  background-image: url(/images/prev.svg);
}
.index .products {
  background: url(/images/bg4.jpg) top center no-repeat;
  padding-top: var(--h150);
  padding-bottom: var(--h100);
  overflow: hidden;
}
.index .products .title {
  color: #000;
  font-size: var(--f40);
  margin-bottom: var(--h80);
  position: relative;
  line-height: 1;
  padding-top: var(--h50);
  margin-top: var(--hm);
}
.index .products .title span {
  position: absolute;
  display: block;
  color: #a0a0a020;
  font-size: var(--f160);
  font-family: var(--ffb);
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.index .products .w .left {
  width: var(--w640);
}
.index .products .w .left p {
  color: #1c509c;
  font-size: var(--f130);
}
.index .products .w .right .info {
  color: #333;
}
.index .products .a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .products .a a {
  color: #333;
  font-size: var(--f18);
  margin-right: var(--h20);
    line-height: 2;
}
.index .products .a a:hover,
.index .products .a a.hover {
  color: #1c509c;
}
.index .products ul {
  padding-top: var(--h100);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .products ul li {
  margin-bottom: var(--h30);
  overflow: hidden;
  border-radius: 30px;
  text-align: center;
  width: calc(var(--w32) - var(--h100));
  background-color: #eef2f6;
  padding: var(--h40) var(--h50);
}
.index .products ul li .img {
  padding-top: 70%;
  position: relative;
}
.index .products ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
.index .products ul li h1{
  font-size: var(--f32);
  color: #000;
  padding: var(--h20);
}
.index .products ul li h1 a{color: #000;}

.index .products ul li p {
  color: #7f7f7f;
  line-height: 2;
}
.index .products .more {
  text-align: center;
  font-size: var(--f22);
}
.index .products .more a {
  color: #fff;
}
.index .global {
  background: url(/images/bg5.jpg) top center no-repeat;
  color: #fff;
  padding: var(--h200) 0;
}
.index .global .w {
  width: 1300px;
  display: block;
}
.index .global h1 {
  font-size: var(--f60);
}
.index .global p {
  font-size: var(--f22);
  line-height: 2;
  padding: var(--h20) 0 var(--h30) 0;
}
.index .global h2 {
  font-size: var(--f140);
  font-family: var(--ff);
  text-transform: uppercase;
  line-height: 1;
}
.index .news {
  background: url(/images/bg4.jpg) top center no-repeat;
  padding-top: var(--h150);
  padding-bottom: var(--h100);
  overflow: hidden;
}
.index .news .title {
  color: #000;
  font-size: var(--f40);
  margin-bottom: var(--h80);
  position: relative;
  line-height: 1;
  padding-top: var(--h50);
  margin-top: var(--hm);
}
.index .news .title span {
  position: absolute;
  display: block;
  color: #a0a0a020;
  font-size: var(--f160);
  font-family: var(--ffb);
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.index .news .w .left {
  width: var(--w640);
}
.index .news .w .left p {
  color: #1c509c;
  font-size: var(--f70);
}
.index .news .w .right .info {
  color: #333;
}
.index .news .a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.index .news .a a {
  color: #333;
  font-size: var(--f18);
  margin-right: var(--h20);
}
.index .news .a a:hover,
.index .news .a a.hover {
  color: #1c509c;
}
.index .news .list {
  padding-top: var(--h100);
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.index .news .list .img {
  display: block;
  margin-bottom: var(--h30);
  overflow: hidden;
  width: var(--w32);
}
.index .news .list .img img {
  display: block;
  width: 100%;
}
.index .news .list .img h1 {
  font-size: var(--f18);
  color: #fff;
  padding: var(--h20);
  background: #0045a2;
  position: relative;
}
.index .news .list .img h1::after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 70px;
  right: 0;
  top: 0;
  background: #d71635 url(/images/next.svg) no-repeat center center;
  background-size: 22px 40px;
}
.index .news .list .img p {
  color: #7f7f7f;
  line-height: 2;
}
.index .news .list .info {
  width: var(--w60);
}
.index .news .list .info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .news .list .info ul li {
  width: var(--w45);
  margin-bottom: var(--h30);
}
.index .news .list .info ul li a {
  font-size: var(--f22);
  color: #000;
}
.index .news .list .info ul li p {
  padding: var(--h20) 0;
  line-height: 2;
}
.index .news .list .info ul li em {
  font-size: var(--f22);
  font-weight: bold;
  color: #000;
}
.main .about2 {
  background: url(/images/bg6.jpg) top center repeat-y;
  margin-top: var(--h-200);
  padding-top: var(--h200);
  padding-bottom: var(--h100);
}
.main .about2 .w .left {
  width: var(--w640);
}
.main .about2 .w .left p {
  color: #fff;
  font-size: var(--f60);
}
.main .about2 .w .right .info {
  color: #fff;
}
.main .about2 .w {
  align-items: center;
}
.main .about2 .w .left .info {
  color: #fff;
  padding: var(--h30) 0;
  font-size: var(--f28);
  line-height: 1.5;
}
.main .about3 {
  background: url(/images/bg7.jpg) top center repeat-y;
  padding: var(--h100) 0;
}
.main .about3 .w .left {
  width: var(--w500);
}
.main .about3 .w .left p {
  color: #1c509c;
  font-size: var(--f80);
}
.main .about3 .w .right .info {
  color: #fff;
}
.main .about3 .w .left h1 {
  font-size: var(--f40);
  color: #1c509c;
}
.main .about3 .w .left > div {
  padding: var(--h150) 0;
  color: #4c4c4c;
  line-height: 2;
}
.main .about3 .w .right {
  width: var(--w60);
}
.main .about3 .w .right img {
  display: block;
  max-width: 100%;
}
.main .about3 .w:has(ul) {
  padding: var(--h200) 0 var(--h100);
}
.main .about3 .w:has(ul) .line {
  position: relative;
  width: 100%;
}
.main .about3 .w:has(ul) .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #0045a2;
}
.main .about3 .w:has(ul) ul {
  width: calc(100% - var(--h160)) 100%;
  padding: 0 var(--h80);
  padding-bottom: var(--h50);
  position: relative;
}
.main .about3 .w:has(ul) ul::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0045a2;
}
.main .about3 .w:has(ul) ul::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #0045a2;
}
.main .about3 .w:has(ul) ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: var(--h50);
}
.main .about3 .w:has(ul) ul li .img {
  width: 45%;
}
.main .about3 .w:has(ul) ul li .img img {
  display: block;
  width: 100%;
}
.main .about3 .w:has(ul) ul li .info {
  width: 45%;
}
.main .about3 .w:has(ul) ul li .info h1 {
  font-size: var(--f50);
  font-family: var(--ffb);
  color: #0045a2;
}
.main .about3 .w:has(ul) ul li .info h2 {
  font-size: var(--f32);
  padding: var(--h20) 0;
  color: #000;
}
.main .about3 .w:has(ul) ul li:nth-child(2n) .info {
  text-align: right;
}
.main .about3 .w:has(ul) ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0045a2;
}
.main .power {
  background: url(/images/bg4.jpg) top center no-repeat;
  padding-top: var(--h150);
  padding-bottom: var(--h100);
  overflow: hidden;
}
.main .power .title {
  color: #000;
  font-size: var(--f40);
  margin-bottom: var(--h80);
  position: relative;
  line-height: 1;
  padding-top: var(--h50);
  margin-top: var(--hm);
}
.main .power .title span {
  position: absolute;
  display: block;
  color: #a0a0a020;
  font-size: var(--f130);
  font-family: var(--ffb);
  bottom: 0;
  left: 0;
  white-space: nowrap;
}
.main .power .w .left {
  width: var(--w640);
}
.main .power .w .left p {
  color: #1c509c;
  font-size: var(--f110);
}
.main .power .w .right .info {
  color: #333;
}
.main .power .a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .power .a a {
  color: #333;
  font-size: var(--f18);
  margin-right: var(--h20);
}
.main .power .a a:hover,
.main .power .a a.hover {
  color: #1c509c;
}
.main .power ul {
  padding-top: var(--h100);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
width:100%
}
.main .power ul li {
  margin-bottom: var(--h30);
  overflow: hidden;
  border-radius: 30px;
  text-align: center;
  width: calc(var(--w32) - var(--h100));
  background-color: #eef2f6;
  padding: var(--h40) var(--h50);
margin-right:1%;
}
.main .power ul li .img {
  padding-top: 70%;
  position: relative;
}
.main .power ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
}
.main .power ul li h1 {
  font-size: var(--f32);
  color: #000;
  padding: var(--h20);
}
.main .power ul li p {
  color: #7f7f7f;
  line-height: 2;
}
.main .power .more {
  text-align: center;
  font-size: var(--f22);
}
.main .power .more a {
  color: #fff;
}
.main .product1 {
  padding: var(--h100) 0 0;
  background: url(/images/bg8.jpg) top center no-repeat;
  color: #fff;
}
.main .product1 .w {
  display: block;
}
.main .product1 h1 {
  font-size: var(--f80);
  font-family: var(--ff);
  line-height: 1;
  width: var(--w70);
  text-transform: uppercase;
}
.main .product1 h2 {
  font-size: var(--f32);
  margin: var(--h30) 0;
}
.main .product1 .view {
  display: flex;
  margin-top: var(--h50);
  align-items: flex-end;
}
.main .product1 .view .view-swiper {
  width: calc(100% - var(--w400));
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 5px 5px #eef2f6;
  margin: 0;
}
.main .product1 .view .view-swiper .swiper-button-next {
 background-image: url(/images/iprev.png);
                    transform: rotate(180deg);
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  right: var(--h50);
}
.main .product1 .view .view-swiper .swiper-button-prev {
  background-image: url(/images/iprev.png);
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  left: var(--h50);
}
.main .product1 .view .view-swiper .swiper-pagination{
    margin-bottom: 20px;
    color: #000;
    text-align: right;
    margin-right: 20px;
width: auto;
}

.main .product1 .view .view-swiper .swiper-slide {
  position: relative;
  padding-top: 50%;
  height: auto;
}
.main .product1 .view .view-swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.main .product1 .view .button {
  padding-bottom: var(--h80);
  width: var(--w230);
  margin-right: var(--h80);
}
.main .product1 .view .button a {
  display: flex;
  width: 100%;
  background: #0045a2;
  color: #fff;
  text-align: center;
  padding: var(--h20) 0;
  margin-top: var(--h20);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.main .product2 {
  margin-top: var(--h-300);
  padding: var(--h300) 0 var(--h100);
  background: url(/images/bg9.jpg) top center no-repeat;
}
.main .product2 .t {
  text-align: center;
}
.main .product2 .t h1 {
  font-size: var(--f18);
  color: #333333;
  margin-top: var(--h100);
}
.main .product2 .t h2 {
  font-size: var(--f28);
  color: #333333;
  line-height: 2;
  margin-bottom: var(--h50);
}
.main .product2 .view {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 5px 5px #eef2f6;
  margin: 0 auto;
  width: calc(100% - var(--h160));
}
.main .product2 .view .info {
  padding: var(--h50) var(--h200);
  color: #333333;
}
.main .product2 .view .info table {
  width: 100%;
  line-height: 2;
}
.main .product2 .view .info table td::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.main .news {
  padding-top: var(--h150);
}
.main .news .w .list {
  width: var(--w45);
  margin-bottom: var(--h30);
}
.main .news .w .list img {
  width: 100%;
}
.main .news .w .list h1 {
  color: #1c509c;
  font-family: var(--ffb);
  font-size: var(--f60);
  line-height: 1.5;
}
.main .news .w .list h2 {
  font-size: var(--f28);
  color: #333;
}
.main .news .w .list p {
  padding-top: 10px;
  line-height: 2;
  color: #333;
}
.main .newsview {
  margin-top: var(--h50);
}
.main .newsview .w {
  display: block;
}
.main .newsview .w .title {
  font-size: var(--f22);
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.main .newsview .w > p {
  color: #9a9999;
  text-align: center;
  margin-bottom: 40px;
  margin-top: var(--h20);
}
.main .newsview .w > p span {
  padding-left: 30px;
}
.main .newsview .w > p .time {
  background: url(/images/icon12.jpg) no-repeat 10px center;
}
.main .newsview .w > p .sl {
  background: url(/images/icon11.jpg) no-repeat 10px center;
}
.main .newsview .w > p .ry {
  background: url(/images/icon14.jpg) no-repeat 10px center;
}
.main .newsview .w .img {
  text-align: center;
}
.main .newsview .w .img img {
  max-width: 100%;
}
.main .newsview .w .news-text {
  font-size: 14px;
  color: #676767;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 2;
  padding: 25px var(--h50) 150px;
}
.main .newsview .w .back {
  float: right;
  margin-top: 30px;
  padding: 10px 40px;
  background: #244386;
  border-radius: 5px;
  color: #fff;
}
.main .app .list {
  padding: var(--h80) 0;
  background: top center no-repeat;
}
.main .app .list:nth-child(1) {
  background-image: url(/images/bg11.jpg);
}
.main .app .list:nth-child(2) {
  background-image: url(/images/bg12.jpg);
}
.main .app .list:nth-child(3) {
  background-image: url(/images/bg13.jpg);
}
.main .app .list:nth-child(4) {
  background-image: url(/images/bg14.jpg);
}
.main .app .list:nth-child(5) {
  background-image: url(/images/bg15.jpg);
}
.main .app .list:nth-child(6) {
  background-image: url(/images/bg16.jpg);
}
.main .app .list:nth-child(2n) .info h1 {
  color: #fff;
}
.main .app .list:nth-child(2n) .info h2 {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.main .app .list:nth-child(2n) .info h3 {
  color: #fff;
}
.main .app .list:nth-child(2n) .info p {
  color: #fff;
}
.main .app .list .w {
  align-items: center;
}
.main .app .list .info {
  width: var(--w48);
}
.main .app .list .info h1 {
  color: #1c509c;
  font-size: var(--f65);
  font-family: var(--ffb);
  padding-bottom: 10px;
}
.main .app .list .info h2 {
  font-size: var(--f40);
  color: #1c509c;
  padding-bottom: var(--h50);
  border-bottom: 2px solid #789aca;
}
.main .app .list .info h3 {
  font-size: var(--f32);
  color: #333;
  line-height: 1.5;
  padding: var(--h80) 0 var(--h40);
}
.main .app .list .info p {
  color: #333;
  line-height: 1.5;
}
.main .app .list img {
  width: var(--w48);
}
.main .map {
  background: url(/images/map.jpg) left top no-repeat #fff;
}
.main .map .w {
  justify-content: flex-end;
}
.main .map .add {
  margin: var(--h100) 0;
  width: var(--w670);
  padding: var(--h100) var(--h80);
  background: linear-gradient(to right, #fff 50%, transparent);
}
.main .map .add h1 {
  color: #1c509c;
  font-size: var(--f65);
  font-family: var(--ffb);
  border-bottom: 2px solid #789aca;
  padding-bottom: var(--h30);
}
.main .map .add h2 {
  font-size: var(--f28);
  color: #000;
  line-height: 1.5;
  margin: var(--h80) 0 var(--h40);
  background: url(/images/addlogo.png) left center no-repeat;
  padding-left: var(--h100);
}
.main .map .add > p {
  color: #333;
  line-height: 2.5;
  padding-left: var(--h100);
}
.main .contacts {
  background: url(/images/bg11.jpg) top center no-repeat #fff;
  padding: var(--h150) 0;
}
.main .contacts .w {
  display: block;
}
.main .contacts h1 {
  color: #1c509c;
  font-size: var(--f80);
  font-family: var(--ffb);
  padding-bottom: 10px;
}
.main .contacts h2 {
  font-size: var(--f40);
  color: #000;
  padding-bottom: var(--h100);
}
.main .contacts .tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main .contacts .tel > div {
  width: 30%;
  background: #fff;
  padding: var(--h30) 0;
  text-align: center;
  margin-bottom: var(--h80);
  border-radius: 10px;
  box-shadow: 1px 10px 10px #f7eeee;
}
.main .contacts .tel > div:last-child {
  background: none;
  box-shadow: none;
  padding: 0;
}
footer {
  background: #244386 url(../images/bg6.png) center right 20% no-repeat;
  padding: var(--h100) 0;
}
footer .w {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .w .cus {
  font-size: var(--f18);
  line-height: 1.5;
}
footer .w .code {
  text-align: center;
}
footer .w .code h1 {
  font-size: var(--f20);
  line-height: 2;
}
footer .w .logo {
  font-size: var(--f14);
  text-align: right;
}
<!--0.00023007392883301-->