﻿@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h5, p, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style-type: none;
}

body {
    font: 13px "Microsoft Yahei", Arial, Helvetica, sans-serif;
    color: #333;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#fp-nav ul li:last-child {
    display: none;
}

.ml-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 15px 0;
    background-color: #1A1A1A;
}

.ml-logo {
    float: left;
    width: 106px;
    height: 50px;
    font-size: 0;
    background: url(../images/logo.png) center center no-repeat;
    background-size: 100px;
}

.ml-link {
    float: right;
    margin: 0 100px 0 0;
    font-size: 0;
}

.ml-link a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 0 25px;
    line-height: 25px;
    transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
}

.ml-link a i {
    display: block;
    height: 25px;
    width: 100%;
    transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    background: url(../images/menuicon.png) no-repeat;
    background-size: 500px;
}

.ml-link .active {
    background-color: #FB6161;
}

.ml-link a:hover {
    border-radius: 5px;
    background-color: #FB6161;
}

.ml-link .a-features i {
    background-position: 15px 5px;
}

.ml-link .a-features:hover i, .ml-link .a-features .on {
    background-position: 15px -42px;
}

.ml-link .a-motion i {
    background-position: -104px 5px;
}

.ml-link .a-motion:hover i, .ml-link .a-motion .on {
    background-position: -104px -42px;
}

.ml-link .a-new i {
    background-position: -223px 5px;
}

.ml-link .a-new:hover i, .ml-link .a-new .on {
    background-position: -223px -42px;
}

.ml-link .a-buy i {
    background-position: -349px 5px;
}

.ml-link .a-buy:hover i, .ml-link .a-buy .on {
    background-position: -349px -42px;
}

.ml-link .a-about i {
    background-position: -465px 5px;
}

.ml-link .a-about:hover i, .ml-link .a-about .on {
    background-position: -465px -42px;
}

/*.ml-link .a-features i{ background:url(../images/home.png) no-repeat 50% 5px;}
.ml-link .a-features:hover i,.ml-link .a-features .on{ background: url(../images/home-on.png) no-repeat 50% 5px;}
.ml-link .a-motion i{ background:url(../images/yun.png) no-repeat 50% 5px;}
.ml-link .a-motion:hover i,.ml-link .a-motion .on{ background: url(../images/yun-on.png) no-repeat 50% 5px;}
.ml-link .a-new i{ background:url(../images/new.png) no-repeat 50% 5px;}
.ml-link .a-new:hover i,.ml-link .a-new .on{ background: url(../images/new-on.png) no-repeat 50% 5px;}
.ml-link .a-buy i{ background:url(../images/buy.png) no-repeat 50% 5px;}
.ml-link .a-buy:hover i,.ml-link .a-buy .on{ background: url(../images/buy-on.png) no-repeat 50% 5px;}
.ml-link .a-about i{ background:url(../images/about.png) no-repeat 50% 5px;}
.ml-link .a-about:hover i,.ml-link .a-about .on{ background: url(../images/about-on.png) no-repeat 50% 5px;}*/
.switch-now {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #000;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.switch-now:hover {
    background-color: #dc4d4d;
}

#show-type-badminton {
    background-color: #333333;
    height: 50px;
    width: 56px;
    opacity: 0.9;
    border-style: none none solid none;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 0px;
    text-align: center;
    line-height: 50px;
}

#show-type-badminton:hover {
    background-color: #dc4d4d;
}

#show-type-tennis {
    background-color: #333333;
    height: 50px;
    width: 56px;
    opacity: 0.9;
    border-radius: 0px;
    text-align: center;
    line-height: 50px;
}

#show-type-tennis:hover {
    background-color: #dc4d4d;
}

.menubtn {
    background: url(../images/menu.png) center center no-repeat;
    background-size: 25px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 5px;
    display: none;
    cursor: pointer;
}

.center-wrap {
    position: relative;
    z-index: 1;
    width: 1040px;
    height: 100%;
    margin: 0 auto;
}

.desc {
    position: relative;
    z-index: 1;
}

.center-box {
    letter-spacing: 0px;
    position: relative;
    z-index: 1;
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.section {
    overflow: hidden;
}

.index-desc {
    position: absolute;
    width: 630px;
    margin: 0 auto;
    color: #FFF;
    top: 50%;
    right: -5%;
}

.index-desc h1 {
    text-align: center;
    line-height: 1.4;
    font-size: 40px;
    font-weight: bold;
}

.indeximg {
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 70%;
}

.indeximg2 {
    position: absolute;
    left: 60%;
    bottom: 62%;
    z-index: 2;
    width: 250px;
}

.indeximg3 {
    position: absolute;
    left: -5%;
    top: 15%;
    width: 105%;
}

.index-ownload {
    position: relative;
    text-align: center;
    height: 100px;
}

.index-ownload img {
    position: absolute;
    right: 10%;
    top: 50%;
    width: 120px;
    margin-top: -40px;
}

.index-ownload a {
    padding: 6px 20px 6px 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 35px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.index-ownload a:hover {
    background-color: #6b850d;
}

.index-ownload .index-iPhone {
    background: #7C9C0B url(../images/app.png) 15px 50% no-repeat;
    background-size: 15px;
}

.index-ownload .index-Android {
    background: #7C9C0B url(../images/an.png) 15px 50% no-repeat;
    background-size: 15px;
}

.two-desc {
    width: 500px;
    text-align: center;
    position: absolute;
    top: 47%;
    right: 7%;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);
}

.two-img1 {
    position: absolute;
    left: 10%;
    width: 20%;
    top: 25%;
}

.three {
    background: #000;
}

.three-desc {
    width: 430px;
    text-align: center;
    position: absolute;
    top: 35%;
    left: 5%;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);
}

.three-img1 {
    position: absolute;
    right: 0%;
    width: 30%;
    top: 30%;
}

.four {
    background: #000 url(../images/bg4.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.four-desc {
    width: 450px;
    text-align: center;
    position: absolute;
    top: 45%;
    right: 8%;
}

.four-img1 {
    position: absolute;
    left: 10%;
    width: 30%;
    top: 25%;
}

.footer-link {
    background-color: #232323;
    color: #fff;
    padding: 30px 0;
}

.footer-link .footerlogo img {
    width: 80px;
}

.footer-link dl {
    float: left;
    width: 16%;
}

.footer-link dt {
    line-height: 40px;
    font-weight: 700;
    color: #919191;
    font-size: 16px;
}

.footer-link dd {
    line-height: 25px;
}

.footer-link a {
    color: #515151;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

.footer-link a:hover {
    color: #fff;
}

.linkw, .divdown {
    text-align: center;
}

.linkw a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.linkw .facebook {
    background: url(../images/facebook.png) center center no-repeat;
    background-size: 30px;
}

.linkw .youtube {
    background: url(../images/youtube.png) center center no-repeat;
    background-size: 30px;
}

.linkw .twitter {
    background: url(../images/twitter.png) center center no-repeat;
    background-size: 30px;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    background-color: #919191;
    color: #232323;
}

.divdown p {
    color: #919191;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.downapp {
    padding: 6px 15px 6px 30px;
    background: #fb6161 url(../images/xiazai.png) 10px 50% no-repeat;
    border-radius: 5px;
    color: #fff !important;
    background-size: 20px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.downapp:hover {
    background-color: #dc4d4d;
}

.problem {
    margin-top: 80px;
    padding: 50px 10px;
    width: 80%;
}

.problem h2 {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}

.problem-list ul {
    list-style-type: decimal;
    margin: 10px 20px;
    line-height: 25px;
}

.problem-list ul li {
    margin-bottom: 10px;
}

.new {
    margin-top: 80px;
    padding: 50px 10px;
    width: 80%;
}

.new h2 {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}

.new h3 {
    padding: 10px 0;
}

.new-list ul {
    list-style-type: none;
    margin: 10px 0;
    line-height: 25px;
}

.new-list ul li {
    margin-bottom: 10px;
    overflow: hidden;
}

.new-list ul li span {
    font-weight: bold;
    margin-right: 5px;
    float: left;
}

.new-list ul li label {
    float: left;
}

.new-list ul li a {
    color: #337ab7;
    margin-left: 5px;
    float: left;
}

.new-list ul li a:hover {
    text-decoration: underline;
}

.feedbacks {
    margin-top: 80px;
    padding: 50px 10px;
    width: 80%;
}

.feedbacks h2 {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}

.feedbacks h3 {
    line-height: 40px;
}

.feedbacks-form {
    line-height: 25px;
}

.feedbacks-form .wh {
    display: inline-block;
    width: 70px;
}

.feedbacks-form p {
    margin: 5px 0;
}

.inputs {
    width: 250px;
    height: 24px;
    line-height: 22px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

.btns {
    background-color: #FF6801;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.txts {
    border: 1px solid #ccc;
    width: 95%;
    padding: 5px 10px;
    height: 150px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
    -webkit-appearance: none;
}

.liststyle {
    width: 270px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 7px;
    line-height: 22px;
    display: inline-block;
    border-radius: 5px;
    color: #666;
    font-size: 14px; /*-webkit-appearance: none;background: url(../images/xiala.png) no-repeat 98% center #fff;background-size: 12px auto*/
}

.liststyle option {
    text-align: center;
    color: #666;
}

.liststyle:after {
    content: '';
    display: block
}

.fileimg {
    padding: 5px 0 5px 70px;
}

.fileimg .one {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
}

.fileimg .one:hover i {
    display: block;
}

.fileimg .one img {
    width: 100%;
}

.fileimg .one i {
    position: absolute;
    right: 2px;
    top: 2px;
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/shanchu.png) center center no-repeat;
    background-size: 15px;
    cursor: pointer;
}

.download {
    background: #fff url(../images/downbg.jpg) center bottom no-repeat;
    background-size: 100%;
}

.downcont {
    position: relative;
    z-index: 1;
    width: 1040px;
    margin: 0 auto;
    height: 650px;
}

.download-desc {
    position: absolute;
    left: 40%;
    top: 30%;
    width: 50%;
    text-align: center;
}

.download-desc h1 {
    font-size: 30px;
}

.download-desc p {
    line-height: 30px;
}

.download-desc h1 span {
    color: #89b222;
    font-size: 40px;
    margin: 10px;
}

.download-img {
    position: absolute;
    left: 5%;
    width: 30%;
    top: 20%;
}

.down-aa {
    position: relative;
    text-align: center;
    height: 100px;
}

.down-aa img {
    position: absolute;
    right: 10%;
    top: 50%;
    width: 80px;
    margin-top: -40px;
}

.down-aa a {
    padding: 8px 10px 8px 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 10px;
    width: 100px;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
}

.down-aa a:hover {
    background-color: #189679;
}

.down-aa .index-iPhone {
    background: #16ba94 url(../images/app.png) 15px 50% no-repeat;
    background-size: 15px;
}

.down-aa .index-Android {
    background: #16ba94 url(../images/an.png) 15px 50% no-repeat;
    background-size: 15px;
}

.about {
    margin-top: 80px;
}

.about-box {
    width: 1040px;
    margin: 0 auto;
}

.bigTitle {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}

.jj-img {
    float: left;
    width: 45%;
}

.jj-img img {
    width: 100%;
}

.jj-txt {
    float: right;
    width: 50%;
    line-height: 30px;
    font-size: 18px;
}

.jj-img2 {
    width: 100%;
    margin-top: 20px;
}

.jj-img2 img {
    margin-top: 20px;
}

.jj-img3 {
    width: 100%;
    display: none;
}

.about-dsj {
    background: url(../images/about-img4.jpg) left center no-repeat;
    background-size: 400px;
}

.dsj-txt {
    background-color: #eeeeee;
    margin-left: 420px;
    padding: 30px;
}

.dsj-one {
    margin-bottom: 15px;
}

.about-yj ul {
    margin: 0;
}

.about-yj ul li {
    text-align: center;
    width: 25%;
    float: left;
}

.about-yj ul li h3 {
    line-height: 35px;
}

.about-yj ul li img {
    margin-bottom: 10px;
}

.yj-padding {
    padding: 20px;
}

.about-contact h3 {
    margin-bottom: 10px;
}

.about-contact h3 span {
    font-size: 16px;
    font-weight: normal;
}

.contact-address {
    width: 100%;
    margin: 10px 0 50px 0;
}

.contact-address img {
    width: 100%;
}

.about-contact {
    margin-bottom: 50px;
    padding: 0 10px;
}

.contact-xq {
    margin: 0;
}

.contact-xq li {
    width: 50%;
    float: left;
    line-height: 25px;
}

.contact-xq li a:hover {
    color: #333
}

.c-padding {
    padding-right: 10px;
}

.bigcontent {
    margin-top: 80px;
}

.y-content1-1 {
    background: #000 url(../images/yu-bg1-1.png) center center no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.y-content1 {
    background: #000 url(../images/yu-bg1.jpg) center center no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.y-title {
    font-size: 40px;
    font-style: italic;
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
}

.y-title-1 {
    font-size: 40px;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 30%;
    color: #fff;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -webkit-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    -moz-text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    *filter: Glow(color=#000, strength=1);
}

.y-content2 {
    background: #000 url(../images/yu-bg2.jpg) center right no-repeat;
    background-size: cover;
}

.y-content2-1 {
    background: #000 url(../images/yu-bg2-1.png) center right no-repeat;
    background-size: cover;
}

.y-content2-1 .y-ctxt {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 50%;
    line-height: 25px;
}

.y-content2-1 .y-ctxt h2 {
    margin: 10px 0;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.y-content2-1 .y-ctxt p {
    font-size: 18px;
    line-height: 30px;
}

.y-content2-1 .y-cimg1 {
    position: absolute;
    left: 60%;
    top: 15%;
    width: 30%;
}

.y-content3-1 {
    background: #000 url(../images/yu-bg3-1.png) center center no-repeat;
    background-size: cover;
}

.y-content3-1 .y-ctxt {
    position: absolute;
    left: 40%;
    top: 20%;
    width: 50%;
    line-height: 25px;
}

.y-content3-1 .y-ctxt h2 {
    margin: 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.y-content3-1 .y-ctxt p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.y-content3-1 .y-cimg1 {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 20%;
}

.y-content3 {
    background: #000 url(../images/yu-bg3.jpg) center center no-repeat;
    background-size: cover;
}

.y-conheight {
    height: 600px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.y-conheight3 {
    height: 600px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.y-content2 .y-ctxt {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 50%;
    line-height: 25px;
}

.y-ctxt img {
    margin-top: 10px;
}

.y-content2 .y-ctxt h2 {
    margin: 10px 0;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.y-content2 .y-ctxt p {
    font-size: 18px;
    line-height: 30px;
}

.y-content2 .y-cimg1 {
    position: absolute;
    left: 60%;
    top: 15%;
    width: 30%;
}

.y-content3 .y-ctxt {
    position: absolute;
    left: 40%;
    top: 20%;
    width: 50%;
    line-height: 25px;
}

.y-content3 .y-ctxt h2 {
    margin: 10px 0;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.y-content3 .y-ctxt p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.y-content3 .y-cimg1 {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 20%;
}

.parameter {
    min-height: 600px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
}

.p-padding {
    padding: 50px;
}

.parameter .p-title {
    font-style: italic;
    font-size: 20px;
}

.p-imgs .p-img1 {
    width: 33%;
}

.p-imgs .p-img2 {
    width: 33%;
}

.p-imgs .p-img3 {
    width: 25%;
}

.p-imgs .p-img4 {
    width: 100%;
}

.p-imgs .p-img5 {
    width: 100%;
    display: none;
}

.p-xq {
    background-color: #fff;
    border-bottom: 3px solid #d2d2d2;
}

.p-tb {
    width: 33.33%;
    float: left;
    background-color: #d2d2d2;
    height: 518px;
}

.p-tb p {
    font-size: 12px;
}

.p-tb h4 {
    line-height: 28px;
}

.p-tb ul li:last-child {
    border-bottom: none;
}

.p-tb ul li {
    padding: 20px;
    border-bottom: 3px solid #fff;
}

.tb {
    background-color: #fff;
    border-top: 3px solid #d2d2d2;
    height: 515px;
}

.tb ul li {
    border-bottom: 3px solid #d2d2d2;
}

.tjwt {
    padding-top: 20px;
}

.gotop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    width: 50px;
    height: 50px;
    background: #FB6161 url(../images/top.png) no-repeat center center;
    background-size: 30px;
    border-radius: 50px;
    z-index: 100;
}

/* 图片自动滚动 */
.slideBox {
    position: absolute;
    width: 800px;
    left: 10%;
    top: 6%;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 40%;
    top: 45%;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 480px
}

.slideBox .hd ul li {
    float: left;
    width: 96px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.slideBox .hd ul .on {
    background: #FB6161;
    color: #fff;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    border-radius: 5px;
}

.slideBox .hd ul li div {
    background: url(../images/yu-img4.png) no-repeat;
    padding-top: 35px;
    background-size: 500px;
}

.slideBox .hd ul li .s1 {
    background-position: 15px 3px;
}

.slideBox .hd ul li .s2 {
    background-position: -95px 0;
}

.slideBox .hd ul li .s3 {
    background-position: -208px 3px;
}

.slideBox .hd ul li .s4 {
    background-position: -320px 3px;
}

.slideBox .hd ul li .s5 {
    background-position: -430px 0;
}

.slideBox .hd ul li .s6 {
    background-position: 15px -90px;
}

.slideBox .hd ul li .s7 {
    background-position: -97px -94px;
}

.slideBox .hd ul li .s8 {
    background-position: -210px -94px;
}

.slideBox .hd ul li .s9 {
    background-position: -320px -94px;
}

.slideBox .hd ul li .s10 {
    background-position: -430px -94px;
}

.slideBox .bd {
    position: relative;
    width: 221px;
    height: 392px;
    z-index: 0;
    background: url(../images/yu-sbg.png) center center no-repeat;
    padding: 62px 15px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 221px;
    height: 392px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/* 图片自动滚动 */
.slideBox-1 {
    position: absolute;
    width: 800px;
    left: 10%;
    top: 6%;
    overflow: hidden;
    position: relative;
}

.slideBox-1 .hd {
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 40%;
    top: 45%;
    z-index: 1;
}

.slideBox-1 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 480px
}

.slideBox-1 .hd ul li {
    float: left;
    width: 96px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.slideBox-1 .hd ul .on {
    background: #FB6161;
    color: #fff;
    transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    border-radius: 5px;
}

.slideBox-1 .hd ul li div {
    background: url(../images/yu-img4-1.png) no-repeat;
    padding-top: 35px;
    background-size: 500px;
}

.slideBox-1 .hd ul li .s1 {
    background-position: 15px 3px;
}

.slideBox-1 .hd ul li .s2 {
    background-position: -95px 0;
}

.slideBox-1 .hd ul li .s3 {
    background-position: -208px 3px;
}

.slideBox-1 .hd ul li .s4 {
    background-position: -320px 3px;
}

.slideBox-1 .hd ul li .s5 {
    background-position: -430px 0;
}

.slideBox-1 .hd ul li .s6 {
    background-position: 15px -90px;
}

.slideBox-1 .hd ul li .s7 {
    background-position: -97px -94px;
}

.slideBox-1 .hd ul li .s8 {
    background-position: -210px -94px;
}

.slideBox-1 .hd ul li .s9 {
    background-position: -320px -94px;
}

.slideBox-1 .hd ul li .s10 {
    background-position: -430px -94px;
}

.slideBox-1 .bd {
    position: relative;
    width: 221px;
    height: 392px;
    z-index: 0;
    background: url(../images/yu-sbg.png) center center no-repeat;
    padding: 62px 15px;
}

.slideBox-1 .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox-1 .bd img {
    width: 221px;
    height: 392px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox-1 .prev, .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.slideBox-1 .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox-1 .prev:hover,
.slideBox-1 .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox-1 .prevStop {
    display: none;
}

.slideBox-1 .nextStop {
    display: none;
}

.y-ctxtp2 {
    display: none;
}

@media screen and (max-width: 1150px) {
    .index-desc {
        position: absolute;
        width: 630px;
        margin: 0 auto;
        color: #FFF;
        top: 50%;
        right: 0%;
    }
}

@media screen and (max-width: 1040px) {
    .center-wrap, .parameter, .about-box, .y-conheight, .center-box, .y-conheight3, .downcont {
        width: 100%;
    }

    .footer-link {
        padding: 10px;
    }

    .ml-logo {
        margin-left: 5px;
    }

    .indeximg2 {
        bottom: 55%;
    }

    .indeximg3 {
        left: 0;
        top: 20%;
        width: 80%;
    }

    .index-ownload img {
        right: 5%
    }

    .slideBox {
        left: 5%;
    }

    .slideBox .hd {
        right: 0;
    }
}

@media screen and (max-width: 960px) {
    .divdown {
        display: none;
    }

    .jj-img, .jj-img2 {
        display: none;
    }

    .index-ownload img {
        display: none
    }

    .jj-img3 {
        display: block;
    }

    .jj-txt {
        width: 90%;
        margin-right: 5%;
        font-size: 18px;
    }
}

@media screen and (max-width: 850px) {
    .menubtn {
        display: block;
    }

    .ml-nav {
        background-color: rgba(26, 26, 26, .9)
    }

    .bblock {
        display: none;
        position: absolute;
        width: 100%;
        top: 65px;
        padding-bottom: 50px;
        background-color: rgba(26, 26, 26, .9)
    }

    .ml-link a {
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #272424;
    }

    .ml-link a:hover {
        border-radius: 0;
    }

    .ml-link {
        width: 100%;
        margin: 0;
    }

    .ml-link a i {
        display: none;
    }

    .switch-now {
        left: 50%;
        margin-left: -50px;
        bottom: 7px;
    }

    .four-img2 {
        left: 5%;
    }

    .four-img1 {
        left: 5%;
    }

    .p-padding {
        padding: 10px;
    }

    .download-desc h1 {
        font-size: 20px;
    }

    .download-desc h1 span {
        font-size: 30px;
    }

    .y-conheight3 {
        height: 650px;
    }

    .y-content3 .y-ctxt {
        left: 20px;
        top: 10px;
        width: 90%;
    }

    .y-ctxtp1 {
        display: none;
    }

    .y-ctxtp2 {
        display: block;
    }

    .slideBox {
        width: 96%;
        left: 2%;
        top: 25%;
        padding-bottom: 40px;
    }

    .slideBox .bd {
        width: 179px;
        height: 313px;
        background-size: 200px;
        margin: 0 auto;
        padding: 49px 12px;
    }

    .slideBox .bd img {
        width: 179px;
        height: 313px;
    }

    .slideBox .prev, .slideBox .next {
        display: block;
    }

    .slideBox .hd {
        height: 35px;
        bottom: 0;
        top: auto;
        width: 110px;
        left: 50%;
        margin-left: -50px;
    }

    .slideBox .hd ul {
        width: 110px
    }

    .slideBox .hd ul li {
        width: 110px;
        margin-bottom: 0;
        display: none;
    }

    .slideBox .hd ul li div {
        padding-top: 0;
        padding-left: 30px;
        line-height: 35px;
    }

    .slideBox .hd ul li.on {
        display: block;
        background: none
    }

    .slideBox .hd ul li .s1 {
        background-position: -15px 3px;
    }

    .slideBox .hd ul li .s2 {
        background-position: -125px 0;
    }

    .slideBox .hd ul li .s3 {
        background-position: -240px 3px;
    }

    .slideBox .hd ul li .s4 {
        background-position: -350px 3px;
    }

    .slideBox .hd ul li .s5 {
        background-position: -460px 0;
    }

    .slideBox .hd ul li .s6 {
        background-position: -15px -90px;
    }

    .slideBox .hd ul li .s7 {
        background-position: -127px -94px;
    }

    .slideBox .hd ul li .s8 {
        background-position: -240px -94px;
    }

    .slideBox .hd ul li .s9 {
        background-position: -350px -94px;
    }

    .slideBox .hd ul li .s10 {
        background-position: -460px -94px;
    }

    .y-conheight {
        height: 550px;
    }

    .y-content2 .y-cimg1 {
        position: absolute;
        left: 50%;
        top: 20px;
        width: 240px;
        margin-left: -120px;
    }

    .y-content2 .y-ctxt {
        left: 50%;
        bottom: 8%;
        width: 90%;
        line-height: 25px;
        margin-left: -45%;
        top: inherit;
    }

    .jj-txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .footer-link dl {
        width: 33.3%;
    }

    .fbt {
        padding-bottom: 55px;
    }

    .linkw {
        position: absolute;
        bottom: 0;
        width: 150px;
        right: 0;
    }

    .downapp {
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 80px;
    }

    .divdown {
        padding-top: 20px;
    }

    .linkw a {
        margin: 0 5px;
    }
}

@media screen and (max-width: 650px) {
    .footer-link dt {
        line-height: 35px;
    }

    .ml-nav {
        padding: 0;
    }

    .ml-logo {
        background-size: 80px;
    }

    .bblock {
        top: 49px;
    }

    .p-tb {
        width: 50%;
        height: auto;
    }

    .p-tb p {
        font-size: 12px;
    }

    .p-tb ul li {
        padding: 10px
    }

    .tblast {
        width: 100%;
        border-top: 3px solid #fff;
    }

    .p-padding {
        padding: 0;
    }

    .parameter .p-title {
        padding: 10px 0 0 10px;
    }

    .p-imgs {
        text-align: center;
    }

    .p-imgs .p-img1, .p-imgs .p-img2, .p-imgs .p-img3 {
        width: 80%;
        margin: 0 auto;
    }

    .p-imgs .p-img4 {
        display: none
    }

    .p-imgs .p-img5 {
        display: block
    }

    .y-content1 {
        height: 400px;
    }

    .y-title {
        font-size: 30px;
        left: 50%;
    }

    /*.y-conheight{ height:600px;}
    .y-content2 .y-cimg1{position: absolute;left: 50%;top: 20px;width: 240px; margin-left: -120px;}
    .y-content2 .y-ctxt {  left: 50%;bottom: 10%;width: 80%;line-height: 25px;margin-left: -40%;}*/
    .y-content2 .y-ctxt h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .y-content2 .y-ctxt p {
        font-size: 16px;
        line-height: 25px;
    }

    .y-content3 .y-cimg1 {
        left: 50%;
        top: 42%;
        width: 160px;
        margin-left: -80px;
    }

    .y-content3 .y-ctxt h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .y-content3 .y-ctxt p {
        font-size: 16px;
        line-height: 25px;
    }

    .bigcontent {
        margin-top: 0
    }

    .indeximg3 {
        left: 0;
        top: 10%;
        width: 100%;
    }

    .index-desc h1 {
        font-size: 25px;
    }

    .section h1 {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .index-desc {
        width: 100%;
        right: 0;
        bottom: 6%;
        top: initial;
    }

    .index-ownload {
        text-align: left
    }

    .index-ownload img {
        right: 0;
    }

    .indeximg {
        right: -20%;
        bottom: initial;
        top: 0;
        width: 100%;
    }

    .two-desc {
        width: 100%;
        bottom: 10%;
        right: 0%;
        top: initial;
    }

    .three-desc {
        width: 100%;
        top: initial;
        left: 0;
        bottom: 10%;
    }

    .two-desc p {
        width: 350px;
        margin: 0 auto;
    }

    .three-desc p {
        width: 300px;
        margin: 0 auto;
    }

    .four-desc p {
        width: 280px;
        margin: 0 auto;
    }

    .two-img1 {
        position: absolute;
        left: 50%;
        width: 46%;
        top: 15%;
        margin-left: -23%;
    }

    .three-img1 {
        right: 50%;
        width: 70%;
        margin-right: -35%;
        top: 15%;
    }

    .four-desc {
        width: 100%;
        top: initial;
        left: 0;
        bottom: 10%;
    }

    .four-img1 {
        right: 50%;
        width: 70%;
        margin-right: -35%;
        top: 15%;
        left: inherit;
    }

    .new, .problem {
        margin-top: 20px;
        width: 95%;
        padding: 50px 2.5%;
    }

    .about {
        margin-top: 50px;
    }

    .feedbacks {
        margin-top: 20px;
        width: 90%;
    }

    .bigTitle {
        margin: 20px 0 20px;
        font-size: 25px;
    }

    .dsj-txt {
        margin-left: 0;
        background-color: rgba(0, 0, 0, .5);
        padding: 20px 10px 20px 10px;
        color: #fff;
    }

    .about-dsj {
        background-size: cover;
    }

    .dsj-one h3 {
        font-size: 14px;
    }

    .dsj-one p {
        font-size: 12px;
    }

    .about-yj ul li {
        width: 50%;
    }

    .yj-padding {
        padding: 10px;
        min-height: 180px;
    }

    .contact-xq li {
        width: 100%;
        margin-bottom: 10px;
    }

    .fileimg {
        padding: 5px;
    }

    .tjwt {
        text-align: center;
    }

    .download-desc {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        text-align: center;
    }

    .downcont {
        height: 600px;
    }

    .download-img {
        left: 50%;
        width: 200px;
        top: 50%;
        margin-left: -100px;
    }

    .down-aa {
        text-align: left;
    }

    .down-aa a {
        margin-left: 15%;
    }

    .index-ownload a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .new-list ul li a {
        width: 90%;
    }

    .gotop {
        right: 10px;
        bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .section h1 {
        font-size: 20px;
    }

    .section p {
        font-size: 14px;
    }

    .two-img1 {
        width: 140px;
        margin-left: -70px;
    }

    .three-img1 {
        right: 50%;
        width: 70%;
        margin-right: -35%;
        top: 15%;
    }

    .four-img1 {
        right: 50%;
        width: 70%;
        margin-right: -35%;
        top: 15%;
        left: inherit;
    }

    .two-desc p {
        width: 300px;
        margin: 0 auto;
    }

    .three-desc p {
        width: 260px;
        margin: 0 auto;
    }

    .four-desc p {
        width: 250px;
        margin: 0 auto;
    }

}

@media screen and (max-height: 500px) {
    .index-desc {
        bottom: 10px;
    }

    .two-desc {
        bottom: 5%;
    }

    .four-desc {
        bottom: 5%;
    }

    .three-desc {
        bottom: 5%;
    }
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

#chanpin ul > li {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

#chanpin ul > li > a {
    display: inline-block;
    width: 350px;
    height: 230px;
}

#chanpin ul > li > a .prod-img {
    width: 350px;
    height: 230px;
}

#chanpin ul > li > a > .prod-img img {
    display: block;
    width: 100%;
}

#chanpin ul > li > a > span {
    position: relative;
    display: block;
    height: 35px;
    background: #06c;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

#chanpin .chanpin-item {
    display: inline-block;
    width: 350px;
    height: 230px;
}

#chanpin .chanpin-item .prod-img {
    width: 350px;
    height: 230px;
}

#chanpin .chanpin-item > .prod-img img {
    display: block;
    width: 100%;
}

#chanpin .chanpin-item span {
    position: relative;
    display: block;
    height: 35px;
    background: #06c;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

#marquee1 {
    width: 1200px;
    height: 102px;
    border: 1px solid #757575;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

#marquee1 ul li {
    float: left;
    padding: 0 1px;
}

#marquee1 ul li img {
    display: block;
}

.cooperation {
    margin-top: 30px;
}
.coo-title > h3 {
    color: #1d5db8;
    font-size: 30px;
}
.coo-title > h5 {
    color: #2056a2;
    padding-top: 5px;
    position: relative;
    font-weight: 400;
}
.coo-title > h5:after {
    position: absolute;
    content: '';
    width: 58px;
    height: 5px;
    background: #2056a2;
    bottom: -15px;
    left: 0;
}
