<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* background: #16165e; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
table {width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
  }
*{box-sizing: border-box;}
/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 80%;
    background: red;
    margin: 0 auto;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;

}

.ht_top .topnav {
    float: right;
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* start */
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.header{
    background: url(../images/header.png) no-repeat top center;
    background-size: auto;
    text-align: center;
    height: 876px;
    padding-top: 6%;
}
.header_slg_text p{
    font-size: 42px;
    font-family: "FZLanTingHeiS-H-GB";
    color: #ffdc1b;
    line-height: 1.2;
    text-align: center;
    -webkit-text-stroke: 2px black;
   
}
.header_slg{position: relative;}
.header_slg_text{
    position: absolute;
    top: 2%;
    left: 42%;
}

.body{
    background-color: #f02048;
    padding-top: 4%;
    max-width: 1920px;
    margin: 0 auto;
}
.con_box{
    background-color: #0099ff;
    border-radius: 20px;
    border: 2px solid #000;
    padding: 2%;
}
.con_tit{
    text-align: center;
}
.con1_box{
    background: url(../images/con1_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}
.con2_box{
    background: url(../images/con2_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}

.con3_box{
    background: url(../images/con3_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}

.con4_box{
    background: url(../images/con4_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}

.con5_con{
    background: url(../images/con5_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}

.con6_box{
    background: url(../images/con6_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}

.con7_box{
    background: url(../images/con7_bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 8% 8% 6% 8%;
    position: relative;
}
/* con1 */

.con1_box .tch_item img{
    border: 2px solid #000;
}
.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}
.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.con1_box  .swiper-button-prev{
    background: url(../images/prev.png) no-repeat top center;
    width: 42px;
    height: 121px;
    left: 50px;
}
.con1_box  .swiper-button-next{
    background: url(../images/next.png) no-repeat top center;
    width: 42px;
    height: 121px;
    right: 50px;
}
/* con2 */
.con2_box{
    text-align: center;
}
.con2_item{
    position: relative;
}
.con2_h1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin-top:7%;
    font-size: 22px;
    color: #000;
}
.con2_h1 i{
    font-size: 26px;
    color: #f02048;
    margin-right: 2%;
}
.con2_item p{
    font-size: 18px;
}
.con2_item{
    position: absolute;
}
.con2_left1{
    left: 16%;
    top: 10%;
}
.con2_left2{
    left: 8%;
    top: 40%;
}
.con2_left3{
    left: 10%;
    top: 68%;
}
.con2_right1{
    right: 16%;
    top: 10%;
}
.con2_right2{
    right: 8%;
    top: 40%;
}
.con2_right3{
    right: 10%;
    top: 68%;
}
/* con3 */
.con3_table thead{
    background-color: #f02048;
}
.con3_table th{
    color: #fff;
    font-size: 26px;

}
.con3_table tbody{
    background: #fff;
}
.con3_table th,.con3_table td{
    border: 1px solid #000;
    padding: 2% 0;
}
.con3_table{
    background-color: #000;
    transform: rotate(-2deg);
}
.con3_table table{
    transform: rotate(2deg);
}
.jdjx_img{
    text-align: center;
    margin: 4% 0;
}
.con3_bot{
   margin-bottom: -6%;
}
/* con4 */
.con4_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con4_box ul li{
    position: relative;
}
.con4_box ul li p{
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(1, 1, 1);
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 40%;
}

/* con5_box */
.con5_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con5_top1 {position: relative;}
.con5_top1 p{
    font-size: 24px;
    font-family: "FZLanTingHeiS-H-GB";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 14%;
    margin-left: 12%;
    transform: rotate(-2deg);
    color: #000;
}
.con5_box_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -8%;
}
.con5_boxL,.con5_boxR{
    width: 48%;
}
.con5_text{
    background-color: #f02048;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 1% 0;
    margin-top: 4%;
    border: 1px solid #000;
    box-shadow: 4px 4px 0px 2px #000;
    font-weight: bold;
}
/* con6_box */
.con6_box ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.con6_box ul li{
      width: 18%;
      background-color: #fff4ca;
      border: 1px solid #000;
      box-shadow: 4px 4px 0px 2px #000;
      text-align: center;
      margin-bottom: 2%;
      padding: 2% 0;
      margin-left: 2%;
      cursor: pointer;
}
.con6_box ul li a{
    font-size: 20px;
}
.con6_box ul li:hover{
    background-color: #f02048;

}
.con6_box ul li:hover&gt;a{
    color: #fff;
}
/* con7 */
.con7_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con7_box ul li{
    width: 32%;
}
.con7_box ul li img{
    border: 2px solid #000;
}
.mgt_6{
    margin-bottom: 6%;
}







.right_box{
    width: 10%;
    position: fixed;
    right: 20px;
    top: 40%;

    z-index: 9999;

}
.right_box_bot{
    background: #ffdc1b;
    border: 1px solid #000;
    box-shadow: 0px 12px 0px 8px #000;
}
.right_box li {
    padding: 4% 10%;
    text-align: center;

}
.right_box li a{
    display: block;;
    font-size: 22px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 10% 0;
}
.right_box li:last-child&gt;a{
    border-bottom: none;
}
.right_box li:hover{
    background: #f02048;
    border: 1px solid #000;
    width: 106%;
    margin-left: -3%;
}
.right_box li:hover&gt;a{
    border-bottom: none;
    color: #fff;
}
/* .con4 ul li:hover{
    background-image: linear-gradient(to top, #ff2d2d,#ff7538);
    box-shadow: 0px 4px 0px 0px rgba(255, 138, 0, 0.8);
} */
.right_icon{
    display: block;
    margin: 0 auto;
    margin-bottom: -8%;
}

/* end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 30px 0;
    text-align: center;
    /* padding-bottom: 40px; */
    background: #f02048;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #000;
}
.m-footer {
    display: none;
}
.add_text{
    margin-top: 10%;
}
.con3  .add_bg{
    background-image: -moz-linear-gradient( 0deg, #fd851b 0%,#fd861b 100%);
    background-image: -webkit-linear-gradient( 0deg, #fd851b 0%,#fd861b 100%);
    background-image: -ms-linear-gradient(0deg, #fd851b 0%,#fd861b 100%);
    box-shadow: 1.5px 2.598px 8px 0px rgba(208, 158, 159, 0.83); 
}
.csgk table td a, .kdrz table td a{
    display: block;
    color: #fff;
    border-radius: 30px;
    padding: 4% 0;
    background-image: linear-gradient(to top, #ff2d2d,#ff7538);
    box-shadow: 0px 4px 0px 0px rgba(255, 138, 0, 0.8);
    font-size: 18px;
    margin: 2% auto;
}
.csgk table td a{
    width: 80%;
}
.kdrz table td a{
    width: 60%;
}
.jiaobo {
    position: absolute;
    right: 24%;
    top: -30%;
}
.jiaobo2 {
    position: absolute;
    right: 20%;
    top: -20%;
}
.swiper-container{
    text-align: center;
}
@media screen and (max-width:1600px) {

}
  
@media only all and (max-width: 1080px){
    .Width{
        width: 99%;
    }
    .container{
        width: 100%;
    }
    .header {
        background: url(../images/header.png) no-repeat top center;
        background-size: cover;
        text-align: center;
        height: auto;
        padding-bottom: 16%;
    }
	.footer {
    display: none;
    
	}
	.m-footer {
		display: block;
		color: #fff;
		text-align: center;
		height: 2.5rem;
		width: 100%;
		font-size: 0.7rem;
		line-height: 2.5rem;
		background-color: #f02048;
	}
    .right_box{
        display: none;
    }
    .con2_item img{
        width: 58%;
    }
    .con2_h1 i,.con2_h1{
        font-size: 14px;
    }
    .con2_item p {
        font-size: 12px;
    }
    .con2_left1 {
        left: -9%;
        top: 10%;
    }
    .con2_left2 {
        left: -8%;
        top: 40%;
    }
    .con2_img {
        width: 72%;
    }
    .con2_left3 {
        left: -8%;
        top: 68%;
    }
    .con2_right1 {
        right: -10%;
        top: 10%;
    }
    .con2_right2 {
        right: -10%;
        top: 40%;
    }
    .con2_right3 {
        right: -10%;
        top: 68%;
    }
    .con3_table th {
        color: #fff;
        font-size: 14px;
    }
    .con4_box ul li p{
        font-size: 12px;
    }
    .con4_box ul li{
        width: 49%;
    }
    .con5_boxL, .con5_boxR{
        width: 100%;
        margin: 2% 0;
    }
    .con5_box{
        flex-wrap: wrap;
    }
    .con5_top1 p {
        font-size: 19px;
    }
    .con5_text{
        font-size: 14px;
    }
    .header_slg_text p{
        font-size: 14px;
        -webkit-text-stroke: aliceblue;
    }
    .con3_table th, .con3_table td{
        font-size: 12px;
    }
    .jdjx_img{
        width: 40%;
        margin: 4% auto;
    }
}
.txt {
    animation: banner_ani 2s linear infinite alternate;
    -webkit-animation: banner_ani 2s linear infinite alternate;
    -moz-animation: banner_ani 2s linear infinite alternate;
    -o-animation: banner_ani 2s linear infinite alternate;
    -ms-animation: banner_ani 2s linear infinite alternate;
  }
</pre></body></html>