html {
    height: 100%;
}

body {
    font: 14px/1.5 '微软雅黑';
    background: #fff;
    color: #333;
}

body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, ul, ol {
    margin: 0
}

a,a:link,a:visited,a:hover,a:active{
    color: #000;
    text-decoration: none;
}
.allLink{
    width: 100%;
    height: 100%;
    display: block;
}
.w1200{
    width: 1200px !important;
    margin: 0 auto;
}

img {
    border: 0 none;
    vertical-align: middle
}

input, select, textarea {
    font-size: 12px;
    color: #333
}

input {
    vertical-align: middle;
    padding: 2px;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select, input, button {
    font: 14px/20px Verdana, Simsun, Helvetica, Arial, sans-serif;
}

em, i, cite, blockquote {
    font-style: normal
}

ul, ol {
    list-style: none outside;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

textarea {
    overflow-y: auto;
    padding: 3px
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ppr {
    position: relative;
}

.ppa {
    position: absolute;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}
.clearfix{
    clear: both;
}
.mlr5 {
    margin: 0 5px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mr15 {
    margin-right: 20px;
}

.mt10 {
    margin-top: 10px;
}
.mt50{
    margin-top: 50px;
}
.mt30{
    margin-top: 30px;
}
.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pl10 {
    padding-left: 10px;
}

.ptb20 {
    padding: 20px 0;
}

.red {
    background: #f75555;
}

.emstyle {
    font-style: italic
}

.clear {
    clear: both
}
.content{
    width: 1200px;
    margin: 0px auto;
}
.indexFsimg{
    width: 316px;
}

/*顶部样式*/

.pc-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
}
.pc-header .pc-header-c {
  width: 1372px;
  height: 80px;
  margin: 0 auto;
}
.pc-header .pc-header-c .logo {
  float: left;
  height: 60px;
  margin-top: 10px;
 /* margin-right: 135px;*/
}
.pc-header .pc-header-c .nav_list {
  float: right;
  margin-left: 30px;
  margin-right: 5px;
  margin-top: 15px;
  height: 50px;
}
.pc-header .pc-header-c .nav_list a {
  text-decoration: none;
  float: left;
  text-align: center;
  line-height: 50px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  color: #383a3a;
  transition: all 0.5s;
}
.pc-header .pc-header-c .nav_list a:hover {
  cursor: pointer;
  border-bottom: 2px solid #383a3a;
}
.pc-header .pc-header-c .nav_list a.active {
  border-bottom: 2px solid #383a3a;
}
.pc-header .pc-header-c .icons {
  float: left;
  width: 225px;
}
.pc-header .pc-header-c .icons img {
  width: 25px;
  height: 25px;
}
.pc-header .pc-header-c .icons img:hover {
  cursor: pointer;
}
.pc-header .pc-header-c .icons .search {
  margin-right: 5px;
}
.pc-header .pc-header-c .icons input {
  visibility: hidden;
  outline: none;
  border: none;
  border-bottom: 2px solid rgb(190, 190, 190);
}

/* @media screen and (min-width: 1200px) {
  #m-header {
    display: none;
  }
} */

.m-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.m-header .m-header-c {
  display: flex;
  justify-content: space-between;
  padding: .266667rem;
  width: 100%;
  height: 1.866667rem;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.3);
}
.m-header .m-header-c img {
  margin: 0.133rem;
  width: 1.06667rem;
  height: 1.06667rem;
}
.m-header .m_nav_list {
  position: absolute;
  /* bottom: -5.126667rem; */
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
.m-header .m_nav_list a {
  display: block;
  width: 100%;
  height: 1rem;
  color: #fff;
  line-height: 1rem;
  font-size: .426667rem;
  text-align: center;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.box {
  width: 100%;
  height: 300px;
  background-color: red;
}


/*底部样式*/



.footer {
    width: 100%;
    height: 83px;
    background-color: #333333;
}

.footer_frameTop {
    width: 100%;
    height: 51px;
}


.footer_frameBottom {
    width: 100%;
    height: 32px;
    background-color: #262626;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    line-height: 32px;
}

.footer_frameTop_heart {
    width: 1370px;
    height: 100%;
    margin: 0 auto;
    overflow: visible;
}

.frameTop_heart_item {
    width: 33.3%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.heart_item_logo {
    width: 107px;
    height: 126px;
    background: url(../img/footer_logo2.png) center no-repeat;
    position: absolute;
    top: -63px;
    left: 50%;
    margin-left: -53px;
}

.heart_item_line {
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    opacity: 0.5;
    margin-top: 50px;
    text-align: left;
}

.heart_item_span {
    width: 20%;
    height: 100%;
    background-color: #c73535;
}

.heart_item_list {
    width: 100%;
    margin-top: 18px;
    text-align: left;
}


.heart_item_listli {
    width: 33.3%;
    float: left;
}
.heart_item_listli a{
    color: #adadad;
}

.heart_listli_title {
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #adadad;
    margin-bottom: 26px;
    line-height: 26px;
}

.heart_listli_item {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    opacity: 0.5;
    line-height: 24px;
}

.heart_item_wximg {
    float: right;
}

.heart_item_img {
    width: 98px;
    height: 98px;
   
    margin-bottom: 8px;
}
.heart_item_img img{
    width: 100%;
    margin-bottom: 10px;
}
.heart_item_tips {
    font-family: SourceHanSansCN-Regular;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    opacity: 0.5;
    line-height: 16px;
}

.frameTop_heart_logotop {
    width: 100%;
    height: 126px;
    display: none;
    overflow: hidden;
}

.heart_logotop_img {
    width: 107px;
    height: 100%;
    background: url(../img/footer_logo.png) center no-repeat;
    margin: 0 auto;
    margin-top: 16px;
}


@media screen and (min-width:1200px) and (max-width:1370px) {
    .footer_frameTop_heart {
        width: 1200px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .footer_frameTop_heart {
        width: 992px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .footer {
        height: auto;
    }

    .footer_frameTop {
        height: auto;
    }

    .footer_frameTop_heart {
        width: 100%;
        height: auto;
    }

    .frameTop_heart_item {
        width: 100%;
        float: none;
    }

    .frameTop_heart_item:nth-child(3) {
        display: none;
    }

    .heart_item_line {
        display: none;
    }

    .heart_item_list {
        width: 100%;
        overflow: hidden;
        margin: 0;
    }

    .heart_item_listli {
        width: 100%;
        overflow: auto;
        float: none;
        margin: 20px 0 0 0;
    }

    .heart_listli_title {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    .heart_listli_item {
        width: 33.3%;
        text-align: center;
        float: left;
    }

    .heart_item_logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }

    .heart_item_wximg {
        float: none;
        margin: 0 auto;
        margin: 20px 0;
    }

    .heart_item_img {
        margin: 0 auto;

    }

    .heart_item_tips {
        text-align: center;
    }

    .frameTop_heart_logotop {
        display: block;
    }
}

@media (max-width: 767px) {
    .footer {
        height: auto;
    }

    .footer_frameTop {
        height: auto;
    }

    .footer_frameTop_heart {
        width: 100%;
        height: auto;
    }

    .frameTop_heart_item {
        width: 100%;
        float: none;
    }

    .frameTop_heart_item:nth-child(3) {
        display: none;
    }

    .heart_item_line {
        display: none;
    }

    .heart_item_list {
        width: 100%;
        overflow: hidden;
        margin: 0;
    }

    .heart_item_listli {
        width: 100%;
        overflow: auto;
        float: none;
        margin: 20px 0 0 0;
    }

    .heart_listli_title {
        width: 100%;
        text-align: center;
        margin-bottom: 6px;
    }

    .heart_listli_item {
        width: 33.3%;
        text-align: center;
        float: left;
    }

    .heart_item_logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
    }

    .heart_item_wximg {
        float: none;
        margin: 0 auto;
        margin: 20px 0;
    }

    .heart_item_img {
        margin: 0 auto;
         margin-bottom: 10px;
    }

    .heart_item_tips {
        text-align: center;
    }

    .frameTop_heart_logotop {
        display: block;
    }

}


/*banner样式*/

.banner {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.banner .bd {
    position: relative;
    min-width: 1410px;
    height: 100%;
    z-index: 0;
    background-size: cover;
}

.banner .hd {
    overflow: hidden;
    height: 50px;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 0px;
    z-index: 1;
}

.banner .hd ul {
    position: absolute;
    left: 50%;
    margin-left: -61px;
}

.banner .hd ul li {
    float: left;
    margin-right: 20px;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    opacity: 0.4;
    cursor: pointer;
}

.banner .hd ul .on {
    background: url(/img/banner-on.png) center no-repeat;
    opacity: 1;
    color: #fff;
    width: 16px;
    height: 16px;
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    background: no-repeat center #000;
    height: 1153px;
    background-size: auto 100%;
}

.banner .prev,
.banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 58px;
    height: 85px;
    background: url(/img/slider-arrow.png) left center no-repeat;
    filter: alpha(opacity=50);
}

.banner .next {
    left: auto;
    right: 3%;
    background-position: right center;
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .prevStop {
    display: none;
}

.banner .nextStop {
    display: none;
}
.banner .bx-wrapper,.banner .bx-viewport,.banner ul{
    height: 100% !important
}

.banner .bx-wrapper .bx-pager{
    bottom: 50px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 4px;
    margin: 0 2px;
    outline: 0;
    border-radius: 0px；
}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #c73535;
}

/*企业简介*/
.introduction_new{
  width: 1200px;
  margin: 50px auto;  
  background: #fff;
  overflow: hidden;
}
.introduction {
    width: 1200px;
    height: 565px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.introduction_row{
    width: 100%;
    float: left;
}
.topLeft_img img,.topRight_img img{
    width: 740px;
    float: left;
}
.topLeft_img video{
    width: 740px;
    float: left;
}
.topLeft_info{
    width: 380px;
    margin-left: 30px;
    margin-top: 30px;
    float: right;
    text-align: justify;
}
.topLeft_info h3 span{
    font-size: 38px;
    line-height: 60px;
    font-weight: bold;
    border-bottom: 3px solid #000;
}
.topLeft_info h4{
    font-size: 29px;
    line-height: 50px;
    text-transform: Uppercase;
}
.topLeft_info p{
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
}
.topright_info{
    width: 380px;
    margin-left: 0px;
    margin-top: 50px;
    float: left;
    text-align: justify;
}

.topright_info p{
    font-size: 14px;
    line-height: 28px;
    margin-top: 50px;
}
.topRight_img{
    width: 740px;
    float: right;
    position: relative;
}
.topRight_img img{
    position: absolute;
    top: -60px;

}
.topRight_img video{
    width: 100%;
    top: -60px;
      position: relative;
}
.topRight{
    float: right;
    width: 50%;
}
.introduction .company-info {
    width: 525px;
    height: 273px;
    display: block;
    padding: 20px 50px 20px 50px;
    float: left;
    z-index: 10;
    position: absolute;
    top: 90px;
    left: 0;
    color: #fff;
    background: #fff url(../img/company-info-bj.jpg) no-repeat center;
}

.mt100{
    margin-top: 150px;
}
.topbanner li{
    position: relative;
    background-size: cover;
}
.banner_in_text{
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0px;
    color: #fff;
    min-height: 50px;
    background: rgba(0, 0, 0, .3);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    justify-items: center;
    justify-content: space-around;
    align-items: center;
}
.banner_in_text_news a{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.incenter li{
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
}
.news_list{
    width: 100%;

}
.news_list li{
    margin-bottom:90px ;
    display: block;
    height: 450px;
}
.news_list_left{
    width: 50%;
    float: left;
    height: 450px;

}
.news_list_right h3{
    padding-left: 20px;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}
.news_list_right p{
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;

}
.news_list_right{
    width: 50%;
    float: right;
    height: 450px;
    position: relative;
}
.inputtime{
    position: absolute;
    bottom: 0px;
    left: 10px;
    color: #999;
    font-size: 14px;
}
.news_detail{
    font-size: 14px;
    line-height: 28px;
    position: relative;
}
.news_detail .backnews{
    position: absolute;
    left: -120px;
    top: 0px;
    line-height: 30px;
    height: 30px;
}
.news_detail img{
    max-width: 100%;
}
.goback{
    text-indent: 20px;
    font-size: 20px;
    display: inline-block;
    background: url('../img/back.jpg') no-repeat left center;
}
.topTime{
    font-size: 12px;
    line-height: 28px;
    color: #666;
}
.gray_blcok{
    width: 100%;
    background: #f4f4f4;

}
.block_title{
    text-align: center;
    padding-top: 30px;
    color: #383a3a;
}
.block_title h3{
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
}
.block_title h4{
    font-size: 14px;
    text-transform: Uppercase;
}

.block_tab{
    width: 100%;

}
.block_tab ul{
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom:20px;
}
.block_tab ul li{
    display: inline-block;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 50px;
    color: #383a3a;
    cursor: pointer;
}
.block_tab ul .active{
    border-top: 1px solid #383a3a;
}

.block_tab ul li:hover{
    border-top: 1px solid #383a3a;
}

.blcok_tab_in{
    position: relative;
    height: 500px;
    overflow: hidden;
}


.blcok_tab_in .active {
      z-index: 100;
      display: block;
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
            animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}



.blcok_tab_in_item{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
    background-size: cover !important;
    z-index: 0;
    display: none;
    
}
.tech_show_item{
    width: 100%;
    height: 660px;
    float: left;
    position: relative;
}
.tech_show_item .inp{
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 500px;
}

.gift_list{
    width: 100%;
    height: 740px;
    background: url(../img/lpbg.png) center no-repeat #000;
    background-size: cover;
}
.gift_list .bx-wrapper{
    max-width: 100% !important;
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 100px;

}
.gift_list  .bx-wrapper .bx-controls-direction a{
    width: 122px;
    height: 52px;
    bottom: auto;
    top: auto;
    position: relative;
    left: auto;
    right: auto;
}
.gift_list .bx-wrapper .bx-next:focus,.gift_list  .bx-wrapper .bx-next:hover{
    background-position: 0 0;
}
.gift_list .bx-controls-direction{
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.gift_list .bx-wrapper .bx-prev {
    left: auto;
    background: url(../img/lp_prev.png) no-repeat;
}
.gift_list .bx-wrapper .bx-next {
    right: auto;
    background: url(../img/lp_next.png) no-repeat;
}
.gift_slider {
    width: 100%;
    height: 429px;
    position: relative;
}
.gift_slider li{
    width: 370px;
    height: 429px;
    opacity: .5;
    cursor: pointer;
    position: relative;
    /*display: inline-block;*/
    background-size: cover !important;
}
.gift_slider li:hover{
    opacity: 1;

}
.znbox{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.znbox h3{
    margin-top: 10px;
    font-size: 18px;
    line-height: 40px;
}
.znbox div{
    width: 350px;
}
.znbox div img{
    width: 100%;
}
.gift_slider li:hover p{
    opacity: 1;
}

.gift_slider li p{
    opacity: 0;
    line-height: 40px;
    font-size: 20px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.gift_slider .active{
     opacity: 1 !important;
}
.gift_slider .active p{
     opacity: 1 !important;
}
.white_block{
    width: 100%;
    background: #fff; 
    float: left;

}
.top_footer{
    height: 80px;
    width: 100%;
    display: block;
    background: #e6e6e6;
}
.blcok_team{
    width: 1200px;
    margin: 50px auto;
}
.blcok_team li{
    float: left;
    width: 290px;
    margin: 0px 5px;
    color: #383a3a;
}
.blcok_team li h3{
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.blcok_team li h4{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.team_img {
    width: 100%;
    height: 370px;
    background-size: cover  !important;
    position: relative;


}

.team_info{
    font-size: 15px;
    line-height: 24px;
    height: 370px;
}
.team_info p{
    padding:0px 5px;
    text-align: left;

}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom: 0px;
    left: 140px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 0px;
    left: 140px;
}
.toEnd{
    display: flex;
    align-items: flex-end;
}
.news_block{
    width: 1200px;
    margin: 50px auto;
}

.newslist{
    width: 380px;
    float: left;
}
.newslist a{
    width: 100%;
    height: 100%;
    display: block;
}

.newslist li{
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.newslist li:hover .hidep{
    opacity: 1;
}
.newsCenter:hover .hidep{
    opacity: 1;
}
.newsCenter a{
    width: 100%;
    height: 100%;
    display: block; 
}

.hidep{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    bottom: 0px;
    opacity: 0;
}
.morenews{
    text-align: center;
    margin:20px auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.newsCenter{
    width: 400px;
    height: 480px;
    float: left;
    margin:auto 20px;
    background-size: cover !important;
    border-radius: 20px 0 0 0;
    position: relative;
}
.setrongyu{
    background: url('../img/rongyu.png') no-repeat center;
    background-size: cover;
    height: 668px;
}
.colorWhite{
    color: #fff;
}
.row4{
    display: flex;
}

.row4 li{
    width: 25%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px;
    margin-left: 0px;
}

.RongYu_blcok{
    width: 1200px;
    margin: 10px auto;
    margin-top: 150px;

}
.RongYu_blcok li{
    width: 380px;
    height: 390px;
    display: inline-block;
    
    position: relative;
    overflow: visible !important;
    margin-top: 40px;
    margin-bottom: 20px;
    
}
.RongYu_blcok li div{
    box-shadow: 4px 5px 4px 0px #999;
    background: #fff;
    height: 390px;
    width: 380px;
}
.RongYu_blcok .active{
    z-index: 100;
}
.RongYu_blcok .active div{
    width:440px;
    height: 450px;
    position: absolute;
    left: -30px;
    top:-30px;
    background: #fff;
    
}
.RongYu_blcok .bx-wrapper{
    max-width: 1200px !important;
}
.RongYu_blcok .bx-wrapper{
    background: none;
    border: none;
    box-shadow: none;
}
.RongYu_blcok .bx-wrapper  .bx-prev{
    background: url('../img/prev.png') no-repeat;
    width: 58px;
    height: 85px;
    top:200px;
    left: -66px;
}
.RongYu_blcok .bx-wrapper  .bx-next{
    background: url('../img/next.png') no-repeat;
    width: 58px;
    height: 85px;
    top:200px;
    right: -50px;
}
.RongYu_blcok .bx-wrapper .bx-next:focus, .RongYu_blcok .bx-wrapper .bx-next:hover {
    background-position: 0;
}
.RongYu_slider{
    padding-bottom: 20px;
    float: left;
}
.RongYu_blcok .bx-viewport{
    padding-bottom: 90px;
}

.stab{
    position: relative;
    min-height: 340px;
}
.stab .active{
    opacity: 1;
    z-index: 100;
}

.partners-content{
    width: 100%;
    display: flex;
    overflow: hidden;
    background: #ddd;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    box-shadow: 5px 5px 11px 3px #ddd;
    position: absolute;
    z-index: 0;
    opacity: 0;

}
.partners-content li{
    height: 150px;
    width: 24.9%;
    margin-bottom: 1px;
    background: #fff;
    flex-wrap:  wrap;
    /*cursor: pointer;*/
    opacity: .8;
    position: relative;
    /*border: 1px solid #ddd;*/
    /*display: flex !important;*/
}
.partners-content li:hover{
    /*//border-top: 3px solid #e39a9a;*/
    opacity: 1;
}
.partners-content li:hover span{
    /*//border-top: 3px solid #e39a9a;*/
    display: block;
}

.partners-content li span{
    width: 100%;
    height: 4px;
    background: #e39a9a;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.partners-content a{
    width: 100%;
    height: 100%;
    display: block;
}

.s_tab{
    width:1200px;
    margin: 40px auto;
}
.s_tab li{
    width:49%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.s_tab .active span{
    border-top: 1px solid #383a3a;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    line-height: 40px;
}


.leaveMsg_blcok{
    width:100%;
    background: #e6e6e6;
}

.msg_left{
    width: 590px;
    float: left;
}
.msg_right{
   width: 520px;
    float: right; 
}
.msg_title{
    width: 100%;
    font-size: 30px;
    color: #c73535;
}
.msg_title span{
    font-size: 16px;
    color: #666;
}

.msg_form{
    width: 100%;
    margin-top: 30px;
}

.msg_row{
    width:100%; 
    margin-bottom: 20px; 
    float: left;
}

.msg_row span{
    width: 70px;
    float: left;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}
.msg_row input{
    width: 340px;
    height: 30px;
    background: #fff;
    border:none;
    float: left;
}

.msg_row textarea{
    width: 340px;
    height: 130px;
    background: #fff;
    border:none;
    float: left;
}


.aboutculture{
   background: url(../img/oldman.png) no-repeat center;
    background-size: cover;
    height: 668px; 
    margin-top: 140px;
}
.cultureList{
    width: 1200px;
    margin: 150px auto;
    color: #fff;
   
}
.cultureList ul{
    
     width: 100%;
    
}
.cultureList li{
    width: 398px;
    
    float: left;
    height: 140px;
}
.cultureList li h3{
    font-size: 20px;
    line-height: 40px;
    padding-left: 40px;
    margin-top: 30px;
}
.cultureList li p{
    font-size: 14px;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 40px; 
}
.cultureList li:nth-child(1){
  
    border-bottom: 1px solid #a5a6a5;
}
.cultureList li:nth-child(3){
  
    border-bottom: 1px solid #a5a6a5;
}


.cultureList li:nth-child(2){
    border-left: 1px solid #a5a6a5;
    border-right: 1px solid #a5a6a5;
    border-bottom: 1px solid #a5a6a5;
}


.cultureList li:nth-child(5){
    border-left: 1px solid #a5a6a5;
    border-right: 1px solid #a5a6a5;
   
}


.allinfo{
    line-height: 30px;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.allinfo img{
    max-width: 100%;
    margin-top: 20px;
}

.index_map{
    width: 350px;
    box-shadow: 2px 2px 4px 6px #ddd;
}
.send_btn{
    width: 206px;
    height: 30px;
    line-height: 30px;
    background: #383a3a;
    color: #fff;
    display: block;
    margin-left: 70px;
    text-align: center;
}

.introduction .company-info .title {
    font-size: 28px;
}

.introduction .company-info .line {
    margin-top: 26px;
    width: 50px;
    height: 0;
    border-bottom: 3px solid #fff;
}

.introduction .company-info .text {
    margin-top: 26px;
    font-size: 16px;
}

.introduction .company-video {
    width: 616px;
    height: 350px;
    float: right;
    z-index: 20;
    position: absolute;
    top: 135px;
    right: 0;
    background: #fff url(../img/company-video-bj.jpg) no-repeat center;

}

.introduction .btn {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    position: absolute;
    top: 460px;
    left: 150px;
    color: #999999;
    font-size:12px;
    text-align: center;
    line-height:40px;
}

.class-head {
    text-align: center;
    padding: 45px 0px;
}

.class-head h2 {
    font-size: 28px;
    font-weight: 400;
    color: #444444;
}

.class-head .text {
    font-size: 11px;
    font-weight: 400;
    color: #444444;
    line-height: 19px;
}

.culture {
    height: 680px;
    width: 100%;
    background-color: #F6F6F6;
    min-width: 1200px;
}

.culture li {
    width: 400px;
    float: left;
    height: 240px;
    background-color: #eee;
}

.culture .info {
    background-color: #fff;
    width: 280px;
    height: 120px;
    padding: 60px;
}

.culture .info .tit {
    color: #444444;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 21px;
}

.culture .info .text {
    color: #999;
    height: 60px;
    font-size: 12px;
}

.culture .info .time {
    color: #999;
    font-size: 12px;
}

.culture .img {
    width: 400px;
    height: 240px;
}

.culture .info .purpose {
    width: 65px;
    height: 25px;
    border-bottom: #C73535 1px solid;
    color: #C73535;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 16px;
}

.idea {
    padding-bottom: 120px;
}

.idea .idea-item {
    width: 580px;
    height: 380px;
}

.idea .idea-item .title {
    color: #444444;
    font-size: 16px;
    margin-bottom: 10px;
}

.idea .idea-item .text {
    color: #999999;
    font-size: 14px;
}

.idea .idea-item .img {
    width: 580px;
    height: 295px;
    background-color: #eee;
    margin-bottom: 20px;
    position: relative;
}

.idea .idea-item .img img {
    width: 100%;
    height: 100%;
}

.idea .idea-item .link {
    width: 140px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.idea .idea-item .time {
    color: #FFFFFF;
    font-size: 12px;
    display: block;
    float: left;
    width: 100px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    opacity: 0.3;
    background-color: #000000;
}

.idea .idea-item .btn {
    display: block;
    width: 40px;
    background: url(/img/arrow.png) center no-repeat;
    height: 40px;
    float: left;
}

/*产品风尚*/

.pic-scroll {
    overflow: hidden;
    position: relative;
}

.pic-scroll .hd {
    height: 45px;
    margin-top: 60px;
    margin-bottom: 95px;
}

.pic-scroll .hd .prev,
.pic-scroll .hd .next {
    display: block;
    width: 67px;
    height: 45px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(/img/fashion-arrow-left.png) center no-repeat;
}

.pic-scroll .hd .next {
    background: url(/img/fashion-arrow-right.png) center no-repeat;
}

.pic-scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.pic-scroll .bd ul li {
    width: 316px;
    height: 319px;
    margin-right: 27px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.pic-scroll .bd .pic {
    width: 316px;
    height: 217px;
}

.pic-scroll .bd .title {
    color: #444444;
    font-size: 18px;
    padding: 18px 0px;
}

.pic-scroll .bd .text {
    color: #999999;
    font-size: 13px;
}

/*精工制造*/

.seiko {
    background: #F6F6F6;
}

.seiko-item {
    height: 178px;
    width: 580px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    margin-right: 40px;
    float: left;
}

.seiko-item.mr0 {
    margin-right: 0px;
}

.seiko-item .img {
    width: 230px;
    height: 158px;
    position: absolute;
    top: 0;
    left: 0;
}

.seiko-item .info {
    margin-top: 28px;
    margin-left: 20px;
    width: 314px;
    height: 150px;
    padding: 28px 36px 35px 230px;
    background: #FFFFFF;
}

.seiko-item .info .title {
    color: #444444;
    font-size: 16px;
}

.seiko-item .info .text {
    margin-top: 10px;
    color: #999999;
    line-height: 22px;
}

/*品牌咨询*/
.service {
    min-width: 1200px;
    width: 100%;
    height: 678px;
    background: #C73535;
}

.service .service-title {
    padding: 48px 0px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}


/*产品展示*/
.product-banner {
    min-width: 1200px;
    height: 717px;
    background: #fff url(../img/product-banner-bj.jpg) no-repeat center;
}

.content-main {
    width: 1200px;
    height: auto;
    margin: 50px auto 50px auto;
    padding: 0;
    display: block;
}

.content-main .product-list {
    width: 230px;
    height: auto;
    margin: 0 35px auto 0;
    padding: 0;
    float: left;
}

.content-main .product-list a:hover {
    color: #C73535;
}

.content-main .product-list li {
    margin-top: 27px;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px solid #dadada;

}

.content-main .product-list h2 {
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #e40007;
}

.content-main .product-show {
    width: 933px;
    margin: 0 1px auto 1px;
    padding: 0;
    height: auto;
    float: left;
}

.product-show .breadcrumb {
    text-align: right;
}

.product-show .breadcrumb a {
    margin: 0 10px 0 10px;
}

.product-show .product-list-box {
    width: 277px;
    height: 390px;
    margin: 25px 51px 0 0;
    float: left;
    display: block;
}

.product-show .product-mr0 {
    margin-right: 0;
}

.product-show .product-title-cn,
.product-show .product-title-en {
    text-align: center;
    width: 277px;
    line-height: 11px;
    font-size: 11px;
    display: block;
}

.product-show .product-short-line {
    width: 23px;
    height: 0px;
    border-bottom: 1px solid #c9c9c9;
    margin: 5px 127px 5px 127px;
}

.product-show .product-title-cn {
    margin-top: 25px;
}

.product-show .product-title-en {
    margin-bottom: 25px;
}

.product-show .page-list {
    width: 347px;
    height: 30px;
    padding: 65px 293px 65px 293px;
    display: block;
    font-size: 11px;
    line-height: 28px;
}

.product-show .page-list li,
.product-show .page-list ul,
.product-show .page-list span {
    float: left;
}

.product-show .page-list li a,
.product-show .page-list span {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 10px;
    display: block;
    text-align: center;
}

.product-show .page-list li a {
    border: 1px solid #b5b5b5;
}


/* 画板 */
.huaban-banner {
    min-width: 1200px;
    height: 704px;
    background: #fff url(../img/huaban-banner-bj.jpg) no-repeat center;
}

.huaban-main {
    width: 1020px;
    height: 950px;
    margin: 50px auto 50px auto;
    padding: 70px 90px 70px 90px;
    background-color: #e6e6e6;
}

.huaban-main h1 {
    font-size: 30px;
    color: #c73535;
}

.huaban-main h1 span {
    font-size: 20px;
    color: #666666;
}

.huaban-main .huaban-main-info {
    width: 1020px;
    height: 338px;
}

.huaban-main .huaban-main-contact {
    width: 530px;
    height: 338px;
}

.huaban-main .huaban-main-contact li {
    margin: 23px 0 23px 0;
    line-height: 30px;
    font-size: 18px;
}

.huaban-main .huaban-main-map {
    width: 478px;
    height: 338px;
    border: 1px solid #cccccc;
}

.huaban-main .solid-line {
    width: 1020px;
    height: 0px;
    border-bottom: 1px solid #cccccc;
    margin: 50px 0 50px 0;
}

.huaban-main .huaban-main-form {
    width: 1020px;
    text-align: left;
    font-size: 13px;
}

.huaban-main .huaban-main-form div {
    height: 44px;
    line-height: 44px;
}

.huaban-main .huaban-main-form .input {
    width: 404px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.huaban-main .huaban-main-form textarea {
    width: 955px;
    height: 123px;
    line-height: 20px;
    border: 1px solid #cccccc;
}

.huaban-main .huaban-main-form .submit {
    width: 260px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    display: block;
    background-color: #383a3a;
}

.huaban-main .huaban-main-form .l-span {
    width: 55px;
}

.huaban-main .huaban-main-form .r-span {
    width: 83px;
    margin-left: 60px;
}

.huaban-main .huaban-main-form .l-span,
.huaban-main .huaban-main-form .r-span,
.huaban-main .huaban-main-form .input,
.huaban-main .huaban-main-form textarea,
.huaban-main .huaban-main-form .submit {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*品牌咨询*/

.service {
    min-width: 1200px;
    width: 100%;
    background: #C73535;
}

.service .service-title {
    padding: 48px 0px;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

.service .service-pic {
    width: 380px;
    height: 230px;
    margin-bottom: 20px;
    float: left;
}

.service .service-col {
    float: left;
    height: 480px;
    width: 380px;
}

.service .service-main {
    margin: 0px 21px;
}

.service-cont .text-box {
    position: absolute;
    z-index: 999;
    margin-top: -40px;
    padding-left: 20px;
    width: 360px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
}

/*产品展示*/

.product {
    width: 100%;
    height: 700px;
    min-width: 1200px;
    background: #222222 url(../img/product-list-bj.jpg) no-repeat center;
    overflow: hidden;
}

.product .product-title {
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 53px;
    width: 200px;
    height: 53px;
    border-bottom: 1px #FFFFFF solid;
    margin: 46px auto;
    position: relative;
}

.product .product-title span {
    display: block;
    width: 50px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
}

.pproduct-scroll {
    overflow: hidden;
    position: relative;
}

.product-scroll .hd {
    height: 52px;
    width: 245px;
    margin: 52px auto 0px;
    text-align: center;
}

.product-scroll .hd .prev, .product-scroll .hd .next {
    display: block;
    width: 122px;
    height: 52px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    background: url(/img/arrow-left.png) center no-repeat;
}

.product-scroll .hd .next {
    background: url(/img/arrow-right.png) center no-repeat;
}

.product-scroll .bd ul {
    overflow: hidden;
    zoom: 1;
}

.product-scroll .bd ul li {
    width: 370px;
    height: 399px;
    margin-right: 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    background-color: #C73535;
}

.product-scroll .bd ul li a {
    width: 370px;
    height: 399px;
    position: relative;
    display: block;
}

.product-scroll .bd a .product-info {
    display: none;
}

.product-scroll .bd a:hover .product-info {
    display: block;
}

.product-scroll .bd .product-img {
    width: 370px;
    height: 399px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.product-scroll .product-info {
    width: 370px;
    height: 399px;
    color: #FFFFFF;
}
.product-scroll .product-info  .mask{
    background: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 370px;
    height: 399px;
    top: 0;
}
.product-scroll .product-info .text{
    padding: 63px;
    width: 244px;
    height: 273px;
    position: absolute;
    left: 0;
    top: 0;
}
.product-scroll .product-info .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

.product-scroll .product-info .text {
    font-size: 12px;
    line-height: 22px;
}
.showphone{
	display: none;
}

}



@media screen and (max-width: 1680px) {
    body {
        min-width: 1680px;
    }

    /* .nav{margin-right: 3.5%;} */
    /* .logo{width: 300px;} */
    .indexfivecont {
        width: 100%;
    }

}

@media screen and (max-width: 1440px) {
    body {
        min-width: 100%;
    }

    .logo {
        margin-left: 1.5%
    }

    /* .city{width: ;} */
    .nav {
        margin-right: 1.5%;
    }


}

@media screen and (max-width: 1280px) {
    /* .header{height: 80px;}
	.logo{height: 80px}
	.nav{width:900px}
	.nav ul li a{width: 128px;height:80px;line-height:80px;font-size: 18px;}
	.pt135{padding-top: 80px;}
	.nav ul li .navchild{top:81px;} */
}

@media screen and (max-width: 1024px) {
    body {
        min-width: 100%;
    }

   
}

@media screen and (max-width: 769px) {
	.showpc{
		display: none;
	}
	.showphone{
		display: block;
	}
.introduction_new{
width: 100%;	
}
.topLeft_img img{
	width: 100%;
}
.topLeft_info{
	width: 100%;
}
.topLeft_info h3 span{
	font-size: 30px;
}
.topLeft_info h4 {
	font-size: 21px;
	line-height: 17px;
}
.topRight_img{
width: 100%;	
}
.topRight_img img{
	width: 100%;
	top: 0px;
}


.topright_info {
	width: 100%;
 margin-top: 200px;	
}
.gray_blcok{
	margin-top: 60px;
}
.topLeft_info h3{
	padding-left: 10px;
}
.topLeft_info h4{
	padding-left: 10px;
}
.topLeft_info p{
	padding-left: 10px;
	padding-right: 10px;
}
.topright_info p{
	padding-left: 10px;
	padding-right: 10px;
}
.blcok_tab_in_item{
	width: 100%;
	height: 250px;
	background-size: cover !important; 
	background-position: center center; 
}
.blcok_tab_in{
	height: 250px;
}
.blcok_team li{
	float: none;
	display: block;
	margin: auto;
}
.blcok_team{
	width: 100%;
}
.team_info{
	height: 310px;
}
.news_block{
	width: 100%;
}
.newsCenter{
	background-size: cover !important;
	background-position: center center !important;
	width: 100%;
	height: 230px;
	margin: 0px;
	border-radius: 0px;
}
.newslist{
	margin-top: 20px;
	width: 100%;
}
.partners-content li{
	    height: 120px;
	    width: 48.9%;
	    margin: 2px;
}
.w100a{
	width: 100% !important;
}
.s_tab{
	width: 100%;
	font-size: 18px;
}
.s_tab li{
	width: 48%;
}
.w83a{
	width: 87% !important;
}
.msg_form{
	width: 100%;
}
.msg_row{
	width: 95%;
	font-size: 18px;
	display: flex;
}
.msg_row span{
	width: 25%;
}
.msg_row input{
	width: 75%;
}
.msg_left{
	width: 100%;
	float: none;
}
.leaveMsg_blcok{
	margin-top: 80px;
}
.msg_right{
	width: 100%;
	float: none;
}
.msg_row textarea{
	width: 75%;
}
.index_map{
	width: 100%;
}
.newslist ul{
	display: flex;
	    align-items: center;
	    justify-content: space-evenly;
}
.newslist ul li{
	    width: 45%;
	    height: 100px;
		display: block;
}
.goTab{
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	    white-space: nowrap;
	    overflow-y: hidden;
	    overflow-x: scroll;
	    margin-top: 30px;
	    margin-bottom: 20px;
}
.block_tab ul li {
	    display: inline-block;
	    padding-left: 20px;
	    padding-right: 20px;
	    font-size: 13px;
	    line-height: 50px;
	    color: #383a3a;
	    cursor: pointer;
}
.partners-content li{
	    height: 90px;
	    width: 48%;
	    margin: 3px;
		background-size: 100% 100% !important;
}
.leaveMsg_blcok{
	margin-top: 100px !important;
}
.banner{
	min-width: 100%;
}
.topbanner li{
	width: 100vw;
	height: 100%;
	background-size: cover !important;

}
.banner{
	height: 280px !important;
}
.banner_in_text p{
	width: 100%;
	font-size: 15px;
}
.allinfo{
	width: 90% !important;
	margin: auto;
	font-size: 15px;
}
.block_tab{
	width: 100% !important;
}
.blcok_tab_in {
	width: 100% !important;
}

/* .gotab2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.gotab2 li{
	width: 45% !important;
} */
.stab{
	width: 100% !important;
}
.gotab2 li{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.tech_show_item {
	height: 400px;
}
.tech_show{
	width: 100% !important;
}
.tech_show_item .inp {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 90%;
	font-size: 15px;
	color: #ffffff;
}
.slideInUp{
	width: 100% !important;
}
.white_block{
	margin-top: 60px;
}
.znbox{
	display: inline-block !important; 
}
.znbox div{
	width: 90vw;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.znbox div p{
	font-size: 15px;
}
.cultureList{
	width: 100%;
}
.cultureList li:nth-child(4) {
    border-bottom: 1px solid #a5a6a5;
}
.cultureList li{
	width: 100%;
}
.aboutculture{
	height: 850px;
}
.cultureList{
	margin: 50px auto !important;
}
.cultureList li:nth-child(2){
	border-left: none;
	border-right: none;
}
.cultureList li:nth-child(5){
	border-left: none;
	border-right: none;
}
.allinfo{
	width: 95% !important;
	margin: auto;
}
.gift_slider li{
     width: 95vw !important;
	 margin-left: 2.5vw !important;
}
.gift_slider li p{
opacity: 1;	
}
.banner_in_text{
	bottom: 0px;
}
.RongYu_blcok li{
	width: 80vw !important;
}
.RongYu_blcok .active div{
	display: block !important;
}
.RongYu_blcok li div{
	display: none;
	width: 80vw !important;
}
.RongYu_blcok .active div{
	left: -75vw;
}
.RongYu_blcok .bx-wrapper .bx-prev{
	left: 0 !important;
}
.RongYu_blcok .bx-wrapper .bx-next{
	right: 0 !important;
}
.RongYu_blcok{
	width: 100%;
}
.RongYu_blcok{
	margin-top: 50px;
}
.ccw{
    width: 100% !important;	
	font-size: 25px !important;
}
/* .w1200{
	width: 100% !important;
} */
.news_detail{
	width: 95%;
	margin: auto;
}
.news_detail .backnews{
	left: 0px;
	top: -35px;
}
/* .w1200{
	font-size: 25px !important;
} */
.news_detail img{
	max-height: 300px;
}
.news_list_left {
	width: 100%;
	height: 230px;
}
.news_list li{
	width: 95%;
	margin: auto;
}
.news_list_right{
	width: 100%;
	height: 410px;
}
.news_list_right h3{
	margin-top: 5px;
	padding-left: 0px;
	font-size: 25px;
	margin-bottom: 5px;
}
.news_list_right p{
	padding-left: 0px;
	font-size: 15px;
}
.inputtime{
	left: 0;
}
    /* .button3{ margin: 9px 7px!important;color: #cc2934 !important;border: 1px solid #cc2934 !important;	float: right;}
			.el-card{box-shadow: 0px 0px 0px #fff !important;} */
}




@media screen and (max-width: 415px) {
 
    /* .cars_box2 p{float: left;height: 47px  !important;padding-left: 30px;line-height: 47px !important;padding-top: 0px !important;}
	.cars_box2 span{float: right;background: none  !important;font-size: 15px;line-height: 47px;color: #cd2e38;text-align: right;padding-right: 30px;} */
}

@media screen and (max-width: 376px) {}

/* ----------- iPhone 5 ----------- */
@media only screen and (min-width: 320px) and (max-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

  
    /* .choosedd{position: absolute; width: 200px;  height: 190px; background: #fff; box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);top: 52px; left: -17px} */

}

/* ----------- iPhone 6 ----------- */
@media only screen and (min-height: 375px) and (max-height: 667px) and (-webkit-min-device-pixel-ratio: 2) {
   

}

/* ----------- iPhone 6p----------- */
@media only screen and (min-width: 414px) and (max-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  


}