@charset "utf-8";
/*public*/
* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
/*index-public*/
/*公共样式、*/
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.bor0 {
  border: none !important;
}
.top {
  height: 36px;
  background: #535353;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
}
.top a {
  color: #fff;
  margin-left: 17px;
}
.top a img {
  margin-right: 9px;
  vertical-align: middle;
}
.header {
  height: 94px;
}
.header .logo {
  float: left;
  margin-top: 11px;
}
.header .nav {
  float: right;
}
.header .nav li {
  width: 100px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  float: left;
  margin-left: 38px;
  position: relative;
}
.header .nav li:hover ul {
  display: block;
}
.header .nav li ul {
  position: absolute;
  z-index: 9;
  background: #0ba2e7;
  text-align: center;
  width: 100px;
  display: none;
}
.header .nav li ul li {
  background: #0ba2e7;
  margin: 0;
  width: 100px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
.header .nav li ul li:nth-child(n+7) {display:none}
.header .nav li ul li a {
  color: #fff;
}
.header .nav li a {
  font-size: 16px;
  color: #000000;
}
.header .nav li.active,
.header .nav li:hover {
  background: #0ba2e7;
}
.header .nav li.active a,
.header .nav li:hover a {
  color: #fff;
}
.banner {
  height: 510px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 510px;
  overflow: hidden;
  position: relative;
}
.banner .btn-list {
  position: absolute;
  bottom: 15px;
}
.banner .btn-list li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-right: 10px;
}
.banner .btn-list li.active {
  background: #d70d19;
}
.banner img {
  border: 0 none;
  position: absolute;
  left: 50%;
  width: 2000px;
  margin-left: -1000px;
  top: 0;
  vertical-align: top;
}
.qu-tit {
  text-align: center;
  /*width: 450px;*/
  margin: 0 auto;
  margin-top: 50px;
}
.qu-tit p {
  font-size: 15px;
  color: #424242;
  margin-bottom: 17px;
}
.qu-tit h2 {
  font-size: 31px;
  color: #00a0e9;
  margin-bottom: 18px;
}
.qu-tit img {
  width: 400px;
  height: 12px;
}
.i-quality {
  background: url(../images/qu-shadow.jpg) center bottom no-repeat;
}
.i-quality .qu-list {
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 53px;
}
.i-quality .qu-list ul {
  margin-top: 50px;
  width: 1300px;
  overflow: hidden;
}
.i-quality .qu-list .qu-1 {
  background: url(../images/qu-1.jpg);
}
.i-quality .qu-list .qu-1:hover {
  background: url(../images/qu-1-hover.jpg);
}
.i-quality .qu-list .qu-2 {
  background: url(../images/qu-2.jpg);
}
.i-quality .qu-list .qu-2:hover {
  background: url(../images/qu-2-hover.jpg);
}
.i-quality .qu-list .qu-3 {
  background: url(../images/qu-3.jpg);
}
.i-quality .qu-list .qu-3:hover {
  background: url(../images/qu-3-hover.jpg);
}
.i-quality .qu-list .qu-4 {
  background: url(../images/qu-4.jpg);
}
.i-quality .qu-list .qu-4:hover {
  background: url(../images/qu-4-hover.jpg);
}
.i-quality .qu-list .qu-5 {
  background: url(../images/qu-5.jpg);
}
.i-quality .qu-list .qu-5:hover {
  background: url(../images/qu-5-hover.jpg);
}
.i-quality .qu-list li {
  text-align: center;
  width: 234px;
  float: left;
  margin-right: 8px;
}
.i-quality .qu-list li .qu-tp {
  width: 190px;
  height: 190px;
  margin: 0 auto;
}
.i-quality .qu-list li .cn {
  color: #747474;
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 12px;
}
.i-quality .qu-list li .en {
  color: #c6c6c6;
  font-size: 13px;
}
.i-public-tit {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 22px;
  width: 420px;
}
.i-public-tit h5 {
  font-size: 26px;
  color: #ababab;
}
.i-public-tit h3 {
  font-size: 30px;
  color: #00a0e9;
  position: relative;
}
.i-public-tit h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 19px;
  width: 130px;
  height: 1px;
  background: #e7e7e7;
}
.i-public-tit h3:before {
  position: absolute;
  content: "";
  right: 0;
  top: 19px;
  width: 130px;
  height: 1px;
  background: #e7e7e7;
}
.i-pro {
  margin-bottom: 60px;
  overflow: hidden;
}
.pro-list ul {
  margin-right: -30px;
}
.pro-list li {
  width: 376px;
  height: 298px;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.pro-list li .tp {
  height: 268px;
  line-height: 268px;
  text-align: center;
}
.pro-list li img {
  max-height: 268px;
  max-width: 100%;
  vertical-align: middle;
  transition: 0.5s;
}
.pro-list li:hover img {
  transform: scale(1.5);
  transition: 0.5s;
}
.pro-list li p {
  line-height: 16px;
  font-size: 16px;
  color: #666666;
}
.i-about {
  height: 550px;
  background: #fbfbfb;
  overflow: hidden;
  margin-bottom: 60px;
}
.i-about .left {
  margin-top: 40px;
  position: relative;
}
.i-about .left img {
  position: relative;
  z-index: 2;
}
.i-about .left:after {
  content: "";
  position: absolute;
  width: 457px;
  height: 370px;
  top: 75px;
  left: 82px;
  border: 7px solid #00a0e9;
}
.i-about .right {
  width: 600px;
  margin-top: 56px;
}
.i-about .right .tit {
  margin-bottom: 30px;
}
.i-about .right .tit h3 {
  font-size: 30px;
  color: #0073e9;
  display: inline-block;
}
.i-about .right .tit h4 {
  font-size: 26px;
  color: #ababab;
  display: inline-block;
}
.i-about .right .ins {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  height: 288px;
}
.i-about .right .ins p {
  text-indent: 2em;
}
.i-about .right .ins span {
  color: #d72828;
  font-size: 18px;
}
.i-about .right a {
  width: 145px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  color: #fff;
  float: right;
  margin-top: 45px;
}
.i-about .right a.lx {
  background: #00a0e9;
}
.i-about .right a.look {
  background: #f8a348;
}
.i-honor {
  overflow: hidden;
  margin-bottom: 75px;
}
.i-honor .class {
  position: relative;
  height: 57px;
  font-size: 24px;
  margin-bottom: 52px;
  text-align: center;
}
.i-honor .class:after {
  content: "";
  position: absolute;
  width: 1200px;
  height: 1px;
  left: 0;
  top: 30px;
  background: #e7e7e7;
  z-index: -1;
}
.i-honor .class a {
  width: 160px;
  height: 57px;
  display: inline-block;
  text-align: center;
  line-height: 57px;
  color: #fff;
  background: #00a0e9;
  font-weight: bold;
  margin: 0 5px;
}
.i-honor .class a:hover,
.i-honor .class a.active {
  background: #f8a348;
}
.i-honor .list ul {
  height: 270px;
  margin-right: -32px;
  position: relative;
}
.i-honor .list li {
  width: 375px;
  height: 269px;
  float: left;
  margin-right: 32px;
}
.i-honor .list li img {
  width: 100%;
  height: 100%;
}
.i-honor .tp-list {
  height: 350px;
}
.i-honor .tp-list .btn {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}
.i-honor .tp-list .btn a {
  display: inline-block;
}
.i-honor .tp-list .btn a.l {
  width: 45px;
  height: 49px;
  background: url(../images/btn.jpg);
}
.i-honor .tp-list .btn a.c {
  width: 60px;
  height: 48px;
  background: url(../images/btn-c.jpg);
  margin: 0 20px;
}
.i-honor .tp-list .btn a.r {
  width: 45px;
  height: 50px;
  background: url(../images/btn-r.jpg);
}
.i-news {
  margin-top: 70px;
  overflow: hidden;
  margin-bottom: 63px;
}
.i-news .i-public-tit {
  margin-bottom: 60px;
}
.i-news .only {
  width: 449px;
  height: 335px;
  float: left;
}
.i-news .only a {
  display: block;
  width: 449px;
  height: 335px;
  overflow: hidden;
}
.i-news .only a img {
  transition: 0.5s;
}
.i-news .only a:hover img {
  transform: scale(1.5);
}
.i-news .news-list {
  width: 720px;
  float: right;
}
.i-news .news-list li {
  padding: 11px 0;
  height: 60px;
  border-top: 1px solid #eaeaea;
  position: relative;
}
.i-news .news-list li:after {
  position: absolute;
  content: "";
  right: 0;
  width: 33px;
  height: 33px;
  top: 26px;
  background: url(../images/r-icon.jpg) no-repeat;
}
.i-news .news-list li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.i-news .news-list li .time {
  color: #b0adb4;
  float: left;
  width: 79px;
  height: 60px;
  text-align: center;
  margin-right: 20px;
  border-right: 1px solid #EAEAEA;
}
.i-news .news-list li .time h3 {
  font-size: 22px;
  margin: 7px 0;
}
.i-news .news-list li .time p {
  font-size: 12px;
}
.i-news .news-list li p.tit {
  font-size: 16px;
  color: #000402;
  margin-top: 5px;
  margin-bottom: 15px;
}
.i-news .news-list li p.ins {
  font-size: 14px;
  color: #6e6e6e;
}
.i-case {
  width: 100%;
  height: 314px;
  overflow: hidden;
  text-align: center;
  background: url(../images/w-bg.jpg) no-repeat center;
  color: #fff;
}
.i-case .tit {
  margin-top: 45px;
  margin-bottom: 55px;
}
.i-case .tit h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.i-case .tit h4 {
  font-size: 24px;
}
.i-case .txt {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.i-case .txt span {
  color: #e66c1b;
}
.i-case .phone {
  width: 464px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  background: #1d96cd;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
}
.footer {
  height: 278px;
  background: #535353;
}
.footer .foot-con {
  height: 178px;
  padding-top: 66px;
}
.footer .fuwu {
  width: 376px;
  margin-left: 22px;
  position: relative;
}
.footer .fuwu .icon {
  position: absolute;
  top: 15px;
  right: 105px;
}
.footer .fuwu h3 {
  font-size: 30px;
  color: #c6c4c4;
  margin-bottom: 25px;
}
.footer .ma {
  width: 466px;
}
.footer .ma .ewm {
  width: 114px;
  height: 114px;
  text-align: center;
  line-height: 194px;
  float: left;
  margin-right: 15px;
  background: url(../images/ewm-bg.jpg);
}
.footer .ma h3 {
  font-size: 24px;
  color: #c6c4c4;
  margin-top: 18px;
  margin-bottom: 28px;
}
.footer .ma p {
  font-size: 16px;
  color: #c6c4c4;
}
.footer .font {
  float: right;
  width: 335px;
}
.footer .font p {
  font-size: 14px;
  color: #c6c4c4;
  margin-bottom: 16px;
}
.footer .bottom {
  height: 34px;
  font-size: 14px;
  background: #2b2b2b;
  text-align: center;
  line-height: 34px;
  color: #b0b0b0;
}
.main {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 70px;
}
.main .public-left {
  width: 257px;
  overflow: hidden;
  color: #fff;
  float: left;
}
.main .public-left .tit {
  height: 147px;
  background: #0397DA;
  overflow: hidden;
  padding-left: 34px;
}
.main .public-left .tit h3 {
  font-size: 30px;
  color: #fcfcfc;
  margin-top: 47px;
  margin-bottom: 14px;
  font-weight: normal;
}
.main .public-left .tit p {
  font-size: 14px;
  color: #fff;
}
.main .public-left ul.side-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.main .public-left .side-list li {
  height: 64px;
  font-size: 18px;
  background: #17B0F5;
  line-height: 64px;
  border-bottom: 1px solid #2DB7F5;
  position: relative;
}
.main .public-left .side-list li.active:after,
.main .public-left .side-list li:hover:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 23px;
  width: 20px;
  height: 20px;
  background: url(../images/icon.png);
}
.main .public-left .side-list li a {
  color: #fff;
  margin-left: 39px;
}
.main .public-left .verynew .title {
  height: 60px;
  background: #0397DA;
  overflow: hidden;
}
.main .public-left .verynew .title h3 {
  margin-left: 25px;
  margin-top: 21px;
  float: left;
  font-size: 18px;
}
.main .public-left .verynew .title a {
  float: right;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
  margin-right: 28px;
}
.main .public-left .verynew .list {
  border: 1px solid #dadada;
  width: 255px;
  height: 301px;
  border-top: none;
  overflow: hidden;
}
.main .public-left .verynew .list ul {
  position: relative;
}
.main .public-left .verynew .list li {
  width: 255px;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 301px;
}
.main .public-left .verynew .list li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.main .public-nav {
  width: 893px;
  float: right;
  height: 45px;
  line-height: 45px;
  border-bottom: 3px solid #0093D8;
  font-size: 14px;
  color: #5f696b;
  text-align: right;
  margin-bottom: 46px;
}
.main .public-nav a {
  color: #5f696b;
}
.main .content {
  float: right;
  width: 893px;
  line-height: 26px;
  overflow: hidden;
}
.main .content img {
  text-align: center;
}
/*licheng*/
.licheng {
  margin-left: 47px;
}
.licheng ul {
  padding: 40px 0;
  border-left: 1px dashed #c3c3c3;
}
.licheng li .tit {
  width: 195px;
  height: 43px;
  background: #eaeaea;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #333333;
  font-size: 20px;
  overflow: hidden;
}
.licheng li .tit span {
  margin-left: 35px;
  margin-top: 11px;
  display: inline-block;
}
.licheng li .ins {
  color: #666;
  font-size: 16px;
  position: relative;
  margin: 40px 0;
  margin-left: 27px;
}
.licheng li .ins:after {
  position: absolute;
  content: "";
  left: -36px;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../images/li-icon.jpg);
}
/*产品*/
.n-pro {
  overflow: hidden;
}
.n-pro ul {
  margin-right: -23px;
}
.n-pro li {
  width: 282px;
  float: left;
  margin-right: 23px;
  margin-bottom: 37px;
}
.n-pro li .tp {
  width: 280px;
  height: 316px;
  border: 1px solid #e7e7e7;
  text-align: center;
  line-height: 316px;
}
.n-pro li .tp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.n-pro li p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 18px;
}
.page {
  overflow: hidden;
  text-align: center;
}
.page span,
.page a {
  border: 1px solid #bfbfbf;
  font-size: 16px;
  color: #787878;
  display: inline-block;
  padding: 7px 11px;
  margin:0 2px;
}
.page span:hover,
.page a:hover {
  background: #0397DA;
  color: #fff;
}
.page .current {
  background: #0397DA;
  color: #fff;
}
/*详情*/
.show-nr {
  overflow: hidden;
}
.show-nr .tit {
  height: 45px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-size: 22px;
  color: #1f2223;
  margin-bottom: 20px;
}
.show-nr .nr {
  color: #1f2223;
}
.show-nr .nr img {
  text-align: center;
}
/*职工*/
.zhi {
  overflow: hidden;
}
.zhi li {
  height: 190px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  margin-bottom: 28px;
}
.zhi li img {
  float: left;
  width: 211px;
  height: 166px;
  margin-right: 28px;
}
.zhi li h3 {
  font-size: 20px;
  color: #222222;
  margin-top: 55px;
  margin-bottom: 22px;
}
.zhi li h3 a {
  color: #222222;
}
.zhi li p {
  font-size: 14px;
  color: #666666;
}
/*职工详情*/
.zhi-show h3 {
  font-size: 26px;
  color: #444444;
  margin-bottom: 40px;
}
.zhi-show p.time {
  color: #999999;
  font-size: 14px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
}
.zhi-show p.time img {
  margin-right: 10px;
}
.zhi-show .pages {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e3e3e3;
}
.zhi-show .pages p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 16px;
}
.zhi-show .pages p a {
  color: #777777;
}
/*招聘信息*/
.n-job li {
  margin-bottom: 40px;
}
.n-job li .tit {
  height: 55px;
  line-height: 55px;
  cursor: pointer;
  background: #e5f2fe;
}
.n-job li .tit span {
  font-size: 16px;
  color: #444444;
}
.n-job li .tit span.name {
  margin-left: 31px;
  display: inline-block;
}
.n-job li .tit .right {
  margin-right: 122px;
  position: relative;
}
.n-job li .tit .right:after {
  content: "";
  position: absolute;
  right: -75px;
  top: 14px;
  width: 27px;
  height: 27px;
  background: url(../images/z-icon.jpg);
}
.n-job li .tit .bu {
  padding-right: 31px;
  border-right: 1px solid #bfcbcf;
}
.n-job li .tit .num {
  padding-left: 32px;
}
.n-job li .ins {
  padding-left: 36px;
}
.n-job li .ins h3 {
  margin-top: 38px;
  color: #1f4796;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
}
.n-job li .ins p.txt {
  font-size: 14px;
  color: #555555;
  margin-bottom: 12px;
}
.n-job li .ins p.tips {
  margin-top: 30px;
  font-size: 16px;
  color: #555555;
}
.n-job li .ins p.tips a {
  color: #1f4796;
}
/*客户反馈*/
.n-kehu .tips {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 45px;
}
.n-kehu p.li {
  width: 470px;
  margin-bottom: 18px;
}
.n-kehu p.li span {
  font-size: 16px;
  margin-bottom: 9px;
  display: inline-block;
}
.n-kehu p.li input {
  width: 460px;
  height: 32px;
  border: 1px solid #c0c0c0;
}
.n-kehu p.li textarea {
  width: 460px;
  height: 167px;
  border: 1px solid #c0c0c0;
}
.n-kehu .btn {
  width: 122px;
  height: 42px;
  background: #17B0F5;
  text-align: center;
  line-height: 42px;
  color: #fff;
  border-radius: 10px;
  border: none;
  display: inline-block;
}
/*案例*/
.n-case li {
  height: 70px;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  margin-bottom: 24px;
  position: relative;
}
.n-case li:after {
  position: absolute;
  content: "";
  right: 25px;
  top: 24px;
  width: 13px;
  height: 24px;
  background: url(../images/ca-icon.jpg);
}
.n-case li:hover:after {
  background: url(../images/ca-icon-hover.jpg);
}
.n-case li:hover {
  border: 1px solid #17B0F5;
}
.n-case li:hover .time {
  background: #17B0F5;
}
.n-case li:hover p.ins {
  color: #17B0F5;
}
.n-case li .time {
  width: 68px;
  height: 70px;
  background: #ababab;
  color: #fff;
  margin-right: 30px;
  float: left;
  text-align: center;
}
.n-case li .time h3 {
  font-size: 30px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.n-case li .time p {
  font-size: 14px;
}
.n-case li p.ins {
  font-size: 16px;
  color: #444;
  line-height: 70px;
  margin-left: 30px;
}
/*生产与设备*/
.shebei {
  overflow: hidden;
  margin-bottom: 20px;
}
.shebei p.tit {
  color: #333333;
  font-size: 20px;
  margin-bottom: 32px;
}
.shebei li {
  height: 192px;
  border: 1px solid #c7c7c7;
}
.shebei li .tp {
  width: 289px;
  border-right: 1px solid #c7c7c7;
  height: 192px;
  text-align: center;
  line-height: 192px;
  float: left;
}
.shebei li .tp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.shebei li .font {
  margin-top: 34px;
  margin-left: 36px;
  float: left;
  width: 540px;
  overflow: hidden;
  height: 130px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.pro-tp {
  border: 1px solid #dddddd;
  padding: 8px;
  float: left;
}
.pro-tp img {
  width: 415px;
  height: 278px;
}
.pro-ins {
  float: right;
  width: 420px;
  position: relative;
  height: 300px;
}
.pro-ins p.title {
  font-size: 16px;
  color: #0397da;
  text-align: left;
  margin-bottom: 10px;
}
.pro-ins p.txt {
  
  float: left;
  width:100%;
  font-size: 16px;
  margin-bottom: 10px;
  color: #575757;
}
.pro-ins .btn {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 195px;
  height: 52px;
  background: #0397DA;
  line-height: 52px;
  color: #fff;
  display: block;
  text-align: center;
}
.pro-ins .btn:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 29px;
  vertical-align: middle;
  background: url(../images/zx.png) no-repeat;
  margin-right: 10px;
}
.pro-detail {
  overflow: hidden;
  clear: both;
  margin-top: 40px;
}
.pro-detail .p-tit {
  border-bottom: 5px solid #0397da;
}
.pro-detail .p-tit span {
  width: 138px;
  height: 34px;
  display: block;
  background: #0397da;
  text-align: center;
  line-height: 34px;
  color: #fff;
}
.pro-detail .pro-nr {
  font-size: 16px;
  color: #666464;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pages {
  color: #666464;
  font-size: 16px;
  margin-bottom: 20px;
}
.pages a {
  color: #666464;
}
.n-banner {
  width: 2000px;
  height: 300px;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
.n-banner img {
  width: 100%;
  height: 100%;
}
.pro-search {
  font-size: 16px;
  color: #626262;
  margin-bottom: 35px;
}
.pro-search select {
  width: 143px;
  margin-right: 22px;
}
.pro-search select.small {
  width: 82px;
  margin: 0;
}
.pro-search .s-r {
  margin-left: 20px;
}
.pro-search .btn {
  width: 87px;
  height: 32px;
  background: #626262;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border: none;
}
.n-news li {
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 28px;
  overflow: hidden;
  clear: both;
}
.n-news img {
  width: 211px;
  height: 166px;
  float: left;
  margin-right: 28px;
}
.n-news p.tit {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin-top: 55px;
  margin-bottom: 22px;
}
.n-news .time {
  font-size: 14px;
  color: #666666;
}
.n-news-show {
  margin-top: 30px;
}
.n-news-show p.title {
  font-size: 26px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 35px;
}
.n-news-show p.time {
  font-size: 14px;
  color: #999999;
  padding-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 30px;
}
.n-news-show .news-show-nr {
  margin-bottom: 30px;
}
.new-page {
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  color: #777777;
}
.new-page a {
  color: #777777;
}

.pro-list li .tp{
	overflow: hidden;
}
.i-about .right .tit h3{
	color: #00a0e9;
}

.i-news .news-list li:after{
	z-index: -1;
}




#message {

	position: fixed;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: 1000;

	transform: scale(0);

	transition: .3s

}

.messagebg {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.6);

	z-index: 1001

}

#message .m-content {

	margin-top: 8%

}

#message .m-content .m-message {

	background: #fff;

	width: 580px;

	background: #fff;

	padding: 50px;

	margin: 0 auto;

	position: relative;

	z-index: 1002;

	box-shadow: 1px 1px 50px rgba(0,0,0,.3)

}

.m-message {

	width: 494px;

	margin: 48px auto 0

}

.m-message label {

	margin-bottom: 15px;

	display: block;

	font-size: 14px

}

.m-message label em {

	display: block;

	float: right;

	color: red;

	height: 32px;

	line-height: 32px

}

.m-message label span {

	width: 70px;

	height: 34px;

	line-height: 34px;

	color: #2f2f2f;

	float: left;

	font-weight: 700;

	text-align: right;

	margin-right: 30px;

	display: inline-block

}

.m-message label input.inp, .m-message label textarea, .m-message label.code input {

	width: 73%;

	overflow: hidden;

	height: 32px;

	line-height: 32px;

	border: #ccc 1px solid;

	border-radius: 3px;

	padding: 0 14px;

	box-sizing: border-box;

	color: #555;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

}

.m-message label input:focus, .m-message label textarea:focus {

	border-color: #66afe9;

	outline: 0;

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247,150,0,.6);

	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247,150,0,.6)

}

.m-message label textarea {

	height: 72px;

	line-height: 24px;

	padding: 10px 14px

}

.m-message label.code {

	line-height: 34px

}

.m-message label.code input {

	width: 30%;

	float: left;

	margin-right: 30px

}

.m-message label.code .pic {

	display: inline-block;

	vertical-align: top;

	width: 80px;

	height: 32px

}

.m-message label.code img {

	display: block;

	width: 100%;

	height: 100%

}
/*
.btn {

	display: block;

	width: 90px;

	height: 32px;

	line-height: 32px;

	padding-left: 15px;

	background-color: #1ea001;

	color: #fff;

	margin-top: 10px

}

.btn:hover {

	background-color: #444;

	color: #fff

}

.btn span {

	display: block;

	padding-left: 15px;

	background-repeat: no-repeat;

	background-position: left center;

	background-image: url("../images/btn-r.png")

}
*/
