@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/style/main.css" rel="stylesheet" type="text/css" /> */
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.icons-sprite, .icons-p1, .icons-p10, .icons-p11, .icons-p12, .icons-p2, .icons-p3, .icons-p4, .icons-p5, .icons-p7, .icons-p8 {
  background-image: url('../images/icons-s2d6bc7f8f1.png');
  background-repeat: no-repeat;
}

.icons-p1 {
  background-position: 0 0;
  height: 37px;
  width: 55px;
}

.icons-p10 {
  background-position: 0 -37px;
  height: 12px;
  width: 12px;
}

.icons-p11 {
  background-position: 0 -49px;
  height: 12px;
  width: 12px;
}

.icons-p12 {
  background-position: 0 -61px;
  height: 30px;
  width: 29px;
}

.icons-p2 {
  background-position: 0 -91px;
  height: 37px;
  width: 55px;
}

.icons-p3 {
  background-position: 0 -128px;
  height: 37px;
  width: 55px;
}

.icons-p4 {
  background-position: 0 -165px;
  height: 37px;
  width: 55px;
}

.icons-p5 {
  background-position: 0 -202px;
  height: 37px;
  width: 55px;
}

.icons-p7 {
  background-position: 0 -239px;
  height: 12px;
  width: 12px;
}

.icons-p8 {
  background-position: 0 -251px;
  height: 15px;
  width: 14px;
}

/* 基础样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 16px/1.5 "微软雅黑",Arial,Verdana;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

input, select, textarea {
  border: none;
  outline: none;
  resize: none;
}

table, tr, td {
  border: 1px solid #444;
  text-align: center;
}

i {
  color: inherit;
}

strong {
  font-weight: bold;
}

.wrap {
  width: 1050px;
  margin: auto;
}
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clear:before,
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.lt {
  float: left;
}

.rt {
  float: right;
}

.icons {
  display: inline-block;
}

/*  去除百度地图排版错乱和边款不对齐的问题 */
#dituContent img {
  max-width: none;
}

#dituContent * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*  header  */
.header .header-top {
  color: #555;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  background: #eee;
}
.header .header-nav {
  height: 120px;
  background: #ddd;
}
.header .header-nav .wrap {
  position: relative;
}
.header .header-nav .wrap .header-nav-logo {
  position: absolute;
  height: 90px;
  right: -200px;
  top: 16px;
}
.header .header-nav .lt {
  margin-top: 30px;
}
.header .header-nav ul {
  padding-top: 42px;
}
.header .header-nav ul a {
  display: block;
  height: 100%;
}
.header .header-nav ul li > a {
  height: 35px;
}
.header .header-nav li {
  width: 83px;
  position: relative;
  float: left;
  line-height: 35px;
  height: 35px;
  text-align: center;
  height: 135px;
  font-size: 15px;
  float: left;
}
.header .header-nav li:hover > a {
  background: #6dbbc8;
  color: #fff;
}
.header .header-nav li:hover .pro-type-menu {
  display: block;
}
.header .header-nav li + li {
  margin-left: 35px;
}
.header .pro-type-menu {
  width: 843px;
  padding-left: 125px;
  position: absolute;
  top: 78px;
  left: -371px;
  z-index: 1000;
  background: #fff;
  padding-bottom: 20px;
  display: none;
}
.header .pro-type-menu h3 {
  text-align: center;
  padding-top: 130px;
}
.header .pro-type-menu .pic {
  width: 190px;
  height: 160px;
  margin-bottom: 3px;
  margin-right: 3px;
  position: relative;
}
.header .pro-type-menu .type {
  float: left;
}
.header .pro-type-menu .type:nth-child(1) .angle3 {
  display: none;
}
.header .pro-type-menu .type:nth-child(3) .angle1 {
  display: none;
}
.header .pro-type-menu .type:nth-child(4) .angle1 {
  display: none;
}
.header .pro-type-menu .type:nth-child(4) .angle3 {
  display: none;
}
.header .pro-type-menu span {
  position: absolute;
  border: 11px solid transparent;
}
.header .pro-type-menu .angle1 {
  border-top-color: #fff;
  border-left-color: #fff;
  left: 0;
  top: 0;
}
.header .pro-type-menu .angle2 {
  border-top-color: #fff;
  border-right-color: #fff;
  right: 0;
  top: 0;
}
.header .pro-type-menu .angle3 {
  border-bottom-color: #fff;
  border-left-color: #fff;
  left: 0;
  bottom: 0;
}
.header .pro-type-menu .angle4 {
  border-bottom-color: #fff;
  border-right-color: #fff;
  right: 0;
  bottom: 0;
}
.header .pro-type-menu .shadow {
  background: url(../images/shadow2.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 259px;
  height: 197px;
  z-index: 1050;
}
.header .pro-type-menu .shadow1 {
  left: 20px;
  top: 0;
}
.header .pro-type-menu .shadow2 {
  right: 10px;
  bottom: 0;
}

/* banner */
.banner {
  position: relative;
  /* 为了左右按钮定位 */
}
.banner ul {
  height: 551px;
}
.banner ul li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .banner-page {
  height: 185px;
}
.banner .to-left, .banner .to-right {
  position: absolute;
  top: 40%;
  font-size: 40px;
  cursor: pointer;
}
.banner .to-left {
  left: 5%;
}
.banner .to-right {
  right: 5%;
}
.banner .btns {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 5%;
}
.banner .btns span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ddd;
  margin: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.banner .btns .active {
  background: #6dbbc8;
}

/* content  */
.pub-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.pub-title h2 {
  font-size: 30px;
  color: #555;
}
.pub-title strong {
  font-size: 24px;
  color: #6dbbc8;
  font-weight: normal;
  margin: 0 15px;
}
.pub-title span {
  display: inline-block;
  height: 1px;
  width: 416px;
  background: #d5d5d5;
  vertical-align: 6px;
}
.pub-title i {
  display: inline-block;
  height: 3px;
  width: 45px;
  margin: 0 0px;
  background: #054464;
  vertical-align: 5px;
}

.products {
  background: #ddd;
  padding-bottom: 60px;
}
.products .type1 {
  float: left;
  width: 340px;
}
.products .type1 .pic {
  width: 340px;
  height: 187px;
  text-align: center;
}
.products .type1 .title {
  display: inline-block;
  padding: 25px 40px;
  margin-top: 50px;
  color: #fff;
  background: #6dbbc8;
  background: rgba(109, 187, 200, 0.6);
}
.products .type1 .title h3 {
  font-size: 18px;
}
.products .text {
  font-size: 12px;
  line-height: 2;
  padding: 10px 25px;
  background: #eeeeed;
  color: #666;
}
.products .small-type {
  float: right;
  width: 690px;
}
.products .small-type:before, .products .small-type:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.products .small-type > .lt {
  width: 552px;
}
.products .small-type > .lt:before, .products .small-type > .lt:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.products .small-type > .rt {
  width: 138px;
}
.products .small-type .item {
  float: left;
}
.products .small-type .item .pic {
  width: 138px;
  height: 128px;
  float: left;
}
.products .small-type .item .text {
  text-align: center;
  float: left;
  font-size: 12px;
  color: #fff;
  background: #6dbbc8;
  width: 138px;
  height: 128px;
  padding-top: 20px;
  line-height: 1.5;
}
.products .small-type .item .text .icons {
  margin-top: 10px;
}
.products .small-type .type2, .products .small-type .type3 {
  position: relative;
  overflow: hidden;
  float: left;
}
.products .small-type .type2 .text:after, .products .small-type .type3 .text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-right-color: #6dbbc8;
  position: absolute;
  left: 102px;
  top: 46px;
}
.products .small-type .type4, .products .small-type .type5 {
  position: relative;
  overflow: hidden;
  float: left;
}
.products .small-type .type4 .text:after, .products .small-type .type5 .text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-left-color: #6dbbc8;
  position: absolute;
  left: 133px;
  top: 46px;
}
.products .small-type .type6 {
  position: relative;
  overflow: hidden;
  float: left;
}
.products .small-type .type6 .text:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-bottom-color: #6dbbc8;
  position: absolute;
  left: 48px;
  top: 91px;
}

.about {
  background: url(../images/about-bc.jpg);
  padding: 45px 0 40px 0;
}
.about .wrap {
  position: relative;
}
.about .img {
  display: inline-block;
  border: 5px solid #fff;
  margin-left: 25px;
  width: 307px;
  height: 240px;
}
.about .img img {
  width: 307px;
  height: 240px;
  position: relative;
  left: -26px;
  top: 15px;
  border: 5px solid #B5D8DC;
}
.about .rt {
  width: 650px;
}
.about .rt h3 strong {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
.about .rt h3 span {
  font-size: 22px;
  color: #6dbbc8;
  margin-left: 20px;
  vertical-align: 2px;
}
.about .rt .text {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  padding: 30px 0;
}
.about .rt .more {
  float: right;
  color: #6dbbc8;
  font-size: 14px;
  background: #fff;
  padding: 0 15px;
  margin-right: 15px;
}
.about .rt .more:hover {
  background: #6dbbc8;
  color: #fff;
}
.about .sj {
  position: absolute;
  bottom: -63px;
  left: 470px;
}

.news {
  background: #ddd;
  padding-top: 20px;
  padding-bottom: 60px;
}
.news ul {
  width: 120%;
}
.news ul:before, .news ul:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.news li {
  padding: 10px;
  background: #fff;
  width: 500px;
  margin-right: 50px;
  float: left;
  margin-bottom: 15px;
}
.news li img {
  width: 166px;
  height: 114px;
}
.news li .rt {
  width: 288px;
  padding-right: 10px;
}
.news li .rt h3 {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news li .rt h3:hover {
  color: #6dbbc8;
}
.news li .rt .text {
  font-size: 12px;
  color: #666;
  line-height: 2;
  height: 48px;
  overflow: hidden;
}
.news li .rt .date {
  font-size: 12px;
  color: #888;
  line-height: 1.7;
}
.news li .rt .more {
  float: right;
  font-size: 12px;
  color: #6dbbc8;
}

/* footer */
.footer {
  background: #6dbbc8;
  padding-top: 50px;
  color: #fff;
}
.footer dl {
  float: left;
  width: 150px;
}
.footer dl dt {
  margin-bottom: 25px;
}
.footer dl dd {
  font-size: 14px;
  line-height: 1.8;
}
.footer .rt {
  margin-right: 40px;
}
.footer .rt h3 .icons {
  margin-right: 5px;
  vertical-align: -1px;
}
.footer .rt .text {
  font-size: 12px;
  margin-top: 12px;
  line-height: 22px;
}
.footer .rt li {
  float: left;
  margin-right: 40px;
  font-size: 12px;
  width: 86px;
  text-align: center;
  margin-top: 15px;
}
.footer .rt li img {
  width: 86px;
  height: 86px;
}
.footer .copyright {
  margin-top: 50px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #012229;
}

.page-content {
  overflow: hidden;
  padding: 50px 0;
}

/* nav  */
.nav {
  float: left;
  width: 186px;
  border: 1px solid #eee;
}
.nav .nav-title {
  padding: 20px 0 18px 30px;
  color: #fff;
  background: #4a98a5;
  margin-bottom: 3px;
}
.nav .nav-title .icons {
  float: left;
  margin-right: 7px;
}
.nav .nav-title h2 {
  font-size: 18px;
  margin-top: -7px;
}
.nav .nav-title h3 {
  font-size: 14px;
  line-height: 1.1;
}
.nav dl {
  font-size: 12px;
}
.nav dl + dl {
  margin-top: 4px;
}
.nav dl:hover .child-type {
  display: block;
}
.nav dl.active dt {
  background: #4a98a5;
  color: #fff;
}
.nav dl.active dt .icons {
  background-position: 0 -37px;
}
.nav dl.active .child-type {
  display: block;
}
.nav dt {
  height: 35px;
  position: relative;
  line-height: 35px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding-left: 25px;
}
.nav dt .icons {
  float: right;
  margin-right: 40px;
  margin-top: 11px;
}
.nav dt:hover {
  background: #4a98a5;
  color: #fff;
}
.nav dt:hover .icons {
  background-position: 0 -37px;
}
.nav .child-type {
  display: none;
}
.nav dd {
  background: #FBFBFB;
  border-top: 1px solid #fff;
  font-size: 12px;
  padding-left: 28px;
  line-height: 28px;
  height: 28px;
  color: #666;
}
.nav dd:hover {
  color: #6dbbc8;
}
.nav dd + dd {
  border-top: 1px dashed #eee;
}
.nav dd.active {
  color: #fff;
  background: #6dbbc8;
}
.nav a {
  display: block;
  height: 100%;
}

/* public  */
.public {
  float: right;
  width: 830px;
}

/* position  */
.position {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #ddd;
  margin-top: 20px;
  margin-bottom: 40px;
}
.position:before, .position:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.position .lt {
  margin-left: 5px;
  font-size: 25px;
  color: #555;
}
.position .rt {
  margin-right: 5px;
  font-size: 12px;
  margin-top: 9px;
}
.position .rt i {
  vertical-align: -1px;
  display: none;
}

.public-area:before, .public-area:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

/* pages  */
.products-area ul {
  overflow: hidden;
  width: 105%;
}
.products-area ul li {
  float: left;
  width: 260px;
  height: 167px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  margin-right: 25px;
}
.products-area ul li a {
  display: block;
}
.products-area ul li img {
  width: 283px;
  height: 236px;
  display: block;
  margin: auto;
  border: 2px solid transparent;
}
.products-area ul li h3 {
  position: absolute;
  bottom: 0;
  line-height: 35px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  background: #333;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #fff;
}
.products-area ul li:hover h3 {
  display: none;
}
.products-area ul li:hover .shadow {
  display: block;
}
.products-area ul li .shadow {
  background: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: none;
}
.products-area ul li .shadow h4 {
  font-size: 14px;
}
.products-area ul li .shadow .text {
  font-size: 12px;
  line-height: 24px;
  height: 96px;
  padding: 20px;
  overflow: hidden;
}
.products-area ul li .shadow > p {
  line-height: 20px;
  height: 21px;
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #fff;
}

.displayproducts-area .pro-brief {
  text-align: center;
}
.displayproducts-area .buy {
  font-size: 12px;
  margin-left: 10px;
  color: #6dbbc8;
}

.news-area {
  width: 100%;
  padding: 0 10px;
}
.news-area .item-first {
  border-bottom: 1px dashed #666;
}
.news-area .item-first h4 {
  font-size: 20px;
  color: #6dbbc8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-area .item-first .date {
  color: #777;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.news-area .item-first .brief {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  margin: 10px  0;
}
.news-area .item {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  line-height: 36px;
  color: #333;
}
.news-area .item span {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #6dbbc8;
  margin-right: 5px;
  vertical-align: middle;
}
.news-area .item a {
  display: inline-block;
  width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}
.news-area .item a:hover {
  color: #6dbbc8;
}
.news-area .item strong {
  color: #666;
  float: right;
  font-weight: normal;
  vertical-align: middle;
}

.news-style2-area li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}
.news-style2-area li:before, .news-style2-area li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.news-style2-area .lt img {
  width: 166px;
  height: 114px;
}
.news-style2-area .rt {
  width: 620px;
}
.news-style2-area .rt h3 {
  font-size: 18px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-style2-area .rt h3:hover {
  color: #6dbbc8;
}
.news-style2-area .rt .text {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.news-style2-area .rt .more {
  text-align: right;
}
.news-style2-area .rt .more a {
  display: inline-block;
  padding: 4px 15px;
  font-size: 14px;
  background: #6dbbc8;
  color: #fff;
}

.displaynews-area h3 {
  text-align: center;
  font-size: 24px;
}
.displaynews-area h4 {
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
}
.displaynews-area p {
  margin: 20px 10px;
}

.dis_page {
  margin: 30px 20px;
  font-size: 14px;
}
.dis_page a {
  font-size: 13px;
}
.dis_page a:hover {
  color: #6dbbc8;
}
.dis_page p {
  margin: 0;
}

.new_print a {
  font-size: 13px;
}

.honor-area ul {
  overflow: hidden;
}
.honor-area li {
  float: left;
  width: 33.33%;
  padding: 20px;
  text-align: center;
}
.honor-area li img {
  max-width: 100%;
}
.honor-area li h3 {
  font-size: 14px;
}

.displayhonor-area {
  text-align: center;
}

.case-area ul li {
  width: 405px;
  height: 304px;
}
.case-area ul li .shadow {
  padding-top: 75px;
}

.displaycase-area:before, .displaycase-area:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.displaycase-area .img-info {
  float: left;
  width: 54%;
  height: 445px;
}
.displaycase-area .img-info .big {
  position: relative;
  height: 342px;
}
.displaycase-area .img-info .big img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid #ddd;
}
.displaycase-area .img-info .small {
  margin-top: 10px;
}
.displaycase-area .img-info .small img {
  width: 23%;
  height: 78px;
  border: 1px solid #ddd;
  padding: 1px;
  cursor: pointer;
}
.displaycase-area .img-info .small img:hover {
  border: 2px solid #6dbbc8;
  padding: 0;
}
.displaycase-area .img-info .small img:last-child {
  margin-right: -50px;
}
.displaycase-area .img-info .small img + img {
  margin-left: 7px;
}
.displaycase-area .img-info .small .active {
  border: 2px solid #6dbbc8;
  padding: 0;
}
.displaycase-area .text {
  float: right;
  width: 43%;
}
.displaycase-area .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #6dbbc8;
}
.displaycase-area .text .description {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-top: 20px;
  height: 350px;
  overflow: hidden;
}
.displaycase-area .case-detail {
  padding-bottom: 20px;
}
.displaycase-area .case-detail:before, .displaycase-area .case-detail:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.displaycase-area .case-detail h3 {
  font-size: 24px;
  font-weight: bold;
  color: #6dbbc8;
}
