<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Old Shark
Theme URI: http://expo.thus.in/
Author: Underscores.me
Author URI: http://thus.in/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: old-shark
Tags:
*/

/*Reset start*/
body {
  font-family: 'Microsoft YaHei', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  background-color: #f7f7f7;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a, a:hover, a:focus {
  color: #4c4c4c;
  outline: none;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a {
  -webkit-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
}
h1,h2,h3 {
  margin: 0;
  padding: 0;
  font-family: "å¾®è½¯é›…é»‘ Bold";
  font-weight: bold;
}
p {
  margin: 0;
}
.container-mini {
  max-width: 926px;
  margin: 0 auto 50px;
}

.entry-content {
  line-height: 30px;
}
.entry-content .alignleft {
  float: left;
}

.entry-content .alignright {
  float: right;
}

.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}

#fp-nav ul li {
  width: 25px;
  height: 25px;
}
#fp-nav ul li a span {
  width: 25px;
  height: 25px;
  border: none;
  background: url(../img/ico-dot-off.png) no-repeat center center;
}
#fp-nav ul li a:hover span,
#fp-nav ul li a.active span {
  background: url(../img/ico-dot-on.png) no-repeat center center;
  -webkit-transition: all .40s linear;
  -o-transition: all .40s linear;
  transition: all .40s linear;
}
/*Reset end*/

/*Hover Style*/
.ahover {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ahover:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.ahover-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #93929a;
}
.ahover-2c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.ahover-news:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0091d0;
}
.ahover-1c:hover:after, .btn-1c:active:after,
.ahover-2c:hover:after, .btn-2c:active:after,
.ahover-news:hover:after, .btn-news:active:after {
  width: 100%;
}
/*Hover Style end*/

/*Header start*/

.search-wrap {
  display: none;
  height: 90px;
  line-height: 90px;
  background-color: #000;
  overflow: hidden;
}
#search {
  position: relative;
  max-width: 1600px;
  margin: 0 40px;
}
#search .inp {
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
#search .inp input {
  width: 100%;
  height: 90px;
  font-family: 'å¾®è½¯é›…é»‘ Light','Microsoft YaHei';
  font-size: 36px;
  font-weight: lighter;
  border: none;
  background: transparent;
  color: #8b868f;
  outline: 0;
}
#search .inp input:focus {
  -webkit-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
  padding-left: 40px;
}
#search .icon-search, input[type="submit"].search-submit {
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
}
#search .icon-search {
  font-size: 36px;
  color:#93929a;
}

input[type="submit"].search-submit {
  background: transparent;
  color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  z-index: -1;
}

.navbar-theme {
  min-height: 80px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -webkit-transition: all .20s linear;
  -o-transition: all .20s linear;
  transition: all .20s linear;
}
.navbar-theme:hover {
  background-color: #fff;
}
.navbar-theme .navbar-nav&gt;li&gt;a {
  padding: 30px 25px;
  font-size: 16px;
  color: #464646;
}
.navbar-theme .navbar-nav&gt;li&gt;a:hover {
  color: #000;
}
.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
  background-color: transparent;
}
.navbar-brand {
  height: 80px;
  padding: 10px 15px;
}
.navbar-theme .navbar-right {
  padding: 15px 0;
}
.navbar-theme .navbar-right .iconfont,
.navbar-theme .navbar-right .top-links a {
  color: #93929a;
  font-size: 12px;
}
.navbar-theme .navbar-right .iconfont {
  font-size: 20px;
}
.navbar-theme .navbar-nav.navbar-right li.top-search {
  height: 45px;
  line-height: 45px;
  margin-right: 13px;
  border-right: 1px solid #d3d3d3;
}
.navbar-theme .navbar-nav.navbar-right li.top-search a {
  padding: 12px 31px;
}
.navbar-theme .navbar-right a:hover .iconfont {
  color: #000;
}
.top-right .top-links&gt;a,
.top-right .top-share&gt;a {
  margin-left: 18px;
}
.navbar-theme .navbar-right .top-share {
  margin-top: 10px;
  height: 20px;
  line-height: 1;
  text-align: right;
}

.navbar-right .top-share .weixin {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.language-menu {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 18px;
  vertical-align: top;
  font-size: 12px;
}
.language-menu ul {
  width: 100px;
  height: 20px;
  border-radius: 3px;
}
.language-menu li {
  float: left;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.language-menu li a {
  display: block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  color: #8d868f;
}
.language-menu li.active a {
  border-radius: 3px;
  color: #fff;
  background-color: #8d868f;
}

.navbar-theme .navbar-toggle {
  margin-top: 23px;
  border-color: #ddd;
}
.navbar-theme .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-theme .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/*Header end*/

/*Index start*/
/*carousel start*/
#index-slider .banner {
  display: block;
  width: 100%;
  height: 100%;
}
/*carousel end*/
/*Index end*/

/*Product start*/
.body-top {
  padding-top: 80px;
}
.product {
  padding: 65px 0 0;
  color: #93929a;
}
.product a {
  color: #93929a;
}
.product a:hover {
  color: #000;
}
.product-category {
  padding-left: 22px;
}
.product-category ul {
  background: url(images/line-v.jpg) repeat-y 9px 22px;
}
.product-category li {
  height: 50px;
  line-height: 50px;
}
.product-category li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
.product-category li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 3px solid #93929a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f7f7f7;
}
.product-category li a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
.product-category li:hover a:after,
.product-category li.current-cat a:after {
  position: absolute;
  top: 14px;
  left: -6px;
  width: 0;
  height: 0;
  content: ' ';
  border-width: 6px 6px 6px 0;
  border-style: solid;
  border-color: transparent #93929a transparent transparent;
}
.product-category li:hover .dot,
.product-category li.current-cat .dot {
  width: 20px;
  height: 20px;
}
.product-category li:hover a,
.product-category li.current-cat a {
  width: 155px;
  color: #fff;
  background: #93929a;
  border-radius: 4px;
  text-align: center;
}
.product-info {
  margin-bottom: 58px;
  padding: 25px 0 10px;
  background: #fff;
  text-align: center;
}
.product-info img {
  margin: 0 auto;
}
.product-info h3,
.movie-info h3 {
  margin: 20px 0 6px;
  font-size: 16px;
}
.product-info p {
  margin-bottom: 0;
  font-size: 12px;
}

.page-nav {
  margin: 7px 0 65px;
  height: 36px;
}
.page-nav .page-prev,
.page-nav .page-next {
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  height: 36px;
}
.page-nav .page-prev a,
.page-nav .page-next a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.page-nav .page-prev {
  background-color: #fff;
}
.page-nav .page-prev a {
  color: #93929a;
  /*background: url(images/arrow-right.png) no-repeat center center;*/
}
.page-nav .page-prev a:hover {
  color: #fff;
}
.page-nav .page-next {
  background-color: #93929a;
}
.page-nav .page-next a {
  color: #fff;
  /*background: #93929a url(images/arrow-left.png) no-repeat center center;*/
}
.page-nav .page-next a:hover {
  color: #93929a;
}
.page-nav .iconfont {
  font-size: 32px;
  font-weight: bold;
}

.product-category2 ul {
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.product-category2 ul li {
  float: left;
}
.product-category2 li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 51px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-category2 li a:hover {
  border-bottom: 3px solid #93929a;
}

.product-detail-info {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
}
.product-detail-info h1 {
  font-size: 24px;
}
.product-detail-content {
  background-color: #fff;
}

.product-slider {
  padding-bottom: 65px;
}
#sync1 .item{
  background: #f7f7f7;
  text-align: center;
}
#sync1 .item img {
  margin: 0 auto;
}
#sync2 {
  max-width: 434px;
  margin: 20px auto 0;
  text-align: center;
}
#sync2.owl-carousel .owl-item {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#sync2 .item{
  width: 40px;
  height: 40px;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 11px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  border: 1px solid #d3d3d3;
}


.product-detail-content h1 {
  margin: 45px 0 15px;
  padding-bottom: 15px;
  font-family: "å¾®è½¯é›…é»‘ Bold";
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #d3d3d3;
}
.product-detail-content img {
  margin: 10px auto;
}
/*Prodcut end*/

/*Service start*/
.service-header {
  height: 70px;
  line-height: 70px;
  background-color: #fff;
}
.service-title {
  float: left;
  font-family: "å¾®è½¯é›…é»‘ Light";
  font-size: 34px;
  font-weight: lighter;
  color: #93929a;
}
.service-header ul {
  float: left;
}
.service-header li {
  float: left;
}
.service-header li a {
  display: block;
  margin: 0 25px;
  line-height: 68px;
  font-size: 15px;
  color: #8b868f;
}
.service-header li a:hover,
.service-header li.active a,
.service-header li.current-menu-item a {
  color: #000;
  border-bottom: 3px solid #93929a;
}
.service-intro {
  font-size: 16px;
  line-height: 36px;
}

.security-check .check-code {
  margin-bottom: 22px;
}
.security-check input {
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  color: #93929a;
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 16px;
}
.btn-reset {
  width: 120px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #93929a;
  border-radius: 0;
}
.btn-confirm {
  background: #0091d0;
}
.security-check .btn-confirm {
  margin-left: 26px;
}

.download h1.title {
  margin-bottom: 34px;
  padding-left: 16px;
  font-size: 24px;
  line-height: 30px;
  border-left: 4px solid #0091d0;
}
.app {
  margin-bottom: 50px;
}
.app .row {
  background-color: #fff;
}
.app .col-sm-4 {
  border-left: 1px solid #f7f7f7;
  text-align: center;
}
.app .item {
  padding: 28px 0 ;
}
.app .item p {
  margin: 16px 0 24px;
  font-size: 16px;
}
.app .item a.btn {
  width: 140px;
  height: 36px;
  color: #fff;
  background: #0091d0;
  font-size: 14px;
  border-radius: 0;
}
.instructions-list {
  padding: 40px 40px 44px;
  background-color: #fff;
}
.table&gt;thead&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
  border-top: 0;
}
/*Service end*/

/*Video start*/
.movie-info {
  margin-bottom: 58px;
  background: #fff;
  text-align: center;
}
.movie-info .movie-img {
  padding: 25px 0 10px;
}
.movie-info .movie-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.movie-info .movie-img img {
  margin: 0 auto;
}

.movie-info .movie-img .bg:hover,
.movie-info .movie-img .bg:active,
.movie-info .movie-img .bg:focus {
  background-color: rgba(0, 145, 208, 0.6);
}
.movie-info .movie-img .bg span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 30px;
  color: #fff;
}
.movie-info p {
  margin-bottom: 13px;
}

.modal-movie {
/*  width: 80%;
  height: 100%;*/
}
.modal-movie .modal-body {
  height: 300px;
}
/*video end*/

/*Contact start*/
.content {
  max-width: 1170px;
  margin: 0 auto 65px;
  padding: 40px 40px 93px;
  background-color: #fff;
}
.contact,.contact h1,.contact h2 {
  line-height: 30px;
}
.contact h3 {
  font-size: 16px;
  line-height: 30px;
}
.about {
  font-size: 16px;
  line-height: 30px;
}
.about h1 {
  margin-bottom: 45px;
  font-size: 24px;
}
/*Contact end*/

/*News start*/
.news .content {
  padding: 0;
  background-color: transparent;
}
.news-list {
  margin-bottom: 65px;
}
.news-list li {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  margin-bottom: 22px;
  background-color: #fff;
}
.news-list li a {
  display: block;
  width: 100%;
  padding: 0 50px 0 130px;
}
.news-list li a:hover,
.news-list li a:active {
  color: #fff;
}
.news-list .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #0091d0;
  font-size: 16px;
  text-align: center;
}
.news-list h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 80px;
  font-size: 16px;
}
.news-list .time {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  font-family: "å¾®è½¯é›…é»‘ Bold";
  font-weight: bold;
  font-size: 16px;
}

.news-list .old .item {
  background-color: #93929a;
}
.news-list .old .item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  margin-top: -3px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
}
.news-list .old h3,
.news-list .old .time {
  font-family: 'Microsoft YaHei', Arial, 'Hiragino Sans GB', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  font-weight: normal;
}
.news-single h1.title {
  margin-bottom: 45px;
  font-size: 24px;
  text-align: center;
}
/*News end*/

/*Search start*/
.search-post {
padding: 29px 0;
border-bottom: 1px solid #eee;
}
.search-post .entry-title{
  margin-bottom: 10px;
}
.search-post p {
  /*margin-bottom: 6px;*/
}
/*Search end*/

/*Footer start*/
.footer {
  padding-top: 40px;
  color: #8d868f;
  background-color: #fff;
}
.footer-links {
  margin-bottom: 24px;
}
.footer-links h1 {
  font-family: 'Microsoft YaHei';
  font-weight: normal;
  line-height: 30px;
  font-size: 16px;
  color: #000;
}
.footer-links li a {
  font-size: 14px;
  color: #8b868f;
  line-height: 30px;
}
.footer-links li a:hover {
  color: #000;
}
.footer .email {
  line-height: 40px;
  border-bottom: 1px solid #d3d3d3;
}
.footer-email {
  font-size: 16px;
  font-weight: lighter;
}
.footer-share {
  text-align: right;
}
.footer-share a {
  margin-left: 20px;
  color: #8d868f;
}
.footer-share a:hover {
  color: #000;
}
.footer-share span {
  display: none;
}
.copyright {
  margin: 20px 0;
  font-size: 12px;
  text-align: right;
}

.footer-banner {
background-position: center center;
background-repeat: no-repeat;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-size: cover;
}
.wrap-grid {
background-color: #fff;
width: 100%;
bottom: 0;
position: absolute;
}
.widget_wysija_cont .wysija-submit {
  display: none;
}
.wysija-paragraph input {
  width: 50%;
  outline: none;
  border: none;
}
/*Footer end*/

@media (min-width: 1200px) {
.navbar-brand {
  margin-right: 80px;
}
.service-title {
  margin-right: 60px;
}
}

@media (min-width: 992px) {
.modal-movie .modal-body {
  height: 500px;
}

.nav&gt;li {
  position: inherit;
}
.por {
  position: relative;
}
.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 80px;
  width: 100%;
  height: 140px;
  overflow: hidden;
  z-index: 1030;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  text-align: center;
}
.navbar-nav .sub-menu li {
  float: left;
  width: 12.5%;
}
.navbar-nav .sub-menu li:hover {
  background-color: #fff;
}
.navbar-nav .sub-menu li.speaker a {
  background: url(images/yinxiang.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.earphone a {
  background: url(images/Headset.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.cable a {
  background: url(images/cable.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.charger a {
  background: url(images/charger.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.case a {
  background: url(images/case.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.lenses a {
  background: url(images/lenses.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.wareable a {
  background: url(images/wareable.png) no-repeat center 30px;
}
.navbar-nav .sub-menu li.others a {
  background: url(images/other.png) no-repeat center 50px;
}
.navbar-nav .sub-menu a {
  display: block;
  width: 100%;
  height: 140px;
  padding-top: 91px;
  color: #8b868f;
  text-align: center;
}

}

@media (min-width: 992px) and (max-width: 1200px) {
.navbar-theme .navbar-nav&gt;li&gt;a {
  padding: 30px 12px;
  font-size: 16px;
  color: #464646;
}
.top-right .top-links&gt;a, .top-right .top-share&gt;a {
  margin-left: 6px;
}
.navbar-theme .navbar-nav.navbar-right li.top-search a {
padding: 12px 14px;
}
.navbar-theme .navbar-right .top-share {
  text-align: left;
}
.product-category li:hover a, .product-category li.current-cat a {
width: 140px;
}
}

@media (max-width: 992px) {
.navbar-theme .navbar-collapse {
  text-align: center;
}
.navbar-theme .navbar-nav&gt;li&gt;a {
padding: 10px 25px;
}
.navbar-theme .navbar-right {
padding: 0;
}
.navbar-theme .navbar-right .top-share {
  text-align: center;
}
.navbar-theme .navbar-nav.navbar-right li.top-search {
  margin-right: 0;
}
#index-slider .banner {

}
#index-slider .carousel-inner {
  height: 600px;
}
.carousel-caption h1 {
  font-size: 30px;
}
.content {
  margin: 0 15px 65px;
}
.container-mini {
  margin: 0 15px 50px;
}
}

@media (min-width: 768px) {
.movie-info .movie-img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(147, 146, 154, 0.6);
  transition:all 0.25s ease-out 0s;
}
.product-info {
  height: 266px;
}
.movie-info .movie-img {
  height: 206px;
}
}

@media (max-width: 768px) {
.app .col-sm-4 {
  border-bottom: 1px solid #f7f7f7;
}
.service-header {
  height: auto;
}
.service-header li {
  height: 43px;
  margin-bottom: 10px;
}
.service-header li a {
  margin: 0 14px;
  line-height: 40px;
}
.news-list li a {
  padding: 0 10px;
  border-left: 3px solid #0091d0;
}
.news-list li.old a {
  border-left: 3px solid #93929a;
}
.footer-links .col-sm-2 {
	
  margin-bottom: 10px;
  float: left;
}
.footer-links .col-sm-3 {
	
  margin-bottom: 10px;
  float: left;
}
.check-code .col-sm-6 {
  margin-bottom: 10px;
}
.content {
  margin: 0 15px 30px;
  padding: 30px 20px 30px;
}
.product {
  padding: 30px 0 0;
}
.footer-banner {
  height: 0;
}
.wrap-grid {
  height: 100%;
}
#index-slider .banner {

}
#index-slider .carousel-inner {
  height: 600px;
}
}

/*å…³äºŽæˆ‘ä»¬*/
.about_c{
width:1140px; margin-left:auto; margin-right:auto
}
.about_l{
width:20%; float:left;
}
.about_l .m1{
float:left; width:100%; border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #faab00; color:#faab00; padding-bottom:7px; padding-left:5px; font-size:15px; margin-bottom:10px
}
.about_l .m2{
float:left; width:100%; border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #c9c9c9; color:#333333; padding-bottom:7px; padding-left:5px; font-size:15px; margin-bottom:10px
}
.about_r{
float:left; width:75%; margin-left:5%;
}
.about_r hr{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
@media (max-width: 1140px) {
.about_c{
width:100%;
}
}
@media (max-width: 600px) {
.about_l{
width:100%;
}
.about_r{
width:100%;
}
}
		@media (min-width: 1140px){
		.header-v5 .navbar-nav{ margin-left:88px}
		}
</pre></body></html>