<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;
    font-weight: normal;
}

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:#f2f2f2;
    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);
  }
}
.wrapper1{
    width: 1100px;
    margin:0 auto;
}
.banner1{
    width:100%;
    height: 455px;
    background: url(../images/banner1w.jpg) top center no-repeat;
}
.banner1 .wrapper1{
text-align: center;
position: relative;
}
.banner1 .wrapper1 .actpx_img{
    position: absolute;
    width: 860px;
    height: 112px;
    background: url(../images/act_text01.png) top center no-repeat;
    top:60px;
    left: 50%;
    margin-left: -430px;
}
.banner1 .h5text{
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
}
.banner1 .second_tit{
    position: absolute;
    width: 700px;
    height: 58px;
    line-height: 58px;
    border-radius: 40px;
    background: #fff;
    color: #fb710c;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    top: 250px;
    left: 50%;
    margin-left: -350px;
}
.banner1 .ul_toplist{
     width: 1000px;
     position: absolute;
     top: 333px;
     left: 50%;
     margin-left: -500px;
}
.banner1 .ul_toplist ul{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner1 .ul_toplist ul li{
    width: 230px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: rgba(255,102,0,.5);
    border-radius: 40px;
    border:2px solid #f5c8a8;
}
.banner1 .fuwu{
    position: absolute;
    top: 503px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}
 .banner1 .fuwu p:nth-child(1){
    position: absolute;
    top: -27px;
    color: #333;
    font-size: 23px;
    width: 100px;
    left: 50%;
    margin-left: -61px;
}
.banner1 .fuwu p:nth-child(2){
    position: absolute;
    top: 31px;
    color: #333;
    font-size: 18px;
    width: 750px;
    left: -280px;
    line-height: 30px;
    text-align: left;
}
.content100 h3.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    height: 40px;
    line-height: 40px;
    font-size:34px;
    font-weight: bold;
    color: #333;
    position: relative;
}
.content100 h3.title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 8px;
    left: 50%;
    bottom: 0px;
    margin-left: -100px;
    background: rgba(251,113,11,.5);
    border-radius: 10px;
}
.content100 h5.tith5{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 15px auto;
    font-size:22px;
    color: #333;
}
.cont2_main .con2_text3{
   width: 100%;
   height: 65px;
   text-align: center;
   line-height: 65px;
   font-size: 26px;
   color:#fff;
   background: linear-gradient(to right, transparent, #fb710b,transparent);
}
/* ACT绮惧搧璇剧▼ */
.cont2_main .jxhk_main{
    background: #fff;
    padding-top: 20px;
}
.cont2_main .jxhk_main .navbar_bx{
    width: 1020px;
    height: 57px;
    margin:0 auto;
    margin-bottom: 10px;
}
.cont2_main .jxhk_main .navbar_bx ul li{
    width: 160px;
    height: 49px;
   float: left;
   font-size: 22px;
   color: #ff6600;
   text-align: left;
   padding-left: 20px;
   box-sizing: border-box;
   line-height: 49px;
   cursor: pointer;
   margin-right: 55px;
   transition: all .3s;
   background: url(../images/sec2_titi01.png) top center no-repeat;
   background-size: 100% 49px;
}
.cont2_main .jxhk_main .navbar_bx ul li:last-child{
   margin-right: 0;
}
.cont2_main .jxhk_main .navbar_bx ul li.active{
    color:#ffffff;
    background: url(../images/sec2_titi02.png) top center no-repeat;
    background-size: 100% 49px;
}
.cont2_main .jxhk_main .kecheng_banxiang table{
    width: 1100px;
    border:5px solid #fff;
    background:#f7f6f6;
 }
 .cont2_main .jxhk_main .kecheng_banxiang table tr{
    border-bottom:2px solid #fff;
 }
 .cont2_main .jxhk_main .kecheng_banxiang table tr td{
    height: 56px;
    text-align: center;
    font-size: 17px;
    color:#333;
    border-right:2px solid #fff;
    line-height: 26px;
    padding:10px 5px;
    box-sizing: border-box;
}
.cont2_main .jxhk_main .kecheng_banxiang table tr td.wid50{
    width:40px;
}
.cont2_main .jxhk_main .kecheng_banxiang table tr td.wid200{
    width:310px;
    color:#f9710d;
    font-size: 24px;
}
.cont2_main .jxhk_main .kecheng_banxiang table tr td.alignLe{
    text-align: left;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
}
.kecheng_bx{
    display: none;
}
.show{
     display: block;
}

.content100 a.public_btn{
    display: block;
    width: 222px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ffae69, #ff640c);
    font-size: 24px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-top: 25px;
    margin-bottom: 25px;
    border: 5px solid #fff;
}
.content100 a.public_btn:hover{
    background: linear-gradient(to bottom, #ff640c, #ffae69);
}
/*鍩虹涓嶅悓 棰勭害琛ㄥ崟 */
.cont3_main{
    height: 231px;
    background: url(../images/sec3_bg.png) top center no-repeat;
    background-size: 100% 231px;
    box-sizing: border-box;
    text-align: center;
    margin-top: -57px;
    padding: 20px 45px;
}
.cont3_main .sec2_form{
    width: 385px;
    float:right;
    margin-left: 25px;
    margin-top: 67px;
    position: relative;
 }
 .cont3_main .sec2_form h4{
     color:#fff;
     font-size:27px;
     text-shadow: 0 3px 5px #0454d7;
     text-align: left;
 }
 .cont3_main .sec2_form .form-item{
     width: 227px;
     height:40px;
     border-radius:5px;
     margin-top:17px;
     position: relative;
     border:none;
     background: url(../images/formjc_bg.png) 0 0 no-repeat;
 }
 .cont3_main .sec2_form .form-item:nth-child(1):before{
     display: block;
     position:absolute;
     width: 16px;
     height: 20px;
     content:'';
     left: 8px;
     top: 10px;
     z-index:2;
     background: url(../images/name_icon01.png) 0 0 no-repeat;
 }
 .cont3_main .sec2_form .form-item:nth-child(2):before{
     display: block;
     position:absolute;
     width: 17px;
     height: 16px;
     content:'';
     left: 8px;
     top: 13px;
     z-index:2;
     background: url(../images/tel_icon01.png) 0 0 no-repeat;
 }
 .cont3_main .sec2_form .form-item input{
     border:none;
     width: 190px;
     height: 40px !important;
     line-height: 37px !important;
     margin-left: 20px !important;
     border:none;
     background: transparent;
 }
 .cont3_main .sec2_form #submitLQ{
     position: absolute;
     right: 0;
     top: -20px;
     display: inline-block;
     width: 116px;
     height:116px;
     margin-top: 25px;
     text-align: center;
     animation: scale2 3s infinite;
     background: url(../images/sec3_btn.png) 0 0 no-repeat;
     background-size:100% 116px;
     color: #fff;
     font-size: 26px;
     line-height: 34px;
     cursor: pointer;
     box-sizing: border-box;
     padding: 23px 30px;
     font-weight: 700;
 }
 /* ACT甯堣祫鍥㈤槦 */
 .cont4_main{
    width: 1100px;
    height: 650px;
    background: url(../images/sec4_bg.png) top center no-repeat;
    background-size: 100% 650px;
    box-sizing: border-box;
    text-align: left;
    margin-top:30px;
    padding: 20px 45px;
}
 .cont4_main .laoshi .js_list {
	width: 1000px;
    height: 330px;
	margin: 0 auto 0;
	display: none;
  }
  
 .cont4_main .laoshi .js_list img {
	float: left;
	width: 213px;
  }
  .cont4_main .laoshi #nav_top .item p{
    width: 70%;
    height: 30px;
    line-height: 30px;
    background: #eeeded;
    border: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 10px;
  }
 .cont4_main .laoshi .js_list .js_jj {
	width: 764px;
	float: right;
	position: relative;
  }
  
 .cont4_main .laoshi .js_list .js_jj h6 {
	margin-top: 10px;
	font-size: 30px;
	color: #f6590e;
	font-weight: normal;
    padding-left:20px;
  }
  
 .cont4_main .laoshi .js_list .js_jj h6 b {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin-left: 8px;
  }
  
 .cont4_main .laoshi .js_list .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;
  }
  
 .cont4_main .laoshi .js_list .js_jj p {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
  }
  
 .cont4_main .laoshi .js_list .js_jj p b {
	width: 128px;
	height: 38px;
	float: left;
	margin-right: 20px;
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	color: #f46212;
	border: 1px solid #f46212;
	border-radius: 30px 0 30px 0;
  }
  
 .cont4_main .laoshi .js_list .js_jj p:last-child b {
	margin-bottom: 50px;
  }
  
 .cont4_main .laoshi .show {
	display: block;
  }
  
 .cont4_main .laoshi #nav_top {
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
  }
  
  .cont4_main .laoshi #nav_top .item {
	width: 120px;
	height: 120px;
	position: relative;
	cursor: pointer;
  }
  .cont4_main .laoshi #nav_top .item img{
	width: 120px;
	height: 120px;
  }
 .cont4_main .laoshi #nav_top .active::before {
	position: absolute;
	content: '';
	width: 120px;
	height: 120px;
	border: 3px solid #e33a20;
	border-radius: 50%;
	left: -3px;
	top: -3px;
  }
  .cont4_main .laoshi #nav_top .active p{
    color:#e33a20;
  }
  /* 鏂拌埅閬揂CT 瀹岀編鏈嶅姟浣撶郴 */
  .cont5_main{
    height: 640px;
    background:#fff;
    box-sizing: border-box;
    margin-top:30px;
    padding:0 50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-top: 1px;
}
.cont5_main ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.cont5_main ul li{
    width: 467px;
    margin-bottom: 25px;
}
.cont5_main ul li .leftfw_img{
   width: 225px;
   height: 226px;
}
.cont5_main ul li .leftfw_img img{
    width: 225px;
    height: 226px;
 }
 .cont5_main ul li .rihgfw_text{
    margin-left: 30px;
 }
 .cont5_main ul li .rihgfw_text p{
    margin-top: 15px;
	font-size: 18px;
	color: #333;
	line-height: 28px;
 }
 /* 鏂拌埅閬撳笀璧勫洟闃熺簿蹇冩墦閫犳暀鏉愭暀杈� */
 .cont6_main ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:30px auto;
 }
 .cont6_main ul li{
    width: 211px;
    height: 307px;
 }
  .cont6_main ul li img{
    width: 211px;
    height: 307px;
 }
 /* ACT鑰冭瘯鍐呭/2023~2024骞磋€冭瘯鏃堕棿 */
 .cont7_main{
    height: 840px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 0 50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding-top: 1px;
    position:relative;
 }
 .cont7_main .con7ma_img{
    width: 723px;
    height: 389px;
    margin:0 auto;
    margin-top: 30px;
 }
 .cont7_main .cen_tagtext{
    position: absolute;
    top: 318px;
    left: 499px;
    font-size: 23px;
    color: #ff6b03;
    font-weight: bold;
 }
 .cont7_main .jzghtag1{
    font-size: 20px;
    color: #fff;
 }
 .cont7_main .jzghtag2{
    font-size: 18px;
    color: #033333;
 }
 .cont7_main .zghtag11{
    position: absolute;
    top: 151px;
    left: 593px;
 }
 .cont7_main .zghtag12{
    position: absolute;
    top: 140px;
    left: 749px;
 }
 .cont7_main .zghtag21{
    position: absolute;
    top: 281px;
    left: 219px;
 }
 .cont7_main .zghtag22{
    position: absolute;
    top: 335px;
    left: 219px;
 }
 .cont7_main .zghtag31{
    position: absolute;
    top: 488px;
    left: 255px;
 }
 .cont7_main .zghtag32{
    position: absolute;
    top: 540px;
    left: 254px;
 }
 .cont7_main .zghtag41{
    position: absolute;
    top: 485px;
    left: 715px;
 }
 .cont7_main .zghtag42{
    position: absolute;
    top: 532px;
    left: 715px;
 }
 .cont7_main .zghtag51{
    position: absolute;
    top: 279px;
    left: 779px;
 }
 .cont7_main .zghtag52{
    position: absolute;
    top: 330px;
    left: 779px;
 }
 .cont7_main .kssjtit{
    top:83px;
 }
 .content100 h3.kssjtit::before{
    background: transparent;
 }
 .cont7_main .kssj_main{
    position: absolute;
    width: 998px;
    height: 131px;
    background: url(../images/cont7_bg02.png) top center no-repeat;
    margin-top: 60px;
 }
 .cont7_main .kssj_main .tagsj{
    font-size: 24px;
    color:#333;
 }
 .cont7_main .kssj_main .tagsj01{
    position: absolute;
    top: 93px;
    left: 28px;
 }
 .cont7_main .kssj_main .tagsj02{
    position: absolute;
    top: 93px;
    left: 293px;
 }
 .cont7_main .kssj_main .tagsj03{
    position: absolute;
    top: 93px;
    left: 529px;
 }
 .cont7_main .kssj_main .tagsj04{
    position: absolute;
    top: 93px;
    left: 790px;
 }
 /* ACT&amp;SAT瀵规瘮 */
.cont8_main .duibi_left{
    width: 520px;
    height: 327px;
    border-radius: 40px;
    background: #fff;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 20px 40px;
    font-size: 18px;
    color: #333333;
    line-height: 35px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.cont8_main .duibi_rig{
    width: 578px;
    height:360px;
    border-radius: 40px;
    background: linear-gradient(to bottom, #ff7e4b, #ffb84c);
    margin-top:15px;
    box-sizing: border-box;
    padding: 32px 40px;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    margin-left: -20px;
}
/* 鍒嗘暟娈佃姹� */
.cont9_main{
    position: relative;
    width: 1100px;
    height:1038px;
    background: url(../images/fsdb.jpg) top center no-repeat; 
    /* background: url(../images/fsdb.png) top center no-repeat;*/
    margin-bottom: 30px;
} 
.cont9_main .public_btn2{
    display: block;
    width: 222px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ffae69, #ff640c);
    font-size: 24px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: 5px solid #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -111px;
    
}

</pre></body></html>