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

@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('../MiSans/MiSans-Normal.eot'); /* IE9*/
  src: url('../MiSans/MiSans-Normal.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../MiSans/MiSans-Normal.woff2') format('woff2'),
  url('../MiSans/MiSans-Normal.woff') format('woff'), /* chrome、firefox */
  url('../MiSans/MiSans-Normal.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../MiSans/MiSans-Normal.svg#MiSans-Normal') format('svg'); /* iOS 4.1- */

}

@font-face {
  font-family: 'webfont-thin';
  font-display: swap;
  url('../MiSans/misans-thin-webfont.woff2') format('woff2'),
  url('../MiSans/misans-thin-webfont.woff') format('woff'), /* chrome、firefox */

}

@font-face {
  font-family: 'webfont-extralight';
  font-display: swap;
  url('../MiSans/misans-extralight-webfont.woff2') format('woff2'),
  url('../MiSans/misans-extralight-webfont.woff') format('woff'), /* chrome、firefox */

}

@font-face {
    font-family: 'misansbold';
    src: url('../MiSans/misans-bold.woff2') format('woff2'),
         url('../MiSans/misans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0
}

html {
    color: #000;
    background: #fff;
    min-width: 300px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none
}

html,
body {
    font-family: 'webfont','MiSans Normal';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:before,
q:after {
    content: ''
}
/*
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}*/

ins,
a {
    text-decoration: none;
    color: inherit
}

html,
body {
    line-height: 1;
    font-size: 12px;
   /* font-family: 'Microsoft YaHei', PingFang SC, Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow-x: hidden;*/
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.fixed {
    position: fixed
}

.head {
   /* position: fixed;
    top: 0;
    left: 0;*/
    background-color: #fff;
    width: 100%;
    height: 40px;
    z-index: 11111;
    *position: sistic;
    *zoom: 1
}
.headfixed {
    position: fixed;
    top: 0;
    left: 0;
}
.head .logoBox {
    width: 124px;
    display: inline-block;
    height: 40px;
    margin-top: 8px;
}

.whitenav {
	width: 124px;
    display: inline-block;
    height: 40px;
	}
.head .webNav .iconfont {
    display: none
}

.head .shadow {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url("../images/downloadShadowCenter.png");
    background-position: 0 -98px;
    background-repeat: repeat-x
}

.shadow {
	border:0px solid #f00;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url("../images/downloadShadowCenter.png");
    background-position: 0 -98px;
    background-repeat: repeat-x
}

@media screen and (min-width:300px) and (max-width:1100px) {
    .hrIpt {
        font-size: 16px !important
    }
    
    .container {
        box-sizing: border-box;
        padding: 0 15px
    }
    .fl,
    .fr {
        float: none
    }
    html {
        font-size: 100px
    }
    .container {
        width: 100%;
        margin: 0 auto
    }
    .contantNumBox {
        display: none
    }
    /* 头部 */
    .head {
        position: fixed;
        top: 0;
        left: 0;
        height: .45rem;
        width: 100%;
        text-align: center
    }
    .head .container {
        padding: 0;
        margin: 0;
    }
    .head .logoBox {
        float: left;
        margin-left: .14rem
    }

    

    .head .webNavBtn {
        float: right;
        font-size: .2rem;
        line-height: .45rem;
        margin-right: .22rem;
        cursor: pointer
    }

    .head .webNav .adbotHRLi .adbotHR {
        display: none
    }

    .head .upBtn {
        display: block;
        text-align: center;
        height: 44px;
        line-height: 44px
    }

    .head .upBtn .iconfont {
        display: block
    }

    .head .webNav .joinUs .hdnavHome {
        display: none
    }

    .head .webNav .joinUs .adbotHR {
        display: block
    }

    .head .webNav .joinUs .adbotHR a {
        border: block
    }

    .webNav {
        display: none
    }

    .webNav.active {
        display: block;
        position: fixed;
        margin-top: 45px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5)
    }

    .webNav.active ul {
        background-color: #f8f8f8;
    }

    .webNav.active ul a {
        position: relative;
        text-align: left;
        margin: 0 30px;
        line-height: 44px;
        display: block;
        color: #333;
        border-bottom: 1px solid #eee;
        font-size: 13px
    }

    .webNav.active ul a .iconfont {
        display: block;
        float: right;
        font-size: 12px;
        color: #b5b6b7
    }

    /* 了解我们 */
    .ourFeatures {
        position: relative
    }

    .banner {
        margin-top: 45px;
        width: 100%
    }

    .banner .arrowBtn {
        display: none
    }

    

    .hrboxTit {
        padding-top: 15px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 35px;
        color: #333
    }

    
}
@media screen and (max-height: 755px) and (max-width:1100px){
    .webNav.active {
        overflow-y: auto;
    }
    .webNav.active ul{
        margin-bottom: 80px;
    }
    
}
@media screen and (max-height: 449px) and (max-width:767px){
    .webNav.active{
        overflow-y: auto;
    }
}
@media screen and (min-width:1101px) {
    .container {
        width: 1180px;
        margin: 0 auto;
		border:0px solid #f00;

    }

    .head .webNav {
        float: right;
    }

	.webNav .logo{width:250px;background-color: #fff;}

	.webNav { background-color: #fff;}

    .head .webNav li {
        position: relative;
        float: left;
        color: #191919;
        line-height: 68px;
        height: 48px;
        border-bottom: 2px solid #fff;
        font-size: 14px;
        list-style: none;
		font-weight:700;
    }

    .head .webNav li:hover,
    .head .webNav li.active {
        /*border-bottom: 2px solid #d7001d;*/
        -webkit-transition: 1000;
        transition: 1000
    }

    .head .webNav li:hover&gt;a,
    .head .webNav li.active&gt;a {
        color: #d7001d;
    }

    .head .webNav li a {
        color: #191919;
        display: inline-block;
        width: 200px;
        text-align: center;
        line-height: 40px;
		font-weight:700;
		opacity:1;
    }

    .head .webNav li a:hover {
        color: #d7001d;
        text-decoration: none
    }

    .head .webNav li.adbotHRLi:hover .adbotHR {
        display: block
    }

    .head .webNav li .adbotHR {
        display: none;
        position: absolute;
        top: 70px;
        width: 90px;
        background-color: #3e3a39;
        box-shadow:0 2px 6px rgba(56, 56, 56, 0.3);
    }

    .head .webNav li .adbotHR a {
        float: left;
        width: 90px
    }

    .head .webNavBtn {
        display: none
    }

    .head .upBtn {
        display: none
    }

    .foot {
        height: 240px;
        /* min-width: 1200px */
    }

    .foot .companyInfo {
        height: 176px;
        max-width: 1200px;
        margin: 0 auto;
        border-top: 1px solid #414141;

    }

    .foot .companyInfo .footIcon {
        padding-top: 32px
    }

    .foot .companyInfo .footIcon span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px
    }

    .foot .companyInfo .footIcon span:hover {
        background-position: -30px
    }

    

    .foot .companyInfo .certImgBox {
        padding-top: 6px
    }

    .foot .companyInfo .certImgBox img {
        border: 1px solid #2f2f2f;
        height: 100px;
        cursor: pointer
    }

    .foot .companyInfo .certImgBox img:hover {
        border: 1px solid #c5c5c5
    }

    .foot .companyInfo .middle {
        padding-right: 52px
    }

    .foot .companyInfo .contactUs {
        margin-left: 220px
    }

    .foot .companyInfo .companyName {
        font-size: 18px;
        padding-top: 32px
    }

    .foot .companyInfo .companyAddress {
        font-size: 14px;
        padding-top: 16px
    }

    .foot .companyInfo .contactNumberTit {
        font-size: 14px;
        padding-top: 30px
    }

    .foot .companyInfo .contactNumber {
        font-size: 24px;
        padding-top: 12px
    }

    .foot .companyInfo .serviceHours {
        font-size: 14px;
        padding-top: 10px
    }

    .foot .companyInfo .phoneFax {
        font-size: 14px;
        padding-top: 4px
    }

    .foot .companyInfo .certification {
        font-size: 14px;
        padding-top: 30px
    }

    .foot .copyrightBox {
        border-top: 1px solid #414141;
        line-height: 60px
    }

    .contantNumBox {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000000
    }

    .contantNumBox .vBg {
        position: absolute;
        top: -4px;
        left: 0;
        width: 50px;
        height: 4px;
        background: url("../images/phoneShadowV.png"/*tpa=https://www.huorong.cn/assets/v5/images/phoneShadowV.png*/);
        background-position: 0 0;
        background-repeat: repeat-x
    }

    .contantNumBox .vBgB {
        top: auto;
        bottom: -4px;
        width: 100%;
        height: 4px;
        background-position: 0 -34px
    }

    .contantNumBox .hBg {
        position: absolute;
        top: 0;
        left: -4px;
        width: 58px;
        height: 50px;
        background: url("../images/phoneShadowH.png"/*tpa=https://www.huorong.cn/assets/v5/images/phoneShadowH.png*/);
        background-repeat: repeat-y
    }

    .contantNumBox .contantNum {
        position: relative;
        display: block;
        width: 50px;
        height: 50px
    }

    .contantNumBox .contantNum .iconBox {
        float: left;
        position: relative;
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer
    }

    .contantNumBox .contantNum .iconBox .numIconBg {
        width: 50px;
        height: 50px;
        background: #000;
        opacity: .5;
        filter: alpha(opacity=50)
    }

    .contantNumBox .contantNum .iconBox .numIcon {
        position: absolute;
        top: 13px;
        left: 13px;
        font-size: 24px;
        color: #fff;
        z-index: 2
    }

    .contantNumBox .contantNum .num {
        display: none;
        height: 48px;
        float: left;
        padding: 0 10px;
        border: 1px solid #7f7f7f;
        line-height: 48px;
        background-color: #fff;
        color: #626262
    }

    .contantNumBox .gotoTop {
        display: none;
        position: relative;
        width: 50px;
        height: 30px;
        float: right;
        margin-top: 8px;
        line-height: 1;
        cursor: pointer
    }

    .contantNumBox .gotoTop .hBg {
        height: 30px
    }

    .contantNumBox .gotoTop .numIconBg {
        width: 50px;
        height: 30px;
        background: #fff;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .contantNumBox .gotoTop .gotoTopBg {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 30px;
        color: #bfbfbf
    }

    .contantNumBox .gotoTop .gotoTopIcon {
        display: block;
        position: absolute;
        top: 9px;
        left: 14px;
        font-size: 12px;
        color: #7f7f7f
    }

    .contantNumBox .gotoTopMsg {
        display: none;
        position: absolute;
        width: 50px;
        height: 30px;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #7f7f7f
    }

    .ourFeatures {
        position: relative
    }

    .banner {
        position: relative;
        height: 600px;
        width: 100%;
        overflow: hidden;
        margin-top: 70px
    }

    .banner .swiper-container {
        height: 600px
    }

    .banner#banner_index {
        cursor: pointer
    }

    #banner_index .arrowBtn {
        top: 50%
    }

    .downLoadBox {
        top: -28px;
        left: 0;
        width: 100%;
        font-size: 0
    }

    .downLoadBox .container {
        height: 90px;
        background-color: #fff
    }

    .downLoadBox .container .con {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%
    }

    .downLoadBox .dwVersion {
        display: inline-block;
        box-sizing: border-box;
        line-height: 60px;
        width: 50%;
        font-size: 18px
    }

    .downLoadBox .dwVersion:first-child {
        border-right: 2px solid #eee
    }

    .downLoadBox .dwVersion .iconfont {
        float: left;
        line-height: 1;
        margin: 16px 10px 16px 50px;
        font-size: 28px
    }

    .downLoadBox .dwVersion .versionTitle {
        float: left
    }

    .downLoadBox .dwVersion .versionTitle .versionType {
        color: #626262
    }

    .downLoadBox .dwVersion .fontBtns {
        float: right
    }

    .downLoadBox .dwVersion .fontBtns .downLoadBtn {
        float: left;
        margin-right: 30px;
        font-size: 14px
    }
}

.personBanner {
  height: 400px;
  /*background: url("../images/GR-banner.png");*/
  background-color: #fff;
  background-position: center 0;
  color: #19191;
}
.personBanner .container {
  position: relative
}
.personBanner .bannerTit {
  position: absolute;
  top: 200px;
  left: 50px;
  display: block;
  font-size: 24px;
  color: #191919;
}

.bannerTit .xilie{text-align:right;font-size:16px;}
.personBanner .bannerTit:first-child {
  font-size: 24px;
  top: 150px
}
.personBanner .bannerDiscribe {
  position: absolute;
  top: 300px;
  left: 50px;
  font-size: 24px;
  line-height: 30px;
  color: #191919	;
}

.verImgBox {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  width: 400px;
  height: 400px;
}
.verImgBox .verImg_m, .verImgBox .verImg_p {
  display: none;
}
.verImgBox img{
  width: 100%;
  height: 100%;
}</pre></body></html>