.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.p_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.p_banner img {
    width: 100%;
    height: auto;
    vertical-align: top;

}



.p_banner .txt {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -600px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;

}

.p_banner .txt .ch {
    font-size: 40px;
}

.p_banner .txt .en {
    font-size: 32px;
}
.dlan{
  margin-top: 10px;
}
.p_nav {
    width: 100%;
    background-color: #f1f1f1;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #bdbdbd;
}

.p_menu {
    width: 100%;

}

.p_menu li {
    float: left;

}

.p_menu li a {
    color: #433f3e;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: center;
    padding: 0 20px;
}

.p_menu .active a {
    color: #fff;
    background: #e32606;
}

.p_menu li a:hover {
    color: #fff;
    background: #e32606;
}

.p_content {
    width: 100%;
    padding: 50px 0;
}

.pa_tit {
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.pa_tit .since {
    font-size: 40px;
    color: #f2f2f2;
    line-height: 40px;
}


.pa_main {
    width: 100%;
    display: inline-block;
}

.pa_main p {
    line-height: 30px;
}

.about_p {
    width: 70%;
    float: left;

}

.about_img {
    width: 30%;
    float: left;
    height: auto;
    display: inline-block;

}

.about_img img {
  width: 100%;
  height: auto;
}

.cul_main {
    width: 960px;
    margin: 20px auto;
}

.cul_main .cul_list {
    width: 238px;
    margin: 0 40px;
    height: 300px;
    background: #f6f6f6;
    float: left;
    border: 1px solid #d6d2d2;
    text-align: center;
}

.cul_list .cul_border {
    border: 1px solid #d6d2d2;
    width: 198px;
    height: 260px;
    margin: 20px;
}

.cul_list .cul_txt {
    line-height: 24px;
    height: 50px;
    font-size: 12px;
    margin-top: 10px;

}

.cul_tit {
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

.cul_tit .ch {
    font-size: 16px;
    color: #433f3e;
}

.cul_tit .en {
    font-size: 12px;
    color: #c6c6c6;
}

.cul_list img {
    margin: 20px auto;

}

.cul_line {
    width: 80%;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}

.mt50 {
    margin-top: 50px;
}

.mt10 {
    margin-top: 10px;
}

.factory_img {
    width:45%;
    padding: 20px 1%;
    height: auto;
    float: left;
}

.factory_img img {
    width: 100%;
    height: auto;
}

.factory_img p {
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}

.ml40 {
    margin-left: 40px;

}

.about_p2 {
    width: 60%;
    float: left;
}

.about_img2 {
    width: 36%;
    margin-left: 4%;
    float: left;
}

.about_img2 img {
    width: 100%;
    height: auto;
}



.advantage_main {
    width: 100%;
    display: inline-block;
}

.advantage_box {
    width: 50%;
    height: 294px;
    float: left;
    background: #f7f7f7;
}
.advantage_box img {
  width:100%;
  overflow: hidden;
    height: 294px;
}
.mt127 {
    margin-top: 127px;
}

.pc_main {
    width: 100%;
    display: inline-block;
}

.pc_main p {
    padding: 20px 0;
}

.pc_main .add_tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.pc_line {
    width: 100%;
    height: 1px;
    border-bottom: 1px #ccc dashed;
}

.add_img {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
}

.add_img img {
    width: 100%;
    height: auto;
    border: 2px solid #e32606;
}

.p_tit {
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

.p_tit .ch {
    font-size: 24px;
    color: #433f3e;
    text-align: center;	
}

.p_tit .en {
    font-size: 12px;
    color: #433f3e;
}

.p_tit .news_date {
    font-size: 12px;
}

.p_main {
    width: 100%;
    display: inline-block;

}


.p_main p {

}
.p_main_img img{
  width: 100%;
  height: auto;
}
.pn_main {
    width: 100%;
    display: inline-block;
}



.news_img {
    float: left;
    width:40%;
    height: 240px;
    overflow: hidden;
	margin: 20px;
}

.news_img img {
    width: 500px;
    height: 240px;

}

.p_main ul li img, .pn_main ul li img {
    display: block;
    width: 100%;
    transition: 600ms;
    -webkit-transition: 600ms;
}

.p_main ul li a:hover, .pn_main ul li a:hover {

    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.p_main ul li a:hover img, .pn_main ul li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pn_main .news_list {
    width: 50%;
    margin: 2%;
    float: left;
}

.pp_main {
    width: 100%;
    display: inline-block;
}

.pp_img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pp_main img.p_main_img img {
    width: 100%;
    overflow: hidden;

}


.pp_list {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
}

.pp_list li {
    width: 23%;
    float: left;
    margin: 15px 1%;
    text-align: center;
}
.pp_list li img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.pp_list li span {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.ppar_list {
    width: 100%;
    padding: 20px 0;
    display: inline-block;
}

.pp_list a, .ppar_list a {
    display: block;
}

.ppar_list li {
    width: 170px;
    float: left;
    margin: 10px;
    text-align: center;
}

.ppar_list li img {
    width: 170px;
    height: 85px;
    overflow: hidden;
}

.pp_list li span {
    width: 80%;
}
.copyright a{
  display: inline-block;
}
.ibox .boxitem {
    float: left;
    display: block;
    color: #fff;
    width: 33.33%;
    position: relative;
    overflow: hidden;
}


.boxitem a:link, .boxitem a:visited {
    color: #fff;
}

.boxitem a:active, .boxitem a:hover {
    color: #fff;
}

.boxitem .img {
    display: block;
    width: 100%;
    transition: 600ms;
}

.boxitem .ibg {
    background: url(../image/blue_bg.png) repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.boxitem .itemtxt {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 0%;
    height: 100%;
    text-align: center;
    display: table-cell;
    z-index: 5;
    transition: 400ms;
}

.boxitem .itemtxt .t {
    font: 24px/1.5 "微软雅黑";
    padding-top: 24%;
    transition: 300ms;
}

.boxitem .itemtxt .c {
    font: 14px/1.8 "微软雅黑";
    text-transform:uppercase;
    transition: all 300ms ease 100ms;
    width: 70%;
    margin: 0 auto;
}

.boxitem .itemtxt .t-en{
  font: 14px/1.8 "微软雅黑";
  text-transform:uppercase;
}

.boxitem .more {
    background-color: rgba(255,255,255,.6);
    color: #ff0000;
    width: 98px;
    height: 30px;
    display: block;
    margin: 10% auto 0px;
    text-align: center;
    line-height: 30px;
    transition: all 300ms ease 200ms;
}

.boxitem.item .itemtxt .t {
    padding-top: 33%;
    margin-bottom: 10px;
}

.boxitem.item .itemtxt .c, .boxitem.item .itemtxt .more, .boxitem.item .itemtxt .c, .boxitem.item .itemtxt .more {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 30px;
}

.boxitem .itemtxt .t {
    padding-top: 35%;
}

.boxitem.item .itemtxt .t {
    padding-top: 45%;
}

.boxitem.item .itemtxt::before, .boxitem.item .itemtxt::after {
    opacity: 0;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}

.boxitem.item .itemtxt::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.boxitem.item .itemtxt::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.boxitem.item .itemtxt::before, .boxitem.item .itemtxt::after {
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    content: '';
    box-sizing: border-box;
}

.boxitem.item:hover .itemtxt::before, .boxitem.item:hover .itemtxt::after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}



.boxitem.item:hover .itemtxt .t {
    padding-top: 35%;
}

.proIbox2 .boxitem.item:hover .itemtxt .t {
    padding-top: 25%;
}

.boxitem.item:hover .itemtxt .c, .boxitem.item:hover .itemtxt .more, .boxitem.item:hover .itemtxt .c, .boxitem.item:hover .itemtxt .more {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
}

.boxitem:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.boxitem:hover .ibg {
    display: none;
}


.articleShow .boxitem {
    top: 0px;
    opacity: 1;
}

.articleShow .acitem1 {
    transition: all 700ms ease 100ms;
}

.articleShow .acitem2 {
    transition: all 700ms ease 200ms;
}

.articleShow .acitem3 {
    transition: all 700ms ease 300ms;
}

.articleShow .acitem4 {
    transition: all 700ms ease 500ms;
}
.articleShow .acitem5 {
    transition: all 700ms ease 600ms;
}

.articleShow .acitem6 {
    transition: all 700ms ease 700ms;
}

@media screen and (min-width: 641px) {
.gw_banner .scroll_box img {
    width: 100%;
    display: block;
}

#banner_box .item img {
    display: block;
    width: 100%;
    height: auto;
}
.gw_footer .footer_top {
    padding: 20px 0 0 0;
    width: 80%;
    margin: 0 auto;
    height: 30px;
}

.gw_footer .footer_box {
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
    height: 200px;
}

.news_list .news_date {
    width: 15%;
    color: #2b2b2b;
    margin: 30px 0px;	
}

.news_right a:hover{
        color: #e32606;
}

.news_list .news_right {
    width: 60%;
    margin-left: 30px;
    margin-top: 30px;
}

.news_list .news_right .news_title {
    font-size: 20px;
    line-height: 36px;
    width: 350px;
    height: 40px;
    overflow: hidden;
}

.news_list .news_right .news_main {
    width: 350px;
}

.pn_main ul li {
    float: left;
    width: 100%;
    height: 280px;
    margin: 20px 0;
}

.pn_main ul li a {

    width: 100%;
    height: 280px;
    float: left;

}
.news_right_date{
  display: none;
}
}
@media screen and (min-width: 1024px) {

  .pa_tit .ch {
      font-size: 34px;
      color: #433f3e;
      line-height: 40px;
  }

  .pa_tit .en {
      font-size: 16px;
      color: #433f3e;
  }

}

@media screen and (min-width: 1153px) {
    .pnav ul li a:hover {
        background: #e32606;
        color: #fff;
    }


}
@media screen and (min-width: 1281px) {
  .inner {
      width: 1200px;
      margin: 0 auto;
  }
  .about_p4 {
      width: 80%;
      margin: 0 auto;
      text-align: center;
  }
}
@media screen and (min-width: 1366px) {
  .gw_banner {
      width: 100%;
      margin-top: 80px;
  }

}

/* 1153 */
@media screen and (max-width: 1600px) {
  .about_img3 img{
    width: 96%;
    height:auto;
  }
  .w45 {
      width: 45%;
  }


}

/* 1600 */
@media screen and (max-width: 1440px) {

.gw_header .header_box .logo {
    width: 300px;
    height: 50px;
    float: left;
}
}

/* 1440 */
@media screen and (max-width: 1200px) {
  .nav {
      display: none;
  }

  .header {
      height: 60px;
  }
  .gw_banner {
      width: 100%;
      margin-top: 60px;
  }
  .gw_header .header_box.large .logo, .gw_header .header_box.small .logo {
      position: absolute;
      top: 50%;
      margin-left: 0;
      left: 5%;
      margin-top: -20px;
      transform-origin: left center;
      -webkit-transform-origin: left center;
      transform: scale(0.75);
      -webkit-transform: scale(0.75);
  }
  .set{
    display: none;
  }

  .menu-handler {
      display: block;
  }
    .nav li > a {
        padding: 28px 15px;
        font-size: 15px;
    }

    .nav {
        margin-right: 2.5%;
    }
    .c_news .news_list {
     width: 45%; 
    margin: 0 1.5%;
    float: left;
}

}

/* 1366 */
@media screen and (max-width: 1153px) {
  .inner{
    width: 96%;
    margin:0 auto;
  }
  .pnav .pw {
      width: 100%;
  }
  .about_p4 {
      width: 100%;
      margin: 0 auto;
      text-align: center;
  }
  .boxitem .itemtxt .t { font-size: 20px; }
.boxitem .itemtxt .c { font-size: 12px; }
.boxitem .itemtxt .more { margin-top: 7%; height: 30px; line-height: 30px;width: 84px;}
}

/* 1281 */
@media screen and (max-width: 1153px) {


    .gw_banner {
        width: 100%;
        margin-top: 60px;
    }
    .p_banner .txt {
     position: absolute;
     width: 100%;
     bottom: 30px;
     left: 4%;
     margin-left: 0;
     color: rgba(255, 255, 255, .6);
     text-transform: uppercase;
     line-height: 30px;
     font-weight: bold;
  }
  .p_banner .txt .ch {
    font-size: 28px;
  }
  .p_banner .txt .en {
      font-size: 14px;
  }

}

/* 1153 */
@media screen and (max-width: 1024px) {
  html, body {
    font-size: 12px;
  }

    .c_news .news_list {
      width: 90%;
      margin: 10px 5%;
    }

    .about_title {
        font-size: 22px;
        line-height: 24px;
    }

    .about_main {
        font-size: 12px;
        line-height: 24px;
        margin: 20px 0;
    }

    .about_left img {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }

    .icon_list li {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }

    .partener_title p {
        font-size: 24px;

    }

    .pnav .pw {
        width: 100%;
    }

    .pnav .mcv {
        display: block;
    }

    .pnav {
        position: relative;
        border-bottom: none;
    }

    .pnav ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        z-index: 99;
        background: #f1f1f1;
        display: none;
    }

    .pnav ul li {
        float: none;
    }

    .pnav ul li a {
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }

    .pnav.show .caret {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }


    .pa_tit .since {
    font-size: 20px;
    color: #f2f2f2;
    line-height: 20px;
     }
    .pa_tit .ch {
        font-size: 20px;
        color: #433f3e;
        line-height: 20px;
    }
    .pa_tit .en {
        font-size: 12px;
        color: #433f3e;
    }
    .pp_list li {
    width: 46%;
    float: left;
    margin: 15px 2%;
    text-align: center;
    }
    .cul_main .cul_list {
      margin: 0 ;

    }
    .cul_list{
      transform: scale(0.75);
      -webkit-transform: scale(0.75);
    }
    .p_banner .txt .ch {
    font-size: 18px;
    line-height: 20px;
    }
    .p_banner .txt .en {
    font-size: 12px;
      line-height: 20px;
    }
    .pa_main img{
      width: 100%;
      height: auto;
    }
    .pp_main img{
      width: 100%;
      height: auto;
    }
    .cul_list{
      display: none;
    }
  .article-block .boxitem { top:0px; }
}

/* 1024 */
@media screen and (max-width: 861px) {

  .en_gw_content img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -384px;
    margin-top: -278px;
}
    .copyright img {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        margin-left: 0;
    }
    .gw_footer{
      font-size: 12px;
    }
    .gw_footer .footer_box .add {
        display: none;
    }


    .news_p img{
      width: 100%;
      height: auto;
    }
    .w45 {
     width: 96%;
     margin:0 2%;;
    }
    .news_img {
      display: none;
    }
    .pn_main .news_list {
      width: 96%;
    }
    .ppar_list {
    padding: 0;
    }
    .ppar_list li {
      width: 44%;
      margin: 3%;
     }
    .joinList .joinT {
    font-size: 12px;
    }
    .p_content {
    padding: 25px 0;
    }
    .about_p {
    width: 100%;
    }
    .about_img {
      width:100%;
    }
    .p_tit .ch {
    font-size: 14px;
}
  .advantage_box {
      width: 50%;
      height: 150px;
      float: left;
      background: #f7f7f7;
  }
  .mt127 {
      margin-top: 50px;
  }
  .advantage_box img {
     height: 150px;
}
  .pa_main p {
      line-height: 24px;
  }
  .ibox .boxitem{ width: 50%; }

  .boxitem .itemtxt .t-en {
    font: 12px/1.8 "微软雅黑";
    text-transform: uppercase;
}
}

/* 861 */
@media screen and (max-width: 641px) {
    .boxitem.item .itemtxt .t { padding-top: 30%; }
  .en_gw_content {
    height: 400px;
  }

  .en_gw_content img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -194px;
    margin-top: -200px;

   }
    .about_left {
        width: 96%;
    }

    .about_right {
        width: 90%;
        margin: 0 5%;
    }

    .icon_list {
        margin-top: 10px;
    }
    .pp_list li {
    width: 96%;
    float: left;
    margin: 15px 2%;
    text-align: center;
    }

    .cul_main {
    display: none;
    }
    .gw_footer .footer_box .copyright {
        width: 100%;
        float: left;
    }
    .gw_footer .footer_box .wx_img {
      width: 100%;
     text-align: right;
     margin-top: -30px;
    }
    .gw_footer .footer_box .wx_img img{
      width:50px;
      height: 50px;
    }
    .gw_banner .scroll_box img {
       height: 226px;
       text-align: center;
        display: block;
    }

    #banner_box .item img {
        display: block;

    }
    .gw_footer .footer_top {
        padding: 20px 0 0 0;
        width: 90%;
        margin: 0 auto;
        height: 30px;
    }

    .gw_footer .footer_box {
        padding: 40px 0;
        width: 90%;
        margin: 0 auto;
        height: 200px;
    }
    .news_list .news_date {
      display: none;
    }
    .news_list .news_right {
        width: 100%;

    }
    .news_list .news_right .news_title {
        font-size: 18px;
        line-height: 36px;
        width: 100%;
        height: 40px;
        overflow: hidden;
    }
    .pn_main ul li {
        float: left;
        width: 100%;
        margin: 5px 0;
    }

    .pn_main ul li a {
        width: 100%;
        float: left;

    }
  .news_right_date{
    display: block;
  }
  /* .ibox .boxitem{ width: 100%; } */
.boxitem.item .itemtxt .more{
    display: none;
  }
  .articleShow .acitem1 { transition: all 200ms ease 100ms; }
  .articleShow .acitem2 { transition: all 300ms ease 150ms; }
  .articleShow .acitem3 { transition: all 400ms ease 200ms; }
  .articleShow .acitem4 { transition: all 500ms ease 250ms; }
  .articleShow .acitem5 { transition: all 600ms ease 300ms; }
  .articleShow .acitem6 { transition: all 700ms ease 350ms; }


}

/* 481 */
@media screen and (max-width: 361px) {


}

/* 361 */
@media screen and (max-width: 321px) {

}

/* 321 */
