@CHARSET "UTF-8";
body {
  padding-top: 140px;
  background: #f0f0f0;
  font-family: 'MicrosoftYaHei';
}
@media (min-width: 1200px) {
  .container {
    width: 80%;
    max-width: 1600px;
  }
}
a:hover {
  text-decoration: none;
}
body.body-white {
  background-color: #f5f5f5;
}
.navbar-top {
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
}
.navbar-top .content {
  text-align: right;
  font-size: 14px;
  color: #999999;
  line-height: 40px;
}
.navbar-logo img {
  padding-top: 10px;
}
.navbar-nav-bg {
  background-image: url(../images/top-bg.png);
  background-repeat: repeat-x;
  background-position: top left;
  height: 100px;
  background-color: #ffffff;
}
.navbar-nav-bg .container {
  padding-top: 12px;
}
.navbar-nav-bg .container .navbar-collapse {
  width: auto;
  float: right;
  font-size: 18px;
}
.navbar-nav>li {
  margin: 0 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a {
  color: #c6332b;
  background: none;
}
.navbar-default .navbar-nav>li>a {
  color: #333333;
}
.dropdown-menu {
  border-radius: 6px;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  background: #fff;
}
.dropdown-menu .menu-item {
  font-size: 16px;
  color: #333333;
  height: 36px;
  line-height: 36px;
}
.dropdown-menu::after {
  content: " ";
  border-width: 6px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  margin-left: 16px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #c6332b;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
  color: #c6332b;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

.sy-box {
  position: relative;
}
.sy-box .sy-pager {
  position: absolute;
  bottom: 20px;
  z-index: 999;
}
.home-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0;
}
.home-title .title {
  font-size: 26px;
  color: #242424;
}
.home-title .stitle {
  font-size: 16px;
  color: #999999;
}
.home-title .line{
  width: 20px;
  height: 2px;
  background-color: #cdb071;
}
.home-title .color-01 {
  color: #ffffff;
}
/* 业务中心 */
.business {
  width: 100%;
  background-color: #f8f8f8;
}
.features-list {
  width: 100%;
  margin-bottom: 70px;
}
.features-list .col-md-4 {
  background-color: #ffffff;
  border-bottom: 5px solid #ffffff;
  width: calc((100% - 40px) / 3);
  padding: 0;
  cursor: pointer;
}
.features-list .col-md-4:not(:last-child) {
  margin-right: 20px;
}
.features-list .col-md-4:hover {
  border-bottom: 5px solid #cdb071;
}
.features-list .col-md-4 .img-box {
  width: 100%;
}
.features-list .col-md-4 .img-box img {
  width: 100%;
}
.features-list .col-md-4 .font-box{
  position: relative;
  padding: 10px 20px 5px 20px;
}
.features-list .col-md-4 .font-box .more {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url('../images/more.png');
  background-size: 100% 100%;
}
.features-list .col-md-4 .font-box .font-large{
  font-size: 18px;
  color: #242424;
}
.features-list .col-md-4 .font-box p {
  font-size: 12px;
  color: #999999;
  margin-top: 10px;
}
/* 关于我们 */
.aboutus {
  width: 100%;
  background-color: #ffffff;
}
.aboutus-list {
  width: 100%;
  margin-bottom: 70px;
}
.aboutus-list .about-img {
  position: relative;
  width: 100%;
  height: 380px;
}
.aboutus-list .about-img .lou-info {
  position: absolute;
  top: 25px;
  right: 140px;
  z-index: 2;
}
.aboutus-list .about-img .right-color {
  width: 190px;
  height: 380px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cdb071;
  z-index: 1;
}
.aboutus-list .comp .big-title {
  font-size: 18px;
  color: #242424;
}
.aboutus-list .comp .small-title {
  font-size: 12px;
  color: #999999;
}
.aboutus-list .comp .info {
  font-size: 16px;
  color: #999999;
  line-height: 28px;
  margin-top: 30px;
}
.aboutus-list .comp .compyear{
  margin-top: 40px;
  color: #999999;
  font-size: 14px;
  text-align: center;
}
.aboutus-list .comp .compyear .col-title {
  font-size: 18px;
  font-weight: bold;
  color: #999999;
  margin-bottom: 5px;
}
.aboutus-list .comp .compyear .col-title span {
  font-size: 30px;
}
.more-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.more-box .more-btn {
  width: 128px;
  height: 40px;
  background-color: #cdb071;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.more-box .more-btn a {
  color: #ffffff;
}
/* 新闻中心 */
.news-list {
  width: 100%;
  background-image: url('../images/news-bg.png');
  height: 660px;
  background-size: 100% 100%;
}
.news-centent {
  width: 100%;
  margin-bottom: 70px;
}
.news-centent .news-box {
  width: 100%;
  background-color: #ffffff;
  display: flex;
}
.news-centent .news-box .news-pic {
  width: 570px;
  height: 358px;
  position: relative;
}
.news-centent .news-box .news-pic .swiper-container {
  width: 570px;
  height: 358px;
}
.news-centent .news-box .news-pic .swiper-container .content-slide,
.news-centent .news-box .news-pic .swiper-container .content-slide img {
  width: 100%;
  height: 100%;
}
.news-centent .news-box .news-pic .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  margin: 0;
}
.news-centent .news-box .news-pic .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  cursor: pointer;
  background-image: url('../images/img-icon-hover.png');
  background-size: 100% 100%;
}
.news-centent .news-box .news-pic .pagination .swiper-active-switch {
  background-image: url('../images/img-icon.png');
  background-size: 100% 100%;
}
.pagination>a, .pagination>span {
  padding: 0;
  border: none;
  background-color: transparent;
}
.news-centent .news-box .news-info {
  flex: 1;
  padding: 20px;
}
.news-centent .news-box .news-info .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  font-size: 16px;
}
.news-centent .news-box .news-info .news-item:not(:last-child){
  margin-bottom: 19px;
}
.news-centent .news-box .news-info .news-item .title {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 20px;
}
.news-centent .news-box .news-info .news-item .title::after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url('../images/news-icon.png');
  background-size: 100% 100%;
  left: 0;
  top: 7px;
}
.news-centent .news-box .news-info .news-item a {
  color: #999999;
}
.news-centent .news-box .news-info .news-item:hover,
.news-centent .news-box .news-info .news-item:hover a {
  color: #a92922;
}
.news-centent .news-box .news-info .news-item:hover .title::after  {
  background-image: url('../images/news-icon-hover.png');
}
.news-centent .news-box .news-info {

}
.case-content {
  width: 100%;
  margin-bottom: 70px;
}
.case-content .col-md-4 {
  width: calc((100% - 120px) / 3);
  padding: 0;
}
.case-content .col-md-4:not(:last-child) {
  margin-right: 60px;
}
/* 联系我们 */
.contactus {
  width: 100%;
  background-image: url('../images/weiz-bg.jpg');
  height: 560px;
  background-size: 100% 100%;
}
.contact-box {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.contact-box .col-md-4 {
  width: 380px;
}
.contact-box .col-md-8 {
  flex: 1;
  text-align: right;
}
.contact-box .contact-info {
  display: flex;
}
.contact-box .contact-info .info{
  margin-left: 10px;
  font-size: 16px;
  color: #999999;
}
.contact-box .contact-info .info .phone {
  font-size: 30px;
  color: #cdb071;
} 
.contact-box .contact-address {
  width: 100%;
  height: 80px;
  background-image: url('../images/address-bg.png');
  background-size: 100% 100%;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  padding: 18px 30px 10px 10px;
  margin-top: 50px;
}
.contact-box .contact-address img {
  width: 21px;
  height: 26px;
  margin-right: 10px;
}
/*tc widget*/
.tc-main {
  margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 20px 0;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}
.tc-box.article-box .article-title {
  text-align: center;
  border-bottom: 1px solid rgba(153, 153, 153, .15);
  color: #333;
  padding: 30px 0;
}
.list-content {
  min-height: 800px;
}
#article_content {
  padding: 20px 0;
  font-size: 16px;
  min-height: 600px;
}
.tc-box.article-box .article-title h3 {
  font-size: 32px;
}
.tc-box.article-box .article-title .time {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
/*tc-box end */
.tc-gridbox-container {
    width: 25%;
    float: left;
}
.bread-crumb-box {
  padding-bottom: 20px;
}
.bread-crumb-box .col-md-12 {
  display: flex;
  align-items: center;
  color: #999;
}
.bread-crumb-box .col-md-12 i {
  font-size: 18px;
  margin-right: 5px;
}
.bread-crumb-box .col-md-12 .crumb-item {
  margin-left: 10px;
}
.bread-crumb-box .col-md-12 .crumb-item span {
  margin-left: 5px;
}
.bread-crumb-box .col-md-12 .crumb-item a {
  color: #999;
}
.bread-crumb-box .col-md-12 .crumb-item a:hover {
  color: #a92922;
}
.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  background-color: #f8f8f8;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
  overflow: hidden;
  width: 100%;
  /* height: 216px; */
}
.tc-gridbox .header .item-image {
  width: 100%;
  height: 288px;
}
.tc-gridbox .header .item-content {
  position: relative;
  background-color: #f0f1f1;
  width: calc(100% - 20px);
  margin-top: -30px;
  left: 10px;
  padding: 20px;
  z-index: 2;
}
.tc-gridbox .header .item-content h3 {
  font-size: 18px;
  color: #242424;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  text-align: left;
}
.tc-gridbox .header .item-content .intro {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制文本为2行 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 20px;
}
.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}
.tc-gridbox .header h3 a {
  color: #242424;
}
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #a92922;
    white-space: nowrap;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 60px;
  cursor: pointer;
}
.list-boxes .list-btn{
  position: absolute;
  right: 10px;
  top: 30px;
}
.list-boxes .time {
  width: 150px;
  padding-top: 5px;
  flex-shrink: 0;
  padding-left: 20px;
}
.list-boxes .time .month {
  font-weight: 700;
  font-size: 40px;
  color: #333;
}
.list-boxes .time .day {
  font-size: 18px;
  color: #999;
}
.list-boxes .text {
  flex: 1;
}
.list-boxes .text .title, .list-boxes .text .title a {
  font-size: 22px;
  color: #333;
}
.list-boxes .text .summary {
  font-size: 15px;
  line-height: 24px;
  color: #999;
  margin: 30px 0 50px;
}
.list-boxes .text .more, .list-boxes .text .more a {
  color: #666;
  font-size: 15px;
  display: flex;
}
.list-boxes .img {
  width: 469px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
.list-boxes .img img {
  width: 360px;
  height: 201px;
  object-fit: cover;
}
.list-boxes:hover .text .title a, .list-boxes:hover .text .more a {
  color: #d33425;
  text-decoration: none;
}
/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#footer {
  width: 100%;
  background-color: #131313;
  font-size: 14px;
  color: #7d7d7e;
}
#footer .footer-box {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
}
#footer .footer-box .footer-nav {
  display: flex;
}
#footer .footer-box .footer-nav .nav-item:not(:last-child) {
  margin-right: 120px;
}
#footer .footer-box .nav-title{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 25px;
}
#footer .footer-box .footer-nav .nav-item .nav-info {
  line-height: 28px;
}
#footer .footer-box .footer-nav .nav-item .nav-info a {
  color: #7d7d7e;
  text-decoration: none;
}
#footer .nav-phone, #footer .nav-address {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
#footer .nav-phone img, #footer .nav-address img {
  margin-right: 10px;
}
#footer .nav-phone span {
  font-size: 30px;
  font-weight: bold;
}
#footer .nav-address {
  margin-top: 20px;
}
#footer .copyright {
  border-top: 1px solid #1e1e1e;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .copyright a {
  color: #7d7d7e;
}

.about-line{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.about-line .left-info{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 10px;
	width:50%;
}
.about-line .right-info{
	display: flex;
	flex-direction: column;
	padding-left: 10px;
	width: 50%;
}
.about-line .center-info{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about-line .year-info{
	font-size: 36px;
	color: #999999;
}
.about-line .txt-info{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
}
.about-line .center-info .line-rand{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f56200;
}
.about-line .center-info .line-info{
	width: 2px;
	background-color: #d8d8d8;
	margin-top: 10px;
}
.about-line .line100{
	height: 100px;
}
.about-line .line50{
	height: 50px;
}