﻿.container {
    width: 100%;
    height: 100%;
}

.header {
    position: absolute;
    left: 3%;
    top: 0.15rem;
    z-index: 20;
    width: 94%;
}

.logo-container {
    float: left;
    width: 30%;
    text-align: left;
    font-size: 0.28rem;
}

.logo-container a {
    color: #fff;
    height: 1rem;
    line-height: 1rem;
}

.logo-container img {
    color: #fff;
    width: 2.4rem;
    line-height: 1.4rem;
}

.nav-container {
    float: right;
    width: 70%;
    font-size: 0.24rem;
    text-align: right
}

.nav-container li {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 0.8rem;
    height: 100%;
    color: #fff;
	
}

.nav-container li a {
    font-size: 0.16rem;
    padding-bottom: 0.05rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0)
}

.nav-container li a.on {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6)
}

.nav-container li a:hover {
    text-shadow: 1px 1px 1px #333;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}

.nav-mobile-container {
    width: 100%;
    font-size: 0.18rem;
    clear: both;
    background-color: #000;
}

.nav-mobile-container li {
    display: block;
    margin-left: 0.4%;
    line-height: 0.5rem;
    height: 0.5rem;
    color: #fff;
    text-align: center;
}

.navbar-toggle-container {
    display: none;
}

.navbar-toggle {
    margin: 0.3rem auto;
    width: 0.4rem;
}

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 3px;
    background-color: #fff;
}

.banner-container {
    /* height: 100%; */
    /* position: relative;
    width: 100%;
    padding-bottom: 50%; */
}

.banner-item-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 100%; */
    background-size: cover;
    padding-bottom: 49%;
    background-position: center;
}

.banner-text {
    z-index: 3;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    height: 70%;
}

.img-con {
    width: 100%;
    height: 80%;
}

.yahee-solgn {
    margin: 1rem auto 0;
    position: relative;
}

.img-container {
    width: 4.4rem;
    margin: 0 auto;
    background-position: center;
    z-index: 9;
    background-size: cover;
}

.img-container img {
    width: 100%;
}


/* .img-con img {
    height: 57%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
} */

.banner-item-container h1 {
    font-size: 0.70rem;
    width: 100%;
    position: absolute;
    top: 48%;
    text-align: center;
    z-index: 10;
}

.banner-item-container h1,
.banner-item-container h2 {
    text-align: center;
    color: #fff;
}

.banner-item-container h2 {
    font-size: 0.65rem;
    font-weight: 100;
    line-height: 1.2rem;
    position: absolute;
    top: 101%;
    text-align: center;
    width: 100%;
}

.s-title {
    width: 100%;
    font-size: 0.32rem;
    color: #fff;
    position: absolute;
    top: 85%;
    z-index: 11;
    text-align: center;
    font-weight: bold;
}

.banner-item-img {
    width: 100%;
}

.bulletClass {
    width: .7rem;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    margin-left: 5px;margin-right: 5px;
    cursor: pointer;
    margin-bottom: 2%;
}


/* å…¬å¸ä»‹ç» */

.introduction-container {
    overflow: hidden;
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding: .9rem 0 1rem 0;
}

.introduction-left {
    float: left;
    width: 60%;
}

.introduction-title {
    padding: 0 0 0.3rem;
    width: 100%;
}

.introduction-title img {
    width: 36%;
}

.introduction-title span {
    font-size: 0.282rem;
    color: #164a95;
    display: inline-block;
}

.introduction-content {
    font-size: 0.205rem;
    color: #4d546a;
    line-height: 0.4rem;
	font-size:16px;
	padding-bottom:.2rem;
}
.introduction-content > span{
	display: inline-block;
	text-indent:32px;
}
.introduction-trail {
    margin-top: 0.5rem;
    margin-left: 0;
    position: relative;
}

.introduction-trail img {
    width: 100%;
    position: relative;
}

.introduction-trail h3 {
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    position: absolute;
    z-index: 3;
    width: 100%;
    line-height: 0.6rem;
}

.introduction-right {
    float: left;
    width: 30%;
    margin-left: 10%;
    overflow: hidden;
}

.introduction-list {
    overflow: hidden;
}

.introduction-list>li {
    width: 100%;
    padding-top: 0.62rem;
}
.introduction-list>li:first-child {
    padding-top: 0.45rem;
}

.left-block {
    text-align: right;
    float: left;
    color: #5A6175;
}

.left-block h3 {
    font-size: 0.28rem;
    font-weight: 400;
}

.left-block h4 {
    font-size: 0.20rem;
    margin-top: 0.1rem;
    font-weight: normal;
}

.right-block {
    overflow: hidden;
    height: 0.7rem;
}

.line {
    width: 80%;
    border-bottom: 2px solid rgb(229, 229, 229);
    display: block;
    clear: both;
    height: 0.62rem;
}

.move-block {
    display: block;
    transition: all 1s;
}

.introduction-list>li:nth-child(1) .move-block:nth-child(1) {
    animation: numberadd 0.5s linear 0.1s forwards;
}

.introduction-list>li:nth-child(2) .move-block:nth-child(1) {
    animation: numberadd 0.6s ease-in-out 0.2s forwards;
}

.introduction-list>li:nth-child(3) .move-block:nth-child(1) {
    animation: numberadd 0.6s ease-in-out 0.3s forwards;
}

.introduction-list>li:nth-child(4) .move-block:nth-child(1) {
    animation: numberadd 0.6s ease-in-out 0.4s forwards;
}

.move-block li {
    font-size: 0.648rem;
    margin-left: 20px;
    color: #4d64f6;
    font-style: italic;
    height: 0.7rem;
    font-weight: normal;
}

.move-block li span {
    font-size: 0.348rem;
    position: relative;
    top: -30%;
    left: 1%;
}

@keyframes numberadd {
    0%,
    9% {
        transform: translateY(0);
    }
    10%,
    19% {
        transform: translateY(-0.7rem);
    }
    20%,
    29% {
        transform: translateY(-1.4rem);
    }
    30%,
    39% {
        transform: translateY(-2.1rem);
    }
    40%,
    49% {
        transform: translateY(-2.8rem);
    }
    50%,
    59% {
        transform: translateY(-3.5rem);
    }
    60%,
    69% {
        transform: translateY(-4.2rem);
    }
    70%,
    79% {
        transform: translateY(-4.9rem);
    }
    80%,
    89% {
        transform: translateY(-5.6rem);
    }
    90%,
    99% {
        transform: translateY(-6.3rem);
    }
    100% {
        transform: translateY(-7rem);
    }
}


/* ç”Ÿæ€é—­çŽ¯  */

.intr3-container {
    background-color: #999999;
    padding-bottom: 0;
}

.intr3-title {
    text-align: center;
}

.intr3-title>h4 {
    display: inline-block;
    padding: 0 0.25rem;
    font-size: 0.3072rem;
    color: #fff;
    font-weight: normal;
    line-height: 0.9rem;
}

.intr3-list {
    overflow: hidden;
    /*margin-top: 0.2rem;*/
}

.intr3-list li {
    width: 33.3%;
    float: left;
}

.intr3-item-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.intr3-item-container::before {
    content: ' ';
    display: block;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform-origin: 100% 0;
    transform: scale(1, 0);
    position: absolute;
    z-index: 9999;
    width: 80%;
}

.intr3-item-container::after {
    content: ' ';
    display: block;
    top: 11%;
    right: 8%;
    bottom: 11%;
    left: 8%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform-origin: 0 0;
    position: absolute;
    z-index: 9999;
    width: 84%;
    transform: scale(0, 1);
}

.intr3-item-container .backimg {
    position: relative;
    width: 100%;
    z-index: 0;
    transform: scale(1);
    transition: all 2s;
}

.intr3-item-container .back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(17, 23, 44, 0.86);
}

.intr3-item-container:hover::before,
.intr3-item-container:hover::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

.intr3-item-container:hover .backimg {
    transform: scale(1.5);
    transition: all 2s;
}

.intr3-item-container:hover .back {
    background: rgba(6, 14, 148, 0.8);
}

.item-text {
    position: absolute;
    top: 29%;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.item-text .icon-container {
    text-align: center;
}

.item-text .icon-text {
    font-size: 1rem;
    color: #fff;
}

.item-text .icon-text:first-child {
    font-size: 1rem;
    color: #fff;
}

.item-text h5 {
    font-size: 0.4rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0.1rem
}

.item-detail {
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-size: 0.276rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.15rem;
    display: inline-block;
}

.item-detail .m {
    font-size: 0.35rem;
    margin-left: -0.15rem;
    display: inline-block;
}

.item-detail h4 {
    text-align: center;
    color: #fff;
    font-size: 0.688rem;
    display: inline;
    font-weight: normal;
}

.item-detail-left {
    overflow: hidden;
    height: 0.8rem;
    display: inline-block;
    margin-top: 0.05rem;
}

.dynamiclist {
    width: 100%;
    transform: translate(0, -4rem);
    transition: all 1s;
}

.dynamiclist li {
    width: 100%;
    height: 0.8rem;
    float: none;
}

.intr3-item-container:hover .dynamiclist {
    animation: dynamic 0.3s forwards;
}

@keyframes dynamic {
    0%,
    19% {
        transform: translate(0, 0)
    }
    20%,
    39% {
        transform: translate(0, -0.8rem)
    }
    40%,
    59% {
        transform: translate(0, -1.6rem)
    }
    60%,
    79% {
        transform: translate(0, -2.4rem)
    }
    80%,
    99% {
        transform: translate(0, -3.2rem)
    }
    100% {
        transform: translate(0, -4rem)
    }
}

.add {
    float: right;
    margin: -0.2rem 0 0 0;
}

.item-detail .m .add {
    font-size: 0.2rem;
    margin-top: 0.03rem;
}

.item-desc {
    width: 100%;
    color: #fff;
    margin: 0 auto;
    padding: 0.1rem 0 0.3rem;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s;
    transform-origin: 0 100%;
}

.intr3-item-container:hover .item-desc {
    transform: translateY(0);
    opacity: 1;
}

.product-container {
   background: #f5f6fa;
    background-size: cover;
    overflow: hidden;
	 padding:.3rem 0; margin-bottom:.2rem
}

.product-title {
    text-align: center;
}

.product-title>h4 {
    display: inline-block;
    padding: 0.25rem 0 0.65rem;
    font-size: 0.48rem;
    color: #4d546a;
    font-weight: normal;
}

.procategory-box {}

.procategory-list {
    width: 80%;
    margin: 0.2rem auto 0;
    overflow: hidden;
}

.procategory-list li {
    width: 25%;
    height: 3.8rem;
    float: left;
    text-align: center;
}

.procategory-list li .img {
    width: 0.7rem;
    color: #164a95;
    font-size: 0.7rem;
    border-radius: 50%;
    border: 2px solid #164a95;
    display: inline-block;
    text-align: center;
    height: 0.7rem;
    padding: 0.2rem;
    background-color: #fff;
    box-shadow: 0 0 0 0.5rem #fff;
    margin-top: 0.65rem;
    transition: all 0.5s ease-out;
}

.procategory-list li .img:hover {
    transform: scale(1.4) rotate(360deg);
    box-shadow: 0 0 0 0 #fff;
    cursor: pointer;
}

.procategory-list li .icon-c {
    width: 100%;
    position: relative;
    height: 2.5rem;
}

.icon-title {
    font-size:20px;
    color: #333;
    display: inline-block;
}

.pro-content {
    border: 5px solid #CA4A46;
    border-top: none;
    height: 1.8rem;
    width: 46%;
    margin: 0.5rem auto 0;
    text-align: center;
    margin-bottom: 0.6rem;
}

.pro-content-title {
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 auto;
    height: 0.6rem;
    line-height: 0.6rem;
}

.pro-content-title .line-left,
.pro-content-title .line-right {
    height: 5px;
    background: #CA4A46;
    width: 26%;
    float: left;
}

.pro-content-title .line-right {
    float: right;
}

.pro-content-title .line-coment {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    color: #ca4a46;
    font-weight: bold;
    margin-top: -0.38rem;
}

.pro-content p {
    padding-top: 0;
    font-size: 0.25rem;
    color: #4166AD;
    line-height: 0.4rem;
}

.live-container {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-position: center center;
    position: relative;
    z-index: 999;
}

.live-bg {
    width: 100%;
}

.live-container .title {
    position: absolute;
    left: 50%;
    top: 20%;
    width: 85%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}

.live-container .title img {
    width: 75%;
}

.live-container .title2 {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 85%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    font-size: 0.52rem;
}

.live-container p {
    position: absolute;
    left: 50%;
    top: 84%;
    width: 85%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 3;
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.live-container p span {
    font-size: 0.32rem;
}

.live-img-container {
    position: absolute;
    right: 8.2%;
    top: 61%;
    z-index: 5;
    width: 17%;
}

.live-img-container:hover {
    animation: shake 1s;
}

.live-img-container img {
    width: 100%;
}

.live-img-container img:last-child {
    margin-left: -0.9rem;
}


/* å…¨çƒæž¶æž„ */

.m-framework-container {
    display: block;
}

.framework-container {
    width: 100%;
}

.framework-container .title {}

.area-title {
    text-align: center;
    font-size: 0.5rem;
    padding-top: 0.58rem;
    color: #4d546a;
    font-weight: normal;
}
.area-title p{ font-size: 18px; display:block;max-width:960px; line-height:28px; padding:.2rem 20px; margin:0px auto}
.area-title p span{
	display: block;
	margin-bottom: 10px;
}
.area-title.white {
    color: #fff
}

.framework-container .map-container {
    margin: 0 auto;
    width: 92%;
    position: relative;
    z-index: 0;
}

.framework-container .map {
    width: 100%;
}

.map-container .point {
    width: 0.13rem;
    height: 0.13rem;
    border-radius: 50%;
    display: block;
    background-color: rgb(0, 136, 232);
    position: absolute;
    border: 0.06rem solid rgb(118, 188, 238);
    z-index: 6;
    box-shadow: 0 0 0 0.1rem #c0dbee;
    cursor: pointer;
    animation: pulse2 1.5s infinite;
    transition: transform 2s;
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}

.map-container .point:hover,
.map-container .point.active {
    background-color: rgb(227, 28, 24);
    position: absolute;
    border: 0.06rem solid #e17a77;
    z-index: 6;
    box-shadow: 0 0 0 0.1rem #f9d2d1;
}

.point-1 {
    left: 4.5%;
    top: 26%;
}

.point-2 {
    left: 18.2%;
    top: 21%;
}

.point-3 {
    left: 22.8%;
    top: 21.5%;
}

.point-4 {
    left: 42.8%;
    top: 15.5%;
}

.point-5 {
    left: 45.8%;
    top: 20.5%;
}

.point-6 {
    left: 45.8%;
    top: 20.5%;
}

.point-6 {
    left: 78%;
    top: 30.5%;
}

.point-7 {
    left: 83%;
    top: 33.5%;
}

.point-8 {
    left: 83.5%;
    top: 36.5%;
}

.point-9 {
    left: 89.5%;
    top: 28%;
}

.point-10 {
    left: 95%;
    top: 79%;
}

.point-11 {
    left: 97.5%;
    top: 86.5%;
}

.point-desc-container {
    position: absolute;
    left: 0%;
    top: 25%;
    width: 4.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
}

.point-desc-container h5 {
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.5rem;
    height: 0.5rem;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.9);
}

.content-container {
    text-align: center;
    position: relative;
}

.headimg {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0.15rem auto 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.headimg img {
    width: 100%;
}

.hi {
    position: absolute;
    top: 80%;
    left: 20%;
}

.job-text {
    font-size: 0.16rem;
}

.present-text {
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: left;
    padding: 0.25rem 0.3rem;
    min-height: 1.5rem;
}

.areanav-container {
    position: absolute;
    width: 100%;
    top: 92%;
}

.areanav {
    margin: 0 auto;
}

.areanav li {
    padding: 0 0.3rem;
    float: left;
    font-size: 0.30rem;
    cursor: pointer;
}

.areanav li.active {
    color: rgb(218, 0, 0);
}

.areanav li:last-child {
    padding-right: 0;
}

.cooperation-container {
    width: 100%;
    background: url('../Images/cooperationback.jpg') no-repeat;
    background-size: cover;
}

.cooperation-container .title {
    font-size: 0.48rem;
    background-color: transparent;
    font-weight: normal;
    text-align: center;
    color: #fff;
    height: 1rem;
    line-height: 1rem;
}

.list-container,
.logistics-list-container {
    width: 80%;
    margin: 0 auto;
    height: 3.5rem;
}

.platform-box {
    padding-top: 0.3rem
}

.list-container li,
.logistics-list-container li {
    float: left;
    font-size: 0.3072rem;
    color: #fff;
    width: 14%;
    margin-left: 3.2%;
    margin-top: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: rgba(136, 141, 148, 0.5);
    text-align: center;
    position: relative;
}

.list-container li {
    width: 22%;
}

.cooperation-container li:before {
    content: ' ';
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 44, 49, 0.5);
    transition: all 0.2s ease-out;
    z-index: 1;
    transform: scale(0, 0);
    transform-origin: 50% 50%;
}

.cooperation-container li:hover::before {
    transform: scale(1, 1);
}

.cooperation-container li img,
.cooperation-container li a {
    max-width: 70%;
    clear: both;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.cooperation-container li img {
    max-height: 70%;
}

.cooperation-container li.small img {
    height: 50%
}

.list-container li:nth-child(4n+1),
.logistics-list-container li:nth-child(6n+1) {
    margin-left: 0;
}

.list-container li:nth-child(even),
.logistics-list-container li:nth-child(even) {
    animation: slideInLeft 1s;
}

.list-container li:nth-child(odd),
.logistics-list-container li:nth-child(odd) {
    animation: slideInRight 1s;
}

.list-container:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.list-container:after,
.logistics-list-container:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.joinus-container {
    width: 100%;
    background: url('../Images/joinusbg.jpg') no-repeat;
    background-size: cover;
}

.join-text {
    width: 80%;
    height: 4.8rem;
    border: 4px solid #CA4A46;
    margin: 0.8rem auto;
    position: relative;
}

.join-text .content {
    width: 90%;
    margin: 3.5% auto;
    text-align: center;
}

.l-text {
    color: #cc4948;
    font-size: 1.7rem;
    display: inline-block;
    vertical-align: middle;
}

.r-text {
    display: inline-block;
    font-size: 0.71rem;
    color: #4166ad;
    vertical-align: middle;
    padding-top: 0.3rem
}

.t-content {
    font-weight: bold;
}

.b-content {
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding: 3% 0;
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #4166ad;
}

.uparrow {
    position: absolute;
    left: 50%;
    top: 91%;
    background-color: #CA4A46;
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: -0.4rem;
    border-radius: 50%;
    text-align: center;
}

.uparrow .iconfont {
    font-size: 0.4rem;
    color: #fff
}

.footer-container {
    background: url('../Images/footerbg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 0.2rem;
}

.footernav {
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem;
}

.contact-us p{ line-height:30px;}
.footernav li {
    width: 20%;
    float: left;
    line-height: 0.35rem;
    text-align: center;
}

.footernav li>div {
    display: inline-block;
    text-align: left;
}

.footernav li h5 {
    font-weight: bold;
    padding-bottom: 0.1rem;
    cursor: pointer;
    font-size: 0.2rem;
}

.footernav li .nav-text {
    font-weight: normal;
    cursor: pointer;
}

.follow-yt {}

.follow-yt img {
    width: 40%;
}
.footernav img {
    margin-bottom:-3px;
}
.nav-text {
    padding-top: 0.1rem
}

.nav-text a {
    color: #fff;
}

.nav-text .icon-weixin,
.nav-text .icon-facebook {
    font-size: 0.6rem;
}

.footer-text {
    text-align: center;
    width: 100%;
    height: 1rem;
    clear: both;
    color: #fff;
}

.footer-text a {
    color: #fff;
}

