<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;
}
.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:#ffffff;
    overflow-x:hidden;
}
.pullL{
    float:left;
}
.pullR{
    float:right;
}
.content100{
    width: 100%;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.wrapper2 {
    width: 1100px;
    margin: 0 auto;
}
.mr0{
    margin-right: 0 !important;
}
.mb77{
    margin-bottom: 77px !important;
}
.w625{
    width: 481px;

}
.w666{
    width: 480px;
}
.w700{
    width: 550px;
}
.w710{
    width: 553px;
}
.w765{
    width: 580px;
}
.w865{
    width: 670px;
}
.w950{
    width: 730px;
}
@-webkit-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);
    }
}
@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);
    }
}
@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);}
}
/* 鏆戞湡鑰冪爺闆嗚钀� */
.ban1_bg {
    height: 455px;
    background: url(../images/banner.jpg) top center no-repeat;
    box-sizing: border-box;
    padding-top: 75px;
}
.ban1_bg .sec_tit {
    width:700px;
    height: 104px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/ban1_text01.png) top center no-repeat;
}
.ban1_bg ul{
    width: 545px;
    height: 63px;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: nowrap;
  
}
.ban1_bg ul.ul01{
    margin:0 auto;
    margin-top: 10px;
}
.ban1_bg ul.ul02{
    width: 735px;
    margin:0 auto;
    margin-top: 10px;
}
.ban1_bg ul li{
    width: 174px;
    height:49px;
    text-align: center;
    line-height: 46px;
    background: url(../images/ban1-tagbg.png) top center no-repeat;
    font-size: 23px;
    color: #efefef;
}
.ban1_bg a{
    display: block;
    width: 370px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #8d2e0d;
    font-weight: bold;
    background: linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -webkit-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -o-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -ms-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -moz-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    border-radius: 30px;
    margin:30px auto;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    animation: jittery 3s infinite;
    -webkit-animation: jittery 3s infinite;
}
.pubTit .tit_h3{
    color:#000000;
    font-size: 36px;
    text-align: center;
    position:relative;
    margin:0 auto;
    font-weight:bold;
    margin-top: 20px;
}
.pubTit .tit_h3:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:55px;
    height: 23px;
    left: -63px;
    top: 16px;
    background: url(../images/tit_icon01.png) 0 0 no-repeat;
}
.pubTit .tit_h3:after{
    content:'';
    position:absolute;
    display:inline-block;
    width: 55px;
    height: 23px;
    right: -67px;
    top: 16px;
    background: url(../images/tit_icon01.png) 0 0 no-repeat;
}
.pubTit .tit_h3 span{
    color: #00b7c4;
    display: inline-block;
    margin:0 8px;
}
.pubTit .tit_h4 {
    color: #303030;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    margin: 10px auto 20px auto;
}
/* 澶囪€冮渶鍔犻€�  */
.content2_bg{
    box-sizing: border-box;
    background:#eaffff;
    padding-top: 1px;
    height: 725px;
}
.content2_bg .ban2mainList ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.content2_bg .ban2mainList ul li{
    width: 266px;
    height:506px;
    box-sizing: border-box;
    padding-top: 53px;
    text-align: center;
    position: relative;
    background: url(../images/ban2_listbg.png) top center no-repeat;
    background-size: 100% 480px;
}
.content2_bg .ban2mainList ul li .tag{
    position: absolute;
    right: 25px;
    top: 3px;
    color:#dddddd;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}
.content2_bg .ban2mainList ul li h5{
    width: 217px;
    height: 54px;
    line-height: 54px;
    background: url(../images/ban2_textbg01.png) top center no-repeat;
    color:#fff;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    position:relative;
    z-index:1;
}
.content2_bg .ban2mainList ul li h5.textbg01{
    width: 217px;
    padding-left:14px;
    background: url(../images/ban2_textbg01.png) top center no-repeat;
}
.content2_bg .ban2mainList ul li h5.textbg02{
    width: 237px;
    padding-left: 11px;
    background: url(../images/ban2_textbg02.png) top center no-repeat;
}
.content2_bg .ban2mainList ul li h5.textbg03{
    width: 217px;
    padding-left:45px;
    background: url(../images/ban2_textbg01.png) top center no-repeat;
}
.content2_bg .ban2mainList ul li h5.textbg04{
    width: 257px;
    padding-left: 13px;
    background: url(../images/ban2_textbg03.png) top center no-repeat;
}
.content2_bg .ban2mainList ul li p{
    text-align: left;
    color:#535353;
    font-size: 20px;
    padding-left: 40px;
    margin-top:5px;
    position: relative;
    line-height: 35px;
}
.content2_bg .ban2mainList ul li p:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 13px;
    top: 10px;
    background: url(../images/ban2_icon.png) 0 0 no-repeat;
}
.content2_bg .ban2mainList ul li a{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #ff793d;
    border: 2px solid #ff793d;
    font-weight: bold;
    border-radius: 30px;
    position: absolute;
    bottom: 54px;
    left: 50%;
    margin-left: -87.5px;
    transition: all .3s;
}
.content2_bg .ban2mainList ul li a:hover{
    color:#fff;
    border:2px solid #ffbb5d;
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
}
/* 鍏叡鎸夐挳 */
.pubTit .underStand{
    width:405px;
    height: 46px;
    margin:0 auto;
    margin-top: 30px;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius:80px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand a{
    display:inline-block;
    width: 215px;
    height:46px;
    text-align: center;
    line-height:46px;
    font-size:22px;
    color:#fff;
    font-weight: bold;
}
.pubTit .underStand .text_tel{
    float:right;
    width:178px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size:16px;
    color:#ff793d;
    border-radius:80px;
    box-sizing:border-box;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
}
/* 澶囨垬鏆戝亣闆嗚 */
.content3_bg {
    height: 620px;
    background: url(../images/ban3_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 620px;
}
.content3_bg .tit_h3:before{
    left: -70px;
}
.content3_bg ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 25px;
}
.content3_bg ul li{
    width: 350px;
    height:405px;
    box-sizing: border-box;
    padding-top: 285px;
    text-align: center;
    position: relative;
    background: url(../images/shihe_pic01.png) top center no-repeat;
    background-size: 100% 405px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-radius:8px;
}
.content3_bg ul li p{
    font-size:26px;
    color:#303030;
    line-height:40px;
}
.content3_bg ul li:nth-child(2){
    background: url(../images/shihe_pic02.png) top center no-repeat;
    background-size: 100% 405px;
}
.content3_bg ul li:nth-child(3){
    background: url(../images/shihe_pic03.png) top center no-repeat;
    background-size: 100% 405px;
}
/* 澶氬厓鍖栫彮鍨嬧€滅粍鍚堝崌绾р€� */
.content4_bg {
    box-sizing: border-box;
    background: #eaffff;
    padding-top: 1px;
    height: 810px;
    margin-bottom: 45px;
}
.content4_bg .con3_table{
    margin-top: 67px;
    height: 514px;
}
.content4_bg .con3_table .con3_taR{
    width: 1100px;
    height: 532px;
    margin: 0 auto;
    /* float: right; */
    /* margin-bottom: 30px;*/
}
.content4_bg .con3_table .con3_taR table{
    width: 100%;
    margin-top: -48px;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.content4_bg .con3_table .con3_taR tr{
    background: linear-gradient(to right, #01e7c5, #4faae2);
    background: -webkit-linear-gradient(to right, #01e7c5, #4faae2);
    background: -o-linear-gradient(to right, #01e7c5, #4faae2);
    background: -ms-linear-gradient(to right, #01e7c5, #4faae2);
    background: -moz-linear-gradient(to right, #01e7c5, #4faae2);
}
.content4_bg .con3_table .con3_taR tr th{
    font-size:24px;
    color:#fff;
    font-weight: normal;
    height: 50px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.content4_bg .con3_table .con3_taR tr th:nth-child(1){
    width: 196px;
    border-radius:10px 0 0;
 
}
.content4_bg .con3_table .con3_taR tr th:nth-child(2){
    width: 295px;
}
.content4_bg .con3_table .con3_taR tr th:nth-child(3){
    width: 440px;
}
.content4_bg .con3_table .con3_taR tr th:nth-child(4){
    border-radius:0 10px 0 0;
}
.content4_bg .con3_table .con3_taR tr.firstTr{
    height: 50px;
    background:#fff;
}
.content4_bg .con3_table .con3_taR tr.firstTr td{
  text-align: center;
  font-size:16px;
  color:#303030;
  border-bottom:0 dashed #999999;
  height: 50px;
  box-sizing: border-box;
  background:#fff;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.banGreen{
    background:#e6fdfa;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.banGreen2{
    background:#EFF8FD;
}
.content4_bg .con3_table .con3_taR tr.firstTr td:last-child{
    border-right:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.secondTr td.borno{
    border:none;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.ptl20{
    padding: 0 83px;
    box-sizing: border-box;
    font-size:27px;
    color:#01e6c5;
    border-left:2px solid #01e6c5;
    border-bottom:2px solid #01e6c5;
    font-weight: bold;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.bgf5{
    background:#fafffe;
    text-align: left;
    padding-left: 20px;
    line-height: 35px;
    border-bottom:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.firstTr:nth-child(2){
    border-top:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.firstTr:nth-child(5){
    border-bottom:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.secondTr td {
    height: 70px;
}
.content4_bg .con3_table .con3_taR tr.secondTr td.borderR{
    border-right:2px solid #01e6c5;
    border-bottom:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.secondTr td.borderB{
    border-bottom:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr td a{
    display: block;
    width: 105px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #ff793d;
    color: #ff793d;
    background: #fff;
    font-size: 16px;
    animation: ballon6 1s linear infinite;
}
.content4_bg .con3_table .con3_taR tr td a:hover{
    border:1px solid transparent;
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
    color:#fff;
}
.content3d_bg{
    width:1100px;
    height:223px;
    margin:0 auto;
    background: url(../images/ban43d_bg.png)  top center no-repeat;
    box-sizing: border-box;
    margin-top: 55px;
}
.content3d_bg ul{
    width: 1000px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 28px;
}
.content3d_bg ul li{
    width: 190px;
    height: 54px;
    float: left;
    background:#fff;
    border-radius:50px;
    /* margin-right: 50px; */
    margin-top: 80px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 54px;
    font-size:21px;
    transition: all .3s;
}
.content3d_bg ul li a{
    display: block;
    width: 100%;
    height: 54px;
    color:#00b7c4;
} 
.content3d_bg ul li:hover{
    transform: scale(1.1);
}
.content3d_bg ul li.more{
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
}
.content3d_bg ul li.more a{
    color:#fff;
}
/* 鏂拌埅閬撶殑浼樿川甯堣祫 */
.content5_bg{
    height: 776px;
    background: url(../images/ban3_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 776px;
}
.content5_bg .tit_h3:after{
    right: -61px;
}
.content5_bg ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.content5_bg ul li {
    width: 255px;
    height: 288px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 24px;
    position: relative;
    cursor: pointer;
}
.content5_bg ul li .divimg{
    width: 255px;
    height: 243px;
    overflow: hidden;
}
.content5_bg ul li:hover dl dt{
    color: #ff793d;
    border-right: 1px solid #ff793d;
}
.content5_bg ul li img{
    width: 255px;
    height: 243px;
    transition: all .3s;
}
.content5_bg ul li .divimg:hover img{
    transform: scale(1.1);
}
.content5_bg ul li dl dt{
    position: absolute;
    top: 20px;
    left: 5px;
    width: 32px;
    height: 71px;
    line-height: 24px;
    color: #00b7c4;
    font-size: 22px;
    font-weight: bold;
    border-right: 1px solid #00b7c4;
}
.content5_bg ul li dl dd{
    position: absolute;
    top: 17px;
    left: 37px;
    width: 33px;
    height: 71px;
    line-height: 24px;
    color: #303030;
    font-size: 18px;
}
.content5_bg ul li a.btn_sz{
    display: block;
    width: 255px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-radius:0 0 20px 20px;
    color: #fff;
    background: linear-gradient(to right, #04e4c7, #49aee0);
    background: -webkit-linear-gradient(to right, #04e4c7, #49aee0);
    background: -o-linear-gradient(to right, #04e4c7, #49aee0);
    background: -ms-linear-gradient(to right, #04e4c7, #49aee0);
    background: -moz-linear-gradient(to right, #04e4c7, #49aee0);
    font-size: 22px;
}
.content5_bg ul li a.btn_sz:hover{
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
}
/* 鍏叡鎸夐挳 */
.pubTit .underStand2{
    width:480px;
    height: 46px;
    margin:0 auto;
    margin-top: 30px;
}
.pubTit .underStand2 a{
    display:inline-block;
    width: 215px;
    height:46px;
    text-align: center;
    line-height:46px;
    font-size:22px;
    color:#fff;
    font-weight: bold;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius:80px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand2 .text_tel{
    display:inline-block;
    width: 215px;
    height:46px;
    text-align: center;
    font-size:22px;
    color:#ff793d;
    /* font-weight: bold; */
    border-radius:80px;
    box-sizing:border-box;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand2 .text_tel span{
    display:inline-block;
    width: 205px;
    height:36px;
    line-height: 36px;
    background: #fff;
    border-radius: 80px;
    margin-top: 5px;
}
/* 閰嶅瀹屽杽鐨勬湇鍔′綋绯� */
.content6_bg{
    height: 860px;
    background: url(../images/ban6_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 860px;
    padding-top:1px;
    margin-top: 15px;
}
.content6_bg img{
   width: 389px;
   height: 491px;
   margin:30px auto;
}
.content6_bg ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.content6_bg ul li{
    width: 250px;
    font-size: 21px;
    color: #303030;
}
.content6_bg ul li span{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align:left;
    background: url(../images/numb_bg.png) 0 0 no-repeat;
    color:#fff;
    font-size: 23px;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 8px;
}
.content6_bg ul li span.pl5{
    padding-left: 0px;
}
.content6_bg ul li span.hidden{
   visibility: hidden;
   margin-right:12px;
}
/* 24H鏃堕棿绠＄悊 */
.content7_bg img{
    width: 830px;
    height:604px;
    margin:40px auto 30px auto;
}
.content7_bg .wrapper{
    position: relative;
}
.content7_bg .timeMan{
    width: 198px;
    height: 90px;
    position: absolute;
}
.content7_bg .timeMan dl dt{
    font-size: 20px;
    color:#303030
}
.content7_bg .timeMan dl dd{
    font-size: 23px;
    color:#303030;
    font-weight: bold;
}
/* 宸﹁竟 */
.content7_bg .timeMan01{
    top: 88px;
    left: 120px;
}
.content7_bg .timeMan02{
    top: 210px;
    left: 17px;
}
.content7_bg .timeMan03{
    top: 346px;
    left: 15px;
}
.content7_bg .timeMan04{
    top: 496px;
    left: 31px;
}
.content7_bg .timeMan05{
    top: 635px;
    left: 145px;
}
/* 鍙宠竟 */
.content7_bg .timeMan06{
    top: 95px;
    right: 91px;
    text-align: right;
}
.content7_bg .timeMan07{
    top: 212px;
    right: 19px;
    text-align: right;
}
.content7_bg .timeMan08{
    top: 345px;
    right: -15px;
    text-align: right;
}
.content7_bg .timeMan09{
    top: 489px;
    right: 22px;
    text-align: right;
}
.content7_bg .timeMan10{
    top: 634px;
    right: 118px;
    text-align: right;
}
.content7_bg a.ljxq_btn{
    position: absolute;
    left: 50%;
    margin-left: -99px;
    top: 475px;
    display: inline-block;
    width:198px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius: 80px;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    animation: jittery 3s infinite;
    -webkit-animation: jittery 3s infinite;
}
/* 160澶╁鎴樺涔� */
.content8_bg{
    box-sizing: border-box;
    background: #eaffff;
    padding-top: 1px;
    height: 920px;
}
.content8_bg .ruying_main{
    width: 1100px;
    height:727px;
    background: url(../images/ban8_bg2.png) 0 0 no-repeat;
    background-size: 1100px 727px;
    box-sizing: border-box;
    position: relative;
}
.content8_bg .ruying_main .ul_ruying{

    position: absolute;
}
.content8_bg .ruying_main .ul_ruying dl{
    margin-bottom: 25px;
}
.content8_bg .ruying_main .ul_ruying dl dt{
    font-size: 24px;
    color: #fff;
}
.content8_bg .ruying_main .ul_ruying dl dd{
    font-size: 20px;
    color: #fff;
    margin-top: 11px;
}
.content8_bg .ruying_main .ruyingQian{
    width: 450px;
    top: 80px;
    left: -16px;
}
.content8_bg .ruying_main .ruyingQian h5{
   margin-left: 229px;
}
.content8_bg .ruying_main .ruyingQian ul li dl{
    text-align: right;
 
 }
 .content8_bg .ruying_main .ruyingQian ul li.mr20{
    margin-right: -20px;
 }
 .content8_bg .ruying_main .ruyingQian ul li.mr40{
    margin-right: -40px;
 }
 .content8_bg .ruying_main .ruyingQian ul li.mr60{
    margin-right: -60px;
 }
.content8_bg .ruying_main .ul_ruying h5{
    position: absolute;
    font-size:62px;
    color: #fff;
}
.content8_bg .ruying_main .ruyingQian ul{
    margin-top: 141px;
}
/* 鍏ヨ惀鍚� */
.content8_bg .ruying_main .ruyingHou{
    top: 67px;
    right: 22px;
    width: 500px;
}
.content8_bg .ruying_main .ruyingHou h5{
    position: absolute;
    font-size: 62px;
    color: #fff;
    margin-left: -111px;
}
.content8_bg .ruying_main .ul_ruying dl{
    margin-bottom: 35px;
}
.content8_bg .ruying_main .ruyingHou dl dt{
    font-size: 24px;
    color: #fff;
    position: relative;
}
.content8_bg .ruying_main .ruyingHou dl dt:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 34px;
    left: -44px;
    top: 5px;
    background: url(../images/ban8_icon.png) 0 0 no-repeat;

}
.content8_bg .ruying_main .ruyingHou dl dd{
    font-size: 21px;
    color: #fff;
    margin-top: 11px;
}
.content8_bg .ruying_main .ruyingHou ul{
    margin-top: 146px;
    margin-left: -49px;
}
.content8_bg .ruying_main .ruyingHou ul li.mrj20{
    margin-left: 20px;
 }
 .content8_bg .ruying_main .ruyingHou ul li.mrj40{
    margin-left: 40px;
 }
 .content8_bg .ruying_main .ruyingHou ul li.mrj60{
    margin-left: 60px;
 }
 /* 鍏叡鎸夐挳 */
.pubTit .underStand3{
    width:480px;
    height: 46px;
    margin:0 auto;
    margin-top: 30px;
}
.pubTit .underStand3 a.text{
    display:inline-block;
    width: 215px;
    height:46px;
    text-align: center;
    line-height:46px;
    font-size:22px;
    color:#fff;
    font-weight: bold;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius:80px;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand3 a.text:hover{
    background:linear-gradient(to right, #ffbb5d, #ff793d);
    background:-webkit-linear-gradient(to right, #ffbb5d, #ff793d);
    background:-o-linear-gradient(to right, #ffbb5d, #ff793d);
    background:-ms-linear-gradient(to right, #ffbb5d, #ff793d);
    background:-moz-linear-gradient(to right, #ffbb5d, #ff793d);
}
.pubTit .underStand3 a.text_tel{
    display:inline-block;
    width: 215px;
    height:46px;
    line-height: 46px;
    text-align: center;
    font-size:22px;
    color:#fff;
    font-weight: bold;
    border-radius:80px;
    box-sizing:border-box;
    background:linear-gradient(to right, #02e6c6, #4faae2);
    background:-webkit-linear-gradient(to right, #02e6c6, #4faae2);
    background:-o-linear-gradient(to right, #02e6c6, #4faae2);
    background:-ms-linear-gradient(to right, #02e6c6, #4faae2);
    background:-moz-linear-gradient(to right, #02e6c6,#4faae2);
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand3 a.text_tel:hover{
    background:linear-gradient(to right, #4faae2, #02e6c6);
    background:-webkit-linear-gradient(to right, #4faae2, #02e6c6);
    background:-o-linear-gradient(to right, #4faae2, #02e6c6);
    background:-ms-linear-gradient(to right, #4faae2, #02e6c6);
    background:-moz-linear-gradient(to right, #4faae2,#02e6c6);
}
/* 鑰冪爺闆嗚钀ュ熀鍦� */
.content9_bg{
    height: 672px;
    background: url(../images/ban9_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 672px;
    padding-top: 60px;
}
.content9_bg .tit_h3{
    color:#fff;
}
.content9_bg .tit_h3:before{
    background: url(../images/tit_icon02.png) 0 0 no-repeat;
}
.content9_bg .tit_h3:after{
    background: url(../images/tit_icon02.png) 0 0 no-repeat;
}
.content9_bg ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.content9_bg ul li{
    width: 267px;
    height: 228px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom:15px;
}
.content9_bg ul li img{
    width: 267px;
    height: 183px;
}
.content9_bg ul li p{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size:24px;
    color:#fff;
    font-weight: bold;
    text-shadow: 0 5px 25px rgba(0,0,0,.5) ;
}
/* 鏂拌绋� */
.content4_bg .con4cq_table {
    width: 1100px;
    height: 435px;
    margin: 0 auto;
}
.content4_bg .con4cq_table  table{
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.content4_bg .con4cq_table  tr:first-child{
    background: linear-gradient(to right, #01e7c5, #4faae2);
    background: -webkit-linear-gradient(to right, #01e7c5, #4faae2);
    background: -o-linear-gradient(to right, #01e7c5, #4faae2);
    background: -ms-linear-gradient(to right, #01e7c5, #4faae2);
    background: -moz-linear-gradient(to right, #01e7c5, #4faae2);
}
.content4_bg .con4cq_table  tr:first-child th{
    border-radius:10px 10px 0 0;
}
.content4_bg .con4cq_table  tr th{
    font-size:25px;
    color:#fff;
    font-weight: normal;
    height: 50px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
   
}
.content4_bg .con4cq_table  tr th:nth-child(1){
    width: 196px;
  
}
.content4_bg .con4cq_table  tr th:nth-child(2){
    width: 295px;
   
}
.content4_bg .con4cq_table  tr th:nth-child(3){
    width: 440px;
}
.content4_bg .con4cq_table  tr th:nth-child(4){
    border-radius:0 10px 0 0;
}
.content4_bg .con4cq_table tr:nth-child(3) td{
   font-weight: bold;
}
.content4_bg .con4cq_table tr td.banGreen {
    background: #e6fdfa;
    font-size:20px;
    color:#50a9e2;
    /* border-bottom: 2px solid #01e6c5; */
    font-weight: bold;
    border-bottom: 1px solid #01e6c5;
}
.content4_bg .con4cq_table tr td.banGrbor{
    color:#01e6c5;
    border-right: 1px solid #01e6c5;
    border-bottom: 1px solid #01e6c5;
}
.content4_bg .con4cq_table tr td:nth-child(2){
    border-right: 1px solid #01e6c5;
}
.content4_bg .con4cq_table tr td{
    text-align: center;
    font-size:16px;
    color:#303030;
    border-bottom:0 dashed #999999;
    height: 45px;
    box-sizing: border-box;
    background: #fff;
  }
  .content4_bg .con4cq_table tr:nth-child(2n) td{
    background: #E6FDFA;
  }
  .content4_bg .con4cq_table tr:nth-child(2n) td:nth-child(n+3){
    background: #EFF8FD;
  }
  .content4_bg .con4cq_table tr td a {
    display: block;
    width: 105px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    border-radius: 40px;
    border: 1px solid #ff793d;
    color: #ff793d;
    background: #fff;
    font-size: 16px;
    animation: ballon6 1s linear infinite;
}</pre></body></html>