<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: "FZLanTingHeiS-H-GB", "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 {
    display: block;
    border: none;
    max-width: 100%;
}

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

a,
area {
    blur: expression(this.onFocus=this.blur())
}

ul,
li {
    list-style: none;
}

.mr-top5 {
    margin-top: 5%;
}

.disp {
    display: flex;
    flex-direction: column;
}

.disp-r {
    display: flex;
    justify-content: space-around;
}

* {
    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;
}




/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    /* padding-bottom: 40px; */
    margin-bottom: 2%;
}

.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;
}

/* start */
* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* banner */
.banner {
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 4%;
    padding-bottom: 6%;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.banner .banner_bot {
    margin-top: 2%;
}

/* body */
.bg1 {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 4%;
}

.bg2 {
    background: url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 4%;
}

.con_tit {
    margin-top: 4%;
    margin-bottom: 4%;
}

.con_tit img {
    display: block;
    margin: 0 auto;
}

.con_sj {
    display: block;
    margin: 0 auto;
}

/* con1 */
.con1_lt {
    width: 50%;
    background: url(../images/con1_left.png) no-repeat;
    background-size: 100% 100%;
    padding: 10% 4%;
}

.con1_rt {
    width: 50%;
    background: url(../images/con1_right.png) no-repeat;
    background-size: 100% 100%;
    padding: 4%;
    padding-bottom: 9.2%;
}

.con1_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1_lt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con1_ltY {
    width: 60%;
}

.con1_ltY li {
    display: flex;
    align-items: center;
    border: 1px solid #e33836;
    border-right: none;
    background-image: linear-gradient(to right, #d1021f, transparent);
    padding: 4% 2%;
    border-radius: 30px 0 0 30px;
    margin-bottom: 4%;
    padding-left: 4%;
}

.con1_ltY li p {
    color: #fff;
    font-size: 18px;
    margin-left: 4%;
}

.con1_btn {
    background-image: -moz-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    box-shadow: 0px 2px 21px 0px rgba(170, 1, 18, 0.7);
    padding: 2% 0;
    display: block;
    width: 70%;
    margin: 8% auto;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #563109;
    font-weight: bold;
}

.con1_ltMsg {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.con1_rtTit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.con1_rtTit h1 {
    font-size: 28px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(51, 51, 51);
    margin-left: 2%;
}

.con1_rtTit h1 i {
    color: #f82d2d;
    font-style: normal;
}

.yuyue_fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3%;
}

.yuyue_fx .por {
    width: 48%;
}

.yuyue_fx .por select {
    width: 100%;
    color: #999999;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.yuyue_fx select.input {
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    background: #f5f5f5 url(../images/select.png) no-repeat 93% center;
    border-radius: 4px;
}

.yuyue_fx .por input {
    width: 100%;
    color: #999999;
    outline: none;
    resize: none;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
}

.yuyue_fx .sendPar {
    width: 40%;
}

.yuyue_fx .codePar {
    width: 58%;
}

.yuyue_fx .sendPar .send {
    border-radius: 8px;
    background-image: -moz-linear-gradient(90deg, rgb(192, 0, 0) 0%, rgb(255, 65, 65) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(192, 0, 0) 0%, rgb(255, 65, 65) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(192, 0, 0) 0%, rgb(255, 65, 65) 100%);
    color: #fff;
}

.submit {
    border-radius: 8px;
    background-image: -moz-linear-gradient(90deg, rgb(192, 0, 0) 0%, rgb(255, 65, 65) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(192, 0, 0) 0%, rgb(255, 65, 65) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(192, 0, 0) 0%, rgb(255, 65, 65) 100%);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
    font-size: 20px;
    padding: 2% 0;
    color: #fff;
}

/* con2 */

.con2_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con2_lt{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(219, 73, 64);
    background-image: -moz-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    padding: 2%;
    width: 64%;
    margin-top: -6%;
}
.con2_rt{
    width: 30%;
}
.con2_item{
    background: url(../images/con2_card2.png) no-repeat ;
    background-size: 100% 100%;
    padding: 4% 10% 4% 10%;
    margin-bottom: 12%;
}
.con2_item ul{
    margin-top: 4%;
    padding-left: 6%;
}
.con2_item ul li{
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}
.con2_item ul li p{
    font-size: 16px;
    color: #fff;
    margin-left: 4%;
}
.con2_itenTit{
    width: 70%;
    background: url(../images/con2_xb.png) no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 6% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%;
    margin: 0 auto;
    margin-top: -14%;
}
.con2_lt h1{
    font-size: 28px;
    color: #ffc697;
    text-align: center;
    margin-top: 4%;
}
.con2_botoom{
    background-image: -moz-linear-gradient( 90deg, rgb(252,208,129) 0%, rgb(255,231,147) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(252,208,129) 0%, rgb(255,231,147) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(252,208,129) 0%, rgb(255,231,147) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 4%;
    margin-top: 2%;
}
.con2_botoom ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}
.con2_botoom ul li{
    text-align: center;
}
.con2_botoom ul li a{
    width: 84px;
    height: 84px;
    display: block;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 120deg, rgb(192,0,0) 0%, rgb(255,65,65) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgb(192,0,0) 0%, rgb(255,65,65) 100%);
    background-image: -ms-linear-gradient( 120deg, rgb(192,0,0) 0%, rgb(255,65,65) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.con2_botoom ul li p{
    font-size: 14px;
    color: #fff;
    font-family: "FZLanTingHeiS-DB-GB";
    margin-top: 30%;
}
.con2_botoom ul li .icon_video{
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}
.con2_botoom::before{
    content: '';
    width: 104px;
    height: 52px;
    background: url(../images/con2_botSj.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 46%;
    top: -50px;
}

.con3_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    border-bottom:  1px solid #cdcdcd;
}

.con3_box ul li{
    width: 24%;
}
.con3_top{
    background-color: rgb(230, 18, 28);
    padding: 0 4%;
}
.con3_top li{
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 2% 0;
}
.con3_box{
    padding-bottom: 2%;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.244px 6.996px 15.2px 0.8px rgba(255, 194, 197, 0.53);
}

.con3_bot li{
    color: #333;
    font-size: 18px;
    text-align: center;
    padding: 2% 0;
}
.con3_bot li a{
    color: #333;
    font-size: 18px;
}
.con3_bot{
    background: #fff;
    margin: 0 4%;
}
.con3_box ul:last-child&gt;li{
    border: none;
}
.con3_bot li a {
    background-image: -moz-linear-gradient( 90deg, rgb(192,0,0) 0%, rgb(255,65,65) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(192,0,0) 0%, rgb(255,65,65) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(192,0,0) 0%, rgb(255,65,65) 100%);
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 2% 8%;
}
/* con4 */

.con4_msg{
    text-align: center;
    font-size: 20px;
    color: #fff9c1;
}
.con4_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6%;
}
.con4_box ul li{
    position: relative;
}
.con4_box ul li .con4_jz{
    position: absolute;
    left: -6%;
    top: -14%;
}
.con4_name{
    position: absolute;
    left: 0;
    bottom: 0;
}
.con4_top{
    position: relative;
}
.con4_name p{
    font-size: 20px;
    color: #c7001e;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 6%;
    font-weight: bold;
}
.con4_btn{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(219, 73, 64);
    background-image: -moz-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 4% 0;
    width: 70%;
    margin: 0 auto;
    margin-top: 8%;
}
/* con5 */
.con5_box table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.244px 6.996px 15.2px 0.8px rgba(255, 194, 197, 0.53);
}

.con5_box table tr th{
    background-color: rgb(230, 18, 28);
    box-shadow: 0.244px 6.996px 15.2px 0.8px rgba(230, 18, 28, 0.8);
    color: #fff;
    font-size: 24px;
    padding: 2% 0;
    width: 20%;
}
.con5_box tbody{
    background: #fff;
}
.con5_box table tr td{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 2% 0;
    border-bottom: 1px solid #cdcdcd;
}
.con5_box table tr:nth-child(even){
    background-color: #fff7f7;
}
.con5_box table tr:last-child&gt;td{
    border: none;
}
/* con6 */
.con6_list{
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}
.con6_list li:last-child{
    margin-left: 4%;
}
.con6_list li{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(219, 73, 64);
    background-image: -moz-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    font-size: 26px;
    text-align: center;
    color: #fff;
    padding: 1% 0;
    width: 20%;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}
.con6_list li.active{
    background-image: -moz-linear-gradient( 180deg, rgb(254,233,166) 0%, rgb(252,207,129) 56%, rgb(255,197,153) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(254,233,166) 0%, rgb(252,207,129) 56%, rgb(255,197,153) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(254,233,166) 0%, rgb(252,207,129) 56%, rgb(255,197,153) 100%);
    box-shadow: 0px 2px 21px 0px rgba(170, 1, 18, 0.7);
    color: #563109;
}
.con6_item{
    position: relative;
    width: 30%;
}
.con6_itemTit img{
    margin: 0 auto;
}
.con6_itemTit{
    position: relative;
    margin-bottom: -12%;
}
.con6_card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.con6_itemTit p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d30322;
    font-size: 18px;
    font-weight: bold;
}
.con6_cardBox .card_show{
    display: flex;
}
.con6_img {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(243, 83, 72);
    background-image: -moz-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(161,8,7) 0%, rgb(186,16,14) 100%);
  }
/* con7 */

.con7_btn{
    border-radius: 8px;
    background-image: -moz-linear-gradient( 180deg, rgb(254,233,166) 0%, rgb(252,207,129) 56%, rgb(255,197,153) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(254,233,166) 0%, rgb(252,207,129) 56%, rgb(255,197,153) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(254,233,166) 0%, rgb(252,207,129) 56%, rgb(255,197,153) 100%);
    font-size: 20px;
    color: #c10d18;
    text-align: center;
    padding: 1.4% 0;
    width: 60%;
    margin: 0 auto;
    margin-top: 8%;
}
.con7_box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con7_box ul li{
    width: 31%;
}
.con7_box ul li img{
    width: 100%;
    height: 220px;
}
/* con8 */
.region {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4%;
    justify-content: space-between;
}
.region a {
    display: block;
    width: 15%;
    padding: 1.4% 0 ;
    text-align: center;
    cursor: pointer;
    margin-bottom: 2%;
    color: #fff;
    font-size: 20px;
    background: #fe787d;
    border-radius: 10px;
}

.region a:hover {
    background: #ee0000;
    color: #fff;
}

  
.box04_bottom {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 4%;
}

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

.zx-left {
    width: 70%;
    line-height: 40px;
}

.zx-right {
    width: 161px;
    height: 161px;
    margin-top: 3%;
    display: flex;
    align-items: center;
}

.zx-right img {
    border-radius: 10px;
}

.zx-left h2 {
    font-size: 24px;
    color: #333;
    padding-top: 3%;
}
.zx-left h2::after{
    content:'';
    display: block;
    width: 4%;
    height: 2px;
    background-color: #d30322;
}
.zx-left p {
    color: #333;
    font-size: 18px;
}

.zx-left a {
    color: #333;
    font-size: 18px;
}

.link_container p {
    color: #333;
    font-size: 18px;
}
.link_container p a.service{
    color: #fff;
    background-image: -moz-linear-gradient( 180deg, rgb(237,0,0) 0%, rgb(239,0,0) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(237,0,0) 0%, rgb(239,0,0) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(237,0,0) 0%, rgb(239,0,0) 100%);
   margin-left: 18%;
   border-radius: 30px;
   padding: 1% 4%;
}
.zx-right {
    text-align: center;
}
.zx-right p{
    color: #9c460a;
}
.xd{
    width: 1200px;
    position: fixed;
    left: 0%;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background: url(../images/xd_btn-04.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 4%;
}
.xd_tit {position: relative;}
.xd_tit p{
    position: absolute;
    left: 0%;
    bottom: 0;
    right: 0;
    top: 0;
    padding-top: 6%;
    text-align: center;
    font-size: 18px;
    font-family: "FZYaSong-EB-GBK";
    color: rgb(156, 70, 10);
}
.xd_tit p i{
   font-size: 22px;
   color: #ff3c00;
}

























































#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: 18px;
    margin-top: 2%;
    padding: 0;
}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
    padding: 0 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: .8rem;
}

._nc .stage1 .slider {
    height: 50px !important;
    left: .7rem;
    right: .7rem;
}

._nc .stage1 .button {
    width: 50px !important;
    height: 50px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 50px;
}

.nc-container .nc_scale .scale_text {
    font-size: 18px !important;
    text-align: left;
}

.nc_scale {
    height: 50px !important;
}

.nc-container .nc_scale span {
    height: 50px !important;
    line-height: 50px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 50px;
}

.nc-container .nc_scale .btn_ok {
    line-height: 50px;
}

@keyframes breath {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* end */
@media screen and (max-width:1200px) {
    .Width {
        width: 100%;
    }

    .container {
        width: 94%;
        margin: 0 auto;
    }
    .banner_top{
        width: 34%;
    }

    .con1_box,.con2_box,.con2_botoom{
        flex-wrap: wrap;
    }
    .con1_lt,.con1_rt{
        width: 100%;
    }
    .con1_ltY li p{
        font-size: 14px;
    }
    .con1_ltY li{
        padding: 2%;
    }
    .con1_ltY{
        margin-left: 4%;
    }
    .con1_btn{
        font-size: 14px;
    }
    .con1_rtTit h1{
        font-size: 22px;
        margin-bottom: 4%;
    }
    .con1_rt{
        padding-bottom: 20%;
    }
    .con2_lt,.con2_rt{
        width: 100%;
    }
    .con2_lt{
        margin-top: 0;
        margin-bottom: 16%;
    }
    .con2_lt h1{
        font-size: 20px
    }
    .con2_itenTit{
        font-size: 18px;
    }
    .con2_botoom ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .con2_botoom ul li{
        width: 32%;
        margin-bottom: 4%;
    }
    .con2_botImg{
        margin: 4% auto;
    }
    .con3_top li{
        font-size: 16px;
    }
    .con3_bot li{
        font-size: 12px;
        border: none;
    }
    .con3_bot{
        border-bottom: 1px solid #cdcdcd;
    }
    .con3_bot li a{
        font-size: 14px;
    }
    .con4_box ul{
        flex-wrap: wrap;
    }
    .con4_box ul li{
        width: 48%;
        margin-bottom:8%;
    }
    .con4_name p,.con4_btn{
        font-size: 16px;
    }
    .con5_box table tr th{
        font-size: 16px;
    }
    .con5_box table tr td{
        font-size: 14px;
    }
    .con6_list li{
        font-size: 18px;
        width: 30%;
    }
    .con6_card{
        flex-wrap: wrap;
    }
    .con6_item{
        width: 48%;
        margin-bottom: 6%;
    }
    .con6_itemTit p{
        font-size: 12px;
    }
    .con7_box ul{
        flex-wrap: wrap;
    }
    .con7_box ul li{
        width: 48%;
        margin-bottom: 4%;
    }
    .region a{
        width: 24%;
        font-size: 16px;
    }
    .tab_container{
        flex-wrap: wrap;
    }
    .zx-left{
        width: 100%;
    }
    .link_container p a.service{
        margin-left: 4%;
    }
    .zx-right{
        width: 100%;
    }
    .zx-right img{
        width: 161px;
        margin: 0 auto;
    }
    .con7_box ul li img{
        height: 120px;
    }
}

@keyframes yh_ani {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.25);
        opacity: 0.6;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.8;
    }

    75% {
        transform: scale(0.75);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}








.quan_botR,
.con3_right a,
.con3_bot ul li a,
.con4_rItem ul li a,
.con4_bot ul li a {
    animation: pulsate-bck 1.4s linear infinite both;
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slide-top {
    -webkit-animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: slide-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

@keyframes slide-top {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-10px) rotate(-6deg);
        transform: translateX(-10px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(10px) rotate(6deg);
        transform: translateX(10px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-10px) rotate(-3.6deg);
        transform: translateX(-10px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}</pre></body></html>