<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;
    outline: 0;
}
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;
}
.clearfix{
    clear: both;
}
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:#fff;
    overflow-x:hidden;
}
.pullL{
    float:left;
}
.pullR{
    float:right;
}
.content100{
    width: 100%;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.wrapperNew{
    width: 1100px;
    margin: 0 auto;
}
.mr0{
    margin-right: 0 !important;
}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}

@keyframes ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
@keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  }
  @keyframes ballon6{
    0%{transform: translateX(-3px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-3px);}
}
@keyframes ballon7{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
}
@keyframes jittery {

  5%,
  50% {
      transform: scale(1);
  }

  10% {
      transform: scale(0.9);
  }

  15% {
      transform: scale(1.15);
  }

  20% {
      transform: scale(1.15) rotate(-5deg);
  }

  25% {
      transform: scale(1.15) rotate(5deg);
  }

  30% {
      transform: scale(1.15) rotate(-3deg);
  }

  35% {
      transform: scale(1.15) rotate(2deg);
  }

  40% {
      transform: scale(1.15) rotate(0);
  }
}
/* 澶村浘 */
.content100 {
    width: 100%;
}
.content1_bg{
    height: 455px;
    background: url(../images/ban1_bg.jpg) top center no-repeat;
    background-size: 100% 455px;
    box-sizing: border-box;
    text-align: center;
    padding-top:62px;
}
.content1_bg .xhd_text {
    background: url(../images/ban_text01bg.png) 0 0 no-repeat;
     width: 655px;
     height: 129px;
     margin:0 auto;
}
.content1_bg .text-group{
    width:900px;
    margin:0 auto;
 }
 .content1_bg .text-group ul{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
 }
 .content1_bg .text-group ul li{
     color:#fff;
     font-size:26px;
     float: left;
     height:86px;
     position:relative;
     padding-left: 48px;
     text-align: left;
     box-sizing: border-box;
     padding-top:25px;
 }
 .content1_bg .text-group ul li span{
    font-size:20px;
 }
 .content1_bg .text-group ul li::before{
     content:'';
     position:absolute;
     display:inline-block;
     width: 38px;
     height: 34px;
     left: 0;
     top:29px;
     background: url(../images/zhengque_icon.png) 0 0 no-repeat;
 }
 .content1_bg a.ban1_btn {
    display: block;
    width: 300px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 26px;
    color: #22388b;
    background:#ffdf31;
    cursor: pointer;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 35px;
    animation: scale2 2s linear infinite;
}
/* 鎶ュ悕鍗充韩浼樻儬 */
.content2_bg{
    height: 203px;
    background: url(../images/ban2_bg.png) top center no-repeat;
    background-size: 100% 203px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30px;
    padding: 20px 45px;
}
.content2_bg .sec2_list{
  width: 600px;
}
.content2_bg .sec2_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 20px;
}
.content2_bg .sec2_list ul li{
    color:#fff;
    font-size:30px;
    width: 135px;
    height: 135px;
    text-align: center;
    background: url(../images/ban2_libg.png) top center no-repeat;
}
.content2_bg .sec2_list ul li img{
    margin:0 auto;
    display: block;
    width: 40px;
    height: 38px;
    margin-top: 20px;
}
.content2_bg .sec2_list ul li p{
    color:#323232;
    font-size:20px;
    margin-top: 5px;
}
.content2_bg .sec2_form{
   width: 385px;
   margin-left: 25px;
   position: relative;
}
.content2_bg .sec2_form h4{
    color:#fff;
    font-size:27px;
    text-shadow: 0 3px 5px #0454d7;
    text-align: left;
}
.content2_bg .sec2_form .form-item{
    width: 225px;
    height: 37px;
    background:#fff;
    border:2px solid #0454d7;
    border-radius:5px;
    margin-top:17px;
    position: relative;
}
.content2_bg .sec2_form .form-item:nth-child(1):before{
    display: block;
    position:absolute;
    width: 16px;
    height: 20px;
    content:'';
    left: 8px;
    top: 8px;
    z-index:2;
    background: url(../images/name_icon01.png) 0 0 no-repeat;
}
.content2_bg .sec2_form .form-item:nth-child(2):before{
    display: block;
    position:absolute;
    width: 17px;
    height: 16px;
    content:'';
    left: 8px;
    top: 10px;
    z-index:2;
    background: url(../images/tel_icon01.png) 0 0 no-repeat;
}
.content2_bg .sec2_form .form-item input{
    border:none;
    width: 190px;
    height: 33px !important;
    line-height: 33px !important;
    margin-left: 20px !important;
    border:none;
}
.content2_bg .sec2_form .submit{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 130px;
    height:129px;
    margin-top: 25px;
    text-align: center;
    animation: scale2 3s infinite;
    background: url(../images/ban2_btn.png) 0 0 no-repeat;
    color: #2263cd;
    font-size: 26px;
    line-height: 35px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 27px 30px;
    font-weight: 700;
}
.content2_bg .sec2_form .submit:focus{
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 130px;
  height:129px;
  margin-top: 25px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/ban2_btn.png) 0 0 no-repeat;
  color: #2263cd;
  font-size: 26px;
  line-height: 35px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 27px 30px;
  font-weight: 700;
}
.content2_bg .sec2_form .submit:hover{
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 130px;
  height:129px;
  margin-top: 25px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/ban2_btn.png) 0 0 no-repeat;
  color: #2263cd;
  font-size: 26px;
  line-height: 35px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 27px 30px;
  font-weight: 700;
}
/* 鎵樼绮惧搧璇剧▼ */
.content100 h3.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 30px auto;
    height: 40px;
    line-height: 40px;
    font-size:40px;
    font-weight: bold;
    color: #333;
}
.content100 h3.title span{
  color: #2263cd;
}
.content100 h3.title::before {
    content: "";
    display: inline-block;
    width: 69px;
    height: 17px;
    margin-right: 18px;
    background: url(../images/left_icon.png) no-repeat 0 0;
}
.content100 h3.title::after {
    content: "";
    display: inline-block;
    width: 69px;
    height: 17px;
    margin-left: 18px;
    background: url(../images/right_icon.png) no-repeat 0 0;
}
.kecheng{
    width: 1000px;
    margin:0 auto;
    margin-top: 38px;
  }
  
 
  .kecheng .navbar_bx{
    margin-top: 30px;
    height: 44px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  
  .kecheng .navbar_bx .item{
  
    padding:0 10px;
    /* float: left;   */
    margin:0 9px 0 4px;  
    font-size: 20px;  
    color: #22388b;  
    text-align: center;
    font-weight: bold;  
    cursor: pointer;
    border:1px solid #22388b;
    border-radius: 23px;
    white-space: nowrap;
    height: 100%;
    line-height: 44px;

    /* min-width: 100px; */
  }
  
  
  
  .kecheng .navbar_bx .active{
  
    background-color: #f9cd15;
    border:1px solid #f9cd15;
    box-shadow: 0 3px 0 #f5aa40;
  }
  
  
  
  .kecheng_banxiang{
  
    height:450px;
  
    /* background-color: #fff; */
  
    box-shadow: 0px 5px 20px 0px rgba(151, 151, 151, 0.25);
    margin-bottom: 25px;
  
  }
  
  
  
  .kecheng_banxiang .navbar_jis{
  
    width: 289px;
  
    float: left;
  
  }
  
  .kecheng_banxiang .navbar_jis .item{
  
    height: 225px;
  
    cursor: pointer;
  
    border-bottom: 2px solid #fff;
  
    box-sizing: border-box;
  
    padding-top: 60px;
    background:#8fb2f7;
  
  }
  .kecheng_banxiang .navbar_jis .item:last-child{
    border-bottom:0 solid #fff;
  }
  
  
  .kecheng_banxiang .navbar_jis .item p{
  
    font-size: 20px;
  
    color: #fff;
  
    line-height: 20px;
  
    text-align: center;
  
    padding-top: 26px;
    font-weight: bold;
  
  }
  
  
  
  .kecheng_banxiang .navbar_jis .item span{
  
    width: 100%;
  
    display: block;
  
    font-size: 20px;
  
    color: #fff;
  
    line-height: 16px;
  
    text-align: center;
    font-weight: bold;
    padding-top: 6px;
  
  }
  .kecheng_banxiang .navbar_jis .active{
  
    background-color: #f9cd15;
    color: #22388b;
    position: relative;
  }
  .kecheng_banxiang .navbar_jis .active p{
    color: #22388b;
  }
  .kecheng_banxiang .navbar_jis .active p~span{
    color: #22388b;
  }
  .kecheng_banxiang .navbar_jis .active:after{
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-left: 20px solid #f9cd15; 
      border-bottom: 15px solid transparent;
      position: absolute;
      right: -20px;
      top: 50%;
      margin-top: -10px;
      z-index:2;

  }
  
  .kecheng_banxiang .kecheng_nr{
  
    width: 711px;
  
    height: 450px;
  
    float: right;
  
    position: relative;
  
  }
  
  
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list h6{
  
    font-size: 18px;
  
    color: #3d3d3d;
  
    line-height: 26px;
  
    margin: 18px 0 0 30px;
  
  }
  
  
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p{
  
    width: 545px;
  
    display: block;
  
    margin-left: 30px;
  
    padding-left: 28px;
  
    font-size: 14px;
  
    color: #3d3d3d;
  
    line-height: 28px;
  
    padding-bottom: 5px;
  
    /* margin-top: 5px; */
  
    border-bottom: 1px dashed #a0a0a0;
  
  }
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline{
  
    border-bottom:0;
  
    font-size: 14px;
  
  }
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline span {
  
    display: inline-block;
  
    padding-left: 28px;
  
  }

  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.yi{
  
    background: url(../images/kc_icon1.png) left 9px no-repeat;
  
  }
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.yim2{
  
    background: url(../images/kc_icon2.png) left 9px no-repeat;
  
  }
  
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.er{
  
    background: url(../images/kc_icon3.png) left 6px no-repeat;
  
  }
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.er_line{
    line-height: 25px;
  }
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.er_line2{
    line-height: 32px;
   }
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.er_line3{
    line-height: 23px;
   }  
  
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.san{
  
    background: url(../images/kc_icon4.png) left 6px no-repeat;
  
  }
  .kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline{
    background: url(../images/kc_icon5.png) left 6px no-repeat;
  }
  .kecheng .btn_kc {
  
    width: 450px;
  
    height: 50px;
  
    margin:0 auto;
  
    margin-top: 15px;
    margin-bottom: 15px;
  
  }
  
  .kecheng .btn_kc a{
  
    float: left;
  
    width: 200px;
  
    height: 50px;
  
    border-radius: 50px;
  
    font-size: 18px;
  
    text-align: center;
  
    line-height: 50px;
  
    display: block;
  
  }
  
  .kecheng .btn_kc a.yi{
  
    background-color: #e63723;
  
    color: #fff;
  
   margin-right: 50px;
  
  }
  
  
  
  .kecheng .btn_kc a.er{
  
    background-color: #e63723;
  
    color: #fff;
  
    margin-right: 0;
  
  }
  
  
  
  .kecheng_banxiang #navbar_jichu .item p{
  
    padding-top: 44px;
  
  }
  .kecheng_banxiang #navbar_jing .item p{
  
    padding-top: 77px;
  
  }
  
  
  
  .kecheng_banxiang #navbar_qh .item p{
  
    /* line-height: 110px; */
  
    padding-top: 16px;
  
  }
  .kecheng_banxiang .kecheng_nr{
  
    background: url(../images/kc_lxyb.png) no-repeat;
    background-size: cover;
  
  
  }
  
  
  
  #navbar_4R .item{
  
    height: 270px;
  
    padding-top: 100px;
  
  }
  
  #navbar_fengbi .item{
  
    height: 113px;
    padding-top: 27px;
  
  }
  
  #navbar_xswk .item{
  
    height: 150px;
    padding-top: 45px;
  
  }
  
  .kecheng_bx{
  
    display: none;
  
  }
  
  .kecheng_nr_list{
  
    display: none;
  
  }
  
  .show{
  
    display: block;
  
  }
  
  .title_ys h2 {
    font-size: 40px;
    height: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    position: relative;
  }
  #navbar_jing .item{
    height: 225px;
    padding-top: 28px;
  }
  .kecheng_banxiang #navbar_qh .item {
    height: 113px;
    padding-top: 34px;
  }
  .kecheng_banxiang #navbar_4R .item{
    height: 150px;
    padding-top: 27px;
  }
  .btn_public {
    display: block;
    width: 254px;
    height: 68px;
    line-height: 73px;
    margin: 0 auto;
    margin-top: 10px;
    color: #ef7615;
    font-size: 25px;
    font-weight: bold;
    background: url(../images/shiting_btn.png) no-repeat;
    text-align: center;
    animation: scale2 2s linear infinite;
}
/* 鏂拌埅閬撴墭绂忚绋嬩紭鍔� */
.content4_bg .kcyoushi{
  width: 1000px;
  margin:0 auto;
}
.content4_bg .kcyoushi ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.content4_bg .kcyoushi ul li{
  width: 258px;
  height: 326px; 
  box-sizing: border-box;
  padding:31px;
  background: url(../images/ban4_yel2.png) no-repeat;
}
.content4_bg .kcyoushi ul li:nth-child(2n){
  width: 258px;
  height: 326px; 
  background: url(../images/ban4_yel.png) no-repeat;
}
.content4_bg .kcyoushi ul li dl dt{
  width: 146px;
  height: 31px;
  line-height: 31px;
  border-radius: 40px;
  margin:0 auto;
  text-align: center;
  margin-top: 10px;
  color:#22388b;
  font-size: 19px;
  font-weight: bold;
  background: #8fb2f7;
  margin-bottom: 8px;
}
.content4_bg .kcyoushi ul li:nth-child(2n) dl dt{
  background: #f9cd17;
}
.content4_bg .kcyoushi ul li dl dd{
  font-size: 14px;
  color:#595757;
}
/* 娴嬭瘯 */
.content5_bg{
  width: 1100px;
  height: 305px;
  background: url(../images/ban5_bg.png) top center no-repeat;
}

.content5_bg .sec5_form{
  width: 260px;
  margin-right: 115px;
  margin-top: 54px;
}
.content5_bg .sec5_form .form-container{
  width: 260px;
}
.content5_bg .sec5_form h4{
   color:#fff;
   font-size:27px;
   text-shadow: 0 3px 5px #0454d7;
   text-align: left;
   -webkit-animation: jittery 3s infinite;
}
.content5_bg .sec5_form .form-item{
   width: 225px;
   height: 37px;
   background:#fff;
   border:2px solid #0454d7;
   border-radius:5px;
   margin-top:10px;
   position: relative;
}
.content5_bg .sec5_form .form-item:nth-child(1):before{
   display: block;
   position:absolute;
   width: 16px;
   height: 20px;
   content:'';
   left: 8px;
   top: 8px;
   z-index:2;
   background: url(../images/name_icon01.png) 0 0 no-repeat;
}
.content5_bg .sec5_form .form-item:nth-child(2):before{
   display: block;
   position:absolute;
   width: 17px;
   height: 16px;
   content:'';
   left: 8px;
   top: 10px;
   z-index:2;
   background: url(../images/tel_icon01.png) 0 0 no-repeat;
}
.content5_bg .sec5_form .form-item input{
   border:none;
   width: 190px;
   height: 33px !important;
   line-height: 33px !important;
   margin-left: 20px !important;
   border:none;
   font-size:15px;
}
.content5_bg .sec5_form .submit{
   display: inline-block;
   width: 219px;
   height:50px;
   line-height: 50px;
   text-align: center;
   animation: scale2 3s infinite;
   background: url(../images/ban5_btn.png) 0 0 no-repeat;
   color: #ef7615;
   font-size: 26px;
   cursor: pointer;
   font-weight: 700;
}
.content5_bg .sec5_form .submit:focus{
  display: inline-block;
  width: 219px;
  height:50px;
  line-height: 50px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/ban5_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content5_bg .sec5_form .submit:hover{
  display: inline-block;
  width: 219px;
  height:50px;
  line-height: 50px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/ban5_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content5_bg .formCode{
  display: block;
  width:225px;
  height: 35px;
}
.content5_bg .formCode .codeInput
{
  width:124px;
  text-align: center;
  height:35px;
  background-color: #fff;
  border-radius: 8px;
  font-size:15px;
  line-height:35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 2px solid #0454d7;
  color: #000;
  margin-right: 10px;
  float: left;
  margin-bottom: 0;
  text-indent: 0;
  border-radius:5px;
  padding: 0;
}
.content5_bg .formCode .codetxt{
  width: 91px;
  background: #005cf2;
  outline: none;
  height:35px;
  line-height: 35px;
  cursor: pointer;
  font-size: 15px;
  border: 0;
  color: #fff;
  float: right;
  margin-bottom: 0;
  border-radius:5px;

}
.content12_bg .formCode .codetxt:hover{
  background: #e3e3e3;
}
/* 涓ラ€夊笀璧� 浼樿川鏁欏鍥㈤槦 */
.content6_bg .cont6_main{
  background:#f0f1f1;
  padding-top: 15px;
  padding-bottom: 20px;
}
.content6_bg .wrapperNew{
  background: #fff;
  margin-top: 5px;
  padding-bottom: 35px;
  border-radius: 20px;
}
#jiaoshi_da{
  position: relative;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi{
    height: 366px;
    width: 1100px;
    margin: 0 auto;
  
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
} 
.content6_bg .cont6_main .gallery-top .main_jiaoshi img{
   float: left;
   width: 330px;
   border-radius: 50px;
   border: 5px solid #77aaed;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj {
   width: 543px;
  float: left;
  margin-left: 20px;
 
 }
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj h6 {
   /* width: 131px; */
   height: 51px;
  margin-top: 36px;
  font-size: 30px;
  color: #22388b;
  font-weight: bold;
  text-align: left;
  line-height: 51px;
  padding-left: 18px;
 }
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj h6 b {
  font-weight: normal;
  font-size: 20px;
  color: #333;
  margin-left: 13px;
 }
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj a {
  width: 202px;
  height: 50px;
  display: block;
  position: absolute;
  right: 10px;
  top: 29px;
  background: url(../images/js_btnbg.png) no-repeat;
   animation: scale2 3s infinite;
 }
 .content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj .zzry_bg {
    width: 140px;
    height: 32px;
    line-height: 32px;
    background:#f9cd17;
    font-size: 22px;
    color:#22388b;
    text-align: center;
    border-radius: 16px;
    margin: 10px 5px;

 }
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj p {
  margin-top: 5px;
  font-size: 16px;
  color: #333333;
  line-height:32px;
  padding-left: 20px;
 }
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj p b {
  width: 120px;
  height: 41px;
  float: left;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #2d2d2d;
  margin-top: -5px;
 }
 .content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj p:last-child b {
   margin-bottom: 102px;
}
.content6_bg .cont6_main #rightBtn{
   background:#efefef ;
   width: 40px ;
   height: 80px ;
   opacity: 1;
   border-radius: 20px;
   cursor: pointer ;
   transition: all .3s;
   left: 31px;
}
.content6_bg .cont6_main #rightBtn:hover{
 background:#2A62BF ;
}
.content6_bg .cont6_main #leftBtn{
   background:#efefef ;
   width: 40px ;
   height: 80px ;
   opacity: 1;
   border-radius: 20px;
   cursor: pointer ;
   transition: all .3s;
 
   right: 31px;
}
.content6_bg .cont6_main #leftBtn:hover{
 background:#2A62BF ;
}
.content6_bg h4{
 margin-top: 20px;
}
/* 鏁欏笀灏忓浘 */
.content6_bg .gallery-thumbs{
 width: 1000px;
}
.content6_bg .gallery-thumbs .swiper-slide {
  margin-top: 32px;
  width: 120px;
  height: 170px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.content6_bg .gallery-thumbs .swiper-slide img{
  width: 110px;
  height: 110px;
  margin:0 auto;
  border-radius: 50%;
  border: 2px solid #f9cd17;
} 
.content6_bg .gallery-thumbs .swiper-slide p{
  width: 93px;
  height: 36px;
  background: #f9cd17;
  font-size: 20px;
  color: #333333;
  text-align: center;
  border-radius: 16px;
  line-height: 36px;
  margin:0 auto;
  margin-top: 10px;

}
.content6_bg .gallery-thumbs .swiper-slide-thumb-active img{
  border: 2px solid #89b5ef;
}
.content6_bg .gallery-thumbs .swiper-slide-thumb-active p{
  background: #7DADED;
  color: #fff;
  font-weight: 700;
}

.content6_bg .cont6_main a.shiting_public{
 display: block;
 width: 271px;
 height: 54px;
 line-height: 54px;
 margin: 0 auto;
 margin-top: 10px;
 color: #fff;
 font-size: 25px;
 font-weight: bold;
 background: url(../images/stlskc_btn.png)  no-repeat;
 border-radius: 40px;
 box-sizing: border-box;
 padding-left: 70px;
 animation: scale2 2s linear infinite;
}
/* 鎵樼鑰冭瘯鍏嶈垂浠ｆ姤鍚嶆湇鍔� */
.content7_bg{
  height: 600px;
  background: url(../images/ban7_bg.jpg) top center no-repeat;
  background-size: 100% 600px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 66px;
}
.content7_bg .se7_leftm{
  width: 675px;
  height: 479px;
  background: url(../images/ban7_leftbg.png) 0 0 no-repeat;
  position: relative;
}
.content7_bg .se7_leftm .tag{
  position: absolute;
  width: 169px;
  height: 60px;
  font-size: 18px;
  color:#2263cd;
  text-align: center;
}
.content7_bg .se7_leftm .tag01{
  top: 167px;
  left: 70px;
}
.content7_bg .se7_leftm .tag02{
  top: 167px;
  left: 260px;
}
.content7_bg .se7_leftm .tag03{
  top: 164px;
  right: 69px;
}
.content7_bg .se7_leftm .tag04{
  top: 300px;
  left: 69px;
}
.content7_bg .se7_leftm .tag05{
  top: 300px;
  left: 260px;
}
.content7_bg .se7_leftm .tag06{
  top: 300px;
  right: 69px;
}
.content7_bg .se7_leftm .tag07{
  top: 424px;
  left: 69px;
}
.content7_bg .se7_leftm .tag08{
  top: 426px;
  left: 260px;
}
.content7_bg .se7_leftm .tag09{
  top: 421px;
  right: 69px;
}
.content7_bg .se7_rightm{
  width: 385px;
  height: 506px;
  background:#fff;
  border-radius: 27px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  box-sizing: border-box;
  padding:30px 20px;
}
.content7_bg .se7_rightm h4{
  font-size: 36px;
  color:#1f71fe;
  text-align: center;
  letter-spacing: 3px;
}
.content7_bg .se7_rightm h5{
  font-size: 36px;
  color:#ffbf16;
  text-align: center;
  letter-spacing: 3px;
}
.content7_bg .sec5_form .form-container{
  margin-top: 20px;
}
.content7_bg .sec5_form .form-item{
  width: 324px;
  height: 55px;
  background:#fff;
  border:2px solid #c5c5c5;
  border-radius:27px;
  margin-top:15px;
  position: relative;
}
.content7_bg .sec5_form .form-item:nth-child(1):before{
  display: block;
  position:absolute;
  width: 38px;
  height:36px;
  content:'';
  left: 15px;
  top: 7px;
  z-index:2;
  background: url(../images/name_icon02.png) 0 0 no-repeat;
}
.content7_bg .sec5_form .form-item:nth-child(2):before{
  display: block;
  position:absolute;
  width: 32px;
  height: 34px;
  content:'';
  left: 15px;
  top: 9px;
  z-index:2;
  background: url(../images/tel_icon02.png) 0 0 no-repeat;
}
.content7_bg .sec5_form .form-item:nth-child(3):before{
  display: block;
  position:absolute;
  width: 42px;
  height: 41px;
  content:'';
  left: 6px;
  top: 5px;
  z-index:2;
  background: url(../images/fenshu_icon01.png) 0 0 no-repeat;
}
.content7_bg .sec5_form .form-item input{
  border: none;
  width: 229px;
  height: 49px !important;
  line-height: 8px !important;
  margin-left: 35px !important;
  border: none;
  font-size: 24px;
}
.content7_bg .sec5_form .submit{
  display: inline-block;
  width: 254px;
  height:68px;
  line-height: 68px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/shiting_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content7_bg .sec5_form .submit:hover{
  display: inline-block;
  width: 254px;
  height:68px;
  line-height: 68px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/shiting_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content7_bg .sec5_form .submit:focus{
  display: inline-block;
  width: 254px;
  height:68px;
  line-height: 68px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/shiting_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content7_bg .sec5_form .select {
  width: 324px;
  position: relative;
  font-size: 24px;
  height: 49px;
  color:#757575;
  line-height: 49px;
  cursor: pointer;
  text-align: left;
  padding-left: 54px;
}
.content7_bg .sec5_form .select:before{
  display: block;
  position:absolute;
  width: 36px;
  height: 29px;
  content: '';
  left: 8px;
  top: 9px;
  z-index:2;
  background: url(../images/rq_icon.png) 0 0 no-repeat;
  background-size:36px 29px;
}
.content7_bg .sec5_form .select:hover .list {

  display: block;

}

.content7_bg .sec5_form .list {

  position: absolute;

  top: 48px;

  left: 0;

  z-index: 10;

  width: 100%;

  max-height: 228px;

  background-color: #fafafa;

  color: #333;

  overflow: auto;

  display: none;

}

.content7_bg .sec5_form .list .option {

  padding-left: 15px;

  color: #777;

  line-height: 38px;

}
/* 璇惧墠璇句腑璇惧悗涓€浣撳寲+浜斿ぇ鏈嶅姟浣撶郴 */
.content100 h6.title06 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 30px auto;
  height: 40px;
  line-height: 40px;
  font-size:30px;
  font-weight: bold;
  color: #539eff;
}
.content8_bg .sec8_main{
  width: 1004px;
  height: 605px;
  background: url(../images/sec8m_bg.jpg) top center no-repeat;
  background-size: 100% 605px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 66px;
  position: relative;
  margin: 0 auto;
}
.sec8_main .keqianm .keqian{
  width: 388px;
   position: absolute;
   top: 100px;
   text-align: left;
   font-weight:500;
}
.sec8_main .keqianm .keqian dl dt{
  font-size: 30px;
  color:#fff;
  font-weight: bold;
  text-align: center;
} 
.sec8_main .keqianm .keqian dl dd{
  font-size: 20px;
  color:#393939;
  line-height: 36px;
  margin-top: 30px;
} 
.sec8_main .keqianm .keqian01{
 left: 30px;
}
.sec8_main .keqianm .keqian01 dl dd{
 padding-left: 70px;
}
.sec8_main .keqianm .keqian02{
  left: 330px;
 }
 .sec8_main .keqianm .keqian02 dl dd{
  padding-left: 43px;
 }
 .sec8_main .keqianm .keqian03{
  right: -14px;
 }
 .sec8_main .keqianm .keqian03 dl dd{
   padding-left: 113px;
 }
 .content8_bg .xxgh_main{
      width: 1000px;
      margin-top: 375px;
      position: relative;
 }
 .content8_bg .xxgh_main .leaplan{
     position: absolute;
     width: 203px;
     height: 165px;
     text-align: center;
 }
 .content8_bg .xxgh_main .leaplan dl dt{
  font-size: 30px;
  color:#fff;
  text-align: center;
} 
.content8_bg .xxgh_main .leaplan  dl dd{
  font-size: 20px;
  color:#2364cd;
  line-height: 36px;
  margin-top:12px;
} 
.content8_bg .xxgh_main .leaplan01{
  left: 0;
}
.content8_bg .xxgh_main .leaplan02{
  left: 203px;
}
.content8_bg .xxgh_main .leaplan03{
  left: 406px;
}
.content8_bg .xxgh_main .leaplan04{
  left: 602px;
}
.content8_bg .xxgh_main .leaplan05{
  left: 800px;
}
/*鐙鐮斿彂澶囪€冩暀鏉� 涓撴敾鑰冪偣闅剧偣  */
.content9_bg h6.title06{
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.content9_bg {
  height: 489px;
  background: url(../images/ban9_bg.jpg) no-repeat;
  background-size: 100% 489px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 155px;
  position: relative;
}
.content9_bg .jiaocai_main{
  width: 1000px;
  height: 512px;
  position: absolute;
  top: -134px;
  left: 50%;
  margin-left: -500px;
  background: url(../images/jiaocai_bg_2025.png) top center no-repeat;
}
.content9_bg .sec5_form{
  width: 1000px;
  margin-top: 20px;
  position: absolute;
  bottom: -89px;
}
.content9_bg .sec5_form .form-item{
  width: 324px;
  height: 55px;
  background:#fff;
  border:2px solid #c5c5c5;
  border-radius:27px;
  margin-top:15px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.content9_bg .sec5_form .form-item:nth-child(1):before{
  display: block;
  position:absolute;
  width: 38px;
  height:36px;
  content:'';
  left: 15px;
  top: 7px;
  z-index:2;
  background: url(../images/name_icon02.png) 0 0 no-repeat;
}
.content9_bg .sec5_form .form-item:nth-child(2):before{
  display: block;
  position:absolute;
  width: 32px;
  height: 34px;
  content:'';
  left: 15px;
  top: 9px;
  z-index:2;
  background: url(../images/tel_icon02.png) 0 0 no-repeat;
}
.content9_bg .sec5_form .form-item:nth-child(3):before{
  display: block;
  position:absolute;
  width: 42px;
  height: 41px;
  content:'';
  left: 6px;
  top: 5px;
  z-index:2;
  background: url(../images/fenshu_icon01.png) 0 0 no-repeat;
}
.content9_bg .sec5_form .form-item input{
  border: none;
  width: 229px;
  height: 49px !important;
  line-height: 8px !important;
  margin-left: 35px !important;
  border: none;
  font-size: 24px;
}
.content9_bg .sec5_form .submit{
  display: inline-block;
  width: 254px;
  height:68px;
  line-height: 71px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/zilao_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content9_bg .sec5_form .submit:hover{
  display: inline-block;
  width: 254px;
  height:68px;
  line-height: 71px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/zilao_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
.content9_bg .sec5_form .submit:focus{
  display: inline-block;
  width: 254px;
  height:68px;
  line-height: 71px;
  text-align: center;
  animation: scale2 3s infinite;
  background: url(../images/zilao_btn.png) 0 0 no-repeat;
  color: #ef7615;
  font-size: 26px;
  cursor: pointer;
  font-weight: 700;
}
/* 鎵樼瀹樻柟鍚堜綔浼欎即 */
.content10_bg ul{
  width: 1000px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.content10_bg ul li{
  width: 328px;
  height: 215px;
}
/* 瀛︽墭绂忛€夋嫨鏂拌埅閬� */
.content11_bg{
  background:#65a9ff;
  box-sizing: border-box;
  text-align: center;
  padding-top: 15px;
}
.content11_bg ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content11_bg ul.mt20{
  margin-top:15px;
}
.content11_bg ul.ull01 li{
  width:357px;
  height:279px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.content11_bg ul.ull01 li img{
  width:357px;
  height:279px;
}
.content11_bg ul.ull02 li:nth-child(1){
  width:357px;
  height:279px;
  margin-bottom:15px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.content11_bg ul.ull02 li:nth-child(1) img{
  width:357px;
  height:279px;
}
.content11_bg ul.ull02 li:nth-child(2){
  width:729px;
  height:280px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0;
  position: relative;
}
.content11_bg ul.ull02 li:nth-child(2) img{
  width:729px;
  height:280px;
}
/* 澶村浘鏀硅疆鎾� */
.bannerT {
  width: 100%;
  height: 455px;
  background-color: #ccc;
  position: relative;
  }
  
  .bannerT .wrapper {
  position: relative;
  }
  
  .bannerT .slide-list {
  width: 100%;
  height: 455px;
  float: left;
  }
  .bannerT .banner-pagination .swiper-active-switch {
  background-color: white;
  }
  
  .bannerT .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  }
  .bannerT .swiper-pagination-bullet-active {
  opacity: 1;
  background: #BB9A66;
  }
  .bannerT .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
  }
  .bannerT .btn_main{
  width: 1100px;
  margin:0 auto;
  position:relative;
  }
  .bannerT .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 230px;
  cursor: pointer;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url(https://bj.xhd.cn/topic/beijing/kecheng/images/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
  }
  .bannerT .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 230px;
  cursor: pointer;
  right: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: url(https://bj.xhd.cn/topic/beijing/kecheng/images/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
  }
  .bannerT .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: '' !important;
  }
  .bannerT .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: '' !important;
  }
  .bannerT a{
	width: 1200px;
	height: 455px;
	display: block;
	margin: 0 auto;
  }
  .bannerT .banner_ysbk {
	background: url(../images/ban_tfxl.jpg) top center no-repeat;
  }
  .bannerT .banner_ysdzb {
	background: url(../images/ban_zggs2.jpg) top center no-repeat;
  }
</pre></body></html>