@charset "utf-8";
/***通用***/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","Arial","STXihei";
}
html {
    width: 100%;
    height: 100%;
}
body {
    min-width: 1200px;
    position: relative;
    height: 100%;
    
    /*background-color: #f3f3f3;*/
}

li {
    list-style: none;
}
input {border:none;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}
a {text-decoration: none;color:#000;}

/***头羽毛球详情****/
.header {
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.header>div {
    width: 1180px;
    height: 65px;
    margin: 0 auto;
}
.header .logo {
    height: 65px;;
    display: inline-block;
    /*margin-left: 15%;*/
}
.header .logo  img {

    vertical-align: middle;
}
.header .nav {
    width: 490px;
    float: right;
    /*display: inline-block;*/
    /*margin-right: 10%;*/
}
.header>div .nav>li {
    font-size: 16px;
    float: left;
    color: #868686;
    /*padding-left: 4%;*/
    cursor: pointer;
    width: 20%;
    text-align: center;
}
.header>div .nav li a{
    height: 100%;
    font-size: 16px;
    color: #868686;
    display: inline-block;
}
.header ul li a:hover {
    color: #132237;
    text-decoration: none;
}
.header ul li a:active {
    color: #02c4b5;
    text-decoration: none;
}
/*.header ul li.active>a{
        color: #02c4b5;
}
*/

/**弹层***/
.header>div .nav>li.logoNav {
    position: relative;
}
.header>div .nav>li.logoNav:hover>.modal {
    display: block;
}
.modal {
    width: 182px;
    height: 160px;
    border: 1px solid #f3f3f3;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 50px;
    z-index: 99;
    display: none;
}
.modal  li {
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 8px;
}
.toTop {
    width: 60px;
    height: 60px;
    background: url(../../images/en/icon.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 99;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
}
.header>div .nav>li .modal>li>a {
    font-size: 14px;
}
/***轮播***/
.swiper {
    width: 100%;
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}
.swiper-pagination-bullet-active {
    background-color: #0ba29a!important;
}
/***小图连接***/
.smImg {
    width: 100%;
    margin-top: 10px;
}
.smImg a {
    width: 33%;
    height: 350px;
    display: inline-block;
    margin-right: 0.5%;
    position: relative;
}
.smImg a:first-child {
    float: left;
}
.smImg a:last-child {
    margin: 0;
    float: right;
}
.smImg a img {
    width: 100%;
    height: 100%;
}
.smImg a span {
    font-size: 30px;
    color: #fff;
    text-align: left;
    z-index: 10;
    position: absolute;
    bottom: 34px;
    left: 34px;
    margin: auto;
}
.text {
    width: 100%;
    height: 264px;
    overflow: hidden;
}
.text div {
    font-size: 60px;
    color: #3d3d3d;
    text-align: center;
    letter-spacing: 20px;
    margin-top: 80px;
}
.text span {
    font-size: 20px;
    letter-spacing: 10px;
    text-align: center;
    display: block;
}
/***底部****/
.footer {
    width: 100%;
    height: 350px;
    background-color: rgb(19,34,55);
}
.footer .center {
    width: 1180px;
    margin: 0 auto;
    padding-top: 60px;
}
.footer .left {
    width: 100%;
    margin-left: 30px;
    display: inline-block;
}
.footerLogo img {
    height: 40px;
    margin: 40px 0 0; 
}
.footer .list {
    width: 100%;
    /*margin: 10px 0 0 ;*/
}
.footer .list>li {
    float: left;
    width: 20%;
    /*margin-right: 6%;*/ 
}
.footer .list>li>a {
    color: #fff;
    font-size: 16px;
}
.footer .list ul li a{
    color: #fff;
    font-size: 14px;
}
.footer ul li a {
    color: #fff;
    font-size: 16px;
}
.footer ul li {
    margin-top: 6px;
}
.footer .right {
    width: 27%;
    height: 170px;
    float: right;
    position: relative;
}
.footer .right ul {
    width: 62%;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 0;
    margin: auto;
}
.footer .right ul li {
    float: left;
    margin-left: 5%;
}
.footer .right div {
    font-size: 12px;
    position: absolute;
    color: #fff;
    top: 30%;
    left: 0;
    margin: auto;
    color: #969696;
    text-align:left;
}
@media screen and (max-width: 1200px) {
    .smImg a {
        width: 33%;
        height: 170px;
        display: inline-block;
        margin-right: 0.5%;
        position: relative;
    }
    .smImg a span {
        font-size: 24px;
    }
    /***导航栏右边字?**/
    .header>div{
        width: 900px;
    }
    .header>div .nav>li a{
        height: 100%;
        font-size: 14px;
        color: #868686;
        display: inline-block;
    }
    .header>div .nav> li {
        font-size: 14px;
    }
    .header>div .nav>li .modal>li>a {
        font-size: 12px;
    }
    .header .nav {
        width: 425px;
    }
    .modal {
        width: 162px;
        left: 6px;
    }
    .footer .center {
        width: 100%;
    }
    .footerLogo img {
        margin: 60px 0 0 2%; 
    }
    .footer .left {
        margin-left: 0; 
    }
    .footer .list {
        margin: 0 0 0 8%;
    }
    .footer .list>li {
        width: 20%;
    }
    .footer .right {
        width: 29%;
    }
}
.nav_active {
    display: block;
}
.productIntroduce{
    height:410px;
    color:#666;
    width: 1200px;
    margin:0 auto;
}
.productIntroduce>ul>li{
    width:33.333%;
    min-height: 300px;
    float: left;
}
.productIntroduce>ul>li>div{
    width: 320px;
    height:auto;
    margin: 0 auto;
    padding-top: 40px;
}
.productIntroduce>ul>li>div>img{
    width: 100%;
}
.pTitle{
    font-size: 26px;
    padding-top: 40px;
    padding-bottom: 28px;
    color:#132237
}
.pContent{
    font-size: 18px;
}

.contact{
    margin-top:64px;
}
.findUs{
    font-size: 14px;
    color:#666;
    text-align: center;
}
.findUsType{
    width: 340px;
    margin: 0 auto;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.findUsType li{
    float:left;
    height:45px;
    width: 25%;
    text-align: center;
}
.findUsType li img{
    width: 45px;
    height:45px;
}
.footer .list>li>ul{
    margin-top: 22px;
}
.contactUs{
    color:#fff;
    font-size: 14px;
}
.copyRight{
    margin-top: 70px;
    text-align: center;
    font-size: 12px;
    color:#fff;
}
