<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

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

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background: #f6f6f6;
}

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

.banner_sy {
  width: 100%;
  height: 900px;
  background: url(../image/ban.jpg) top center no-repeat;
  
}

.banner_gjjs {
  width: 100%;
  height: 900px;
  background: url(../image/ban_gjjs.jpg) top center no-repeat;
}

.banner_gjjs a {
  width: 100%;
  height: 100%;
  display: block;
}

.banner_al {
  width: 100%;
  height: 900px;
  background: url(../image/ban_al.jpg) top center no-repeat;
}

.banner_ossd {
  width: 100%;
  height: 900px;
  background: url(../image/ban_ossd.jpg) top center no-repeat;
}

.banner_ossd a {
  width: 100%;
  height: 100%;
  display: block;
}

.pagination_txt {
  width: 1200px;
  height: 50px;
  position: absolute;
  left: 55%;
  margin-left: -600px;
  z-index: 2;
  bottom: 0;
}

.pagination_txt .item {
  width: 298px;
  float: left;
  height: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(10, 19, 61, 0.5);
}

.pagination_txt .cur {
  background-color: #ff8e00;
}

.title_al {
  background: url(../image/title_bg.png) top center no-repeat;
}

.title_al h6 {
  font-size: 46px;
  color: #333;
  text-align: center;
  line-height: 48px;
  padding-top: 12px;
  position: relative;
}

.title_al h6::after {
  position: absolute;
  content: '';
  width: 113px;
  height: 4px;
  border-radius: 2px;
  background-color: #60c4cf;
  bottom: -4px;
  left: 50%;
  margin-left: -56px;
}

.title_al p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 22px;
  margin-top: 15px;
}

.kecheng {
  margin-top: 100px;
}

.kecheng ul {
  padding-top: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kecheng ul li {
  width: 585px;
  height: 259px;
  padding-top: 40px;
  margin-top: 32px;
  position: relative;
  background: url(../image/kc_bg.png) no-repeat;
}

.kecheng ul li img {
  position: absolute;
  left: 0;
  top: 15px;
}

.kecheng ul li h6 {
  font-size: 32px;
  color: #1b3e84;
  line-height: 38px;
  margin: 0 auto;
  display: table;
  border-bottom: 1px solid #5181b5;
}

.kecheng ul li span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #1b3e84;
  line-height: 20px;
  margin-top: 8px;
}

.kecheng ul li p {
  padding: 0 30px;
  font-size: 16px;
  color: #1b3e84;
  line-height: 26px;
  margin-top: 22px;
}

.kecheng ul li a {
  width: 196px;
  height: 40px;
  border: 1px solid #e5739e;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ec6995;
  position: absolute;
  bottom: 40px;
  left: 194px;
}

.kecheng ul li a:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to right, #c06ba6, #ed6995);
}

.btn_al {
  width: 196px;
  height: 42px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right, #c06ba6, #ed6995);
}

.kecheng_sz {
  margin-top: 100px;
}

.kecheng_sz #nav_top {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  padding: 0 346px;
}

.kecheng_sz #nav_top .item {
  width: 224px;
  height: 51px;
  cursor: pointer;
}

.kecheng_sz #nav_top .item:nth-child(2) {
  background: url(../image/kc_bg1.png) no-repeat;
}

.kecheng_sz #nav_top .item:nth-child(1) {
  background: url(../image/kc_bg2.png) no-repeat;
}

.kecheng_sz #nav_top .active:nth-child(2) {
  background: url(../image/kc_bg1h.png) no-repeat;
}

.kecheng_sz #nav_top .active:nth-child(1) {
  background: url(../image/kc_bg2h.png) no-repeat;
}

.kecheng_sz .kc_list {
  display: none;
  margin-top: 50px;
  background-color: #fff;
}

.kecheng_sz .kc_taocan {
  padding: 33px 0 36px 0;
}

.kecheng_sz .kc_taocan table {
  width: 1160px;
  margin: 0 auto;
  background-color: #f6f6f6;
}

.kecheng_sz .kc_taocan table tr td {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 5px 0;
}

.kecheng_sz .kc_taocan table tr td:last-child {
  border-right: 0;
}

.kecheng_sz .kc_taocan table tr:last-child td {
  border-bottom: 0;
}

.kecheng_sz #nav_cp {
  width: 100%;
  height: 40px;
  background: linear-gradient(to right, #7eebff, #d0c7fc);
}

.kecheng_sz #nav_cp .item {
  width: 223px;
  height: 40px;
  float: left;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border-right: 1px solid #fff;
}

.kecheng_sz #nav_cp .item:last-child {
  width: 300px;
  border-right: 0;
}

.kecheng_sz #nav_cp .active {
  color: #6a8bf8;
  background-color: #fff;
}

.kecheng_sz .cp_list {
  display: none;
  margin-top: 40px;
  padding-bottom: 40px;
}

.kecheng_sz .cp_list table {
  width: 1160px;
  margin: 40px auto 0;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.kecheng_sz .cp_list table tr td {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 5px 0;
}

.kecheng_sz .cp_list table tr:first-child {
  background-color: #f6f6f6;
}

.kecheng_sz .show {
  display: block;
}

.kecheng_sz .btn_al {
  margin-top: 40px;
}

.yuyue_yi {
  width: 100%;
  height: 368px;
  padding-top: 1px;
  margin-top: 100px;
  background: url(../image/yy_bg1.jpg) no-repeat;
}

.yuyue_yi .form {
  margin: 243px 0 0 456px;
}

.yuyue_yi .kuang {
  width: 196px;
  height: 40px;
  float: left;
  border-radius: 20px;
  border: 1px solid #727c89;
  background: none;
  margin-right: 59px;
  outline: none;
  font-size: 18px;
  color: #676f7a;
  text-indent: 12px;
}

.yuyue_yi .kuang:focus {
  border-color: #ea6996;
}

.yuyue_yi .submit {
  width: 210px;
  height: 42px;
  display: block;
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 #bc4771;
  background: linear-gradient(to right, #c06ba6, #ed6995);
}

.youshi {
  margin-top: 100px;
}

.youshi ul {
  display: flex;
  justify-content: space-between;
}

.youshi ul li {
  width: 230px;
  height: 520px;
  margin-top: 40px;
  position: relative;
}

.youshi ul li span {
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 28px;
  color: #fff;
  padding-top: 110px;
  text-shadow: 3px 3px 5px rgba(43, 93, 114, 0.5);
}

.youshi ul li p {
  margin-top: 15px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-shadow: 2px 2px 2px rgba(43, 93, 114, 0.5);
}

.youshi ul li a {
  width: 160px;
  height: 36px;
  display: block;
  float: left;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 18px;
  background: linear-gradient(to right, #c06ba6, #ed6995);
  position: absolute;
  bottom: 28px;
  left: 35px;
}

.youshi ul li:nth-child(1) {
  background: url(../image/ys_img1.jpg) no-repeat;
}

.youshi ul li:nth-child(2) {
  background: url(../image/ys_img2.jpg) no-repeat;
}

.youshi ul li:nth-child(3) {
  background: url(../image/ys_img3.jpg) no-repeat;
}

.youshi ul li:nth-child(4) {
  background: url(../image/ys_img4.jpg) no-repeat;
}

.youshi ul li:nth-child(5) {
  background: url(../image/ys_img5.jpg) no-repeat;
}

.remen {
  margin-top: 100px;
  padding-bottom: 45px;
  background: url(../image/yy_bg2.jpg) bottom center no-repeat;
}

.remen .kc_remen {
  width: 100%;
  height: 388px;
  margin-top: 40px;
  border-radius: 20px;
  background: url(../image/rm_img.jpg) no-repeat;
}

.remen .form {
  margin-top: 130px;
  display: flex;
  padding: 0 100px;
  justify-content: space-between;
}

.remen .form .kuang {
  width: 210px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  background: none;
  margin-right: 59px;
  outline: none;
  font-size: 18px;
  color: #fff;
  text-indent: 12px;
}

.remen .form .kuang:focus {
  border-color: #e66d96;
}

.remen .form .select {
  position: relative;
  cursor: pointer;
  background: none;
}

.remen .form .select .current {
  line-height: 40px;
}

.remen .form .select .list {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 10;
  width: 210px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  max-height: 228px;
  background-color: #fff;
  color: #333;
  overflow: auto;
  display: none;
  padding-bottom: 10px;
}

.remen .form .select .option {
  padding-left: 15px;
  font-size: 16px;
  color: #676f7a;
  margin-top: 5px;
}

.remen .form .select:after {
  position: absolute;
  right: 22px;
  top: 13px;
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.remen .form .select:hover .list {
  display: block;
}

.remen .form .submit {
  width: 210px;
  height: 42px;
  display: block;
  float: left;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 #bc4771;
  background: linear-gradient(to right, #c06ba6, #ed6995);
}

.remen .form input::-webkit-input-placeholder {
  color: #fff;
}

.jiaoshi {
  margin-top: 100px;
}

.jiaoshi .js_list {
  width: 716px;
  padding-left: 484px;
  display: none;
  height: 260px;
  margin-top: 220px;
  position: relative;
  background: url(../image/js_dbg.jpg) no-repeat;
}

.jiaoshi .js_list img {
  position: absolute;
  bottom: 0;
  left: 72px;
}

.jiaoshi .js_list h6 {
  position: absolute;
  left: 484px;
  top: -74px;
  font-size: 36px;
  color: #333;
  line-height: 38px;
}

.jiaoshi .js_list p {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}

.jiaoshi .js_list p b {
  font-weight: normal;
  font-size: 18px;
}

.jiaoshi .js_list p:last-child b {
  color: #ec6995;
}

.jiaoshi .show {
  display: block;
}

.jiaoshi #nav_js {
  height: 90px;
  margin-top: 20px;
}

.jiaoshi #nav_js .item {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.jiaoshi #nav_js .active {
  background: url(../image/js_xbg.png) no-repeat;
}

.jiaoshi .btn_al {
  float: right;
  margin-top: -65px;
  margin-right: 159px;
}

.shenqing {
  width: 100%;
  height: 876px;
  padding-top: 56px;
  margin-top: 100px;
  background: url(../image/sq_bg.jpg) top center no-repeat;
}

.shenqing .title_al h6 {
  color: #fff;
}

.shenqing ul {
  height: 490px;
  margin-top: 124px;
  display: flex;
  justify-content: space-between;
}

.shenqing ul li {
  width: 228px;
  color: #fff;
  position: relative;
  text-align: center;
}

.shenqing ul li h6 {
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: -86px;
}

.shenqing ul li span {
  display: block;
  font-size: 24px;
  line-height: 52px;
  margin-top: 40px;
}

.shenqing ul li p {
  width: 100%;
  display: block;
  font-size: 28px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: -44px;
}

.shenqing ul li:nth-child(1) {
  height: 490px;
}

.shenqing ul li:nth-child(2) {
  height: 390px;
  margin-top: 100px;
}

.shenqing ul li:nth-child(3) {
  height: 295px;
  margin-top: 195px;
}

.shenqing ul li:nth-child(4) {
  height: 213px;
  margin-top: 277px;
}

.shenqing ul li:nth-child(4) h6 {
  top: -47px;
}

.shenqing ul li:nth-child(5) {
  height: 148px;
  margin-top: 342px;
}

.shenqing ul li:nth-child(5) h6 {
  top: -47px;
}

.shenqing .btn_al {
  margin-top: 100px;
}

.youshi_zx {
  width: 100%;
  height: 1004px;
  padding-top: 102px;
  background: url(../image/ys_bg.jpg) top center no-repeat;
}

.youshi_zx .ys_zx {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.youshi_zx .ys_zx li {
  width: 288px;
  height: 256px;
  margin-top: 25px;
  border-radius: 12px;
  background-color: #f0f8fb;
  box-shadow: 0 0 8px 1px rgba(34, 75, 84, 0.2);
}

.youshi_zx .ys_zx li img {
  margin: 33px auto 0;
}

.youshi_zx .ys_zx li h6 {
  position: relative;
  font-size: 22px;
  color: #333;
  margin-top: 24px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.youshi_zx .ys_zx li h6::after {
  position: absolute;
  content: '';
  width: 53px;
  height: 2px;
  left: 118px;
  bottom: -4px;
  border-radius: 1px;
  background-color: #7ce4fc;
}

.youshi_zx .ys_zx li p {
  padding: 0 14px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  margin-top: 10px;
}

.youshi_zx .ys_jx {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.youshi_zx .ys_jx li {
  width: 284px;
  height: 254px;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: #f0f8fb;
  box-shadow: 0 0 8px 1px rgba(34, 75, 84, 0.2);
}

.youshi_zx .ys_jx li img {
  width: 282px;
  height: 195px;
  margin: 1px auto 0;
  border-radius: 12px 12px 0 0;
}

.youshi_zx .ys_jx li p {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #333;
}

.tese {
  margin-top: 100px;
}

.tese .tese_fw {
  height: 328px;
  margin-top: 50px;
  position: relative;
  background: url(../image/ts_bg.jpg) no-repeat;
}

.tese .tese_fw .fw_ts {
  width: 200px;
  position: absolute;
}

.tese .tese_fw .fw_ts h6 {
  font-size: 30px;
  color: #58d7f0;
  text-align: center;
}

.tese .tese_fw .fw_ts p {
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.tese .tese_fw .fw_ts p b {
  font-size: 20px;
  line-height: 24px;
}

.tese .tese_fw .fw_ts:nth-child(1) {
  width: 160px;
  left: 0;
  top: 206px;
}

.tese .tese_fw .fw_ts:nth-child(2) {
  width: 160px;
  left: 190px;
  top: -18px;
}

.tese .tese_fw .fw_ts:nth-child(3) {
  width: 160px;
  left: 400px;
  top: 206px;
}

.tese .tese_fw .fw_ts:nth-child(4) {
  width: 110px;
  left: 630px;
  top: 0;
}

.tese .tese_fw .fw_ts:nth-child(5) {
  left: 800px;
  top: 206px;
}

.tese .tese_fw .fw_ts:nth-child(6) {
  right: 0;
  top: -18px;
}

.renke {
  margin-top: 140px;
}

.renke ul {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px 1px rgba(34, 75, 84, 0.1);
}

.renke ul li {
  width: 149px;
  height: 213px;
  float: left;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.renke ul li img {
  margin: 25px auto 0;
}

.renke ul li p {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 22px;
  margin-top: 8px;
}

.renke ul .borr0 {
  border-right: 0;
}

.renke ul .borb0 {
  border-bottom: 0;
}

.renke .btn_al {
  margin-top: 40px;
}

.xiaoqu {
  margin-top: 100px;
}

.xiaoqu_yi {
  width: 100%;
  height: 275px;
  margin-top: 40px;
  background: url(../image/xq_bg1.jpg) top center no-repeat;
}

.xiaoqu_er {
  width: 100%;
  height: 273px;
  background: url(../image/xq_bg2.jpg) top center no-repeat;
}

.xiaoqu_san {
  width: 100%;
  height: 275px;
  margin-bottom: 50px;
  background: url(../image/xq_bg3.jpg) top center no-repeat;
}
/*mubiao*/

.sxmbbn{
  width: 1920px;
  height: 450px;
  background-color: #F6F6F6;
}

.sxmbbnx{
  width: 900px;
  height: 300px;
  background-image: url(../image/11111.png);
  position: relative;
  left: 500px;
  height: 250px;
}

.pp1{
  color: blue;
  font-size: 25px;
  text-align:center;

}

.pp2{
  color: black;
  font-size: 20px;
  position: relative;
  left: 100px;
}</pre></body></html>