/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
input {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-size: 14px;
  min-width: 1200px;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}
li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(17, 4, 4, 0.7);
  -webkit-border-radius: 6px;
}
a,button {
	cursor: pointer;
}

 
.about_links {
    background-color: #f1f1f1;
    padding:0 0 88px;
}

.about_links ul {
    padding:58px 0 0 75px;
}

.about_links ul li {
    padding:10px 15px 0 0;
    float:left;
}

.about_links ul li:nth-child(5n) {
    padding-right:0;
}

.about_links ul li a {
    border:solid 1px #d0d1d2;
    display:block;
    height:87px;
    width:198px;
}

.about_links ul li a img {
    display:block;
    height:85px;
    width:196px;
}

.tech_1stblock_info {
    position:relative;
    height:473px;
}

.tech_title {
    position:relative;
    line-height:26px;
    font-size:20px;
    color:#0145b9;
    float:left;
}

.about_titline {
    background:url(https://www.fshsl.com/assets/edimg/about-02.png) no-repeat right center;
    padding:0 39px 0 4px;
    margin-top:70px;
    float:left;
}

.about_titline .entitle {
    font-family:arial;
    text-transform:uppercase;
    line-height:30px;
    font-size:40px;
    color:#ededed;
}

.about_titline .cntitle {
    color:#000;
    font-size:29px;
    line-height:35px;
    font-weight:bold;
}
.about_company_text {
    position:relative;
    padding-left:4px;
    margin-top:26px;
    line-height:26px;
    color:#323333;
    z-index:19;
}
.about_company_body {
    position: relative;
    padding: 0 0 96px;
    margin: 0 auto;
    width: 1200px;
}

