/*公用样式*/
@charset "utf-8";
/* CSS Document */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-family: "微软雅黑","Microsoft YaHei";
    /*行高*/
    line-height: 26px;
    color: #666666;
}
html { /*下次用 解决100%宽度两边留白问题*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img {
    border: none;
    vertical-align: middle;
}
li {
    list-style: none;
}
button {
    outline: none;
    border: 0;
}
input, select, textarea {
    outline: none;
    border: none;
    background: none;
}
textarea {
    resize: none;
}
a {
    text-decoration: none;
    color: #665565;
}
.fl {float: left;}
.fr {float: right;}
.clearFix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.clearFix {zoom: 1;}
.maxWidth {
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
}
@media screen and (max-width: 1200px){
    .maxWidth{
        padding:0 10px;
    }
}
/*bootstrap样式修改*/
/*去除a标签 焦点、经过变色下化线问题*/
a:hover, a:focus {
    /*从父元素继承颜色*/
    color: inherit;
    text-decoration: inherit;
}
/*去除谷歌浏览器自动填充的背景与颜色*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f3f3f3 inset;
    -webkit-text-fill-color: #4a4a4a;
}
/*去除选中有蓝色边框*/
:focus {
    outline: none;
}
/*for IE*/
::-moz-focus-inner {
    border-color: transparent;
}
/*for mozilla*/
/*修改input默认颜色*/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
/*index*/
/*header*/
.headerBg{
    width:100%;
    border-top:9px solid #fdd100;
}
.header>a{
    display: block;
    width:135px;
    height:115px;
    line-height:115px;
    text-align: center;
}
.header>a>img{
    vertical-align: middle;
}
.headerRight{
    width:230px;
    height:115px;
}
.headerTop{
    width:100%;
    height:45px;
    line-height:45px;
    color:#222;
}
.language,.phone{
    line-height:45px;
    margin-left:20px;
    cursor: pointer;
}
.language>img,.phone>img{
    margin-top:-3px;
    margin-right:5px;
}
.navBtn{
    display: none;
}
.search{
    height:32px;
}
.searchBtn{
    width:32px;
    height:32px;
    cursor:pointer;
    background: url("../images/search.png") no-repeat center center;
    background-color: #fdd100;
}
.searchInput{
    width:188px;
    height:32px;
    line-height:32px;
    text-indent: 15px;
    background: #f3f3f3;
}
.nav{
    margin-top:10px;
}
.nav>li{
    float: left;
    margin:0 10px;
}
.nav>li>a{
    display: block;
    height:105px;
    line-height:105px;
}
.nav>.on>a,.nav>li:hover >a{
    color:#fb3c22;
    border-bottom:3px solid #fb3c22;
}
/*banner*/
.banner{
    position: relative;
    width:100%;
    border-top:1px solid #e5e5e5;
    z-index: 1;
}
.banner .swiper-slide{
    display: block;
    width:100%;
    overflow: hidden;
}
.banner .swiper-slide>img{
    width:100%;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 8px;
}
.banner .swiper-pagination-bullet{
    width:14px;
    height:14px;
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background:#fdd100;
}
.banner>.swiper-pagination-bullets{
    bottom:20px;
}
/*indexAbout*/
.indexAbout{
    padding-top:85px;
    padding-bottom:75px;
}
.aboutLeft{
    width:46%;
    padding-right:2%;
    background: url("../images/aboutBg.png") no-repeat right bottom;
}
.aboutTop{
    position: relative;
    width:50%;
    margin:0 auto;
    border:1px solid #ccc;
}
.aboutTop>strong{
    position: absolute;
    display: block;
    width:130px;
    height:30px;
    line-height:30px;
    font-size:18px;
    text-align: center;
    font-weight: normal;
    color:#fff;
    background: #fdd100;
    top:-15px;
    left:50%;
    margin-left:-65px;
}
.aboutTop>h3{
    width:100%;
    text-align: center;
    color:#fdd100;
    font-size: 32px;
    font-weight: normal;
    line-height:32px;
    margin-top:60px;
    margin-bottom:120px;
}
.aboutTop>h4{
    position: absolute;
    width:360px;
    font-size:30px;
    line-height:30px;
    color:#000;
    left:50%;
    margin-left:-182px;
    bottom:50px;
}
.aboutTxt{
    width:100%;
    height:120px;
    font-size:14px;
    line-height:30px;
    text-align: center;
    overflow: hidden;
}
.aboutRight{
    width:54%;
}
.aboutRight>img{
    width:48%;
    margin-left:2%;
}
.aboutRight>img:first-child{
    margin-left:0;
}
.aboutRight>div{
    width:100%;
    height:20px;
    background: #fdd100;
    margin-top:30px;
}
/*product*/
.productBg{
    padding-top:60px;
    padding-bottom:80px;
    background: #f7f7f7;
}
.indexProduct>h3{
    width:100%;
    color:#000;
    font-size:34px;
    line-height:34px;
    font-weight: normal;
    text-align: center;
    margin-bottom:12px;
}
.indexProduct>p{
    width:100%;
    color:#999;
    text-align: center;
}
.product{
    margin-top:30px;
}
.product>ul>li>a{
    display: block;
    width:100%;
    border:1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.conditionBox{
    position: relative;
    width:100%;
    padding-bottom:122%;
    overflow: hidden;
}
.conditionBox>img{
    position: absolute;
    max-width:100%;
    max-height:100%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.conditionBox>img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product>ul>li>a>p{
    position: absolute;
    width:100%;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    background: rgba(0,0,0,0.3);
    left:0;
    bottom:0;
}
.product>ul>li:hover >a{
    border:1px solid #fdd100;
}
.product>ul>li:hover >a>.conditionBox>img{
    -webkit-transform:translate(-50%,-50%) scale(1.2);
    -moz-transform:translate(-50%,-50%) scale(1.2);
    -ms-transform:translate(-50%,-50%) scale(1.2);
    -o-transform:translate(-50%,-50%) scale(1.2);
    transform:translate(-50%,-50%) scale(1.2);
}
.product>ul>li:hover >a>p{
    background: #fdd100;
}
/*customizes*/
.customizesBg{
    width:100%;
    background: url("../images/productBg.jpg") no-repeat left center;
    background-size: cover;
}
.customizesLeft{
    width:50%;
    height:260px;
}
.customizesLeft>h3{
    font-size:30px;
    line-height:30px;
    color:#000;
    font-weight: normal;
    padding-top:55px;
}
.customizesLeft>div{
    width:100%;
    color:#000;
    max-height:52px;
    line-height:26px;
    margin-top:40px;
    overflow: hidden;
}
.customizesLeft>a{
    display: block;
    width:130px;
    height:44px;
    line-height:44px;
    color:#000;
    cursor: pointer;
    text-align: center;
    border:2px solid #fff;
    margin-top:20px;
}
.customizesRight{
    position: relative;
    width:50%;
    height:260px;
}
.customizesRight>img{
    position: absolute;
    max-width: 100%;
    right:0;
    bottom:20px;
}
/*indexNew*/
.indexNew{
    margin-top:60px;
    margin-bottom:60px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding-top:35px;
    padding-bottom:40px;
}
.newLeft{
    width:50%;
    padding-right:2%;
}
.newTop{
    width:100%;
    height:40px;
    background: #fdd100;
}
.newTop>h3{
    width:150px;
    height:40px;
    line-height:40px;
    font-size:32px;
    font-weight: normal;
    background: #fff;
}
.newTop>a{
    display: block;
    width:100px;
    height:40px;
    line-height:40px;
    text-align: center;
    color:#fff;
    cursor: pointer;
    background: #999;
}
.newTop>div{
    width:20px;
    height:40px;
    background: #fff;
}
.newLeft>ul,.news>ul{
    width:100%;
    padding:10px 0;
}
.newLeft>ul>li,.news>ul>li{
    position: relative;
    width:100%;
    margin-top:35px;
}
.newDate{
    position: absolute;
    width:75px;
    height:80px;
    color:#fff;
    background: #fdd100;
}
.newDate>p{
    width:100%;
    text-align: center;
    font-size:32px;
    line-height:32px;
    margin:8px 0;
    font-weight: bold;
}
.newDate>span{
    display: block;
    width:100%;
    line-height:20px;
    text-align: center;
}
.newLeft>ul>li>a,.news>ul>li>a{
    display: block;
    width:100%;
    height:80px;
    padding-left:100px;
}
.newLeft>ul>li>a>h3,.newRight>a>h3,.news>ul>li>a>h3{
    width:100%;
    height:32px;
    font-size:18px;
    padding-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.newLeft>ul>li>a>div,.newRight>a>div,.news>ul>li>a>div{
    width:100%;
    height:20px;
    color:#999;
    margin-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.newLeft>ul>li:hover >a>h3,.news>ul>li:hover >a>h3{
    color: #fdd100;
}
.newRight{
    position: relative;
    width:50%;
    overflow: hidden;
}
.newRight>img{
    width:100%;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.newRight:hover >img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.newRight>a{
    position: absolute;
    width:100%;
    height:85px;
    color:#fff;
    padding:0 35px;
    background: rgba(0,0,0,0.4);
    left:0;
    bottom:0;
}
.newRight>a>div{
    color:#fff;
}
/*contact*/
.contactBg{
    width:100%;
    background: url("../images/footerBg.jpg") no-repeat left center;
    background-size: cover;
}
.contact>li{
    float: left;
    width:20%;
    padding:45px 0;
    color:#fff;
    cursor: pointer;
    text-align: center;
    border-right:1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact>li:last-child{
    border-right:none;
}
.contact>li>div{
    width:50px;
    height:40px;
    line-height:40px;
    text-align: center;
    margin:0 auto;
}
.contact>li>div>img{
    vertical-align: middle;
    -webkit-transition: margin-top 0.2s ease;
    -moz-transition: margin-top 0.2s ease;
    -o-transition: margin-top 0.2s ease;
    transition: margin-top 0.2s ease;
}
.contact>li>h3{
    width:100%;
    padding:0 10px;
    font-size: 20px;
    font-weight: normal;
    margin-top:10px;
}
.contact>li>p{
    width:100%;
    font-size:12px;
    padding:0 10px;
    margin-top:10px;
	color:#fff;
}
.contact>li>p a{
	color:#fff !important;
}
.contact>li:hover >div>img{
    margin-top:-10px;
}
/*footer*/
.footerBg{
    width:100%;
    background: #edece9;
}
.footerLeft{
    width:70%;
    padding-top:45px;
    padding-bottom:30px;
}
.footerLeft>ul{
    width:100%;
}
.footerLeft>ul>li{
    float: left;
    margin-right:20px;
}
.footerLeft>ul>li>a{
    line-height:14px;
    color:#000;
}
.copyRight{
    width:100%;
    color:#000;
    margin-top:20px;
}
.bdsharebuttonbox{
    padding-top:60px;
}
.bdshare-button-style0-32 a{
    width:32px!important;
    height:32px!important;
}
.bdshare-button-style0-32 .bds_weixin{
    background: url("../images/wechat.png") no-repeat center center!important;
}
.bdshare-button-style0-32 .bds_tsina{
    background: url("../images/sina.png") no-repeat center center!important;
}
.bdshare-button-style0-32 .bds_sqq{
    background: url("../images/qq.png") no-repeat center center!important;
}
/*wechat*/
.wechat{
    position: fixed;
    width:155px;
    height:210px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 #ccc;
    -moz-box-shadow:  0 1px 5px 0 #ccc;
    box-shadow:  0 1px 5px 0 #ccc;
    top:200px;
    right:0;
    z-index: 999;
}
.wechat>img{
    width:100%;
}
.wechat>p{
    width:100%;
    line-height:20px;
    font-size:14px;
    color:#000;
    user-select: none;
    text-align: center;
}
/*ny-banner*/
.ny-banner{
    position: relative;
    width:100%;
    height:300px;
    overflow: hidden;
}
.ny-banner>img{
    position: absolute;
    width:1920px;
    height:300px;
    left:50%;
    margin-left:-960px;
}
/*til*/
.tilBg{
    width:100%;
    border-bottom:1px solid #e5e5e5;
}
.til{
    height:90px;
    line-height:90px;
}
.til>h3{
    font-size:30px;
    font-weight: normal;
    color:#000;
}
.til>div>a{
    font-size:14px;
    color:#999;
}
/*cont*/
.nyCont{
    padding-top:45px;
    padding-bottom:25px;
    min-height:350px;
}
.nyCont video,.nyCont audio,.nyCont img,.productD video,.productD audio,.productD img{
    max-width: 100%!important;
}
/*products*/
.productLeft{
    width:23%;
}
.productLeft>h3{
    width:100%;
    height:60px;
    line-height:60px;
    color:#fff;
    font-size:24px;
    font-weight: normal;
    padding:0 0 0 35px;
    background: #fdd100;
}
.productLeft>h3>span{
    display: none;
}
.productNav{
    width:100%;
}
.productNav>li{
    width:100%;
    margin:1px 0;
}
.productNav>li>a{
    position: relative;
    display: block;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    padding:0 40px 0 30px;
    background: #ecebe9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productNav>li>a:after{
    content: url("../images/leftg.png");
    position: absolute;
    right:20px;
}
.productNav>.on>a,.productNav>li>a:hover{
    color:#fff;
    background: #fdd100;
}
.productNav>.on>a:after,.productNav>li>a:hover:after{
    content: url("../images/leftg2.png");
    position: absolute;
    right:20px;
}
.productNav>li>ul{
    display: none;
    width:100%;
    padding:5px 0;
    background: #f7f7f7;
}
.productNav>.on>ul{
    display: block;
}
.productNav>li>ul>li{
    width:100%;
}
.productNav>li>ul>li>a{
    position: relative;
    display: block;
    height:40px;
    line-height:40px;
    padding:0 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productNav>li>ul>li>a:before{
    content: url("../images/left3.png");
    position: absolute;
    left:25px;
}
.productNav>li>ul>.on>a,.productNav>li>ul>li>a:hover{
    color:#fdd100;
    font-weight: bold;
}
.productRight{
    width:75%;
}
.productCont{
    width:100%;
}
.productCont>li{
    float: left;
    width:32%;
    margin-right:2%;
    margin-bottom:10px;
}
.productCont>li:nth-child(3n){
    margin-right:0;
}
.productCont>li>a,.honorsCont>li>a{
    display: block;
    width:100%;
}
.productBox{
    width:100%;
    border:1px solid #ccc;
    overflow: hidden;
    height: 313px;
}
.productBox>img{
    max-width:100%;
    vertical-align: middle;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.productCont>li>a>p,.honorsCont>li>a>p{
    width:100%;
    padding:20px 20px;
    font-size:16px;
    line-height:20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.productCont>li:hover >a>.productBox>img,.honorsCont>li:hover >a>.productBox>img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.productCont>li:hover >a>p,.honorsCont>li:hover >a>p{
    color:#fdd100;
}
/*pager*/
.pager{
    text-align: center;
    margin-top:35px;
    margin-bottom:35px;
}
.pager>a{
    display: inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align: center;
    font-size:16px;
    border:1px solid #e5e5e5;
    border-radius: 3px;
    margin:5px;
}
.pager>span{
    display: inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    margin:5px;
    cursor: pointer;
    border:1px solid #e5e5e5;
    border-radius: 3px;
}
.pager>span>a{
    display: block;
    width:100%;
    padding:0 6px;
}
.pager>.on,.pager>a:hover,.pager>span:hover{
    color:#fff;
    background: #fdd100;
    border:1px solid #fdd100;
}
.ny-pager{
    width:100%;
    margin-top:25px;
    margin-bottom:10px;
}
.ny-pager>a{
    display: block;
    width:100%;
    font-size:14px;
}
.ny-pager>a:hover >span{
    color: #fdd100;
}
/*productsd*/
.productD{
    width:100%;
    min-height: 300px;
}
/*news*/
.news{
    width:100%;
}
/*newsd*/
.newsd>h3{
    font-size:22px;
    text-align: center;
}
.newsd>p{
    font-size: 16px;
    text-align: center;
    margin-top:25px;
}
.clicks{
    color: red;
    margin-right:25px;
}
/*honorsCont*/
.honorsCont>li{
    float: left;
    width:24%;
    margin-right:1.33%;
    margin-bottom:15px;
}
.honorsCont>li:nth-child(4n){
    margin-right:0;
}
/*job*/
.jobCont{
    border-top:1px dotted #ccc;
    padding-bottom:60px;
}
.jobCont>li{
    width:100%;
    padding:15px 10px;
    border-bottom:1px dotted #ccc;
}
.joinTil{
    position: relative;
    width:100%;
    cursor: pointer;
}
.joinTil>h3{
    width:100%;
    font-size:24px;
    line-height:24px;
    font-weight: normal;
    margin-bottom:10px;
}
.joinTil>p{
    width:100%;
    height:20px;
    line-height:20px;
}
.joinTil>p>span{
    color:#fb3c22;
    font-size:16px;
    line-height:20px;
    margin-right:40px;
}
.joinCont{
    display: none;
    margin-top:15px;
}
@media screen and (min-width:1001px){
    .nav{
        display: block!important;
    }
    .navBtn{
        display: none!important;
    }
}
@media screen and (min-width:801px){
    .productLeft>ul{
        display: block!important;
    }
}
@media screen and (min-width:701px){
    .wechat{
        display: block!important;
    }
}
@media screen and (max-width:1050px){
    .nav>li{
        margin:0 5px;
    }
}
@media screen and (max-width:1000px){
    .nav{
        display: none;
        width:100%;
        margin-top:0;
    }
    .nav>li{
        float: none;
        width:100%;
        margin:0;
    }
    .nav>li>a {
        height: 35px;
        line-height: 35px;
    }
    .nav>.on>a,.nav>li:hover >a{
        border-bottom:1px solid #fb3c22;
    }
    .searchInput{
        width:150px;
    }
    .navBtn{
        display: block;
        width:32px;
        height:32px;
        cursor: pointer;
        border-radius: 3px;
        border:1px solid #e5e5e5;
        margin-left:10px;
    }
    .navBtn>span{
        display: block;
        width:20px;
        height:2px;
        background: #fdd100;
        margin:6px 5px;
    }
    .header>a{
        height:90px;
        line-height:90px;
    }
    .header>a>img{
        height:65px;
    }
    .headerRight{
        height:90px;
    }
    .newLeft>ul>li{
        margin-top:15px;
    }
    .contact>li>p{
        height:52px;
    }
}
@media screen and (max-width:800px){
    .indexAbout {
        padding-top: 55px;
        padding-bottom: 45px;
    }
    .aboutTop>h3{
        margin-top:40px;
        margin-bottom:80px;
    }
    .aboutTop>h4{
        width:240px;
        font-size:24px;
        margin-left:-120px;
        bottom:40px;
    }
    .aboutTop{
        width:55%;
    }
    .productBg{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .newLeft>ul>li{
        margin-top:5px;
    }
    .nyCont{
        padding-top:35px;
        padding-bottom:15px;
    }
    .ny-banner{
        height:200px;
    }
    .ny-banner>img{
        width:1280px;
        height:200px;
        margin-left:-640px;
    }
    .productLeft{
        float: none;
        width:100%;
        margin-bottom:20px;
    }
    .productLeft>h3{
        height:50px;
        line-height:50px;
    }
    .productLeft>h3>span{
        display: block;
        width:50px;
        height:50px;
        font-size:36px;
        line-height:50px;
        text-align: center;
    }
    .productLeft>ul{
        display: none;
    }
    .productRight{
        float: none;
        width:100%;
    }
    .pager{
        margin-top:20px;
        margin-bottom:20px;
    }
    .honorsCont>li{
        width:32%;
        margin-right:2%;
        margin-bottom:15px;
    }
    .honorsCont>li:nth-child(4n){
        margin-right:2%;
    }
    .honorsCont>li:nth-child(3n){
        margin-right:0;
    }
}
@media screen and (max-width:700px){
    .wechat{
        display: none;
    }
    .aboutLeft,.aboutRight,.customizesLeft,.customizesRight,.newLeft,.newRight{
        float: none;
        width:100%;
    }
    .aboutRight{
        margin-top:20px;
    }
    .customizesRight>img{
        position: relative;
    }
    .customizesLeft>h3{
        padding-top:35px;
    }
    .customizesRight{
        height:auto;
    }
    .indexNew{
        margin-top: 40px;
        margin-bottom: 40px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .newLeft{
        padding-right:0;
    }
    .newLeft>ul>li,.news>ul>li{
        margin-top:15px;
    }
    .newRight{
        margin-top:20px;
    }
}
@media screen and (max-width:650px){
    .contact>li{
        float: none;
        width:100%;
        border-right:0;
        border-bottom:1px solid #ccc;
        padding:25px 0;
    }
    .contact>li:last-child{
        border-bottom:none;
    }
    .productCont>li{
        width:49%;
    }
    .productCont>li:nth-child(3n){
        margin-right:2%;
    }
    .productCont>li:nth-child(2n){
        margin-right:0;
    }
    .conditions>.productCont>li{
        width:49%;
    }
    .conditions>.productCont>li:nth-child(3n){
        margin-right:2%;
    }
    .conditions>.productCont>li:nth-child(2n){
        margin-right:0;
    }
}
@media screen and (max-width:600px){
    .footer{
        padding:25px 10px;
    }
    .footerLeft{
        float: none;
        width:100%;
    }
    .footerLeft{
        width:100%;
        padding-top:0;
        padding-bottom:0;
    }
    .footerLeft>ul>li{
        float: none;
        width:100%;
        margin-right:0;
    }
    .footerLeft>ul>li>a{
        display: block;
        width:100%;
        height:30px;
        line-height:30px;
        border-bottom:1px dotted #ccc;
    }
    .copyRight{
        line-height:30px;
        margin:0;
    }
    .footerRight{
        margin:0;
    }
    .bdsharebuttonbox{
        float: none;
        margin:0;
        padding:0;
    }
    .honorsCont>li{
        width:49%;
        margin-right:2%;
        margin-bottom:15px;
    }
    .honorsCont>li:nth-child(3n){
        margin-right:2%;
    }
    .honorsCont>li:nth-child(2n){
        margin-right:0;
    }
}
@media screen and (max-width:400px){
    .header>a{
        width:90px;
    }
    .header>a>img{
        height:50px;
    }
    .language{
        margin-left:10px;
    }
    .phone{
        margin-left:0;
    }
    .headerRight{
        width:210px;
    }
    .searchInput{
        width:120px;
    }
    .productCont>li{
        width:100%;
        margin-right:0;
    }
    .honorsCont>li{
        float: none;
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
}