﻿@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*{
  padding:0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family:"Microsoft YaHei", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  /*font-weight: bold;*/
}
a{
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
p{
  margin:0;
}
input{
  outline: none;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img{
  vertical-align: middle;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.alignR{
  text-align: right
}
.alignC{
  text-align: center;
}
.mt100{
  margin-top: 100px
}
@font-face{
  font-family:myFirstFont;
  src: url('../font/ROBOTOCONDENSED-BOLD.TTF') format('truetype');
}

.ks_patent{
  font-size:12px;
  color:#333;
  text-align: center;
  height: 40px
}
/*-----------------------------------index.html--------------------------------*/
  .pc{
    width:100%;
    /*height:110px;*/
    position:relative;
    background: #fff;
  }
  .mobile{
    display: none;
  }
  .header_nav_ul{
    display: none;
  }
  .s_logo{
    width:100%;
    height:50px;
    background: #000;
    margin:0 auto;
  }
  .ks_logo{
    width:60%;
    height:50px;
    margin:0 auto;
  }
  .s_logo_img{
    width:80%;
    line-height: 50px
  }
  .newPro{
    font-size: 16px;
    color:#EACB80;
    line-height: 50px
  }
  .ks_nav{
    width:100%;
    height:60px;
    background: #fff;
    box-shadow: 0px 5px 10px #ccc;
  }
  .s_nav{
    width:60%;
    margin:0 auto;
    height:60px;
    /*background: #fff*/
  }
  .s_nav .s_nav_li{
    float: left;
    width:12.5%;
    height:60px;
    line-height:60px;
    text-align: right;
    color:#777;
    font-size: 14px;
  }
  .s_nav_li img{
    width:90%;
  }
  .s_nav li a{
    color:#777;
  }
  .language{
    vertical-align: middle;
    margin-top:-5px;
  }
  .header_act a{
    color:#EACB80!important;
  }
  .s_nav li a:hover{
    color:#EACB80!important;
  }
  .product{
    cursor:pointer;
  }
  .product_con{
    position:absolute;
    width:100%;
    height:0px;
    left:0px;
    overflow:hidden;
    /* 设置渐变 */
    transition:0.5s;
    z-index:8;
  }
  .product_list{
    width:1000px;
    margin:0 auto;
    margin-top:20px;
    position: relative;
  }
  .product_ul{
    width:300px;
  }
  .pro_img{
    float: left;
    width:500px;
    padding-top:20px;
    height:300px;
  }
  .pro_name{
    width:100px;
    float: left
  }
  .pro_name_img{
    float: right;
    width:100px;
    padding-right:20px;
    text-align: right;
  }
  .pro_img li{
    float: left;
    width:25%;
    /*margin-bottom:20px;*/
  }
  .pro_img i{
    font-size: 16px;
    font-weight: 700;
    color:#000;
  }
  .pro_name_wide{
    width:80%;
    text-align: right;
    height:30px;
    line-height: 30px;
  }
  .pro_img_small{
    width:100%;
    margin:20px 0;
    text-align: center;
    /*height: 50px;*/
  }
  .pro_img_small img{
    width:80%;
  }
  .pro_round{
    text-align: center;
  }
  .pro_round span{
    display: inline-block;
    width:10px;
    height:10px;
    background: #000;
    border-radius: 50%;
    margin:10px 15px 0 0;
  }
  .pro_name_img img{
    width:70%;
    margin-top:-10px;
  }
  .product_ul .product_li{
    width:90%;
    height:60px;
    line-height: 60px;
    opacity: .5
  }
  .product_ul .product_li:nth-of-type(1){
    opacity: 1
  }
  .product:hover .product_con{
    /* 高度变为60px，内容会显示出来 */
    height:auto;
    /*padding-bottom:120px;*/
    box-shadow:inset 0px 30px 30px -30px #ddd;
    border-top:1px solid #ddd;
    z-index: 20;
    background:#fff;
  }
  /*.product_ul .product_li p:nth-of-type(1){
    width:88px;
    height:90px;
  }
  .product_ul .product_li p:nth-of-type(3){
    color: #fe5426
  }*/
/*  .product_ul .product_li p{
    height:30px;
    font-size:14px;
  }*/
  .ks_plate{
    width:100%;
    padding-top:40px;
    height:auto;
    margin:0 auto;
    margin-bottom:10px;
    background: #FAFAFA;
  }
  .ks_plate .ks_plate_title,.ks_plate_bigTitle,.ks_plate_go,.ks_plate_smallTitle,.ks_plate_bigTitle2{
    text-align: center;
  }
  .ks_plate .ks_plate_title{
    font-family:myFirstFont;
    padding-top:40px;
    font-size:55px;
    color:#333;
    height:100px;
    font-weight: 700;
  }
  .ks_plate .ks_plate_bigTitle{
    font-family:Helvetica, sans-serif;
    font-size:24px;
    color:#000;
    line-height: 70px;
    /*line-height: 150px;*/
  }
  .ks_plate_bigTitle2{
    font-size:15px;
    color:#333;
    height:40px;
  }
  .ks_plate .ks_plate_smallTitle{
    font-size:12px;
    color:#777;
  }
  .ks_plate .ks_plate_go a{
    font-size: 20px;
    color:#EACB80;
  }
  .ks_plate_data{
    width:600px;
    overflow: hidden;
    margin:50px auto;
  }

  .ks_plate_img{
    width:100%;
    margin:0 auto;
    margin-top:40px;
    text-align: center;
  }
  .ks_plate_img img{
    width:60%;
  }
  .ks_two .ks_plate_img img{
    width:40%;
  }
  /*.ks_data_width{
    width:70%;
  }*/
  .ks_data_num{
    height:150px;
  }
  /*.ks_data_width2{
    width:30%;
  }*/
  .ks_five{
    background:url(../image/c1.jpg) no-repeat;
    background-size: 100%;
    padding-bottom:360px;
    background-position: 150px 0
  }
  .ks_data_big{
    font-size:50px;
    font-weight: 700;
    color:#000;
    display: inline-block;
    height:60px;
    line-height: 60px
  }
  .ks_data_tit{
    font-size:20px;
    color:#000;
    line-height:40px;
  }
  .ks_btn{
    width:250px;
    height:45px;
    background: #CAA84F;
    text-align: center;
    line-height: 45px;
    color:#fff;
    margin:0 auto;
  }
  .ks_last{
    width:90%;
    overflow: hidden;
    margin: 0 auto
  }
  .ks_last_brand{
    width:49.5%;
    padding-top:40px;
    height:400px;
    background: url(../image/us.jpg) no-repeat;
    background-size:100% 100%;
  }
  .ks_last_media{
    width:49.5%;
    padding-top:40px;
    height:400px;
    background: url(../image/me.jpg) no-repeat;
    background-size:100% 100%;
  }
  .ks_last .ks_plate_title {
    color:#fff;
    line-height: 30px
  }
  .ks_last_brand .ks_plate_smallTitle{
    line-height:30px;
    color:#fff;
  }
  .ks_last_brand .ks_plate_go a{
    color:#0A78AC;
    font-size: 12px
  }
  .ks_last_media .ks_plate_title {
    /*color:#fff;*/
    line-height: 30px
  }
  .ks_last_media .ks_plate_smallTitle{
    line-height:30px;
    /*color:#fff;*/
  }
  .ks_last_media .ks_plate_go a{
    color:#0A78AC;
    font-size: 12px
  }
  .ks_six{
    height:650px;
  }
  .ks_six_many{
    position: relative;
    width:1200px;
    margin:0 auto;
  }
  .ks_six_con{
    position: absolute;
    top:40px;
    left:25%;
    z-index: 1;
    width:50%;
    text-align:center;
  }
  canvas{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    background-color:#FAFAFA;
  }

  .language_zhe{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 22;
    background:rgba(7,7,7,0.6);
    display: none;
  }
  .language_list{
    width:800px;
    margin:25% auto;
    height:180px;
    background: #fff;
    border-radius: 3px
  }
  .language_off{
    text-align: right;
    margin-right:10px;
    height:40px;
    line-height: 40px;
    cursor:pointer;
  }
  .language_off img{
    width:18px;
    height:18px;
  }
  .language_ul{
    width: 600px;
    margin:20px auto;
  }
  .language_ul li{
    float: left;
    line-height:70px;
    width:150px;
    cursor:pointer;
  }
  .language_click{
    cursor:pointer;
    line-height: 60px;
  }
  footer{
    width:100%;
    height:605px;
    background:#222;
  }
  .footer_con{
    width:60%;
    padding-top:60px;
    margin:0 auto;
    overflow: hidden;
  }
  .footer_list{
    width:20%;
    overflow: hidden;
    float: left;
  }
  .footer_list li a{
    display:block;
    width:100%;
    height:50px;
    line-height: 50px;
    color:#777;
  }
  .footer_list li:nth-of-type(1) a{
    color:#fff;
    font-size: 16px;
    height:70px;
    line-height: 70px;
    font-weight: 600
  }
  .footer_org{
    clear: both;
    width:60%;
    margin:0 auto;
    margin-top:50px;
    height:60px;
    line-height: 60px;
    border-bottom: 1px solid #999;
  }
  .footer_org a{
    color:#777;
  }
  .fontSize{
    font-size: 22px;
    color:#888;
    font-weight: 700
  }
  .footer_org2{
    margin:0 auto;
    border:none;
  }
  .footer_org2 span{
    font-size: 18px;
    color:#888;
    font-weight: 700
  }
  .footer_org_right img{
    width:12%;
    margin-top:-5px;
  }
  .wx{
    float: left!important;
    width:90px!important
  }
  .wx_img{
    float: left;
    display:none;
  }
  .wx_img img{
    width:90px;
    height:90px;
  }
  .wx_li:hover .wx_img{
    display:block;
  }
/*-----------------------------------news.html-----------------------------*/
  .news_con{
    width:100%;
    overflow: hidden;
    background: #f0f0f0;
    padding-top:50px;
    box-shadow:inset 0px 30px 30px -30px #ddd;
  }
  .s_con{
    width:1000px;
    height:400px;
    overflow: hidden;
  }
  .s_con img{
    width:100%;
    height:100%;
  }
  .carousel-indicators{
    top:95%;
    left:30%;
  }
  .item_a{
    display: block;
    width:720px;
    float: left;
    height:400px;
    overflow: hidden;
  }
  .news_first_right{
    float: right;
    width: 280px;
    height:400px;
    background: #fff;
    padding:30px;
    position: relative;
  }
  .news_first{
    width:1000px;
    margin:0 auto;
  }
  .item a .news_label{
    width:60px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #ddd;
    color:#777;
  }
  .item a .news_title{
    margin-top:15px;
    width:100%;
    line-height:38px;
    font-size:25px;
    color:#333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .item a .news_font{
    width:100%;
    margin-top:15px;
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7;
    color:#777;
  }
  .news_ul{
    overflow: hidden;
    width:80%;
    margin-top: 15px;
    position: absolute;
    bottom:30px;
    color:#777!important;
  }
  .news_ul img{
    width:17px;
    height:10px;
  }
  .news_ul li:nth-of-type(1){
    float:left;
  }
  .news_ul li:nth-of-type(2){
    float:right;
  }
  .news_center{
    width:1000px;
    margin:0 auto;
    margin-top: 20px;
    padding: 30px;
    overflow: hidden;
    background: #fff;
  }
  .news_center_label{
    font-size:16px;
  }
  .news_center_ul li{
    padding:3px 10px;
    border:1px solid #ddd;
    float: left;
    margin-right:10px;
    margin-top: 20px;
    border-radius: 2px;
    cursor: pointer
  }
  .news_act{
    background: #DF001F;
    color:#fff;
  }
  .news_last{
    width:1000px;
    margin:0 auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .news_last .news_last_li{
    float: left;
    width:490px;
    height:450px;
    overflow: hidden;
    margin-right: 20px;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 20px;
    position: relative;
/*    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;*/
  }
  .ks_news_con{
    width:100%;
    height:150px;
    position:absolute;
    bottom:0;
    background: #fff
  }
  .ks_news_bri{
    width:90%;
    left:5%;
    height:0;
    line-height: 20px;
    position:absolute;
    bottom:0px;
    font-size: 12px;
    display:block;
  }
  .ks_mask{
    position: absolute;
    top:0;
    width:100%;
    height:300px;
    background: rgba(170,170,170,0.5);
    display:none;
  }
/*  .news_last_img:hover img{
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -o-transform:scale(0.5);
  }*/
  /*.news_last .news_last_li:hover .news_last_img{
    height:214px;
    transition:0.5s;
  }*/
  .news_last .news_last_li:nth-child(2n) {
    float: left;
    overflow: hidden;
    margin-right:0;
  }
  .ks_news_title{
    width:90%;
    margin:0 auto;
    height:40px;
    line-height: 40px;
    color:#DF001F;
  }
  .news_last a{
    color:#777;
  }
  .news_last a:nth-child(3n){
    float: left;
    width:320px;
    overflow: hidden;
    margin-right:0;
  }
  .news_last_img{
    width:100%;
    height:300px;
  }
  .news_last_img img{
    width:100%;
    height:100%;
    transition: all 0.6s;
  }
  .news_last_title{
    font-weight: 600;
    width:90%;
    margin:0 auto;
    /*margin-top:10px;*/
    height:50px;
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 16px;
    color:#333;
  }
  .news_last_label{
    width:90%;
    margin:0px auto;
    height: 40px;
    overflow: hidden;
  }
  .news_last_label li{
    padding:3px 10px;
    border:1px solid #ddd;
    float: left;
    margin-right:10px;
    margin-top: 10px;
    border-radius: 2px;
  }
  .news_last_time{
    width:90%;
    margin: 0 auto;
    margin-top:10px;
  }
  .news_last_oth{
    margin-right:0;
  }

/*-----------------------------------about.html----------------------------*/
  .about_all{
    width:100%;
    height:auto;
    background: #f2f2f2
  }
  .about{
    width:100%;
    /*margin:0 auto;*/
    /*min-height:600px;*/
    /*background: url(/static/Img/about/guan1.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    position: relative;
    padding-bottom: 200px
  }
  .about_ul{
    width:60%;
    margin:0 auto;
    height:80px;
    position: absolute;
    top:0;
    left:20%;
    border-bottom: 1px solid #fff;
  }
  .about_ul a{
    color:#fff;
  }
  .about_jieshao{
    width:45%;
    position: absolute;
    bottom:0%;
    left: 27.5%;
    padding:60px;
    z-index:2;
    text-align: center;
    background: #fff;
    border-radius: 10px;
  }
  .mt100 .about_jieshao{
    bottom:5%;
  }
  .about_jieshao_tit{
    /*width:50%;*/
    margin:0 auto;
    font-size:30px;
    font-weight: 700;
    line-height: 40px
  }
  .about_jieshao_fo{
    font-size:16px;
    line-height: 30px;
    margin-top: 30px
  }
  .about_ul li{
    height:80px;
    line-height: 80px;
    float: right;
    font-size: 16px;
    color:#fff;
    width:120px;
    text-align: right;
  }
  .about_ul li:nth-of-type(1){
    /*width:620px;*/
    text-align: left;
    float: left;
  }
  .about_logo{
    position: absolute;
    bottom:50px;
    left:45%;
  }
  .about_logo img{
    width:70%;
  }
  .about_content{
    width:1000px;
    margin:20px auto;
    overflow: hidden;
  }
  .about_content_ul{
    width:420px;
    margin:0 auto;
    margin-top:40px;
    height:40px;
  }
  .about_content_ul li a{
    display: block;
    width:130px;
    height:40px;
    margin-right:15px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    float: left;
    border:1px solid #ddd;
    font-size: 16px;
  }
  .about_content_ul li a:nth-of-type(3){
    margin-right:0;
  }
  .about_content_ul li a{
    color:#777;
  }
  .about_act{
    background-color: #FF6100;
    color:#fff;
  }
  .about_history{
    margin:0 auto;
    width:1000px;
    overflow: hidden;
    text-align: center;
    margin-top:60px;
    padding-bottom:60px;
    border-bottom: 1px solid #ddd;
  }
  .about_history_title{
    width:100%;
    text-align: center;
    font-size:25px;
    letter-spacing:15px;
    color:#151515;
    height:90px;
    line-height:30px;
  }
  .about_history_line{
    width:70px;
    height:5px;
    background: #000;
    margin: 0 auto;
  }
  .about_history_img{
    margin-top:30px;
  }
  .about_history_news{
    margin-top: 40px;
    font-size: 16px;
    line-height: 40px;
    text-indent:2em;
    text-align: left;
  }
  #culture .about_history_news{
    text-align: center;
  }
  .about_bigEvent{
    width:60%;
    margin:0 auto;
    overflow: hidden;
    padding:40px 60px;
  }
  .event_tit{
    font-size:40px;
    font-weight: 700;
    line-height:80px;
    margin-bottom:50px;
  }
  .event_time{
    font-size:30px;
    color:#999;
    /*line-height:50px;*/
  }
  .time-data{
    padding-left: 55px;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 51%;
  }
  .event_info{
    margin-top:20px;
    color:#999
  }
  .time-data:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -7.5px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:3px solid #999;
  }
  .time-data:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 0;
    margin-left: 2.5px;
    width: 1px;
    -height: 76%;
    height: calc(100% - 25px);
    background-color: #999;
  }
 .time-data:hover:before{
    border:3px solid #EACB80;
  }
  .time-data:hover .event_time{
    color:#EACB80;
  }


/*-----------------------------------prize.html--------------------------------*/
  .prize{
    background: url(../image/jiangxiang.png) no-repeat;
    background-size: 100% 100%;
  }
  .ks_prize{
    width:1200px;
    margin:0 auto;
    background: #fff;
    height: 60px;
  }
  .ks_prize_li{
    width:150px;
    line-height: 60px;
    text-align: center;
    color:#777;
    float: left;
    font-size: 16px
  }
  .ks_prize_line{
    width:1px;
    height:20px;
    margin-top:20px;
    float: left;
    background: #999
  }
  .ks_bread{
    width:1200px;
    margin:0 auto;
    height:60px;
    line-height: 60px;
    background: none
  }
  .prize_banner{
    width:100%;
    overflow: hidden;
    text-align: center;
    color:#fff;
  }
  .prize_banner p:nth-of-type(1){
    font-size: 22px;
    overflow: hidden;
    padding-bottom: 15px;
    width:100%;
    padding-top: 20%
  }
  .prize_banner p:nth-of-type(2){
    font-size: 30px;
    padding:10px;
  }
  .prize_banner p:nth-of-type(3){
    font-size: 25px;
    padding:30px;
  }
  .prize_banner p:nth-of-type(4){
    font-size: 25px;
    margin-top:9%;
    color: #fff;
    font-size: 12px;
  }
  .prize_act{
    border-bottom: 3px solid #DF001F;
    color:#777
  }
  .prize_content{
    width: 1200px;
    background: #fff;
    padding-bottom: 20px;
    margin:0px auto;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .prize_ul li{
    margin-right:25px;
    float: left;
    height:60px;
    line-height: 60px;
    font-size: 20px;
  }
  .prize_list{
    width:1000px;
    margin:0 auto;
    overflow: hidden;
  }
  .prize_list li{
    height:320px;
    float: left;
    width:320px;
    overflow: hidden;
    margin-right: 20px;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .prize_list .news_last_li:nth-child(3n) {
    float: left;
    overflow: hidden;
    margin-right:0;
  }
  .prize_list .news_last_time{
    text-align: center;
    font-size:12px;
  }
  .prize_list .news_last_title{
    width:100%;
    color:#151515;
    text-align: center;
  }


/*----------------------------------contact.html-------------------------------------*/

  .address{
    position: absolute;
    left:20%;
    width:60%;
    padding:60px;
    bottom:0%;
    overflow: hidden;
    background: #fff;
  }
  .address ul{
    margin-bottom:100px;
  }
  .customer{
    float: left;
    width:40%;
  }
  .customer li{
    height:40px;
    line-height: 40px;
    color:#999;
    font-size:16px;
  }
  .about_img img{
    width:100%;
  }
  .business{
    float: left;
    width:60%;
    padding-left:10%;
    border-left:1px solid #ddd;
  }
  .address .address_li{
    font-size: 26px;
    height:60px;
    color:#000;
  }
  .business li{
    height:40px;
    line-height: 40px;
    color:#999;
    font-size:16px;
  }
  .business li:nth-of-type(3){
    height:80px;
  }


/*----------------------------------join.html----------------------------------------*/
  .join{
      width: 100%;
      overflow: hidden;
      background: #fff;
      padding-top: 50px;
      box-shadow: inset 0px 30px 30px -30px #ddd;
  }
  .join_title{
    text-align: center;
    font-size:36px;
    color:#000;
    height:120px;
    line-height: 120px;
  }
  .ess_info{
    width:65%;
    overflow: hidden;
    margin:20px auto;
  }
  .info_tit{
    color:#000;
    font-size: 18px;
    height:60px;
    line-height:60px;
  }
  .form{
    width:100%;
    overflow: hidden;
    margin:15px auto;
  }
  .form_li{
    margin:15px;
  }
  .form_title{
    color:#000;
    display: inline-block;
    padding:7px 15px;
    width:170px;
    font-size: 18px;
    text-align: right;
  }
  .form_input,.form_input2{
    border:1px solid #ccc;
    border-radius: 4px;
    height:35px;
    padding:7px 27px;
    line-height: 35px;
    width:200px;
    background: #fff;
    padding-left:4px;
  }
  .cor_name{
    width:600px;
  }
  .fl{
    float: left
  }
  .fr{
    float: right
  }
  .form_li_left{
    margin-left:82px;
  }
  .danwei{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width:146px;
  }
  .input_danwei{
    display: inline-block;
    border-left-color:transparent!important;
    border-top-left-radius:0!important;
    border-bottom-left-radius:0!important;
    padding: 6px 12px;
    height:35px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .form_pic{
    width:100%;
    overflow: hidden;
    border:1px dashed #ccc;
    padding: 30px;
  }
  .form_pic li{
    width:33.3%;
    float: left;
    overflow: hidden;
    position: relative;
  }
  .form_change{
    width:100px;
    text-align: center;
    line-height: 30px;
    height:30px;
    border:1px solid #ccc;
    margin-left:80px;
    border-radius: 4px;
    color:#000;
    position: absolute;
    top:45px;
    left:0px;
  }
  .form_up{
    position: absolute;
    top:45px;
    left:0px;
    z-index: 1;
    width:100px;
    margin-left:80px;
    opacity: 0
  }
  .form_pic_con{
    width:200px;
    overflow: hidden;
    margin-top:55px;
    margin-left:80px;
  }
  .form_pic_con img{
    width:100%;
  }
  .form_off{
    position: absolute;
    top: 83px;
    right: 102px;
    display: none;
  }
  .form_btn{
    width: 150px;
    height:40px;
    border:none;
    border-radius: 4px;
    color:#fff;
    background: #DF001F;
    margin-left:45%;
    margin-bottom:30px;
  }


  /*-------------newAbout-------*/

  .flex{
    display: flex
  }
  .width100{
    width:100%;
  }
  .newAbout{
    width:60%;
    margin: 0 auto;
    overflow: hidden;
    /*background: #ddd*/
  }
  .aboutBanner img{
    width:100%;
    /*height:100%;*/
  }
  .aboutOne{
    padding-top: 5%;
    text-align: center;
    background: #fff;
    padding-bottom: 5%
  }
  .titleCon{
    font-size: 25px;
    font-weight: 700;
    color:#000;
    margin-top: 20px;
  }
  .titleEn{
    font-size: 14px;
    color:#979393;
    line-height: 30px;
    font-weight: 200;
  }
  .titleImg{
    width:50px;
    height:50px;
    margin: 0 auto;
  }
  .titleImg img{
    width:100%;
    text-align: center;
  }
  .aboutOneCon{
    width:85%;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    justify-content:space-around;
    flex-wrap:wrap;
  }
  .aboutOneCon .aboutOneConImg{
    padding-left:5%;
  }
  .aboutOneTit{
    line-height: 30px;
    flex-direction:column;
    justify-content:center;
  }
  .line{
    width:32px;
    height:2px;
    background: #000;
    border-radius: 2px;
    margin:0 auto;
    margin-top:5px;
  }
  .fontBold{
    font-size:18px;
    font-weight: 700;
    color:#000;
  }
  .viewMore{
    margin-top: 16.5px;
    line-height: 30px;
    /*font-weight: 600;*/
    font-size: 12px;
  }
  .aboutPic{
    height:216px;
    background: url(../image/aboutPic.png) no-repeat;
     background-size:100%;
  }
  .aboutTwo{
    padding-top: 80px;
    background: #fff
  }
  .titleColumn{
    position: relative;
    margin-left: 5%;
  }
  .titleBlock{
    width:55px;
    height:31px;
    background: #ECCF81;
  }
  .titlelittle{
    position: absolute;
    top:16px;
    left:19px;
    z-index: 1;
    font-size:14px;
    color:#000000;
  }
  .titlelittle span:nth-of-type(1){
    font-size:24px;
    color:#000;
    font-weight: 500
  }
  .aboutTwoTit{
    width:60%;
    line-height:30px;
    margin-top: 25px;
  }
  .aboutTwoCon{
    flex-direction:row;
    /*width:80%;*/
    margin: 0 auto;
    margin-top: 10%;
    margin-left: 5%;
    justify-content:center;
    flex-wrap: wrap;
  }
  .aboutTwoCon .aboutOneConImg{
    margin-right: 53px;
    /*width:26%;*/
  }
  .aboutTwoTit .line{
    margin-left: 0
  }
  .jingList{
    line-height:  31px;
    margin-top:15px;
  }
  .jingList span{
    display: inline-block;
    width:6px;
    height:6px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 2px
  }
  .aboutThree{
    padding-top: 68px;
    background: #fff;
  }
  .aboutThreeCon{
    flex-direction:column;
  }
  .teamShow{
    text-align: center;
    margin-top: 68px
  }
  .teamShowList{
    width:82%;
    margin: 0 auto;
    margin-top: 3%;
    flex-direction:row;
    justify-content:space-around;

    flex-wrap: wrap;
  }
  .teamShowList div{
    text-align: center;
    width:25%;
  }
  .font36{
    font-size: 18px;
    font-weight: 600;
    color:#000;
    line-height: 40px
  }
  .aboutFour{
    padding-top:65px;
    background: #fff;
  }
  .aboutFourCon{
    width:80%;
    margin:0 auto;
    margin-top: 10%;
    flex-direction:row;
    /*flex-wrap: wrap;*/

  }
  .font18{
    font-size:18px;
    font-weight: 600;
  }
  .font35{
    font-size:35px;
    font-weight: 600;
  }
  .aboutLineCon{
    width:55%;
    margin-left: 5%;
    line-height:40px;
  }
  .aboutLinelong{
    background: #BDB9B9;
    width:100%;
    height:2px;
    margin: 15px 0;
  }
  .aboutLinePic{
    margin-top:2%;
  }
  .aboutFive{
    text-align: center;
    padding-top: 68px;
  }
  .aboutFiveCon{
    margin-top: 60px;
    flex-direction:row;
    background: #fff;
    flex-wrap: wrap;
  }
  .brandPic{
    width:60%;
  }
  @font-face{
    font-family:newFirstFont;
    src: url('') format('truetype');
  }
  .brandNumber{
    font-family: newFirstFont;
    font-size: 58px;
    color:#9F9E9E;
    margin:0 35px;
    font-weight: 300;
  }
  .brandList{
    width:38%;
    margin-top:5%;
    margin-left:2%;
    flex-direction:column;
  }
  .brandFo{
    width:45%;
    text-align: left;
    height:30px;
    font-weight: 550;
    border-bottom: 1.7px solid #959595
  }
  .brandListNum{
    flex-direction:row;
    height:100px;
    flex-wrap: wrap;
  }
  .aboutSix{
    padding-top:60px;
    background: url(../image/historyBg.png) no-repeat;
     background-size:90%;
     background-position:18% 80%;
  }
  .aboutSixCon{
    flex-direction:row;
    flex-wrap:wrap;
    margin-top:15%;
    padding-bottom: 20%
  }
  .historyList{
    width:16.66%;
    flex-direction:column;

  }
  .historyPic{
    text-align: center;
    margin-top:5%;
  }
  .historyPic img{
    width:38px;
    height:38px;
  }
  .historyYears{
    margin-top: 5%;
    text-align: center;
    width: 100%;
    background: #535151;
    color:#fff;
    font-size: 18px;
    line-height: 39px;
    height: 39px;
  }
  .historyCon{
    border-left:1px solid #ddd;
    position: relative;
    padding: 5% 10%;
    font-size: 12px;
    line-height: 22px;
  }
  .historyCon span{
    display: inline-block;
    margin-top:5%;
  }
  .circular{
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #B1AFAF;
    position: absolute;
    left:-3px;
    bottom:0;
  }
  .noneBorder{
    border:0;
  }









  .titleCon,.titleEn{
    text-align: center;
  }
  .aboutSeven{
    padding-top:50px;
    overflow: hidden;
  }
  .aboutSevenCon{
    flex-direction:row;
    padding-left: 4%;
    margin-top:5%;
    flex-wrap: wrap;
  }
  .salePic{
    margin-left:2%;
    margin-top:12px;
    justify-content:space-around;
  }
  .aboutSevenCon img{
    width:217px;
    height:66px;
    border:1px solid #7D7D7D ;
  }
  .aboutSevenCon2{
    flex-direction:row;
    margin-left:3%;
    margin-top:2%;
    padding-left: 3%;
    padding-bottom: 100px;
    /*flex-wrap: wrap;*/
  }
  .salePiShop{
    width:450px;
    height:110px;
    text-align: center;
  }
  .salePiShop p:nth-of-type(1){
    width:100%;
    height:80px;
    background: #F7F7F7;
    font-size:29px;
    margin-top:3%;
    line-height: 80px;
  }
  .salePiShop p:nth-of-type(2){
    width:100%;
    height:30px;
    background: #ECCF81;
    font-size:18px;
    /*margin-left:5%;*/
  }
  .qian{
    line-height: 80px;
  }
  .qian span{
    display: inline-block;
    margin-top:-5%;
    line-height: 10px!important
  }
  .left2{
    margin-left:3%;
  }
  .aboutEight{
    overflow: hidden;
  }
  .eight1{
    padding-left:4%;
    margin-top:5%;
  }
  .eight1 img{
    width:288px;
    height:65px;
    border:1px solid #7D7D7D ;
  }
  .eight2 img{
    width:214px;
    height:66px;
    border:1px solid #7D7D7D ;
  }
  .eight2{
    padding-left:4%;
  }
  .aboutNineCon{
    flex-direction:row;
    flex-wrap:wrap;
    width:80%;
    margin: 0 auto;
    margin-top:5%;
  }
  .cultureList{
    width:33.33%;
    padding-left: 3%;
    line-height: 35px;
    border-left:2px solid #000;
  }
  .cultureList span:nth-of-type(1){
    font-size:24px;
  }
  .aboutTen{
    padding-top:50px;
  }
  .honorPic{
    flex-direction:column;
    text-align: center;
  }
  .aboutTenCon{
    flex-direction:row;
    flex-wrap:wrap;
    width:75%;
    margin:0 auto;
    margin-top:3%;
    justify-content:space-around;
  }
  .honorPic p{
    margin-top:5%;
    font-size:24px
  }
  .honorPicBig{
    margin:0 auto;
    margin-top: 5%;
  }
  .prizeList{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    width:80%;
    margin: 5% auto;
  }
  .if{
    text-align: center;
    font-size: 12px;
    color:#3E3A39;
    line-height:40px;
  }
  .if img{
    width:194px;
    height:71px;
    vertical-align: bottom;
  }
  .if2 img{
    width:210px;
    height:101px;
  }
  .if3 img{
    width:277px;
    height:100px;
  }
  .if p{
    height:101px;
    margin-bottom: 8%;
  }
  .aboutEleven{
    padding-top:60px;
    text-align: center;
    padding-bottom: 10%
  }
  .patentedFo{
    margin-top:5%;
    font-size: 18px;
    color: #000000;
    line-height: 40px;
  }






  /*---------------------R2.html--------------------*/
.r2IconTitle{
  width:100%;
  padding:0 10%;
  /* height:300px; */
  overflow: hidden;
  background-color:#EFEFEF;
  padding-bottom: 100px;
}
.s1_name {
  font-size: 40px;
  color: #fff;
  line-height: 35px;
  letter-spacing: 2px;
}
.r2 .s1_br{
  font-size: 50px!important;
  line-height: 65px;
  margin-top:15px;
}
.r2_icon{
  width:50px;
  height:51px;
  margin:0 auto;
  margin-top: 15px;
}
.r2IconTitle ul{
  flex:1;
}
.r2IconTitle li{
  width: 33.33%;
  margin-top:100px;
  height:150px;
  text-align: center;
  float: left;
}
.r2TitleIcon{
  width:120px;
  height:60px;
  margin: 0 auto;
}
.r2TitleBig{
  font-size:25px;
  color:#333;
  line-height: 50px;
  margin-top:2%;
}
.r2TitleLi{
  font-size:18px;
  font-weight: 500;
  color:#333;
}
.r2_br{
  font-size: 16px;
  line-height: 30px;
  color:#fff;
  text-align: left;
  margin-top:2%;
}
.r2_br_fo{
  margin-top:15%;
  color:#333;
  font-size:15px;
  line-height: 25px;
  opacity: 0.7;
}
.r2Five .s1_one_fo{
  top:8%;
  left:15%;
  text-align: left;
  width:85%;
}
.r2_sixIcon{
  display: inline-block;
  bottom:10%
}
.r2_sixIcon img{
  width:200px;
  margin-left:6%;
}
.r2Seven .r2IconTitle{
  background-color: transparent;
}
.r2Seven .r2TitleIcon{
  width:65px
}
.r2Seven .r2TitleBig{
  font-size: 20px;
  opacity: 0.85;
  color:#333;
}
.r2Twelve .s1_one_fo{
  left:60%;
  width:auto
}
.r2Thirteen .r2_sixIcon img{
  width:120px
}
.r2Nine .s1_one_fo{
  left:50%;
  width:50%
}
.r2Nine .s1_name{
  text-align: left;
  margin-top:5%
}

.r2Nine2 .s1_one_fo{
  left:18%;
  text-align: left;
  top:25%;
  width:82%
}
.r2Ten li{
  margin-top: 5%;
}
.r2Fifteen{
  width:100%;
  background-color:#F7F7F7 ;
  flex-direction: column;
}
.r2Fifteen ul{
  width: 80%;
  margin: 0 auto;
  margin-top:5%;
  text-align: center;
}
.r2Fifteen li{
  width:20%;
  text-align: center;
  float: left;
}
.bigImg li p{
  width:85%;
  text-align: center;
  font-size:16px;
  margin-top: 3%;
}
.littleImg li p{
  width:85%;
  height: 130px;
  font-size:16px;
}
.littleImg img{
  width: 120px;
}
.r2Last{
  background-color:#EFEFEF;
  padding:5% 20%;
  overflow: hidden;
}
.r2LastImg{
  float: left;
  width:40%;
}
.r2LastImg img{
  width:350px;
}
.r2LastImg p{
  width:100%;
  line-height: 160px;
  margin-top: 10%;
}
.r2LastList{
  float: left;
  margin-top:10%;
  width:30%;
}
.r2LastList li{
  float: left;
  width:50%;
  height:60px
}
.r2LastList img{
  width:10px
}
.r2_video{
  position: relative;
  width:100%;
}
.r2_video .r1_eleven_con{
  position: absolute;
  right:0;
  top:25%;
  z-index: 1;
}
.r2_video #a1_v2{
  width:100%
}


/* ----------------c2---------------------- */
.c2 .s1_name{
  color:#000;
  opacity: 0.9;
}
.c2 .s1_br{
  color:#000;
  opacity: 0.8;
}
.c2_one .s1_br{
  font-size: 24px;;
}
.c2_one .s1_name{
  font-size: 40px;
  margin-bottom:3%;
}
.c2_two_co{
  text-align: center;
  padding:5% 5%
}
.c2_two_co .c2_br{
  font-size: 40px;
  line-height: 70px;
  opacity: 0.8;
}
.c2_two_co .c2_name{
  font-size: 14px;
  width:60%;
  margin: 0 auto;
  line-height: 25px;
  opacity: 0.8;
}
.c2_three .s1_one_ul li{
  width:20%;
  /* margin-bottom: 3%; */
}
.c2_three .s1_one_ul li p:nth-of-type(1){
  margin-bottom: 0;
}
.c2_three .a1_one_big{
  color:#000;
  /* font-size:14px */
}
.c2_four .s1_name{
  font-size:14px;
  width:70%;
  margin: 0 auto;
}
.c2_four .s1_br{
  font-size:40px
}
.r1_eleven_num{
  font-family: Helvetica, sans-serif;
  color:#333;
  opacity: 0.8;
  display: inline-block;
}
.s1_sixteen_ul{
  width:60%;
  margin:0 auto;
  margin-top:5%
}
.s1_sixteen_ul li{
  width:50%
}
.r1_eleven_p{
  color:#333
}
.c2_lable{
  display: inline-block;
  width:14px;
}
.s1_sixteen_ul li .c2_lable p:nth-of-type(1){
  line-height: 0;
  width:12px;
}
.r1_eleven_p2{
  color:#333
}
.c2_five li{
  width:25%;
  text-align: center;
  border-right:1px solid #333
}
.c2_five li:last-child{
  border:none
}
.c2_five ul{
  width:60%;
  overflow: hidden;
  margin-top:2%;
  padding-bottom: 3%;
}
.c2_four .r1_eleven_num{
  font-size: 50px
}
.c2_five .r1_eleven_num{
  font-size:45px;
}
.c2_five .c2_two_co{
  padding-bottom:0
}
.c2_six{
  width:90%;
  margin:5% auto;
}
.c2_six_ul{
  flex-direction: row;
  justify-content: space-around;
}
.c2_six_ul li{
  width:32%;
  text-align: center;
  line-height: 20px;
}
.c2Place{
  margin-top:5%
}
.c2_seven .s1_sixteen_ul .r1_eleven_num{

  font-size:40px;
}
.c2_seven .s1_sixteen_ul{
  width:70%
}
.c2_seven .s1_sixteen_ul li{
  width:33.33%;
}
.c2_eight .c2_eight_fo {
  width:30%;
  left:10%;
  text-align: left;
}
.c2_eight_fo .c2_br{
  font-size:40px;
  padding-left:10%;
}
.c2_eight_fo .c2_name{
  font-size: 14px;
  line-height: 25px;
  padding-left:10%;
  margin-top:2%;
}
.c2_eight_ul{
  width:90%
}
.c2_eight_ul li{
  float: left;
  width:33.33%;
  text-align: center;
  margin-top:10%;
}
.c2_eight_img{
  /* width:100px; */
  height:60px;
  margin-top: 5%;
}
.c2_eight_ul li img{
  width:60px;
  text-align: center;
}
.c2_nine{
  width:100%;
  overflow: hidden;
  padding-bottom: 5%;;
  background-color: #fff;
}
.c2_nine .c2_two_co{
  padding:3% 3%
}
.c2_nine .c2_six{
  margin:0 auto
}
.c2_nine .c2_six_ul li{
  width:24%
}
.c2_eleven .c2_eleven_fo{
  width:50%;
  left:50%;
  text-align: left;
}
.c2_eleven{
  background: #eee;
  position:relative;
  height:800px;
}
.c2_elevenImg{
  position: absolute;
  top:15%;
  width:45%;
  z-index:3;
}
.c2_eleven_fo .c2_eight_ul{
  width:45%;
  padding-left: 8%;
  margin: 0;
}
.c2_eleven_fo .c2_eight_ul .r1_eleven_num{
  font-size: 35px;
}
.c2_eleven_fo .c2_eight_ul .r1_eleven_p2{
  font-size: 14px;
}
.c2_bottom_fo{
  position: absolute;
  bottom:5%;
  left:45%;
  color:#000;
  opacity: 0.6;
}
.c2_twelve{
  width:100%;
  position: relative;
  height:800px;
  /* overflow: hidden; */
  background-color: #DFDFDF;
}
.c2_twelve_fo{
  margin-left:20%;
  width:30%;
  padding-top: 15%;
  overflow: hidden;
}
.c2_twelve_big{
  font-size:40px;
  line-height: 50px;
  letter-spacing:5px;
  opacity: 0.7;
}
.c2_twelve_little{
  font-size:14px;
  line-height: 20px;
  margin-top:5%;
  opacity: 0.7;
}
.c2_twelve_img{
  position: absolute;
  right:0;
  top:-50px;
  width:45%;
}
.c2 .s1_seventeen_ul ul{
  clear: both;
  width:90%;
  margin: 0 auto;
}
.c2 .s1_seventeen_img{
  width:80%
}
.c2 .s1_seventeen_ul, .s1_seventeen_ul2{
  margin-left: 10%;
}
.c2_five .c2_bottom_fo{
  position: absolute;
  left:75%;
}
.c2 .a1_one .s1_one_fo{
  top:8%;
}
.c2_eight_other{
  width:50px;
}
.c2_eleven .c2_bottom_fo{
  left:55%;
}



















@media screen and (max-width: 1560px) {
  .newAbout{
    width:80%;
  }
  .brandFo{
    width: 50%
  }
  .c2_one .s1_name,.c2_two_co .c2_br,.c2_four .s1_br,.c2_four .r1_eleven_num,.c2_eight_fo .c2_br,.c2_twelve_big{
    font-size: 25px;
    line-height: 40px;
  }
  .c2 .r1_eleven_num{
    line-height: 40px;
  }
  .c2_four .s1_name{
    line-height: 20px;
    width:100%;
  }
  .c2 .s1_sixteen_ul{
    margin-top:3%;
  }
  .c2 .a1_one .s1_one_fo{
    top:5%;
  }
  .c2_seven .s1_sixteen_ul .r1_eleven_num{
    font-size: 25px
  }
  .c2 .c2_eight_ul li{
    margin-top:0;
  }
  .c2_eleven_fo .c2_eight_ul{
    width:65%;
  }
  .c2_eleven{
      height:580px;
  }
  .c2_twelve{
    height:500px;
  }
  .c2_eight .c2_eight_fo{
    top:12%!important;
    left:3%;
  }
  .c2_eleven .c2_eleven_fo{
    top:20%!important;
  }
  .c2_eleven_fo .c2_eight_ul .r1_eleven_num{
    font-size: 25px
  }
  .c2_eleven_fo .c2_eight_ul{
    padding-left: 5%
  }
  .c2_eight_ul {
    width: 100%;
  }
  .c2_eight_ul li img{
    width:40px;
  }
  .c2_eight_other{
    width:30px;
  }
  .c2_eight .c2_eight_fo{
    width:38%;
  }

  .r2 .s1_name{
    font-size:20px;
    line-height:20px;
  }
  .r2_icon{
    width:40px;
    height:41px;
    margin-top:0;
  }
  .r2 .s1_br{
    font-size:30px!important;
    line-height: 45px
  }
  .r2 .s1_one_fo{
    top:8%;
  }
  .r2 .a1_one_little{
    margin-top:3%!important;
  }
  .r2TitleBig{
    font-size:18px;
  }
  .r2TitleLi{
    font-size: 14px;
  }
  .r2Body .s1_name{
    font-size: 30px;
    line-height: 45px!important;
  }
  .r2Two .s1_one_fo{
    top: 5%
  }
  .r2_sixIcon img{
    width:150px;
  }
  .r2Seven .s1_one_fo{
    top:5%;
  }
  .r2IconTitle li{
    margin-top: 8%
  }
  .r2Last{
    padding:5% 10%;
  }





}
@media screen and (max-width: 1280px) {
  .newAbout{
    width:82%;
  }
}





@media screen and (max-width: 1080px) {
  .mobile{
    display: block;
    width:100%;
    overflow: hidden;
    background: #fff;
    position: relative;
  }
  .pc{
    display:none
  }
   .about{
      height:auto;
   }
   .about_content{
    width:90%;
    margin:20px auto;
   }

  .header_nav{
    width:18%;
    float: left
  }
  .header_nav img{
    width:100%;
  }
  .header_right{
    width:30%;
    float: right;
    text-align: center;
    line-height:50px;
    margin-right: 2%;
  }
  .header_right img{
    width:30%;
    margin-top:5%;
  }
  .header_nav_ul{
    position: absolute;
    top:50px;
    min-height:180px;
    z-index: 2;
    background: #fff;
    width:160px;
    padding:0 10px;
    display: none;
  }
  .header_nav_ul li{
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #ddd;
  }
  .header_nav_ul a{
    color:#333;
  }
  .service_list{
    width:100%;
    top:45px;
    height:95px;
    background: #f7f7f7;
    position:absolute;
    display: none;
  }
  .service_list li{
    height:28px!important;
    line-height: 28px!important;
    border-bottom: 1px solid #f7f7f7;
  }
  .s_service span{
    display: inline-block;
    margin-left:25%;
  }
  .ks_five{
    height:auto;
    background:#fafafa;
    padding-bottom: 0
  }
  .ks_five .ks_plate_img{
    display:block!important;
    width:90%;
  }
  .ks_plate .ks_plate_title{
    font-size:20px;
    height:40px;
    padding-top:10px;
  }
  .ks_plate .ks_plate_bigTitle{
    font-size:16px!important;
    line-height: 40px
  }
  .ks_plate .ks_plate_bigTitle2{
    font-size:14px;
    height:30px;
  }
  .ks_plate .ks_plate_go a{
    font-size:12px;
  }
  .ks_last_brand,.ks_last_media{
    height:auto;
    padding-top:10px;
    padding-bottom:40px;
    background-size: 100% 100%
  }
  footer{
    height:auto;
    overflow: hidden;
  }
  .footer_con{
    width:94%;
    padding-top: 10px
  }
  .footer_list{
    clear: both;
    width:100%;
  }
  .footer_list li{
    width:20%;
    line-height:40px!important;
    float: left;

  }
  .footer_list:nth-of-type(1) li{
    width:25%;
  }
  .footer_list li:nth-of-type(1) a{
    font-size:14px;
    line-height:40px;
    height:auto;
  }
  .footer_list li a{
    line-height:40px;
  }
  .as{
    width:20%!important;
  }
  .footer_org{
    width:94%;
    margin-top:10px;
  }
  .footer_org p{
    width:100%;
  }
  .footer_org2 span{
    font-size:14px;
  }
  .footer_org2 p{
    line-height:20px;
  }
  .footer_org_right {
    display: none
  }

/*------------------------------contact.html-------------------------------*/

/*  .map{
    width:100%;
    height:200px;
  }*/
  .address{
    margin:20px auto;
    width:90%;
    overflow: hidden;
  }
  .customer{
    width:100%;
  }
  .customer li{
    height:30px;
    line-height: 30px;
    color:#999;
    font-size:14px;
  }
  .business{
    width:100%;
    margin-top:40px;
  }
  .address .address_li{
    font-size: 20px;
    height:40px;
    color:#000;
  }
  .business li{
    height:30px;
    line-height: 30px;
    color:#999;
    font-size:14px;
  }
  .business li:nth-of-type(3){
    height:60px;
  }





/*---------------------------------news.html--------------------------*/
  .swipslider .sw-slide > img{
    margin:0;
    width:100%;
    top:46%;
  }
  .sw-bullet{
    bottom:8%;
  }
  .sw-bullet li{
    width:8px;height:8px;
  }
  .news_con{
    width:100%;
    overflow: hidden;
    background: #f0f0f0;
    box-shadow:inset 0px 30px 30px -30px #ddd;
  }
  .s_con{
    width:100%;
    height:auto;
    /*overflow: hidden;*/
  }
  .s_con img{
    width:100%;
    height:240px;
  }
  .item_a{
    display: block;
    width:100%;
    clear: both;
    height:auto;
    /*overflow: hidden;*/
  }
  .news_first_right{
    clear: both;
    width:100%;
    height:220px;
    /*overflow: hidden;*/
    background: #fff;
    padding:15px;
    position: relative;
  }
  .news_first{
    width:100%;
  }

  .item a .news_title{
    margin-top:15px;
    width:100%;
    line-height:30px;
    font-size:16px;
    color:#333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  .item a .news_font{
    width:100%;
    margin-top:15px;
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    color:#777;
  }
  .news_ul{
    height:auto;
    overflow: hidden;
    width:90%;
    left:5%;
    position: absolute;
    bottom:10px;
    color:#777!important;
  }
  .news_ul img{
    width:17px;
    height:10px;
  }
  .news_ul li:nth-of-type(1){
    float:left;
  }
  .news_ul li:nth-of-type(2){
    float:right;
  }
  .news_center{
    width:100%;
    margin:0 auto;
    margin-top: 20px;
    padding: 30px;
    overflow: hidden;
    background: #fff;
  }
  .news_center_label{
    font-size:16px;
  }
  .news_center_ul li{
    padding:3px 10px;
    border:1px solid #ddd;
    float: left;
    margin-right:10px;
    margin-top: 20px;
    border-radius: 2px;
    cursor: pointer
  }
  .news_act{
    background: #DF001F;
    color:#fff;
  }
  .news_last{
    width:100%;
    margin:0 auto;
    min-height: 374px;
    margin-bottom: 20px;
  }
  .news_last_li{
    /*float: left;*/
    clear: both;
    width:100%;
    overflow: hidden;
    margin-right: 20px;
    background: #fff;
    padding-bottom: 10px;
    margin-top: 20px;
    height:360px;
  }
  .news_last a{
    color:#777;
  }
  .prize_list li:nth-child(3n){
    clear: both;
    width:100%;
    overflow: hidden;
    margin-right:0;
  }

  .news_last a:nth-child(3n){
    clear: both;
    width:100%;
    overflow: hidden;
    margin-right:0;
  }
  .news_last_img{
    width:100%;
    height:auto;
  }
  .news_last_img img{
    width:100%;
    height:100%;
  }
  .news_last_title{
    width:90%;
    margin:0 auto;
    margin-top:10px;
    height:50px;
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size: 16px;
    color:#333;
  }
  .news_last_label{
    width:90%;
    margin:0px auto;
    height: 40px;
    overflow: hidden;
  }
  .news_last_label li{
    padding:3px 10px;
    border:1px solid #ddd;
    float: left;
    margin-right:10px;
    margin-top: 10px;
    border-radius: 2px;
  }
  .news_last_time{
    width:90%;
    margin: 10px auto;
    text-align: right;
  }
  .news_last_oth{
    margin-right:0;
  }
  .carousel-indicators{
    top:50%;
    left:42%;
  }
  .news_last .news_last_li{
    width:100%;
  }
  .about_jieshao{
    position: static;
    width:100%;
    padding:5%;
  }
  .about{
    padding-bottom:20px!important;
  }
  .about_jieshao_tit{
    font-size:24px;
  }
  .mt100{
    margin-top:20px;
  }
  .event_tit{
    font-size:24px;
  }
  .about_bigEvent{
    width:90%;
  }
  .time-data{
    width:100%;
    padding-left:8%;
  }
  .time-data:before{
    width:10px;
    height:10px;
  }
  .shop_font p{
    width:90%!important;
  }
  .shop_con{
    width:90%!important;
  }
  .address{
    position: static;
    width:100%;
    padding:5%;
  }
  .address ul{
    margin-bottom:3%;
  }
  .business{
    padding-left:0;
    border:0;
  }


  /* ------------------r2------------ */
  .r2 .s1_br,.c2 .s1_br{
    font-size: 20px!important;
    line-height: 30px;
    margin-top:0px;
  }
  .s1_name{
    font-size: 20px;
    letter-spacing: 0px;
  }
  .r2IconTitle{
    padding:0 5%;
  }
  .r2TitleBig{
    font-size:14px;
    line-height: 25px;
  }
  .r2TitleLi{
    font-size: 12px;
  }
  .r2IconTitle li{
    margin-top:5%
  }
  .r2Body .s1_name{
    line-height: 25px!important;
  }
  .r2_br_fo{
    margin-top: 2%;
    font-size: 12px;
    line-height: 16px;
    color:#eee
  }
  .r2_sixIcon img{
    width: 120px;
  }
  .r2Seven .r2TitleBig{
    font-size: 14px;
    color:#eee
  }
  .a1_one .s1_one_fo{
    top:10%!important
  }
  .r2_br{
    font-size: 14px;
    line-height: 18px;
  }
  .r2Thirteen .r2_sixIcon img{
    width:90px
  }
  .bigImg li p{
    font-size: 14px;
  }
  .littleImg li p{
    height:70px;
    font-size: 14px;;
  }
  .r2Thirteen p{
    color: #eee!important;
  }
  .r2LastList{
    width:65%
  }
  .r2LastImg{
    width: 35%;
  }




  /* -------------c2----------- */
  .c2_one .s1_one_fo,.c2_seven .s1_one_fo,.c2_eight  .s1_one_fo{
    position: static;
    margin-bottom: 2%;
    margin-top: 2%
  }
  .c2_one .s1_name{
    font-size: 24px;
  }
  .c2_two_co .c2_name,.c2_four .s1_name{
    width:90%
  }
  .c2_eight .c2_eight_fo{
    width:100%;
    text-align: center;
    left:0
  }
  .c2_eight_ul{
    width:70%;
    margin: 0 auto;
  }
  .c2_eight_ul li{
    margin-top:2%;
  }
  .c2_eight_img{
    /*width:30px;*/
    height:35px;
  }
  .c2_eight_ul li img{
    width:35%!important;
  }
  .c2_twelve{
    height:auto;
    padding-bottom: 5%;
  }
  .c2_twelve_big{
    font-size: 24px;
    line-height: 30px;
  }
  .c2_four .s1_name{
    line-height: 20px;
  }
  .c2_eight_fo .c2_name{
    padding: 0;
    line-height: 20px;
  }
  .c2_eight_ul li p:nth-of-type(2){
    font-size:12px
  }
  .c2_eleven .c2_eleven_fo{
    /* width:90%; */
    line-height: 20px;
  }
  .c2_bottom_fo{
    display: none;
  }
  .c2_twelve_fo{
      margin-left: 3%;
      width:50%;
  }

}










