@charset "UTF-8";
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .header-bg {
    padding-top: 100px;
  }

  .header-bg .header-container {
    background: #19608E;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
  .news-details-titel {
    margin-top: 30px;
  }

  .news-details-titel h1 {
    font-size: 18px;
    color: #202020;
    line-height: 1.5;
    font-weight: 400;
  }

  .news-details-titel p {
    font-size: 14px;
    color: #777777;
    line-height: 30px;
  }

  .news-details-centent {
    margin-top: 30px;
  }

  .news-details-centent img {
    /*width: 100%;*/
    margin-bottom: 15px;
    max-width: 100% !important;
  }

  .news-details-centent p {
    font-size: 16px;
    color: #202020;
    line-height: 1.8;
    margin: 7px 0;
  }

  .m-headline-sideb {
    margin-top: 50px;
    border-left: 2px solid #d3d3d3;
    padding-left: 15px;
    margin-left: 15px;
  }

  .m-headline-sideb h2 {
    font-size: 20px;
    color: #202020;
    line-height: 22px;
  }

  .m-headline-sideb p {
    font-size: 14px;
    color: #777777;
    line-height: 16px;
    margin-top: 10px;
  }

  .news-info-sideb {
    margin-top: 30px;
    display: none;
  }

  .news-details-more {
    border-top: 1px solid #D8D8D8;
    height: 100px;
    padding: 30px 0 100px;
    margin-top: 30px;
  }

  .news-details-more a {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    display: block;
    width: 124px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #202020;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  .news-details-more a:hover {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #202D35;
    background: #202D35;
    color: #fff !important;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .news-details {
    padding-top: 100px;
  }

  .news-details-titel h1 {
    font-size: 36px;
    color: #202020;
    line-height: 50px;
    font-weight: 400;
  }

  .news-details-titel p {
    font-size: 18px;
    color: #777777;
    line-height: 60px;
  }

  .news-details-centent {
    margin-top: 50px;
  }

  .news-details-centent img {
    /*width: 100%;*/
    margin-bottom: 20px;
    max-width: 100% !important;
  }

  .news-details-centent p {
    font-size: 18px;
    color: #202020;
    line-height: 40px;
    margin: 20px 0;
  }

  .news-details-more {
    border-top: 1px solid #D8D8D8;
    height: 100px;
    padding: 30px 0;
    padding-bottom: 100px;
  }

  .news-details-more a {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    display: block;
    width: 124px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #202020;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  .news-details-more a:hover {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #202D35;
    background: #202D35;
    color: #fff !important;
  }

  .m-headline-sideb {
    margin-top: 50px;
    border-left: 2px solid #d3d3d3;
    padding-left: 15px;
    margin-left: 15px;
  }

  .m-headline-sideb h2 {
    font-size: 20px;
    color: #202020;
    line-height: 22px;
  }

  .m-headline-sideb p {
    font-size: 14px;
    color: #777777;
    line-height: 16px;
    margin-top: 10px;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
  .news-info-banner {
    height: 350px;
    background: url("../images/demo05.png") no-repeat center center;
    background-size: cover;
  }

  .news-info-banner h1 {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 350px;
    text-align: center;
  }

  .news-info {
    padding-bottom: 50px;
  }

  .news-info-list {
    padding-top: 30px;
  }

  .news-info-list .item {
    margin-bottom: 15px;
    background: #fff;
  }

  .news-info-list .item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
  }

  .news-info-list .item-pic {
    width: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }

  .news-info-list .item-pic img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .news-info-list .item-pic img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .news-info-list .item-text {
    width: 60%;
    padding: 0 15px;
  }

  .news-info-list .item-text h3 {
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    font-weight: 400;
    height: 60px;
    overflow: hidden;
  }

  .news-info-list .item-text h3:hover {
    color: #19608E;
  }

  .news-info-list .item-text h4 {
    font-size: 12px;
    color: #D3D3D3;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
  }

  .news-info-list .item-text p {
    margin-top: 20px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    display: none;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .news-info-banner {
    height: 700px;
    background: url("../images/demo05.png") no-repeat center center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .news-info-banner h1 {
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
  }

  .news-info {
    padding-bottom: 60px;
  }

  .news-info-list {
    padding-top: 65px;
  }

  .news-info-list .item {
    margin-bottom: 60px;
    background: #fff;
  }

  .news-info-list .item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }

  .news-info-list .item-pic {
    width: 40%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }

  .news-info-list .item-pic img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .news-info-list .item-pic img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .news-info-list .item-text {
    width: 60%;
    padding: 0 35px;
  }

  .news-info-list .item-text h3 {
    font-size: 20px;
    color: #202020;
  }

  .news-info-list .item-text h3:hover {
    color: #19608E;
  }

  .news-info-list .item-text h4 {
    font-size: 14px;
    color: #D3D3D3;
    font-weight: 400;
    line-height: 2.5;
  }

  .news-info-list .item-text p {
    margin-top: 20px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
  }

  .news-details-titel h1 {
    font-size: 36px;
    color: #202020;
    line-height: 50px;
    font-weight: 400;
  }

  .news-details-titel p {
    font-size: 18px;
    color: #777777;
    line-height: 60px;
  }

  .news-details-centent {
    margin-top: 50px;
  }

  .news-details-centent img {
    /*width: 100%;*/
    margin-bottom: 20px;
    max-width: 100% !important;
  }

  .news-details-centent p {
    font-size: 18px;
    color: #202020;
    line-height: 40px;
    margin: 20px 0;
  }

  .news-details-more {
    border-top: 1px solid #D8D8D8;
    height: 100px;
    padding: 30px 0 100px;
  }

  .news-details-more a {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    display: block;
    width: 124px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #202020;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }

  .news-details-more a:hover {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #202D35;
    background: #202D35;
    color: #fff !important;
  }

  .m-headline-sideb {
    margin-top: 50px;
    border-left: 2px solid #d3d3d3;
    padding-left: 15px;
    margin-left: 15px;
  }

  .m-headline-sideb h2 {
    font-size: 20px;
    color: #202020;
    line-height: 22px;
  }

  .m-headline-sideb p {
    font-size: 14px;
    color: #777777;
    line-height: 16px;
    margin-top: 10px;
  }

  .news-info-sideb {
    margin-top: 65px;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 767px) {
  .header-container {
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .header-bg {
    padding-top: 50px;
  }

  .header-bg .header-container {
    background: #19608E;
  }

  .header-mobi {
    background: #19608E;
  }

  .header-menu {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 26px;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    height: 20px;
  }

  .header-menu span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
  }

  .header-menu span:after,
  .header-menu span:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
  }

  .header-menu span:after {
    top: 7px;
  }

  .header-menu span:before {
    top: -7px;
  }

  .header-menu-active span {
    background: none;
  }

  .header-menu-active span:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
    top: 0;
  }

  .header-menu-active span:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    top: 0;
  }

  .brand {
    float: left;
    height: 50px;
    font-size: 0;
    line-height: 50px;
  }

  .brand img {
    vertical-align: middle;
    width: 60px;
  }

  .nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #eeeeee;
    z-index: 99;
    display: none;
  }

  .nav ul {
    padding: 0 15px;
  }

  .nav li {
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
  }

  .nav li a {
    display: block;
    color: #3a3a3a;
  }

  .nav li:hover a,
  .nav li:hover a {
    color: #fff;
  }

  .nav li:last-child {
    border-bottom: none;
  }

  /* footer */
  .footer {
    background: #202D35;
    padding: 35px 0;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-brand img {
    width: 80px;
  }

  .footer-brand p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    margin-left: 25px;
    margin-top: 25px;
    display: none;
  }

  .footer-nav {
    margin-top: 25px;
    display: none;
  }

  .footer-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 10px;
  }

  .footer-nav li a {
    color: #FFFFFF;
  }

  .footer-nav li:last-child {
    margin-right: 0;
  }

  .footer-copyright {
    margin-top: 15px;
    text-align: center;
  }

  .footer-copyright p {
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 13px;
    color: #FFFFFF;
    line-height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }

  .footer-link {
    margin-top: 10px;
    display: none;
  }

  .footer-link h2 {
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 400;
  }

  .footer-link ul {
    margin-top: 10px;
  }

  .footer-link li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 20px;
    text-decoration: underline;
  }

  .footer-link li a {
    color: #FFFFFF;
  }

  .footer-link li:last-child {
    margin-right: 0;
  }

  .footer-content {
    margin-top: 20px;
  }

  .footer-content .code {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-content .code li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }

  .footer-content .code li .icons {
    width: 30px;
  }

  .footer-content .code li .shows {
    position: relative;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -60px;
    display: none;
  }

  .footer-content .code li .shows img {
    width: 120px;
  }

  .footer-content .code li .shows:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -6px;
  }

  .footer-content .code li:hover .shows {
    display: block;
  }

  .footer-content .contact {
    margin-top: 10px;
    text-align: center;
  }

  .footer-content .contact li {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin: 5px 0;
  }

  .pagging {
    text-align: center;
  }

  .pagging a,
  .pagging span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    height: 38px;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    color: #777777;
    margin: 0 2px;
  }

  .pagging .sp {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .header-container {
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .header-bg {
    padding-top: 100px;
  }

  .header-bg .header-container {
    background: #19608E;
  }

  /*.header-container-bg {*/
  /*  background: rgba(25, 96, 142, 0.85);*/
  /*}*/

  .brand {
    float: left;
    height: 100px;
    font-size: 0;
    line-height: 100px;
  }

  .brand img {
    vertical-align: middle;
  }

  .nav {
    float: right;
  }

  .nav ul {
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
  }

  .nav ul li {
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 20px;
  }

  .nav ul li span {
    position: relative;
  }

  .nav ul li span:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .nav ul li a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #FFFFFF;
    position: relative;
  }

  .nav ul li a i {
    width: 28px;
    height: 14px;
    background: url("../images/hot.png") no-repeat center center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 4px;
  }

  .nav ul li.on,
  .nav ul li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .nav ul li.on a,
  .nav ul li:hover a {
    color: #fff !important;
  }

  .nav ul li.on span:after,
  .nav ul li:hover span:after {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: '';
    width: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* footer */
  .footer {
    background: #202D35;
    padding: 35px 0;
  }

  .footer-brand {
    height: 56px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-brand p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    margin-left: 25px;
    margin-top: 25px;
  }

  .footer-nav {
    margin-top: 25px;
  }

  .footer-nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 10px;
  }

  .footer-nav li a {
    color: #FFFFFF;
  }

  .footer-nav li:last-child {
    margin-right: 0;
  }

  .footer-copyright {
    margin-top: 15px;
  }

  .footer-copyright p {
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
  }

  .footer-link {
    margin-top: 10px;
  }

  .footer-link h2 {
    opacity: 0.4;
    filter: alpha(opacity=40);
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 400;
  }

  .footer-link ul {
    margin-top: 10px;
  }

  .footer-link li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 20px;
    text-decoration: underline;
  }

  .footer-link li a {
    color: #FFFFFF;
  }

  .footer-link li:last-child {
    margin-right: 0;
  }

  .footer-content .code li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }

  .footer-content .code li .icons {
    width: 20px;
  }

  .footer-content .code li .shows {
    position: relative;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -60px;
    display: none;
  }

  .footer-content .code li .shows img {
    width: 120px;
  }

  .footer-content .code li .shows:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -6px;
  }

  .footer-content .code li:hover .shows {
    display: block;
  }

  .footer-content .contact {
    margin-top: 10px;
  }

  .footer-content .contact li {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin: 5px 0;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
  .index-banner {
    background: url("../images/video.png") no-repeat center center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .index-video {
    display: none;
  }

  .index-banner-text {
    text-align: center;
  }

  .index-banner-text h2 {
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 15px;
  }

  .index-banner-text p {
    font-size: 14px;
    color: #aaaaaa;
    margin-top: 10px;
  }

  .index-banner-text .m-btn {
    margin-top: 35px;
  }

  .index-banner-text .m-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #54C8DE;
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
  }

  .index-banner-text .m-btn a:hover {
    color: #fff !important;
    background: #32c8de;
  }

  /* 特点 */
  .index-feature-container {
    background: url("../images/demo01.png") no-repeat center center;
    background-size: cover;
  }

  .index-feature {
    padding: 55px 0;
  }

  .index-headline {
    color: #54C8DE;
    text-align: center;
  }

  .index-headline h2 {
    font-size: 19px;
    line-height: 30px;
  }

  .index-headline h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .index-feature-list {
    margin-top: 55px;
    text-align: center;
  }

  .index-feature-list li {
    margin: 14px 0;
  }

  .index-feature-list h3 {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: 400;
  }

  .index-feature-list p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 40px;
  }

  /* 服务 */
  .index-serve-container {
    background: url("../images/demo02.png") no-repeat center center;
    background-size: cover;
    padding: 55px 0;
  }

  /* 服务 */
  .index-auto-container {
    background: url("../images/demo03.png") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
  }

  .index-auto .index-headline {
    color: #202020;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .index-banner {
    height: 100%;
    /* background: #000; */
    background: url("../images/demo00.png") no-repeat center center;
    background-size: cover;
    position: relative;
  }

  .index-banner .container {
    position: relative;
    height: 100%;
  }

  .index-video {
    overflow: hidden;
    height: 100%;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .index-video video {
    -webkit-filter: brightness(0.7) contrast(120%);
    filter: brightness(0.7) contrast(120%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .index-banner-text {
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index-banner-text h2 {
    font-size: 50px;
    color: #FFFFFF;
  }

  .index-banner-text p {
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
  }

  .index-banner-text .m-btn {
    margin-top: 50px;
  }

  .index-banner-text .m-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #54C8DE;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
  }

  .index-banner-text .m-btn a:hover {
    color: #fff !important;
    background: #32c8de;
  }

  /* 特点 */
  .index-feature-container {
    background: url("../images/demo01.png") no-repeat center center;
    background-size: cover;
  }

  .index-feature {
    height: 700px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index-headline {
    color: #54C8DE;
  }

  .index-headline h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .index-headline h3 {
    font-size: 20px;
    line-height: 40px;
  }

  .index-feature-list {
    margin-top: 55px;
  }

  .index-feature-list li {
    margin-bottom: 26px;
  }

  .index-feature-list h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 400;
  }

  .index-feature-list p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }

  /* 服务 */
  .index-serve-container {
    background: url("../images/demo02.png") no-repeat center center;
    background-size: cover;
  }

  .index-serve {
    height: 1080px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* 服务 */
  .index-auto-container {
    background: url("../images/demo03.png") no-repeat center center;
    background-size: cover;
  }

  .index-auto {
    height: 1080px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .index-auto .wrap {
    width: 100%;
  }

  .index-auto .index-headline {
    color: #202020;
  }

  .pagging {
    text-align: center;
  }

  .pagging a,
  .pagging span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    height: 38px;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    color: #777777;
    margin: 0 8px;
  }

  .pagging .sp {
    padding: 0 25px;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
  .outlook-future-banner {
    height: 350px;
    background: url("../images/demo06.png") no-repeat center center;
    background-size: cover;
  }

  .outlook-future-banner h1 {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 350px;
    text-align: center;
  }

  .outlook-future-list {
    margin-top: 50px;
  }

  .outlook-future-list .item {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
  }

  .outlook-future-list .item h3 {
    font-size: 16px;
    color: #202020;
    line-height: 1.5;
    padding: 15px 0;
    position: relative;
    padding-right: 15px;
  }

  .outlook-future-list .item h3 i {
    width: 15px;
    height: 15px;
    background: url("../images/down.png") no-repeat center right;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -7px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .outlook-future-list .item h3.on i {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .outlook-future-list .item ul {
    font-size: 16px;
    color: #202020;
    line-height: 32px;
    display: none;
  }

  .outlook-future-list .item ul li {
    margin-bottom: 15px;
  }

  .outlook-future-list .item ul li:last-child {
    margin-bottom: 30px;
  }

  .outlook-future-list .item ul h4 {
    margin-bottom: 10px;
  }

  .set-email {
    text-align: center;
    font-size: 16px;
    color: #777777;
    line-height: 60px;
  }

  .set-email span {
    color: #54c8de;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .outlook-future-banner {
    height: 700px;
    background: url("../images/demo06.png") no-repeat center center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .outlook-future-banner h1 {
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
  }

  .outlook-future-list {
    margin-top: 100px;
  }

  .outlook-future-list .item {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
  }

  .outlook-future-list .item h3 {
    font-size: 20px;
    color: #202020;
    line-height: 100px;
    position: relative;
  }

  .outlook-future-list .item h3 i {
    width: 15px;
    height: 15px;
    background: url("../images/down.png") no-repeat center right;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -7px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .outlook-future-list .item h3.on i {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .outlook-future-list .item ul {
    font-size: 16px;
    color: #202020;
    line-height: 32px;
    display: none;
  }

  .outlook-future-list .item ul li {
    margin-bottom: 15px;
  }

  .outlook-future-list .item ul li:last-child {
    margin-bottom: 30px;
  }

  .outlook-future-list .item ul h4 {
    margin-bottom: 10px;
  }

  .set-email {
    text-align: center;
    font-size: 20px;
    color: #777777;
    line-height: 80px;
  }

  .set-email span {
    color: #54c8de;
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
  .about-banner {
    height: 350px;
    background: url("../images/demo07.png") no-repeat center center;
    background-size: cover;
  }

  .about-banner h1 {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    line-height: 350px;
    text-align: center;
  }

  .about-us-container {
    margin-top: 50px;
  }

  .about-video iframe {
    width: 100%;
    height: 100%;
  }

  .about-us-text {
    margin-top: 30px;
  }

  .about-us-text h2 {
    font-size: 20px;
    color: #202020;
    line-height: 30px;
  }

  .about-us-text p {
    font-size: 14px;
    color: #202020;
    line-height: 28px;
    margin-top: 15px;
  }

  .about-us-piclist {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid #E8E8E8;
  }

  .about-us-piclist .item {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .about-us-piclist .item img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
  }

  .about-us-piclist .item img:hover {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*sass变量*/
/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 超大大屏幕（大桌面显示器，大于等于 1920px） */
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .about-banner {
    height: 700px;
    background: url("../images/demo07.png") no-repeat center center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
  }

  .about-banner h1 {
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
  }

  .about-us-container {
    margin-top: 100px;
  }

  .about-video {
    height: 400px;
    padding-right: 20px;
  }

  .about-video iframe {
    width: 100%;
    height: 100%;
  }

  .about-us-text h2 {
    font-size: 36px;
    color: #202020;
    line-height: 40px;
  }

  .about-us-text p {
    font-size: 14px;
    color: #202020;
    line-height: 28px;
    margin-top: 15px;
  }

  .about-us-piclist {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 1px solid #E8E8E8;
  }

  .about-us-piclist .row {
    margin: 0 -7px;
  }

  .about-us-piclist .col-sm-3 {
    padding: 0 7px;
  }

  .about-us-piclist .item {
    overflow: hidden;
  }

  .about-us-piclist .item img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
  }

  .about-us-piclist .item img:hover {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*# sourceMappingURL=maps/responsive.css.map */