<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{position: relative;overflow-x: hidden;}
/*-----------------[初始化]--------------*/
body{color: #000;font-size: 12px;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    padding-top: 82px;overflow-x: hidden;/*max-width: 1920px;margin: 0 auto;*/
}
a{color: #000;}
a:hover{color: #FD2442;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #000;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*布局*/
.wp{margin: 0 51px;}
.wp2{width: 100%;max-width: 1400px;margin: 0 auto;}
.wp3{margin: 0 130px;}
.wp4{width: 100%;max-width: 1500px;margin: 0 auto;}
.wp5{width: 100%;max-width: 1600px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

.index{padding-top: 0;}

/*******************************
  -------[=头部]-------
********************************/

.header{height: 82px;position: fixed;top: 0;left: 0;right: 0;z-index: 109;
    background-color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.header .wp{position: relative;}
.logo{position: absolute;top: 0;left: 0;width: 100px;height: 118px;
    background-color: #FD2442;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.logo img{width: 100%;height: 100%;display: block;}
.nav{text-align: center;font-size: 0;}
.nav ul{display: inline-block;}
.nav li{float: left;margin: 0 27px;}
.nav li .v1{display: block;font-size: 18px;color: #000;line-height: 82px;}
.nav li.on .v1{font-weight: bold;color: #FF223A;}
.nav li:hover .v1,.header.fixed .nav li:hover .v1{color: #FF223A;}
.header .tel{position: absolute;top: 0;right: 0;line-height: 82px;font-size: 28px;
    color: #000;font-family: 'Roboto-Medium';padding-left: 28px;
    background: url(../images/i-01.png) no-repeat left center;
}
.index .header{background-color: transparent;}
.index .nav li .v1{color: #fff;}
.index .header .tel{color: #fff;background-image: url(../images/i-01-on.png);}

.header.fixed{height: 50px;background-color: #fff;/*box-shadow: rgb(0,0,0,.1) 0 1px 5px;*/}
.header.fixed .logo{/*top: -47px;*/top: 0px;width:70px;height:82.6px}
.header.fixed .nav li .v1{color: #000;line-height: 50px;}
.header.fixed .nav li.on .v1{color: #FF223A;}
.header.fixed .tel{background-image: url(../images/i-01.png);line-height: 50px;font-size: 26px;color: #000;}



/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;margin-right: -5px;margin-top: 5px;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #FD2442;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{position: relative;}
.banner .slick-slide .con{outline: 0;position: relative;display: block;height: 730px;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-arrow{
    position: absolute;top: 50%;overflow: hidden;cursor: pointer;opacity: .4;
    width: 22px;height: 42px;font-size: 0;line-height: 0;z-index: 2;
    background-repeat: no-repeat;background-color: transparent;border: 0;padding: 0;
    background-position: center center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .slick-prev{left: 30px;background-image: url(../images/i-02.png);}
.banner .slick-next{right: 30px;background-image: url(../images/i-03.png);}
.banner .slick-arrow:hover{opacity: 1;}
.banner .slick-dots{position: absolute;left: 0;bottom: 20px;width: 100%;text-align: center;z-index: 3;}
.banner .slick-dots li{display: inline-block;margin: 0 5px;}
.banner .slick-dots li button{display: block;width: 12px;height: 12px;
    border: 0;padding: 0;cursor: pointer;border-radius: 6px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.banner .slick-dots li.slick-active button{width: 34px;}
.banner .mo-pic{display: none;}
.banner .mo-pic img{width: 100%;display: block;}

.ban{height: 520px;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .txt{position: absolute;left: 50%;top: 50%;width: 1188px;color: #fff;text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.ban .txt h2{font-size: 50px;margin-bottom: 24px;}
.ban .txt .lab{font-size: 36px;margin-bottom: 36px;}
.ban .txt .desc{font-size: 18px;line-height: 1.67;}
.ban .title{position: absolute;top: 50%;left: 0;right: 0;text-align: center;
    font-size: 50px;color: #fff;padding-bottom: 27px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ban .title:after{content: '';position: absolute;bottom: 0;left: 50%;width: 100px;height: 5px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ban .txt2{position: absolute;bottom: 0;right: 130px;width: 660px;padding: 56px 54px 62px;
    color: #fff;background-color: rgba(0,0,0,.7);
}
.ban .txt2 h3{font-size: 40px;margin-bottom: 27px;}
.ban .txt2 .desc{font-size: 16px;line-height: 1.81;margin-bottom: 39px;}
.ban .txt2 .date{font-size: 16px;}
.ban .con{display: block;position: relative;height: 100%;}

.mo-ban{display: none;height: auto !important;}
.mo-ban img{width: 100%;display: block;}

/*******************************
  -------[=底部]-------
********************************/
.footer{
    background-color: #202020;
}
.fd-con{overflow: hidden;padding: 65px 0 61px;}
.fd-nv{float: left;border-right: 1px solid #4f4f4f;margin-right: 89px;}
.fd-nv dl{float: left;margin-right: 100px;}
.fd-nv dt{margin-bottom: 20px;}
.fd-nv dt a{font-size: 20px;font-weight: bold;color: #fff;}
.fd-nv dd a{font-size: 14px;color: #fff;line-height: 30px;display: block;}
.fd-nv dd{overflow: hidden;}
.fd-nv dd .item-1{float: left;width: 94px;}
.fd-nv dd .item-2{overflow: hidden;}
.fd-c{float: left;}
.fd-tel{margin-bottom: 38px;}
.fd-tel h3{font-size: 20px;color: #fff;margin-bottom: 10px;}
.fd-tel p{font-size: 26px;color: #FD2442;}
.fd-guan dt{margin-bottom: 18px;}
.fd-guan dt a{font-size: 20px;font-weight: bold;color: #fff;}
.fd-guan dd a{font-size: 14px;color: #fff;line-height: 30px;display: block;}
.fd-nv dd a:hover,.fd-guan dd a:hover{color: rgba(255,255,255,.6);}
.fd-qr{float: right;}
.fd-qr .item{float: left;margin-left: 19px;}
.fd-qr .pic{width: 116px;margin-bottom: 13px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr p{font-size: 14px;color: #fff;text-align: center;}

.fd-copy{border-top: 1px solid rgba(255,255,255,.2);text-align: center;font-size: 14px;
    color: rgba(255,255,255,.6);padding: 28px 0;
}
.fd-copy a{color: rgba(255,255,255,.6);}
.fd-copy a:hover{color: #fff;}
/*******************************
    -------[=正文]-------
********************************/
.fix-right{position: fixed;right: 0;bottom: 5%;width: 100px;display: none;z-index: 106;}
.fix-right li{position: relative;}
.fix-right li .con{display: block;height: 110px;position: relative;
    background-color: rgba(253, 36, 66, .9);
}
.fix-right li .ico{display: block;height: 90px;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.fix-right em{font-size: 16px;color: #fff;display: block;text-align: center;
    position: absolute;left: 0;right: 0;bottom: 12px;
}
.fix-right .i1 .ico{background-image: url(../images/i-f1.png);}
.fix-right .i2 .ico{background-image: url(../images/i-f2.png);}
.fix-right .i3 .ico{background-image: url(../images/i-f3.png);}
.fix-right .i4 .ico{height: 100%;background-image: url(../images/i-f4.png);}
.fix-right li:hover .con{background-color: #FD2442;}
.fix-right li:hover .tel,.fix-right li:hover .qr{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.fix-right .tel{position: absolute;top: 0;right: 100%;width: 377px;height: 110px;
    background-color: rgba(253, 36, 66, .9);text-align: center;line-height: 110px;
    font-size: 26px;color: #fff;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .qr{position: absolute;top: 0;right: 100%;padding: 20px 0 15px;width: 292px;
    background-color: rgba(253, 36, 66, .9);
    font-size: 0;text-align: center;
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -o-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .item{display: inline-block;margin: 0 10px;}
.fix-right .pic{width: 116px;margin-bottom: 10px;}
.fix-right .pic img{width: 100%;display: block;}
.fix-right .qr span{display: block;text-align: center;font-size: 16px;color: #fff;}

.btn-xun{position: absolute;right: 10px;bottom: 10px;width: 60px;height: 190px;
    background-color: #FD2442;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.btn-xun span{position: absolute;width: 1em;top: 50%;left: 50%;padding-bottom: 36px;
    font-size: 22px;color: #fff;line-height: 25px;font-weight: bold;
    background: url(../images/i-31.png) no-repeat center bottom;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn-xun:hover{opacity: .8;}</pre></body></html>