<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
*   Template Style 
*
* ======================================================= */
*{
  margin:0px;
  padding:0px}
body {
  font-family: "Arial";
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #7191B6;
  outline: none;
  text-decoration: none;
}




.copyrights{
  text-indent:-9999px;
  height:0;
  line-height:0;
  font-size:0;
  overflow:hidden;
}
.clr{clear:both;height:0;overflow:hidden}
li{ list-style:none;}

img{border:0;}
#clear:before,#clear:after{display:table;content:""}
#clear:after{clear:both}
#clear{zoom:1}
::-webkit-selection {
  color: #fff;
  background: #F95959;
}

::-moz-selection {
  color: #fff;
  background: #F95959;
}

::selection {
  color: #fff;
  background: #F95959;
}

.head{
  background: #d80101;
  color: #fff;
  }
.index_icon i{
  float:right;
  line-height:28px}
.head i{
  padding: 0px 1%;
  color: #fff;
}


.fh5co-nav .top-menu {
  padding: 5px 0;
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  float: left;
}
.fh5co-nav #fh5co-logo a span {
  color: #F95959;
}
.fh5co-nav .neiye_nav ul li a {
  padding: 5px 18px;
  color: #000;
}
.fh5co-nav {
  width: 100%;
  padding: 0;
  z-index: 1001;
  position: absolute;
}
.fh5co-nav ul.neiye_nav{
  color:#000
}
.fh5co-nav .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0px 0;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
}

.fh5co-nav ul {
  padding: 0;
  margin: 22px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 14px;
  padding: 0px 16px;
  color: rgba(0, 0, 0, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: bolder;
}

.fh5co-nav ul li.btn-cta a {
  padding: 30px 8px !important;
  color: #fff;
}

a {}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  /* color: white; */
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav ul li.btn-cta a {
  padding: 30px 10px !important;
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #f95959;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}



#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: center center; */
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
  height: 870px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {position: absolute;left: 50%;top: 38%;color: #fff;z-index: 3;width: 700px;margin: 0px 0px 0px -350px;}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner h3{
  font-size: 34px;
}
.slider-text-inner p{
  font-size:30px;
  color: rgb(255, 255, 255);
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  transition: All 0.4s ease-in-out;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner h1, #fh5co-hero .flexslider .slider-text &gt; .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}

#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .heading-section {
  font-size: 50px;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .btn:hover {
  background: #F95959 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text &gt; .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-about,
#fh5co-practice,
#fh5co-testimonial,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
  padding: 1% 0px;
  clear: both;
}

#fh5co-counter {
  padding: 4em 0;
  clear: both;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .icon {
  width: 80px;
  height: 80px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.fh5co-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  font-size: 28px;
  color: #F95959;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: 34px;
}

















#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {

  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown &gt; a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown &gt; a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}




.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white &gt; i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white &gt; i::before, .fh5co-nav-toggle.fh5co-nav-white &gt; i::after {
  background: #000;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff;
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);

  background: #fff;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;

  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

/*# sourceMappingURL=style.css.map */
.about {
  padding:2% 0px
}
.index_youshi{
  padding: 3% 0;
}
.index_ys_title{
  text-align:center;
}
.index_ys_title h1{
  font-size:28px;
  line-height: 18px;
}
.index_ys_title h2{
  font-size:18px
}
.index_youshi .row{
  padding: 2% 0;
}
.youshi_txt{
  background: url(../images/wd_02.jpg) no-repeat;
  color:#fff;
  padding: 0px 0px 5px 0px;
}
.wd_2{
  background:url(../images/wd_3.jpg) no-repeat;
  margin: 0px 0px 0px -10px;
  color: #fff;
  padding: 0px 0px 5px 0px;
}
.wd_3{
  background:url(../images/wd_5.jpg);
}
.wd_2 big{
  font-size:20px;
  display:block;
  padding: 16px 0px 0px 0px;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 6px 30px;
  float:left
}
.wd_2 big small{
  font-size:30px;
  padding: 0px 14px 0px 11px;
}
.wd_2 p{
  width:95%;
  color: #C3C3C3;
  clear: both;
  padding: 0px 0px 0px 30px;
}
.youshi_txt big{
  font-size:20px;
  text-align:right;
  display:block;
  padding: 16px 0px 0px 0px;
  border-bottom: 1px solid #ccc;
  float: right;
  margin: 0px 30px 6px 0px;
}
.youshi_txt big small{
  font-size:30px;
  padding: 0px 0px 0px 11px;
}
.youshi_txt p{
  width:95%;
  text-align:right;
  color: #C3C3C3;
  clear: both;
}
.index_pro{
  background: #E2E2E2;
}
.pro_title{
  margin:5% 0px
}
.pro_title big{
  font-size:18px;
  padding:0 0 5% 0;
  display:block
}
.pro_title p{
  line-height:20px;
  color: #848484;
}
.pro_title i{
   color: #f07057;
   margin: 0px 3% 0px 0px;
}
#fh5co-footer{
  background: #686B70
}
#fh5co-footer h3{
  color:#fff
}
#fh5co-footer li{
  color:#fff
}
#fh5co-footer .lianxi i{
  border:1px solid #fff;
  padding:2%;
  border-radius:50%
}
.pro_img img{
  margin: 4% 0px 0px 3%;
}
.footer-follow-scb{
  font-size: 24px;
  color:#fff;
  padding: 20px 0px 20px 0px;
}
.about_title{
  font-size:28px;
  text-align:center;
  position: relative;
  height: 60px;
  padding: 0 91px;
  margin: auto;
  font: bold 30px/60px "Arial";
  color: #686b70;
  text-indent: 14px;
  white-space: nowrap;
  border-bottom: 1px solid #c2c2c2;
}
.about_title i{
  position: absolute;
  left:50%;
  bottom: -2px;
  margin-left: -36px;
  width: 71px;
  height: 3px;
  background: #fc0019;
}
.about_company img{
  margin: 2% 0px;
}
.about_red{
  color:#f00;
  font-size:18px;
  font-weight:bold
}
.n_banner{
  margin:85px 0px 0px 0px
}
.culture_red{
  color:#f00;
  font-weight:bold
}
.product,.new_wrapper  {
  padding: 3% 0px
}
.pro_nav{

}
.pro_nav li:first-child{
    clear: both;
}
.pro_nav li a{
  padding: 10px 0px 10px 20px;
  border-bottom:1px solid #EEEEEE;
  background:#fff;
  display:block;
  font-family:"ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ","ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â&nbsp;ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€&nbsp;Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“",Arial;
  color:#666666;
  text-align:left;
  background: url(../images/ctitle1-li-bg.png) no-repeat left center
}
.pro_nav_top{
  width:100%;
  height:65px;
  float:left;
  border-radius:10px 10px 0 0;
  border:0;
  background: url(../images/line1.png) no-repeat center right #fc0019;
  font-size:18px;
  color:#fff;
  text-align:left;
  text-decoration:none;
  line-height:65px;
  }

.pro_nav_top span{ padding-left:30px; font-size:18px;color:#fff; text-align:left; text-decoration:none; line-height:65px;}


.list{
  width: 29%;
  float: left;
  border: 1px solid #ccc;
  margin: 2%;
}
.detail_title{
  font-size:20px;
  font-weight:bold;
  margin:2% 0;
  color:#f00
}
.list a{
  display: block;
    width: 100%;
    position: relative;
}
.pro_img{
  height: 190px;
}
.list img{
  max-width: 100%;
  text-align: center;
  display: block;
  margin: auto;
  height: 180px;
}
.list p{text-align: center;line-height: 50px;height: 50px;margin: 0;border-top: 1px solid #ccc;color: #000;overflow: hidden;}
.pro_details{
}
.pro_aa{
  border-bottom: solid 1px #d5d5d5;
  position: relative;
  margin: 48px 0px 0px 0px;
}
.detail_img{
  margin:2% 0px
}
.pro_aa a{
  display: block;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
  background: #fc0019;
  border: solid 1px #d5d5d5;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: -2px;
  z-index: 200;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0px 20px;
}
.pagelist {clear:both; font-size: 12px; padding:20px 0;text-align:center;}
.pagelist a{ padding: 5px 9px; border: solid 1px #ddd; background: #fff; text-decoration: none;margin:3px; color:#666; font-family:å®‹ä½“,arial,sans-serif;}
.pagelist a:visited, #nowpage { padding: 3px 8px; margin:3px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.pagelist a:hover, #nowpage{color:#97262a; background: #fff; border-color:#97262a; text-decoration: none;}
.newlist a{color:#000}
.newlist li{float: left;width: 100%;border-bottom: 1px #e3e3e3 dashed;padding: 2% 0;}
.newlist .pic{width: 16%;float:left;}
.newsinfo{width: 80%;margin: 0px 0px 0px 3%;float:left;}
.newsinfo .newtit{ float:left; font-weight:bold;}
.newsinfo .time{ float:right}
.video_list video{
  max-width:100%;
  margin: 6%;
}
.contact_title{
  margin:2% auto;
  text-align:center;
}

.contact-form{}

  .contact-form input[type="text"],
  .contact-form input[type="email"]{
    border: 1px solid #E8E8E8;
    padding: 5px 14px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #f5f5f5;
  }

  .contact-form textarea{
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
    background: #f5f5f5;
  }
.cont_main{
  position: relative;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
}
.cont_main a{
  color:#666
}
.contact-form span{
  display:block;
  color: #ff1a1c;
  font-weight: bold;
  line-height: 30px;
}
.widget-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 40px;
  color: #ff1a1c;
}

.btn-send{
  background: #c7310f;
  color: #fff;
  padding: 2%;
}













@media all and (min-width: 980px) and (max-width: 1200px) {
        .title-laptop{
            display: block !important;
        }
        .container {
            width: 920px;
        }
    }
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
  #fh5co-content .video, #fh5co-content .choose,
  #fh5co-consult .video,
  #fh5co-consult .choose {
    width: 100% !important;
  }
   #fh5co-offcanvas {
    display: block;
  }
  .fh5co-nav .menu-1 {
    display: none;
  }
   #fh5co-hero .flexslider .slider-text &gt; .slider-text-inner h1 {
    font-size: 30px;
  }
  #fh5co-hero {
  min-height: 170px;
  }
  #fh5co-hero .flexslider {
   height: 170px;
  }
  #fh5co-hero .flexslider .slides {
  height: 170px;
  }
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
  .fh5co-project &gt; a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
   #fh5co-footer .fh5co-widget {
    text-align: left;
  }
   .fh5co-project &gt; a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
   .youshi_txt p{
   height:120px;
   overflow:hidden;
}
.list{
  width:45%;
  
}
.product{
  width:96%;
  margin:auto
}
.n_banner img{
  max-width:100%
}
.about_company img{
  max-width:100%;
}
  .wd_2 p{
 height:120px;
 overflow:hidden
}
.about_company{
  width:96%;
  margin:auto
}
  .fh5co-blog {
    width: 100%;
  }
  #fh5co-about,
  #fh5co-practice,
  #fh5co-testimonial,
  #fh5co-started,
  #fh5co-project,
  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
  .fh5co-nav .top .fh5co-social{
    display:none;
  }
  
}
@media screen and (max-width: 480px) {
  .index_pro_li ul li{width:80%; margin:5% 10%}
 #fh5co-hero .flexslider .slides li:after {
  height: 190px;
}
#fh5co-hero .flexslider .slides {
  height: 170px;
  }
   .youshi_txt p{
   height:100px;
   overflow:hidden;
   }
   .index_pro_img img{
     max-width:100%
   }
   #fh5co-footer{
     padding:2% 0px
   }
   .about_title{
     padding:0px;
     height: 60px;
     font: bold 24px/60px "Arial";
}
.cont_map{
  display:none
}
.contact_title img{
  max-width:100%
}
.fh5co-nav-toggle{
position:fixed;top:15px !important;z-index:99999;
}
#fh5co-hero{margin-top:75px;min-height: 190px;}
.fh5co-nav{background:#686b70;}
#fh5co-offcanvas{z-index:9999;}
.video_bg{position:absolute; left:0; top:0; height:190px; width:100%; z-index:1000;overflow:hidden;}
.veo{ height:190px;}
}</pre></body></html>