﻿* {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.centerContent {
    width: 1200px;
    margin: auto;
}

body {
    font: 12px "Microsoft YaHei", sans-serif;
    text-align: left;
    background-color: #fff;
    color: #333;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 12px;
}

ul,
ol,
li,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    display: block;
    font-size: 12px;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: #757373;
}

a:hover {
    text-decoration: none;
}

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

* html .clearfix {
    height: 1%;
}

html .clearfix {
    display: block;
}

body {
    background: #f9f9f9;
}

.header {
    width: 100%;
    height: 30px;
    background: #333;
}

.header a:hover {
    color: #fff;
}

.header>div {
    width: 1200px;
    margin: 0 auto;
}

.header-nav {
    float: left;
    height: 30px;
    line-height: 30px;
}

.header-nav li {
    float: left;
    font-size: 12px;
}

.header-nav a {
    color: #ccc;
}

.header-nav b {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 18px;
    background: #cbcbcb;
    vertical-align: middle;
}

.header-user {
    float: right;
    height: 30px;
}

.header-user>li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #cdcdcd;
    vertical-align: middle;
}

.header-user b {
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 18px;
    background: #ccc;
    vertical-align: middle;
}

.header-user .user-out {
    display: none;
}

.user-out a {
    color: #ccc;
}

.user-login {
    margin-right: 20px;
}

.header-user .user-center {
    position: relative;
}

.user-center>a {
    color: #ccc;
}

.user-center span {
    display: inline-block;
    width: 9px;
    height: 4px;
    margin-left: 10px;
    background: url("/static/images/comsprite.png") 0 -102px no-repeat;
    vertical-align: middle;
}

.user-center:hover span {
    background: url("/static/images/comsprite.png") 0 -88px no-repeat;
}

.user-center div {
    position: absolute;
    top: 25px;
    left: -33px;
    z-index: 115;
    display: none;
}

.user-center:hover div {
    display: block;
}

.user-center i {
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: 15px;
    margin: 0 auto;
    background: url("/static/images/triangle.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/triangle.png?v=biyao_e5088e8', sizingMethod='scale');
}

.user-center ul {
    min-width: 136px;
    padding: 10px 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05)
}

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

.user-center li a {
    display: block;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.user-center li a:hover {
    color: #333;
    background: #f0f0f0;
}

.user-shopCar a {
    display: inline-block;
    width: 90px;
    padding-left: 20px;
    font-size: 12px;
    color: #0a0000;
    text-align: center;
    background: #C51323 url("/static/images/shopcar.png") no-repeat 15px 7px;
}

.user-shopCar i {
    padding-left: 4px;
}

.nav {
    left: 0;
    z-index: 110;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.nav>div {
    width: 1200px;
    margin: 0 auto;
}

.nav-logo {
    float: left;
    margin-top: 10px;
    margin-bottom:40px;
}

.nav-category {
    position: relative;
    float: left;
    display: none;
}

.nav-category>p {
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.nav-category>p span {
    color: #808080;
    font-size: 16px;
}

.nav-category:hover>p span {
    color: #333;
}

.nav-category>p i {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-left: 10px;
    background: url("/static/images/categorydown.png") no-repeat;
}

.nav-category:hover>p i {
    background: url("/static/images/categoryup.png") no-repeat;
}

.nav-category>div {
    display: none;
}

.nav-category:hover>div {
    position: absolute;
    left: 0;
    top: 60px;
    display: block;
}

.nav-list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("/static/images/category-back.png");
}

.nav-main {
    width: 200px;
}

.nav-main:hover {
    background: rgba(255, 255, 255, .2);
}

.nav-main>h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.nav-main>h3 span {
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.nav-main>h3 a {
    font-size: 14px;
    color: #fff;
}

.nav-main>h3 a:hover {
    color: #000000;
}

.nav-main>ul {
    position: absolute;
    left: 200px;
    top: 0;
    display: none;
    min-height: 400px;
    width: 700px;
    padding: 15px 0;
    background: #fff;
    box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, .05);
}

.nav-main:hover>ul {
    display: block;
}

.nav-sub {}

.nav-sub>a {
    display: inline-block;
    width: 62px;
    margin: -2px 10px 0;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.nav-sub>i {
    display: inline-block;
    margin-top: 15px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.nav-sub ul {
    float: right;
    width: 567px;
    margin: 0 20px 0 16px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.nav-lastSub ul {
    border: none;
}

.nav-item {
    float: left;
    margin: 0 20px 15px 0;
    line-height: 20px;
}

.nav-item a {
    text-align: center;
    color: #808080;
}

.nav-item a:hover {
    color: #C51323;
}

.nav-search {
    position: relative;
    float: right;
    margin-top: 30px;
}

.nav-search p {
    position: relative;
    z-index: 2;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
}

.nav-search input {
    width: 298px;
    height: 38px;
    padding-left: 10px;
    border: none;
    line-height: 38px;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
    vertical-align: middle;
}

.nav-search span {
    display: inline-block;
    width: 39px;
    height: 38px;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    background: url("/static/images/search.png") center center no-repeat;
    cursor: pointer;
}

.nav-search ul {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 308px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 1px 0px 15px 5px rgba(0, 0, 0, .05);
}

.nav-search li {
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
}

.nav-search li:hover {
    background: #f0f0f0;
}

.nav-index .nav-search input {
    width: 488px;
}

.nav-index .nav-search ul {
    position: relative;
    top: 0;
    left: 0;
    display: block !important;
    width: 540px;
    height: 35px;
    padding: 0;
    margin-bottom: 40px;
    background: none;
    box-shadow: none;
    overflow: hidden;
}

.nav-index .nav-search li {
    float: left;
    height: 35px;
    padding: 0;
    margin-right: 20px;
    line-height: 35px;
    background: none;
}

.nav-index .nav-search li a {
    color: #808080;
}

.nav-index .nav-search li a:hover {
    color: #C51323;
    background: none;
}

.nav-index>div {
    position: relative;
}

.nav-tab {
    width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-tab span {
    text-align: center;
    float: left;
    width: 180px;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    background: #f2f2f2;
    color: #333;
    font-size: 16px;
}

.nav-tab i {
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 10px;
    background: url("/static/images/nav-list.png") no-repeat;
}

.nav-tab ul {
    width: 1000px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.nav-tab h2 {
    font-size: 16px;
    font-weight: 400;
}

.nav-tab li {
    display: inline-block;
    height: 16px;
    padding: 0 17px;
    border-right: 1px solid #ccc;
    line-height: 16px;
    font-size: 16px;
    cursor: pointer;
}

.nav-tab .nav-tab-last {
    border: 0;
}

.nav-tab a {
    color: #333;
}

.nav-tab a:hover {
    color: #C51323;
}

div.retract {
    position: fixed;
    top: -65px;
}

div.retract .nav-logo {
    display: none;
}

div.retract .nav-category {
    display: block;
}

div.retract .nav-search {
    margin-top: 10px;
}

div.retract .nav-tab {
    display: none;
}

.rightBar {
    position: fixed;
    left: 54%;
    bottom: 100px;
    display: none;
    z-index: 101;
    margin-left: 610px;
}

.rightBar li {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.rightBar-phone {
    display: block;
    background: url("/static/images/rightbar-phone.png") 0 center no-repeat;
}

.rightBar-phone:hover {
    background: url("/static/images/rightbar-phoneactive.png") 0 center no-repeat;
}

.phone-public {
    width: 130px;
    transform: translate(200%, 0%);
    transition: all 1.3s;
    border-radius: 4px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05);
    background: #fff;
}

.phone-public p {
    font-size: 16px;
    line-height: 46px;
    padding-left: 12px;
    padding-right: 12px;
}

.phone-public-hover {
    transform: translate(-100%, 0%);
}

.rightBar-serve {
    display: block;
    background: url("/static/images/rightbar-serve.png") 0 center no-repeat;
}

.rightBar-serve a {
    display: block;
    height: 100%;
}

.rightBar-serve:hover {
    background: url("/static/images/rightbar-serveactive.png") 0 center no-repeat;
}

.rightBar-share {
    background: url("/static/images/rightbar-share.png") 0 center no-repeat;
}

.rightBar-share:hover {
    background: url("/static/images/rightbar-shareactive.png") 0 center no-repeat;
}

.rightBar-code {
    position: relative;
    background: url("/static/images/rightbar-code.png") 0 center no-repeat;
}

.rightBar-code:hover {
    background: url("/static/images/rightbar-codeactive.png") 0 center no-repeat;
}

.rightBar-top {
    display: none;
    background: url("/static/images/rightbar-top.png") 0 center no-repeat;
}

.rightBar-top:hover {
    background: url("/static/images/rightbar-topactive.png") 0 center no-repeat;
}

.rightBar-code:hover div {
    display: block;
}

.rightBar-code div {
    position: absolute;
    top: -65px;
    left: -160px;
    display: none;
    border-radius: 4px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05);
    background: #fff;
}

.rightBar-code span {
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 100;
    display: inline-block;
    width: 15px;
    height: 30px;
    margin-top: -14px;
    background: url("/static/images/right-triangle.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/right-triangle.png?v=biyao_1b66210', sizingMethod='scale');
}

.rightBar-code dl {
    float: left;
    padding: 10px;
}

.rightBar-code dt {
    width: 130px;
    height: 130px;
    background: url("/static/images/app.png") center center no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/app.png?v=biyao_42175f7', sizingMethod='scale');
}

.rightBar-code dd {
    margin-top: 10px;
    text-align: center;
    color: #C51323;
    font-size: 14px;
}

.rightBar-code .code-public {
    padding: 4px 4px 10px 4px;
}

.rightBar-code .code-public dt {
    width: 143px;
    height: 143px;
    background-size: 100% 100%;
}

.rightBar-code .code-public dd {
    margin-top: 3px;
}

.footer {
    width: 100%;
    margin-top: 10px;
    background: #fff;
}

.footer>div {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.footer-serve {
    border-bottom: 1px solid #ccc;
}

.footer-serve li {
    float: left;
    width: 270px;
    height: 120px;
}

.footer-serve dl {
    line-height: 120px;
    txt-align: center;
}

.footer-serve dt {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}

.footer-serve dd {
    display: inline-block;
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.serve-make {
    background: url("/static/images/serve-make.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/serve-make.png?v=biyao_c8081f5', sizingMethod='scale');
}

.serve-backage {
    background: url("/static/images/serve-backage.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/serve-backage.png?v=biyao_9a06bd1', sizingMethod='scale');
}

.serve-pay {
    background: url("/static/images/serve-pay.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/serve-pay.png?v=biyao_0a87a59', sizingMethod='scale');
}

.serve-refund {
    background: url("/static/images/serve-refund.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/serve-refund.png?v=biyao_6c8542b', sizingMethod='scale');
}

.footer-main {
    margin-top: 30px;
}

.footer-detail {
    float: left;
    padding-left: 50px;
    text-align: left;
    border-right: 1px solid #ccc;
}

.footer-detail>li {
    float: left;
    margin-right: 120px;
}

.footer-detail h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.footer-detail ul {
    margin-top: 30px;
}

.footer-detail ul li {
    margin-bottom: 10px;
}

.footer-detail .footer-wxCode {
    position: relative;
}

.footer-wxCode:hover div {
    display: block;
}

.footer-wxCode div {
    position: absolute;
    top: -46px;
    left: 62px;
    display: none;
    border-radius: 4px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, .05);
}

.footer-wxCode i {
    position: absolute;
    top: 40px;
    left: -15px;
    display: block;
    width: 15px;
    height: 30px;
    background: url("/static/images/left-triangle.png") no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/left-triangle.png?v=biyao_42396c0', sizingMethod='scale');
}

.footer-wxCode span {
    display: block;
    width: 114px;
    height: 114px;
    background-size: 100% 100%;
}

.footer-detail a {
    font-size: 12px;
    color: #808080;
}

.footer-detail a:hover {
    color: #C51323;
}

.footer-detail p {
    width: 120px;
    height: 120px;
    margin-top: 15px;
    background-size: 100% 100%;
}

.footer-contact dt {
    font-size: 16px;
    color: #333;
}

.footer-contact dd {
    margin-top: 30px;
    font-size: 12px;
    color: #808080;
}

.footer-info {
    margin-top: 60px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #808080;
}

.footer-info p {
    margin-bottom: 10px;
}

.footer-info span {
    display: inline-block;
    margin: 0 10px;
}

.footer-info a {
    color: #808080;
}

.g_senav {
    width: 62px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    z-index: 51;
    transition: all 0.3s;
}

.g_senavatv {
    transform: translate(0, -50%);
}

.g_senitm {
    cursor: pointer;
    position: relative;
}

.g_senitma {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.g_senitmb {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.g_senav .g_senitm:nth-child(2n - 1) {
    background: #C51323;
    margin-bottom: 1px;
}

.g_senav .g_senitm:nth-child(2n) {
    background: #C51323;
    margin-bottom: 1px;
}

.g_cseon {
    width: 718px;
    background: #e83f3f;
    padding: 18px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 150;
    overflow: hidden;
    transition: all 0.6s;
}

.g_jsalxotvwx .g_cseon {
    transform: translate(-50%, -50%) scale(1);
}

.g_jsalxotvwx {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    background: rgba(0, 0, 0, 0.5);
}

.g_jsalxotvwx .g_cseonboxl {
    -webkit-animation: fadeInLeft .7s ease both;
    animation: fadeInLeft .7s ease both;
    animation-delay: 0.5s;
}

.g_jsalxotvwx .g_cseonboxr {
    -webkit-animation: fadeInRight .7s ease both;
    animation: fadeInRight .7s ease both;
    animation-delay: 0.5s;
}

.g_cseonboxr {
    width: 182px;
}

.g_cseonbox {
    width: 100%;
    border: 1px dotted rgba(255, 255, 255, 0.9);
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.g_sybtnyss a {
    color: #ffffff;
}

.g_cseonboxr {
    margin-right: 20px;
}

.g_cseonboxr h5 {
    font-size: 24px;
    color: #ffffff;
    color: #ffffff;
    text-align: center;
    margin-top: 24px;
}

.g_cseonboxrermimg {
    width: 100%;
    display: block;
}

.g_cseonboxgb {
    width: 18px;
    position: absolute;
    right: 25px;
    top: 22px;
    cursor: pointer;
}

.g_cseonboxgb img {
    width: 100%;
    display: block;
}

@keyframes sxg {
    0% {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

.g_jsaphotvwx {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.g_senphon {
    z-index: 90;
}

.g_senphonbox {
    width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 5;
    transition: all 0.6s;
    overflow: hidden;
}

.g_senphonboxtit p {
    font-size: 18px;
    color: #464646;
}

.g_jsaphotvwx .g_senphonbox {
    transform: translate(-50%, -50%) scale(1);
}

.g_sybtnyss {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 56px;
    display: block;
    height: 56px;
    background: #333333;
    cursor: pointer;
}

.g_senphonboxtb p {
    font-size: 18px;
    color: #464646;
    width: calc(100% - 35px);
}

.g_senphonboxtit span {
    width: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.g_senphonboxtit span img {
    width: 100%;
    display: block;
}

.g_senphonboxtit {
    position: relative;
}

.g_senphonbinpl input {
    height: 36px;
    line-height: 36px;
    display: block;
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.g_senphonbinpl {
    height: 56px;
    width: calc(100% - 188px - 20px);
    border-bottom: 1px solid #b0b0b0;
}

.g_senphonbinpr {
    width: 188px;
}

.g_senphonboxtbn span {
    width: calc(50% - 17px);
}

.g_senphonbinp {
    margin-top: 42px;
}

.g_senphonboxtb {
    margin-top: 46px;
}

.g_senphonboxtbn {
    margin-top: 48px;
}

.g_senweix {
    width: 164px;
    position: absolute;
    left: 300px;
    z-index: 50;
}

.g_jsatvwx {
    left: -180px;
}

.g_senweix .g_senweiximg {
    width: 100%;
    border: 1px solid #f3f7f3;
    transition: all 1.3s;
}

.g_jsatvwx .g_senweiximg {
    -webkit-animation: fadeInRight .7s ease both;
    animation: fadeInRight .7s ease both;
    animation-delay: 0.5s;
}

.g_senweiximg img {
    width: 100%;
    display: block;
}

.g_senweix span {
    width: 10px;
    display: block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.g_senweix span img {
    width: 100%;
    display: block;
}

.g_senphon {
    box-shadow: 4px 4px 6px rgba(119, 108, 108, 0.52);
}

.broadside .broadback span {
    width: 20px;
    margin: auto;
    position: relative;
}

.g_syhom {
    display: block;
}

.g_syhom img {
    width: 100%;
    display: block;
}

.broadside .g_iocfha {
    position: relative;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

.broadside .g_iocfhb {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
}

.g_syatv .g_syhom {
    display: none;
}

.g_senitmqq .g_senweix {
    width: 155px;
    top: 50%;
    bottom: inherit;
    transform: translate(200%, -50%);
    left: 0;
}

.g_senitmqq .g_senweix p {
    font-size: 16px;
    color: 333333;
    background: #ffffff;
    line-height: 62px;
    padding-left: 15px;
    padding-right: 15px;
}

.g_senitmqq .g_senweiximg {
    width: auto;
    height: 100%;
}

.g_senitmqq .g_jsatvwx {
    transform: translate(-100%, -50%);
}

.g_iocleftbtn .broadback span {
    width: 20px;
    display: block;
    margin: auto;
    position: relative;
}

.g_iocleftbtn .broadsearch span {
    width: 20px;
    display: block;
    margin: auto;
    position: relative;
}

.g_iocleftbtn span img {
    width: 100%;
    display: block;
    left: 0;
    top: 0;
}

.g_advaitmiocbox {
    height: 180px;
    position: relative;
}

.g_footys1 .wrap .ret_line:after {
    bottom: -5px;
    left: -7px;
}

.g_cseonboxl {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    opacity: 0;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
}

.g_cseonboxr {
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -moz-transform: translateX(300px);
    opacity: 0;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -moz-transition: all 0.9s;
}

.g_cseon {
    overflow: hidden;
}

.atbng2 .g_cseonboxl,
.atbng2 .g_cseonboxr {
    transform: translateX(0);
}

@media (min-width:100px) {
    .g_anbtnbox:hover .zandiv {
        animation: shake 1.2s 1 forwards;
        -webkit-animation: shake 1.2s 1 forwards;
    }

    .caseanli .txtdiv p {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .caseanli .txtdiv p:hover {
        color: #ff4343;
    }

    .caseanli .messdiv .zandiv:hover {
        animation: shake 1.2s 1 forwards;
        -webkit-animation: shake 1.2s 1 forwards;
    }

    .g_iocfh:hover .g_iocfha {
        opacity: 0;
    }

    .g_iocfh:hover .g_iocfhb {
        opacity: 1;
        transform: scale(1.15);
    }

    .buildfr .buildchange .buildprev:hover .txt {
        color: #ff4343;
    }

    .buildfr .buildchange .buildprev:hover .iconfont {
        color: #ff4343;
        animation: shakey 1.2s 1 forwards;
        -webkit-animation: shakey 1.2s 1 forwards;
    }

    .buildfr .buildchange .buildnext:hover .txt {
        color: #ff4343;
    }

    .buildfr .buildchange .buildnext:hover .iconfont {
        color: #ff4343;
        animation: shakey 1.2s 1 forwards;
        -webkit-animation: shakey 1.2s 1 forwards;
    }

    .txtdiv h5 {
        transition: none ease-out .3s;
        transition-property: none;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        transition-delay: 0s;
        transition-property: color, background, text-indent, opacity;
    }

    .txtdiv h5:hover {
        color: #ff4343;
    }

    .cm_con {
        transition: all 0.6s;
    }

    .cm_con:hover {
        box-shadow: 10px 11px 10px #d1d3d5;
    }

    .index .section5 .main-container .news .item:hover h4 {
        color: #ff4343;
    }

    .index .section5 .main-container .news .item:hover div {
        color: #ff4343;
    }

    .index .section5 .main-container .news .item:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index .section5 .main-container .news .item:hover .text::after {
        width: 100%;
        opacity: 1;
    }

    .index .section5 .main-container .news .item:hover span {
        animation: shake 1.2s 1 forwards;
        -webkit-animation: shake 1.2s 1 forwards;
    }

    .index .section5 .main-container .news .items:hover h4 {
        color: #ff4343;
    }

    .index .section5 .main-container .news .items:hover div {
        color: #ff4343;
    }

    .index .section5 .main-container .news .items:hover a img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index .section5 .main-container .news .items:hover .text::after {
        width: 100%;
        opacity: 1;
    }

    .index .section5 .main-container .news .items:hover span {
        animation: shake 1.2s 1 forwards;
        -webkit-animation: shake 1.2s 1 forwards;
    }

    .index .section5 .main-container .news .shift li:hover a {
        color: #ff4343;
    }

    .index .section5 .main-container .news .shift li:hover .time a {
        color: #999;
    }

    .index .section5 .main-container .news .shift li:hover span {
        animation: shake 1.2s 1 forwards;
        -webkit-animation: shake 1.2s 1 forwards;
    }

    .map_txt button {
        transition: all 0.3s;
    }

    .map_txt button:hover {
        font-size: 16px;
        font-weight: bold;
        box-shadow: 3px -1px 2px #ccc;
    }

    .index .section2 ul.bgrpad div li .item:hover .right img {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
    }

    .contact_mess form button {
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .contact_mess form button:hover {
        background-color: #171614;
    }

    .case_info .zan {
        transition: all 0.3s;
    }

    .case_info .zan:hover {
        background: #272323 !important;
    }

    .g_senphonboxtit span img,
    .g_cseonboxgb img {
        transition: all 0.9s;
        -webkit-transition: all 0.9s;
        -ms-transition: all 0.9s;
        -moz-transition: all 0.9s;
    }

    .g_senphonboxtit span img:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .g_cseonboxgb img:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

    .g_senitm:hover .g_senitma {
        opacity: 0;
    }

    .g_senitm:hover .g_senitmb {
        opacity: 1;
    }

    .g_sybtnyss {
        transition: all 0.3s;
    }

    .g_sybtnyss:hover {
        background: #2b2727;
    }

    .g_senav .g_senitm {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .g_senav .g_senitm:hover {
        background: #333;
    }

    .g_cseonboxlbtn span a:hover {
        background: #ffffff;
        color: #e83f3f;
    }

    .broadside .broadback span:hover .g_iocfha {
        opacity: 0;
    }

    .broadside .broadback span:hover .g_iocfhb {
        opacity: 1;
        transform: scale(1.15);
    }

    .broadside .broadsearch span:hover .g_iocfha {
        opacity: 0;
    }

    .broadside .broadsearch span:hover .g_iocfhb {
        opacity: 1;
        transform: scale(1.15);
    }

    .contact:hover .animateds {
        animation: shake 1s 1 forwards;
        -webkit-animation: shake 1s 1 forwards;
    }

    .g_iocleftbtn span:hover .g_iocfha {
        opacity: 0;
    }

    .g_iocleftbtn span:hover .g_iocfhb {
        opacity: 1;
        transform: scale(1.15);
    }

    .g_cseonboxlip span h5 a {
        display: none;
    }

    .scfoll {
        width: 59px;
        height: 84px;
        position: absolute;
        top: -105px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        text-align: center;
        animation: mymove0 1.2s infinite;
        -webkit-animation: mymove0 1.2s infinite;
        cursor: pointer;
        z-index: 30;
    }

    @keyframes mymove0 {
        from {
            top: -109px;
        }

        to {
            top: -103px;
        }
    }

    .scfoll img {
        width: 28px;
        height: 57px;
    }

    .scfoll span {
        width: 100%;
        text-align: center;
        margin-top: 17px;
        display: block;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .scfoll {
        cursor: pointer;
    }

    @media (max-width:1366px) {
        .g_senitmqq .g_senweix p {
            font-size: 16px;
            line-height: 46px;
            padding-left: 12px;
            padding-right: 12px;
        }
    }

    .bzbanner {
        background: url(/static/images/bz.png) no-repeat center #fbfafb;
        height: 100px;
        width: 100% !important
    }

    /***侧导航***/
    .zpf_right {
        position: fixed;
        right: 2px;
        width: 64px;
        top: 40%;
        z-index: 999999999999999999;
    }

    .zhidingaa {
        margin-top: 5px !important;
    }

    .zpf_right li {
        float: right;
        margin-top: 2px;
        width: 64px;
        background: #0a60fd;
        position: relative;
        cursor: pointer;
        border-radius: 5px;
    }

    .zpf_right a {
        color: #ffffff;
        font-size: 14px;
    }

    .zpf_right li .zbox {
        text-align: center;
        width: 88px;
        height: 68px;
        float: left;
    }

    .zpf_right li .zbox .ico {
        width: 100%;
        height: 33px;
        float: left;
        margin-top: 6px;
    }

    .zpf_right li .zbox .ico img {
        height: 100%;
        width: auto;
    }

    .zpf_right li .zbox h5 {
        width: 100%;
        float: left;
        font-size: 12px;
        color: white;
        line-height: 21px;
        margin: 0;
    }

    .zpf_right li.last .zbox {
        height: 85px;
    }

    .zpf_right li .zbox {
        text-align: center;
        width: 88px;
        height: 68px;
        float: left;
    }

    .zpf_right li.last .zbox_179 {
        height: 85px;
        line-height: 27px;
    }

    .zpf_right li .zbox_179 {
        width: 179px;
        height: 68px;
        line-height: 68px;
        text-align: center;
        font-size: 18px;
        color: white;
        letter-spacing: 1px;
        float: left;
        display: none;
    }

    .zpf_right li.l1:hover {
        width: 267px;
    }

    .zpf_right li:hover {
        background: #00aef3;
    }

    .zpf_right li .zbox {
        text-align: center;
        width: 65px;
        height: 65px;
        float: left;
        border-radius: 5px;
    }

    .zpf_right li .zbox_179 p {
        line-height: 68px;
    }

    .zpf_right li .zbox_179 {
        width: 179px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        font-size: 18px;
        color: white;
        letter-spacing: 1px;
        float: left;
        display: none;
    }

    .zpf_right li:hover .zbox_179 {
        display: block;
    }