/* author:Jony
 * date:2018/04
 */
/*==========public=========*/
@font-face {
    font-family: roboto;
    src: url("../font/Roboto-Regular.ttf");
}

body,
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", "Microsoft YaHei";
}

.ie-alert {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
}

.browser-box {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999999;
    width: 550px;
    margin: -275px 0 0 -275px;
    padding-top: 30px;
    background-color: #F9F9F9;
}

.browser-box p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #888;
}

.browser-box span {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: #999;
}

.browser-box span a {
    color: #E62129;
}

.wap {
    width: 200px;
    height: 200px;
    margin: 30px auto 26px;
    background: url(../image/wap1.png) no-repeat;
}

.browser {
    width: 384px;
    height: 60px;
    margin: 15px auto 30px;
    overflow: hidden;
}

.browser a {
    display: inline-block;
    float: left;
    width: 160px;
    height: 60px;
    margin: 0 15px;
    border: 1px solid #E3E3E3;
    background: url(../image/icons1.png) no-repeat;
}

.browser a:hover {
    background-color: #EEEEEE;
}

.browser #chrome {
    background-position: 0 0;
}

.browser #mozilla {
    background-position: 0 -60px;
}

.browser-box>a {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #E6E6E6;
    text-align: center;
    font-size: 12px;
    color: #888;
    line-height: 2;
}

.browser-box>a span {
    display: inline;
    padding: 0 10px;
    font-size: 12px;
    color: #999;
}

.browser-box>a:hover span {
    color: #E62129;
    text-decoration: underline;
}

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0 60px;
    transition: .6s;
}

.header .am-offcanvas {
    width: 900px\9;
}

.header ul.am-nav>li>a {
    padding: 0 30px;
    color: #FFFFFF;
    font-family: "Microsoft YaHei";
    transition: .6s;
}

.header ul.am-nav>li>a:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #555555 !important;
}

.header ul.am-nav>li>a.am-dropdown-toggle:hover {
    cursor: default;
}

.header .am-icon-search {
    padding: 0 28px;
    font-size: 18px;
    transition: 0s;
    color: #FFFFFF !important;
    border: none;
}

.header .am-icon-search:hover {
    transform: scale(1.1);
}

.header .am-dropdown-content {
    padding: 4px 0;
    border: none;
    border-radius: 4px;
}

.header .am-dropdown-content>li {
    background-color: #FFFFFF;
}

.header .am-dropdown-content>li:nth-child(2n) {
    background-color: #F9F9F9;
}

.header .am-dropdown-content>li>a {
    font-size: 14px;
    padding: 4px 20px;
    color: #686868;
    transition: .3s
}

.header .am-dropdown-content>li>a:hover {
    background-color: #e62129;
    color: #FFFFFF;
    padding-left: 30px;
}

.nav-scroll .nav-active>a {
    background-color: #E62129\9;
}

.nav-active {
    background-color: none;
    transition: 1s;
}

.nav-active>a {
    color: #ff646a !important;
}

#home-nav .am-offcanvas-bar {
    overflow: visible !important
}

.am-topbar-brand span {
    font-size: 50px;
}

.am-topbar-brand span:last-child {
    transform: translateY(-4%);
}

.menu-btn {
    display: inline-block;
    margin-right: 20px;
    color: #666600;
    font-size: 16px;
}

.menu-btn>div,
.menu-btn>span {
    height: 36px;
    line-height: 36px;
    margin: 17px 10px 17px 0;
}

.menu-btn .line {
    width: 30px;
    height: 4px;
    background-color: #555555;
    display: block;
    margin: 6px auto;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-btn.is-active .line:nth-child(2) {
    background-color: #E53E41;
}

.menu-btn.is-active .line:nth-child(1),
.menu-btn.is-active .line:nth-child(3) {
    background-color: #E53E41;
    width: 18px;
}

.menu-btn.is-active .line:nth-child(1) {
    -webkit-transform: translate(-10px, 5px) rotate(-45deg);
    -ms-transform: translate(-10px, 5px) rotate(-45deg);
    -o-transform: translate(-10px, 5px) rotate(-45deg);
    transform: translate(-10px, 5px) rotate(-45deg);
}

.menu-btn.is-active .line:nth-child(3) {
    -webkit-transform: translate(-10px, -5px) rotate(45deg);
    -ms-transform: translate(-10px, 4px) rotate(45deg);
    -o-transform: translate(-10px, 4px) rotate(45deg);
    transform: translate(-10px, -5px) rotate(45deg);
}

.search-box {
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    z-index: 998;
    text-align: center;
    transform: scale(0);
    transition: .4s;
}

.search-close:before {
    content: "\e611";
}

.slide-search {
    margin-top: 0;
    transform: scale(1);
    top: 100px;
}

.search-box-bg {
    position: relative;
    display: inline-block;
    width: 60%;
    height: 60px;
    border: 1px solid #E1E1E1;
    border-radius: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 -5px 16px #E5E5E5 inset;
}

.search-box-bg:hover .search-btn {
    color: #E62129;
}

.search-box-bg input {
    display: block;
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 0 60px 0 10px;
    color: #E1E1E1;
    background-color: transparent;
}

.search-box-bg input:focus {
    color: #FF9800;
}

.search-box-bg button {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 999;
    width: 80px;
    height: 48px;
    line-height: 48px;
    border: none;
    outline: none;
    border-radius: 30px;
    margin-right: 5px;
    background-color: #E6E6E6;
}

.search-box-bg button:hover {
    box-shadow: 0 -3px 8px #D1D1D1 inset;
    color: #FFFFFF;
    background-color: #e3e3e3;
}

/*footer*/
.go-top {
    position: absolute;
    border-bottom: -100px;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-left: -30px;
}

.footer {
    background-color: #E8E8E8;
    padding: 40px 0 0;
}

.footer>ul>li {
    text-align: left;
    padding-left: 50px;
}

.footer h4 {
    color: #666666;
}

.footer>ul a {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 28px;
    color: #888888;
}

.footer>ul a:hover {
    color: #E53E41;
}

.footer>ul a.am-text-xl {
    font-size: 30px;
}

.footer-btn {
    font-size: 12px !important;
    padding: 30px 30px 0;
}

.footer-btn>a,
.footer-btn>span {
    line-height: 36px;
    color: #888888;
}

.footer-btn button {
    background-color: transparent;
    border: none;
    color: #888888;
}

.footer-btn .am-dropdown-content {
    min-width: 80px;
}

.footer-btn .am-dropdown-up .am-dropdown-content:before,
.footer-btn .am-dropdown-up .am-dropdown-content:after {
    display: none;
}

/*==========homePage==========*/
/*home banner*/
.html5media-video-fallback {
    margin-top: -100px\9;
}

.home-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 0;
    padding: 0 0 37.5%;
    position: relative;
    overflow: hidden;
    list-style: none;
    animation: bannerLoad 8s;
}

.banner li {
    float: left;
    position: absolute;
    display: none;
}

.banner li video {
    width: 100%;
    height: auto !important;
    margin-top: -10%;
}

@keyframes bannerLoad {
    0% {
        background: url(../image/loading1.svg) no-repeat center center;
    }

    100% {
        background: url(../image/loading1.svg) no-repeat center center;
        background-size: 0px 0px;
    }
}

.banner li,
.banner li img {
    width: 100%;
    height: 100%;
}

.img-index {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
}

.img-index li {
    display: inline-block;
    width: 60px;
    height: 2px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6);
    background-color: #FFFFFF\9;
    font-size: 0;
    cursor: pointer;
    margin: 0 6px;
}

.img-index li.index {
    background-color: #E62129
}

.img-index li:hover {
    background-color: #FF9800
}

.carousel-prev,
.carousel-next {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin-top: -30px;
    padding: 0 5px;
    cursor: pointer;
    font-family: "iconfont";
    color: #FFFFFF;
    font-size: 24px;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: rgba(0, 0, 0, .3);
}

.carousel-prev {
    left: -30px;
    transition: .6s;
}

.carousel-next {
    right: -30px;
    transition: .6s;
}

.carousel-prev:before {
    content: '\e61a';
}

.carousel-next:before {
    content: '\e619';
}

.home-banner:hover .carousel-prev {
    left: 20px;
}

.home-banner:hover .carousel-next {
    right: 20px;
}

.slogan {
    margin: 10px auto 40px;
}

.slogan h2 {
    margin: 20px 0 40px;
    font-size: 32px;
    line-height: 1.4;
    word-break: normal;
}

.slogan p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 20px;
}

/*home-solutions*/
.solutions {
    width: 100%;
    height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 30%;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 -6px 20px #F6F6F6;
}

.solutions>li {
    position: relative;
    display: inline-block;
    width: 33.33333%;
    height: 0;
    float: left;
    padding-bottom: 30%;
    overflow: hidden;
    background: url(../image/loading1.svg) no-repeat top center;
    background-color: #fafafa;
}

.solutions>li h6 {
    margin: 0 0 10px;
    font-size: 28px;
    text-align: center;
}

.solutions>li h6 span {
    display: none;
}

.solutions>li h6:after {
    content: "more";
    display: none;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 300;
    padding: 1px 4px 3px;
    border-radius: 4px;
    background-color: #E53E41;
}

.solutions>li>img {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
    color: #fff;
    transition: .6s;
}

.solutions>li:hover {
    box-shadow: 6px 0 12px #FFFFFF
}

.solutions>li h4 {
    position: absolute;
    bottom: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 252px;
    line-height: 30px;
    margin-bottom: -126px;
    font-size: 20px;
    font-family: "寰蒋闆呴粦";
    font-weight: 600;
    background-color: rgba(0, 0, 0, .6);
    color: rgba(255, 255, 255, .8);
    color: #FFFFFF\9;
    opacity: 1;
    transition: .64s;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
}

.solutions>li h4:before {
    font-family: "iconfont";
    display: block;
    text-align: center;
    height: 160px;
    line-height: 160px;
    font-size: 90px;
    font-weight: 300;
    font-weight: 400;
}

.business-1 h4:before {
    content: "\e613";
}

.business-2 h4:before {
    content: "\e63f";
}

.business-3 h4:before {
    content: "\e618";
    transform: rotate(30deg);
    font-size: 100px !important;
}

.business-4 h4:before {
    content: "\e678";
}

.business-5 h4:before {
    content: "\e680";
}

.business-6 h4 {
    line-height: 60px !important;
}

.business-6 h4:before {
    content: "\e61f";
}

.business-7 h4:before {
    content: "\e617";
}

.business-7 h4 {
    padding-right: 15px;
}

.solutions>li a {
    position: absolute;
    transform: translate3d(0, 3000px, 0);
    bottom: 0;
    bottom: -3000px\0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 20px;
    white-space: normal;
    background-color: rgba(0, 0, 0, .8);
    background-color: #888\9;
    color: #FFFFFF;
    opacity: 0;
    transition: .8s, opacity .4s .2s;
}

.solutions>li a p {
    position: relative;
    margin: 0;
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.solutions>li p:after {
    transform: scale(0);
    opacity: 0;
    content: "Learn More";
    display: inline-block;
    width: 120px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: -92px;
    z-index: 4;
    margin-left: -60px;
    line-height: 38px;
    border-radius: 19px;
    background: linear-gradient(75deg, rgb(255, 0, 0) 0%, rgb(255, 63, 0) 60%, rgb(255, 126, 0) 100%);
    background-color: #E53E41;
    text-align: center;
    box-shadow: 0px 0px 10px #E53E41;
    transition: .6s .5s;
}

.solutions>li p:before {
    content: "";
    display: none;
    position: absolute;
    z-index: 3;
    background-color: #E53E41;
    -webkit-animation: ripple 1s ease 0s infinite normal;
}

.solutions>li:hover h4 {
    bottom: -60%\0;
    transform: translate3d(0, 180%, 0);
    opacity: .2;
}

.solutions>li:hover a {
    transform: translate3d(0, 0, 0);
    bottom: 0\0;
    opacity: 1;
}

.solutions>li:hover p:after {
    transform: scale(1);
    opacity: 1;
}

.solutions>li a:hover p:after {
    box-shadow: 0px 0px 12px #E53E41;
}

.solutions>li a:hover p:before {
    display: inline-block;
}

.solutions>li:hover img {
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    _filter: none;
    transform: scale(1.2);
}

@keyframes ripple {
    0% {
        left: 50%;
        top: -92px;
        margin-left: -60px;
        opacity: 1;
        width: 120px;
        height: 38px;
        border-radius: 30px;
    }

    100% {
        left: 50%;
        top: -109px;
        margin-left: -90px;
        opacity: .1;
        width: 180px;
        height: 70px;
        border-radius: 35px;
    }
}

/*home-data number*/
.data {
    box-shadow: 0 10px 20px #F3F3F3;
    position: relative;
    z-index: 2;
}

.data .am-u-lg-3 {
    height: 220px;
    text-align: center;
    background-color: #FFFFFF;
    transition: .3s;
}

.data .am-u-lg-3:hover {
    border-radius: 5px;
    transform: scale(1.06);
    box-shadow: 2px 3px 10px #e9e9e9;
    background-color: #fbfbfb;
    position: relative;
    z-index: 2;
    cursor: default;
}

.data .am-u-lg-3:hover span {
    border: none;
}

.data .am-u-lg-3:hover .value {
    width: auto;
    background: linear-gradient(-45deg, rgb(255, 0, 0) 0%, rgb(255, 63, 0) 20%, rgb(255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.data .value {
    font-family: "roboto";
    font-size: 60px;
    line-height: 60px;
    color: #666666;
    margin: 70px 0 30px;
    border-right: 1px solid #E9E9E9;
}

.value.value4 {
    border: none;
}

.data span {
    display: inline-block;
    width: 100%;
}

.data span:last-child {
    color: #999999;
    margin-top: -20px;
}

/*home-abnout us*/
.home-about {
    max-height: 560px;
    padding: 100px 0;
    overflow: hidden;
    background: url(../image/home-bg-2.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #FFFFFF;
}

.about-bref {
    height: 360px;
    background: url(../image/home-bg-1-repeat.png) repeat;
    padding: 50px;
    padding: 50px !important\9;
}

.about-bref p {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 40px;
}

.about-bref>* {
    padding: 0 30px\9;
}

.about-bref .more-btn {
    padding: 0\9;
    margin-right: 30px\9;
}

.joinus-btn {
    height: 360px;
    background-color: rgba(255, 0, 0, .7);
    background-color: #E53E41\9;
    padding: 50px;
    margin-left: -10px;
}

.joinus-btn .am-icon-job {
    font-size: 90px;
    margin: 48px 0 0;
    float: left;
}

.joinus-btn a {
    line-height: 100px;
    float: right;
    margin: 80px 0 0;
    color: #FFFFFF;
}

.more-btn {
    border: 1px solid #F9F9F9;
    color: #F9F9F9 !important;
    letter-spacing: 2px
}

.more-btn span:last-child {
    font-size: 24px;
    transform: scaleX(1.2);
}

.more-btn,
.more-btn span {
    display: block;
    width: 100px;
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    transition: .3s;
}

.more-btn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.more-btn:hover .more-word {
    margin-top: -28px;
}

/*home-products*/
.home-products {
    padding: 50px 0 100px;
}

.home-page ul.am-nav {
    font-size: 14px;
}

.home-page ul.am-nav a {
    color: #888888;
}

.home-products .am-slider {
    width: 100%;
    height: 300px;
    background-color: transparent;
    padding: 0 60px;
    margin: 0;
}

.home-products .am-viewport {
    overflow-y: visible !important;
    padding: 30px 0;
}

.home-products .img-box span {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 2;
    width: 60px;
    height: 24px;
    line-height: 24px;
    margin-left: -30px;
    background-color: #E62129;
    color: #FFFFFF;
    transition: .3s;
}

.products-list>li {
    margin-right: 40px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    transition: .4s, margin-top .2s;
}

.products-bref h4 {
    text-align: center !important;
    color: #555555;
    font-size: 15px;
}

.products-bref p {
    color: #666666;
    font-size: 12px;
    margin: 0 10px 10px;
}

.products-bref>span {
    background-color: #F9F9F9;
    transition: .8s;
    color: #F9F9F9;
}

.products-list>li:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    cursor: pointer;
    background-color: #FFFFFF;
    overflow: hidden;
    transform: translate3d(0, -5px, 0);
}

.products-list>li:hover h4 {
    color: #FF9800;
}

.products-list>li:hover .img-box>img {}

.products-list>li:hover .img-box:before {
    left: 100%;
}

.products-list>li:hover .products-more {
    bottom: 0;
}

.home-products .am-control-nav {
    width: 300px;
    top: -24px;
    left: 50%;
    height: 20px;
    line-height: 20px;
    margin-left: -150px;
}

/*home-mediea center*/
.home-media {
    padding: 30px 0 60px;
}

.hot-news-pic {
    height: 240px;
    overflow: hidden;
}

.hot-news-pic img {
    width: 100%;
    margin-top: -80px;
}

.hot-list {
    list-style: none;
}

.hot-news-1,
.hot-list>a {
    display: block;
    height: 120px;
}

.hot-list a {
    border-top: 1px solid #F0F0F0;
}

.hot-news h4 {
    margin: 0;
    line-height: 20px;
    margin-top: 24px;
    font-size: 18px;
    color: #555555;
}

.hot-news {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    transition: .6s;
}

.hot-news:hover {
    border-top-color: #F9F9F9;
    border-radius: 5px;
    background-color: #fafafa;
}

.hot-news:hover h4 {
    color: #FF9800;
}

.news-data {
    margin-left: 0;
    transition: 1s;
}

.hot-news:hover .news-data {
    margin-left: -18%
}

.news-more-btn {
    position: absolute;
    right: -12%;
    top: 35px;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    transition: .4s .3s;
}

.hot-news:hover .news-more-btn {
    right: 0;
    color: #FF0000;
}

.hot-news div,
.hot-news p {
    margin: 10px 0;
    padding: 0;
}

.hot-news div,
.hot-news>span {
    display: inline-block;
    width: 12%;
    color: #888888;
}

.hot-news P {
    display: inline-block;
    width: 88%;
    color: #888888;
    font-size: 13px;
}

.hot-news>div>span {
    display: block;
    line-height: 20px;
}

.hot-news>div>span:first-child {
    font-weight: 700;
    color: #999999;
}

.home-media .more-btn {
    margin: 50px auto;
    border: 1px solid #F0F0F0;
    color: #999999 !important;
}

.home-media .more-btn:hover {
    border-color: #F9F9F9;
    color: #e9332e !important;
}

/*home contact us*/
.home-contact {
    padding: 100px 0;
    overflow: hidden;
    background: url(../image/contact-bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.home-contact .am-container {
    display: inline-block;
}

.home-contact h2 {
    color: #E62129;
    font-size: 24px;
    margin: -20px 0 20px;
    font-size: 28px;
}

.am-slider-default {
    box-shadow: none;
}

.home-contact {
    max-height: 400px
}

.home-contact .am-slider-default {
    background-color: transparent !important;
}

.contact-tel {
    margin: 20px;
}

.contact-tel li {
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-right: 40px;
    background-color: rgba(255, 255, 255, .6);
    background-color: #FFFFFF\9;
    border: 1px solid #F0F0F0;
    overflow: hidden;
    transition: .3s;
}

.contact-tel li>img {
    display: inline-block !important;
    width: auto !important;
    height: 100%;
    filter: grayscale(1);
    opacity: .8;
    transition: .4s;
}

.contact-tel li:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px #D1D1D1;
    border: 1px solid #FF9800\9;
    transform: translate3d(0, -2px, 0);
}

.contact-tel li:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.home-contact .am-slider:hover .am-prev,
.home-contact .am-slider:hover .am-next {
    background-color: rgba(255, 255, 255, .6);
}

.home-contact .am-direction-nav .am-prev {
    left: -60px;
    color: #FF9800 !important;
}

.home-contact .am-direction-nav .am-next {
    right: -60px;
}

.home-contact .am-direction-nav .am-prev:before,
.home-contact .am-direction-nav .am-next:before {
    color: #E62129;
}

/*============products page============*/

.banner-subpage {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}

.banner-subpage h2 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    line-height: 60px;
    font-size: 40px;
    color: #FFFFFF;
}

.breadcrumb-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 70px;
    transform-style: preserve-3d;
    transform-origin: center bottom;
    transition: .6s;
}

.breadcrumb-box-scoll {
    transform: rotateX(110deg) rotateZ(0);
}

.breadcrumb {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #ffffff;
}

.am-breadcrumb {
    color: #888888;
}

.am-breadcrumb a {
    color: #666666;
}

.breadcrumb span {
    font-weight: 400 !important;
}

.products-page p {
    margin: 0;
}

.products-page p>img {
    display: inline-block !important;
    width: 80% !important;
    margin: 0 10% !important;
    border-radius: 10px;
}

.products-menu {
    margin: 0;
}

.products-menu>li {
    height: 50px;
    line-height: 50px;
}

.products-menu>li+li {
    border-top: 1px solid #E6E6E6;
}

.products-menu li a {
    color: #666666;
    padding: 0 0 0 10px;
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.products-menu li a:hover {
    background-color: #FFFFFF !important;
    color: #555555 !important;
    color: #FF0000 !important;
    transform: translate3d(10px, 0, 0);
}

.products-menu li.am-active a,
.products-menu li.am-active a:hover {
    background-color: transparent;
    overflow: visible;
    white-space: nowrap;
    color: #E62129 !important;
}

.products-menu li.am-active a:before {
    content: '';
    display: inline-block;
    border: 2px solid red;
    height: 13px;
    margin-right: 10px;
}

.product-info h3 {
    height: 55px;
    line-height: 65px;
    border-bottom: 1px solid #E8E8E8;
}

.product-info>h3>span {
    height: 55px;
    font-size:20px;
    border-bottom: 1px solid #FF0000;
}
.info{height:46px;line-height:36px;display:block;}
.info.li{padding:4px 23px;font-size: 18px;}
.info .fl{float:left;}
.info.title{
	margin-top:20px;
	padding:4px 36px;
	background-color:#F6F6F6;
	color:#888888;
	font-weight: bold;
    font-size: 18px;
}
.info .job{
	width:370px;
	color:#222222;
}
.info.title .job{
	color:#888888;
}
.info .education{
	width:280px;
	padding-left:6px;
}
.info .district{
	width:350px;
}
.info .number{
	width:100px;
}
.info .more{
	padding-left:40px;
	cursor:pointer;
}
.send-resume {
    margin: 30px 0 60px;
}
.send-resume a {
    padding: 8px 40px;
    border: 0.5px solid #d43a36;
    color: #FF0000;
    border-radius:4px;
    transition: .3s;
}
.send-resume a:hover{
	background-color:#d43a36;
	color:#FFFFFF;
}

.product-classify a {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 15px;
    background-color: #F9F9F9;
    overflow: hidden;
    color: #666666;
    box-shadow: 0px 2px 6px #F0F0F0;
    transition: .5s;
}

.product-classify a:hover {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 6px 18px #E5E5E5;
    transform: translate3d(10px, 0, 0);
}

.classify-img {
    width: 32%;
    height: 0;
    padding-bottom: 24%;
    float: left;
    overflow: hidden;
    transition: .4s;
}

.product-classify a:hover .classify-img {
    border-radius: 6px;
}

.classify-img img {
    width: 100%;
    height: auto;
    transition: .6s;
}

.product-classify a:hover img {
    transform: scale(1.06);
}

.classify-info {
    width: 68%;
    padding: 0 10px 0 20px;
    float: left;
}

.classify-info h4 {
    font-size: 28px;
}

.classify-info p {
    height: 95px\9;
    line-height: 28px\9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
}

.classify-info span {
    position: absolute;
    top: 100%;
    right: 30px;
    z-index: 1;
    display: inline-block;
    width: 80px;
    height: 30px;
    margin-top: -60px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 6px #F3F3F3;
    color: #C0C0C0;
}

.product-classify a:hover span {
    background: #E3E3E3\9;
    background: linear-gradient(-45deg, rgb(255, 0, 0) 0%, rgb(255, 63, 0) 30%, rgb(255, 136, 0) 100%);
    box-shadow: 0px 3px 13px rgb(255, 63, 0);
    color: #FFFFFF;
}

.product-classify a:hover h4 {
    color: rgb(255, 63, 0);
}

ul.product-info {
    padding: 10px;
    margin: 0;
}

ul.product-info li {
    width: 50%;
    padding: 30px;
    float: left;
}

.classify {
    position: relative;
}

.classify-pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.classify-pic:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background: rgba(0, 0, 0, .3);
}

.classify-pic img {
    width: 100%;
    transition: 2s;
}

.classify-bref {
    box-shadow: 0 6px 24px #E4E4E4;
    color: #666666;
    padding-bottom: 20px;
}

.classify h4 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 80px;
    padding: 0 40px;
    line-height: 40px;
    margin: 0;
    font-size: 28px;
    color: #FFFFFF;
    margin-top: -40px;
    text-align: center;
    word-break: normal !important;
    transition: .4s;
}

.classify p {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 2;
    padding: 0 40px;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify;
    opacity: 0;
    transition: all, .4s, opacity .8s;
}

.classify:hover h4 {
    top: 30px;
    margin: 0;
    text-align: left;
    line-height: 30px;
    font-size: 24px;
}

.classify:hover p {
    top: 90px;
    left: 0;
    opacity: 1;
}

.classify span {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 2;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    opacity: 0;
    transition: all, .4s, opacity 1s;
}

.classify:hover span {
    bottom: 50px;
    left: 45px;
    opacity: 1;
}

.classify:hover span:hover {
    border-color: #E53E41;
}

.classify:hover .classify-pic:before {
    background: rgba(0, 0, 0, .6);
}

.classify:hover img {
    transform: scale(1.1);
}

/*==========service&support page==========*/
.img-box {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.img-box:before {
    display: none\9;
    position: absolute;
    left: -400px;
    top: -60px;
    z-index: 4;
    width: 400px;
    height: 300px;
    transform: skewX(-25deg);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    transition: .3s ease-in;
    content: "";
}

.img-box>img {
    width: 100%;
    overflow: hidden;
    transition: .6s;
}

.service-list .img-box:after {
    content: '+';
    display: block;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    background-color: #e62129;
    margin-left: -30px;
    position: absolute;
    bottom: -60px;
    left: 50%;
    z-index: 2;
    font-size: 28px;
    color: #FFFFFF;
    transition: .4s
}

.service-list li {
    padding: 40px 18px;
}

.service-list li>a {
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    transition: .3s;
}

.service-list li>a:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    border-color: #FFFFFF !important;
    transform: translate3d(0, -5px, 0);
}

.service-list li>a:hover .img-box>img {
    margin-top: -10px;
}

.service-list li>a:hover .img-box:after {
    bottom: -32px;
    border-radius: 60px;
    box-shadow: 3px 3px 6px #E8E8E8;
}

.service-bref h4 {
    color: #363636;
}

.service-bref p {
    font-size: 12px;
    margin: 0;
    text-align: justify;
    color: #666666;
}

.knowlege-tabs {
    padding: 0;
    background-color: #E9E9E9;
}

.knowlege-tabs:before {
    content: "";
    display: inline-block;
    float: left;
    width: 3.2rem;
    width: 32px\9;
    height: 40px;
    background-color: #FFFFFF;
}

.knowlege-tabs:after {
    content: "";
    display: inline-block;
    float: right;
    width: 1.8rem;
    width: 18px\9;
    height: 40px;
    background-color: #FFFFFF;
}

.knowlege-tabs a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    color: #E53E41;
    background-color: #E0E0E0;
}

.knowlege-tabs a.tab-active {
    position: relative;
    background-color: #E53E41;
    color: #FFFFFF;
}

.knowlege-tabs a.tab-active:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 2;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -5px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border: 10px;
    border-style: solid;
    border-color: #E53E41 #FFFFFF #FFFFFF #FFFFFF;
}

.knowlege-page .am-tab-panel {
    padding: 20px;
}

.knowlege-glory {
    margin-top: 40px;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #E0E0E0;
}

.knowlege-glory li {
    width: auto !important;
    flex: 0 !important;
}

.knowlege-glory li a {
    width: auto !important;
    background-color: #FFFFFF !important;
    padding: 0 15px;
}

.knowlege-glory li.am-active a {
    position: relative;
    color: #E53E41 !important;
    border-bottom: 2px solid #E53E41;
    font-weight: 600;
}

.success-page {
    margin-bottom: 60px;
}

.document {
    padding: 30px 20px !important;
}

.document .img-box {
    padding-bottom: 65% !important;
    border-radius: 5px 5px 0 0;
}

.document>li {
    width: 33.33333%;
    float: left;
    padding: 30px 20px !important;
}

.document>li>a {
    display: block;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.document h4 {
    margin: 0;
    padding: 15px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 14px;
}

/*==========about us page==========*/
.about-page .am-tabs-nav>li {
    width: 25%\9;
    float: left;
}

.about-page~.footer {
    margin-top: 30px;
}

/*honor pag*/
.success-page .am-tabs-nav {
    width: 100%;
}

.honor-page .am-tabs-nav>li,
.success-page .am-tabs-nav>li,
.knowlege-page .am-tabs-nav>li {
    width: 25%;
    float: left;
}

/*media center page*/
.about-page .Photos-page li {
    padding: 15px !important;
}

.media-news {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    transition: .5s;
    overflow: hidden;
    background-color: #F9F9F9;
}

.media-news:hover h4 {
    color: #FF9800;
}

.media-news:hover {
    box-shadow: 0px 6px 16px #E6E6E6;
    background-color: #FFFFFF;
    border-radius: 5px;
    transform: translate3d(5px, 0, 0);
}

.media-news .img-box {
    padding: 0 0 10%;
}

.media-news h4 {
    color: #333333;
    margin: 0;
}

.media-news p {
    margin-top: 10px;
}

.media-news p,
.media-news span {
    margin-bottom: 0;
    color: #666666;
}

.media-news span {
    display: block;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
    font-size: 18px;
    transition: .4s;
}

.media-news:hover span {
    color: #E62129;
}

.media-news:hover span:first-child {
    transform: translate3d(-10px, 0, 0);
}

.media-news:hover span:last-child {
    transform: translate3d(10px, 0, 0);
}

.media-news .am-u-lg-1 {
    border-left: 1px solid #E8E8E8;
    margin-top: 10px !important;
}

.am-pureview-actions .am-icon-chevron-left {
    background-color: #E53E41;
    width: 75px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    padding-left: 5px;
    color: #FFFFFF;
    border-radius: 6px;
}

.am-pureview-actions .am-icon-chevron-left:after {
    content: "Back";
    display: inline-block;
    padding-left: 5px;
}

.am-pureview-bar {
    height: auto;
    min-height: 45px;
}

.am-pureview-title {
    white-space: normal !important;
    text-overflow: inherit !important;
    padding-right: 10px;
    color: #E56C0C;
}

.img-box:after {
    pointer-events: none;
}

.videos-page .am-modal-dialog {
    width: 60%;
    border-radius: 10px;
}

.videos-page .am-modal-hd {
    padding: 6px 20px !important;
}

.videos-page .am-modal-bd {
    padding: 0;
}

.videos-page .am-modal-bd video {
    width: 100% !important;
    height: auto !important;
}

.videos-page .am-modal-bd .html5media-video-fallback {
    margin: 0 auto;
    width: 100% !important;
}

/*news page*/
.news-page .news-page-list a .am-u-lg-1 {
    margin-top: 20px !important;
}

.news-page-list a:hover .img-box {
    border-radius: 2px;
}

.news-page .news-page-list a span {
    padding-right: 20px;
    transition: .4s .1s;
}

.news-page .news-page-list>a:hover {
    box-shadow: 0 6px 20px #E8E8E8;
    margin-left: 20px;
}

.news-page .news-page-list a:hover h4 {
    color: #FF9800;
}

.news-page .news-page-list a:hover span {
    color: #999999;
    padding-right: 35px !important;
}

.news-page .news-page-list a:hover .am-icon-more {
    padding-right: 5px !important;
    font-size: 24px;
    color: #E62129;
}

.page-btn>a,
.page-btn>select {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    text-align: center;
    background-color: #E3E3E3;
    color: #666;
}

.page-btn select {
    margin-top: 8px;
    padding-left: 20px;
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
}

.page-btn>a:hover {
    background-color: #E62129;
    color: #FFFFFF;
    border-radius: 3px;
}

.page-btn select:focus {
    border-color: #E3E3E3;
}

.no-more {
    background-color: #F6F6F6 !important;
    color: #C0C0C0 !important;
    cursor: default;
}

/*newsdetail page*/
.news-detail {
    padding: 0 80px;
}

.news-detail p {
    text-align: justify;
    word-break: break-all;
}

.news-detail h3 {
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
}

.news-detail h3:after {
    display: inline-block;
}

.news-detail h6 {
    font-weight: 400;
    color: #808080;
    margin: 10px 0;
    font-size: 14px;
}

.news-detail img {
    width: 75% !important;
    border-radius: 5px;
}

.news-toolbar {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    margin: 20px 0 40px;
    padding: 0 20px;
    transition: .3s;
}

.news-toolbar:hover {
    box-shadow: 0 5px 15px #F3F3F3;
}

.news-toolbar span {
    display: inline-block;
    float: left;
    width: 70px;
    line-height: 53px;
    text-align: center;
    font-size: 34px;
    color: #D1D1D1;
}

.news-toolbar span.am-icon-fax {
    line-height: 64px;
}

.news-toolbar span:hover {
    color: #FF9800;
    cursor: pointer;
}

.news-toolbar a {
    display: inline-block;
    width: 60px;
    font-size: 32px;
    text-align: center;
    color: #D1D1D1;
}

.news-toolbar a:hover {
    color: #E62129;
    cursor: pointer;
}

/*photos page*/
.Photos-page .img-box {
    padding-bottom: 65%;
}

.Photos-page .service-list li {
    padding: 15px 30px;
}

.Photos-page .service-list li>a {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E3E3E3;
}

.Photos-page .img-box>img {
    transform: scale(1.06);
    transition: 0s .1s
}

.Photos-page .service-list .img-box:after {
    content: "\e615";
    font-family: "iconfont";
    font-size: 28px;
    line-height: 60px;
    background: -webkit-linear-gradient(left top, #ec714c, #E62129);
}

.Photos-page .service-list .img-box:after {
    transition: .3s .1s;
}

.download-page .service-list .img-box:after {
    content: "\e60e";
}

.Photos-page .service-list li>a:hover .img-box:after {
    bottom: 50%;
    margin-bottom: -35px;
    box-shadow: 2px 4px 22px #421a1a;
}

.Photos-page .service-list li>a:hover .img-box>img {
    filter: blur(3px);
    margin: 0;
}

.Photos-page .am-thumbnail-caption {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 15px;
    margin: 10px 0;
    color: #666666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Photos-page .service-list li>a:hover .am-thumbnail-caption {
    color: #FF9800;
}

.am-pureview,
.video-box {
    background: url(../image/home-bg-1-repeat.png) repeat \9;
}

.am-pureview-bar {
    background-color: #E0E0E0\9;
    text-align: center\9;
}

.am-pinch-zoom.am-pureview-loaded img {
    display: block\9;
    margin: 30px 10% 0\9;
    width: 80%pximportant\9;
}

/*videos page*/
.videos-page .service-list .img-box:after {
    content: "\e78e";
}

/*milestones page*/
.year-bref {
    margin-top: 40px;
    background-color: #FAFAFA;
}

.year-bref img {
    width: 100%;
}

.year-bref:hover {
    border-radius: 5px;
    box-shadow: 0px 6px 12px #F3F3F3;
}

.year-bref>div:first-child {
    height: 0;
    padding: 0 0 12%;
    border-radius: 5px;
    overflow: hidden;
}

.year-bref .am-u-lg-10 {
    position: relative;
    padding-left: 30px;
    background-color: #FCFCFC;
}

.year-bref span {
    display: inline-block;
    font-size: 38px;
    color: #E53E41;
    text-align: left;
    line-height: 60px;
    font-family: "roboto";
}

.year-bref h6 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #E53E41;
}

.year-bref p {
    margin: 0 0 10px;
}

#year-tab {
    padding: 10px;
    background-color: rgba(240, 240, 240, .9);
    background-color: #E8E8E8\9;
    border-radius: 10px;
    transition: .6s;
}

#year-tab:hover {
    background-color: #f6f6f6;
    box-shadow: 0px 6px 12px #E6E6E6;
}

#year-tab {
    top: 65px !important;
    z-index: 100;
}

#year-tab ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#year-tab li {
    display: inline-block;
    float: left;
    width: 8.333333%;
    height: 40px;
    list-style: none;
    padding: 2px 2px;
}

#year-tab a {
    color: #666;
    display: inline-block;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    line-height: 36px;
    text-align: center;
    background-color: #FFFFFF;
}

#year-tab a:hover {
    color: #FF0000;
}

#year-tab a.am-active {
    background-color: #E62129;
    color: #FFFFFF;
}

/*certification & accolades page*/
.honor-ablum {
    border: none;
    margin-top: 40px;
}

.honor-ablum .am-tab-panel {
    padding: 0;
}

.honor-ablum ul {
    width: 103%;
    padding: 0;
}

.honor-ablum li {
    padding: 20px 3% 20px 0;
}

.honor-ablum li>.am-gallery-item {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    transition: .3s;
}

.honor-ablum li>.am-gallery-item:hover {
    background-color: #F9F9F9;
    cursor: pointer;
    box-shadow: 0 6px 12px #E6E6E6;
    transform: translate3d(0, -3px, 0);
}

.honor-ablum .am-gallery-title {
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    background-color: #F8F8F8;
}

.honor-ablum li>.am-gallery-item:hover .am-gallery-title {
    color: #FF9800;
    transition: background-color .8s, color .2s;
}

.honor-ablum li>.am-gallery-item>div {
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    background: url(../image/home-bg-1-repeat.png) repeat;
}

.am-pureview-title {
    text-align: center;
}

/*events page*/
.events-page img {
    width: 100%;
}

.events-page .am-list-news {
    margin: 0;
}

.events-page .am-list-news-hd {
    background-color: #E1E1E1;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

.events-page .am-g {
    padding: 0 40px 0 20px;
    background-color: #F9F9F9;
    border-color: #FFFFFF !important;
    transition: .3s;
}

.events-page .am-g:hover {
    box-shadow: 0 3px 6px #d6d6d6;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    transform: translate3d(0, -3px, 0);
}

.events-page .am-g>a {
    color: #666666
}

.events-page .am-g:hover a {
    color: #FF9800;
}

.events-page .am-list-date {
    right: 20px;
}

/*partners page*/
#iconWall {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    padding: 2px;
}

#iconWall li {
    width: 25%;
    height: 0;
    padding: 0 0 14.0625%;
    float: left;
    position: relative;
    margin: 0 !important;
}

.img-back,
.img-front {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
}

#iconWall img {
    border: 2px solid #F0F0F0;
}

.img-3d {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.img-back {
    transform: rotateY(180deg);
}

#btnRefresh {
    position: relative;
    font-size: 40px;
    text-align: center;
    transition: .3s linear;
    background-color: #fff;
    border: 2px solid #F0F0F0;
    border-bottom: 4px solid #F0F0F0;
    padding: 0 0 13% !important;
}

.am-icon-refresh {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}

#btnRefresh:hover {
    color: #fff;
    background-color: #E62129;
    transition: 0s;
}

.download-page .am-tabs-bd {
    border: none;
    margin-top: 40px;
}

.download-page ul.document.am-tab-panel {
    padding: 0 !important;
    width: 103%;
}

.download-page ul.document.am-tab-panel li {
    padding: 15px 3% 40px 0 !important;
}

/*contact page*/
.contact-us>.am-padding-lg.am-text-justify:first-child,
.job-bref>.am-padding-lg.am-text-justify:first-child {
    padding: 40px 40px 10px;
    font-size: 28px;
    line-height: 40px;
    font-family: "roboto";
    color: #777777;
    text-align: justify;
}

.job-bref>.am-padding-lg.am-text-justify:first-child {
    padding: 40px 20px 10px;
}

.agents {
    background-color: #F9F9F9;
    margin-bottom: -20px;
    padding: 20px
}

.agents p {
    margin: 0;
}

.job-bref .am-panel-hd>h4 {
    font-weight: 400;
}

.contact-us ul {
    overflow: hidden;
    padding: 0;
}

.contact-us ul>li {
    height: 0;
    overflow: hidden;
    padding: 20px 20px 22%;
}

.contact-us ul>li:first-child div {
    height: 0;
    padding-bottom: 22%;
    overflow: hidden;
}

.contact-us ul>li:first-child {
    padding: 20px 20px 23%;
}

.contact-us ul>li>div {
    background-color: #F9F9F9;
    height: 0;
    padding-bottom: 40%;
    transition: .4s;
}

.contact-us li.am-u-lg-6>div:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    border: 1px solid #F0EFEE\9;
    ;
    background-color: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    transform: translate3d(0, -5px, 0);
}

.contact-us li.am-u-lg-6>div:hover h4 {
    border: none;
    background-color: #F0EFEE;
}

.contact-us h4 {
    height: 6rem;
    line-height: 6rem;
    font-size: 1.8rem;
    padding: 0 30px 0 23px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #F8F8F8;
}

.contact-us li a {
    display: block;
    padding: 5px 30px 5px 55px;
    color: #666666;
    font-size: 15px;
}

.contact-us i {
    display: inline-block;
    margin-left: -25px;
    padding-right: 10px;
    color: #888888;
}

.contact-us li a:hover {
    color: #FF0000;
}

.contact-us h4 span {
    display: inline-block;
    display: none\9;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 20px -1rem 0;
    background-size: 15rem 6rem;
}

.china-center span {
    background: url(../image/nation.png) no-repeat 0 0;
}

.australian span {
    background: url(../image/nation.png) no-repeat -3rem 0rem;
}

.american span {
    background: url(../image/nation.png) no-repeat -6rem 0rem;
}

.indian span {
    background: url(../image/nation.png) no-repeat -9rem 0rem;
}

.korea span {
    background: url(../image/nation.png) no-repeat -12rem 0rem;
}

.taiwan span {
    background: url(../image/nation.png) no-repeat 0 0;
}

.malaysia span {
    background: url(../image/nation.png) no-repeat -12rem 0rem;
}

.vietnam span {
    background: url(../image/nation.png) no-repeat 0 -3rem;
}

.Thailand span {
    background: url(../image/nation.png) no-repeat -3rem -3rem;
}
.contact-us p {
    padding: 20px 30px;
    margin: 0;
}

.home-contact .more-btn {
    color: #E0787F !important;
    border-color: #E0787F;
}

.home-contact .more-btn:hover {
    box-shadow: 0 0 8px rgba(255, 63, 0, .4);
}

.am-icon-location {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 146px;
    left: 1100px;
    z-index: 3;
    font-size: 20px;
    color: #EA1328;
}

.am-icon-location-cicle {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 131px;
    left: 1113px;
    z-index: 2;
    font-size: 30px;
    transform: rotateX(50deg);
    -webkit-transform: rotateX(50deg);
}

.am-icon-location-cicle:before {
    display: inline-block;
}

.location-circle {
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    position: absolute;
    left: -80%;
    top: 60%;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #FF0000;
    box-shadow: 0 0 1px 2px #FF0000;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

/*serach page*/
.search-list>h6 {
    position: relative;
    z-index: 3;
    font-size: 18px;
    margin-top: -50px;
    margin-bottom: 60px;
    text-align: right;
    padding-right: 30px;
}

.search-list>h6>i {
    color: #E53E41;
}

.search-list {
    padding: 0 20px 0;
}

.search-list a {
    position: relative;
    display: block;
    min-height: 120px;
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    transition: .6s;
}

.search-list a:hover {
    margin: 0 -20px 30px 20px;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 2px 3px 12px #E3E3E3;
}

.search-list p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.serach-news {
    float: left;
    width: 88%;
    padding-right: 10px;
}

.serach-news h4 {
    margin-bottom: 10px;
    color: #666666;
    text-overflow: ellipsis;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.serach-news h4 span {
    display: inline-block;
    padding: 0 5px;
    line-height: 24px;
    margin-right: 5px;
    background-color: #E2E2E2;
    border-radius: 3px;
    color: #AAAAAA;
}

.search-date {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12%;
    height: 80px;
    text-align: center;
    margin-top: -40px;
    padding-right: 5px;
    border-left: 1px solid #F0F0F0;
}

.search-date span {
    display: block;
    height: 40px;
}

.search-date span:first-child {
    font-size: 30px;
    color: #E0E0E0;
    line-height: 40px;
}

.search-date span:last-child {
    font-size: 24px;
    font-weight: 800;
    line-height: 45px;
    margin-left: -40px;
    color: #E4E4E4;
    transition: .5s;
}

.search-list a:hover .search-date>span:last-child {
    margin-left: 0px;
    color: #C0C0C0;
}

.serach-page-box {
    background: transparent;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 998;
    width: 100%;
    text-align: center;
}

.serach-page-box input {
    color: #E53E41 !important;
}

.serach-page-box form {
    background-color: rgba(255, 255, 255, .6);
    border-color: rgba(255, 255, 255, .6);
    box-shadow: none;
    transition: .4s;
}

.serach-page-box form:hover {
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, .4);
}

.serach-page-box button {
    width: 100px;
    top: 0;
    right: -5px;
    height: 58px;
    line-height: 58px;
    border-radius: 0 30px 30px 0;
    background-color: #FFFFFF !important;
    color: #E62129;
    box-shadow: none !important;
}

.searchHis {
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.topHis {
    display: inline-block;
    padding: 0 5px;
    color: #FFFFFF;
}

.ulHis {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.ulHis li,
.delHis {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 10px;
    color: rgba(255, 255, 255, .5);
    color: #FFFFFF\9;
    font-size: 12px;
    transition: .4s;
}

.ulHis li:hover,
.delHis:hover {
    background-color: rgba(0, 0, 0, .3);
    color: #FFFFFF;
    cursor: pointer;
}

.delHis span:before {
    content: "\e611";
    font-family: "iconfont";
    display: inline-block;
    width: 30px;
    text-align: center;
    transition: .4s;
}

.delHis:hover span:before {
    content: "clear";
}

.no_search {
    text-align: center;
    padding: 40px 0;
    font-size: 24px;
    color: #CCCCCC;
}

/**join us video start**/
.hr-banner-video {
    max-width: 1250px;
    height: 704px;
    /* height:100%; */
    margin: 20px auto;
    border: 1px solid #f9f9f9;
    background-color: #000000;
    /* overflow: hidden; */
}

.video-list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height：90px;
    padding: 0 15px 30px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 400;
    color: #F0F0F0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 10%, rgba(0, 0, 0, 0));
    transform: translate3d(0, -5px, 0);
    opacity: 0;
    transition: .3s;
}

#video-button {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100px;
    height: 100px;
    margin: -60px 0 0 -40px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .4);
    font-family: 'iconfont';
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(14px);
    cursor: pointer;
    transition: .3s;
}

#video-button:hover {
    background-color: rgba(255, 255, 255, .4);
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .15);
}

#video-button::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 12px 0 0 36px;
    border: 36px solid;
    border-color: transparent transparent transparent #ff5751;
    transform: scaleY(0.68)
}

/* #video-button.button-pause{
		color:#ff9a27;
	}
	#video-button.button-pause:before{
		content: '\e652';
	} */
.video-list:hover .video-title,
.video-list:hover .video-tabs {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.video-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-item video {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
}

.video-tabs {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    100%: ;
    height: 80px;
    padding: 15px 5px;
    /* background:linear-gradient(to right,rgba(0,0,0,.6) 30%,rgba(0,0,0,0) 80%); */
    overflow: hidden;
    transform: translate3D(0, -5px, 0);
    /* opacity:0; */
    transition: .3s;
}

/* .video-list:hover .video-tabs,.video-list:hover #full-screen,.video-list:hover #mini-play{
		transform: translate3d(0,0,0);
		opacity:1;
	} */
.video-tabs a {
    display: block;
    position: relative;
    float: left;
    width: 86px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, .4);
    margin-right: 10px;
    overflow: hidden;
    opacity: .8;
}

.video-tabs a.active {
    background-color: #bc000f;
    opacity: 1;
}

/* .video-tabs a.active:before{
		display:inline-block;
		position:absolute;
		top:50%;
		left:50%;
		z-index:2;
		width:18px;
		line-height:18px;
		margin:-9px 0 0 -6px;
		font-size:16px;
		content: '\e6fe';
		font-family:'iconfont';
		color:#E62129;
	} */
.video-tabs a.active img {
    filter: saturate(3);
}

.video-tabs a img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-list>a {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    z-index: 4;
    width: 30px;
    text-align: right;
    line-height: 30px;
    font-size: 22px;
    font-family: 'iconfont';
    color: #FFFFFF;
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    transition: .3s;
}

.video-list>a:hover {
    color: #E62129;
}

#mini-play {
    right: 60px;
}

#full-screen {
    display: none;
    right: 15px;
}

#mini-play:before {
    content: '\e6fe';
}

#mini-play.mini-pause:before {
    content: '\e652';
}

#full-screen:before {
    content: '\e644';
}

/**join us video end**/
/*=====================================================
 ***********************response*************************
 ======================================================*/

/*==========public==========*/
/*.header*/
@media only screen and (min-width: 1100px) {

    .banner-subpage img,
    .home-banner img,
    .home-banner video {
        transform: scale(1.01);
    }

    .banner-blur {
        -webkit-filter: blur(4px);
        -mozfilter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    .header .am-dropdown-content {
        margin-top: -5px;
        background-color: transparent;
        padding: 12px 0 0 !important;
    }

    .products-page .am-slider-default .am-direction-nav a {
        top: 41%;
    }

    .am-dropdown-content:before,
    .am-dropdown-content:after {
        top: 16px;
        transition: .8s;
    }

    .am-dropdown:hover .am-dropdown-content:after,
    .am-dropdown:hover .am-dropdown-content:before {
        top: 4px;
    }

    .header {
        padding: 0 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        border-bottom: 1px solid #E1E1E1\9;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .header .am-topbar-nav>li.am-active>a,
    .header .am-topbar-nav>li.am-active>a:hover,
    .header .am-topbar-nav>li.am-active>a:focus {
        color: #e62129;
        height: 70px;
        line-height: 70px;
        transition: .6s;
    }

    .header .am-topbar-brand,
    .header .am-topbar-nav>li>a {
        height: 70px;
        line-height: 70px;
        padding: 0 15px;
        padding: 0 22px\9;
        transition: .6s;
    }

    .header .am-topbar-brand {
        padding: 0;
    }

    .header .am-offcanvas-content {
        padding: 0;
    }

    .header .am-icon-trademark,
    .header .am-icon-slogan {
        color: #FFFFFF !important;
    }

    .header .am-topbar-nav>li>a:after,
    .nav-active>a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1001;
        width: 100%;
        height: 1px;
        margin: 0;
        border: none;
        background-color: #ff646a;
        background-color: #FFFFFF\9;
    }

    .header .slidenav-btn {
        display: none;
    }

    .header .am-offcanvas {
        display: inline-block;
        position: static;
        background: none;
    }

    .header .am-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header .am-offcanvas-bar:after {
        content: none;
    }

    .nav-scroll {
        height: 53px;
        line-height: 53px;
        border-top: 3px solid #EA1328;
        background-color: rgba(255, 255, 255, .98);
        background-color: #FFFFFF\9;
    }

    .nav-scroll-shadow {
        border-bottom: 1px solid #f1f1f1;
    }

    .nav-up {
        transform: translate3d(0, -60px, 0);
        transition: .4s ease-in-out;
    }

    .nav-scroll .am-topbar-brand {
        margin-top: -3px;
    }

    .nav-scroll .am-dropdown.am-active,
    .nav-scroll .am-dropdown.am-active:hover {
        background-color: #888888 !important;
    }

    .nav-scroll .am-icon-trademark {
        color: #E62129 !important;
    }

    .nav-scroll .am-icon-slogan {
        color: #000000 !important;
    }

    .nav-scroll ul.am-nav>li>a:hover {
        background-color: #D0D0D0;
        color: #E62129;
    }

    .nav-scroll ul.am-nav>li>a {
        color: #666666;
    }

    .nav-scroll .am-dropdown-content {
        box-shadow: 0px 2px 8px #D8D8D8;
    }

    .nav-scroll .am-icon-search {
        color: #E62129 !important;
    }

    .nav-scroll .nav-active,
    .nav-scroll .nav-active>a:hover,
    .nav-scroll .nav-active>a:focus {
        background: linear-gradient(to bottom, #E62129 0%, #ff5751 100%);
    }

    .nav-scroll .nav-active>a:before,
    .nav-scroll .am-topbar-nav>li>a:after {
        display: none;
    }

    .nav-scroll .nav-active>a {
        color: #FFFFFF !important;
    }

    .nav-scroll .am-active {
        background-color: #E3E3E3;
    }

    .nav-scroll .am-topbar-nav>li.am-active>a,
    .nav-scroll .am-topbar-nav>li.am-active>a:hover,
    .nav-scroll .am-topbar-nav>li.am-active>a:focus {
        color: #FFFFFF;
        height: 50px;
        line-height: 50px;
        transition: .6s;
    }

    .nav-scroll .am-topbar-brand,
    .nav-scroll .am-topbar-nav>li>a {
        height: 50px;
        line-height: 50px;
        transition: .6s;
    }

    .classify-pic {
        border-radius: 6px;
    }

    .classify {
        transition: .3s;
        border-radius: 6px;
        overflow: hidden;
    }

    .classify:hover {
        box-shadow: 0px 4px 18px #E2E2E2;
        box-shadow: 0px 8px 30px #888888;
        transform: translate3d(0, -5px, 0);
    }
}

@media (max-width: 1400px) {
    .home-contact .am-direction-nav .am-next {
        top: 100%;
        right: 50%;
        margin-right: -60px;
        line-height: 54px;
        background-color: none;
    }

    .home-contact .am-direction-nav .am-prev {
        top: 100%;
        left: 50%;
        margin-left: -60px;
        line-height: 54px;
        background-color: none;
    }
}

@media (max-width: 1280px) {
    .header ul.am-nav>li>a {
        padding: 0 14px;
    }

    ..am-icon-location,
    .am-icon-location-cicle {
        display: none;
    }

    .banner-subpage {
        height: 0;
        padding-bottom: 32.89%;
        overflow: hidden;
    }

    .banner-subpage img {
        width: 150%;
        height: auto;
        margin-left: -25%;
    }

    /*contact us*/
    .contact-us>.am-padding-lg.am-text-justify:first-child,
    .job-bref>.am-padding-lg.am-text-justify:first-child {
        font-size: 20px;
        line-height: 30px;
    }

    .hr-banner-video {
        width: calc(100vw - 3rem);
    }
}

@media (max-width: 1200px) {
    .solutions>li h6:after {
        display: inline-block;
    }

    .solutions>li a p {
        overflow: hidden;
    }

    .solutions>li h6 {
        margin: 10px 0;
        font-size: 20px;
    }

    .solutions>li h4 {
        color: rgba(0, 0, 0, 0);
        height: 100px;
        overflow: hidden;
        margin-bottom: -50px;
    }

    .solutions>li h4:before {
        font-size: 60px;
        color: rgba(255, 255, 255, .8);
        line-height: 100px;
        height: 100px;
    }

    .business-3 h4:before {
        font-size: 70px !important;
    }

    /*contact us*/
    .hr-banner-video {
        width：100vw;
        width: calc(100vw - 3rem);
        height: calc((100vw - 3rem) / 1200 * 675);
    }

    .contact-us ul>li {
        padding-bottom: 30%;
    }

    .contact-us ul>li>div {
        padding-bottom: 86%;
    }

    .contact-us ul>li:first-child {
        padding: 20px 20px 30%;
    }

    .contact-us ul>li:first-child div {
        padding-bottom: 30%;
    }

    .classify-info p {
        -webkit-line-clamp: 3;
    }
    
    .info .number{display:none;}
}

@media (max-width: 1100px) {
    .header .am-nav>li {
        width: 100%;
        border-bottom: 1px solid #444;
    }

    .header {
        height: 53px !important;
        line-height: 53px !important;
        background-color: #FFFFFF;
    }

    .header .am-topbar-collapse {
        padding: 0;
    }

    .header .am-dropdown-content {
        max-height: 205px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .header .am-dropdown-content::-webkit-scrollbar {
        width: 4px;
        background-color: #999;
    }

    .header .am-dropdown-content::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: #FF9800;
    }

    .header ul,
    .header li {
        width: 100%;
    }

    .am-nav>li.am-active>a,
    .header ul.am-nav>li>a:hover {
        background-color: #555555;
        color: #F9F9F9 !important;
    }

    .header .am-dropdown-content>li {
        padding: 5px 20px;
        background-color: transparent !important;
    }

    .header .am-dropdown-content {
        margin: 0;
        background-color: #888888;
        border-radius: 0;
    }

    .header .am-dropdown-content:before,
    .header .am-dropdown-content:after {
        display: none;
    }

    .header ul.am-dropdown-content>li>a {
        color: #F9F9F9;
    }

    .header ul.am-dropdown-content>li+li {
        border-top: 1px solid #919191;
    }

    .header .am-dropdown.am-active {
        border: none;
    }

    .menu-btn {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1094;
        display: block;
        width: 50px;
        height: 50px;
        padding-top: 10px;
        background-color: rgba(255, 255, 255, .1)
    }

    .home-nav ul.am-nav>li {
        width: 100% !important;
    }

    #home-nav span {
        display: inline-block !important;
        margin-right: 10px;
        font-weight: 400;
    }

    #home-nav span.am-icon-caret-down {
        float: right;
    }

    #home-nav ul.am-nav>li>a>span:first-child {
        font-family: "iconfont";
    }

    #home-nav ul.am-nav>li:nth-child(1)>a>span:first-child:before {
        content: "\e8b9";
    }

    #home-nav ul.am-nav>li:nth-child(2)>a>span:first-child:before {
        content: "\e6c9";
    }

    #home-nav ul.am-nav>li:nth-child(3)>a>span:first-child:before {
        content: "\e609";
    }

    #home-nav ul.am-nav>li:nth-child(4)>a>span:first-child:before {
        content: "\e606";
    }

    #home-nav ul.am-nav>li:nth-child(5)>a>span:first-child:before {
        content: "\e66b";
    }

    #home-nav ul.am-nav>li:nth-child(6)>a>span:first-child:before {
        content: "\e63b";
    }

    .am-topbar-brand .am-icon-trademark {
        color: #FF0000;
    }

    .home-banner {
        margin-top: 53px;
        overflow: hidden;
    }

    .am-topbar-brand .am-icon-slogan {
        color: #000000;
    }

    .header .am-icon-search {
        float: right;
        color: #000000;
    }

    #home-nav .am-topbar-nav>li.am-active>a:after {
        border: none;
    }

    #home-nav .am-nav-pills>li+li {
        margin: 0;
    }

    #home-nav .am-offcanvas-content {
        padding: 60px 0 0;
    }

    /*search page*/
    .serach-page-box {
        top: 120px;
    }

    .searchHis {
        top: 190px;
    }

    .search-list>h6 {
        padding: 0;
        margin: 30px 0;
        text-align: center;
    }
    .info .job{width:300px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .info .district{width:300px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
}

@media (max-width: 1024px) {

    /*public*/
    .header {
        padding-right: 0;
    }

    a.am-topbar-brand {
        width: calc(100% - 100px);
        text-align: center;
        margin-left: 40px;
        transition: .6s;
    }

    .topbar-brand-left {
        text-align: left !important;
        margin-left: 0 !important;
        padding-left: 75px;
        position: relative;
        left: 0;
        z-index: 1092;
        background-color: rgba(255, 255, 255, .1);
    }

    .topbar-brand-left span {
        color: #FFFFFF !important;
    }

    .banner-subpage {
        margin-top: 50px;
    }

    .header .am-icon-search {
        padding: 0 15px 0 0;
        text-align: right;
        color: #333333 !important;
        font-size: 24px;
    }

    /*home page*/
    .slogan {
        margin: 0;
    }

    .slogan h2 {
        font-size: 2.4rem;
    }

    .slogan p {
        font-size: 1.3rem;
        padding: 0 30px 30px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .carousel-next {
        right: 10px;
    }

    .carousel-prev {
        left: 10px;
    }

    .home-products {
        padding-bottom: 80px;
    }

    .home-about p {
        height: 85px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden !important;
    }

    .hot-news-box,
    .hot-list {
        padding: 0 30px;
    }

    .hot-news-pic {
        padding-bottom: 40%;
    }

    .hot-news {
        background-color: #F9F9F9;
    }

    .hot-news div {
        width: 60px;
        height: 40px;
    }

    .home-media .more-btn {
        display: none;
    }

    .home-contact {
        padding: 50px 0;
    }

    .home-contact .am-direction-nav .am-prev {
        left: 34%;
    }

    .home-contact .am-direction-nav .am-next {
        right: 34%;
    }

    .products-btn~.am-u-lg-10 {
        padding: 20px 0 0;
    }

    .products-btn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        background: -webkit-gradient(linear, 0 0, 100% 80%, from(#E62129), to(#ff5722));
        color: #FFFFFF;
        position: fixed;
        bottom: 15px;
        left: 50%;
        margin-left: -80px;
        z-index: 200;
        box-shadow: 0 3px 12px #fc5025;
        transition: .4s;
    }

    .products-btn:after {
        content: "Products Menu";
    }

    .knowlege-page .products-btn:after {
        content: "Support Menu";
    }

    .success-page .products-btn:after {
        content: "Success Stories";
    }

    .events-page .products-btn:after,
    .about-page .products-btn:after {
        content: "AboutUs Menu";
    }

    .download-page .products-btn:after,
    .service-page .products-btn:after {
        content: "Service Menu";
    }

    .products-btn-colse {
        width: 60px;
        margin-left: -30px;
    }

    .products-btn-colse:after,
    .knowlege-page .products-btn-colse:after,
    .success-page .products-btn-colse:after,
    .events-page .products-btn-colse:after,
    .about-page .products-btn-colse:after,
    .download-page .products-btn-colse:after,
    .service-page .products-btn-colse:after {
        content: "\e611";
        font-family: "iconfont";
    }

    .products-menu {
        display: none;
        position: fixed;
        bottom: 60px;
        left: 0;
        z-index: 1000;
        padding: 12px;
        box-shadow: 5px 5px 16px #E1E1E1;
        background-color: #FFFFFF;
        border-radius: 10px;
    }

    .products-menu li {
        width: 100%;
        float: left;
        height: 60px;
        line-height: 50px;
        border: 5px solid #FFFFFF !important;
        border-radius: 10px;
        background-color: #E6E6E6;
        margin: 0 !important;
        text-align: center;
    }

    .products-menu li a {
        font-size: 14px;
        color: #FF9800;
    }

    .products-menu li.am-active {
        display: none;
    }

    /*services*/
    .success-page .am-tabs,
    .download-page .am-tabs {
        padding: 0;
    }

    /*join-us page*/
    .joinus-page .am-panel-group,
    .joinus-page h3 {
        padding: 0 20px;
    }

    .joinus-page .product-info h3 {
        height: 50px;
        line-height: 50px;
        border-bottom: none;
        box-shadow: 0 -5px 12px #D4D4D4 inset;
        background-color: #E6E6E6;
    }

    .joinus-page .product-info h3 span {
        height: 40px;
        margin-top: 10px;
        border: none;
        color: #FF9800;
        background-color: #F8F8F8;
    }

    .joinus-page .products-more {
        margin-top: -10px;
        font-weight: 400;
    }
    
    

    .joinus-page .am-panel,
    .joinus-page .am-panel-hd {
        border-radius: 5px;
    }

    /*contact us*/
    .contact-us ul>li,
    .contact-us ul>li>div,
    .contact-us ul>li:first-child div,
    .contact-us ul>li:first-child {
        height: auto;
        padding-bottom: 20px;
    }

    .contact-us ul>li:first-child img {
        width: 100%;
    }

    /*news*/
    .media-news {
        position: relative;
        padding: 0 !important;
        box-shadow: 0 3px 12px #E9E9E9;
        border-radius: 6px 6px 3px 3px;
    }

    .media-news .img-box {
        padding: 0 0 50%;
    }

    .media-news .am-u-lg-9 {
        padding: 0;
    }

    .media-news h4 {
        font-size: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 7px 15px;
        background-color: #FFFFFF;
    }

    .media-news p {
        padding: 0 15px;
        margin: 10px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 1.2rem;
        line-height: 16px;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-page .news-page-list a .am-u-lg-1,
    .media-news .am-u-lg-1 {
        text-align: right;
        margin-top: 0 !important;
        border: none;
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .media-news .am-u-lg-1 span {
        display: inline-block;
        color: #FF9800;
        font-size: 1.4rem;
        padding-right: 5px !important;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 0 0 0 15px;
        font-weight: 600;
    }

    .media-news .am-u-lg-1 span:last-child {
        display: none;
    }

    .product-info h3 {
        background-color: #E4E4E4;
        height: 40px;
        line-height: 40px;
        border-radius: 6px 6px 0 0;
        border-bottom: 1px solid #E53E41;
        overflow: hidden;
    }

    .product-info h3>span {
        background-color: #E53E41;
        color: #FFFFFF;
        border-radius: 6px 0 0 0;
    }

    .product-info .products-more {
        margin: 0 10px 0 0;
    }

    .products-page p>img {
        width: 100% !important;
        margin: 0 !important;
    }

    .knowlege-tabs:before,
    .knowlege-tabs:after {
        display: none;
    }

    .Photos-page .service-list li {
        width: 100%;
    }
    .info .job{width:280px;}
    .info .district{width:280px;}
}

@media (max-width: 980px) {
    .header {
        padding: 0;
    }

    .nav-scroll {
        border-top: none;
        box-shadow: 0px 5px 12px #E0E0E0;
    }

    .header a.am-icon-search {
        width: 50px;
    }

    .banner-subpage h2 {
        font-size: 30px;
        top: 25%;
    }

    .am-topbar-brand span {
        font-size: 42px;
    }
    .info.title{padding:4px 20px;}
    .info.li{padding:4px 13px;}
    .info .job{width:250px;}
    .info .district{width:250px;}
}

@media (max-width: 860px) {

    /*public*/
    .footer>ul {
        padding: 0 30px !important;
    }

    .footer>ul>li {
        width: 100%;
        float: left;
        padding: 0;
        padding: 10px;
    }

    .footer>ul>li h4 {
        margin: 0;
        background-color: rgba(0, 0, 0, .1);
        padding-left: 10px;
    }

    .footer>ul>li a {
        line-height: 24px;
        padding-left: 10px;
        background-color: #f4f4f4;
        border-top: 1px solid #F0F0F0;
        font-size: 12px;
        color: #888888;
    }

    .footer>ul>li:first-child a {
        line-height: 40px;
        background-color: #E8E8E8;
    }

    .footer>ul>li:first-child {
        width: 100%;
        min-height: 80px !important;
    }

    .footer-btn {
        padding: 0 30px 0;
        border-top: 1px solid #DFDFDF;
        background-color: #666666;
        color: #FFFFFF !important;
    }

    /*about page*/
    .about-page .am-tabs-nav {
        display: block !important;
    }

    .about-page .am-tabs-nav>li {
        width: 25%;
        font-size: 1.4rem;
    }

    .Photos-page .service-list li {
        padding: 20px;
    }

    /*medial page*/
    .videos-page .am-modal-dialog {
        width: 95%;
    }

    .classify-info h4 {
        margin: 0;
    }

    .classify-info p {
        -webkit-line-clamp: 2;
    }

    ul.product-info li {
        padding: 20px;
    }

    /*search page*/
    .serach-page-box {
        top: 60px;
    }

    .searchHis {
        top: 130px;
    }

    .search-list a {
        position: relative;
    }

    .serach-news {
        width: 100%;
        padding: 0;
    }

    .serach-news h4 span {
        padding-right: 60px;
    }

    .search-date {
        position: absolute;
        top: 20px;
        left: 70px;
        z-index: 2;
        border: none;
        height: 24px;
        margin: 0;
        padding: 0;
        text-align: left;
        padding-left: 10px;
    }

    .search-date span {
        width: 50px !important;
        height: 24px;
        line-height: 24px;
    }

    .search-date span:before {
        content: "/";
        padding-right: 4px;
    }

    .search-date span:first-child {
        width: 50px !important;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        height: 24px;
        line-height: 24px;
    }

    .search-date span:last-child {
        display: none;
    }

    .hr-banner-video,
    .video-list {
        overflow: visible;
    }

    .video-tabs {
        top: auto;
        bottom: -80px;
        background-color：#F9F9F9;
        width: 100%;
        padding: 15px;
        background-color: #F9F9F9;
        transform：ttranslate(0);
        opacity: 1;
        transform: translate3D(0, 0, 0);
    }

    .product-info {
        padding-top: 8rem;
    }
    .info.title{padding:4px 15px;}
    .info.li{padding:4px 8px;}
    .info .education{width:220px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .info .job{width:220px;}
    .info .district{width:220px;padding-left:6px;}
}

@media (max-width: 770px) {
    img {
        pointer-events: none;
    }

    /*home page*/
    .home-page h2 {
        margin-top: 0;
    }

    .home-page .am-nav.am-nav-pills {
        margin: 15px;
    }

    .home-page h2 {
        margin: 0;
        padding: 0;
        font-size: 2.4rem;
    }

    .slogan p {
        padding: .5rem 0;
        margin: 0 0 40px;
    }

    .home-page .am-nav.am-nav-pills>li {
        padding: 0;
        margin: 0 5px;
    }

    .solutions>li h4 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .solutions>li a {
        padding: 5px 10px;
        font-size: 1.4rem;
        text-align: left;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.8rem;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .data .am-u-lg-3 {
        height: 140px;
        padding: 0;
    }

    .data .value {
        font-size: 4rem;
        margin: 30px 0 5px;
    }

    .data span:last-child {
        font-size: 1.2rem;
    }

    .hot-news-box,
    .hot-list {
        padding: 0;
    }

    /*contacus page*/
    .contact-us>.am-padding-lg.am-text-justify:first-child,
    .job-bref>.am-padding-lg.am-text-justify:first-child {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        background-color: #F9F9F9;
        padding: 25px;
        /* box-shadow:0 3px 8px #E8E8E8; */
    }

    .job-bref>.am-padding-lg.am-text-justify:first-child p {
        margin: 0;
    }

    .agents {
        padding: 12px 25px;
        margin-top: 20px;
    }

    /*newsdetail page*/
    .news-detail {
        padding: 0 20px;
    }

    .news-detail p {
        word-break: normal;
    }

    .news-detail h3 {
        line-height: 40px;
        font-size: 30px;
        word-break: normal;
    }

    .news-detail img {
        width: 100% !important;
    }

    /*services*/
    .success-page .am-tabs-nav li {
        display: block;
        width: 50% !important;
    }

    /*medial*/
    .media-page .news-page-list,
    .media-page .Photos-page {
        background-color: #F6F6F6;
        margin-bottom: calc(20px);
        padding-bottom: calc(10px);
    }

    .media-page .news-page-list>a,
    .media-page .Photos-page li>a {
        width: calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        margin: calc(10px) calc(10px) calc(20px);
    }

    .Photos-page .img-box img {
        pointer-events: auto !important;
    }

    .Photos-page .service-list li>a:hover {
        margin: 10px 10px 20px;
    }

    .Photos-page .service-list li>a .img-box:after {
        bottom: 50%;
        margin-bottom: -35px;
        border-radius: 50%;
        box-shadow: 2px 4px 22px #421a1a;
    }
    .info.title{padding:4px 10px;}
    .info.li{padding:4px 3px;font-size:16px;}
    .info .education{width:200px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .info .district{width:200px;}
}

@media (max-width: 720px) {
    .product-classify a {
        padding: 0;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 4px 13px #E9E9E9;
    }

    .product-classify a:hover {
        margin-left: 0;
    }

    .classify-img {
        width: 100%;
        padding-bottom: 50%;
    }

    .classify-info {
        width: 100%;
        position: relative;
        padding: 0 16px 0;
        box-shadow: 0 6px 12px #F0F0F0;
        background-color: #FFFFFF;
    }

    .classify-info span {
        top: -15px;
        right: 50%;
        margin: 0 -40px 0 0;
        background-color: #E53E41;
        color: #FFFFFF;
        -webkit-box-shadow: 0 3px 12px #E0787F;
    }

    .classify-info h4 {
        height: 60px;
        line-height: 60px;
    }

    .classify-info p {
        height: auto;
        line-height: 24px;
        -webkit-line-clamp: 4;
        margin: 0 0 20px;
    }
    .info.title{padding:4px 7px;font-size:16px;}
    .info.li{padding:4px 0px;}
    .info .education{width:180px;}
    .info .job{width:180px;}
    .info .district{width:180px;padding-left:6px;}
}

@media (max-width: 660px) {
    .footer-btn>a {
        display: none;
    }

    .banner-subpage h2 {
        font-size: 24px;
        top: 25%;
    }

    /*about us page*/
    .products-page .am-nav li>a {
        border-radius: 5em;
    }

    /*milestones*/
    .milestones-page>.am-container.am-margin-top-xl {
        margin: 0;
    }

    .milestones {
        padding: 0;
    }

    #year-tab {
        display: none;
    }

    .year-bref>div:first-child {
        padding: 0 0 50%;
    }

    .year-bref .am-u-lg-10 {
        position: static;
    }

    .year-bref .am-u-lg-10.am-u-md-10 {
        padding: 20px;
    }

    .year-bref .am-u-lg-10.am-u-md-10 strong {
        display: block;
        font-size: 1.6rem;
        padding: 5px 0;
    }

    .year-bref h6 {
        margin: 10px 0;
    }

    .year-bref {
        position: relative;
        margin: 30px 0 0;
        padding: 0;
    }

    .year-latest>.year-bref {
        display: block;
    }

    .year-bref .am-u-lg-10 {
        box-shadow: 0px 3px 9px #E9E9E9;
        background-color: #FFFFFF;
    }

    .year-bref>div:first-child {
        border-radius: 5px 5px 0 0;
    }

    .year-bref span {
        position: absolute;
        top: -2px;
        left: 0;
        z-index: 2;
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        text-align: center;
        padding-right: 10px;
        background-color: #E53E41;
        color: #FFFFFF;
        border-radius: 6px 0px 36px 0px;
        box-shadow: 0px 2px 8px #E27B7E;
    }

    .year-bref p {
        margin: 0;
        padding: 0;
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    /*products*/
    .products-info h3 {
        font-size: 1.8rem;
        line-height: 3rem;
        margin: 10px 0 0;
        background-color: #F9F9F9;
    }

    .products-info h3>span {
        border-radius: 20px;
        padding: 0 6px;
    }

    ul.product-info li {
        padding: 10px;
    }

    .classify h4 {
        width: 80%;
        height: auto;
        line-height: 30px;
        top: 50%;
        left: 10%;
        font-size: 1.6rem;
        padding: 5px;
        border: 1px solid #FFFFFF;
    }

    /*events*/
    .events-page .am-g {
        padding: 8px 40px 8px 20px;
    }

    .events-page .am-g a {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        padding: 0 60px 0 0;
    }

    .serach-page-box {
        top: 30px;
    }

    .searchHis {
        top: 100px;
    }
}

@media (max-width: 641px) {

    /*home page*/
    .about-bref,
    .joinus-btn {
        width: 100%;
        height: auto;
        padding: 20px;
        margin-top: -5px;
    }

    .about-bref h1,
    .joinus-btn h1 {
        display: inline-block;
        font-size: 2.4rem;
        margin: 0;
    }

    .about-bref p {
        margin: 15px 0;
    }

    .joinus-btn .am-icon-job,
    .joinus-btn a {
        line-height: 40px;
        margin: 0;
        font-size: 2rem;
    }

    .joinus-btn .am-icon-job {
        font-size: 4rem;
        padding-right: 10px;
    }

    .products .img-box {
        padding-bottom: 50%;
    }

    .product-info>ul>li {
        padding: 10px 10px;
        overflow: visible;
    }

    .contact-us ul>li:first-child {
        padding: 10px 10px 20px;
    }

    .contact-us ul>li>div {
        border-radius: 6px;
        overflow: hidden;
        background-color: #FFFFFF;
        box-shadow: 0 5px 18px #F0F0F0;
    }

    .contact-us h4 {
        height: 4.6rem;
        line-height: 4.6rem;
    }

    .china-center {
        padding: 0;
    }

    .contact-us ul>li:first-child div {
        padding-bottom: 0;
        border-radius: 6px 6px 0 0;
    }

    .hot-news h4 {
        font-size: 1.4rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .hot-news P {
        width: calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .hot-news>span {
        display: none;
    }

    /*newsdetail page*/
    .news-toolbar span {
        width: 55px;
    }

    .news-toolbar a {
        width: 55px;
    }

    .products-page h3 {
        margin-bottom: 0;
    }

    /*service*/
    .document {
        padding: 20px !important;
    }

    .document>li {
        width: 50%;
        float: left;
        padding: 20px !important;
    }

    /*about us*/
    .about-page .am-tabs {
        margin: 0;
    }

    .about-page .am-tab-panel {
        padding: 0;
    }

    .honor-ablum ul {
        width: 100%;
    }

    .honor-ablum li>.am-gallery-item {
        border-radius: 5px 5px 0 0;
        box-shadow: 0 2px 5px #F0F0F0;
    }

    .about-page .am-tabs-bd {
        border: none;
        padding: 0 10px;
        background-color: #F9F9F9;
        margin-top: 30px;
    }

    .about-page .am-tabs-nav>li {
        width: 50% !important;
        background-color: #FFFFFF;
    }

    .knowlege-tabs a {
        width: 50%;
    }

    .knowlege-tabs a.tab-active:before {
        left: 25%;
    }

    .knowlege-glory {
        border: none;
        margin-top: 20px !important;
    }

    .knowlege-glory li:nth-child(1),
    .knowlege-glory li:nth-child(2) {
        border-bottom: 1px solid #E2E2E2;
    }

    .knowlege-glory li:nth-child(1),
    .knowlege-glory li:nth-child(3) {
        border-right: 1px solid #E2E2E2;
    }

    .about-page .am-tabs-nav>li>a {
        margin: 5px;
        border-radius: 5px;
        padding: 0 5px;
        background-color: #E6E6E6;
        border: none;
    }

    .honor-ablum li {
        padding: 10px;
    }

    .honor-ablum .am-gallery-title {
        background-color: #FFFFFF
    }

    /*media*/
    .Photos-page .service-list li {
        padding: 10px;
    }

    .Photos-page .service-list li>a {
        box-shadow: 0px 3px 12px #E8E8E8;
        border: none;
        border-radius: 5px 5px 0 0;
    }

    .hr-banner-video {
        width: calc(100vw - 2rem);
        height: calc((100vw - 2rem) / 1200 * 675)
    }

    #video-button {
        transform: scale(.6);
        margin: 0;
        transform: translate(-50%, -50%) scale(0.6);
    }

    .video-list:hover #video-button {
        transform: translate(-50%, -50%) scale(0.68);
    }

    .video-tabs {
        bottom: -62px;
        height: 62px;
        padding: 10px;
    }

    .video-tabs a {
        width: 68px;
        height: 42px;
    }

    .video-title {
        padding: 10px 10px 30px;
        font-size: 16px;
        line-height: 20px;
    }
    .info.title{padding:4px 7px;font-size:16px;}
    .info.li{padding:4px 0px;}
    .info .education{width:150px;}
    .info .job{width:150px;}
    .info .district{width:150px;padding-left:6px;}
}

@media (max-width: 530px) {

    /*search box*/
    .search-box-bg {
        height: 50px;
        width: 90%;
    }

    .search-box-bg input {
        height: 48px;
    }

    .search-box-bg button {
        top: 0;
        right: -5px;
        color: #E53E41;
        -webkit-box-shadow: 0 -3px 8px #D1D1D1 inset;
    }

    /*home page*/
    .img-index {
        bottom: 5px;
    }

    .img-index li {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

    .home-page .am-nav.am-nav-pills {
        width: 100%;
        padding: 0 30px !important;
        margin: 0 0 30px;
    }

    .home-page .am-nav.am-nav-pills>li {
        width: 50%;
        margin: 0;
        padding: 5px;
    }

    .home-page .am-nav.am-nav-pills>li>a {
        display: block;
        background-color: #b5b5b5;
        color: #FFFFFF;
        border-radius: 3px;
        padding: 5px 0;
    }

    .solutions {
        height: auto;
        padding: 0 10px;
    }

    .solutions>li {
        width: 100% !important;
        margin-bottom: 10px;
        padding-bottom: 50%;
        float: left;
    }


    .solutions>li h4 {
        font-weight: 300;
        background-color: rgba(0, 0, 0, .6);
    }

    .solutions>li h6 {
        display: block;
    }

    .solutions>li h6:after {
        display: none;
    }

    .solutions>li h4 {
        display: none;

    }

    .business-6 h4 {
        line-height: 40px !important;
    }

    .solutions>li h4:before {
        display: none;
    }

    .solutions>li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding：20px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        transform: none;
        opacity: 1;
    }

    .solutions>li a p {
        display: flex;
    }

    .solutions>li a:after {
        content: "Learn More";
        font-size: 1.2rem;
        display: none;
        width: 85%;
        height: 30px;
        line-height: 30px;
        margin-top: 40%;
        border-radius: 30px;
        text-align: center;
        background: -webkit-linear-gradient(left top, #ec714c, #E62129);
    }

    .solutions>li:hover a {
        left: 0;
        bottom: 0;
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.8rem;
        padding: 10px;
        border-radius: 0;
        background-color: rgba(0, 0, 0, .5)
    }

    .solutions>li>img {
        width: 100%;
        height: auto;
        transition: .3s;
        -webkit-filter: grayscale(40%);
        -moz-filter: grayscale(40%);
        -ms-filter: grayscale(40%);
        -o-filter: grayscale(40%);
        filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.4);
        _filter: none;
    }

    .solutions>li:hover img {
        filter: blur(0px);
        transform: scale(1.1);
    }

    .solutions,
    .data,
    .home-products,
    .home-media,
        {
        padding-top: 0;
        border-top: 20px solid #F8F8F8;
        box-shadow: 0px 3px 6px #E9E9E9;
        overflow: hidden;
    }

    .slogan p {
        margin-bottom: 20px;
    }

    .home-page h2 {
        line-height: 2.6rem;
    }

    .data .am-u-lg-3 {
        height: 130px;
    }

    .classify-info h4 {
        font-size: 1.6rem;
        text-align: center;
        line-height: 80px;
    }

    .classify-info p {
        font-size: 1.3rem;
        line-height: 20px;
    }

    /*search page*/
    .search-date {
        left: 75px;
    }

    .serach-news h4 {
        font-size: 1.4rem;
    }

    .serach-news h4 span {
        font-size: 18px;
    }
    .am-panel-bd{padding:2rem 3rem;}
    .info .education{width:140px;}
    .info .job{width:140px;}
    .info .district{width:140px;}
}

@media (max-width: 490px) {

    /*home page*/
    .home-products .am-slider {
        padding: 0 34px;
    }

    .am-slider-default .am-direction-nav .am-prev {
        left: -3px;
    }

    .am-slider-default .am-direction-nav .am-next {
        right: -3px;
    }

    .data .am-container {
        padding: 0;
    }

    .data .am-u-lg-3 {
        width: 50%;
        height: 80px;
        border: 1px solid #F9F9F9;
    }

    .data .am-u-lg-3:hover {
        transform: scale(1);
        margin: 0;
        box-shadow: 0 3px 10px #e9e9e9;
    }

    .data .value {
        line-height: 36px;
    }

    .data .value {
        margin: 10px 0 0;
        font-size: 3rem;
        border: none;
    }

    .banner-subpage {
        padding-bottom: 45%;
    }

    .banner-subpage img {
        width: 200%;
    }

    .banner-subpage h2 {
        font-size: 18px;
        top: 25%;
    }

    .products-page>.am-container {
        margin-top: 10px;
    }

    .home-contact .am-direction-nav .am-prev,
    .home-contact .am-direction-nav .am-next {
        display: none;
    }

    .hot-news:hover .news-data {
        margin-left: 0;
    }

    .news-data span:last-child {
        font-size: 1.4rem;
    }

    /*contact page*/
    .contact-us ul>li:first-child div:last-child {
        padding-bottom: 20px;
    }

    .contact-us ul>li>div {
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 6px 12px #F0F0F0;
        background-color: #FFFFFF;
    }

    .contact-us h4 {
        height: 5rem;
        line-height: 5rem;
        color: #FF9800;
    }

    .contact-us li a {
        font-size: 13px;
        padding: 2px 30px 2px 55px;
    }

    .breadcrumb-box,
    .breadcrumb {
        height: 40px;
        line-height: 40px;
    }

    .breadcrumb-box h3 {
        font-size: 16px;
    }

    .am-breadcrumb {
        font-size: 13px;
    }

    /*newsdetail page*/
    .news-detail h3 {
        line-height: 30px;
        font-size: 24px;
    }

    .news-detail h6 {
        font-size: 18px;
        padding-left: 20px;
        font-weight: 700;
        color: #D8D8D8;
    }

    .news-detail p {
        font-size: 14px !important;
    }

    .news-detail img {
        width: 100% !important;
    }

    .news-toolbar {
        height: 40px;
        line-height: 40px;
        margin: -45px 0 30px;
        background-color: #FFFFFF;
        box-shadow: 0 3px 10px #F0F0F0;
    }

    .news-toolbar span {
        display: none;
    }

    .news-toolbar a {
        width: 40px;
        font-size: 28px;
        color: #D6D6D6;
    }

    .footer-btn {
        padding: 0;
    }

    /*service*/
    .document {
        padding: 10px !important;
    }

    .document>li {
        width: 100%;
        float: left;
        padding: 10px 10px 30px !important;
    }

    .document>li>a {
        border: none !important;
        box-shadow: 0 3px 10px #F0F0F0;
    }

    .page-btn select {
        display: none;
    }

    ul.product-info li {
        width: 100%;
        padding: 0 0 30px;
    }

    .classify-pic {
        border-radius: 6px;
        box-shadow: 0px 3px 12px #E4E4E4;
    }

    .classify h4 {
        width: 60%;
        left: 20%;
        font-size: 1.8rem;
    }

    .search-list {
        padding: 0 10px;
    }

    .search-list a {
        padding: 15px;
        box-shadow: 0px 3px 12px #f3f2f2;
        margin-bottom: 18px;
    }

    .serach-news h4 {
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .search-date {
        top: 15px;
        left: 65px;
    }
    .am-panel-bd{padding:2rem 2.5rem;}
    .info .education{display:none;}
    .info .job{width:170px;}
    .info .district{width:180px;}
}

@media (max-width: 415px) {

    /*footer*/
    .footer>ul.am-container {
        padding: 0 0 !important;
    }

    /*home page*/
    .carousel-prev,
    .carousel-next {
        background-color: rgba(255, 255, 255, .3);
    }

    .carousel-prev:hover,
    .carousel-next:hover {
        background-color: rgba(255, 0, 0, .6);
    }

    .carousel-prev {
        left: 0 !important;
    }

    .carousel-next {
        right: 0 !important;
    }

    .home-page h2:first-child {
        font-size: 1.8rem;
        line-height: 2.8rem;
        color: #666666;
        padding: 12px 0 6px;
    }

    .slogan {
        margin: -20px 0 0px;
    }

    .slogan p {
        display: none;
    }



    .solutions>li h4 {
        font-family: "arial, helvetica, sans-serif";
    }

    .solutions>li {
        width: 100% !important;
        float: left;
    }

    .solutions>li>img {
        width: 100%;
        height: auto;
    }



    .solutions>li a p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-align：left;
        overflow: hidden;
    }

    .hot-news-pic {
        height: 0;
        padding-bottom: 60%;
    }

    .hot-news-pic img {
        margin-top: 0;
    }

    .hot-list>a {
        height: auto;
        margin-top: 18px;
        padding: 0;
        border: none;
        box-shadow: 0 3px 6px #F9F9F9;
        background-color: #FFFFFF;
    }

    .hot-list h4 {
        margin: 0;
        padding: 10px 15px;
        background-color: #F9F9F9
    }

    .hot-list .news-data {
        width: 70px;
        padding-left: 15px;
    }

    .hot-list P {
        width: calc(100% - 70px);
        text-align: left !important;
    }

    .hot-news>div>span:first-child {
        font-size: 1.6rem;
    }

    /*about us page*/
    .products-menu li {
        width: 100%;
    }

    /*newsdetail page*/
    .news-detail h3 {
        line-height: 24px;
        font-size: 18px;
        margin: -20px 0 30px;
    }

    #year-tab li {
        width: 50%;
    }

    .Photos-page .service-list li {
        padding: 0 !important;
    }

    .download-page .service-list li {
        padding: 10px 0 20px !important;
    }

    .download-page .am-tabs-bd {
        margin-top: 10px;
    }

    .download-page ul.document.am-tab-panel li {
        padding: 10px 0 !important;
    }

    .Photos-page .service-list li>a .img-box:after {
        width: 80px;
        height: 80px;
        line-height: 40px;
        bottom: -10px;
        margin-left: -40px;
        border-radius: 50px;
    }

    .download-page .service-list li>a:hover .img-box:after {
        bottom: -45px;
        margin-bottom: 0;
    }

    .download-page .service-list li>a:hover .img-box>img {
        transition: .4s;
    }

    .download-page .service-list li>a:hover .img-box>img {
        filter: blur(0);
        transform: scale(1.2);
    }
    .am-panel-bd{padding:2rem;}
    .info .job{width:auto}
    .info .district{display:none;}
}