@charset "utf-8";

/*
本文件作为蜀海供应链网站样式整体控制
版本：V1.0
作者：Chen Cheng
日期：2017-05-16
*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th {
    margin: 0;
    padding: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
span,
i,
em,
li {
    font-family: "微软雅黑";
    font-size: 15px;
    color: white;
    outline: 0;
}

.top-line {
    width: 100%;
    height: 9px;
    background: #10679f;
    min-width: 1200px;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.menu-nev {
    width: 100%;
    height: 75px;
    background: rgba(255, 255, 255, .9);
    position: fixed;
    z-index: 99999;
}

.menu-nev_line {
    width: 100%;
    height: 5px;
    background: #009245;
    margin: 0 auto;
}

.menu-nev-frame {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.menu-nev-logo {
    width: 180px;
    height: inherit;
    float: left;
    padding-top: 14px;
    box-sizing: border-box;
}

.menu-nev-logo a {
    width: 180px;
    height: auto;
}

.menu-nev-logo a img {
    width: auto;
    height: 40px;
}

.menu-nev-menu {
    width: 750px;
    height: inherit;
    margin: 0 auto;
    float: right;
}

.menu-nev-menu ul {
    margin: 16px auto;
    position: relative;
}

.menu-nev-menu ul li:nth-child(1) {
    /*border: 1px solid #009245;*/
    /*color:#009245;*/
    border-radius: 9px;
    transition: 500ms;
}

.menu-nev-menu ul li:nth-child(1) a {
    color: #FFFFFF;
}

.menu-nev-menu ul li:nth-child(7) {
    margin: 0px 0px 0px 15px;
    line-height: 34px;
}


.menu-nev-menu ul li {
    line-height: 36px;
    float: left;
    text-align: center;
    margin: 0px 6px 0px 0px;
    list-style-type: none;
}

.menu-nev-menu ul li a {
    width: 88px;
    height: 36px;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    color: #009245;
    outline: 0;
}





.shuhai_bottom_Ending p a,
.index-Ending-Down p a {
    color: rgba(10, 102, 159, 1);
    text-decoration: none;
    font-size: 14px;
}



.oms {
    width: 88px;
    height: 34px;
    border: 1px solid #00A5F7;
    border-radius: 8px;
    overflow: hidden;
}

.omstext {
    color: #00A5F7;
    height: 34px;
    animation: texttop 6s infinite linear;
    -o-animation: texttop 6s infinite linear;
    -ms-animation: texttop 6s infinite linear;
    -moz-animation: texttop 6s infinite linear;
    -webkit-animation: texttop 6s infinite linear;
}

@keyframes texttop {
    0% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    45% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    60% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    95% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    100% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-o-keyframes texttop {
    0% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    45% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    60% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    95% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    100% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-ms-keyframes texttop {
    0% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    45% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    60% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    95% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    100% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes texttop {
    0% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    45% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    60% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    95% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    100% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

@-webkit-keyframes texttop {
    0% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    45% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    50% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    60% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    95% {
        transform: translateY(-34px);
        -o-transform: translateY(-34px);
        -ms-transform: translateY(-34px);
        -moz-transform: translateY(-34px);
        -webkit-transform: translateY(-34px);
    }

    100% {
        transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/*@keyframes texttop {*/
/*0% {margin-top: 0px;}*/
/*45% {margin-top: 0px;}*/
/*50% {margin-top: -34px;}*/
/*60% {margin-top: -34px;}*/
/*95% {margin-top: -34px;}*/
/*100% {margin-top: 0px;}*/
/*}*/




.oms-Hand {
    position: absolute;
    top: 8px;
    right: 162px;
    width: 26px;
    height: 26px;
    background: url("../images/oms.png") no-repeat;
    background-size: auto auto;
    background-size: 100% 100%;

    animation: oms 1.5s infinite linear;
    -o-animation: oms 1.5s infinite linear;
    -ms-animation: oms 1.5s infinite linear;
    -moz-animation: oms 1.5s infinite linear;
    -webkit-animation: oms 1.5s infinite linear;
}

@keyframes oms {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    70% {
        transform: translateX(8px);
        opacity: 0.2;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes omsborder {
    0% {
        border: 1px solid #00A5F7;
    }

    70% {
        border: 1px solid red;
    }

    100% {
        border: 1px solid yellow;
    }
}





#menuhover {
    width: 88px;
    height: 36px;
    border-radius: 8px;
    background: #009245;
    z-index: -99;
    left: 0px;
    position: absolute;
}





.index-banner {
    /* background: url("../images/index-banner.jpg") no-repeat; */
    background: url("../images/index-banner.png") no-repeat;
    background-size: 100% 100%;
}

.index-banner-bgimgone {
    position: absolute;
    top: 0px;
    left: 20px;
    width: 450px;
    height: 328px;
    background: url("../images/index-banner-bgimgone.png") no-repeat;
    background-size: 100% auto;
}

.index-banner-bgimgtwo {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 320px;
    height: 255px;
    background: url("../images/index-banner-bgimgtwo.png") no-repeat;
    background-size: 100% auto;
}

.index-banner-bgimgthree {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 220px;
    height: 220px;
    background: url("../images/index-banner-bgimgthree.png") no-repeat;
    background-size: 100% auto;
}

.index-banner-bgimgfour {
    position: absolute;
    right: 360px;
    bottom: 0px;
    width: 536px;
    height: 208px;
    background: url("../images/index-banner-bgimgfour.png") no-repeat;
    background-size: 100% auto;
}


.index-banner-img, .index-banner-img2 {
    position: absolute;
    /* width: 542px;
    height: 226px; */
    width: 570px;
    height: 85px;
    top: 50%;
    margin-top: 40px;
    color: #FFF;
    left: 50%;
    margin-left: -621px;
    background: url("../images/index-banner-img.png") no-repeat;
    background-size: 100% auto;
}

.index-banner-img2 {
    width: 558px;
    height: 197px;
    margin-top: 100px;
    background: url("../images/index-banner-img2.png") no-repeat;
}

.index-banner-deimg {
    width: 117px;
    height: 111px;
    background: url("../images/index-banner-deimg.png") no-repeat;
    position: absolute;
    right: 0px;
    bottom: 57px;
}

.index-banner-canimg {
    width: 542px;
    height: 32px;
    background: url("../images/index-banner-canimg.pn") no-repeat;
    position: absolute;
    bottom: 0px;
    font-family: "微软雅黑";
    font-size: 26px;
    color: #009245;
    font-weight: bold;
}

.swiper-slide-bgzhizhao {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
}

.swiper-slide-bgzhizhao-bottom {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
}

/*.swiper-slide-bg1{ background: url("../images/swiper-slide-bg1.gif") no-repeat; background-size: 100% 100%;}*/
.swiper-slide-bg1-frame {
    width: 620px;
    height: 430px;
    position: absolute;
    top: 50%;
    margin-top: -215px;
    left: 50%;
    margin-left: -310px;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.swiper-slide-bg1-frame-top {
    width: inherit;
    height: 142px;
    background: url("../images/swiper-slide-bg1-frame-top.png") no-repeat;
    background-size: 100% auto;
}

.swiper-slide-bg1-frame-bottom {
    width: inherit;
    height: 278px;
    margin-top: 45px;
}

.magno {
    margin-left: 38px;
}

.swiper-slide-bg1-frame-bottom-box {
    width: 180px;
    height: inherit;
    float: left;
}

.bottom-left-circular {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    margin-bottom: 15px;
}

.bottom-left-circular img {
    width: 160px;
    height: 160px;
    margin: 10px;
}


/*.swiper-slide-bg2{ background: url("../images/swiper-slide-bg2.gif") no-repeat; background-size: 100% auto;}*/
.swiper-slide-bg2-frame-top {
    width: inherit;
    height: 142px;
    background: url("../images/yanfashengchan.png") no-repeat;
    background-size: 100% auto;
}

.swiper-slide-bg3-frame-top {
    width: inherit;
    height: 142px;
    background: url("../images/cangchuwuliu.png") no-repeat;
    background-size: 100% auto;
}

/*.swiper-slide-bg3{ background: url("../images/swiper-slide-bg3.gif") no-repeat; background-size: 100% 100%;}*/
.swiper-slide-bg3-frame-top {
    width: inherit;
    height: 142px;
    background: url("../images/cangchuwuliu.png") no-repeat;
    background-size: 100% auto;
}

.swiper-slide-bg3-frame-bottom-box {
    width: 180px;
    height: 220px;
    float: left;
    background: rgba(255, 255, 255, .6);
    margin-bottom: 12px;
}

.swiper-slide-bg3-frame-bottom {
    width: inherit;
    height: 278px;
    margin-top: 30px;
}

.swiper-slide-bg3-frame-bottom p {
    font-size: 14px;
}

.swiper-slide-bg3-frame {
    width: 620px;
    height: 470px;
    position: absolute;
    top: 50%;
    margin-top: -188px;
    left: 50%;
    margin-left: -310px;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*.swiper-slide-bg4{ background: url("../images/swiper-slide-bg4.gif") no-repeat; background-size: 100% 100%;}*/
.swiper-slide-bg4-frame-top {
    width: inherit;
    height: 142px;
    background: url("../images/xinxi.png") no-repeat;
    background-size: 100% auto;
}



.swiper-slide-bg5 {
    background: url("../images/swiper-slide-bg5.gif") no-repeat;
    background-size: 100% auto;
}

.swiper-slide-bg5-frame-top {
    width: inherit;
    height: 142px;
    background: url("../images/jinrong.png") no-repeat;
    background-size: 100% auto;
}

.index-Ending {
    width: 100%;
    height: 220px;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 99999;
    bottom: 0px;
}

.index-Ending-up {
    width: 100%;
    height: 190px;
    /* background: rgba(10, 102, 159, 1); */
    background: #009245;
}

.index-Ending-up-frame {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    padding: 45px 0px 0px 92px;
    box-sizing: border-box;
}

.index-Ending-up-frame a:hover {
    text-decoration: underline;
}

.index-Ending-up-frame_one {
    width: 188px;
    height: auto;
    float: left;
    position: relative;
}

.index-Ending-up-frame_one h3 {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline;
}

.index-Ending-up-frame_one i {
    width: 1px;
    height: 25px;
    background: #fff;
    display: block;
    z-index: 999;
    top: 0px;
    right: 10px;
    position: absolute;
}

.iconfonts::before {
    content: "\e640";
    color: #0b5582;
}

.index-Ending-up-frame_one a {
    color: #0b5582;
    width: 72px;
    height: 30px;
    background: white;
    display: block;
    text-align: left;
    line-height: 30px;
    border-radius: 0px;
    margin: 12px 0px 0px 58px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-top: 2px;
    text-decoration: none;
    cursor: pointer;
    transition: 600ms;
}

.index-Ending-up-frame_one a span {
    display: block;
    float: right;
    margin: -4px 7px 0px 0px;
    animation: tops 1.5s infinite linear;
    -o-animation: tops 1.5s infinite linear;
    -ms-animation: tops 1.5s infinite linear;
    -moz-animation: tops 1.5s infinite linear;
    -webkit-animation: tops 1.5s infinite linear;
}

@keyframes tops {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(5px);
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes tops {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(5px);
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes tops {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(5px);
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes tops {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(5px);
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes tops {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    70% {
        transform: translateY(5px);
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.index-Ending-up-frame_two {
    width: 188px;
    height: auto;
    float: left;
    position: relative;
}

.index-Ending-up-frame_two h3 {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline;
}

.index-Ending-up-frame_two i {
    width: 1px;
    height: 25px;
    background: #fff;
    display: block;
    z-index: 999;
    top: 0px;
    right: 10px;
    position: absolute;
}

.index-Ending-up-frame_two ul {
    margin: 8px 0px 0px 0px;
    padding: 0;
}

.index-Ending-up-frame_two ul li {
    list-style-type: none;
    margin: 4px auto;
    padding: 0;
    text-align: center;
}

.index-Ending-up-frame_two ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: 600ms;
}

.index-Ending-up-frame_three {
    width: 188px;
    height: auto;
    float: left;
    position: relative;
}

.index-Ending-up-frame_three h3 {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    text-decoration: underline;
}

.index-Ending-up-frame_three i {
    width: 1px;
    height: 25px;
    background: #fff;
    display: block;
    z-index: 999;
    top: 0px;
    right: 10px;
    position: absolute;
}

.index-Ending-up-frame_three ul {
    margin: 8px 0px 0px 0px;
    padding: 0;
}

.index-Ending-up-frame_three ul li {
    list-style-type: none;
    margin: 4px auto;
    padding: 0;
    text-align: center;
}

.index-Ending-up-frame_three ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: 600ms;
}

.index-Ending-up-frame_four {
    width: auto;
    height: auto;
    float: left;
    padding-left: 38px;
    box-sizing: border-box;
}

.index-Ending-up-frame_four h3 {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    text-decoration: underline;
}

.index-Ending-up-frame_four ul {
    margin: 8px 0px 0px 0px;
    padding: 0;
}

.index-Ending-up-frame_four ul li {
    list-style-type: none;
    margin: 4px auto;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: white;
}

.index-Ending-up-frame_four ul li span {
    color: white;
}

.index-Ending-up-frame_Five {
    width: auto;
    height: auto;
    float: left;
    padding-left: 38px;
    box-sizing: border-box;
}

.index-Ending-up-frame_Five img {
    width: 100px;
    height: 100px;
    margin: 0;
    margin: 0 auto;
}


.index-Ending-Down {
    width: 100%;
    height: 30px;
    background: rgba(255, 255, 255, .8);
}

.index-Ending-Down p {
    font-size: 14px;
    color: #6f6f6f;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    padding: 0px;
}

.index-Ending-Down p span {
    color: #009245;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.iconfonts::before {
    content: "\e640";
    color: #0b5582;
}

.green {
    content: '商品信息';
    background-color: red;
}

.floating-menu {
    position: fixed;
    right: 60px;
    bottom: 90px;
    z-index: 999;
    width: 82px;
    height: 82px;
    border-radius: 5%;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    overflow: hidden;

}

.shuhai-anim {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(10, 102, 159, .8);
    animation: anim 3.2s infinite ease;
    -o-animation: anim 3.2s infinite ease;
    -ms-animation: anim 3.2s infinite ease;
    -moz-animation: anim 3.2s infinite ease;
    -webkit-animation: anim 3.2s infinite ease;
}

@keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
        -o-transform: scale(0);
        opacity: 0;
        -ms-transform: scale(0);
        opacity: 0;
        -moz-transform: scale(0);
        opacity: 0;
        -webkit-transform: scale(0);
        opacity: 0;
    }

    69% {
        transform: scale(0);
        opacity: 0.1;
        -o-transform: scale(0);
        opacity: 0.1;
        -ms-transform: scale(0);
        opacity: 0.1;
        -moz-transform: scale(0);
        opacity: 0.1;
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    70% {
        transform: scale(1);
        opacity: 1;
        -o-transform: scale(1);
        opacity: 1;
        -ms-transform: scale(1);
        opacity: 1;
        -moz-transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(12);
        opacity: 0;
        -o-transform: scale(12);
        opacity: 0;
        -ms-transform: scale(12);
        opacity: 0;
        -moz-transform: scale(12);
        opacity: 0;
        -webkit-transform: scale(12);
        opacity: 0;
    }
}

@-o-keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
        -o-transform: scale(0);
        opacity: 0;
        -ms-transform: scale(0);
        opacity: 0;
        -moz-transform: scale(0);
        opacity: 0;
        -webkit-transform: scale(0);
        opacity: 0;
    }

    69% {
        transform: scale(0);
        opacity: 0.1;
        -o-transform: scale(0);
        opacity: 0.1;
        -ms-transform: scale(0);
        opacity: 0.1;
        -moz-transform: scale(0);
        opacity: 0.1;
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    70% {
        transform: scale(1);
        opacity: 1;
        -o-transform: scale(1);
        opacity: 1;
        -ms-transform: scale(1);
        opacity: 1;
        -moz-transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(12);
        opacity: 0;
        -o-transform: scale(12);
        opacity: 0;
        -ms-transform: scale(12);
        opacity: 0;
        -moz-transform: scale(12);
        opacity: 0;
        -webkit-transform: scale(12);
        opacity: 0;
    }
}

@-ms-keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
        -o-transform: scale(0);
        opacity: 0;
        -ms-transform: scale(0);
        opacity: 0;
        -moz-transform: scale(0);
        opacity: 0;
        -webkit-transform: scale(0);
        opacity: 0;
    }

    69% {
        transform: scale(0);
        opacity: 0.1;
        -o-transform: scale(0);
        opacity: 0.1;
        -ms-transform: scale(0);
        opacity: 0.1;
        -moz-transform: scale(0);
        opacity: 0.1;
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    70% {
        transform: scale(1);
        opacity: 1;
        -o-transform: scale(1);
        opacity: 1;
        -ms-transform: scale(1);
        opacity: 1;
        -moz-transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(12);
        opacity: 0;
        -o-transform: scale(12);
        opacity: 0;
        -ms-transform: scale(12);
        opacity: 0;
        -moz-transform: scale(12);
        opacity: 0;
        -webkit-transform: scale(12);
        opacity: 0;
    }
}

@-moz-keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
        -o-transform: scale(0);
        opacity: 0;
        -ms-transform: scale(0);
        opacity: 0;
        -moz-transform: scale(0);
        opacity: 0;
        -webkit-transform: scale(0);
        opacity: 0;
    }

    69% {
        transform: scale(0);
        opacity: 0.1;
        -o-transform: scale(0);
        opacity: 0.1;
        -ms-transform: scale(0);
        opacity: 0.1;
        -moz-transform: scale(0);
        opacity: 0.1;
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    70% {
        transform: scale(1);
        opacity: 1;
        -o-transform: scale(1);
        opacity: 1;
        -ms-transform: scale(1);
        opacity: 1;
        -moz-transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(12);
        opacity: 0;
        -o-transform: scale(12);
        opacity: 0;
        -ms-transform: scale(12);
        opacity: 0;
        -moz-transform: scale(12);
        opacity: 0;
        -webkit-transform: scale(12);
        opacity: 0;
    }
}

@-webkit-keyframes anim {
    0% {
        transform: scale(0);
        opacity: 0;
        -o-transform: scale(0);
        opacity: 0;
        -ms-transform: scale(0);
        opacity: 0;
        -moz-transform: scale(0);
        opacity: 0;
        -webkit-transform: scale(0);
        opacity: 0;
    }

    69% {
        transform: scale(0);
        opacity: 0.1;
        -o-transform: scale(0);
        opacity: 0.1;
        -ms-transform: scale(0);
        opacity: 0.1;
        -moz-transform: scale(0);
        opacity: 0.1;
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    70% {
        transform: scale(1);
        opacity: 1;
        -o-transform: scale(1);
        opacity: 1;
        -ms-transform: scale(1);
        opacity: 1;
        -moz-transform: scale(1);
        opacity: 1;
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(12);
        opacity: 0;
        -o-transform: scale(12);
        opacity: 0;
        -ms-transform: scale(12);
        opacity: 0;
        -moz-transform: scale(12);
        opacity: 0;
        -webkit-transform: scale(12);
        opacity: 0;
    }
}

.shuhai-oms {
    width: 82px;
    height: 82px;
    /* border-radius: 50%; */
    background: rgba(10, 102, 159, 0.6);
    /* background: rgba(10, 102, 159, 0.6) url("../images/shuhai-oms.gif") no-repeat; */
    /*margin-bottom: 10px;*/
    /* padding: 12px 18px 18px 18px; */
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: 500ms;
    text-align: center;
    padding-top: 8px;
}

.shuhai-oms2 {
    width: 82px;
    height: 82px;
    /* border-radius: 50%; */
    background: rgba(10, 102, 159, 0.9);
    /* background: rgba(10, 102, 159, 0.6) url("../images/shuhai-oms.gif") no-repeat; */
    /*margin-bottom: 10px;*/
    /* padding: 12px 18px 18px 18px; */
    box-sizing: border-box;
    cursor: pointer;
    transition: 500ms;
    text-align: center;
    padding-top: 8px;
}

.shuhai-oms p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: white;
    margin-top: -2px;
}

.shuhai-oms2 p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: white;
    margin-top: -2px;
}

.triangle-left {
    position: absolute;
    right: -12px;
    top: 34px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid rgba(10, 102, 159, .8);



    /*border-style: solid;*/
    border-right-bottom-radius: 6px;
}

.shuhai-oms-Explain {
    position: absolute;
    right: 92px;
    top: 0px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    font-weight: 800;
    text-align: center;
    color: white;
    width: 120px;
    height: 82px;
    background: rgba(10, 102, 159, .8);
    margin-bottom: 10px;
    padding: 22px 11px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 500ms;
    border-radius: 10%;

}

.Explain {
    position: absolute;
    right: 100px;
    top: 0px;
    opacity: 0.8;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;

}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/fonts2/iconfont.eot');
    src: url('../fonts/fonts2/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fonts2/iconfont.woff') format('woff'),
        url('../fonts/fonts2/iconfont.ttf') format('truetype'),
        url('../fonts/fonts2/iconfont.svg#iconfont') format('svg');
}

.iconfont2 {
    font-family: "iconfont" !important;
    font-size: 42px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.Animation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 250px;
    height: 180px;
    /* border: 1px solid #999999; */
    background: url(../images/Animation.gif) no-repeat;
    background-size: 100% 100%;
}

.sunlight {
    position: absolute;
    top: 0px;
    left: 15px;
    width: 40px;
    height: 40px;
    background: url("../images/sunlight.gif") no-repeat;
}

.Animation-box {
    position: absolute;
    top: 75px;
    left: 36px;
    width: 180px;
    height: 100px;
    background: url(../images/Animation-box.gif) no-repeat;
}

.front-wheel {
    position: absolute;
    bottom: 6px;
    right: 36px;
    width: 22px;
    height: 22px;
}

.rear-wheel {
    position: absolute;
    bottom: 6px;
    left: 29px;
    width: 22px;
    height: 22px;
}

.wheel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    animation: container 0.5s linear infinite;
    -webkit-animation: container 0.5s linear infinite;
    -moz-animation: container 0.5s linear infinite;
    -o-animation: container 0.5s linear infinite;
}

.wheel img {
    width: inherit;
    height: inherit;
}

@keyframes container {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.front-wheel-light {
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    z-index: 999;
    width: 22px;
    height: 22px;
    background: url("../images/front-wheel-light.png") no-repeat;
    background-size: 100% 100%;
}

.Eject {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999999;
}

.Eject-box {
    /*display: none;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 412px;
    height: 252px;
    background: white;
    border-radius: 3px;
    border: none;
    -moz-box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;

    animation: Ejectboxann 0.3s linear;
    -webkit-animation: Ejectboxann 0.3s linear;
    -moz-animation: Ejectboxann 0.3s linear;
    -o-animation: Ejectboxann 0.3s linear;
}

@keyframes Ejectboxann {
    0% {
        transform: scale(0.1);
        opacity: 0.1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tuichu {
    animation: tuic 0.3s linear;
    -webkit-animation: tuic 0.3s linear;
    -moz-animation: tuic 0.3s linear;
    -o-animation: tuic 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    /* Safari 和 Chrome */
}

@keyframes tuic {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}


.del {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
    background: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}

.Eject-top {
    width: 100%;
    height: 168px;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0px 20px 0px;
    box-sizing: border-box;
}

.Eject-top i {
    color: #409eff;
    font-size: 46px;
}

.Eject-top h3 {
    font-size: 16px;
    color: #666;
    margin: 6px auto;
}

.Eject-top p {
    font-size: 14px;
    color: #999;
}

.Eject-bot {
    width: 100%;
    height: 84px;
    background: #409eff;
    text-align: center;
    border-radius: 0px 0px 3px 3px;
}

.Eject-bot a {
    width: 160px;
    height: 38px;
    background: #3480ce;
    display: block;
    margin: 18px auto 0px;
    border-radius: 20px;
    line-height: 38px;
    text-decoration: none;
}

.Triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    margin: 0 auto;
}