@charset "utf-8";
/* CSS Document */
html, body { width: 100%; height: 100%; }
body { font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.7; color: #333; background-color: #fff; overflow-x: hidden; }
a { text-decoration: none; color: #333; -webkit-tap-highlight-color: transparent; }
* { list-style: none; margin: 0; outline: none; padding: 0; border: none; }
.fl { float: left; }
.fr { float: right; }
.ov { overflow: hidden; }
.dis { display: block !important; }
.dn { display: none; }
.clear { clear: both; }
.clear:after { content: ""; display: block; clear: both; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}
input, select, textarea { -webkit-appearance: none; color: #333; font-family: inherit; }
input[type=radio] { -webkit-appearance: radio; }
input[type=checkbox] { -webkit-appearance: checkbox; }
select, input[type=text] { -webkit-appearance: none; /* 清除iOS默认样式 */ -moz-appearance: none;    /* 清除Firefox默认样式 */ appearance: none;         /* 标准语法 */ background-color: transparent; /* 透明背景 */ }

/*header*/
@media screen and (min-width:1600px) {
.header { width: 100%; height: 110px; position: fixed; left: 0; top: 0; z-index: 999; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
.header.white { top: 0; height: 110px; background-color: #fff; box-shadow: 0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08); }
.header.pos { top: 0; height: 90px; background-color: #fff; box-shadow: 0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08); }
.header .head { width: 83.33%; height: 100%; margin: auto; position: relative; z-index: 3; }
.header .head .hamburger { display: none; }
.header .head .logo { position: absolute; left: 0; top: 50%; margin-top: -25px; z-index: 9; }
.header .head .logo img { display: block; height: 50px; }
.header .head .logo img.img02 { display: none; }
.header.pos .head .logo img.img01, .header.white .head .logo img.img01 { display: none; }
.header.pos .head .logo img.img02, .header.white .head .logo img.img02 { display: block; }
.header .head .yu { position: absolute; right: 0; top: 50%; margin-top: -20px; z-index: 9; }
.header .head .yu span { display: block; text-align: center; width: 120px; height: 40px; line-height: 40px; font-size: 16px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.header .head .yu span a { color: #fff; }
.header .head .yu b { display: block; width: 40px; height: 40px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.header .head .yu b img { display: block; height: 16px; margin: 12px auto; }
.header .head .yu:hover span, .header .head .yu:hover b { background-color: #0050b8; }
.header .head .nav { display: flex; justify-content: center; flex: 1; height: 100%; position: relative; z-index: 1; }
.header .head .nav li { display: flex; align-items: center; margin: 0 1.3vw; height: 100%; position: relative; z-index: 1; }
.header .head .nav li>a { display: block; font-size: 18px; line-height: 50px; height: 50px; color: #fff; position: relative; z-index: 3; }
.header.pos .head .nav li>a, .header.white .head .nav li>a { color: #333; }
.header.pos .head .nav li:hover>a, .header.white .head .nav li:hover>a, .header.pos .head .nav li.on>a { color: #00439a; }
.header .head .nav li.on b, .header .head .nav li:hover b { width: 100%; display: block; height: 6px; position: absolute; left: 0; top: 50%; margin-top: 6px; background-color: #f4bf51; z-index: 1; }
.header .head .nav li .wrapper { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; background-color: #fff; display: none; border-radius: 10px; box-shadow: 0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08); }
.header .head .nav li:hover .wrapper { display: flex; }
.header .head .nav li .wrapper .menu-col { width: 230px; padding: 30px 5px; padding-top: 25px; }
.header .head .nav li .wrapper .menu-col:nth-child(2n) { background-color: #f7f7f7; }
.header .head .nav li .wrapper .col-title { padding-left: 20px; font-size: 16px; line-height: 26px; font-weight: bold; }
.header .head .nav li .wrapper .col-list { margin-top: 15px; }
.header .head .nav li .wrapper .col-list a { display: block; padding: 0 20px; border-radius: 10px; overflow: hidden; font-size: 14px; height: 40px; line-height: 40px; }
.header .head .nav li .wrapper .col-list a img { display: block; height: 20px; margin-top: 10px; margin-right: 10px; float: left; }
.header .head .nav li .wrapper .col-list a img.img02 { display: none; }
.header .head .nav li .wrapper .col-list a:hover { background-color: #eee; color: #00439a; }
.header .head .nav li .wrapper .col-list a:hover img.img01 { display: none; }
.header .head .nav li .wrapper .col-list a:hover img.img02 { display: block; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.header { width: 100%; height: 90px; position: fixed; left: 0; top: 0; z-index: 999; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
.header.white { top: 0; height: 90px; background-color: #fff; box-shadow: 0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08); }
.header.pos { top: 0; height: 70px; background-color: #fff; box-shadow: 0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08); }
.header .head { width: 90%; height: 100%; margin: auto; position: relative; z-index: 3; display: flex; align-items: center; }
.header .head .hamburger { display: none; }
.header .head .logo { height: 44px; z-index: 9; }
.header .head .logo img { display: block; height: 44px; }
.header .head .logo img.img02 { display: none; }
.header.pos .head .logo img.img01, .header.white .head .logo img.img01 { display: none; }
.header.pos .head .logo img.img02, .header.white .head .logo img.img02 { display: block; }
.header .head .yu { height: 38px; z-index: 9; }
.header .head .yu span { display: block; text-align: center; width: 110px; height: 38px; line-height: 38px; font-size: 15px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.header .head .yu span a { color: #fff; }
.header .head .yu b { display: block; width: 38px; height: 38px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.header .head .yu b img { display: block; height: 16px; margin: 11px auto; }
.header .head .yu:hover span, .header .head .yu:hover b { background-color: #0050b8; }
.header .head .nav { display: flex; justify-content: center; flex: 1; height: 100%; position: relative; z-index: 1; }
.header .head .nav li { display: flex; align-items: center; margin: 0 1.3vw; height: 100%; position: relative; z-index: 1; }
.header .head .nav li>a { display: block; font-size: 16px; line-height: 50px; height: 50px; color: #fff; position: relative; z-index: 3; }
.header.pos .head .nav li>a, .header.white .head .nav li>a { color: #333; }
.header.pos .head .nav li:hover>a, .header.white .head .nav li:hover>a, .header.pos .head .nav li.on>a { color: #00439a; }
.header .head .nav li.on b, .header .head .nav li:hover b { width: 100%; display: block; height: 5px; position: absolute; left: 0; top: 50%; margin-top: 6px; background-color: #f4bf51; z-index: 1; }
.header .head .nav li .wrapper { position: absolute; left: 50%; transform: translateX(-50%); top: 100%; background-color: #fff; display: none; border-radius: 10px; box-shadow: 0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08); }
.header .head .nav li:hover .wrapper { display: flex; }
.header .head .nav li .wrapper .menu-col { width: 230px; padding: 20px 5px; padding-top: 15px; }
.header .head .nav li .wrapper .menu-col:nth-child(2n) { background-color: #f7f7f7; }
.header .head .nav li .wrapper .col-title { padding-left: 15px; font-size: 15px; line-height: 25px; font-weight: bold; }
.header .head .nav li .wrapper .col-list { margin-top: 10px; }
.header .head .nav li .wrapper .col-list a { display: block; padding: 0 15px; border-radius: 10px; overflow: hidden; font-size: 14px; height: 36px; line-height: 36px; }
.header .head .nav li .wrapper .col-list a img { display: block; height: 20px; margin-top: 8px; margin-right: 8px; float: left; }
.header .head .nav li .wrapper .col-list a img.img02 { display: none; }
.header .head .nav li .wrapper .col-list a:hover { background-color: #eee; color: #00439a; }
.header .head .nav li .wrapper .col-list a:hover img.img01 { display: none; }
.header .head .nav li .wrapper .col-list a:hover img.img02 { display: block; }
}
@media only screen and (max-width:1023px) {
.header { width: 100%; height: 60px; position: fixed; left: 0; top: 0; z-index: 999; background-color: #fff; }
.header.pos, .header.white { box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08); }
.header .head { width: 100%; height: 60px; }
.header .head .hamburger { height: 22px; width: 16px; border-radius: 100%; background-color: #333; float: right; transition: left 0.3s ease-out 0s, opacity 0.3s linear 0s; margin: 12px 3%; padding: 7px 10px; }
.header .head .hamburger .h-bar { display: block; width: 16px; height: 1px; background-color: #fff; margin: 5px auto; transform: rotate(0deg); opacity: 1; transition: all 0.4s ease-out 0s; }
.header .head .hamburger.open-menu .h-bar { margin-left: 7px; }
.header .head .hamburger.open-menu .h-bar:nth-of-type(1) { transform: rotate(45deg) translateY(9px); }
.header .head .hamburger.open-menu .h-bar:nth-of-type(2) { opacity: 0; }
.header .head .hamburger.open-menu .h-bar:nth-of-type(3) { transform: rotate(-45deg) translateY(-9px); }
.header .head .hamburger.open-menu .h-bar { margin-bottom: 0px; }
.header .head .logo { display: block; padding: 12px 3%; float: left; }
.header .head .logo img { display: block; height: 36px; }
.header .head .logo img.img01 { display: none; }
.header.pos .head .logo img.img01 { display: none; }
.header.pos .head .logo img.img02 { display: block; }
.header .head .yu { height: 36px; z-index: 9; float: right; margin-top: 12px; }
.header .head .yu span { display: block; text-align: center; width: 100px; height: 36px; line-height: 36px; font-size: 14px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.header .head .yu span a { color: #fff; }
.header .head .yu b { display: block; width: 36px; height: 36px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.header .head .yu b img { display: block; height: 16px; margin: 10px auto; }
.header .head .yu:hover span, .header .head .yu:hover b { background-color: #0050b8; }
.header .head .nav { background-color: #f5f5f5; display: block; opacity: 0; position: absolute; overflow-y: scroll; width: 100%; height: calc(100vh - 60px); top: 60px; left: -100vw; transition: left 0.3s ease-out 0s, opacity 0.3s linear 0s; z-index: 222; padding: 30px 3%; padding-bottom: 64px; box-sizing: border-box; border-top: 1px solid #eee; }
.header .head .nav.open-menu { opacity: 1; left: 0px; transition: left 0.3s ease-out 0s; }
.header .head .nav li { width: 100%; display: block; overflow: hidden; border-bottom: 1px solid #ddd; position: relative; }
.header .head .nav li a { display: block; font-size: 16px; color: #333; padding-left: 20px; height: 50px; line-height: 50px; }
.header .head .nav li b { display: none; }
.header .head .nav li:nth-child(2) b, .header .head .nav li:nth-child(3) b { display: inline-flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; height: 50px; width: 50px; position: absolute; right: 0; top: 0px; text-align: center; }
.header .head .nav li b::after { content: "+"; background-color: transparent; font-size: 24px; color: #333; transform: rotateZ(0deg); transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s; color: #999; }
.header .head .nav li.cur b::after { transform: rotateZ(135deg); }
.header .head .nav li.cur>a, .header .head .nav li.on>a { color: #00439a; }
.header .head .nav li .wrapper { display: none; padding: 0 20px; padding-bottom: 20px; }
.header .head .nav li .wrapper.active { display: block; }
.header .head .nav li .wrapper .menu-col { padding: 15px; padding-bottom: 0; background-color: #fff; }
.header .head .nav li .wrapper .menu-col:first-child { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.header .head .nav li .wrapper .menu-col:last-child { padding-bottom: 15px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.header .head .nav li .wrapper .col-title { font-size: 14px; line-height: 24px; font-weight: bold; }
.header .head .nav li .wrapper .col-list { margin-top: 5px; }
.header .head .nav li .wrapper .col-list a { display: block; font-size: 14px; height: 34px; line-height: 34px; }
.header .head .nav li .wrapper .col-list a img { display: block; height: 20px; margin-top: 7px; margin-right: 5px; float: left; }
.header .head .nav li .wrapper .col-list a img.img02 { display: none; }
.header .head .nav li .wrapper .col-list a:hover { color: #00439a; }
.header .head .nav li .wrapper .col-list a:hover img.img01 { display: none; }
.header .head .nav li .wrapper .col-list a:hover img.img02 { display: block; }
}

/*banner*/
.banner .tab .tabox .w01 input::-webkit-input-placeholder {
color:#fff;
}
.banner .tab .tabox .w01 input:-moz-placeholder {
color:#fff;
}
.banner .tab .tabox .w01 input::-moz-placeholder {
color:#fff;
}
.banner .tab .tabox .w01 input:-ms-input-placeholder {
color:#fff;
}
@media screen and (min-width:1600px) {
.banner { width: 100%; height: 56.25vw; max-height: 100%; position: relative; z-index: 1; }
.banner .swiper-container, .banner .swiper-wrapper { width: 100%; height: 100%; }
.banner .swiper-slide { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; }
.banner .swiper-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.banner .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: rgba(0,0,0,.7); }
.banner .wen { width: 40.11%; max-width: 770px; position: absolute; left: 8.335%; top: 50%; transform: translateY(-50%); z-index: 3; }
.banner .wen .w01 { float: left; margin-top: 10px; padding: 7px 20px; font-size: 16px; line-height: 26px; border-radius: 40px; background-color: rgba(255,255,255,.1); color: #fff; }
.banner .wen .w02 { float: left; width: 100%; font-size: 40px; line-height: 60px; color: #fff; margin-top: 1.5625vw; }
.banner .tab { width: 23.96%; max-width: 460px; position: absolute; right: 8.335%; bottom: 3.65vw; z-index: 3; background-color: rgba(255,255,255,.2); border-radius: 10px; padding: 1.5625vw 1.04vw; box-sizing: border-box; display:none;}
.banner .tab .tab_menu { width: 100%; height: 44px; border-radius: 10px; background-color: rgba(255,255,255,.1); }
.banner .tab .tab_menu li { width: 33.33%; display: block; float: left; height: 44px; line-height: 44px; font-size: 16px; color: #fff; overflow: hidden; cursor: pointer; border-radius: 10px; text-align: center; }
.banner .tab .tab_menu li.on { background-color: #f4bf51; color: #333; }
.banner .tab .tabox { width: 100%; padding-top: 4px; }
.banner .tab .tabox .w01 { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.5); background-color: rgba(255,255,255,.1); margin-top: 16px; border-radius: 10px; }
.banner .tab .tabox .w01 input { width: 100%; padding: 0 1.04vw; display: block; background-color: transparent; color: #fff; font-size: 16px; height: 42px; line-height: 42px; overflow: hidden; box-sizing: border-box; }
.banner .tab .tabox .w02 { width: 100%; background-color: #00439a; height: 44px; margin-top: 20px; border-radius: 10px; }
.banner .tab .tabox .w02 a { display: block; text-align: center; height: 44px; line-height: 44px; color: #fff; font-size: 16px; }
.banner .tab .tabox .w02:hover { background-color: #0050b8; }
.banner .tab .tabox .box:nth-child(2) .w01 { float: left; width: 48.5%; margin-left: 3%; }
.banner .tab .tabox .box:nth-child(2) .w01:nth-child(2n+1) { margin-left: 0; }
.banner .tab .tabox .box:nth-child(2) .w02 { float: left; width: 100%; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.banner { width: 100%; height: 56.25vw; max-height: 100%; position: relative; z-index: 1; }
.banner .swiper-container, .banner .swiper-wrapper { width: 100%; height: 100%; }
.banner .swiper-slide { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; }
.banner .swiper-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.banner .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: rgba(0,0,0,.7); }
.banner .wen { width: 50%; max-width: 770px; position: absolute; left: 5%; top: 50%; transform: translateY(-50%); z-index: 3; }
.banner .wen .w01 { float: left; margin-top: 10px; padding: 6px 20px; font-size: 15px; line-height: 25px; border-radius: 40px; background-color: rgba(255,255,255,.1); color: #fff; }
.banner .wen .w02 { float: left; width: 100%; font-size: 30px; line-height: 50px; color: #fff; margin-top: 1.5625vw; }
.banner .tab { width: 32%; max-width: 460px; position: absolute; right: 5%; bottom: 3.65vw; z-index: 3; background-color: rgba(255,255,255,.2); border-radius: 10px; padding: 1.5625vw 1.04vw; box-sizing: border-box;  display:none;}
.banner .tab .tab_menu { width: 100%; height: 40px; border-radius: 10px; background-color: rgba(255,255,255,.1); }
.banner .tab .tab_menu li { width: 33.33%; display: block; float: left; height: 40px; line-height: 40px; font-size: 15px; color: #fff; overflow: hidden; cursor: pointer; border-radius: 10px; text-align: center; }
.banner .tab .tab_menu li.on { background-color: #f4bf51; color: #333; }
.banner .tab .tabox { width: 100%; padding-top: 2px; }
.banner .tab .tabox .w01 { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.5); background-color: rgba(255,255,255,.1); margin-top: 14px; border-radius: 10px; }
.banner .tab .tabox .w01 input { width: 100%; padding: 0 1.04vw; display: block; background-color: transparent; color: #fff; font-size: 15px; height: 38px; line-height: 38px; overflow: hidden; box-sizing: border-box; }
.banner .tab .tabox .w02 { width: 100%; background-color: #00439a; height: 40px; margin-top: 16px; border-radius: 10px; }
.banner .tab .tabox .w02 a { display: block; text-align: center; height: 40px; line-height: 40px; color: #fff; font-size: 15px; }
.banner .tab .tabox .w02:hover { background-color: #0050b8; }
.banner .tab .tabox .box:nth-child(2) .w01 { float: left; width: 48.5%; margin-left: 3%; }
.banner .tab .tabox .box:nth-child(2) .w01:nth-child(2n+1) { margin-left: 0; }
.banner .tab .tabox .box:nth-child(2) .w02 { float: left; width: 100%; }
}
@media only screen and (max-width:1023px) {
.banner { width: 100%; height:60vh; box-sizing: border-box; position: relative; z-index: 1; border-top: 60px solid #fff; }
.banner .swiper-container, .banner .swiper-wrapper { width: 100%; height: 100%; }
.banner .swiper-slide { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; }
.banner .swiper-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.banner .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-color: rgba(0,0,0,.7); }
.banner .wen { width: 94%; position: absolute; left: 3%; top: 50%; transform: translateY(-50%); z-index: 3; }
.banner .wen .w01 { float: left; padding: 5px 15px; font-size: 14px; line-height: 24px; border-radius: 40px; background-color: rgba(255,255,255,.1); color: #fff; }
.banner .wen .w02 { float: left; width: 100%; font-size: 20px; line-height: 30px; color: #fff; margin-top: 10px; }
.banner .tab { display:none; width: 94%; position: absolute; right: 3%; bottom: 30px; z-index: 3; background-color: rgba(255,255,255,.2); border-radius: 10px; padding: 20px 15px; box-sizing: border-box; }
.banner .tab .tab_menu { width: 100%; height: 36px; border-radius: 10px; background-color: rgba(255,255,255,.1); }
.banner .tab .tab_menu li { width: 33.33%; display: block; float: left; height: 36px; line-height: 36px; font-size: 14px; color: #fff; overflow: hidden; cursor: pointer; border-radius: 10px; text-align: center; }
.banner .tab .tab_menu li.on { background-color: #f4bf51; color: #333; }
.banner .tab .tabox { width: 100%; padding-top: 2px; }
.banner .tab .tabox .w01 { width: 100%; box-sizing: border-box; border: 1px solid rgba(255,255,255,.5); background-color: rgba(255,255,255,.1); margin-top: 12px; border-radius: 10px; }
.banner .tab .tabox .w01 input { width: 100%; padding: 0 15px; display: block; background-color: transparent; color: #fff; font-size: 14px; height: 34px; line-height: 34px; overflow: hidden; box-sizing: border-box; }
.banner .tab .tabox .w02 { width: 100%; background-color: #00439a; height: 40px; margin-top: 14px; border-radius: 10px; }
.banner .tab .tabox .w02 a { display: block; text-align: center; height: 36px; line-height: 36px; color: #fff; font-size: 14px; }
.banner .tab .tabox .w02:hover { background-color: #0050b8; }
.banner .tab .tabox .box:nth-child(2) .w01 { float: left; width: 48.5%; margin-left: 3%; }
.banner .tab .tabox .box:nth-child(2) .w01:nth-child(2n+1) { margin-left: 0; }
.banner .tab .tabox .box:nth-child(2) .w02 { float: left; width: 100%; }
}

/*关于我们*/
@media screen and (min-width:1600px) {
.abox { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #fff; }
.abox .box { width: 100%; position: relative; z-index: 3; display: flex; }
.abox .box .left { width: 45.625%; padding-bottom: 130px; position: relative; }
.abox .box .left .w01 { font-size: 24px; line-height: 34px; font-weight: bold; margin-top: 1.3vw; color: #00439a; }
.abox .box .left .w02 { margin-top: 0.78125vw; display: flex; font-size: 30px; line-height: 40px; }
.abox .box .left .w02 b { width: 10px; position: relative; display: block; margin-right: 5px; }
.abox .box .left .w02 b:before { width: 10px; height: 2px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 b:after { width: 2px; height: 20px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 p { width: 10px; position: relative; display: block; margin-left: 5px; }
.abox .box .left .w02 p:before { width: 10px; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 p:after { width: 2px; height: 20px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w03 { margin-top: 1.04vw; width: 40px; height: 2px; background-color: #f4bf51; }
.abox .box .left .w04 { font-size: 16px; line-height: 36px; height: 216px; margin-top: 30px; overflow: hidden; }
.abox .box .left .w05 { margin-top: 2.08vw; }
.abox .box .left .w05 a { display: block; float: left; overflow: hidden; }
.abox .box .left .w05 a span { display: block; text-align: center; width: 120px; height: 40px; line-height: 40px; font-size: 16px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.abox .box .left .w05 a span { color: #fff; }
.abox .box .left .w05 a b { display: block; width: 40px; height: 40px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.abox .box .left .w05 a b img { display: block; height: 12px; margin: 14px auto; }
.abox .box .left .w05 a:hover span, .abox .box .left .w05 a:hover b { background-color: #0050b8; }
.abox .box .left .w06 { display: block; position: absolute; right: 0; bottom: 0; }
.abox .box .left .w06 li { display: block; float: left; width: 120px; padding: 10px; padding-bottom: 0; background-color: #f5f5f5; border-radius: 10px; margin-left: 1.04vw; }
.abox .box .left .w06 li strong { width: 120px; height: 120px; display: block; overflow: hidden; border-radius: 10px; background-color: #fff; }
.abox .box .left .w06 li strong img { width: 100%; display: block; }
.abox .box .left .w06 li p { display: block; text-align: center; font-size: 14px; line-height: 40px; height: 40px; overflow: hidden; }
.abox .box .right { width: 48.125%; margin-left: 6.25%; position: relative; }
.abox .box .right dt { width: 49.35%; height: 100%; display: block; border-radius: 10px; overflow: hidden; position: relative; float: left; }
.abox .box .right dt a { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; border-radius: 10px; }
.abox .box .right dt a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.abox .box .right dd { width: 49.35%; height: 100%; display: flex; flex-direction: column; float: right; overflow: hidden; position: relative; }
.abox .box .right dd a { width: 100%; flex: 1; margin-bottom: 1.7%; display: block; overflow: hidden; border-radius: 10px; position: relative; }
.abox .box .right dd a:last-child { margin-bottom: 0; }
.abox .box .right dd a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.abox { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #fff; }
.abox .box { width: 100%; position: relative; z-index: 3; display: flex; }
.abox .box .left { width: 47%; padding-bottom: 117px; position: relative; }
.abox .box .left .w01 { font-size: 20px; line-height: 30px; font-weight: bold; margin-top: 1.3vw; color: #00439a; }
.abox .box .left .w02 { margin-top: 0.78125vw; display: flex; font-size: 24px; line-height: 34px; }
.abox .box .left .w02 b { width: 7px; position: relative; display: block; margin-right: 5px; }
.abox .box .left .w02 b:before { width: 7px; height: 2px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 b:after { width: 2px; height: 15px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 p { width: 7px; position: relative; display: block; margin-left: 5px; }
.abox .box .left .w02 p:before { width: 7px; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 p:after { width: 2px; height: 15px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w03 { margin-top: 1.04vw; width: 30px; height: 2px; background-color: #f4bf51; }
.abox .box .left .w04 { font-size: 15px; line-height: 30px; height: 180px; margin-top: 1.5625vw; overflow: hidden; }
.abox .box .left .w05 { margin-top: 2.08vw; }
.abox .box .left .w05 a { display: block; float: left; overflow: hidden; }
.abox .box .left .w05 a span { display: block; text-align: center; width: 110px; height: 38px; line-height: 38px; font-size: 15px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.abox .box .left .w05 a span { color: #fff; }
.abox .box .left .w05 a b { display: block; width: 38px; height: 38px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.abox .box .left .w05 a b img { display: block; height: 12px; margin: 13px auto; }
.abox .box .left .w05 a:hover span, .abox .box .left .w05 a:hover b { background-color: #0050b8; }
.abox .box .left .w06 { display: block; position: absolute; right: 0; bottom: 0; }
.abox .box .left .w06 li { display: block; float: left; width: 110px; padding: 7px; padding-bottom: 0; background-color: #f5f5f5; border-radius: 10px; margin-left: 1.04vw; }
.abox .box .left .w06 li strong { width: 110px; height: 110px; display: block; overflow: hidden; border-radius: 10px; background-color: #fff; }
.abox .box .left .w06 li strong img { width: 100%; display: block; }
.abox .box .left .w06 li p { display: block; text-align: center; font-size: 14px; line-height: 38px; height: 38px; overflow: hidden; }
.abox .box .right { width: 48%; margin-left: 5%; position: relative; }
.abox .box .right dt { width: 49.35%; height: 100%; display: block; border-radius: 10px; overflow: hidden; position: relative; float: left; }
.abox .box .right dt a { width: 100%; height: 100%; position: relative; display: block; overflow: hidden; border-radius: 10px; }
.abox .box .right dt a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.abox .box .right dd { width: 49.35%; height: 100%; display: flex; flex-direction: column; float: right; overflow: hidden; position: relative; }
.abox .box .right dd a { width: 100%; flex: 1; margin-bottom: 1.7%; display: block; overflow: hidden; border-radius: 10px; position: relative; }
.abox .box .right dd a:last-child { margin-bottom: 0; }
.abox .box .right dd a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
}
@media only screen and (max-width:1023px) {
.abox { padding: 40px 3%; padding-top: 35px; position: relative; z-index: 1; background-color: #fff; }
.abox .box { width: 100%; position: relative; z-index: 3; }
.abox .box .left { width: 100%; position: relative; overflow: hidden; }
.abox .box .left .w01 { font-size: 16px; line-height: 26px; font-weight: bold; color: #00439a; }
.abox .box .left .w02 { margin-top: 5px; display: flex; font-size: 18px; line-height: 28px; }
.abox .box .left .w02 b { width: 4px; position: relative; display: block; margin-right: 5px; }
.abox .box .left .w02 b:before { width: 4px; height: 2px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 b:after { width: 2px; height: 10px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 p { width: 4px; position: relative; display: block; margin-left: 5px; }
.abox .box .left .w02 p:before { width: 4px; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w02 p:after { width: 2px; height: 10px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.abox .box .left .w03 { margin-top: 10px; width: 20px; height: 2px; background-color: #f4bf51; }
.abox .box .left .w04 { font-size: 14px; line-height: 24px; height: 168px; margin-top: 15px; overflow: hidden; }
.abox .box .left .w05 { margin-top: 15px; }
.abox .box .left .w05 a { display: block; float: left; overflow: hidden; }
.abox .box .left .w05 a span { display: block; text-align: center; width: 100px; height: 36px; line-height: 36px; font-size: 14px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.abox .box .left .w05 a span { color: #fff; }
.abox .box .left .w05 a b { display: block; width: 36px; height: 36px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.abox .box .left .w05 a b img { display: block; height: 12px; margin: 12px auto; }
.abox .box .left .w05 a:hover span, .abox .box .left .w05 a:hover b { background-color: #0050b8; }
.abox .box .left .w06 { display: block; float: right; margin-top: -36px; }
.abox .box .left .w06 li { display: block; float: left; width: 80px; padding: 5px; padding-bottom: 0; background-color: #f5f5f5; border-radius: 5px; margin-left: 10px; }
.abox .box .left .w06 li strong { width: 80px; height: 80px; display: block; overflow: hidden; border-radius: 5px; background-color: #fff; }
.abox .box .left .w06 li strong img { width: 100%; display: block; }
.abox .box .left .w06 li p { display: block; text-align: center; font-size: 12px; line-height: 22px; height: 22px; padding: 5px 0; overflow: hidden; }
.abox .box .right { width: 100%; margin-top: 20px; position: relative; display: flex; }
.abox .box .right dt { width: 48.5%; height: 100%; display: block; border-radius: 10px; overflow: hidden; position: relative; }
.abox .box .right dt a { width: 100%; padding-top: 155.26%; position: relative; display: block; overflow: hidden; border-radius: 10px; }
.abox .box .right dt a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.abox .box .right dd { width: 48.5%; display: flex; flex-direction: column; margin-left: 3%; overflow: hidden; position: relative; }
.abox .box .right dd a { width: 100%; flex: 1; margin-bottom: 5%; display: block; overflow: hidden; border-radius: 10px; position: relative; }
.abox .box .right dd a:last-child { margin-bottom: 0; }
.abox .box .right dd a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
}

/*产品与服务*/
@media screen and (min-width:1600px) {
.title { width: 100%; margin-top: -5px; text-align: center; position: relative; z-index: 3; }
.title .t01 { font-size: 36px; line-height: 46px; font-weight: bold; color: #00439a; }
.title .t02 { font-size: 16px; line-height: 26px; margin-top: 8px; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.title { width: 100%; margin-top: -5px; text-align: center; position: relative; z-index: 3; }
.title .t01 { font-size: 30px; line-height: 40px; font-weight: bold; color: #00439a; }
.title .t02 { font-size: 15px; line-height: 25px; margin-top: 5px; }
}
@media only screen and (max-width:1023px) {
.title { width: 100%; margin-top: -5px; text-align: center; position: relative; z-index: 3; }
.title .t01 { font-size: 24px; line-height: 34px; font-weight: bold; color: #00439a; }
.title .t02 { font-size: 14px; line-height: 24px; margin-top: 3px; }
}
 @media screen and (min-width:1600px) {
.pbox { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.pbox .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.pbox .box .list { width: 100%; display: flex; overflow: hidden; }
.pbox .box .list li { width: 32.22%; height: 260px; display: block; overflow: hidden; border-radius: 10px; margin-left: 1.67%; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; background-size: cover; background-position: center; }
.pbox .box .list li:nth-child(3n+1) { margin-left: 0; }
.pbox .box .list li.on { width: 49.165%; }
.pbox .box .list li.onin { width: 23.7475%; }
.pbox .box .list01 { width: 100%; display: flex; overflow: hidden; margin-top: 1.5625vw; }
.pbox .box .list01 li { width: 23.7475%; height: 260px; display: block; overflow: hidden; border-radius: 10px; margin-left: 1.67%; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; background-size: cover; background-position: center; }
.pbox .box .list01 li:nth-child(4n+1) { margin-left: 0; }
.pbox .box .list01 li.on { width: 40%; }
.pbox .box .list01 li.onin { width: 18.33%; }
.pbox .box a { width: 100%; height: 100%; display: block; overflow: hidden; position: relative; background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0)); }
.pbox .box .on a { background: linear-gradient(to top, rgba(0,67,154,.7), rgba(0,67,154,.7)); }
.pbox .box .wen { width: 100%; box-sizing: border-box; padding: 0 2.08vw; height: 75px; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; position: absolute; left: 0; bottom: 25px; }
.pbox .box .on .wen { height: 162px; }
.pbox .box .wen .w01 { height: 30px; }
.pbox .box .wen .w01 img { display: block; height: 30px; }
.pbox .box .wen .w02 { font-size: 20px; line-height: 30px; height: 30px; color: #fff; margin-top: 15px; font-weight: bold; }
.pbox .box .on .wen .w02 { font-size: 24px; line-height: 34px; height: 34px; }
.pbox .box .wen .w03 { width: 50px; height: 2px; background-color: #f4bf51; margin-top: 10px; }
.pbox .box .wen .w04 { width: 100%; font-size: 16px; line-height: 30px; height: 60px; color: #fff; margin-top: 13px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pbox .box .more { width: 40px; height: 40px; border-radius: 100%; background-color: rgba(255,255,255,.3); position: absolute; right: 2.08vw; top: 40px; display: none; }
.pbox .box .more img { height: 12px; margin: 14px auto; display: block; }
.pbox .box .on .more { display: block; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.pbox { padding: 5.2vw 5%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.pbox .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.pbox .box .list { width: 100%; display: flex; overflow: hidden; }
.pbox .box .list li { width: 32.22%; height: 240px; display: block; overflow: hidden; border-radius: 10px; margin-left: 1.67%; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; background-size: cover; background-position: center; }
.pbox .box .list li:nth-child(3n+1) { margin-left: 0; }
.pbox .box .list li.on { width: 49.165%; }
.pbox .box .list li.onin { width: 23.7475%; }
.pbox .box .list01 { width: 100%; display: flex; overflow: hidden; margin-top: 1.5625vw; }
.pbox .box .list01 li { width: 23.7475%; height: 220px; display: block; overflow: hidden; border-radius: 10px; margin-left: 1.67%; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; background-size: cover; background-position: center; }
.pbox .box .list01 li:nth-child(4n+1) { margin-left: 0; }
.pbox .box .list01 li.on { width: 40%; }
.pbox .box .list01 li.onin { width: 18.33%; }
.pbox .box a { width: 100%; height: 100%; display: block; overflow: hidden; position: relative; background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0)); }
.pbox .box .on a { background: linear-gradient(to top, rgba(0,67,154,.7), rgba(0,67,154,.7)); }
.pbox .box .wen { width: 100%; box-sizing: border-box; padding: 0 2.08vw; height: 68px; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; position: absolute; left: 0; bottom: 20px; }
.pbox .box .on .wen { height: 142px; }
.pbox .box .wen .w01 { height: 30px; }
.pbox .box .wen .w01 img { display: block; height: 30px; }
.pbox .box .wen .w02 { font-size: 18px; line-height: 28px; height: 28px; color: #fff; margin-top: 10px; font-weight: bold; }
.pbox .box .on .wen .w02 { font-size: 20px; line-height: 30px; height: 30px; }
.pbox .box .wen .w03 { width: 40px; height: 2px; background-color: #f4bf51; margin-top: 7px; }
.pbox .box .wen .w04 { width: 100%; font-size: 15px; line-height: 27px; height: 54px; color: #fff; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pbox .box .more { width: 38px; height: 38px; border-radius: 100%; background-color: rgba(255,255,255,.3); position: absolute; right: 2.08vw; top: 30px; display: none; }
.pbox .box .more img { height: 12px; margin: 13px auto; display: block; }
.pbox .box .on .more { display: block; }
}
@media only screen and (max-width:1023px) {
.pbox { padding: 40px 3%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.pbox .box { width: 100%; position: relative; z-index: 3; }
.pbox .box .list { width: 100%; display: block; overflow: hidden; }
.pbox .box .list01 { width: 100%; display: block; overflow: hidden; }
.pbox .box li { width: 48.5%; height: 160px; display: block; overflow: hidden; border-radius: 10px; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; background-size: cover; background-position: center; margin-top: 15px; float: left; margin-left: 3%; }
.pbox .box .list li:nth-child(1) { width: 100%; margin-left: 0; }
.pbox .box .list li:nth-child(2n) { margin-left: 0; }
.pbox .box .list01 li:nth-child(2n+1) { margin-left: 0; }
.pbox .box a { width: 100%; height: 100%; display: block; overflow: hidden; position: relative; background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0)); }
.pbox .box .on a { background: linear-gradient(to top, rgba(0,67,154,.7), rgba(0,67,154,.7)); }
.pbox .box .wen { width: 100%; box-sizing: border-box; padding: 0 15px; height: 61px; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; position: absolute; left: 0; bottom: 15px; }
.pbox .box .on .wen { height: 122px; }
.pbox .box .wen .w01 { height: 30px; }
.pbox .box .wen .w01 img { display: block; height: 30px; }
.pbox .box .wen .w02 { font-size: 16px; line-height: 26px; height: 26px; color: #fff; margin-top: 5px; font-weight: bold; }
.pbox .box .on .wen .w02 { font-size: 16px; line-height: 26px; height: 26px; }
.pbox .box .wen .w03 { width: 30px; height: 2px; background-color: #f4bf51; margin-top: 4px; }
.pbox .box .wen .w04 { width: 100%; font-size: 14px; line-height: 24px; height: 48px; color: #fff; margin-top: 7px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pbox .box .more { width: 36px; height: 36px; border-radius: 100%; background-color: rgba(255,255,255,.3); position: absolute; right: 15px; top: 15px; display: none; }
.pbox .box .more img { height: 12px; margin: 12px auto; display: block; }
.pbox .box .on .more { display: block; }
}

/*合作伙伴*/
@media screen and (min-width:1600px) {
.hbox { padding: 5.2vw 8.335%; padding-bottom: 0; position: relative; z-index: 1; background-color: #fff; }
.hbox .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-image: url(../images/pbg_15.png); background-position: left bottom; background-repeat: no-repeat; }
.hbox .box { width: 100%; position: relative; z-index: 1; margin-top: 1.82vw; height: calc(480px + 6.24vw); }
.hbox .box .swiper-container { height: calc(480px + 8.32vw); padding: 0 20px; margin: 0 -20px; }
.hbox .box .swiper-container .swiper-slide { width: 100%; display: block; }
.hbox .box .swiper-container .swiper-slide a { width: 15%; height: 120px; display: block; margin-left: 2%; border-radius: 10px; position: relative; overflow: hidden; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,.05); float: left; }
.hbox .box .swiper-container .swiper-slide a:nth-child(6n+1) { margin-left: 0; }
.hbox .box .swiper-container .swiper-slide a img { max-width: 100%; max-height: 100%; display: block; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.hbox { padding: 5.2vw 5%; padding-bottom: 0; position: relative; z-index: 1; background-color: #fff; }
.hbox .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-image: url(../images/pbg_15.png); background-position: left bottom; background-repeat: no-repeat; background-size: 100% auto; }
.hbox .box { width: 100%; position: relative; z-index: 1; margin-top: 1.82vw; height: calc(400px + 6.24vw); }
.hbox .box .swiper-container { height: calc(400px + 8.32vw); padding: 0 15px; margin: 0 -15px; }
.hbox .box .swiper-container .swiper-slide { width: 100%; display: block; }
.hbox .box .swiper-container .swiper-slide a { width: 15%; height: 100px; display: block; margin-left: 2%; border-radius: 10px; position: relative; overflow: hidden; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,.05); float: left; }
.hbox .box .swiper-container .swiper-slide a:nth-child(6n+1) { margin-left: 0; }
.hbox .box .swiper-container .swiper-slide a img { max-width: 100%; max-height: 100%; display: block; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
}
@media only screen and (max-width:1023px) {
.hbox { padding: 40px 3%; padding-bottom: 0; position: relative; z-index: 1; background-color: #fff; }
.hbox .bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background-image: url(../images/pbg_15.png); background-position: left bottom; background-repeat: no-repeat; background-size: 100% auto; }
.hbox .box { width: 100%; position: relative; z-index: 1; margin-top: 15px; height: 530px; }
.hbox .box .swiper-container { height: 720px; padding: 0 10px; margin: 0 -10px; }
.hbox .box .swiper-container .swiper-slide { width: 100%; height: 180px; display: block; }
.hbox .box .swiper-container .swiper-slide a { width: 32%; height: 80px; display: block; margin-left: 2%; border-radius: 5px; position: relative; overflow: hidden; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.05); float: left; margin-bottom: 10px; }
.hbox .box .swiper-container .swiper-slide a:nth-child(3n+1) { margin-left: 0; }
.hbox .box .swiper-container .swiper-slide a img { max-width: 100%; max-height: 100%; display: block; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
}
 @media screen and (min-width:1600px) {
.nbox { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #f7f7f7; }
.nbox .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.nbox .box .swiper-container { width: 100%; }
.nbox .box .swiper-container .swiper-slide { width: 31.875%; position: relative; padding-bottom: 130px; }
.nbox .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.nbox .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 68.63%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.nbox .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.nbox .box .swiper-container .swiper-slide .wen { padding: 1.82vw 1.5625vw; width: calc(100% - 6.25vw); position: absolute; left: 1.5625vw; bottom: 0; z-index: 2; background-color: #fff; border-radius: 10px; }
.nbox .box .swiper-container .swiper-slide .wen .w01 { width: 100%; }
.nbox .box .swiper-container .swiper-slide .wen .w01 a { width: 100%; font-size: 20px; line-height: 30px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: bold; }
.nbox .box .swiper-container .swiper-slide .wen .w02 { width: 100%; font-size: 16px; line-height: 30px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; margin-top: 0.68vw; }
.nbox .box .swiper-container .swiper-slide .wen .w03 { display: none; margin-top: 1.2vw; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a { display: block; float: left; overflow: hidden; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a span { display: block; text-align: center; width: 120px; height: 38px; line-height: 38px; font-size: 16px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a span { color: #fff; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a b { display: block; width: 38px; height: 38px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a b img { display: block; height: 12px; margin: 13px auto; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a:hover span, .nbox .box .swiper-container .swiper-slide .wen .w03 a:hover b { background-color: #0050b8; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w01 a { color: #00439a; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w02 { height: 90px; -webkit-line-clamp: 3; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w03 { display: block; }
.nbox .swiper-pagination { width: 100%; margin-top: 2.08vw; display: flex; flex-wrap: wrap; justify-content: center; }
.nbox .swiper-pagination span { width: 10px; height: 10px; display: block; margin: 0 5px; cursor: pointer; border-radius: 10px; background-color: #999; }
.nbox .swiper-pagination span.swiper-pagination-bullet-active { width: 60px; background-color: #00439a; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.nbox { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #f7f7f7; }
.nbox .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.nbox .box .swiper-container { width: 100%; }
.nbox .box .swiper-container .swiper-slide { width: 31.875%; position: relative; padding-bottom: 100px; }
.nbox .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.nbox .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 68.63%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.nbox .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.nbox .box .swiper-container .swiper-slide .wen { padding: 1.82vw 1.5625vw; width: calc(100% - 6.25vw); position: absolute; left: 1.5625vw; bottom: 0; z-index: 2; background-color: #fff; border-radius: 10px; }
.nbox .box .swiper-container .swiper-slide .wen .w01 { width: 100%; }
.nbox .box .swiper-container .swiper-slide .wen .w01 a { width: 100%; font-size: 18px; line-height: 28px; height: 56px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: bold; }
.nbox .box .swiper-container .swiper-slide .wen .w02 { width: 100%; font-size: 14px; line-height: 27px; height: 54px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; margin-top: 0.68vw; }
.nbox .box .swiper-container .swiper-slide .wen .w03 { display: none; margin-top: 1.2vw; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a { display: block; float: left; overflow: hidden; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a span { display: block; text-align: center; width: 110px; height: 36px; line-height: 36px; font-size: 15px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a span { color: #fff; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a b { display: block; width: 36px; height: 36px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a b img { display: block; height: 12px; margin: 12px auto; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a:hover span, .nbox .box .swiper-container .swiper-slide .wen .w03 a:hover b { background-color: #0050b8; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w01 a { color: #00439a; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w02 { height: 81px; -webkit-line-clamp: 3; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w03 { display: block; }
.nbox .swiper-pagination { width: 100%; margin-top: 2.08vw; display: flex; flex-wrap: wrap; justify-content: center; }
.nbox .swiper-pagination span { width: 8px; height: 8px; display: block; margin: 0 4px; cursor: pointer; border-radius: 10px; background-color: #999; }
.nbox .swiper-pagination span.swiper-pagination-bullet-active { width: 50px; background-color: #00439a; }
}
@media only screen and (max-width:1023px) {
.nbox { padding: 40px 3%; position: relative; z-index: 1; background-color: #f7f7f7; }
.nbox .box { width: 100%; position: relative; z-index: 3; margin-top: 15px; }
.nbox .box .swiper-container { width: 100%; }
.nbox .box .swiper-container .swiper-slide { width: 100%; position: relative; padding-bottom: 70px; }
.nbox .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.nbox .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 68.63%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.nbox .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.nbox .box .swiper-container .swiper-slide .wen { padding: 15px; width: calc(100% - 60px); position: absolute; left: 15px; bottom: 0; z-index: 2; background-color: #fff; border-radius: 10px; }
.nbox .box .swiper-container .swiper-slide .wen .w01 { width: 100%; }
.nbox .box .swiper-container .swiper-slide .wen .w01 a { width: 100%; font-size: 16px; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: bold; }
.nbox .box .swiper-container .swiper-slide .wen .w02 { width: 100%; font-size: 14px; line-height: 24px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; margin-top: 5px; }
.nbox .box .swiper-container .swiper-slide .wen .w03 { display: none; margin-top: 10px; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a { display: block; float: left; overflow: hidden; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a span { display: block; text-align: center; width: 100px; height: 34px; line-height: 34px; font-size: 14px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a span { color: #fff; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a b { display: block; width: 34px; height: 34px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a b img { display: block; height: 12px; margin: 11px auto; }
.nbox .box .swiper-container .swiper-slide .wen .w03 a:hover span, .nbox .box .swiper-container .swiper-slide .wen .w03 a:hover b { background-color: #0050b8; }
.nbox .box .swiper-container .swiper-slide:hover .wen { padding-bottom: 20px; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w01 a { color: #00439a; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w02 { height: 72px; -webkit-line-clamp: 3; }
.nbox .box .swiper-container .swiper-slide:hover .wen .w03 { display: block; }
.nbox .swiper-pagination { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; }
.nbox .swiper-pagination span { width: 6px; height: 6px; display: block; margin: 0 3px; cursor: pointer; border-radius: 10px; background-color: #999; }
.nbox .swiper-pagination span.swiper-pagination-bullet-active { width: 40px; background-color: #00439a; }
}

/*footer*/
@media screen and (min-width:1600px) {
.footer { padding: 0 8.335%; background-color: #1b191a; position: relative; z-index: 1; }
.footer .top { width: 100%; padding-bottom: 1.04vw; padding-top: 2.34375vw; border-bottom: 1px solid #2e2c2d; }
.footer .top .left { float: left; height: 50px; }
.footer .top .left img { display: block; height: 50px; }
.footer .top .right { float: right; height: 40px; padding: 5px 0; }
.footer .top .right img { display: block; height: 40px; }
.footer .foot { width: 100%; display: flex; }
.footer .foot .f01 { display: flex; }
.footer .foot .f01 dl { display: block; padding: 2.34375vw 0; margin-right: 5.2vw; }
.footer .foot .f01 dt { display: block; }
.footer .foot .f01 dt a { color: #fff; font-size: 18px; line-height: 28px; display: block; }
.footer .foot .f01 dd { padding-top: 0.2vw; }
.footer .foot .f01 dl:first-child { margin-right: 2.6vw; }
.footer .foot .f01 dl:first-child dd { display: flex; }
.footer .foot .f01 dl:first-child dd p { display: block; margin-right: 2.6vw; }
.footer .foot .f01 dd a { font-size: 14px; display: block; line-height: 24px; margin-top: 0.52vw; color: #999; }
.footer .foot .f01 dd a:hover { color: #fff; }
.footer .foot .f02 { flex: 1; padding: 2.34375vw 0; padding-left: 3.6458vw; border-left: 1px solid #2e2c2d; }
.footer .foot .f02 .left { width: calc(100% - 14.58vw); margin-top: -1.5625vw; float: left; }
.footer .foot .f02 .left .t01 { font-size: 14px; line-height: 24px; height: 24px; color: #999; margin-top: 1.5625vw; }
.footer .foot .f02 .left .t02 { font-size: 18px; line-height: 26px; color: #fff; font-weight: bold; }
.footer .foot .f02 .left .t03 { font-size: 14px; line-height: 24px; color: #fff; }
.footer .foot .f02 .right { display: block; width: 14.58vw; float: right; padding-top: 20px; }
.footer .foot .f02 .right li { width: 6.25vw; display: block; float: left; margin-left: 1.04vw; }
.footer .foot .f02 .right strong { width: 100%; display: block; }
.footer .foot .f02 .right strong img { display: block; width: 100%; }
.footer .foot .f02 .right p { display: block; font-size: 14px; line-height: 24px; text-align: center; margin-top: 10px; color: #fff; }
.footer .bq { border-top: 1px solid #2e2c2d; }
.footer .bq .left { float: left; height: 72px; display: flex; align-items: center; }
.footer .bq .left p { display: block; float: left; margin-right: 35px; font-size: 14px; line-height: 24px; color: #999; }
.footer .bq .left p a { color: #999; }
.footer .bq .right { float: right; height: 72px; display: flex; align-items: center; }
.footer .bq .right span { display: block; width: 1px; height: 12px; background-color: #999; margin: 0 20px; overflow: hidden; }
.footer .bq .right p { display: block; font-size: 14px; line-height: 24px; color: #999; }
.footer .bq .right p a { color: #999; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.footer { padding: 0 5%; background-color: #1b191a; position: relative; z-index: 1; }
.footer .top { width: 100%; padding-bottom: 1.04vw; padding-top: 2.34375vw; border-bottom: 1px solid #2e2c2d; }
.footer .top .left { float: left; height: 50px; }
.footer .top .left img { display: block; height: 50px; }
.footer .top .right { float: right; height: 40px; padding: 5px 0; }
.footer .top .right img { display: block; height: 40px; }
.footer .foot { width: 100%; display: flex; }
.footer .foot .f01 { display: flex; }
.footer .foot .f01 dl { display: block; padding: 2.34375vw 0; margin-right: 5.2vw; }
.footer .foot .f01 dt { display: block; }
.footer .foot .f01 dt a { color: #fff; font-size: 16px; line-height: 26px; display: block; }
.footer .foot .f01 dd { padding-top: 0.2vw; }
.footer .foot .f01 dl:first-child { margin-right: 2.6vw; }
.footer .foot .f01 dl:first-child dd { display: flex; }
.footer .foot .f01 dl:first-child dd p { display: block; margin-right: 2.6vw; }
.footer .foot .f01 dd a { font-size: 14px; display: block; line-height: 24px; margin-top: 0.52vw; color: #999; }
.footer .foot .f01 dd a:hover { color: #fff; }
.footer .foot .f02 { flex: 1; padding: 2.34375vw 0; padding-left: 3.6458vw; border-left: 1px solid #2e2c2d; }
.footer .foot .f02 .left { width: calc(100% - 14.58vw); margin-top: -1.5625vw; float: left; }
.footer .foot .f02 .left .t01 { font-size: 14px; line-height: 24px; height: 24px; color: #999; margin-top: 1.5625vw; }
.footer .foot .f02 .left .t02 { font-size: 18px; line-height: 26px; color: #fff; font-weight: bold; }
.footer .foot .f02 .left .t03 { font-size: 14px; line-height: 24px; color: #fff; }
.footer .foot .f02 .right { display: block; width: 14.58vw; float: right; padding-top: 20px; }
.footer .foot .f02 .right li { width: 6.25vw; display: block; float: left; margin-left: 1.04vw; }
.footer .foot .f02 .right strong { width: 100%; display: block; }
.footer .foot .f02 .right strong img { display: block; width: 100%; }
.footer .foot .f02 .right p { display: block; font-size: 14px; line-height: 24px; text-align: center; margin-top: 7px; color: #fff; }
.footer .bq { border-top: 1px solid #2e2c2d; }
.footer .bq .left { float: left; height: 60px; display: flex; align-items: center; }
.footer .bq .left p { display: block; float: left; margin-right: 25px; font-size: 14px; line-height: 24px; color: #999; }
.footer .bq .left p a { color: #999; }
.footer .bq .right { float: right; height: 60px; display: flex; align-items: center; }
.footer .bq .right span { display: block; width: 1px; height: 12px; background-color: #999; margin: 0 20px; overflow: hidden; }
.footer .bq .right p { display: block; font-size: 14px; line-height: 24px; color: #999; }
.footer .bq .right p a { color: #999; }
}
@media only screen and (max-width: 1023px) {
.footer { padding: 0 3%; background-color: #1b191a; position: relative; z-index: 1; }
.footer .top { width: 100%; padding-bottom: 10px; padding-top: 30px; border-bottom: 1px solid #2e2c2d; }
.footer .top .left { float: left; height: 34px; }
.footer .top .left img { display: block; height: 34px; }
.footer .top .right { float: right; height: 40px; }
.footer .top .right img { display: block; height: 34px; }
.footer .foot { width: 100%; }
.footer .foot .f01 { display: none; margin-left: -15px; }
.footer .foot .f01 dl { display: block; }
.footer .foot .f01 dt {
display:block font-size:16px; line-height: 26px; color: #fff; overflow: hidden; }
.footer .foot .f01 dt a { color: #fff; margin-left: 15px; display: block; float: left; }
.footer .foot .f01 dd { display: block; overflow: hidden; margin-left: -10px; }
.footer .foot .f01 dd a { font-size: 14px; display: block; line-height: 24px; float: left; margin-left: 10px; color: #999; }
.footer .foot .f01 dd a:hover { color: #fff; }
.footer .foot .f02 { padding-bottom: 15px; }
.footer .foot .f02 .left { width: 100%; padding-top: 5px; }
.footer .foot .f02 .left .t01 { font-size: 14px; line-height: 24px; height: 24px; color: #999; margin-top: 10px; }
.footer .foot .f02 .left .t02 { font-size: 18px; line-height: 26px; color: #fff; font-weight: bold; }
.footer .foot .f02 .left .t03 { font-size: 14px; line-height: 24px; color: #fff; }
.footer .foot .f02 .right { margin-left: -15px; display: block; padding-top: 5px; }
.footer .foot .f02 .right li { display: block; padding-top: 10px; float: left; margin-left: 15px; }
.footer .foot .f02 .right strong { width: 80px; display: block; }
.footer .foot .f02 .right strong img { display: block; width: 100%; }
.footer .foot .f02 .right p { display: block; font-size: 14px; line-height: 24px; text-align: center; margin-top: 4px; color: #fff; }
.footer .bq { border-top: 1px solid #2e2c2d; padding: 15px 0; }
.footer .bq .left { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
.footer .bq .left p { display: block; float: left; margin: 0 5px; font-size: 14px; line-height: 24px; color: #999; }
.footer .bq .left p a { color: #999; }
.footer .bq .right { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
.footer .bq .right span { display: block; width: 1px; height: 12px; background-color: #999; margin: 0 10px; overflow: hidden; }
.footer .bq .right p { display: block; font-size: 14px; line-height: 24px; color: #999; }
.footer .bq .right p a { color: #999; }
}

/*通用*/
@media screen and (min-width:1600px) {
.hbg { width: 100%; height: 110px; }
.ban { width: 100%; height: 410px; position: relative; z-index: 1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.ban .box { width: 83.33%; height: 330px; padding: 0 8.335%; padding-top: 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0,0,0,.7); }
.ban .box .w01 { text-align: center; color: #fff; font-size: 36px; line-height: 46px; }
.ban .box .w02 { text-align: center; color: #fff; font-size: 16px; line-height: 26px; margin-top: 20px; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.hbg { width: 100%; height: 90px; }
.ban { width: 100%; height: 310px; position: relative; z-index: 1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.ban .box { width: 90%; height: 245px; padding: 0 5%; padding-top: 65px; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0,0,0,.7); }
.ban .box .w01 { text-align: center; color: #fff; font-size: 30px; line-height: 40px; }
.ban .box .w02 { text-align: center; color: #fff; font-size: 15px; line-height: 25px; margin-top: 15px; }
}
@media only screen and (max-width: 1023px) {
.hbg { width: 100%; height: 60px; }
.ban { width: 100%; height: 210px; border-top: 60px solid #fff; position: relative; z-index: 1; background-position: center; background-size: cover; background-repeat: no-repeat; }
.ban .box { width: 94%; height: 210px; padding: 0 3%; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0,0,0,.7); }
.ban .box .w01 { text-align: center; color: #fff; font-size: 24px; line-height: 34px; }
.ban .box .w02 { text-align: center; color: #fff; font-size: 14px; line-height: 24px; margin-top: 10px; }
}

/*产品与服务*/
@media screen and (min-width:1600px) {
.scroll { width: 100%; min-height: calc(100% - 90px); position: relative; z-index: 1; overflow: hidden; }
.scroll .mask { width: 100%; position: absolute; left: 0; top: 0; height: 100vh; z-index: 1; background-image: url(../images/bottomBj.74dd3f3.png); background-size: 100% 100vh; background-repeat: no-repeat; }
.scroll.fixed .mask { position: fixed; }
.scroll .dian { width: 8.335%; position: absolute; left: 0; top: 0; height: 100vh; z-index: 9; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.scroll.fixed .dian { position: fixed; }
.scroll .dian .li { width: 10px; height: 10px; border-radius: 100%; display: block; overflow: hidden; background-color: #eee; margin: 5px 0; cursor: pointer; }
.scroll .dian .li.active { background-color: #00439a; }
.scroll .left { position: relative; width: 50%; padding: 0 8.335%; box-sizing: border-box; height: 100vh; z-index: 3; float: left; }
.scroll.fixed .left { position: fixed; left: 0; top: 0; }
.scroll .left .leftbox { width: 100%; height: 100vh; display: none; position: relative; z-index: 1; }
.scroll .left .leftbox.active { display: flex; flex-direction: column; justify-content: center; }
.scroll .left .leftbox .bt { width: 100%; margin-bottom: 1.04vw; display: flex; justify-content: space-between; align-items: center; }
.scroll .left .leftbox .bt .titleleft { position: relative; flex:1; margin-right:1.3vw;}
.scroll .left .leftbox .bt .titleLTop { font-size: 94px; line-height: 1; font-weight: 700; color: #e9f0f7; }
.scroll .left .leftbox .bt .titleLBottom { font-size: 30px; line-height: 40px; color: #333; margin-top: -52px; }
.scroll .left .leftbox .bt .titleright { width: 64px; height: 64px; border-radius: 50%; margin-top: 14px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.scroll .left .leftbox .bt .titleright img { max-width: 34px; max-height: 34px; display: block; }
.scroll .left .leftbox .line { height: 1px; width: 100%; background-color: #e9f0f7; }
.scroll .left .leftbox .nrirong { font-size: 16px; line-height: 30px; height: 120px; margin-top: 1.71875vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.scroll .left .leftbox .detail { margin-top: 2.23958vw; }
.scroll .left .leftbox .detail a { display: block; float: left; overflow: hidden; cursor: pointer; }
.scroll .left .leftbox .detail a span { display: block; text-align: center; width: 120px; height: 40px; line-height: 40px; font-size: 16px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.scroll .left .leftbox .detail a span { color: #fff; }
.scroll .left .leftbox .detail a b { display: block; width: 40px; height: 40px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.scroll .left .leftbox .detail a b img { display: block; height: 12px; margin: 14px auto; }
.scroll .left .leftbox .detail a:hover span, .scroll .left .leftbox .detail a:hover b { background-color: #0050b8; }
.scroll .right { width: 50%; float: right; box-sizing: border-box; position: relative; z-index: 3; }
.scroll .right .rightbox { position: relative; width: 100%; padding-right: 8.335vw; box-sizing: border-box; height: calc(100vh - 90px); padding-top: 90px; display: flex; align-items: center; }
.scroll .right .rightbox .tu { width: 100%; border-radius: 10px; position: relative; z-index: 5; overflow: hidden; }
.scroll .right .rightbox .tu img { width: 100%; display: block; }
.scroll .right .rightbox .bg { width: 91.665%; height: 100%; position: absolute; right: 0; top: 0; z-index: 1; overflow: hidden; }
.scroll .right .rightbox .img { width: 33.2%; height: 79.6%; transition: all .6s ease-in-out; -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEwIDY4NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEwIDY4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjIyRDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNjg2aDczLjZjMzIuMiwwLDYxLjktMTcuMSw3Ny45LTQ1bDE0Ni4xLTI1M2MxNi4xLTI3LjgsMTYuMS02Mi4xLDAtOTBMMTUxLjYsNDVDMTM1LjUsMTcuMSwxMDUuOCwwLDczLjYsMA0KCUgwLjEiLz4NCjwvc3ZnPg0K); mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEwIDY4NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEwIDY4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjIyRDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNjg2aDczLjZjMzIuMiwwLDYxLjktMTcuMSw3Ny45LTQ1bDE0Ni4xLTI1M2MxNi4xLTI3LjgsMTYuMS02Mi4xLDAtOTBMMTUxLjYsNDVDMTM1LjUsMTcuMSwxMDUuOCwwLDczLjYsMA0KCUgwLjEiLz4NCjwvc3ZnPg0K); -webkit-mask-size: 100% 100% 100% 0; mask-size: 100% 100% 100% 0; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: left; -webkit-mask-position: left; position: absolute; left: 8.335%; top: 50%; transform: translateY(-50%); z-index: 3; }
.kuang { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background: rgba(18, 21, 26, .5); display: none; }
.kuang .box { width: 740px; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background-color: #f7f7f7; padding: 10px; border-radius: 10px; }
.kuang .box .cont { width: 100%; border-radius: 10px; background-color: #fff; }
.kuang .box .cont .close { width: 28px; position: absolute; right: 20px; top: 20px; z-index: 5; cursor: pointer; border-radius: 100%; }
.kuang .box .cont .close img { width: 100%; display: block; }
.kuang .box .cont .tu { width: 100%; height: 240px; position: relative; z-index: 1; }
.kuang .box .cont .tu img { width: 100%; display: block; }
.kuang .box .cont .wen { padding: 30px; max-height: calc(70vh - 240px); background-color: #fff; position: relative; z-index: 3; margin-top: -10px; border-radius: 10px; }
.kuang .box .cont .wen::-webkit-scrollbar {
width:5px;
height:1px;
}
.kuang .box .cont .wen::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#00439a;
}
.kuang .box .cont .wen::-webkit-scrollbar-track {
border-radius:10px;
background:#fff;
}
.kuang .box .cont .wen .w01 { font-size: 24px; line-height: 34px; }
.kuang .box .cont .wen .w02 { width: 60px; height: 2px; background-color: #00439a; margin-top: 15px; }
.kuang .box .cont .wen .w03 { font-size: 16px; line-height: 30px; margin-top: 23px; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.scroll { width: 100%; min-height: calc(100% - 70px); position: relative; z-index: 1; overflow: hidden; }
.scroll .mask { width: 100%; position: absolute; left: 0; top: 0; height: 100vh; z-index: 1; background-image: url(../images/bottomBj.74dd3f3.png); background-size: 100% 100vh; background-repeat: no-repeat; }
.scroll.fixed .mask { position: fixed; }
.scroll .dian { width: 5%; position: absolute; left: 0; top: 0; height: 100vh; z-index: 9; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.scroll.fixed .dian { position: fixed; }
.scroll .dian .li { width: 10px; height: 10px; border-radius: 100%; display: block; overflow: hidden; background-color: #eee; margin: 5px 0; cursor: pointer; }
.scroll .dian .li.active { background-color: #00439a; }
.scroll .left { position: relative; width: 50%; padding: 0 5%; box-sizing: border-box; height: 100vh; z-index: 3; float: left; }
.scroll.fixed .left { position: fixed; left: 0; top: 0; }
.scroll .left .leftbox { width: 100%; height: 100vh; display: none; position: relative; z-index: 1; }
.scroll .left .leftbox.active { display: flex; flex-direction: column; justify-content: center; }
.scroll .left .leftbox .bt { width: 100%; margin-bottom: 1.04vw; display: flex; justify-content: space-between; align-items: center; }
.scroll .left .leftbox .bt .titleleft { position: relative; flex:1; margin-right:1.3vw;}
.scroll .left .leftbox .bt .titleLTop { font-size: 74px; line-height: 1; font-weight: 700; color: #e9f0f7; }
.scroll .left .leftbox .bt .titleLBottom { font-size: 26px; line-height: 36px; color: #333; margin-top: -43px; }
.scroll .left .leftbox .bt .titleright { width: 54px; height: 54px; border-radius: 50%; margin-top: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.scroll .left .leftbox .bt .titleright img { max-width: 34px; max-height: 34px; display: block; }
.scroll .left .leftbox .line { height: 1px; width: 100%; background-color: #e9f0f7; }
.scroll .left .leftbox .nrirong { font-size: 15px; line-height: 27px; height: 108px; margin-top: 1.71875vw; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }
.scroll .left .leftbox .detail { margin-top: 2.23958vw; }
.scroll .left .leftbox .detail a { display: block; float: left; overflow: hidden; cursor: pointer; }
.scroll .left .leftbox .detail a span { display: block; text-align: center; width: 110px; height: 38px; line-height: 38px; font-size: 15px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.scroll .left .leftbox .detail a span { color: #fff; }
.scroll .left .leftbox .detail a b { display: block; width: 38px; height: 38px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.scroll .left .leftbox .detail a b img { display: block; height: 12px; margin: 13px auto; }
.scroll .left .leftbox .detail a:hover span, .scroll .left .leftbox .detail a:hover b { background-color: #0050b8; }
.scroll .right { width: 50%; float: right; box-sizing: border-box; position: relative; z-index: 3; }
.scroll .right .rightbox { position: relative; width: 100%; padding-right: 5vw; box-sizing: border-box; height: calc(100vh - 70px); padding-top: 70px; display: flex; align-items: center; }
.scroll .right .rightbox .tu { width: 100%; border-radius: 10px; position: relative; z-index: 5; overflow: hidden; }
.scroll .right .rightbox .tu img { width: 100%; display: block; }
.scroll .right .rightbox .bg { width: 95%; height: 100%; position: absolute; right: 0; top: 0; z-index: 1; overflow: hidden; }
.scroll .right .rightbox .img { width: 33.2%; height: 79.6%; transition: all .6s ease-in-out; -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEwIDY4NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEwIDY4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjIyRDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNjg2aDczLjZjMzIuMiwwLDYxLjktMTcuMSw3Ny45LTQ1bDE0Ni4xLTI1M2MxNi4xLTI3LjgsMTYuMS02Mi4xLDAtOTBMMTUxLjYsNDVDMTM1LjUsMTcuMSwxMDUuOCwwLDczLjYsMA0KCUgwLjEiLz4NCjwvc3ZnPg0K); mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEwIDY4NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEwIDY4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjIyRDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNjg2aDczLjZjMzIuMiwwLDYxLjktMTcuMSw3Ny45LTQ1bDE0Ni4xLTI1M2MxNi4xLTI3LjgsMTYuMS02Mi4xLDAtOTBMMTUxLjYsNDVDMTM1LjUsMTcuMSwxMDUuOCwwLDczLjYsMA0KCUgwLjEiLz4NCjwvc3ZnPg0K); -webkit-mask-size: 100% 100% 100% 0; mask-size: 100% 100% 100% 0; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: left; -webkit-mask-position: left; position: absolute; left: 5%; top: 50%; transform: translateY(-50%); z-index: 3; }
.kuang { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background: rgba(18, 21, 26, .5); display: none; }
.kuang .box { width: 740px; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background-color: #f7f7f7; padding: 10px; border-radius: 10px; }
.kuang .box .cont { width: 100%; border-radius: 10px; background-color: #fff; }
.kuang .box .cont .close { width: 28px; position: absolute; right: 20px; top: 20px; z-index: 5; cursor: pointer; border-radius: 100%; }
.kuang .box .cont .close img { width: 100%; display: block; }
.kuang .box .cont .tu { width: 100%; height: 220px; position: relative; z-index: 1; }
.kuang .box .cont .tu img { width: 100%; display: block; }
.kuang .box .cont .wen { padding: 25px; max-height: calc(70vh - 220px); background-color: #fff; position: relative; z-index: 3; margin-top: -10px; border-radius: 10px; }
.kuang .box .cont .wen::-webkit-scrollbar {
width:5px;
height:1px;
}
.kuang .box .cont .wen::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#00439a;
}
.kuang .box .cont .wen::-webkit-scrollbar-track {
border-radius:10px;
background:#fff;
}
.kuang .box .cont .wen .w01 { font-size: 20px; line-height: 30px; }
.kuang .box .cont .wen .w02 { width: 40px; height: 2px; background-color: #00439a; margin-top: 10px; }
.kuang .box .cont .wen .w03 { font-size: 15px; line-height: 27px; margin-top: 13px; }
}
@media only screen and (max-width: 1023px) {
.scroll { width: 100%; position: relative !important; z-index: 1; overflow: hidden; }
.scroll .mask { width: 100%; position: absolute; left: 0; top: 0; height: 100vh; z-index: 1; background-image: url(../images/bottomBj.74dd3f3.png); background-size: 100% 100vh; background-repeat: no-repeat; }
.scroll .dian { width: 94%; margin: 20px auto; margin-bottom: 40px; overflow: hidden; position: relative; z-index: 9; }
.scroll .dian .li { width: 10px; height: 10px; border-radius: 100%; display: block; float: left; overflow: hidden; background-color: #eee; margin-right: 10px; cursor: pointer; }
.scroll .dian .li.active { background-color: #00439a; }
.scroll .left { position: relative; width: 94%; padding: 35px 3%; padding-bottom: 0; z-index: 3; overflow: hidden; }
.scroll .left .leftbox { width: 100%; display: none; position: relative; z-index: 1; }
.scroll .left .leftbox.active { display: flex; flex-direction: column; justify-content: center; }
.scroll .left .leftbox .bt { width: 100%; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.scroll .left .leftbox .bt .titleleft { position: relative; flex:1; margin-right:15px;}
.scroll .left .leftbox .bt .titleLTop { font-size: 54px; line-height: 1; font-weight: 700; color: #e9f0f7; }
.scroll .left .leftbox .bt .titleLBottom { font-size: 18px; line-height: 28px; color: #333; margin-top: -38px; }
.scroll .left .leftbox .bt .titleright { width: 44px; height: 44px; border-radius: 50%; margin-top: 5px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.scroll .left .leftbox .bt .titleright img { max-width: 20px; max-height: 20px; display: block; }
.scroll .left .leftbox .line { height: 1px; width: 100%; background-color: #e9f0f7; }
.scroll .left .leftbox .nrirong { font-size: 14px; line-height: 24px; height: 120px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.scroll .left .leftbox .detail { margin-top: 10px; }
.scroll .left .leftbox .detail a { display: block; float: left; overflow: hidden; cursor: pointer; }
.scroll .left .leftbox .detail a span { display: block; text-align: center; width: 100px; height: 36px; line-height: 36px; font-size: 14px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.scroll .left .leftbox .detail a span { color: #fff; }
.scroll .left .leftbox .detail a b { display: block; width: 36px; height: 36px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.scroll .left .leftbox .detail a b img { display: block; height: 12px; margin: 12px auto; }
.scroll .left .leftbox .detail a:hover span, .scroll .left .leftbox .detail a:hover b { background-color: #0050b8; }
.scroll .right { width: 100%; position: relative; z-index: 3; }
.scroll .right .rightbox { position: relative; width: 94%; padding: 40px 3%; display: none; }
.scroll .right .rightbox.active { display: block; }
.scroll .right .rightbox .tu { width: 100%; border-radius: 10px; position: relative; z-index: 5; overflow: hidden; }
.scroll .right .rightbox .tu img { width: 100%; display: block; }
.scroll .right .rightbox .bg { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 1; overflow: hidden; }
.scroll .right .rightbox .img { width: 33.2%; height: calc(100% - 40px); transition: all .6s ease-in-out; -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEwIDY4NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEwIDY4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjIyRDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNjg2aDczLjZjMzIuMiwwLDYxLjktMTcuMSw3Ny45LTQ1bDE0Ni4xLTI1M2MxNi4xLTI3LjgsMTYuMS02Mi4xLDAtOTBMMTUxLjYsNDVDMTM1LjUsMTcuMSwxMDUuOCwwLDczLjYsMA0KCUgwLjEiLz4NCjwvc3ZnPg0K); mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEwIDY4NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzEwIDY4NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzIwMjIyRDt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNjg2aDczLjZjMzIuMiwwLDYxLjktMTcuMSw3Ny45LTQ1bDE0Ni4xLTI1M2MxNi4xLTI3LjgsMTYuMS02Mi4xLDAtOTBMMTUxLjYsNDVDMTM1LjUsMTcuMSwxMDUuOCwwLDczLjYsMA0KCUgwLjEiLz4NCjwvc3ZnPg0K); -webkit-mask-size: 100% 100% 100% 0; mask-size: 100% 100% 100% 0; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: left; -webkit-mask-position: left; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 3; }
.kuang { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); background: rgba(18, 21, 26, .5); display: none; }
.kuang .box { width: 94%; box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); background-color: #f7f7f7; padding: 10px; border-radius: 10px; }
.kuang .box .cont { width: 100%; border-radius: 10px; background-color: #fff; }
.kuang .box .cont .close { width: 28px; position: absolute; right: 20px; top: 20px; z-index: 5; cursor: pointer; border-radius: 100%; }
.kuang .box .cont .close img { width: 100%; display: block; }
.kuang .box .cont .tu { width: 100%; height: 160px; position: relative; z-index: 1; }
.kuang .box .cont .tu img { width: 100%; display: block; }
.kuang .box .cont .wen { padding: 15px; max-height: calc(70vh - 220px); background-color: #fff; position: relative; z-index: 3; margin-top: -10px; border-radius: 10px; }
.kuang .box .cont .wen .w01 { font-size: 16px; line-height: 26px; }
.kuang .box .cont .wen .w02 { width: 20px; height: 2px; background-color: #00439a; margin-top: 5px; }
.kuang .box .cont .wen .w03 { font-size: 14px; line-height: 24px; margin-top: 10px; }
}

/*产品与服务-特色项目*/
@media only screen and (min-width: 1600px) {
.ny { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #f7f7f7; border-top: 110px solid #fff; }
.ny .lbar { width: 70%; box-sizing: border-box; border-radius: 10px; background-color: #fff; padding: 2.34375vw 2.6vw; float: left; }
.ny .lbar .w01 { font-size: 30px; line-height: 40px; }
.ny .lbar .w02 { width: 60px; height: 2px; background-color: #00439a; margin-top: 1.04vw; }
.ny .lbar .w03 { margin-top: 2.08vw; border-radius: 10px; position: relative; }
.ny .lbar .w03 .swiper-container { width: 100%; border-radius: 10px; }
.ny .lbar .w03 .swiper-container img { width: 100%; display: block; }
.ny .lbar .w03 .swiper-button-prev { width: 44px; height: 44px; border-radius: 100%; position: absolute; left: 3%; top: 50%; margin-top: -22px; background-color: rgba(0,0,0,.7); z-index: 3; }
.ny .lbar .w03 .swiper-button-prev img { display: block; height: 14px; margin: 15px auto; }
.ny .lbar .w03 .swiper-button-next { width: 44px; height: 44px; border-radius: 100%; position: absolute; right: 3%; top: 50%; margin-top: -22px; background-color: rgba(0,0,0,.7); z-index: 3; }
.ny .lbar .w03 .swiper-button-next img { display: block; height: 14px; margin: 15px auto; }
.ny .lbar .w03 .swiper-button-prev:hover, .ny .lbar .w03 .swiper-button-next:hover { background-color: #00439a; }
.ny .lbar .w04 { font-size: 16px; line-height: 26px; margin-top: 1.82vw; }
.ny .lbar .w04 img { max-width: 100%; height: auto !important; }
.ny .rbar { width: 25%; float: right; }
.ny .rbar .box { background-color: #fff; border-top: 2px solid #00439a; padding: 1.82vw 2.08vw; box-sizing: border-box; }
.ny .rbar .box .w01 { font-size: 20px; line-height: 30px; }
.ny .rbar .box .w02 { font-size: 16px; line-height: 26px; color: #666; }
.ny .rbar .box .w03 { width: 100%; display: block; }
.ny .rbar .box .w03 li { display: flex; width: 100%; overflow: hidden; margin-top: 0.52vw; }
.ny .rbar .box .w03 li img { width: 16px; height: 16px; margin-top: 5px; display: block; }
.ny .rbar .box .w03 li p { display: block; flex: 1; margin-left: 10px; font-size: 16px; line-height: 26px; }
.ny .rbar .box01 { background-color: #fff; margin-top: 2.08vw; padding: 2.08vw; box-sizing: border-box; display: flex; align-items: center; }
.ny .rbar .box01 .left { flex: 1; }
.ny .rbar .box01 .left .w01 { font-size: 18px; line-height: 28px; }
.ny .rbar .box01 .left .w02 { font-size: 16px; line-height: 26px; color: #666; }
.ny .rbar .box01 .left .w03 { background-color: #00439a; font-size: 14px; line-height: 24px; border-radius: 10px; padding: 5px 1.3vw; color: #fff; margin-top:.52vw;
margin-bottom: 5px; }
.ny .rbar .box01 .right { width: 6.25vw; margin-left: 1.04vw; }
.ny .rbar .box01 .right img { width: 100%; display: block; }
.ny .tbox { width: 100%; float: left; margin-top: 3.38vw; }
.ny .tbox .bt { font-size: 30px; line-height: 40px; }
.ny .tbox .box { width: 100%; margin-top: 1.82vw; }
.ny .tbox .box .swiper-container { width: 100%; }
.ny .tbox .box .swiper-container .swiper-slide { width: 31.875%; position: relative; }
.ny .tbox .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.ny .tbox .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 60.71%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.ny .tbox .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.ny .tbox .box .swiper-container .swiper-slide .wen { padding: 1.82vw 1.5625vw; padding-bottom: 2.08vw; position: relative; z-index: 2; background-color: #fff; border-radius: 10px; margin-top: -10px; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w01 { width: 100%; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w01 a { width: 100%; font-size: 20px; line-height: 30px; height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: bold; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w02 { width: 100%; font-size: 16px; line-height: 30px; height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; margin-top: 0.68vw; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 { margin-top: 1.2vw; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a { display: block; float: left; overflow: hidden; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a span { display: block; text-align: center; width: 120px; height: 38px; line-height: 38px; font-size: 16px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a span { color: #fff; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a b { display: block; width: 38px; height: 38px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a b img { display: block; height: 12px; margin: 13px auto; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a:hover span, .ny .tbox .box .swiper-container .swiper-slide .wen .w03 a:hover b { background-color: #0050b8; }
.ny .tbox .box .swiper-container .swiper-slide:hover .wen .w01 a { color: #00439a; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.ny { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #f7f7f7; border-top: 90px solid #fff; }
.ny .lbar { width: 70%; box-sizing: border-box; border-radius: 10px; background-color: #fff; padding: 2.34375vw 2.6vw; float: left; }
.ny .lbar .w01 { font-size: 26px; line-height: 36px; }
.ny .lbar .w02 { width: 40px; height: 2px; background-color: #00439a; margin-top: 1.04vw; }
.ny .lbar .w03 { margin-top: 2.08vw; border-radius: 10px; position: relative; }
.ny .lbar .w03 .swiper-container { width: 100%; border-radius: 10px; }
.ny .lbar .w03 .swiper-container img { width: 100%; display: block; }
.ny .lbar .w03 .swiper-button-prev { width: 40px; height: 40px; border-radius: 100%; position: absolute; left: 3%; top: 50%; margin-top: -20px; background-color: rgba(0,0,0,.7); z-index: 3; }
.ny .lbar .w03 .swiper-button-prev img { display: block; height: 14px; margin: 13px auto; }
.ny .lbar .w03 .swiper-button-next { width: 40px; height: 40px; border-radius: 100%; position: absolute; right: 3%; top: 50%; margin-top: -20px; background-color: rgba(0,0,0,.7); z-index: 3; }
.ny .lbar .w03 .swiper-button-next img { display: block; height: 14px; margin: 15px auto; }
.ny .lbar .w03 .swiper-button-prev:hover, .ny .lbar .w03 .swiper-button-next:hover { background-color: #00439a; }
.ny .lbar .w04 { font-size: 15px; line-height: 25px; margin-top: 1.82vw; }
.ny .lbar .w04 img { max-width: 100%; height: auto !important; }
.ny .rbar { width: 27%; float: right; }
.ny .rbar .box { background-color: #fff; border-top: 2px solid #00439a; padding: 1.82vw 2.08vw; box-sizing: border-box; }
.ny .rbar .box .w01 { font-size: 18px; line-height: 28px; }
.ny .rbar .box .w02 { font-size: 15px; line-height: 25px; color: #666; }
.ny .rbar .box .w03 { width: 100%; display: block; }
.ny .rbar .box .w03 li { display: flex; width: 100%; overflow: hidden; margin-top: 0.52vw; }
.ny .rbar .box .w03 li img { width: 16px; height: 16px; margin-top: 5px; display: block; }
.ny .rbar .box .w03 li p { display: block; flex: 1; margin-left: 10px; font-size: 15px; line-height: 25px; }
.ny .rbar .box01 { background-color: #fff; margin-top: 2.08vw; padding: 2.08vw; box-sizing: border-box; display: flex; align-items: center; }
.ny .rbar .box01 .left { flex: 1; }
.ny .rbar .box01 .left .w01 { font-size: 17px; line-height: 27px; }
.ny .rbar .box01 .left .w02 { font-size: 15px; line-height: 25px; color: #666; }
.ny .rbar .box01 .left .w03 { background-color: #00439a; font-size: 13px; line-height: 23px; border-radius: 10px; padding: 5px 1.3vw; color: #fff; margin-top:.52vw;
margin-bottom: 5px; }
.ny .rbar .box01 .right { width: 6.25vw; margin-left: 1.04vw; }
.ny .rbar .box01 .right img { width: 100%; display: block; }
.ny .tbox { width: 100%; float: left; margin-top: 3.38vw; }
.ny .tbox .bt { font-size: 26px; line-height: 36px; }
.ny .tbox .box { width: 100%; margin-top: 1.82vw; }
.ny .tbox .box .swiper-container { width: 100%; }
.ny .tbox .box .swiper-container .swiper-slide { width: 31.875%; position: relative; }
.ny .tbox .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.ny .tbox .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 60.71%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.ny .tbox .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.ny .tbox .box .swiper-container .swiper-slide .wen { padding: 1.82vw 1.5625vw; padding-bottom: 2.08vw; position: relative; z-index: 2; background-color: #fff; border-radius: 10px; margin-top: -10px; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w01 { width: 100%; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w01 a { width: 100%; font-size: 18px; line-height: 28px; height: 28px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: bold; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w02 { width: 100%; font-size: 15px; line-height: 27px; height: 54px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; margin-top: 0.68vw; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 { margin-top: 1.2vw; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a { display: block; float: left; overflow: hidden; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a span { display: block; text-align: center; width: 110px; height: 36px; line-height: 36px; font-size: 15px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a span { color: #fff; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a b { display: block; width: 36px; height: 36px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a b img { display: block; height: 12px; margin: 12px auto; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a:hover span, .ny .tbox .box .swiper-container .swiper-slide .wen .w03 a:hover b { background-color: #0050b8; }
.ny .tbox .box .swiper-container .swiper-slide:hover .wen .w01 a { color: #00439a; }
}
@media only screen and (max-width: 1023px) {
.ny { padding: 40px 3%; position: relative; z-index: 1; background-color: #f7f7f7; border-top: 60px solid #fff; }
.ny .lbar { width: 100%; box-sizing: border-box; border-radius: 10px; background-color: #fff; padding: 20px 15px; float: left; }
.ny .lbar .w01 { font-size: 20px; line-height: 30px; }
.ny .lbar .w02 { width: 20px; height: 2px; background-color: #00439a; margin-top: 10px; }
.ny .lbar .w03 { margin-top: 20px; border-radius: 10px; position: relative; }
.ny .lbar .w03 .swiper-container { width: 100%; border-radius: 10px; }
.ny .lbar .w03 .swiper-container img { width: 100%; display: block; }
.ny .lbar .w03 .swiper-button-prev { width: 36px; height: 36px; border-radius: 100%; position: absolute; left: 3%; top: 50%; margin-top: -18px; background-color: rgba(0,0,0,.7); z-index: 3; }
.ny .lbar .w03 .swiper-button-prev img { display: block; height: 14px; margin: 11px auto; }
.ny .lbar .w03 .swiper-button-next { width: 36px; height: 36px; border-radius: 100%; position: absolute; right: 3%; top: 50%; margin-top: -18px; background-color: rgba(0,0,0,.7); z-index: 3; }
.ny .lbar .w03 .swiper-button-next img { display: block; height: 14px; margin: 11px auto; }
.ny .lbar .w03 .swiper-button-prev:hover, .ny .lbar .w03 .swiper-button-next:hover { background-color: #00439a; }
.ny .lbar .w04 { font-size: 14px; line-height: 24px; margin-top: 15px; }
.ny .lbar .w04 img { max-width: 100%; height: auto !important; }
.ny .rbar { width: 100%; float: right; margin-top: 20px; }
.ny .rbar .box { background-color: #fff; border-top: 2px solid #00439a; padding: 15px; box-sizing: border-box; }
.ny .rbar .box .w01 { font-size: 16px; line-height: 26px; }
.ny .rbar .box .w02 { font-size: 14px; line-height: 24px; color: #666; }
.ny .rbar .box .w03 { width: 100%; display: block; }
.ny .rbar .box .w03 li { display: flex; width: 100%; overflow: hidden; margin-top: 5px; }
.ny .rbar .box .w03 li img { width: 16px; height: 16px; margin-top: 4px; display: block; }
.ny .rbar .box .w03 li p { display: block; flex: 1; margin-left: 10px; font-size: 14px; line-height: 24px; }
.ny .rbar .box01 { background-color: #fff; margin-top: 15px; padding: 15px; box-sizing: border-box; display: flex; align-items: center; }
.ny .rbar .box01 .left { flex: 1; }
.ny .rbar .box01 .left .w01 { font-size: 16px; line-height: 26px; }
.ny .rbar .box01 .left .w02 { font-size: 14px; line-height: 24px; color: #666; }
.ny .rbar .box01 .left .w03 { max-width: 100px; background-color: #00439a; font-size: 12px; line-height: 22px; border-radius: 5px; padding: 5px 10px; color: #fff; margin-top: 5px; margin-bottom: 5px; }
.ny .rbar .box01 .right { width: 120px; margin-left: 15px; }
.ny .rbar .box01 .right img { width: 100%; display: block; }
.ny .tbox { width: 100%; float: left; margin-top: 25px; }
.ny .tbox .bt { font-size: 20px; line-height: 30px; }
.ny .tbox .box { width: 100%; margin-top: 15px; }
.ny .tbox .box .swiper-container { width: 100%; }
.ny .tbox .box .swiper-container .swiper-slide { width: 70%; position: relative; }
.ny .tbox .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.ny .tbox .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 60.71%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.ny .tbox .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.ny .tbox .box .swiper-container .swiper-slide .wen { padding: 15px; padding-bottom: 20px; position: relative; z-index: 2; background-color: #fff; border-radius: 10px; margin-top: -10px; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w01 { width: 100%; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w01 a { width: 100%; font-size: 16px; line-height: 26px; height: 26px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: bold; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w02 { width: 100%; font-size: 14px; line-height: 24px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; margin-top: 5px; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 { margin-top: 10px; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a { display: block; float: left; overflow: hidden; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a span { display: block; text-align: center; width: 100px; height: 34px; line-height: 34px; font-size: 14px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a span { color: #fff; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a b { display: block; width: 34px; height: 34px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a b img { display: block; height: 12px; margin: 11px auto; }
.ny .tbox .box .swiper-container .swiper-slide .wen .w03 a:hover span, .ny .tbox .box .swiper-container .swiper-slide .wen .w03 a:hover b { background-color: #0050b8; }
.ny .tbox .box .swiper-container .swiper-slide:hover .wen .w01 a { color: #00439a; }
}

/*新闻资讯*/
@media only screen and (min-width: 1600px) {
.dao { width: 100%; height: 70px; background-color: #f5f5f5; display: flex; flex-wrap: wrap; justify-content: center; }
.dao a { margin: 0 20px; height: 70px; line-height: 70px; font-size: 18px; font-weight: bold; position: relative; }
.dao a:hover, .dao a.on { color: #00439a; }
.dao a.on b { width: 100%; height: 2px; display: block; position: absolute; left: 0; bottom: 0; background: #00439a; }
.main { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #fff; }
.main .box { margin-top: 1.82vw; width: 100%; position: relative; z-index: 3; }
.main .box .news { width: 100%; display: block; margin-top: -2.08vw; }
.main .box .news li { display: flex; align-items: center; overflow: hidden; margin-top: 2.08vw; }
.main .box .news li .left { width: 400px; height: 275px; border-radius: 10px; }
.main .box .news li .left img { width: 100%; display: block; }
.main .box .news li .right { width: calc(97% - 400px); margin-left: 3%; }
.main .box .news li .right .w01 { font-size: 20px; line-height: 30px; font-weight: bold; }
.main .box .news li .right .w01 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main .box .news li .right .w01 a:hover { color: #00439a; }
.main .box .news li .right .w02 { font-size: 16px; line-height: 26px; color: #666; margin-top: 5px; }
.main .box .news li .right .w03 { font-size: 16px; line-height: 30px; height: 90px; margin-top: 15px; padding-top: 18px; border-top: 1px solid #ddd; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.main .box .news li .right .w04 { padding-top: 18px; padding-bottom: 5px; }
.main .box .news li .right .w04 a { display: block; float: left; overflow: hidden; }
.main .box .news li .right .w04 a span { display: block; text-align: center; width: 120px; height: 38px; line-height: 38px; font-size: 16px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.main .box .news li .right .w04 a span { color: #fff; }
.main .box .news li .right .w04 a b { display: block; width: 38px; height: 38px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.main .box .news li .right .w04 a b img { display: block; height: 12px; margin: 13px auto; }
.main .box .news li .right .w04 a:hover span, .main .box .news li .right .w04 a:hover b { background-color: #0050b8; }
.fanye { width: 100%; margin-top: 2.08vw; text-align: center; }
.fanye li { margin: 0 5px; display: inline-block; font-size: 18px; }
.fanye li a { width: 40px; height: 40px; line-height: 40px; background-color: #f7f7f7; border-radius: 100%; display: block; }
.fanye li span { width: 40px; height: 40px; line-height: 40px; background-color: #f7f7f7; border-radius: 100%; display: block; }
.fanye li span.active { color: #fff; background-color: #00439a; }
.fanye li span.disabled { color: #aaa; background-color: #f2f2f2; cursor: no-drop; }
.fanye li a:hover { color: #00439a; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.dao { width: 100%; height: 60px; background-color: #f5f5f5; display: flex; flex-wrap: wrap; justify-content: center; }
.dao a { margin: 0 15px; height: 60px; line-height: 60px; font-size: 16px; font-weight: bold; position: relative; }
.dao a:hover, .dao a.on { color: #00439a; }
.dao a.on b { width: 100%; height: 2px; display: block; position: absolute; left: 0; bottom: 0; background: #00439a; }
.main { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #fff; }
.main .box { margin-top: 1.82vw; width: 100%; position: relative; z-index: 3; }
.main .box .news { width: 100%; display: block; margin-top: -2.08vw; }
.main .box .news li { display: flex; align-items: center; overflow: hidden; margin-top: 2.08vw; }
.main .box .news li .left { width: 350px; height: 240px; border-radius: 10px; }
.main .box .news li .left img { width: 100%; display: block; }
.main .box .news li .right { width: calc(97% - 350px); margin-left: 3%; }
.main .box .news li .right .w01 { font-size: 18px; line-height: 28px; font-weight: bold; }
.main .box .news li .right .w01 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main .box .news li .right .w01 a:hover { color: #00439a; }
.main .box .news li .right .w02 { font-size: 15px; line-height: 25px; color: #666; margin-top: 5px; }
.main .box .news li .right .w03 { font-size: 15px; line-height: 27px; height: 81px; margin-top: 10px; padding-top: 13px; border-top: 1px solid #ddd; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.main .box .news li .right .w04 { padding-top: 15px; padding-bottom: 5px; }
.main .box .news li .right .w04 a { display: block; float: left; overflow: hidden; }
.main .box .news li .right .w04 a span { display: block; text-align: center; width: 110px; height: 36px; line-height: 36px; font-size: 15px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.main .box .news li .right .w04 a span { color: #fff; }
.main .box .news li .right .w04 a b { display: block; width: 36px; height: 36px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.main .box .news li .right .w04 a b img { display: block; height: 12px; margin: 12px auto; }
.main .box .news li .right .w04 a:hover span, .main .box .news li .right .w04 a:hover b { background-color: #0050b8; }
.fanye { width: 100%; margin-top: 2.08vw; text-align: center; }
.fanye li { margin: 0 5px; display: inline-block; font-size: 16px; }
.fanye li a { width: 36px; height: 36px; line-height: 36px; background-color: #f7f7f7; border-radius: 100%; display: block; }
.fanye li span { width: 36px; height: 36px; line-height: 36px; background-color: #f7f7f7; border-radius: 100%; display: block; }
.fanye li span.active { color: #fff; background-color: #00439a; }
.fanye li span.disabled { color: #aaa; background-color: #f2f2f2; cursor: no-drop; }
.fanye li a:hover { color: #00439a; }
}
@media only screen and (max-width: 1023px) {
.dao { width: 100%; height: 40px; background-color: #f5f5f5; display: flex; flex-wrap: wrap; justify-content: center; }
.dao a { margin: 0 5px; height: 40px; line-height: 40px; font-size: 14px; font-weight: bold; position: relative; }
.dao a:hover, .dao a.on { color: #00439a; }
.dao a.on b { width: 100%; height: 2px; display: block; position: absolute; left: 0; bottom: 0; background: #00439a; }
.main { padding: 40px 3%; position: relative; z-index: 1; background-color: #fff; }
.main .box { margin-top: 15px; width: 100%; position: relative; z-index: 3; }
.main .box .news { width: 100%; display: block; margin-top: -20px; }
.main .box .news li { width: 100%; display: block; overflow: hidden; margin-top: 20px; }
.main .box .news li .left { width: 100%; position: relative; border-radius: 10px; }
.main .box .news li .left a { width: 100%; padding-top: 68.63%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.main .box .news li .left a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.main .box .news li .right { width: 100%; margin-top: 10px; }
.main .box .news li .right .w01 { font-size: 16px; line-height: 26px; font-weight: bold; }
.main .box .news li .right .w01 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main .box .news li .right .w01 a:hover { color: #00439a; }
.main .box .news li .right .w02 { font-size: 14px; line-height: 24px; color: #666; }
.main .box .news li .right .w03 { font-size: 14px; line-height: 24px; height: 72px; margin-top: 10px; padding-top: 5px; border-top: 1px solid #ddd; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.main .box .news li .right .w04 { padding-top: 10px; }
.main .box .news li .right .w04 a { display: block; float: left; overflow: hidden; }
.main .box .news li .right .w04 a span { display: block; text-align: center; width: 100px; height: 34px; line-height: 34px; font-size: 14px; background-color: #00439a; color: #fff; border-radius: 5px; overflow: hidden; float: left; }
.main .box .news li .right .w04 a span { color: #fff; }
.main .box .news li .right .w04 a b { display: block; width: 34px; height: 34px; background-color: #00439a; border-radius: 5px; overflow: hidden; float: left; }
.main .box .news li .right .w04 a b img { display: block; height: 12px; margin: 11px auto; }
.main .box .news li .right .w04 a:hover span, .main .box .news li .right .w04 a:hover b { background-color: #0050b8; }
.fanye { width: 100%; margin-top: 20px; text-align: center; }
.fanye li { margin: 0 3px; display: inline-block; font-size: 14px; }
.fanye li a { width: 32px; height: 32px; line-height: 32px; background-color: #f7f7f7; border-radius: 100%; display: block; }
.fanye li span { width: 32px; height: 32px; line-height: 32px; background-color: #f7f7f7; border-radius: 100%; display: block; }
.fanye li span.active { color: #fff; background-color: #00439a; }
.fanye li span.disabled { color: #aaa; background-color: #f2f2f2; cursor: no-drop; }
.fanye li a:hover { color: #00439a; }
}

/*新闻资讯内页*/
@media only screen and (min-width: 1600px) {
.ny .lbar .bt { font-size: 24px; line-height: 34px; }
.ny .lbar .time { font-size: 16px; line-height: 26px; margin-top:.52vw;
}
.ny .lbar .time img { display: block; float: left; height: 16px; margin-top: 5px; margin-right: 10px; }
.ny .lbar .wen { font-size: 16px; line-height: 26px; margin-top:.875vw;
}
.ny .lbar .wen img { max-width: 100%; height: auto !important; }
.ny .lbar .back { margin-top: 1.82vw; margin-bottom: 5px; }
.ny .lbar .back .prev { padding: 1.3vw; background-color: #f7f7f7; box-sizing: border-box; width: 48.5%; float: left; border-radius: 10px; }
.ny .lbar .back .next { padding: 1.3vw; background-color: #f7f7f7; box-sizing: border-box; width: 48.5%; float: right; border-radius: 10px; }
.ny .lbar .back span { display: block; font-size: 16px; line-height: 26px; color: #666; }
.ny .lbar .back a { width: 100%; font-size: 16px; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top:.52vw;
}
.ny .lbar .back a:hover { color: #00439a; }
.ny .rbar .list { width: 100%; display: block; }
.ny .rbar .list li { width: 100%; display: block; overflow: hidden; margin-top:.875vw;
}
.ny .rbar .list li .tu { width: 110px; height: 75px; border-radius: 5px; float: left; }
.ny .rbar .list li .tu img { width: 100%; display: block; }
.ny .rbar .list li .wen { width: calc(100% - 120px); margin-left: 10px; float: right; margin-top: -1px; }
.ny .rbar .list li .wen a { width: 100%; font-size: 16px; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.ny .rbar .list li .wen a:hover { color: #00439a; }
.ny .rbar .list li .wen p { font-size: 14px; line-height: 24px; height: 24px; overflow: hidden; color: #666; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.ny .lbar .bt { font-size: 20px; line-height: 30px; }
.ny .lbar .time { font-size: 15px; line-height: 25px; margin-top:.52vw;
}
.ny .lbar .time img { display: block; float: left; height: 15px; margin-top: 4px; margin-right: 7px; }
.ny .lbar .wen { font-size: 15px; line-height: 25px; margin-top:.875vw;
}
.ny .lbar .wen img { max-width: 100%; height: auto !important; }
.ny .lbar .back { margin-top: 1.82vw; margin-bottom: 5px; }
.ny .lbar .back .prev { padding: 1.3vw; background-color: #f7f7f7; box-sizing: border-box; width: 48.5%; float: left; border-radius: 10px; }
.ny .lbar .back .next { padding: 1.3vw; background-color: #f7f7f7; box-sizing: border-box; width: 48.5%; float: right; border-radius: 10px; }
.ny .lbar .back span { display: block; font-size: 15px; line-height: 25px; color: #666; }
.ny .lbar .back a { width: 100%; font-size: 15px; line-height: 25px; height: 50px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top:.52vw;
}
.ny .lbar .back a:hover { color: #00439a; }
.ny .rbar .list { width: 100%; display: block; }
.ny .rbar .list li { width: 100%; display: block; overflow: hidden; margin-top:.875vw;
}
.ny .rbar .list li .tu { width: 110px; height: 75px; border-radius: 5px; float: left; }
.ny .rbar .list li .tu img { width: 100%; display: block; }
.ny .rbar .list li .wen { width: calc(100% - 120px); margin-left: 10px; float: right; margin-top: -1px; }
.ny .rbar .list li .wen a { width: 100%; font-size: 16px; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.ny .rbar .list li .wen a:hover { color: #00439a; }
.ny .rbar .list li .wen p { font-size: 14px; line-height: 24px; height: 24px; overflow: hidden; color: #666; }
}
@media only screen and (max-width: 1023px) {
.ny .lbar .bt { font-size: 16px; line-height: 26px; }
.ny .lbar .time { font-size: 14px; line-height: 24px; }
.ny .lbar .time img { display: block; float: left; height: 14px; margin-top: 5px; margin-right: 4px; }
.ny .lbar .wen { font-size: 14px; line-height: 24px; margin-top: 8px; }
.ny .lbar .wen img { max-width: 100%; height: auto !important; }
.ny .lbar .back { margin-top: 15px; margin-bottom: 5px; }
.ny .lbar .back .prev { padding: 10px; background-color: #f7f7f7; box-sizing: border-box; width: 48.5%; float: left; border-radius: 10px; }
.ny .lbar .back .next { padding: 10px; background-color: #f7f7f7; box-sizing: border-box; width: 48.5%; float: right; border-radius: 10px; }
.ny .lbar .back span { display: block; font-size: 14px; line-height: 24px; color: #666; }
.ny .lbar .back a { width: 100%; font-size: 14px; line-height: 24px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.ny .lbar .back a:hover { color: #00439a; }
.ny .rbar .list { width: 100%; display: block; margin-top: -5px; }
.ny .rbar .list li { width: 100%; display: block; overflow: hidden; margin-top: 15px; }
.ny .rbar .list li .tu { width: 110px; height: 75px; border-radius: 5px; float: left; }
.ny .rbar .list li .tu img { width: 100%; display: block; }
.ny .rbar .list li .wen { width: calc(100% - 120px); margin-left: 10px; float: right; height: 76px; margin-top: -1px; }
.ny .rbar .list li .wen a { width: 100%; font-size: 16px; line-height: 26px; height: 52px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.ny .rbar .list li .wen a:hover { color: #00439a; }
.ny .rbar .list li .wen p { font-size: 14px; line-height: 24px; height: 24px; overflow: hidden; color: #666; margin-top: 2px; }
}

/*关于我们*/
@media screen and (min-width:1600px) {
.ab01 { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #fff; }
.ab01 .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.ab01 .box .left { width: 45.625%; float: left; position: relative; }
.ab01 .box .left .w01 { font-size: 24px; line-height: 34px; font-weight: bold; color: #00439a; }
.ab01 .box .left .w02 { margin-top: 0.78125vw; display: flex; font-size: 30px; line-height: 40px; }
.ab01 .box .left .w02 b { width: 10px; position: relative; display: block; margin-right: 5px; }
.ab01 .box .left .w02 b:before { width: 10px; height: 2px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 b:after { width: 2px; height: 20px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 p { width: 10px; position: relative; display: block; margin-left: 5px; }
.ab01 .box .left .w02 p:before { width: 10px; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 p:after { width: 2px; height: 20px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w03 { margin-top: 1.04vw; width: 40px; height: 2px; background-color: #f4bf51; }
.ab01 .box .left .w04 { font-size: 16px; line-height: 36px; margin-top: 30px; overflow: hidden; }
.ab01 .box .right { width: 48.125%; margin-left: 6.25%; position: relative; border-radius: 10px; float: right; overflow: hidden; }
.ab01 .box .right img { width: 100%; display: block; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.ab01 { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #fff; }
.ab01 .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.ab01 .box .left { width: 47%; float: left; position: relative; }
.ab01 .box .left .w01 { font-size: 20px; line-height: 30px; font-weight: bold; color: #00439a; }
.ab01 .box .left .w02 { margin-top: 0.78125vw; display: flex; font-size: 24px; line-height: 34px; }
.ab01 .box .left .w02 b { width: 7px; position: relative; display: block; margin-right: 5px; }
.ab01 .box .left .w02 b:before { width: 7px; height: 2px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 b:after { width: 2px; height: 15px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 p { width: 7px; position: relative; display: block; margin-left: 5px; }
.ab01 .box .left .w02 p:before { width: 7px; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 p:after { width: 2px; height: 15px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w03 { margin-top: 1.04vw; width: 30px; height: 2px; background-color: #f4bf51; }
.ab01 .box .left .w04 { font-size: 15px; line-height: 30px; margin-top: 1.5625vw; overflow: hidden; }
.ab01 .box .right { width: 48%; margin-left: 5%; position: relative; border-radius: 10px; float: right; overflow: hidden; }
.ab01 .box .right img { width: 100%; display: block; }
}
@media only screen and (max-width:1023px) {
.ab01 { padding: 40px 3%; padding-top: 35px; position: relative; z-index: 1; background-color: #fff; }
.ab01 .box { width: 100%; position: relative; z-index: 3; margin-top: 10px; }
.ab01 .box .left { width: 100%; position: relative; overflow: hidden; }
.ab01 .box .left .w01 { font-size: 16px; line-height: 26px; font-weight: bold; color: #00439a; }
.ab01 .box .left .w02 { margin-top: 5px; display: flex; font-size: 18px; line-height: 28px; }
.ab01 .box .left .w02 b { width: 4px; position: relative; display: block; margin-right: 5px; }
.ab01 .box .left .w02 b:before { width: 4px; height: 2px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 b:after { width: 2px; height: 10px; position: absolute; left: 0; top: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 p { width: 4px; position: relative; display: block; margin-left: 5px; }
.ab01 .box .left .w02 p:before { width: 4px; height: 2px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w02 p:after { width: 2px; height: 10px; position: absolute; right: 0; bottom: 0; display: block; content: ''; background-color: #333; overflow: hidden; }
.ab01 .box .left .w03 { margin-top: 10px; width: 20px; height: 2px; background-color: #f4bf51; }
.ab01 .box .left .w04 { font-size: 14px; line-height: 24px; margin-top: 15px; overflow: hidden; }
.ab01 .box .right { width: 100%; margin-top: 15px; position: relative; border-radius: 10px; }
.ab01 .box .right img { width: 100%; display: block; }
}
 @media screen and (min-width:1600px) {
.ab02 { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.ab02 .box { width: 100%; position: relative; z-index: 3; margin-top: -0.26vw; }
.ab02 .box a { width: 23.125%; display: block; float: left; margin-left: 2.5%; margin-top: 2.08vw; position: relative; overflow: hidden; }
.ab02 .box a:nth-child(4n+1) { margin-left: 0; }
.ab02 .box a:before { width: 100%; display: block; padding-top: 68.64%; content: ''; overflow: hidden; }
.ab02 .box a img { width: 100%; display: block; position: absolute; left: 0; top: 0; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
.ab02 .box a:hover img { transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.ab02 { padding: 5.2vw 5%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.ab02 .box { width: 100%; position: relative; z-index: 3; margin-top: -0.26vw; }
.ab02 .box a { width: 23.125%; display: block; float: left; margin-left: 2.5%; margin-top: 2.08vw; position: relative; overflow: hidden; }
.ab02 .box a:nth-child(4n+1) { margin-left: 0; }
.ab02 .box a:before { width: 100%; display: block; padding-top: 68.64%; content: ''; overflow: hidden; }
.ab02 .box a img { width: 100%; display: block; position: absolute; left: 0; top: 0; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
.ab02 .box a:hover img { transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); }
}
@media only screen and (max-width:1023px) {
.ab02 { padding: 40px 3%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.ab02 .box { width: 100%; position: relative; z-index: 3; }
.ab02 .box a { width: 48.5%; display: block; float: left; margin-left: 3%; margin-top: 15px; position: relative; overflow: hidden; }
.ab02 .box a:nth-child(2n+1) { margin-left: 0; }
.ab02 .box a:before { width: 100%; display: block; padding-top: 68.64%; content: ''; overflow: hidden; }
.ab02 .box a img { width: 100%; display: block; position: absolute; left: 0; top: 0; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
.ab02 .box a:hover img { transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); }
}
 @media screen and (min-width:1600px) {
.ab03 { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #f7f7f7; }
.ab03 .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.ab03 .box .swiper-container { width: 100%; }
.ab03 .box .swiper-container .swiper-slide { width: 31.875%; position: relative; }
.ab03 .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.ab03 .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 70%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.ab03 .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.ab03 .box .swiper-container .swiper-slide .wen { padding: 1.04vw 1.5625vw; width: calc(100% - 6.25vw); position: absolute; left: 1.5625vw; bottom: 1.5625vw; z-index: 2; background-color: rgba(255,255,255,.9); border-radius: 10px; display:none;}
.ab03 .box .swiper-container .swiper-slide .wen .w01 { font-size: 20px; line-height: 30px; height: 30px; text-align: center; }
.ab03 .box .swiper-container .swiper-slide .wen .w02 { font-size: 16px; line-height: 26px; height: 26px; text-align: center; color: #666; margin-top:.52vw;
}
.ab03 .box .swiper-container .swiper-slide:hover .wen { background-color: #00439a; }
.ab03 .box .swiper-container .swiper-slide:hover .wen .w01 { color: #fff; }
.ab03 .box .swiper-container .swiper-slide:hover .wen .w02 { color: #fff; }
.ab03 .swiper-pagination { width: 100%; margin-top: 2.08vw; display: flex; flex-wrap: wrap; justify-content: center; }
.ab03 .swiper-pagination span { width: 10px; height: 10px; display: block; margin: 0 5px; cursor: pointer; border-radius: 10px; background-color: #999; }
.ab03 .swiper-pagination span.swiper-pagination-bullet-active { width: 60px; background-color: #00439a; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.ab03 { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #f7f7f7; }
.ab03 .box { width: 100%; position: relative; z-index: 3; margin-top: 1.82vw; }
.ab03 .box .swiper-container { width: 100%; }
.ab03 .box .swiper-container .swiper-slide { width: 31.875%; position: relative; }
.ab03 .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.ab03 .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 70%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.ab03 .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.ab03 .box .swiper-container .swiper-slide .wen { padding: 1.04vw 1.5625vw; width: calc(100% - 6.25vw); position: absolute; left: 1.5625vw; bottom: 1.5625vw; z-index: 2; background-color: rgba(255,255,255,.9); border-radius: 10px; display:none;}
.ab03 .box .swiper-container .swiper-slide .wen .w01 { font-size: 18px; line-height: 28px; height: 28px; text-align: center; }
.ab03 .box .swiper-container .swiper-slide .wen .w02 { font-size: 15px; line-height: 25px; height: 25px; text-align: center; color: #666; margin-top:.52vw;
}
.ab03 .box .swiper-container .swiper-slide:hover .wen { background-color: #00439a; }
.ab03 .box .swiper-container .swiper-slide:hover .wen .w01 { color: #fff; }
.ab03 .box .swiper-container .swiper-slide:hover .wen .w02 { color: #fff; }
.ab03 .swiper-pagination { width: 100%; margin-top: 2.08vw; display: flex; flex-wrap: wrap; justify-content: center; }
.ab03 .swiper-pagination span { width: 8px; height: 8px; display: block; margin: 0 4px; cursor: pointer; border-radius: 10px; background-color: #999; }
.ab03 .swiper-pagination span.swiper-pagination-bullet-active { width: 50px; background-color: #00439a; }
}
@media only screen and (max-width:1023px) {
.ab03 { padding: 40px 3%; position: relative; z-index: 1; background-color: #f7f7f7; }
.ab03 .box { width: 100%; position: relative; z-index: 3; margin-top: 15px; }
.ab03 .box .swiper-container { width: 100%; }
.ab03 .box .swiper-container .swiper-slide { width: 100%; position: relative; }
.ab03 .box .swiper-container .swiper-slide .tu { width: 100%; position: relative; z-index: 1; }
.ab03 .box .swiper-container .swiper-slide .tu a { width: 100%; padding-top: 70%; border-radius: 10px; position: relative; display: block; overflow: hidden; }
.ab03 .box .swiper-container .swiper-slide .tu a img { width: 100%; height: 100%; display: block; object-fit: cover; position: absolute; left: 0; top: 0; }
.ab03 .box .swiper-container .swiper-slide .wen { padding: 10px 15px; width: calc(100% - 60px); position: absolute; left: 15px; bottom: 15px; z-index: 2; background-color: rgba(255,255,255,.9); border-radius: 10px; display:none;}
.ab03 .box .swiper-container .swiper-slide .wen .w01 { font-size: 16px; line-height: 26px; height: 26px; text-align: center; }
.ab03 .box .swiper-container .swiper-slide .wen .w02 { font-size: 14px; line-height: 24px; height: 24px; text-align: center; color: #666; }
.ab03 .box .swiper-container .swiper-slide:hover .wen { background-color: #00439a; }
.ab03 .box .swiper-container .swiper-slide:hover .wen .w01 { color: #fff; }
.ab03 .box .swiper-container .swiper-slide:hover .wen .w02 { color: #fff; }
.ab03 .swiper-pagination { width: 100%; margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; }
.ab03 .swiper-pagination span { width: 6px; height: 6px; display: block; margin: 0 3px; cursor: pointer; border-radius: 10px; background-color: #999; }
.ab03 .swiper-pagination span.swiper-pagination-bullet-active { width: 40px; background-color: #00439a; }
}

/*联系我们*/
@media screen and (min-width:1600px) {
.lx { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.lx .box { width: 100%; position: relative; z-index: 3; }
.lx .box ul { margin-left: -1.5vw; margin-right: -1.5vw; display: flex; flex-wrap:wrap;}
.lx .box ul li { width:calc(33.33% - 3vw); display: block; margin: 0 1.5vw; border-radius: 10px; box-sizing:border-box; background-color: #f7f7f7; padding: 2.08vw; text-align: center;  margin-top: 1.82vw;}
.lx .box ul li strong { display: block; }
.lx .box ul li strong img { display: block; height: 60px; margin: 5px auto; }
.lx .box ul li span { display: block; font-size: 16px; line-height: 26px; margin-top: 1.3vw; }
.lx .box ul li p { display: block; font-size: 16px; line-height: 26px; margin-top:.52vw;
}
.map img { width: 100%; display: block; }
}
@media screen and (min-width:1024px) and (max-width:1599px) {
.lx { padding: 5.2vw 5%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.lx .box { width: 100%; position: relative; z-index: 3; }
.lx .box ul { margin-left: -1.5vw; margin-right: -1.5vw; display: flex; flex-wrap:wrap; }
.lx .box ul li { width:calc(33.33% - 3vw); display: block; margin: 0 1.5vw; border-radius: 10px; box-sizing:border-box; background-color: #f7f7f7; padding: 2.08vw; text-align: center; margin-top: 1.82vw; }
.lx .box ul li strong { display: block; }
.lx .box ul li strong img { display: block; height: 50px; margin: 5px auto; }
.lx .box ul li span { display: block; font-size: 15px; line-height: 25px; margin-top: 1.3vw; }
.lx .box ul li p { display: block; font-size: 15px; line-height: 25px; margin-top:.52vw;
}
.map img { width: 100%; display: block; }
}
@media only screen and (max-width:1023px) {
.lx { padding: 40px 3%; position: relative; z-index: 1; background-position: center; background-repeat: no-repeat; background-size: cover; }
.lx .box { width: 100%; position: relative; z-index: 3; }
.lx .box ul { width: 100%; display: block; }
.lx .box ul li { display: block; margin-top: 15px; border-radius: 10px; background-color: #f7f7f7; padding: 15px; text-align: center; }
.lx .box ul li strong { display: block; }
.lx .box ul li strong img { display: block; height: 40px; margin: 5px auto; }
.lx .box ul li span { display: block; font-size: 14px; line-height: 24px; margin-top: 10px; }
.lx .box ul li p { display: block; font-size: 14px; line-height: 24px; }
.map img { width: 100%; display: block; }
}
@media only screen and (min-width: 1600px) {
.rates-container { padding: 5.2vw 8.335%; position: relative; z-index: 1; background-color: #f7f7f7; border-top: 110px solid #fff; }
}
@media screen and (min-width: 1024px) and (max-width: 1599px) {
.rates-container { padding: 5.2vw 5%; position: relative; z-index: 1; background-color: #f7f7f7; border-top: 90px solid #fff; }
}
@media only screen and (max-width: 1023px) {
.rates-container { padding: 40px 3%; position: relative; z-index: 1; background-color: #f7f7f7; border-top: 60px solid #fff; overflow: auto; }
}
