/*banner*/
.index-banner{ height: 600px;}
.index-banner li {
    background: url(../images/index-banner1.png) center no-repeat;
    display: inline-block;
    position: relative;
}
.index-banner li a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.index-banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 0.5);
}
.index-banner .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 15px;
    background-color: #e22434;
}
.index-banner .swiper-pagination-bullets {
    bottom: 20px;
}
.swiper-button-next, .swiper-button-prev {
    width: 28px;
    height: 51px;
}
.swiper-button-prev {
    background: url(../images/index-banner-left.png) no-repeat;
    left: 8%;
}
.swiper-button-next {
   background: url(../images/index-banner-right.png) no-repeat;
   right: 8%;
}
.index-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
/*第二屏*/
.index2 {
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0;
}
.index2-l {
    line-height: 35px;
}
.index2-l>span {
    color: #666666;
    font-weight: bold;
}
.index2-l>a {
    margin-right: 20px;
}
.index2-r {
    border: 1px solid #e4e4e4;
    width:305px;
    padding: 8px 50px 8px 15px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box; 
     position: relative;
     height: 40px;
}
.index2-r>input {
    width: 100%;
}
.index2-search {
    background: #e22434 url(../images/index-icon1.png) center center no-repeat;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    border-radius: 6px;
    right: 0;
    top: -1px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.index2-content{
    background-color: #f5f5f5;
    padding: 52px 0 57px;
}
.index2-ctl {
    width: 270px;
    background-color: #262525;
}
.index2-ctl-title {
    background-color: #e22434;
    padding: 18px 0 17px 42px;
    position: relative;
}
.index2-ctl-title>h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.index2-ctl-title>span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 2px;
    display: block;    
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #e22434;
    position: absolute;
    bottom: -9px;
    left: 46%;
}
.pt-menu-icon {
    border: 1px solid #949494;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px;
    margin-top: -3px;
}
.pt-menu-icon+em {
    color: #909090;
}
.pt-menu>li>a {
    font-size: 16px;
    color: #fff;
    background-color: #403e3e;
    display: block;
    padding: 15px 20px;
}
.pt-menu-item {
    padding: 5px 0;
}
.pt-menu-item>li a{
    display: block;
    color: #d2d2d2;
    padding: 8px 0;
    padding-left: 40px;
}
.pt-menu-item>li a>em {
    font-size: 13px;
    color: #757575;
    margin-right: 10px;
}
.pt-menu-item>li a:hover {
    color: #e22434;
}
.index2-ctr {
    padding-left: 40px;
    overflow: hidden;
}
.pt-crumbs-pre {
    font-size: 20px;
    color: #e22434;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #e22434;
    display: inline-block;
    
}
.pt-crumbs-tip {
    padding: 0 20px;
    color: #bdbdbd;
}
.pt-crumbs-next {
    font-weight: bold;
    font-size:20px;
    color: #484848;
}
.pt-more {
    color: #999999;
    margin-top: 10px;
}
.pt-more>em {
    padding:0 5px;
}
.index2-pt {
    width: 100%;
    padding-top: 10px;
}
.index2-pt>li {
    width: 31.9%;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
.index2-pt>li a {
    display: block;
    background-color: #fff;
    padding: 30px 0px 25px;
}
.index2-pt>li:nth-child(3n) {
    margin-right: 0;
}
.index2-pt-text {
    padding: 20px 10px 0;
    font-size: 16px;
    color: #484848;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.index2-pt>li:hover {
    box-shadow: 0 2px 20px #bbb;
    -webkit-transform: translateY(-2px);
       -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
         -o-transform: translateY(-2px);
            transform: translateY(-2px);
    border-bottom: 2px solid #e22434;
}
.index2-pt>li:hover .index2-pt-text {
    color: #e22434;
}
/*第三屏 */
.index3 {
    background:  #000;
    padding-top: 40px;
}
.index-public-title {
    font-size: 40px;
    color: #fff;
}
.index-public-p {
    font-size: 16px;
    color: #979797;
}
.index-public-p1,.index-public-p2 {
    color: #888888;
    font-size: 16px;
    padding-top: 15px;
}
.index-public-p2 {
    color: #fff;
}
.index3-link {
    color: #e22434;
    font-size: 16px;
    padding-top: 20px;
    display: inline-block;
}
.index-public-icon1,.index-public-icon2 {
    width: 16px;
    height: 12px;
    background: url(../images/index2-icon1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.index-public-icon2 {
     background: url(../images/index2-icon2.png) no-repeat;
}
.index3-box1 {
    margin-bottom: 105px;
}
.index3-box2 {
    padding-bottom: 40px;
}
.index3-box2-p1,.index3-box2-p2  {
    margin-top: 18px;
    border-top: 1px dashed #262626;
    margin-left: 110px;
}
.index3-box3 {
    background: url(../images/index2-bg2.png) left top no-repeat;
    background-size: 96% 96%;
    padding-top: 170px;
}
.index3-box3-cr {
    padding-top: 70px;
    width: 50%;
}
.index3-box2-p2 {
    margin-left: 120px;
}
.index3-box3-cr>img {
    display: inline-block;
}
.index3-box4 {
    background: url(../images/index2-bg3.png) right bottom no-repeat;
    background-size: 88% auto;
    margin-top: -20px;
    padding-bottom: 20px;
}
.index-box4-cr {
    margin-top: -60px;
}
.index3-box4-cl {
    padding-top: 70px;
    width: 50%;
}
.index-box4-cls .index-public-icon1,
.index-box4-cls .index-public-icon2 {
    margin-top: 20px;
}
.index-box4-cls p {
    width: 88%;
}
/*第四屏*/
.index4 {
    background-color: #282525;
    padding: 70px 0 90px;
}
.index4-box1 {
    padding: 0 66px;
}
.index4-box2-content {
    padding-top: 40px;
}
.index4-box2 {
    border-right: 1px solid #333030;
    border-bottom: 1px solid #333030;
}
.index4-box2>li {
    text-align: center;
    width: 33.33%;
    float: left;
    border-left: 1px solid #333030;
    border-top: 1px solid #333030;
    padding: 45px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index4-box2>li h6 {
    padding-top: 20px;
    font-size: 18px;
    color:#fff;
}
.index4-box2>li p {
    color: #888888;
    padding-top: 12px;
}
/*第五屏*/
.index5 {
    background: url(../images/index4-bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 92px;
}
.index5-content {
}
.index5-content>h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.index5-content-p1 {
    font-size: 36px;
    color: #fff;
    padding-top: 10px;
}
.index5-content-p2 {
    width: 50%;
    color: #d3d3d3;
    font-size: 16px;
    padding-top: 40px;
    line-height: 30px;
}
.index5-tab-title {
    padding: 70px 0 45px;
}
.index5-tab-title>li {
    background-color: #878787;
    padding: 10px 40px;
    color: #fff;
    float: left;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.index5-tab-title>li:hover {
    background-color: #e22434;    
}
.index5-tab-title>li:hover .triangle-down {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;   
}
.index5-tab-title>li.current {
    background-color: #e22434;
}
.index5-tab-title>li .triangle-down {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
}
.index5-tab-title>li.current .triangle-down {
    border-top: 9px solid #e22434;
}
/* .index5-tab-box:nth-of-type(2),.index5-tab-box:nth-of-type(3) {
    display: none;
} */
.index5 .pic-wrap {
    position: relative;
    width: 700px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100px;
    margin: auto;
}
.index5 .model {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 9999;
}
.index5 .pic-wrap img {
    width: 100%;
}
.index5-ul>li {
    float: left;
    /* margin-right: 20px; */
    width: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.index5-ul>li img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    
}
.index5-ul>li:last-child {
    margin-right: 0;
}
/*第六屏*/
.index6-bottom {
    background: url(../images/index6-bg.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 225px;
}
.index6-bottom {
    position: relative;
    text-align: center;
}
.index6-b-online {
    width: 243px;
    height: 86px;
    position: absolute;
    right: 10px;
    top: 60px;
}
.index6-bottom .number {
    color: #e22434;
    font-size: 36px;
}
.index6-bottom .btn {
    display: block;
    border-radius: 50px;
    border: 1px solid #e22434;
    line-height: 40px;
    color: #e22434;
    font-size: 16px;
}
/*第七屏 */
.index7 {
    padding: 60px 0 100px;
    background-color: #fff;
}
.index7-title {
    font-size: 28px;
    color:#231f20;
    font-weight: bold;
    font-family: 'SimHei';
    display: inline-block;
}
.index7-cl {
    width:65%;
}
.index7-cl-title>img {
    display: inline-block;
    margin-left: 10px;
}
.index7-cr {
    width: 35%;
    float: right;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index7-title-more {
    padding-top: 10px;
    display: inline-block;
    font-size: 16px;
    color: #888888;
}
.index7-box2 {
    padding-top: 40px;
}
.index7-box2-cl {
    width: 438px;
    height: 312px;
    overflow: hidden;
    position: relative;
}
.index7-banner  {
    position: relative;
}   
.index7-banner li {
    position: relative;
    background: url(../images/index6-banner1.png) center center no-repeat;
}
.index7-banner li img {
    width: 100%;
}
.index7-banner-p {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    left: 10px;
    z-index: 2;
}
.index7-banner-page {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
}
.index7-banner-page.swiper-pagination-bullets {
    z-index: 3;
    left: 368px;
}
.index7-banner-page .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    bottom: 10px;
    right: 10px;
} 
.index7-banner-page .swiper-pagination-bullet-active {
    background: #fff;
}
.index7-cl-list {
    width: 40%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index7-cl-time {
   width: 20%; 
   padding-right: 20px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.index7-cl-list li {
    padding-bottom: 30px;
}
.index7-cl-list li:last-child {
    padding-bottom: 0;
}
.index7-cl-time>p {
    color: #8f8f8f;
}
.index7-cl-time>span {
    font-size: 38px;
    color:#231f20;
}
.index7-cl-lp  {
    border-left: 1px dashed #888;
    width: 80%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index7-cl-lp a h6 {
    font-size: 16px;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index7-cl-lp a p {
    color: #777;
    padding-top: 10px;
}
.index7-cl-lp .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.index7-crl-title {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.index7-cr-list {
    margin-top: 40px;
    height: 308px;
}
.index7-cr-list .swiper-slide {
}
.index7-cr-item {
    color: #666;
    padding-top: 18px; 
 
}
.index7-cr-item>span {
    width: 8%;
}
.index7-cr-item>p {
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
    text-overflow: ellipsis;
}
.index7-cr-list>li {
    padding-bottom: 28px;
}
.index7-cr-list>li:last-child {
    padding-bottom: 0;
}
/*第八屏*/
.index8 {
    background-color: #f4f4f4;
    padding: 40px 0;
}
.index8-list {
    width: 100%;
}
.index8-list>li {
    float: left;
    height: 115px;
    background-color: #fff;
    width: 19%;
    margin-right: 10px;
}
.index8-list>li:last-child {
    margin-right: 0;
}
.index8-content {
    position: relative;
}
.index8-item-left,.index8-item-right {
    width: 14px;
    height: 22px;
    background: url(../images/index7-icon1.png) no-repeat;
    position: absolute;
    top: 50%;
}
.index8-item-left{
    left: -40px;
}
.index8-item-right {
    right: -40px;
     background: url(../images/index7-icon2.png) no-repeat;
}
/*product-detail*/
.pd-top {
    width: 100%;
}
.pd-tl {
    width: 55%;
    background-color: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-tl img {
    width: 100%;
}
.pd-tc {
    margin-left: 20px;
    position: relative;
    width: 11%;
}
.pd-tc-item{
    padding: 32px 0;
}
.pd-tc-item>li {
    width: 100px;
    height: 100px;
    border: 2px solid #e9e9e9; 
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pd-tc-pre,.pd-tc-next {
    width: 26px;
    height: 14px;
    background: url(../images/pt-icon1.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}
.pd-tc-pre {
    top: 10px;
}
.pd-tc-next {
    bottom: 10px;
    background: url(../images/pt-icon2.png) no-repeat;
}
.pd-tc-item>li.current {
    border: 2px solid #e22434;
}
.pd-tr {
    width: 43%;
}
.pd-tr-name {
    padding-bottom: 20px;
}
.pd-tr-text {
    border-top: 1px dashed #d5d5d5;
    padding: 10px 20px;
}
.pd-tr-text>p {
    padding-top: 20px;
    color: #666;
}
.pd-tr-text>p span {
    display: inline-block;
    width: 50%;
    vertical-align: top;    
}
.pd-tr-name {
    font-size: 30px;
    font-family: 'SimHei';
}
.pd-tr-share{
   /* background: url(../images/pt-bg1.png) left 60px bottom no-repeat;*/
    height: 16px;
    margin-top: 20px;
}
.pd-tr-share>span {
    vertical-align: top;
    margin-top: -2px;
    display: inline-block;
}
.pd-tr-share>a {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}
.pt-tr-link {
    margin-top: 40px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    background-color: #fff;
    font-size: 18px;
    color: #333;
    padding: 10px 65px;
    border-radius: 25px;    
}
.pd-list {
    margin-top: 40px;
    background-color: #fff;
}
.pd-list img {
    width: 100%;
}
.pd-tab {
    background-color: #eeeeee;
}
.pd-tab>li {
    padding: 20px 0;
    background-color: #fff;
    border-top: 2px solid #e22434;
    width: 180px;
    text-align: center;
    font-size: 18px;
}
.pd-list-item {
    padding: 50px 110px 100px;
}
.pd-list-item>h6 {
    font-size: 30px;
    color: #e22434;
    text-align: center;
    padding-bottom: 40px;
}
.pd-list-item>p {
    font-size: 18px;
    padding-top: 10px;
}
.pd-list-item>img {
    margin-top: 40px;
}
.pt-bottom {
    padding-top: 80px;
    position: relative;
}
.pt-bottom-list {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
}
.pt-bottom-list>li {
    width: 24%;
    padding: 30px 0;
    margin-right: 15px;
    float: left;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pt-bottom-list>li:last-child {
    margin-right: 0;
}
.pt-bottom-list>li:hover {
    margin-top: -3px;
    border-bottom: 2px solid #e22434;
    box-shadow: 0 2px 20px #bbb;
}
.pt-bottom-list>li:hover p {
    color: #e22434;
}
.pt-bottom-pre,.pt-bottom-next {
    width: 19px;
    height: 33px;
    background: url(../images/pt-icon3.png) no-repeat;
    position: absolute;
    top: 58%;
}
.pt-bottom-pre {
    left: -70px;
}
.pt-bottom-next {
    background: url(../images/pt-icon4.png) no-repeat;
    right: -70px;
}
.pd-list-item>img{width: 100%;}
@media (max-width: 1366px) {
    .pt-bottom-pre{left: -19px;}
    .pt-bottom-next {right: -19px;}
}
@media (max-width: 1250px) {
    .swiper-button-next{ right: 2%;} 
    .swiper-button-prev{left: 2%;}
    .index2-pt>li{width: 31%;}
    .index3{background: #000 url(../images/index2-bg1.png) top 100px right no-repeat;
        background-size: 60% auto;
    }
    .index3-box3 {
    background: url(../images/index2-bg2.png) left top no-repeat;
    background-size: 70% 70%;
    padding-top: 170px;
    }
    .index3-box3-cl,.index3-box3-cr,.index3-box2,.index3-box4-cl,.index-box4-cr {width: 50%; padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;}
    .index3-box3-cl>img,.index3-box3-cr>img,.index3-box2>img,.index3-box4-cl>img,.index-box4-cr>img{ display: inline-block; width: 100%;}
    .index6-list>li{width: 31%;}
    .index7-cl-list {width: 36%;}
    .index7-cr {width: 27%; padding-left: 20px;}
    .index8-list {width: 92%;margin: 0 auto;}
    .index8-item-left{ left: 20px;}
    .index8-item-right{right: 30px;}
    .index8-list>li img{width: 100%;}
    .pd-tr{width: 40%;}
    .pd-list-item{padding:50px 60px;}
    .pt-bottom-list>li{width: 23%;}
    .pt-bottom-list{padding-left: 10px; width: 90%;margin: 0 auto;}
    .pt-bottom-pre {left: 10px;}
    .pt-bottom-next{right: 10px;}
}
@media (max-width: 1024px) {
    .index7-cr,.index7-cl {width: 100%;}
    .index7-cr {margin-top: 30px;}
    .index7-cl-list {width: 50%;}
    .index2-ctl{width: 250px;}
    .pd-tc-pre, .pd-tc-next{left: 60%;}
    .index7 .clearfix{display:block;}
}
@media (max-width:920px) {
    .index2-r {margin-top: 10px;}
    .index2-pt>li{ width: 45%;}
    .index2-pt>li img {width: 100%;}
    .index2-pt>li:nth-child(2n){margin-right: 0;}
    .index2-pt>li:nth-child(3n){margin-right: 20px;}
    .pd-tr{width: 100%;}
    .pd-tl{width: 66%;}
    .pd-tc{width: 27%;}
    .pd-tc-pre, .pd-tc-next{left: 39%;}
    .index2-ctr {padding-left: 20px;}
    .pd-list-item{padding: 20px 30px;}
    .pt-bottom-list{width: 88%; margin: 0 auto;}
    .pt-bottom-list>li img {width: 100%;}
    .pt-bottom-list{padding-bottom: 50px;}
    .index2-ctl{width: 230px;}
    .index7-cl-lp{width: 75%;}
    .index7-cl-time{width: 24%;}
    .index7-cl-list{width: 40%;}
    .index8-list>li{height: 80px; width: 18%;}
    .pt-bottom-pre{left: 20px;}
    .pt-bottom-next{right: 20px;}
}
@media (max-width: 767px) {
    
    .index2-r { width: 100%; }
    .index-banner {height:30rem!important;}
    .index2-ctl{width: 100%;}
    .index2-pt>li img{width:100%;}
    .index2-pt-text,.pt-menu>li>a{font-size: .8rem;}
    .index2{padding: .8rem 0;}
    .index2-content{ padding: 2.6rem 0;}
    .index2-ctl-title>span{font-size: .75rem;}
    .index2-ctr{padding-top: 1rem; padding-left: 0; width: 100%;}
    .index2-pt>li {margin-right: 0rem;margin-top: 1rem;}
    .index3{padding-top: 3rem;background: #000 url(../images/index2-bg1.png) top 9rem right no-repeat; background-size: 100% auto;}
    .index3-box3-cl, .index3-box3-cr, .index3-box2, .index3-box4-cl, .index-box4-cr{
        width: 100%;padding: 0 1rem;}
    .index3-box2 {padding-top: 14rem;}
    .index3-box2-p1, .index3-box2-p2{margin-left: 4rem;}
    .index-public-p1, .index-public-p2 {font-size: .8rem;}
    .index3-box3{background: url(../images/index2-bg2.png) left top no-repeat;
    background-size:cover;padding-top:5rem;}
    .index3-box3-cr{margin-top: -5rem; }
    .index3-box4-cl, {padding-top: 3rem;}
    .index-box4-cr,.index3-box4-cl{padding-top: 5rem;}
    .index4,.index5{padding: 3.5rem 0 4.5rem;}
    .index4-box1{padding: 0 2rem;}
    .index4-box2>li{width: 100%; padding:2rem 1.5rem 1.5rem;}
    .index4-box2-content{padding-top: 2rem;}
    .index5-content>h2{font-size: 2rem;}
    .index5-content-p1{font-size: 1.8rem;}
    .index5-content-p2{width:100%;padding-top: 2rem; font-size: .8rem;}
    .index5-tab-title{padding:2rem 0 2rem;}
    .index5-tab-title>li{padding: .5rem 2rem;}
    .index5-tab-title>li:last-child{margin-right: 0;}
    .index5-ul>li{width: 43%; margin-bottom: 1rem;}
    .index6-list>li{width: 100%; margin-bottom: 1rem;}
    .index6-list-left, .index6-list-right{display: none;}
    .index6-item>h6{font-size: .9rem;}
    .index7-box2-cl{width: 100%; height: auto;}
    .index7-banner-page.swiper-pagination-bullets {left: 18rem;}
    .index7-cl-list{width: 100%;padding-top: 1rem;padding-left: 0;}
    .index7-title{font-size: 1.4rem;}
    .index7-cl-time>span{font-size: 2.2rem;}
    .index7-banner-p,.index7-cl-lp>h6,.index7-crl-title{font-size: .8rem;}
    .index7{padding: 3rem 0 5rem;}
    .index8-list {width: auto; height:4rem !important; }
    .index8-list>li{height: 5rem; width: 30%;   margin-bottom: .5rem;}
    .index8-item-left {left: 1rem;display: none;}
    .index8-item-right {right: 1rem;display: none;}
    .index8-list>li:nth-child(3){margin-right: 0;}
    .index7-box2{padding-top: 2rem;}
    .pt-crumbs-tip{padding: 0 1rem;}
    .pt-crumbs-pre,.pt-crumbs-next{font-size: 1rem;}
    .pt-more{margin-top: .3rem;}
    .index2-content .clearfix{display: block;}
    .pt-menu-item>li a {padding-left: 2rem;}
    .pt-menu>li>a{padding: .7rem 1rem;}
    .index4-box2>li h6 {font-size: .9rem;padding-top: 1rem;}
    
    .index6-b-online{position: initial;width: auto; height: auto; -webkit-background-size: contain;
    background-size: contain;}
    .index7-cl-lp{width: 75%;}
    .index6-bottom {
        padding: 30px 0 30px;
        height: auto;
        
    }
    .index6-bottom .number {
        font-size: 24px;
    }
    .index6-bottom .content { min-width: initial;padding: 10px 50px;
        background-color: rgba(0, 0, 0, .8);    margin: 0 10px; width: auto; }
    .pd-tr-name{font-size: 1.5rem;padding-bottom: 1rem;}
    .pd-tl{padding: 2.5rem 0;}
    .pd-tab>li{padding:1rem 0; width: 9rem;font-size: .9rem;}
    .pd-list-item{padding: 2rem;}
    .pd-list-item>h6{padding-bottom: 2rem;font-size: 1.5rem;}
    .pd-list-item>p{font-size: .9rem; padding-top: .5rem;}
    .pd-list-item>img{padding-top: 2rem;}
    .index7-title-more{padding-top: .5rem;}
    .pt-bottom-list{padding-left: 0;width: 100%;}
    .pt-bottom-list>li{width: 100%; margin-right: 0;}
    .pt-bottom-list>li img{ width: 100%;}
    .pt-bottom{padding-top: 4rem;}
    .pt-bottom-pre, .pt-bottom-next{display: none;}
    .index2-pt>li { width: 50%; margin-right: 0rem; }
    .index2-pt>li a{margin: 0 .5rem;padding: 1.5rem 0rem 1rem;}
    .index2-pt>li:nth-child(3n){margin-right: 0rem;}
    .pd-tl {
        width: 100%;
    } 
    .pd-tc { display: none; }  
    .rommSwipeContainer { width: 100%; }
}
@media (max-width: 667px) { 
    .index3{padding-top: 3rem;background: #000 url(../images/index2-bg1.png) top 12rem right no-repeat; background-size: 100% auto;}
    .index5-tab-title>li{padding: .5rem 1rem;}
    .pd-tc-pre, .pd-tc-next{left: 52%;}
}
@media (max-width: 370px) {
    .index7-box2{padding-top: 1rem;}
    .index7-box2-cl{width:100%; height: auto;}
    .index7-banner-page.swiper-pagination-bullets {left: 13rem;}
    .index3{padding-top: 3rem;background: #000 url(../images/index2-bg1.png) top 15rem right no-repeat; background-size: 100% auto;}
    .index3-box2-p1, .index3-box2-p2{margin-left: 0;}
    .index8-list>li{height: 4rem;}
    .pd-tc{margin-left: 1rem;}
    .pd-tc-item>li{width: 100%; height: 33%;}
    .pd-tc-item>li img {width: 100%;}
}