@charset "utf-8";

:hover{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.picfd:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}

.padding1{
    padding-top: 110px;
}
.padding2{
    padding-top: 50px;
}
.padding3{
    padding-bottom: 50px;
}

/* 头部 */
.header{
    width: 100%;
    background: rgba(255,255,255,1);
    position: fixed;
    z-index: 9999999;
    /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}
.header .collapse{
    position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 110px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 110px;
  padding: 20px 0 0 146px;
  font-size: 18px;
  line-height: 0px;
  position:absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 66px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 20px;
  color: #333;
}
.header .navbar-default .navbar-nav > li{
  margin:0px;
}

.header .navbar .tel { font-size: 24px; font-weight: bold; color: #ec121d; line-height: 24px; margin: 43px 120px 0 0; position: relative; z-index: 3; }
.header .navbar .tel img { margin: 2px 4px 0 0; }
.header .navbar .language { font-size: 18px; color: #666; line-height: 18px; margin: 46px 46px 0 0; position: relative; z-index: 3; }
.header .navbar .language a { color: #666; display: inline-block; }
.header .navbar .language a:hover { color: #ec121d; }

.header .nav{ margin-right: 34px; padding-right:0px; padding-bottom:0px; }
.header .nav > li{ margin-right:6px !important; position:relative; }
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a { height: 110px; line-height: 110px; text-align: center; padding: 0 26px; display: block; }
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top:10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
    padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
  font-weight: bold;
  color: #ec121d;
  background:none;
  border-bottom: 4px solid #ec121d;
}
.header .navbar-default .navbar-nav > .active > a {
  background:none;
  color: #ec121d;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #ec121d;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #ec121d;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #ec121d;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  font-weight: bold;
  color: #ec121d;
  background:none;
  border-bottom: 4px solid #ec121d;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50% !important;
  margin-left: -75px !important;
  z-index: 1000;
  display: none;
  width: 150px;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background:#fff;
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 5px !important;
  clear: both;
  font-weight: normal;
  height: 40px;
  line-height: 40px !important;
  font-size:14px;
  color: #333;
  border-bottom:1px solid #ededed;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333 !important;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* BANNER */
.banner{ width:100%; overflow:hidden; position:relative; z-index:2000; }
.banner .item{ width:100%; }
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.banner a{
    display: block;
    width: 100%;
}

.banner .owl-buttons{display: none;}
.banner .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; }
.banner .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.banner .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 40px; left: 0px; }
.banner .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.banner .owl-theme .owl-dots .owl-dot span{width:8px;height:8px; background:rgba(255,255,255,1); margin:0 5px; border-radius: 8px; }
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span{ width: 34px; }
.banner .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:50%; margin-top:-34px; z-index:6; }
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:38px;height:69px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.banner .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none;}
.banner .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic2.png) no-repeat center; position:absolute; left:0px; }
.banner .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic3.png) no-repeat center; position:absolute; right:0px; }
.banner .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic2.png) no-repeat center; }
.banner .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic3.png) no-repeat center; }

/* 网站首页 */
.main{
    width: 100%;
    overflow: hidden;
}
.main h2{
    font-size: 32px;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 0px;
}
.main h2 img{
    margin: 0 16px;
}
.main h2 span.style1{
    color: #333;
}
.more{
    font-size: 0px;
    width: 100%;
    text-align: center;
    margin-top: 46px;
}
.more a{
    font-size: 14px;
    color: #333;
    width: 180px;
    max-width: 100%;
    height: 48px;
    line-height: 46px;
    margin: 0 23px;
    border: 1px solid #7d7d7d;
    border-radius: 48px;
    display: inline-block;
}
.more a img{
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.more a img.img1{
    display: inline-block;
}
.more a img.img2{
    display: none;
}
.more a:hover{
    color: #fff;
    background-color: #ec121d;
    border: 1px solid #ec121d;
}
.more a:hover img.img1{
    display: none;
}
.more a:hover img.img2{
    display: inline-block;
}

.main1{
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.main1_1{
    width: 100%;
    margin-top: 42px;
}
.main1_1 .tab{ font-size:0px; width:100%; text-align:center; white-space:nowrap; overflow: hidden; overflow-x: auto; }
.main1_1 .tab1{ font-size:18px; color:#333; margin:0 11px; display:inline-block; *display:inline; *zoom:1; }
.main1_1 .tab1 a{ color:#333; min-width: 170px; line-height:44px; text-align: center; padding:0 5px; background-color: #bfbfbf; border-radius: 22px; display:block; overflow:hidden; }
.main1_1 .tab1:hover a{ color: #fff; background-color:#ec121d; }
.main1_1 .tab1.on a{ color: #fff; background-color:#ec121d; }
.main1_1 .tab_nr { width:100%; margin-top:46px; position: relative; }
.main1_1 .tab_nr1{ width:100%; position: absolute; top: 0px; left: 0px; visibility: hidden; }
.main1_1 .carousel1{ width:auto; margin: 0 -13px; }
.main1_1 .item{ width:100%; padding:0 13px; }
.main1_1 .item_nr{ width:100%; background-color: #fff; position: relative; }
.main1_1 .item_nr .pic{ width:100%; background-color: #f1f1f1; overflow:hidden; }
.main1_1 .item_nr .pic img{ width:100%; }
.main1_1 .item_nr .title{ font-size: 20px; font-weight: bold; color: #333; width:100%;text-align:center; line-height: 100%; margin: 30px 0 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.main1_1 .item_nr .content{ font-size: 14px; color: #666; width:100%; height: 72px; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.main1_1 .item_nr:hover .title{
    color: #ec121d;
}

.main1_1 .owl-buttons{display: none;}
.main1_1 .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; padding-bottom: 70px; }
.main1_1 .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.main1_1 .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 0px; left: 0px; }
.main1_1 .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.main1_1 .owl-theme .owl-dots .owl-dot span{width:8px;height:8px; background:#ec121d; margin:0 5px; border-radius: 8px; }
.main1_1 .owl-theme .owl-dots .owl-dot.active span, .main1_1 .owl-theme .owl-dots .owl-dot:hover span{ width: 34px; }
.main1_1 .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:110px; z-index:6; }
.main1_1 .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:30px;height:58px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.main1_1 .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic5.png) no-repeat center; background-size: cover; position:absolute; left:-35px; }
.main1_1 .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic6.png) no-repeat center; background-size: cover; position:absolute; right:-35px; }
.main1_1 .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic5.png) no-repeat center; background-size: cover; }
.main1_1 .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic6.png) no-repeat center; background-size: cover; }
.main1 .ksljcp{
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    bottom: 108px;
    left: 0px;
    z-index: 20;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.main1 .ksljcp .container{
    padding-top: 56px;
    padding-bottom: 56px;
    position: relative;
}
.main1 .ksljcp a.btn1{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    width: 308px;
    max-width: 100%;
    height: 86px;
    line-height: 86px;
    text-align: center;
    background-color: #ec121d;
    border-radius: 86px;
    display: inline-block;
}
.main1 .ksljcp a.btn1 img{
    margin-left: 14px;
}
.main1 .ksljcp a.btn1:hover img{
    margin-left: 6px;
}
.main1 .ksljcp a.gb{
    position: absolute;
    top: 27px;
    right: 2px;
}
.main2{
    width: 100%;
    padding: 70px 0 50px;
}
.main2_1{
    width: 100%;
    margin-top: 80px;
}
.main2_1_l{
    width: 67.7%;
}
.main2_1_l ul{
    width: 100%;
}
.main2_1_l ul li{
    width: 50%;
    padding-right: 34px;
}
.main2_1_l ul li .item{
    width: 100%;
}
.main2_1_l ul li .item .pic{
    width: 100%;
    overflow: hidden;
}
.main2_1_l ul li .item .pic img{
    width: 100%;
}
.main2_1_l ul li .item .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin: 24px 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main2_1_l ul li .item .date{
    font-family: "Airal";
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main2_1_l ul li .item:hover .title{
    color: #ec121d;
}
.main2_1_r{
    width: 32.3%;
}
.main2_1_r ul{
    width: 100%;
}
.main2_1_r ul li{
    width: 100%;
    padding: 16px 0 10px;
    border-bottom: 1px solid #bfbfbf;
}
.main2_1_r ul li:first-child{
    padding-top: 0px;
}
.main2_1_r ul li .date{
    font-family: "Arial";
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left: 3px;
    background-color: #ec121d;
}
.main2_1_r ul li .date1{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    line-height: 100%;
    margin: 4px 0 6px;
}
.main2_1_r ul li .date2{
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 100%;
}
.main2_1_r ul li .text{
    margin-left: 74px;
}
.main2_1_r ul li .text .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin: 2px 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main2_1_r ul li .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main2_1_r ul li:hover .text .title{
    color: #ec121d;
}
.main3{
    width: 100%;
    padding: 70px 0 50px;
}
.main3_1{
    width: 100%;
    margin-top: 74px;
}
.main3_1 .tab{ font-size:0px; width:100%; text-align:center; white-space:nowrap; overflow: hidden; overflow-x: auto; }
.main3_1 .tab1{ font-size:16px; color:#333; margin:0 0px; display:inline-block; *display:inline; *zoom:1; }
.main3_1 .tab1 a{ color:#333; width: 200px; text-align: center; padding:10px 5px 25px; display:block; overflow:hidden; }
.main3_1 .tab1 a p{ width: 100%; margin-bottom: 16px; }
.main3_1 .tab1 a p img{ height: 44px; }
.main3_1 .tab1 a p img.img1{ display: block; }
.main3_1 .tab1 a p img.img2{ display: none; }
.main3_1 .tab1 a span{ color:#333; width: 100%; line-height: 100%; display: block; }
.main3_1 .tab1:hover a{ background: url(../images/pic17.png) no-repeat center bottom; }
.main3_1 .tab1:hover a p img.img1{ display: none; }
.main3_1 .tab1:hover a p img.img2{ display: block; }
.main3_1 .tab1:hover a span{ color: #fff; }
.main3_1 .tab1.on a{ background: url(../images/pic17.png) no-repeat center bottom; }
.main3_1 .tab1.on a p img.img1{ display: none; }
.main3_1 .tab1.on a p img.img2{ display: block; }
.main3_1 .tab1.on a span{ color: #fff; }
.main3_1 .tab_nr { width:100%; margin-top:20px; position: relative; }
.main3_1 .tab_nr1{ width:100%; position: absolute; top: 0px; left: 0px; visibility: hidden; }
.main3_1 .carousel2{ width:auto; margin: 0 -13px; }
.main3_1 .item{ width:100%; margin: 10px 0; padding:0 13px; }
.main3_1 .item_nr{ width:100%; background-color: #fff; position: relative;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgba(0, 0, 0, .1);
}
.main3_1 .item_nr .pic{ width:100%; background-color: #f1f1f1; overflow:hidden; }
.main3_1 .item_nr .pic img{ width:100%; }
.main3_1 .item_nr .text{ width:100%; padding: 32px 30px; }
.main3_1 .item_nr .title{ font-size: 20px; font-weight: bold; color: #333; width:100%; line-height: 100%; margin-bottom: 12px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.main3_1 .item_nr .content{ font-size: 14px; color: #666; width:100%; height: 72px; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.main3_1 .item_nr:hover .title{
    color: #ec121d;
}

.main3_1 .owl-buttons{display: none;}
.main3_1 .owl-theme .owl-controls{ width:100%; height:100%; text-align:center; margin-top:0px; padding-bottom: 50px; }
.main3_1 .owl-pagination{height:8px; z-index:1111;position:relative; bottom:0px; display:none;}
.main3_1 .owl-theme .owl-dots{ font-size: 0px; width:100%;height:8px;text-align:center; position: absolute; bottom: 0px; left: 0px; }
.main3_1 .owl-theme .owl-dots .owl-dot{ display:inline-block; *display:inline; *zoom:1;  }
.main3_1 .owl-theme .owl-dots .owl-dot span{width:8px;height:8px; background:#ec121d; margin:0 5px; border-radius: 8px; }
.main3_1 .owl-theme .owl-dots .owl-dot.active span, .main3_1 .owl-theme .owl-dots .owl-dot:hover span{ width: 34px; }
.main3_1 .owl-theme .owl-controls .owl-nav{ position:absolute; left:0px; right:0px; top:40%; z-index:6; }
.main3_1 .owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:0px;width:30px;height:58px;margin:0px;padding:0px;background:none;display:inline-block;cursor:pointer;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
.main3_1 .owl-theme .owl-controls .owl-nav .owl-prev{ background: url(../images/pic5.png) no-repeat center; background-size: cover; position:absolute; left:-35px; }
.main3_1 .owl-theme .owl-controls .owl-nav .owl-next{ background: url(../images/pic6.png) no-repeat center; background-size: cover; position:absolute; right:-35px; }
.main3_1 .owl-theme .owl-controls .owl-nav .owl-prev:hover{ background: url(../images/pic5.png) no-repeat center; background-size: cover; }
.main3_1 .owl-theme .owl-controls .owl-nav .owl-next:hover{ background: url(../images/pic6.png) no-repeat center; background-size: cover; }
.main4{
    width: 100%;
    padding: 70px 0 50px;
}
.main4_1{
    width: 100%;
    margin-top: 52px;
}
.main4_1 ul{
    margin-right: -27px;
}
.main4_1 ul li{
    width: 25%;
    padding: 20px 27px 0 0;
}
.main4_1 ul li .pic{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.main4_1 ul li .pic img{
    width: 100%;
}

/* 底部 */
.footer{
    width: 100%;
}
.footer_t{
    width: 100%;
    padding: 60px 0;
    background-color: #252525;
}
.footer_t1{
    max-width: 22.5%;
}
.footer_t1 .nr1{
}
.footer_t1 .nr2{
    font-size: 18px;
    color: #ccc;
    line-height: 100%;
    margin: 32px 0 14px;
}
.footer_t1 .nr3{
    font-size: 32px;
    font-weight: bold;
    color: #d1d1d1;
    line-height: 100%;
}
.footer_t1 .nr4{
    font-size: 16px;
    color: #6f6f6f;
    line-height: 32px;
    margin-top: 12px;
}
.footer_t2{
    text-align: center;
    padding-top: 32px;
}
.footer_t2 p{
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    line-height: 100%;
    margin: 0 0 20px;
}
.footer_t2 span{
    display: block;
}
.footer_t3{
    padding-top: 32px;
}
.footer_t3 ul{
}
.footer_t3 ul li{
    min-width: 102px;
    margin-right: 42px;
}
.footer_t3 ul li p{
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    line-height: 100%;
    margin: 0 0 12px;
}
.footer_t3 ul li span{
    font-size: 16px;
    color: #6f6f6f;
    line-height: 32px;
    display: block;
}
.footer_t3 ul li span a{
    color: #6f6f6f;
}
.footer_t3 ul li span a:hover{
    color: #ec121d;
}
.footer_b{
    font-size: 14px;
    color: #6f6f6f;
    width: 100%;
    line-height: 23px;
    text-align: center;
    padding: 12px 0;
    background-color: #171717;
}
.footer_b a{
    color: #6f6f6f;
}
.footer_b a:hover{
    color: #ec121d;
}

/* 内页BANNER */
.qy_banner{
    width:100%;
}
.qy_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.qy_banner a{
    display: block;
    width: 100%;
}

/* 内页公用 */
.qy_main{
    width: 100%;
    overflow: hidden;
}
.qy_main1{
    width: 100%;
    padding: 23px 0 33px;
    background-color: #f5f5f5;
}
.qy_main1_1{
    font-size: 14px;
    color: #999;
    width: 100%;
    line-height: 100%;
}
.qy_main1_1 a{
    color: #999;
}
.qy_main1_1 a:hover{
    color: #ec121d;
}
.qy_main1_2{
    font-size:0px;
    width:100%;
    text-align:center;
    white-space:nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-top: 20px;
}
.qy_main1_2 a{
    font-size: 18px;
    color: #666;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 4px;
    padding: 0 28px;
    border-radius: 22px;
    display: inline-block;
}
.qy_main1_2 a:hover,.qy_main1_2 a.on{
    color: #fff;
    background-color: #ec121d;
}
.qy_main2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    text-align: center;
}
.qy_main3{
    width: 100%;
    background-color: #f5f5f5;
}
.qy_main3 .tab{ font-size:0px; width:100%; text-align:center; white-space:nowrap; overflow: hidden; overflow-x: auto; }
.qy_main3 .tab1{ font-size:16px; color:#333; margin:0 0px; display:inline-block; *display:inline; *zoom:1; }
.qy_main3 .tab1 a{ color:#333; width: 200px; text-align: center; padding:28px 5px 36px; display:block; overflow:hidden; }
.qy_main3 .tab1 a p{ width: 100%; margin-bottom: 16px; }
.qy_main3 .tab1 a p img{ height: 44px; }
.qy_main3 .tab1 a p img.img1{ display: block; }
.qy_main3 .tab1 a p img.img2{ display: none; }
.qy_main3 .tab1 a span{ color:#333; width: 100%; line-height: 100%; display: block; }
.qy_main3 .tab1:hover a{ background: #ec121d; }
.qy_main3 .tab1:hover a p img.img1{ display: none; }
.qy_main3 .tab1:hover a p img.img2{ display: block; }
.qy_main3 .tab1:hover a span{ color: #fff; }
.qy_main3 .tab1.on a{ background: #ec121d; }
.qy_main3 .tab1.on a p img.img1{ display: none; }
.qy_main3 .tab1.on a p img.img2{ display: block; }
.qy_main3 .tab1.on a span{ color: #fff; }
.qy_main4{
    width: 100%;
    text-align: center;
}
.qy_main4 .nr1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    width: 100%;
}
.qy_main4 .nr2{
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 20px;
    margin-top: 30px;
}
.qy_main4 .nr2 span.style1{
    margin: 0 58px;
}
.qy_main4 .nr2 img{
    margin-right: 10px;
}

/* 公司简介 */
.gsjj_main{
    width: 100%;
}
.gsjj_main1{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 28px;
    margin-top: 32px;
}

/* 资质荣誉 */
.zzry_main{
    width: 100%;
}
.zzry_main1{
    width: 100%;
    margin-top: 40px;
}
.zzry_main1 span{
    font-size: 22px;
    color: #fff;
    width: 250px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #ec121d;
    border-radius: 10px;
    display: inline-block;
}
.zzry_main1 span img{
    height: 35px;
    margin: 0 20px 0 36px;
    position: relative;
    top: -3px;
}
.zzry_main2{
    width: 100%;
}
.zzry_main2 ul{
    margin-right: -45px;
}
.zzry_main2 ul li{
    width: 25%;
    padding: 40px 45px 0 0;
}
.zzry_main2 ul li .item{
    width: 100%;
}
.zzry_main2 ul li .item .pic{
    width: 100%;
    -webkit-box-shadow:0 0 27px rgba(2, 4, 17, .18);
    -moz-box-shadow:0 0 27px rgba(2, 4, 17, .18);
    box-shadow:0 0 27px rgba(2, 4, 17, .18);
    overflow: hidden;
}
.zzry_main2 ul li .item .pic img{
    width: 100%;
}
.zzry_main2 ul li .item .title{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 100%;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zzry_main2 ul li .item:hover .title{
    color: #ec121d;
}
.zzry_main3{
    font-size: 0px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.zzry_main3 a{
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: inline-block;
}
.zzry_main3 a img{
    height: 40px;
    margin-right: 24px;
}
.zzry_main3 a:hover{
    color: #ec121d;
}
.zzry_main4{
    width: 100%;
    margin-top: 10px;
}
.zzry_main4 ul{
    margin-right: -27px;
}
.zzry_main4 ul li{
    width: 25%;
    padding: 20px 27px 0 0;
}
.zzry_main4 ul li .item{
    width: 100%;
}
.zzry_main4 ul li .item .pic{
    width: 100%;
    background-color: #f4f4f4;
    overflow: hidden;
}
.zzry_main4 ul li .item .pic img{
    width: 100%;
    height: 120px;
}

/* 加入我们 */
.jrwm_main{
    width: 100%;
}
.jrwm_main1{
    width: 100%;
    margin-top: 50px;
}
.jrwm_main1_l{
    width: 50%;
    padding-right: 30px;
}
.jrwm_main1_l1{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 28px;
}
.jrwm_main1_l2{
    width: 100%;
    margin-top: 26px;
}
.jrwm_main1_l2 table{
    font-size: 16px;
    width: 100%;
}
.jrwm_main1_l2 table thead th{
    font-weight: bold;
    color: #333;
    height: 80px;
    padding: 0 10px 0 74px;
    background-color: #eee;
}
.jrwm_main1_l2 table tbody td{
    color: #666;
    height: 92px;
    padding: 0 10px 0 74px;
    border-bottom: 2px solid #eee;
}
.jrwm_main1_r{
    width: 50%;
}
.jrwm_main1_r1{
    width: 100%;
    overflow: hidden;
}
.jrwm_main1_r1 img{
    width: 100%;
}
.jrwm_main1_r2{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    line-height: 32px;
    text-align: center;
    padding: 50px 0;
    background-color: #ec121d;
}
.jrwm_main1_r2 img{
    margin-right: 14px;
    position: relative;
    top: -2px;
}

/* 分页 */
.pages{ font-size:0px; width:100%; text-align:center; margin-top:40px; }
.pages a{ font-size:16px; color:#333; height:43px; line-height:43px; text-align:center; margin:0 10px; display:inline-block; *display:inline; *zoom:1; }
.pages a:hover,.pages a.xz{ color: #ec121d; }
.pages a:first-child,.pages a:last-child{ padding: 0 42px; background-color: #eee; }
.pages a:first-child:hover,.pages a:last-child:hover,.pages a:first-child.xz,.pages a:last-child.xz{ color: #fff; background-color: #ec121d; }
.pages strong{ font-weight:normal; color:#333; margin:0 2px; }

/* 产品中心 */
.cpzx_main{
    width: 100%;
}
.cpzx_main1{
    width: 100%;
    padding-bottom: 30px;
}
.cpzx_main1 ul{
    margin-right: -27px;
}
.cpzx_main1 ul li{
    width: 25%;
    padding: 40px 27px 0 0;
}
.cpzx_main1 ul li .item{
    width: 100%;
}
.cpzx_main1 ul li .item .pic{
    width: 100%;
    overflow: hidden;
}
.cpzx_main1 ul li .item .pic img{
    width: 100%;
}
.cpzx_main1 ul li .item .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cpzx_main1 ul li .item:hover .title{
    color: #ec121d;
}
.cpzx_main2{
    width: 100%;
    margin-top: 40px;
}
.cpzx_main2 span{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 508px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 52px;
    background-color: #ec121d;
    border-radius: 10px;
    display: inline-block;
}
.cpzx_main3{
    font-size: 14px;
    color: #333;
    width: 100%;
    line-height: 28px;
    margin-top: 40px;
}
.cpzx_main3 span.style1{
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 6px;
    display: inline-block;
}
.cpzx_main4{
    width: 100%;
    margin-top: 40px;
}
.cpzx_main4 .nr1{
    font-size: 24px;
    color: #333;
    width: 100%;
    line-height: 100%;
}
.cpzx_main4 .nr2{
    font-size: 18px;
    color: #666;
    width: 100%;
    line-height: 28px;
    margin-top: 20px;
    text-align: center;
}
.cpzx_main5{
    width: 100%;
    margin-top: 32px;
}
.cpzx_main5 .wbk1{
    font-size: 22px;
    color: #333;
    width: 422px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    background-color: #cecece;
    border: 0px;
    border-radius: 30px;
}
.cpzx_main6{
    width: 100%;
    padding-top: 16px;
}
.cpzx_main6 ul{
    width: 100%;
}
.cpzx_main6 ul li{
    width: 100%;
    margin-top: 14px;
}
.cpzx_main6 ul li .title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 73px 0 40px;
    background: #f5f5f5 url(../images/pic28.png) no-repeat right 50px center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.cpzx_main6 ul li .content{
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 30px;
    /*text-indent: 1cm;*/
    padding: 40px 40px 26px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.cpzx_main6 ul li .title.on{
    background: #f5f5f5 url(../images/pic29.png) no-repeat right 50px center;
}

/* 快速了解产品 */
.quick-understanding{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
    padding: 40px 50px;
    background-color: rgba(0,0,0,.2);
    border-radius: 100px 0 0 100px;
    display: inline-block;
    position: fixed;
    bottom: 100px;
    right: 0px;
    z-index: 99;
}
.quick-understanding img{
    height: 42px;
    margin-right: 20px;
}

/* 经典案例 */
.jdal_main{
    width: 100%;
}
.jdal_main1{
    width: 100%;
    margin-top: 10px;
}
.jdal_main1 ul{
    margin-right: -25px;
}
.jdal_main1 ul li{
    width: 33.33%;
    padding: 40px 25px 0 0;
}
.jdal_main1 ul li .item{
    width: 100%;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgba(0, 0, 0, .1);
}
.jdal_main1 ul li .item .pic{
    width: 100%;
    overflow: hidden;
}
.jdal_main1 ul li .item .pic img{
    width: 100%;
}
.jdal_main1 ul li .item .title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    padding: 35px 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jdal_main1 ul li .item:hover .title{
    color: #ec121d;
}
.jdal_main2{
    width: 100%;
    margin-top: 0px;
}

/* 公司动态 */
.gsdt_main{
    width: 100%;
}
.gsdt_main1{
    width: 100%;
}
.gsdt_main1 ul{
    width: 100%;
}
.gsdt_main1 ul li{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.gsdt_main1 ul li .pic{
    width: 21.43%;
    overflow: hidden;
}
.gsdt_main1 ul li .pic img{
    width: 100%;
}
.gsdt_main1 ul li .text{
    width: 78.57%;
    padding-left: 30px;
}
.gsdt_main1 ul li .text .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 100%;
    line-height: 100%;
    margin-top: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.gsdt_main1 ul li .text .content{
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 78px;
    line-height: 26px;
    margin: 12px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.gsdt_main1 ul li .text .date{
    font-family: "Airal";
    font-size: 16px;
    color: #666;
    width: 100%;
    line-height: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.gsdt_main1 ul li .operation{
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    -webkit-transition:all 0s ease;
    -moz-transition:all 0s ease;
    -o-transition:all 0s ease;
    transition:all 0s ease;
}
.gsdt_main1 ul li .operation1{
    width: 100%;
    margin: 98px 0 20px;
}
.gsdt_main1 ul li .operation1 img{
    height: 54px;
}
.gsdt_main1 ul li .operation2{
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 100%;
}

/* 联系我们 */
.lxwm_main{
    width: 100%;
}
.lxwm_main1{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 40px;
    padding: 110px 0;
}

/* 商务合作 */
.swhz_main{
    width: 100%;
}
.swhz_main1{
    width: 100%;
    padding-top: 30px;
}
.swhz_main1 ul{
    width: 100%;
}
.swhz_main1 ul li{
    width: 100%;
    margin-top: 30px;
}
.swhz_main1 ul li .item{
    width: 100%;
}
.swhz_main1 ul li .pic{
    width: 51.4%;
    padding-left: 40px;
}
.swhz_main1 ul li .pic_nr{
    width: 100%;
    overflow: hidden;
}
.swhz_main1 ul li .pic_nr img{
    width: 100%;
}
.swhz_main1 ul li .text{
    width: 48.6%;
}
.swhz_main1 ul li .text .title{
    width: 100%;
    margin-top: 60px;
}
.swhz_main1 ul li .text .title span{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 250px;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
    background-color: #ec121d;
    border-radius: 10px;
    display: inline-block;
}
.swhz_main1 ul li .text .content{
    font-size: 16px;
    color: #666;
    width: 100%;
    max-height: 152px;
    line-height: 30px;
    margin: 22px 0 32px;
    overflow: hidden;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.swhz_main1 ul li .text .content p{
	/*line-height:0px;*/
}
.swhz_main1 ul li .text .qmore{
    font-size: 14px;
    color: #666;
    width: 100%;
    line-height: 100%;
}
.swhz_main1 ul li .item:hover .text .qmore{
    color: #ec121d;
}
.swhz_main1 ul li.odd .pic{
    padding-right: 40px;
    padding-left: 0px;
    float: left;
}