/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font: 14px/1.5 "Microsoft Yahei", Arial, Helvetica, "Microsoft YaHei UI", "Helvetica Neue", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    background-color: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    display: block;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
    outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

p {
    margin: 0 0 5px 0;
}

:focus {
    outline: none;
}

input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8b8b8b;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8b8b8b;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8b8b8b;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8b8b8b;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #8b8b8b;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #333;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.ams-container {
    width: 1186px;
    margin: 0 auto;
}

.ams-show {
    display: block;
}

.ams-hide {
    display: none;
}

.ams-clear {
    clear: both;
}

.ams-float-left {
    float: left;
}

.ams-float-right {
    float: right;
}

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

.ams-position-relative {
    position: relative;
}

.ams-position-absolute {
    position: absolute;
}

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

.ams-color-white {
    color: #fff;
}

.ams-color-primary {
    color: #182689;
}

.ams-color-primary2 {
    color: #4AC0F0 !important;
}

.ams-color-primary3 {
    color: #666;
}

.ams-color-primary4 {
    color: #3F99D5;
}

.ams-color-primary5 {
    color: #999;
}

.ams-bg-white {
    background: #fff;
}

.ams-bg-primary {
    background: #182689;
}

.ams-bg-primary2 {
    background: #4AC0F0;
}

.ams-bg-primary3 {
    background: #dcdcdc;
}

.ams-bg-primary4 {
    background: #3F99D5;
}

.ams-font-size-12 {
    font-size: 12px !important;
}

.ams-font-size-13 {
    font-size: 13px !important;
}

.ams-font-size-14 {
    font-size: 14px !important;
}

.ams-font-size-15 {
    font-size: 15px !important;
}

.ams-font-size-16 {
    font-size: 16px !important;
}

.ams-font-size-17 {
    font-size: 17px !important;
}

.ams-font-size-18 {
    font-size: 18px !important;
}

.ams-font-size-19 {
    font-size: 19px !important;
}

.ams-font-size-20 {
    font-size: 20px !important;
}

.ams-font-size-22 {
    font-size: 22px !important;
}

.ams-font-size-24 {
    font-size: 24px !important;
}

.ams-font-size-26 {
    font-size: 26px !important;
}

.ams-font-size-28 {
    font-size: 28px !important;
}

.ams-font-size-30 {
    font-size: 30px !important;
}

.ams-font-size-32 {
    font-size: 32px !important;
}

.ams-font-size-34 {
    font-size: 34px !important;
}

.ams-font-weight {
    font-weight: bold;
}

.ams-overflow-hidden {
    overflow: hidden;
}

.ams-round-50 {
    width: 50px;
    height: 50px;
}

.ams-round-20 {
    width: 20px;
    height: 20px;
}

.ams-round-50,
.ams-round-20 {
    background: #3f99d5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.layui-laydate {
    margin: 20px -20px !important;
}

/*banner start */
.ams-banner-body {
    /*margin-top: 76px;*/
}

.ams-banner-box {
    position: relative;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.ams-banner-box .ams-banner-bg {
    /* position: absolute;
     top: -206px;*/
    /*  right: 59%;*/
    /* right: 55%;
     width: 620px;
     height: 490px;*/
    /* background: url(../img/common/bg_arrow2.png) no-repeat top left;*/
}

.ams-banner-box .ams-banner-box-title {
    position: relative;
    top: 150px;
    left: 50px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    z-index: 2;
}

.ams-banner-box .ams-padding-top {
    top: 175px;
}

/*banner end */

/* è¿ä»·æŸ¥è¯¢è”æƒ³è¾“å…¥å¼€å§‹ */
.ui-menu-item {
    height: 34px !important;
    line-height: 34px !important;
    font-size: 16px;
    padding: 0 28px !important;
    color: #181818;
    /* background: #fff !important;*/
    cursor: pointer;
    border: 0 !important;
}

.ui-menu-item:hover {
    background: rgba(74, 192, 240, .1) !important;
    padding: 0 28px !important;
    font-weight: normal !important;
}

.ui-state-focus {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
    padding: 0 28px !important;
    margin: 0 !important;
    color: #181818 !important;
    font-weight: normal !important;
}

.ui-autocomplete span {
    margin-left: 30px;
    margin-right: 30px;
}

.ui-widget-content {
    border: 0 !important;
    width: 506px !important;
    height: 342px;
    padding: 20px 0 !important;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: auto;
    z-index: 99;
}

/* è¿ä»·æŸ¥è¯¢è”æƒ³è¾“å…¥ç»“æŸ */

/* freights start */
.ams-freights-body {
    background: #f4f7fd;
}

.ams-freights-body .ams-freight-box {
    position: relative;
    bottom: 35px;
    width: 1080px;
    margin: 0 auto;
    margin-top: -60px;
}

.ams-freights-body .ams-freight-form {
    float: left;
    width: 640px;
    height: 70px;
    margin-right: 47px;
    background: #fff;
    /*box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);*/
    box-shadow: 0px 5px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 10px;
}

.ams-freights-body .ams-freight-form .icon,
.ams-freights-body .ams-freight-form .ams-pol-list,
.ams-freights-body .ams-freight-form .ams-pod-list,
.ams-freights-body .ams-freight-form .ams-air-pol-list,
.ams-freights-body .ams-freight-form .ams-air-pod-list {
    float: left;
    height: 70px;
}

.ams-freights-body .ams-freight-form .ams-pol-list,
.ams-freights-body .ams-freight-form .ams-air-pol-list {
    width: 276px;
}

.ams-freights-body .ams-freight-form .ams-form-active,
.ams-freights-body .depart-date .ams-form-active {
    height: 1px;
    background: #4AC0F0;
}

.ams-freights-body .ams-freight-form .ams-pol-list input,
.ams-freights-body .ams-freight-form .ams-air-pol-list input {
    position: relative;
    top: 8px;
    left: 26px;
    width: 100%;
    height: 30px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    font-size: 20px;
    color: #181818;
}

.ams-freights-body .ams-freight-form .ams-pol-list ul,
.ams-freights-body .ams-freight-form .ams-air-pol-list ul {
    display: none;
    background-color: #fff;
    position: relative;
    top: 34px;
    width: 424px;
    height: 178px;
    padding: 36px 0 36px 26px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 13px 0px;
    border-radius: 10px;
    z-index: 5;
}

.ams-freights-body .ams-freight-form .ams-pol-list ul li,
.ams-freights-body .ams-freight-form .ams-air-pol-list ul li {
    float: left;
    width: 210px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #181818;
    cursor: pointer;
}

.ams-freights-body .ams-freight-form .ams-pol-list ul li:hover,
.ams-freights-body .ams-freight-form .ams-air-pol-list ul li:hover,
.ams-freights-body .ams-freight-common .ams-route-content a:hover,
.ams-freights-body .ams-freight-common-air .ams-route-content a:hover {
    color: #4AC0F0;
}

.ams-freights-body .ams-freight-form .ams-pod-list input,
.ams-freights-body .ams-freight-form .ams-air-pod-list input {
    position: relative;
    top: 8px;
    margin: 0;
    width: 310px;
    height: 30px;
    padding-left: 26px;
    border: none;
    font-size: 20px;
    color: #181818;
    outline: 0;
    background: none;
}

.ams-freights-body .ams-freight-form .icon {
    width: 21px;
    margin-left: -10px;
    background: url("../img/freight/icon_arrows.png") no-repeat center;
}

.ams-freights-body .ams-freight-form .ams-line {
    float: left;
    width: 1px;
    height: 38px;
    background: #a7a7a7;
    margin-top: 16px;
}

.ams-freights-body .ams-freight-common,
.ams-freights-body .ams-freight-common-air {
    display: none;
    position: relative;
    top: 14px;
    left: 280px;
    height: 420px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    z-index: 5;
}

.ams-freights-body .ams-freight-common .ams-route-tabs,
.ams-freights-body .ams-freight-common-air .ams-route-tabs {
    float: left;
    width: 142px;
    height: 407px;
    background: #f0f0f0;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    padding-top: 13px;
    border-radius: 10px 0px 0px 10px;
}

.ams-freights-body .ams-freight-common .ams-route-tabs a,
.ams-freights-body .ams-freight-common-air .ams-route-tabs a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #181818;
    margin-left: 1px;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.ams-freights-body .ams-freight-common .ams-route-tabs a.active,
.ams-freights-body .ams-freight-common-air .ams-route-tabs a.active {
    width: 128px;
    height: 38px;
    margin: 0 auto;
    color: #fff;
    background: #4ac0f0;
    border-radius: 6px;
}

.ams-freights-body .ams-hot-port {
    color: #181818;
    height: 52px;
    line-height: 52px;
    padding-left: 17px;
    margin-left: 155px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #F0F0F0;
}

.ams-freights-body .ams-freight-common .ams-route-content,
.ams-freights-body .ams-freight-common-air .ams-route-content {
    padding: 15px 25px;
    overflow: hidden;
}

.ams-freights-body .ams-freight-common .ams-route-content div,
.ams-freights-body .ams-freight-common-air .ams-route-content div {
    display: none;
}

.ams-freights-body .ams-freight-common .ams-route-content a,
.ams-freights-body .ams-freight-common-air .ams-route-content a {
    float: left;
    width: 140px;
    margin: 11px 0 11px 5px;
    text-decoration: none;
    text-align: left;
    color: #181818;
}

.ams-freights-body .ams-freight-box .ams-nav-tabs {
    border-radius: 8px 8px 0 0;
    background-color: rgba(24, 38, 137, .8);
    height: 54px;
    line-height: 54px;
}

.ams-freights-body .ams-freight-box .ams-nav-tabs > li {
    float: left;
    width: 216px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.ams-freights-body .ams-freight-box .ams-nav-tabs > li.active {
    height: 54px;
    color: #182689;
    background: #fff;
    border-radius: 6px 6px 0px 0px;
    -webkit-box-shadow: 0 -10px 16px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 -10px 16px 1px rgba(0, 0, 0, 0.06);
}

.ams-freights-body .ams-freight-box .ams-tab-content {
    height: 142px;
    background: #fff;
    padding-top: 45px;
    padding-left: 51px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0px 6px 18px 2px rgba(150, 150, 150, 0.16);
    box-shadow: 0px 6px 18px 2px rgba(150, 150, 150, 0.16);
    /*-webkit-box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.06);*/
}

.ams-freights-body .ams-freight-box .ams-form-label {
    position: relative;
    top: 6px;
    left: 26px;
    font-size: 16px;
    color: #a7a7a7;
}

.ams-freights-body .ams-arrow-down {
    display: inherit;
    height: 6px;
    margin-top: -8px;
    background: url(../img/common/highlight_choice.png) no-repeat;
}

.ams-freights-body .ams-pol-list .ams-arrow-down,
.ams-freights-body .ams-air-pol-list .ams-arrow-down {
    background-position: 242px;
}

.ams-freights-body .ams-pod-list .ams-arrow-down,
.ams-freights-body .ams-air-pod-list .ams-arrow-down {
    background-position: 320px;
}

.ams-freights-body .depart-date .ams-arrow-down {
    background-position: 249px;
}

.ams-freights-body .ams-freight-box .depart-date {
    position: relative;
    background: #fff;
    width: 280px;
    height: 70px;
    float: left;
    /*box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);*/
    box-shadow: 0px 5px 14px 2px rgba(161, 192, 205, 0.28);
    border-radius: 10px;
}

.ams-freights-body .ams-freight-box .depart-date .date-components {
    position: relative;
    top: 11px;
    left: 26px;
}

.ams-freights-body .ams-freight-box .depart-date .date-components input {
    display: block;
    width: 153px;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.ams-freights-body .ams-freight-box .depart-date .week {
    position: absolute;
    top: 40px;
    right: 65px;
    height: 18px;
    line-height: 18px;
    color: #a7a7a7;
    font-size: 18px;
}

.ams-freights-body .ams-freight-box .search-btn {
    position: relative;
    bottom: 30px;
    left: 50%;
    border-radius: 32px;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);
    width: 175px;
    height: 64px;
    margin-left: -88px;
    border: none;
    display: block;
    outline: none;
    font-size: 24px;
}

.ams-freights-body .ams-freight-box .ams-freights-remove-disabled:hover {
    cursor: pointer;
    background: #3F99D5;
}

.ams-freights-body .ams-freight-box .search-btn img {
    float: left;
    width: 28px;
    height: 29px;
    padding-left: 36px;
    padding-right: 19px;
}

.ams-freights-body .ams-freights-add-disabled {
    background: #ececec;
    color: #999;
    cursor: not-allowed;
}

.ams-freights-body .ams-freights-remove-disabled {
    background: #4AC0F0;
    color: #FFFFFF;
}

/* freights end */

/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
.ui-widget-content::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

/*æ»šåŠ¨æ¡æ»‘å—*/
.ui-widget-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #ABABAB;
    background: #535353;
}

/*æ»šåŠ¨æ¡è½¨é“*/
.ui-widget-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #ABABAB;
    border-radius: 10px;
    background: #ccc;
}

/* é‡å†™swiperåˆ†é¡µ */
.swiper-container .swiper-pagination-bullet {
    position: relative;
    margin: 0 5px;
    width: 24px;
    height: 14px;
    border-radius: 50%;
    opacity: 1;
    background: 0 0;
}

.swiper-container .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px !important;
    height: 14px;
    left: 0;
    border: 1px solid #3F99D5;
    border-radius: 50%;
    vertical-align: middle;
    transition: opacity .8s, background-color .8s;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active:before {
    background-color: #3F99D5;
}

/* swiperåˆ†é¡µç»“æŸ */

/* header start */
.ams-header {
    position: absolute;
    top: 0;
    width: 100%;
    /* background: #fff;
     box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.16);*/
    z-index: 999;
}

.ams-top-20 {
    padding-top: 20px;
}

.ams-height-48 {
    height: 48px;
}

.ams-header-logo {
    float: left;
    padding: 10px 0;
}

.ams-header-logo .ams-logo {
    height: 50px;
}

.ams-header-login {
    height: 36px;
    line-height: 36px;
    text-align: right;
}

.ams-header-login-list li {
    display: inline-block;
}

.ams-header-login-list li a {
    margin-right: 30px;
    color: #181818;
}

.ams-header-login-list li a i {
    font-size: 22px;
    margin-right: 10px;
}

.ams-header-login-list li.open .ams-header-dropmenu {
    opacity: 1;
    visibility: visible;
    z-index: 22;
}

.ams-header-login-list .ams-icon {
    float: left;
    margin-top: 7px;
    margin-right: 6px;
}

.ams-header-login-list .ams-choice {
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-left: 5px;
    /* padding-top: 5px;*/
}

.ams-main-nav {
    height: 88px;
    line-height: 88px;
}

.ams-main-nav-menu {
    text-align: right;
}

.ams-main-nav-menu > li {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}

.ams-main-nav-menu > li > a {
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
}

.ams-main-nav-submenu {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: -1px;
    background: rgba(26, 26, 26, .6);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 20;
    text-align: right;
    padding-right: 45px;
}

.ams-main-nav-submenu ul {
    width: 1186px;
    margin: 0 auto;
}

.ams-main-nav-submenu ul li {
    display: inline-block;
    cursor: pointer;
}

.ams-main-nav-submenu ul li a {
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
}

.ams-main-nav-submenu ul li a:hover {
    color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}

/* header */
.ams-header-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 1px 5px 13px 1px rgba(0, 0, 0, 0.16);
    z-index: 100;
}

.ams-header-wrap .navigation-inner {
    /*margin-left: 155px;*/
    float: right;
    display: inline-block;
}

.ams-header-wrap .navigation-inner ul {
   /* float: left*/
    display: inline-block;
}

.ams-header-wrap .navigation-inner li {
    float: left;
    margin: 22px 30px 25px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ams-header-wrap .navigation-inner li .ams-normal-down {
    position: absolute;
    top: 22px;
    width: 10px;
    height: 10px;
    margin: 6px auto;
    background: url("../img/common/selected_down.png") no-repeat;
    transition: transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    z-index: 20;
}

.ams-header-wrap .navigation-inner li:hover .ams-normal-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ams-header-wrap .navigation-inner .nav-up-selected-inpage a {
    display: inline-block;
    position: relative;
    /*color: #343434;*/
    /*-webkit-transition: color 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition: color 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;*/
}

.ams-header-wrap .navigation-inner .nav-up-selected-inpage .span {
    display: block;
    position: absolute;
    top: 33px;
    left: 50%;
    width: 0px;
    height: 0px;
    background: #333;
}

.ams-header-wrap .navigation-inner .nav-up-selected-inpage a:after {
    /*content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: currentColor;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0)*/
}

.ams-header-wrap .navigation-inner .nav-up-selected-inpage a:hover {
    /* opacity: 1*/
}

.ams-header-wrap .navigation-inner .nav-up-selected-inpage a:hover:after {
    /* -webkit-transform-origin: left top;
     transform-origin: left top;
     -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
     transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
     -webkit-transform: scaleX(1);
     transform: scaleX(1)*/
}

.ams-header-wrap .navigation-inner li a {
    color: #333;
    display: inline-block;
    font-size: 16px;
}

.ams-header-wrap .navigation-inner .ams-header-menu {
    display: inline-block;
    margin-left: 38px;
    padding-top: 25px;
    cursor: pointer;
}

.ams-header-wrap .navigation-inner .dropmenu {
    height: 48px;
    margin-right: 23px;
}

.ams-header-wrap .navigation-inner .dropmenu.open .ams-header-dropmenu {
    opacity: 1;
    visibility: visible;
    z-index: 22;
}

.ams-header-wrap .ams-header-dropmenu {
    position: absolute;
    /*top: 33px;*/
    top: 53px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 800ms;
    transition: opacity 800ms;
    border-radius: 6px;
    z-index: 21;
}

.ams-header-wrap .ams-header-dropmenu-box {
    width: 104px;
    height: 66px;
    background: #fff;
    text-align: center;
    -webkitbox-shadow: 0px 4px 18px 3px rgba(161, 192, 205, 0.28);
    box-shadow: 0px 4px 18px 3px rgba(161, 192, 205, 0.28);
    border-radius: 6px;
}

.ams-header-wrap .ams-header-dropmenu .drop-block {
    position: absolute;
    top: -6px;
    left: 50%;
    height: 12px;
    width: 12px;
    margin-left: -7px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.ams-header-wrap .ams-header-dropmenu .lang-link {
    color: #191919;
    font-size: 13px;
    display: block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-right: 0 !important;
    /* border-bottom: 1px solid #ececec;*/
}

.ams-header-wrap .ams-header-dropmenu .lang-link:first-child {
    border-radius: 6px 6px 0 0;
}

.ams-header-wrap .ams-header-dropmenu .lang-link:last-child {
    border-radius: 0 0 6px 6px;
}

.ams-header-wrap .ams-header-dropmenu .lang-link.active {
    color: #4AC0F0;
}

.ams-header-wrap .navigation-down {
    position: absolute;
    top: 57px;
    left: -79px;
    width: 100%
}

.ams-header-wrap .navigation-down .nav-down-menu .navigation-down-inner {
    width: 601px;
    height: 140px;
    padding-left: 39px;
    background: #fff;
    box-shadow: 1px 5px 14px 3px rgba(161, 192, 205, 0.28);
}

.ams-header-wrap .navigation-down .nav-down-menu dl {
    float: left;
    /* margin: 25px 87px 19px 39px;*/
    margin-top: 25px;
    margin-bottom: 19px;
    width: 180px;
}

.ams-header-wrap .navigation-down .nav-down-menu dd {
    margin: 0;
    padding-bottom: 11px;
}

.ams-header-wrap .navigation-down .nav-down-menu dd:hover {
    padding-left: 6px;
}

.ams-header-wrap .navigation-down .nav-down-menu dd a {
    color: #333;
    font-size: 14px;
}

.ams-header-wrap .navigation-down .nav-down-menu .arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: url(../img/common/normal_arrow.png) no-repeat;
}

.ams-header-wrap .navigation-down .nav-down-menu dd:hover .arrow {
    background: url(../img/common/selected_arrow.png) no-repeat;
}

.ams-header-wrap .navigation-down .nav-down-menu dd:hover a {
    color: #3F99D5;
}

/* header end */

/* footer start */
.ams-footer {
    padding-top: 69px;
    padding-bottom: 36px;
}

.ams-footer .ams-footer-item > div {
    float: left;
    padding: 0 45px;
}

.ams-footer .ams-footer-item ul {
    line-height: 34px;
}

.ams-footer .ams-footer-item > div:last-child {
    padding-right: 0;
}

.ams-footer .ams-footer-item ul li a {
    display: block;
    /* padding: 5px 0;*/
    font-size: 16px;
}

.ams-header-login-list li a:hover,
.ams-footer .ams-footer-item ul li a:hover,
.ams-footer .ams-link ul li a:hover {
    color: #3F99D5;
}

.ams-footer .ams-footer-item h2 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.ams-footer .ams-footer-item .ams-wechat {
    background: url("../img/common/wechat.png") center no-repeat;
    background-size: contain;
    height: 134px;
}

.ams-footer-content {
    float: left;
    color: #333;
    margin-right: 55px;
}

.ams-footer-content .ams-zh-name {
    padding-top: 102px;
    margin-bottom: 5px;
    font-size: 18px;
}

.ams-footer-content .ams-en-name {
    font-size: 18px;
    font-family: Arial;
}

.ams-footer-content .ams-address {
    padding-top: 30px;
    font-size: 16px;
}

.ams-footer-content .ams-email {
    padding-top: 10px;
    font-size: 16px;
    font-family: Arial;
}

.ams-footer .ams-link {
    padding-top: 95px;
    text-align: center;
    clear: both;
}

.ams-footer .ams-link ul li {
    display: inline-block;
}

.ams-footer .ams-link ul li a {
    height: 12px;
    line-height: 12px;
    margin-top: 5px;
    padding: 0 8px;
    font-size: 12px;
    border-left: 1px solid #666;
    text-align: center;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.ams-icp-01 {
    display: inline-block;
    width: 14px;
    height: 15px;
    /*background: url(../img/common/spritesheet.png) no-repeat -490px -5px;*/
}

.ams-icp-02 {
    display: inline-block;
    width: 36px;
    height: 12px;
    /* background: url(../img/common/spritesheet.png) no-repeat -33px -5px;*/
}

.ams-back-to-top {
    display: block;
    position: fixed;
    bottom: 44%;
    right: -120px;
    line-height: normal;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    z-index: 9999;
}

.ams-back-to-top .ams-back-to-top-arrow {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 1px rgba(161, 192, 205, 0.28);
    border-radius: 6px;
}

.ams-back-to-top .ams-back-to-top-arrow img {
    margin: 0 auto;
    padding-top: 10px;
}

/* footer end */