.bannerIndex{}
.bannerIndex img{ width: 100%;}
.indexMain{ max-width: 980px; margin: 0 auto; padding-bottom: 60px;}
.bannerIndex .topTitle{
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 14px 0;
}
.bannerIndex .topTitle h3{
    font-size: 22px;
}
.bannerIndex .topTitle p{
    padding-top: 10px;
}
.bannerIndex .topTitle p a{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 10px;
}
.indexMain .titleNav{
    font-size: 16px;
    color: #333;
    padding: 20px 0;
}
.indexMain .topMainImg{
    margin-top: 15px;
    margin-bottom: 30px;
}
.indexMain .topMainImg .comHover{
    width: 49.5%;
}
.indexMain .botMainImg{
    margin-left: -12px;
}
.indexMain .botMainImg .comHover{
    width: 235px;
    height: 235px;
    margin-left: 12px;
    margin-bottom: 10px;
}

.indexMain .comHover{
    position: relative;
}
.comHover img{
    width: 100%;
    display: block;
}
.comHover .hoverTips{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
}
.comHover:hover .hoverTips{
    display: block;
}



.productBody{
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 0;
}
.productBody .topModule{}
.productBody .topModule .leftMain{
    width: 658px;
    height: 658px;
    border: 1px solid #ddd;
}
.productBody .topModule .leftMain img{
    width: 100%;
    height: 100%;
}
.productBody .topModule .leftMain img:hover{cursor: pointer;}
.productBody .topModule .rightMain{
    width: 483px;
    height: 658px;
    position: relative;
}
.productBody .topModule .rightMain .navTab{
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #404040;
    padding: 5px 0 10px;
}
.productBody .topModule .rightMain .title1{
    padding-top: 10px;
}
.productBody .topModule .rightMain .title1 strong{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.productBody .topModule .rightMain .title1 span{
    color: #666;
    font-size: 18px;
}
.productBody .topModule .rightMain .label1{
    padding: 15px 0;
    font-size: 16px;
    margin-left: -20px;
}
.productBody .topModule .rightMain .label1 span{
    float: left;
    margin-left: 20px;
}
.productBody .topModule .rightMain .det1{
    line-height: 20px;
}
.productBody .topModule .rightMain .det1 span{
    display: block;
    font-size: 16px;
}
.productBody .topModule .rightMain .det2{
    line-height: 22px;
    font-size: 16px;
    padding-top: 15px;
    height: 44px;
    overflow: hidden;
}
.productBody .topModule .rightMain .tabImg{
    margin-left: -10px;
}
.productBody .topModule .rightMain .tabImgOrg{
   position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.productBody .topModule .rightMain .tabImg img{
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 10px;
}
.productBody .topModule .rightMain .moreColor{
    font-size: 18px;
    color: #333;
    margin-top: 27px;
}
.productBody .topModule .rightMain .moreColor img.fr{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.productBody .topModule .rightMain .moreColor a.fr{
    color: #f00;
    text-decoration: underline;
    font-size: 16px;
}
.productBody .topModule .rightMain{}
.productBody .productTitle{
    font-size: 18px;
    padding: 15px 0;
}
.productBody .productList{
    margin-left: -20px;
}
.productBody .productList li{
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    width: 218px;
    text-align: center;
    margin-left: 20px;
}
.productBody .productList li .img{
    width: 100%;
    height: 218px;
    border: 1px solid #ddd;
}
.productBody .productList li .img img{
    width: 100%;
    height: 100%;
}
.productBody .productList li .img img:hover{cursor: pointer;}
.productBody .productList li .listImg{
    position: relative;
    margin: 10px auto 5px;
    white-space: nowrap;
    width: calc(100% - 30px);
    height: 30px;
}
.productBody .productList li .listImg .listSlide{
    width: 100%;
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
}
.productBody .productList li .listImg .listSlide .slideMain{
    position: absolute;
    left: 0;
    top: 0;
}
.productBody .productList li .listImg img{
    width: 34px;
    height: 34px;
}
.productBody .productList li .listImg:hover{cursor: pointer;}
.productBody .productList li .listImg span{
    position: absolute;
    top: 5px;
    cursor: pointer;
}
.productBody .productList li .listImg span.leftIcon{
    left: -15px;
}
.productBody .productList li .listImg span.rightIcon{
    right: -15px;
}
.productBody .productList li .title{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productBody .productList li .det{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productBody .productList li .num{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productBody .productMain{
    margin-top: 30px;
}
.productBody .productMain .leftNav{
    width: 250px;
    background-color: #696969;
}
.productBody .productMain .leftNav h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #404040;
    height: 36px;
    line-height: 36px;
}
.productBody .productMain .leftNav .navTitle{
    text-align: center;
    letter-spacing: 3px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    border-top: 1px solid #888888;
}
.productBody .productMain .leftNav .navTitle.on{
    background-color: #e70e2b;
}
.productBody .productMain .leftNav .navList{
    background-color: #cbcbcb;
    padding: 10px 15px;
    display: none;
}
.productBody .productMain .leftNav .navList p{
    float: left;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}
.productBody .productMain .leftNav .navList p a{
    color: #555555;
    letter-spacing: 1px;
    font-size: 14px;
}
.productBody .productMain .leftNav .navList p a:hover{
    color: #fff;
}
.productBody .productMain .rightMain{
    width: 910px;
}
.productBody .productMain .rightMain{
    padding-bottom: 30px;
}
.productBody .productMain .rightMain .productList{
    margin-left: -12px;
    margin-bottom: 100px;
}
.productBody .productMain .rightMain .productList li{
    margin-left: 12px;
}
.pageBody{
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
}
.pageBody .pageMain{
    background-color: #f0f0f0;
    height: 50px;
    line-height: 35px;
    text-align: right;
    padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pageBody .pageMain>div{
    display: inline-block;
}
.pageBody .pageMain a{
    margin: 0 5px;
}
.pageBody .pageMain a.on{
    color: #e70e2b;
}
.pageBody .pageMain a:hover{
    color: #0a8cd2;
}
.productBody .productMain .rightMain .pageClass{
    color: #555555;
    letter-spacing: 3px;
    font-size: 15px;
    line-height: 36px;
}

.aboutBody{
    max-width: 1060px;
    margin: 0 auto;
}
.aboutBody .leftMain{
    width: 300px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.aboutBody.borderBody .leftMain{
    border-top: 6px solid #404040;
}
.aboutBody .leftMain .leftModule{
    height: 495px;
    position: relative;
}
.aboutBody .leftMain .leftModule .time{
    font-size: 14px;
    color: #666;
}
.aboutBody .leftMain .leftModule .title{
    color: #333;
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0;
}
.aboutBody .leftMain .leftModule .det{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 22px;
    color: #666;
}
.aboutBody .rightMain{
    width: 735px;
}
.aboutBody .rightMain .rightModule{
    width: 620px;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
.aboutBody.borderBody .rightMain .rightModule{
    border-top: 6px solid #404040;
}
.aboutBody .rightMain .aboutInfo{
    width: 620px;
    padding: 10px 0 60px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.aboutBody .rightMain .aboutInfo .addrAbout{
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px;
}
.aboutBody .rightMain .aboutInfo img{
    max-width: 100%;
}
.aboutBody .rightMain .imgTab .imgShow{
    height: 495px;
    width: 100%;
    border: 1px solid #ddd;
}
.aboutBody .rightMain .imgTab .listImg{
    width: 100px;
    margin-top: 16px;
}
.aboutBody .rightMain .imgTab .listImg .listMain{
    height: 450px;
    margin: 10px 0;
    overflow-y: scroll;
	/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
	-ms-overflow-style:none;
	/*火狐下隐藏滚动条*/
	overflow:-moz-scrollbars-none;
}
.aboutBody .rightMain .imgTab .listImg .listMain::-webkit-scrollbar{width:0px}
.aboutBody .rightMain .imgTab .listImg .listMain img{
    width: 100px;
    height: 100px;
    margin: 9px 0;
}
.aboutBody .rightMain .imgTab .listImg .prevBtn{
    cursor: pointer;
}
.aboutBody .rightMain .imgTab .listImg .nextBtn{
    cursor: pointer;
}
.newBody{
    padding-bottom: 60px;
}
.newBody .pageBody{
    border: 0;
    max-width: 1060px;
    margin: 30px auto;
}
.moreModule{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}
.moreModule p a{ color: #333;}
.moreModule p a:hover{ color: #0a8cd2;}


@media screen and (max-width: 1185px) {
    .productBody .topModule .leftMain,.productBody .topModule .rightMain{ float: none;}
    .productBody .topModule .leftMain{ margin: 0 auto;}
    .productBody .topModule .rightMain{ width: 92%; margin: 10px auto;}
    .productBody .productTitle{ width: 92%; margin: 0 auto;}
    .productBody .productList,.aboutBody,.newBody .pageBody{ width: 94%; margin: 0 auto;}
    .productBody .productList li{ width: 19%; margin-left: 1%;}
    .productBody .productList li .img{ height: auto;}
    .productBody .productList li .listImg span{ display: none;}
    .productBody .productMain{width: 94%;margin: 20px auto; position: relative;}
    .productBody .productMain .rightMain .leftNav{ position: absolute; left: 0; top: 0; float: none;}
    .productBody .productMain .rightMain{ margin-left: 270px; width: calc(100% - 270px); float: none;}
    .productBody .productMain .rightMain .productList{ width: 100%;}
    .productBody .productMain .rightMain .productList li{ width: 24%; margin-left: 1%;}
    .aboutBody .rightMain{ width: 620px;}
    .aboutBody .rightMain .imgTab .listImg{ width: 100%; overflow: hidden; position: relative; margin: 0;}
    .aboutBody .rightMain .imgTab .listImg .prevBtn{transform:rotate(-90deg); position: absolute; left: -45px; top: 55px;}
    .aboutBody .rightMain .imgTab .listImg .nextBtn{transform:rotate(-90deg); position: absolute; right: -45px; top: 55px;}
    .aboutBody .rightMain .imgTab .listImg .listMain{ height: auto; white-space: nowrap; width: 590px; overflow: hidden; margin: 10px auto;}
    .aboutBody .rightMain .imgTab .listImg .listMain img{ margin: 0 9px;}
    .productBody .topModule .rightMain{ height: auto;}
    .productBody .topModule .rightMain .tabImgOrg{ position: static;}
}
@media screen and (max-width: 1000px) {
    .indexMain{ width: 92%; margin: 0 auto;}
    .productBody .productList li .listImg{ display: none;}
    .aboutBody .leftMain,.aboutBody .rightMain{ width: 100%;}
    .aboutBody .leftMain .leftModule{ height: auto;}
    .aboutBody .leftMain .leftModule .det{ position: static;}
    .aboutBody .rightMain{ float: none;}
    .aboutBody .rightMain .rightModule{ width: 100%; margin-top: 10px; text-align: center;}
    .aboutBody .rightMain .imgTab .imgShow{ width: auto; height: auto; max-width: 100%;}
    .aboutBody .rightMain .aboutInfo{ width: 100%;}
    .indexMain .botMainImg{
        margin-left: -1%;
    }
    .indexMain .botMainImg>div.comHover{
        width: 24%;
        height: auto;
        margin-left: 1%;
    }
}
@media screen and (max-width: 860px) {
    .productBody .productMain .leftNav{ width: 150px;}
    .productBody .productMain .leftNav .navList p{ width: 100%; text-align: center;}
    .productBody .productMain .rightMain{ margin-left: 170px; width: calc(100% - 170px);}
    .productBody .productMain .rightMain .productList{ margin-bottom: 50px;}
    .productBody .productMain .rightMain .pageBody{ width: calc(100% + 170px); margin-left: -170px;}
}
@media screen and (max-width: 680px) {
    .productBody .topModule .leftMain{ width: 90%; height: auto;}
    .productBody .productMain .rightMain .productList li{ width: 32%;}
    .pageBody .pageMain{ height: auto; line-height: 22px; padding: 15px;}
    .pageBody .pageMain>div{ display: block;}
}
@media screen and (max-width: 600px) {
    .indexMain .topMainImg .comHover{ width: 100%; margin-bottom: 10px;}
    .indexMain .botMainImg>div.comHover { width: 49%;}
    .indexMain .botMainImg>div, .indexMain .botMainImg>div>div{ margin-bottom: 10px;}
    .productBody .productMain .rightMain .productList li{ width: 46%; margin-left: 4%;}
    .aboutBody .rightMain .imgTab .imgShow{ width: 90%;}
    
}

