@charset "UTF-8";
/*重置bootstrap*/
* {
  font-family: '微软雅黑';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited,
a:checked {
  text-decoration: none;
}

a {
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #000;
}

a:hover {
  color: #ec6616;
}

ul,
ol {
  list-style: none;
}
#pages{
	margin-top:20px;
	clear:both;
	padding:10px 0;
	height:40px;
}
#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}
#pages a{
	margin-top:20px;
}
#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #ec6618;
  background-color: #ec6618;
}

/*常用css样式*/
.font-bold {
  font-weight: bold;
}

.text-white,
.text-white a {
  color: #fff;
}

.text-black {
  color: #323232;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}
.header-nav{
  background-color: #0a8d95;
  padding: 20px 0;
  margin-bottom: 30px;
}
.header-container{
  background-color: #05bbc6;
}

.head-name{
  padding-top: 15px;
}
.head-container .col-sm-3{
  border-left: 1px solid #fff;
  overflow: hidden;
  padding: 15px 0;
}
.head-container .col-sm-3:last-child{
  border-right: 1px solid #fff;
}
.head-container .col-sm-3:hover{
  background-color: #0095aa;
}
.home-pro{
  position: relative;
}
.home-pro-text{
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -80px;
  left: 0;
  padding: 0 15px;
}
.home-pro-btn a{
  border: 1px solid #fff;
  padding:5px 25px;
}
.home-pro-btn a:hover{
  background-color: #0095aa;
}
.home-pro-btn{
  margin-top: 30px;
}
.home-pro-title{
  font-size: 24px;
  padding-bottom: 15px;
}
.home-pro-des{
  height: 60px;
  overflow: hidden;
}
@media(min-width:1441px){
  .container{
    width: 1440px;
  }
}
.home-title{
  font-size: 32px;
  color: #0095aa;
  padding: 15px 0;
}
.home-xw-list{
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.home-xw-from{
  padding:5px;
  background-color: #0095aa;
}
.home-xw-time,.home-xw-title,.home-xw-more{
  padding-top: 5px;
}
.home-xw-btn{
  margin-top: 50px;
}
.home-xw-btn a{
  padding: 10px 30px;
  background-color: #0095aa;
}
.footer{
  background-color: #f7f7f7;
  padding: 20px 0;
  margin-top: 50px;
}
.footer-add{
  line-height: 32px;
}





/* about关于我们 */
.bread {
  padding: 30px 0;
  color: #b0b0b0;
  font-size: 16px;
}

.bread a {
  color: #b0b0b0;
}

.bread-nav-item {
  font-size: 16px;
  padding: 15px 0;
  float: left;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
  width: 12.5%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
}

.bread-nav {
  border-bottom: 1px solid #ddd;
}

.bread-nav-active,
.bread-nav-item:hover {
  background-color: #0095aa;
  padding: 22.5px 0px;
  margin-top: -15px;
}

.bread-nav-active a,
.bread-nav-item a:hover {
  color: #fff;
}

.bread-nav-item a {
  display: block;
  height: 100%;
  width: 100%;
}

.bread-nav a .bread-nav-active {
  color: #fff;
}

.page-about-title {
  font-size: 40px;
  font-weight: lighter;
  padding: 30px 0;
}

.page-about-container {
  background-color: rgba(236, 102, 22, .7);
  padding: 30px 50px;
}

.about-intro-i {
  font-size: 32px;
}

.about-intro-des {
  line-height: 1.75em;
  padding-top: 20px;
}

.about-honor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.about-honor-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.about-honor-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.about-honor-name {
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 0;
}

.about-news-title {
  font-size: 16px;
}

.about-news-time {
  color: #323232;
  line-height: 24px;
}

.about-news-des {
  color: #b2b2b2;
  padding-top: 10px;
}

.about-news-item {
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/* 发展历程 */

.history {
  background-image: url(../../images/history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 80px;
}

.text-white {
  color: #fff;
}

.auCHistManSwiper-prev,
.auCHistManSwiper-next {
  z-index: 9999;
}

/* .abUs-comHist {
  padding: 50px 0 0;
} */

.abUs-comHist .p-title .t {
  color: #fff;
}

.abUs-comHist .p-title .s {
  background: #e50012;
}

/*大*/

.auCHist-man {
  width: 928px;
  padding: 0 0 246px;
  position: relative;
  margin: 80px auto 0;
}

.auCHist-man .swiper-container {
  padding: 69px 0 0;
}

.auCHist-man .auCHman-box {
  display: block;
  height: 72px;
  text-align: center;
  color: #fff;
  background: url(../../images/auCHist-bg.png) no-repeat center 68px;
  position: relative;
}

.auCHman-box .year {
  line-height: 28px;
  font-size: 16px;
}

.auCHman-box:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
}

.auCHman-box:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 11px;
}

.auCHman-box.cur .year {
  color: #fff;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: rgba(229, 0, 18, .75);
  border-radius: 100%;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -38.5px;
}

.auCHman-box.cur .year:after {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: rgba(229, 0, 18, .25);
  border-radius: 100%;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
}

.auCHman-box.cur:before,
.auCHman-box.cur:after {
  background: #e50012;
}

.auCHman-box.cur:after {
  height: 30px;
  z-index: 2;
}

.auCHistManSwiper-prev,
.auCHistManSwiper-next {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 70px;
}

.auCHistManSwiper-prev {
  left: -58px;
  background: url(../../images/swiper2-l.png) no-repeat center center;
}

.auCHistManSwiper-next {
  right: -58px;
  background: url(../../images/swiper2-r.png) no-repeat center center;
}

.auCHist-man:before,
.auCHist-man:after {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../../images/auCHist-orn1.png) no-repeat center center;
  position: absolute;
  top: 125px;
}

.auCHist-man:before {
  left: -103px;
}

.auCHist-man:after {
  right: -103px;
}

.auCHist-man .orn1,
.auCHist-man .orn2 {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 137px;
}

/*小*/

.auCHist-min {
  width: 1000px;
  position: relative;
  margin: -151px auto 0;
  z-index: 2;
}

#history .swiper-wrapper {
  padding-bottom: 0;
}


.auCHist-min .swiper-container .swiper-slide {
  padding: 0 10px;
}

.auCHmin-box {
  display: block;
  padding: 0 6.851851851851852% 0 41.6666%;
  background: #fff url(../../images/auCHistMin-bg.jpg) no-repeat center center / cover;
  box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
  position: relative;
}

.auCHmin-box .auCHmin-img {
  display: block;
  width: 38.7037037037037%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.auCHmin-box .auCHmin-block {
  padding: 61px 0 51px;
  min-height: 284px;
}

.auCHmin-block li {
  padding: 0 0 0 37px;
  line-height: 29px;
  color: #666666;
  position: relative;
  margin: 9px 0 0;
}

.auCHmin-block li:first-child {
  margin: 0px;
}

.auCHmin-block li:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0px;
  top: 14px;
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .auChonor-swiper .swiper-pagination {
    margin: .8rem 0 0;
  }

  .abUs-comHist {
    padding: .5rem 0;
    background-size: cover;
  }

  .auCHist-man {
    width: 100%;
    padding: 0px;
    margin: 1rem 0 0;
  }

  .auCHman-box.cur .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: -25px;
    top: -33px;
  }

  .auCHman-box.cur .year:after {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
  }

  .auCHist-min {
    margin: 1.2rem 0 0;
  }

  .auCHist-min .swiper-container {
    padding: 0px 0 1rem;
  }
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .Hnav .Hname {
    font-size: 14px;
  }

  .Hnav>li {
    margin: 0 0 0 .3rem;
  }

  .auCHistManSwiper-prev {
    left: 0px;
  }

  .auCHistManSwiper-next {
    right: 0px;
  }

  .auCHist-min {
    width: 100%;
    padding: 0 4%;
  }
}

.speed {
  font-size: 16px;
  line-height: 32px;
}

.tishi {
  padding: 50px;
  background-image: url(../../images/tishi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 60px;
  font-size: 16px;
  position: relative;
}

.tishi-title {
  font-size: 24px;
}

.footer-nav-btn {
  position: absolute;
  background-color: #ec6616;
  padding: 10px 30px;
  bottom: -21px;
  left: 50%;
  margin-left: -67px;
  cursor: pointer;
}

.footer-nav-btn:hover,
.footer-nav-close:hover {
  background-color: #098c94;
}

.footer-nav-title {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.footer-nav-list {
  padding: 15px 0;
}

.footer-nav-list a {
  color: #9d9d9d;
  display: block;
  border-right: 1px solid #ddd;
  padding: 0 15px;
}

.footer-nav-c {
  overflow: hidden;
}

.footer-nav-close {
  background-color: #ec6616;
  padding: 10px 30px;
  width: 134px;
  margin: auto;
  cursor: pointer;
  margin-top: -20px;
}

.footer-nav {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #fff;
  z-index: 999;
}

.footer-nav-active {
  bottom: 0 !important;
}

#abs {
  position: relative;
}

.all-footer {
  line-height: 24px;
  padding: 20px 0;
  color: #434343;
}

.all-footer a {
  color: #434343;
}

.chanye-info {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: .5px;
}

.chanye-item {
  height: 500px;
  position: relative;
  padding: 50px;
  background-color: #f7f7f7;
}

.chanye-title {
  font-size: 32px;
  z-index: 999;
  padding-top: 20px;
}

.chanye-bgcolor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.chanye-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 8px;
  background-color:#0095aa;
}

.chanye-btn {
  margin-top: 30px;
}

.chanye-btn a {
  color: #ff0;
}

#chanye .chanye-item:nth-of-type(1),
#chanye .chanye-item:nth-of-type(5),
.cat-cy-item .chanye-item:nth-of-type(1),
.cat-cy-item .chanye-item:nth-of-type(4),
.cat-cy-item .chanye-item:nth-of-type(5)  {
  color: #fff;
}


#chanye .chanye-item:nth-of-type(2) .chanye-icon,
#chanye .chanye-item:nth-of-type(3) .chanye-icon {
  border-color: #ec6616;
}

#chanye .chanye-item:nth-of-type(2) a,
#chanye .chanye-item:nth-of-type(3) a {
  color: #ec6616;
}

#chanye .chanye-item:nth-of-type(4) {
  background-image: url(../../images/c4.jpg);
  color: #fff;
}

.chanye-item:hover .chanye-icon {
  background-color: #0095aa;
}

.paper-container {
  background-image: url(../../images/paper.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.show-chanye{
	font-size:16px;
	line-height:2em;
}
.paper-nav-item {
  float: left;
  padding: 10px 30px;
  font-size: 16px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .8);
  background-image: url(../../images/paper-btn.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 7px 0;
  width: 18%;
  margin-right: 2%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paper-nav-item i {
  color: #ec6616;
  padding-right: 10px;
}

.paper-nav-active,
.paper-nav-item:hover {
  background-color: rgba(236, 102, 22, .6);
  background-image: url(../../images/paper-btn2.png);
}

.paper-nav-active a {
  color: #fff;
}

.paper-nav-item:hover a,
.paper-nav-item:hover i {
  color: #fff;
}

.paper-pro-img {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.paper-pro-img a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.paper-pro-img a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.paper-pro-title {
  border: 1px solid #ddd;
  border-top: none;
  font-size: 16px;
  padding: 10px 15px;
}

.paper-pro-item {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.paper-pro-item img {
  transition: all 0.6s;
}

.paper-pro-item:hover img {
  transform: scale(1.1);
}

.paper-pro-bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236, 102, 22, .7);
  padding: 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.pro-bg-title {
  font-size: 24px;
}

.pro-bg-des {
  padding-top: 20px;
  line-height: 1.75em;
}

.paper-pro-item:hover .paper-pro-bg {
  top: 0;
}

/* .投资者关系 */
.gudong-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.gudong-title {
  font-size: 18px;
  padding: 10px 0;
}

.gudong-zhiwu {
  color: #8d8d8d;
}

.invest-list {
  padding: 5px 0;
}

.invest-list a {
  color: #323232;
}

.padding-left-zero {
  padding-left: 0;
}

.tishi-title span {
  font-size: 16px;
  font-weight: 400;
}

.gp-nav .col-xs-4 {
  padding-top: 10px;
}

#history {
  margin-top: 0;
}

/* 销售团队 */
.sale-team-name {
  font-size: 16px;
}

.sale-team-zhiwu {
  color: #666;
  padding-top: 5px;
}

.sale-team-tel {
  margin: 5px 0;
}

.sale-team-item {
  overflow: hidden;
  border: 1px solid #eee;
  padding: 20px 15px;
  font-size: 16px;
}

.sale-team-list {
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sale-team-list:hover {
  margin-top: -15px;
  margin-bottom: 45px;
}

.sale-team-item {
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* 新闻news */
.cat-news {
  background: url(../../images/news-top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.cat-news-item {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cat-news-info {
  background-color: #fff;
  padding: 15px;
}

.cat-news-title {
  font-size: 18px;
}

.cat-news-brand {
  font-size: 32px;
}

.cat-news-d {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.cat-news-time {
  padding: 5px 0;
}

.cat-news-title a,
.cat-news-time {
  color: #5a5a5a;
}

.cat-news-title a:hover {
  color: #ec6616;
}

.cat-news-des {
  color: #868686;
  height: 60px;
  overflow: hidden;
}

.cat-xw-three {
  width: 30%;
  float: left;
  padding: 0 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.cat-xw-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 15px;
  height: 500px;
  position: relative;
}

#cat-news .cat-xw-three:nth-of-type(1) .cat-xw-bg {
  background-image: url(../../images/news-bg1.jpg);
}

#cat-news .cat-xw-three:nth-of-type(2) .cat-xw-bg {
  background-image: url(../../images/news-bg2.jpg);
}

#cat-news .cat-xw-three:nth-of-type(3) .cat-xw-bg {
  background-image: url(../../images/news-bg3.jpg);
}

.cat-xw-time {
  font-size: 18px;
}

.cat-xw-title {
  font-size: 24px;
  margin: 10px 0;
}

.cat-xw-des {
  font-size: 16px;
  line-height: 2em;
}

.cat-xw-btn {
  font-size: 16px;
  padding: 5px 25px;
  position: absolute;
  bottom: 20px;
  border: 1px solid white;
}

.cat-xw-btn:hover {
  background: white;
}

.cat-xw-btn:hover a {
  color: #ec6616;
}
.cat-xw-fouth{
  width:40%;
}
.cat-paper-item {
  width: 100%;
  height: 150px;
  
}

.cat-paper-info {
  background-color: #fff;
  padding: 15px 0;
}

.cat-paper-title {
  font-size: 18px;
}
.cat-paper-des{
  padding-top: 5px;
}
.cat-list-item{
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.list-news-item{
  margin-top: 30px;
}
/* 招聘 */
.cat-job-des{
  font-size: 16px;
  color:#5a5a5a;
  line-height: 2em;
  padding: 50px 0;
}
/* 文化阳光culture */
.culture-intro-des{
  font-size:16px;
  line-height: 2em;
  color:#484848;
}
.culture-list-time{
  font-size:12px;
  padding-top: 5px;
}
.culture-list{
  overflow:hidden;
  padding: 10px 0;
  margin-bottom:10px;
  border-bottom: 1px dashed #ddd;
}
.culture-three{
  padding:20px 0;
  background-color: #f7f7f7;
  margin: 50px 0;
}
.culture-three .col-sm-4{
  border-right: 1px solid #ddd;
}
.culture-three .col-sm-4:last-child{
  border-right:none;
}
.cul-img{
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cul-img-title{
  font-size:16px;
}
.cul-news-des{
  margin-top: 5px;
}
.culture-img-list{
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}
/* 董事高层 */
.dir-img{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.dir-item{
  margin-top: 30px;
}
.dir-title{
  font-size:16px;
  padding: 10px 0;
}
.dir-des{
  color:#494949;
}
/* 招股书 */
.read-item{
  padding:10px 0;
  font-size: 16px;
}
/* 财报 */

.fin-item {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.fin-item a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.fin-item a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}
.fin-title{
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 0;
}
.fin-list{
  margin-top: 30px;
}
.pdf-list,.list-n{
  padding:10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
}
.margin-top-60{
  margin-top: 60px;
}
.text-brand{
	color:#ec6616;
}
.cul-item:hover .cul-arr{
	padding-left:15px;
}
.cul-item:hover{
	margin-top:-15px;
	margin-bottom:45px;
}
.cul-item img,.cul-item,.cul-arr{
	-webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.cul-item:hover img {
  transform: scale(1.1);
}
.cult-img{
	overflow:hidden;
}
.show-chanye-img{
	padding:100px 0;
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom:30px;
}
.show-chanye-des{
	background-color:rgba(255,255,255,.8);
	padding:30px;
	line-height:2em;
	font-size:16px;
}
.dir-des{
	font-size:14px;
	height:60px;
	overflow:hidden;
}
.show-news-info{
	padding:15px 0;
}
/* .show-news-info img{max-width:300px !important;} */
.tzzMenu tr td{
padding:10px;
border:1px solid #ddd;
}


.cat-frp-item{
background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height:300px;
	border:1px solid #ddd;
}

.cat-frp-title{
	border:1px solid #ddd;
	border-top:none;
	padding:15px;
}
.nav-active{
	color:#ec6616 !important;
}
.news-info{
	padding:20px 0;
	font-size:16px;
	line-height:2em;
	overflow:hidden;
}
.attachment .text-brand{
	padding:15px 0;
}
.next{
	padding:15px 0;
	background-color:#f4f4f4;
}
.page-about{
	font-size:16px;
	line-height:2em;
}

.anm-num{
	font-size:32px;
	font-weight:bold;
}
.num-bg{
	padding:20px;
	overflow:hidden;
}
.num-bg-c{
	background-color:#fff;
	-webkit-box-shadow: 1px 0 20px #ccc;
    box-shadow: 1px 0 20px #ccc;
	overflow:hidden;
	border-radius:12px;
	padding:50px 15px 40px 15px;
	margin-bottom:30px;
}
@media(max-width:768px){
	body{
		padding-top:60px;
	}
	.paper-nav-item{
		width:100%;
		margin:2% 0;
	}
	.container{
		padding:0 30px;
	}
	.head-container .col-sm-3:last-child,.head-container .col-sm-3{
		border:none;
	}
	.header-nav,.home-pro{
		margin-bottom:30px;
	}

	.paper-container{
		padding:30px 0;
	}
}



@media(min-width:768px){
/* 	.show-news-info img{
		max-width:600px;
	} */
}
@media (min-width: 1366px){
.container {
    width: 1300px;
}
}
@media(max-width:768px){
  .bread-nav-item{
    width: 33.3333%;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  }
}
.margin-top-60{
	margin-top:60px
}
.home-video{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	z-index:9999;
	display:none;
}
.home-video-container{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-500px;
}