html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
input,
textarea,
select,
button,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin-left: 100px;
    margin: 0;
    padding: 0;
    border: none;
}

html {
    line-height: 1;
}

ol,
ul,
dl {
    list-style: none;
}

table,
.rc-table table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

s,
a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.hgheg {
    margin: auto;
}

a:focus,
a:active,
input,
textarea,
button {
    outline-style: none;
    border: none;
    text-decoration: none;
}

input,
textarea,
button {
    background: none;
}

em,
strong,
i {
    font-style: normal;
    font-weight: normal;
}

body {
    color: #333;
    background-color: #fff;
    min-width: 1200px;
}

html,
body,
input,
textarea,
select {
    font-family: "Microsoft Yahei", Arial, "Lantinghei SC", "Helvetica Neue" !important;
    font-size: 14px;
    line-height: 1.5;
}

label>* {
    pointer-events: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-b-40 {
    padding: 40px 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml50 {
    margin-left: 50px;
}

.w25 {
    width: 25px;
}

.w50 {
    width: 50px;
}

.w100 {
    width: 100px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w500 {
    width: 500px;
}

.w100p {
    width: 100%;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.border-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.after-clear:after {
    content: "";
    clear: both;
    display: block;
}

.main-nav {
    background: rgba(1, 26, 33, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: background-color 0.4s ease;
}

.main-nav.active {
    background: #011A21;
}

.main-nav .nav-container {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    white-space: nowrap;
}

.main-nav .site-logo {
    float: left;
}

.main-nav .site-logo a {
    display: block;
    width: 112px;
    text-align: center;
    line-height: 60px;
    font-size: 0;
}

.main-nav .site-logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.main-nav .nav-item {
    float: left;
    margin-left: 50px;
    position: relative;
    z-index: 3;
}

.main-nav .nav-item a {
    float: left;
    width: 115px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.main-nav .nav-hover {
    width: 110px;
    height: 100%;
    background: #005CDA;
    transform: skew(-20deg);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.main-nav .side-info {
    padding: 14px 0;
    width: 380px;
    font-size: 0;
    letter-spacing: -1px;
    line-height: 30px;
    position: absolute;
    left: 40%;
    top: 0;
    margin-left: 380px;
}

.main-nav .side-info .btn-primary,
.main-nav .side-info .contact-phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.main-nav .side-info .btn-primary {
    min-width: 60px;
    padding: 0 8px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border: 1px solid #fff;
    margin-right: 10px;
    border-radius: 3px;
    transition: background 0.4s ease;
}

.main-nav .side-info .btn-primary:hover {
    border-color: #005CDA;
    background: #005CDA;
    color: #fff;
}

.main-nav .side-info .contact-phone {
    color: #99a6b6;
    font-size: 12px;
}

.page-footer {
    background: #182433;
    color: #93a0af;
}

.page-footer .footer-container {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 20px;
}

.page-footer .contact-info dt {
    font-size: 18px;
    font-weight: bold;
}

.page-footer .contact-info dt b {
    font-size: 38px;
}

.page-footer .contact-info dd {
    line-height: 24px;
    margin-top: 10px;
}

.page-footer .contact-info .footer-logo {
    width: 112px;
    margin-top: 20px;
}

.page-footer .contact-info .footer-logo img {
    display: block;
}

.page-footer .contact-address ul {
    overflow: hidden;
    zoom: 1;
}

.page-footer .contact-address li {
    float: left;
    min-width: 90px;
    margin-left: 25px;
    font-weight: bold;
    line-height: 32px;
}

.page-footer .contact-address li em,
.page-footer .contact-address li span {
    display: block;
}

.page-footer .contact-address em {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.page-footer .copyright-info {
    margin-top: 55px;
    padding: 20px 0;
    text-align: center;
    color: #46566b;
}

.main-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.sub-desc {
    color: #999;
    font-size: 24px;
    text-align: center;
}

.quote {
    display: inline-block;
    width: 57px;
    height: 53px;
}

.quote-top {
    background: url(../images/quote_top.png) no-repeat center center;
}

.quote-bottom {
    background: url(../images/quote_bottom.png) no-repeat center center;
}

.swiper-container {
    max-height: 620px;
}

.swiper-container .swiper-slide {
    max-height: 620px;
    text-align: center;
}

.swiper-container img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.swiper-container .swiper-pagination {
    bottom: 30px;
    font-size: 0;
    text-align: center;
}

.swiper-container .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 0.6;
    filter: opacity(60);
}

.swiper-container .swiper-pagination-bullet-active {
    background: #005CDA;
    opacity: 1;
    filter: opacity(100);
}

.service-container {
    padding-top: 75px;
}

.figure-list {
    margin-top: 55px;
    background: #f0f4f5;
}

.figure-list .figure-item {
    overflow: hidden;
    zoom: 1;
}

.figure-list .item-picture,
.figure-list .item-info {
    float: left;
    width: 50%;
    min-width: 505px;
    box-sizing: border-box;
}

.figure-list .item-picture {
    overflow: hidden;
    height: 450px;
}

.figure-list .item-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2.6s linear;
}

.figure-list .item-picture:hover img {
    transform: scale(1.2);
}

.figure-list .item-info {
    height: 450px;
    padding: 20px 20px 20px 75px;
}

.figure-list .item-info:after {
    content: '';
    width: 0;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.figure-list .item-info .info-content {
    display: inline-block;
    vertical-align: middle;
}

.figure-list .item-info h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

.figure-list .item-info h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background: #005CDA;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
}

.figure-list .info-txt {
    display: inline-block;
    max-width: 550px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    text-align: justify;
}

.figure-list .action-btns {
    margin-top: 35px;
}

.figure-list .detail-link {
    width: 125px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #005CDA;
    border: 1px solid #005CDA;
}

.figure-list .detail-link .detail-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 8px;
    margin-left: 10px;
    background: url(../images/right_arrow.png) no-repeat center center;
    transition: transform 0.4s ease;
}

.figure-list .detail-link:hover .detail-arrow {
    transform: translateX(6px);
}

.figure-list .figure-right-item .item-info {
    text-align: right;
    padding: 20px 75px 20px 20px;
}

.figure-list .figure-right-item .info-txt {
    text-align: right;
}

.figure-list .figure-right-item h3:after {
    right: 0;
}

.figure-list .figure-right-item .detail-arrow {
    text-align: center;
}

.service-type {
    width: 1200px;
    margin: 50px auto 90px;
    text-align: center;
    font-size: 0;
    letter-spacing: -1px;
}

.service-type .service-item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    padding: 90px 50px 50px;
    width: 435px;
    height: 440px;
    margin: 0 30px;
    box-shadow: 0 0 5px 0 rgba(124, 137, 143, 0.2);
}

.service-type .service-figure {
    height: 100px;
    line-height: 100px;
}

.service-type .service-figure img {
    max-height: 100px;
    display: inline-block;
    vertical-align: middle;
}

.service-type .service-title {
    display: block;
    font-size: 34px;
    font-weight: bold;
    margin-top: 55px;
    padding-bottom: 30px;
    position: relative;
}

.service-type .service-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 6px;
    background: #005CDA;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}

.service-type .service-detail {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}

.intl-service {
    background: #EBEFF0;
    padding: 75px 0 120px;
}

.intl-service .intl-container {
    width: 1200px;
    margin: 45px auto 0;
}

.intl-service .service-map {
    height: 570px;
}

.intl-service .service-map img {
    display: block;
}

.intl-service .service-detail {
    color: #46566b;
    font-size: 24px;
    margin-top: 50px;
    padding: 0 60px;
    text-align: center;
    line-height: 42px;
}

@media screen and (max-width:700px) {
    .figure-list,
    .figure-item,
    .item-info,
    .item-picture,
    .service-type,
    .intl-service .intl-container,
    .intl-service .service-map img {
        width: 100%;
    }
    .figure-list .item-info {
        padding: 20px;
        height: auto;
    }
    .figure-list .item-info,
    .figure-list .item-picture {
        min-width: 100%
    }
    .figure-list .item-picture {
        height: auto;
        padding: 0 20px;
    }
    .service-container,
    .intl-service {
        padding-top: 20px;
    }
    .figure-list,
    .figure-list .action-btns,
    .intl-service .intl-container,
    .service-type,
    .service-type .service-title {
        margin-top: 20px;
    }
    .main-title,
    .figure-list .item-info h3,
    .page-footer .contact-info dt b {
        font-size: 25px;
    }
    .sub-desc {
        font-size: 18px;
    }
    .figure-list .figure-right-item .item-info {
        text-align: left;
        padding: 20px;
    }
    .figure-list .figure-right-item h3:after {
        left: 0;
    }
    .figure-list .figure-right-item .info-txt {
        text-align: left;
    }
    .service-type .service-item {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
    }
    .intl-service .service-map {
        height: auto;
    }
    .intl-service .service-detail {
        font-size: 18px;
        padding: 20px;
    }
    .intl-service {
        padding: 20px 20px;
    }
    .service-type {
        margin-bottom: 20px;
    }
    .swiper-container .swiper-pagination-bullet {
        width: 25px;
    }
    .swiper-container .swiper-pagination {
        bottom: 5px;
    }
}