@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/HelveticaNeueW23forSKY-light/helveticaneue_light-webfont.eot');
    src: url('../fonts/HelveticaNeueW23forSKY-light/helveticaneue_light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueW23forSKY-light/helveticaneue_light-webfont.woff2') format('woff2'),
    url('../fonts/HelveticaNeueW23forSKY-light/helveticaneue_light-webfont.woff') format('woff'),
    url('../fonts/HelveticaNeueW23forSKY-light/helveticaneue_light-webfont.ttf') format('truetype'),
    url('../fonts/HelveticaNeueW23forSKY-light/helveticaneue_light-webfont.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'xscaleregular';
    src: url('../fonts/xscla/xscale-webfont.eot');
    src: url('../fonts/xscla/xscale-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/xscla/xscale-webfont.woff2') format('woff2'),
    url('../fonts/xscla/xscale-webfont.woff') format('woff'),
    url('../fonts/xscla/xscale-webfont.ttf') format('truetype'),
    url('../fonts/xscla/xscale-webfont.svg#xscaleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('../fonts/myriad/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'),
    url('../fonts/myriad/MYRIADPROREGULAR.woff') format('woff'),
    url('../fonts/myriad/MYRIADPROREGULAR.ttf') format('truetype');
}

.fontsforweb_fontid_4410 {
    font-family: 'MYRIADPROREGULAR' !important;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcepro/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcepro/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcepro/sourcesanspro-light-webfont.woff2') format('woff2'),
    url('../fonts/sourcepro/sourcesanspro-light-webfont.woff') format('woff'),
    url('../fonts/sourcepro/sourcesanspro-light-webfont.ttf') format('truetype'),
    url('../fonts/sourcepro/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    max-width: 640px;
    margin: 0 auto;
    color: #333;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    width: 6.84em;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

html, body {
    height: 100%;
}

body {
    background-color: #fff;
    font-family: 'helveticaneue', arial;
    font-size: 10.5pt;
    line-height: 1;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /*font-smoothing:antialiased;*/

}

input, textarea, button {
    font-family: 'helveticaneuelight', arial;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, 'Microsoft YaHei', arial, STHeiti, SimSun, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
}

* {
    outline: none;
}

address {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover, a:active, a:focus, a:visited {
    text-decoration: none !important;
}

input, textarea, a, button {
    outline: none !important;
    text-decoration: none;
}

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.font-red{
    color: #b21d23 !important;
}
.ft-gray{
    color: #666666 !important;
}
.margin-auto {
    margin: 0 auto;
    float: none !important;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /*text-indent: -9999px;*/
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.js .to-animate {
    opacity: 0;
}

.display-none {
    display: none;
}

/* framework */
.form-group {
    position: relative;
}

.form-control::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b5b5b5;
}

.form-control::-webkit-input-placeholder {
    color: #b5b5b5;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

textarea.form-control {
    height: 100px;
}

/* img hover */
.img-hover {
    overflow: hidden;
}

.img-hover > img {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.img-hover:hover > img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

/* end img hover */
.js .to-animate,
.js .to-animate-2,
.js .single-animate {
    opacity: 0;
}

#main-wrapper {
    position: relative;
}

/* end framework */
/*start header*/
.header {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px transparent;
    -moz-box-shadow: 0px 0px 5px 0px transparent;
    box-shadow: 0px 0px 5px 0px transparent;
}

.fixed-header {
    position: fixed;
    top: 0px;
    z-index: 9999;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .6);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .6);
    margin-top: 0;
    margin-bottom: 0;

}

.logo-button {
    float: left;
}

#fh5co-header #fh5co-logo {
    float: left;
    position: relative;
    z-index: 102;
    display: block;
}

#fh5co-logo a {
    display: block;
}

.fh5co-main-nav {
    margin-top: 3.3em;
    float: none;
    display: none;
    margin-left: 0;
    margin-bottom: 20px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 2em;
    background-color: transparent;
    -webkit-transition: linear background .15s;
    transition: linear background .15s;
    visibility: hidden;
    overflow-y: auto;
}

.navbar-open .fh5co-main-nav {
    display: block;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.65);
    visibility: visible;
}

.fh5co-main-nav #fh5co-nav {
    position: relative;
    width: 100%;
}

.fh5co-main-nav ul {
    padding: 0;
    margin: 0 0 7px 0;
    display: block;
    margin-left: auto;
    margin-right: 25px;
    text-align: center;
    float: left;
    width: 100%;
}

.fh5co-main-nav ul > li {
    padding: 0;
    margin: 0 0 7px 0;
    list-style: none;
    display: inline-block;
    display: block;
}

.fh5co-main-nav ul > li:last-child {
    margin: 0;
}

.fh5co-main-nav ul > li > a {
    padding: 0.8em 0;
    color: #fff;
    display: block;
    letter-spacing: 2px;
    font-family: Tahoma, 'Microsoft YaHei', arial, STHeiti, SimSun, sans-serif;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 1em;
}

.fh5co-main-nav ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.fh5co-main-nav ul > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.fh5co-main-nav ul > li:first-child > a {
    margin-left: 0;
}

.fh5co-main-nav ul > li.fh5co-active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/*drop down*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 200px;
    padding: 12px 0;
    margin: 2px 0 0;
    font-size: 11pt;
    text-align: left;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #dcdee0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    box-shadow: 0 10px 40px -5px rgba(37, 45, 51, .25);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0px) translateY(20px);
    transform: translateX(0px) translateY(20px);
}

.dropdown-menu:after, .dropdown-menu:before {
    position: absolute;
    left: 30px;
    top: -21px;
    display: block;
    content: "\f0d8";
    height: 16px;
    width: 18px;
    color: #EFEFEF;
    font-family: FontAwesome;
    font-size: 30pt;
    line-height: 26px;
}

.fh5co-main-nav ul > li:hover .dropdown-menu,
.fh5co-main-nav ul > li.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
}

.fh5co-main-nav ul > li .dropdown-menu li {
    display: block;
    margin-bottom: 0;
}

.fh5co-main-nav ul .dropdown-menu > li > a {
    display: block;
    margin-right: 0;
    font-size: 9pt;
    letter-spacing: 0;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
}

.fh5co-main-nav ul .dropdown-menu > li > a:before {
    display: none;
}

.fh5co-main-nav ul .dropdown-menu > li > a:hover {
    color: #46c5a5;
    background-color: transparent;
}

.fh5co-main-nav .fh5co-nav-call-to-action {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    display: block;
    width: 120px;
    height: 40px;
    background-color: #ee3a68;
    border: 2px solid transparent;
    color: #fff;
    line-height: 37px;
    border-radius: 25px;
    float: left;
    font-size: 11pt;
    font-family: Tahoma, 'Microsoft YaHei', arial, STHeiti, SimSun, sans-serif;
    text-transform: uppercase;
}

.mobile-nav-icon {
    display: inline-block;
    width: 1.66666667em;
    margin-top: 0.32em;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 99999;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.mobile-nav-icon i {
    width: 100%;
    height: 0.13333333333333333em;
    border-radius: 5px;
    background-color: #333;
    display: block;
    margin-bottom: 0.45em;
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.mobile-nav-icon:hover i:nth-child(1) {
    transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
}

.mobile-nav-icon:hover i:nth-child(3) {
    transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
}

.mobile-nav-icon:hover i,
.mobile-nav-icon.active i {
    background-color: #333;
}

.mobile-nav-icon.active i:nth-child(1) {
    transform: rotate(45deg) translate(0.5em, 0.5em);
    -webkit-transform: rotate(45deg) translate(0.5em, 0.5em);
    -ms-transform: rotate(45deg) translate(0.5em, 0.5em);
}

.mobile-nav-icon.active i:nth-child(2) {
    transform: translate(-4px, 0);
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    opacity: 0
}

.mobile-nav-icon.active i:nth-child(3) {
    transform: rotate(-45deg) translate(0.33em, -0.33em);
    -webkit-transform: rotate(-45deg) translate(0.33em, -0.33em);
    -ms-transform: rotate(-45deg) translate(0.33em, -0.33em);
}

.fh5co-main-nav .fh5co-nav-call-to-action:hover, .fh5co-main-nav .fh5co-nav-call-to-action:focus {
    background-color: transparent;
    border-color: #ee3a68;
    color: #ee3a68;
}

.top-name {
    display: inline-block;
    font-size: 0.8em;
    vertical-align: middle;
    color: #333;
    line-height: 1.3;
    padding-left: 0.3em;
}

.top-name p {
    font-size: 0.666666666666em;
}

.content {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    max-width: 640px;
}

.banner-zone {
    width: 100%;
    position: relative;
    height: 10.666666666666666em;
}

.banner-zone img {
    width: 100%;
}

.index-advantage-zone {
    padding: 1.5em 1em;
    text-align: center;
}

.index-advantage-img {
    width: 4em;
    margin: 0 auto;
    display: block;
}

.index-advantage-zone h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 2;
    padding-top: 0.2em;
}

.index-advantage-zone p {
    font-size: 0.8em;
    line-height: 1.6;
    padding-bottom: 1em;
}

.line-right {
    position: relative;
}

.line-right:before {
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    position: absolute;
    top: 0px;
    right: 0px;
}

.line-bottom {
    position: relative;
}

.line-bottom:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.index-advantage-row2 {
    padding-top: 1em;
}

.bottom-advert {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
}

.bottom-advert-img {
    width: 100%;
    box-shadow: 0px -1px 35px rgba(58, 60, 63, .15);
}

.advert-zone {
    max-width: 640px;
    margin: 0 auto;
    position: relative;

}

.close-advert {
    position: absolute;
    width: 1.33333333em;
    top: 0.6em;
    right: 0.6em;
}

.close-advert img {
    width: 100%;
}

.company-profile-zone {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1.5em;
    color: #fff;
    padding-top: 2.2em;
}

.company-profile-zone p {
    font-size: 0.85em;
    font-weight: 300;
    line-height: 2;
}

.learn-more {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 0.85em;
    font-weight: 300;
    padding-top: 1em;
}

.index-bottom-advantage-img {
    width: 2.466666666666667em;
}

.index-bottom-advantage-zone a {
    display: block;
    color: #333;
}

.index-bottom-advantage-zone {
    padding: 1.5em 1em;
    padding-bottom: 0px;
    text-align: center;
}

.index-bottom-advantage-zone h4 {
    font-size: 1em;
    font-weight: 300;
    line-height: 2;
    padding-top: 0.2em;
}

.phone-footer {
    text-align: center;
}

.phone-footer p {
    padding-top: 0.8em;
    font-size: 0.8em;
    line-height: 1.8;
    color: #666;
    padding-bottom: 0.8em;
}
.focus {
    position: relative;
    width: 100%;
    height: 10.666666666666666em;
    background-color: #000;
    float: left;
}

.focus img {
    width: 100%;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #b21d23;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 0.6em;
    z-index: 10;
    display: inline-block;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 0.5em;
    position: absolute;
    text-align: center;
    z-index: 200;
    width: 100%;
    text-align: center;
}

.focus .fbg div {
    overflow: hidden;
    zoom: 1;
    height: 0.6em;
    display: inline-block;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 0.58em;
    height: 0.6em;
    border-radius: 100%;
    margin: 0 0.3em;
    color: #B0B0B0;
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #b21d23;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev, .focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}
.flow-title-line{
    border-top: 1px solid #e5e5e5;
    position: relative;
    margin-top: 1.8666666666666667em;
    margin-bottom: 2.4em;
}
.flow-title-zone{
    position: absolute;
    text-align: center;
    width: 100%;
    top:-0.5em;
}
.flow-title{
    display: inline-block;
    background: #fff;
    padding: 0px 1em;
    color: #333;
    line-height: 1;
}
.flow-zone{
    padding: 0px 1.2em;
}
.flow-ico-zone{
    display: table;
    width: 100%;
    padding-bottom: 1.4em;
}
.flow-ico-block{
    padding: 0px;
}
.flow-ico-block h4{
   font-size: 0.8em;
    margin-top: 0.8em;
    color: #333;
}
.flow-ico{
    width: 4.2em;
    border: 1px solid #333;
    border-radius: 100%;
}
.flow-ico-2{
    width: 4.2em;
    border: 1px solid #333;
    border-radius: 100%;
    position: relative;
    left: -0.32em;
}
.flow-ico-3{
    width: 4.2em;
    border: 1px solid #333;
    border-radius: 100%;
    position: relative;
    left: 0.32em;
}
.flow-ico-jt1{
    width: 0.8em;
    position: absolute;
    right: 0.1em;
    top: 1.9em;
}
.flow-ico-jt2{
    width: 0.8em;
    position: absolute;
    right: -0.35em;
    top: 1.9em;
}
.flow-ico-jt3{
    width: 0.8em;
    position: absolute;
    right: -0.92em;
    top: 1.9em;
}
.flow-ico-title2{
    position: relative;
    left: -0.32em;
}
.flow-ico-title3{
    position: relative;
    left: 0.32em;
}
.flow-ico-title4{
    position: relative;
    left: 1em;
}
.question-title{
    display: block;
    border-bottom:1px solid #e5e5e5;
    padding: 1.4em 0px;
    color: #333;
}
.open-ico{
    width: 1em;
}
.open-ico-zone{
    float: right;
    line-height: 0;
}
.question-content{
    padding: 1em 0px;
    line-height: 1.5;
    display: none;
    border-bottom:1px solid #e5e5e5;
}
.question-title:focus, .question-title:hover {
    color: #4e79e6;
}
.question-zone{
    padding-bottom: 1.4em;
}
.about-nav{
    padding: 0px 1.2em;
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
.about-nav a{
    padding:0.8em 0px;
    text-align: center;
}
.company-ico-zone{
    padding: 0.6em 1.2em;
    padding-bottom: 0px;
    text-align: center;
}
.company-ico-img {
    width: 1.8em;
}
.company-ico-zone span{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 0.3em;
    color: #333;
    font-size: 0.8em;
    line-height: 1.4;
}
.company-ico-zone a{
    padding:0.5em 0px;
}
.company-font-zone{
    line-height: 1.6;
    font-size: 0.9em;
    text-align: left;
    padding: 1.2em 0px;
}
.company-question-title {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.4em 0px;
    padding-left: 0.6em;
    color: #333;
}
.company-open-ico{
    width: 1.2em;
    margin-right:0.6em
}
.about-nav a{
    color: #333;
}
.nav-news-zone{
    padding: 0px 1.2em;
}
.nav-news>li.active>a, .nav-news>li.active>a:focus, .nav-news>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px;
    border-bottom:2px solid #666;
}
.nav-news>li>a {
    position: relative;
    display: block;
    padding:0.8em 0.2em;
    padding-bottom: 0.3em;
    margin-right: 0.8em;
    color: #666;
}
.nav-news{
    border-bottom: 0px solid #ddd;
}
.tab-news-title{
    padding: 1em 0px;
    font-size: 0.9333333em;
    padding-bottom: 0px;

}
.li-news-title{
    display: inline-block;
    width: 60%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #666;
}
.li-news-time{
    float: right;
    color: #666;
}
.li-news{
    padding: 0.8em 0px;
    border-bottom: 1px solid #e5e5e5;
}
.more-news{
    text-align: center;
    color: #333;
    padding: 1em;
    font-size: 1em;
    border-bottom: 1px solid #e5e5e5;
}
.contact-us-zone{
    padding: 2em 1.2em;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0px;
}
.qr-code-zone{
    border-top: 1px solid #e5e5e5;
    padding: 1em;
}
.qr-code-zone p{
   font-size: 0.92em;
    line-height: 2;
}
.qr-code-img{
    padding-top: 0.6em;
    width: 6.2em;
}
.customer-service-zone{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5em 1em;
}
.customer-service-zone p{
    font-size: 0.92em;
    line-height: 2.2;
}
.add-zone{
    padding: 1.8em 1em;
}
.add-zone p{
    font-size: 0.92em;
    line-height: 2.4;
}
p.add-p{
    padding-top:0.4em ;
    font-size: 0.92em;
    line-height: 1.2;
}
.hmfq-banner-table{
    display: table;
    background: #f6f6f6;
}
.hmfq-ico-img{
    width: 2.2666666666666666em;
    margin: 0 auto;
    display: block;
}
.hmfq-banner1{
    width: 100%;
}
.hmfq-banner-zone{
    position: relative;
}
.hmfq-banner-title-left{
    position: absolute;
    left: 2.6em;
    display: block;
    padding: 0.6em 1em;
    color: #fff;
    border: 1px solid #fff;
    top: 1.8em;
}
.hmfq-banner-zone2{
    position: relative;
    top:-0.2em
}
.hmfq-banner2{
    width: 24em;
    border-top: 0.3em solid #fff;
    border-bottom: 0.3em solid #fff;
    border-right: 0.3em solid #fff;
}
.hmfq-banner-title-right{
    position: absolute;
    right: 4em;
    display: block;
    padding: 0.6em 1em;
    color: #fff;
    border: 1px solid #fff;
    top: 2.1em;
}
.hmfq-banner-zone3{
    position: relative;
    top:-0.6em;
}
.hmfq-banner3{
    width: 24em;
    border-top: 0.3em solid #fff;
    border-bottom: 0.3em solid #fff;
    border-left: 0.3em solid #fff;
}
.hmfq-banner-zone4{
    position: relative;
    top:-1em;
}
.hmfq-banner-zone5{
    position: relative;
    top:-1em;
}
.fq-flow{
    background: #f6f6f6;
    text-align: center;
    padding-bottom: 0.4em;
}
.fq-flow h4{
    font-size: 1em;
}
.i-dian{
    display: inline-block;
    margin: 0 auto;
    width: 0.6em;
    height: 0.6em;
    background: #333333;
    border-radius: 50%;
    position: relative;
}
.i-dian-line:after{
    content: '';
    height: 1px;
    border-top: 1px solid #333;
    width: 4.4em;
    position: absolute;
    top: 0.29em;
    left: 1.2em;
}
.fq-flow-title{
    margin-bottom: 1em;
    padding-top: 0.4em;
}
.fq-qr-code{
    text-align: center;
    padding: 2em 1.2em;
    border-bottom: 1px solid #e5e5e5;
}
.fq-qr-code h4{
    font-size: 1em;
    line-height: 1.8;
}
.fq-qr-code p{
    font-size: 0.8em;
    line-height: 1.6;
}
.fq-qr-code-img{
    width: 7.933333333333334em;
    padding-top: 0.8em;
    position: relative;
    padding-bottom: 2em;
}
.show-qr-code{
    position: relative;
    display: inline-block;
}
.show-qr-code:after{
    position: absolute;
    content: '';
    width: 7.4em;
    height: 6.6em;
    top:2.6em;
    left: 0.9em;
    background: #7d7d7d;
    z-index: -1;
}
.hmjk-banner3-title{
    position: absolute;
    top:1em;
    color: #fff;
    font-size: 1em;
    line-height: 2;
    text-align: center;
    width: 100%;
}
.banner-zone2{
    width: 100%;
    position: relative;
}
.banner-zone2 img{
    width: 100%;
    position: relative;
}
.banner-zone3{
    width: 100%;
    position: relative;
}
.banner-zone3 img{
    width: 100%;
    position: relative;
    border: 0.8em solid #fff;
}
.hmjk-banner4-title{
    position: absolute;
    top:1.65em;
    color: #fff;
    font-size: 1em;
    line-height: 2;
    text-align: center;
    width: 100%;
}
.download-app-btn-zone{
    padding: 1.5em 1.2em;
    border-bottom: 1px solid #e5e5e5;
}
.download-app-btn{
    display: block;
    color: #fff;
    width: 100%;
    background: #f04a3a;
    padding: 1em;
    font-size: 1em;
    text-align: center;
}
.hmyd-advantage-zone {
    padding: 1em 1em;
    text-align: center;
}
.hmyd-advantage-zone h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 2;
    padding-top: 0.2em;
}
.hmyd-advantage-zone p {
    font-size: 0.8em;
    line-height: 1.6;
    padding-bottom: 1em;
}
.hmyd-flow-zone{
    position: absolute;
    top:0px;
    height: 100%;
    left: 0px;
    width: 100%;
}
.hmyd-flow-title{
    text-align: center;
    padding:1em 0px;
}
.hmyd-flow-content{
    padding: 0px;
}
.hmyd-flow-content p{
    line-height: 2.7;
    position: relative;
}
.hmyd-flow-content p:before{
    content: '';
    width: 0.35em;
    height: 0.35em;
    background: #7d7d7d;
    position: absolute;
    left: -2em;
    top:1.12em;
    border-radius: 50%;
}
.line-p:after{
    content: '';
    width: 1px;
    height: 2em;
    background: #7d7d7d;
    position: absolute;
    left: -1.86em;
    top:1.65em;
}
.download-hmyd-app-btn{
    display: block;
    color: #fff;
    width: 100%;
    background: #0084ff;
    padding: 1.2em;
    font-size: 1em;
    text-align: center;
}
.news-zone{
    padding: 1.2em;
    border-bottom: 1px solid #e5e5e5;
}
.news-zone p{
    /*text-indent:2em;*/
    line-height: 1.6;
    margin-top: 1.2em;
}
.news-zone h4{
    font-weight: 600;
    line-height: 1.6;
    margin-top: 1.2em;
    font-size: 1em;
}
.news-top-zone{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.4em;
}
.news-top-zone h4{
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.2em;
}
.news-top-zone p{
    line-height: 1.8  !important;;
    text-indent:0em !important;
    margin-top: 0px !important;
}