@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  font-family: Helvetica, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
  color: #333;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  /* border-collapse: collapse */
  /* border-spacing: 0 */
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
  height: 0;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.transition {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/* 全局样式结束 */
/* Sass全局变量 */
/* 头部 */
div#header {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
}

div#header div.company-name {
  height: 70px;
  line-height: 70px;
}

div#header div.company-name div.logo img {
  vertical-align: middle;
}

div#header div.company-name div.logo span.ch-name {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
  color: #595959;
  font-weight: bold;
}

div#header div.company-name div.logo span.en-name {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
  color: #595959;
  font-weight: bold;
}

div#header div.call {
  float: right;
  /* 联系方式 */
  /* 用户搜索 */
  /* 首页中英文切换 */
}

div#header div.call div.contact-way {
  float: left;
}

div#header div.call div.contact-way div.phone {
  height: 35px !important;
  line-height: 35px;
  padding-left: 25px;
  background: url("icon-call.png") no-repeat left center;
}

div#header div.call div.contact-way div.fax {
  height: 35px !important;
  line-height: 35px;
  padding-left: 25px;
  background: url("icon-fax.png") no-repeat left center;
}

div#header div.call div.search {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

div#header div.call div.search img {
  vertical-align: middle;
}
div#header div.call div.search a{
	background: url(icon-search.png) no-repeat center;
	float: left;
	width: 19px;
	height: 21px;
	font-size: 0;
	margin-top: 4px;
	margin-right: 5px;
}
div#header div.call div.search input {
  height: 20px;
  border-radius: 25px;
  padding-left: 10px;
  border: solid 1px #999999;
  color: #666666;
  height: 25px;
  outline: none;
}

div#header div.call ul.language-switch {
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
}

div#header div.call ul.language-switch li {
  float: left;
  width: 50px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #999999;
}

div#header div.call ul.language-switch li a {
  display: inline-block;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

div#header div.call ul.language-switch li.Ch {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

div#header div.call ul.language-switch li.En {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

div#header div.call ul.language-switch li.on {
  background-color: #f08829;
  font-weight: bold;
  border: 1px solid #f08829;
}

div#header div.call ul.language-switch li.on a {
  color: #ffffff;
}

/* nav和banner */
div#nav-and-banner {
  position: relative;
  /* 首页导航 */
  /* 首页轮播 */
}

div#nav-and-banner div#homePage-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 888;
  background-color: #7b8b95;
  opacity: 0.8;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 66px;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li {
  float: left;
  position: relative;
  width: 135px;
  line-height: 66px;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li:hover span {
  color: #e66d00;
  font-weight: bold;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li:hover div.line {
  width: 61px;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li a {
  float: left;
  display: inline-block;
  color: #fff;
  width: 100%;
  transition: all 0.3s ease-out;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li a:hover {
  background-color: #b8c0c5;
  opacity: 0.8;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li a span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 100%;
  border-right: solid 1px #fff;
  color: #fff;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li:last-child a span {
  border-right: none;
}

div#nav-and-banner div#homePage-nav div.homePage-nav-con ul.clearfix li div.line {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 2px;
  background-color: #e66d00;
  transition: width 0.2s linear;
  transform: translateX(-50%);
}

div#nav-and-banner div#homepage-banner.homepage-banner {
  max-width: 1920px;
  width: 100%;
  height: 598px;
  margin: 0 auto;
  position: relative;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.hd {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.hd ul li {
  width: 32px;
  height: 28px;
  background: url("icon-sexangle.png") no-repeat top center;
  margin: 0 10px;
  float: left;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.hd ul li img {
  width: 100%;
  height: 100%;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.hd ul li.on {
  background: url("icon-sexangle.png") no-repeat bottom center;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.bd {
  margin: 0 auto;
  text-align: center;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.bd ul li {
  height: 598px;
  overflow: hidden;
  position: relative;
}

div#nav-and-banner div#homepage-banner.homepage-banner div.bd ul li img {
  position: absolute;
  top: 0;
  left: -960px;
  margin-left: 50%;
}

/* 首页二级标题 */
div#subTitle div.border p {
  width: 4px;
  height: 24px;
  background-color: #e66d00;
}

div#subTitle p.cn {
  padding-top: 14px;
  padding-bottom: 5px;
  color: #e66d00;
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px solid #e66d00;
}

div#subTitle p.en {
  color: #c6c6c6;
  font-family: "Times New Roman",Georgia,Serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 9px;
  padding-bottom: 18px;
}

/* 首页主体区 */
div#homePage-main {
  margin-top: 80px;
}

div#homePage-main div.homePage-main-con {
  width: 1200px;
  margin: 0 auto;
  /* 公司简介 */
  /* 产品中心 */
  /* 客户案例和新闻中心 */
}

div#homePage-main div.homePage-main-con div.company-profile {
  overflow: hidden;
}

div#homePage-main div.homePage-main-con div.company-profile div.l-img {
  float: left;
  max-width: 576px;
  height: 400px;
  overflow: hidden;
  margin: 0 atuo;
}

div#homePage-main div.homePage-main-con div.company-profile div.l-img a {
  display: inline-block;
}

div#homePage-main div.homePage-main-con div.company-profile div.l-img a img {
  width: 100%;
  transition: all 0.5s ease-out;
}

div#homePage-main div.homePage-main-con div.company-profile div.l-img a img:hover {
  transform: scale(1.05);
}

div#homePage-main div.homePage-main-con div.company-profile div.r-con {
  position: relative;
  min-height: 400px;
  float: right;
  width: 575px;
}

div#homePage-main div.homePage-main-con div.company-profile div.r-con div.profile-con p.title {
  font-size: 22px;
  color: #666363;
  padding-bottom: 17px;
}

div#homePage-main div.homePage-main-con div.company-profile div.r-con div.profile-con div.descript {
  color: #666363;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
}

div#homePage-main div.homePage-main-con div.company-profile div.r-con div.read-more a {
  display: inline-block;
  color: #c6c6c6;
  text-transform: uppercase;
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
  padding-bottom: 5px;
}

div#homePage-main div.homePage-main-con div.company-profile div.r-con div.read-more a:hover {
  color: #e66d00;
  border-bottom: 1px solid #e66d00;
}

div#homePage-main div.homePage-main-con div.pro-center {
  margin-top: 60px;
}

div#homePage-main div.homePage-main-con div.pro-center div#subTitle {
  text-align: center;
}

div#homePage-main div.homePage-main-con div.pro-center div#subTitle div.border p {
  margin: 0 auto;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container div.prev {
  width: 40px;
  height: 84px;
  border-radius: 4px;
  background: #5a9c4d url("icon-prev.png") no-repeat 5px 25px;
  left: 0;
  top: 55%;
  transform: translateY(-55%);
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container div.prev:active {
  background: #5a9c4d url("icon-prev.png") no-repeat -32px 25px;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container div.next {
  width: 40px;
  height: 84px;
  border-radius: 4px;
  background: #5a9c4d url("icon-next.png") no-repeat 10px 25px;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container div.next:active {
  background: #5a9c4d url("icon-next.png") no-repeat -29px 25px;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper {
  margin: auto 54px;
  margin-top: 20px;
  padding: 10px 20px;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide {
  position: relative;
  text-align: center;
  height: 400px;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con {
  width: 270px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 27px 5px;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: 350px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con:hover {
  top: -7px;
  box-shadow: 0 0 15px #e66d00;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con:hover div.see-more a {
  background-color: #5a9c4d;
  border: 1px solid #5a9c4d;
  color: #fff;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con div.see-more a {
  display: inline-block;
  width: 138px;
  height: 38px;
  line-height: 38px;
  color: #a6a6a6;
  border: 1px solid #a6a6a6;
  border-radius: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con div.title {
  position: relative;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  transition: all 0.3s ease-out;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con div.title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 50px;
  border: 1px solid #c6c6c6;
  transition: all 0.3s ease-out;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con:hover div.title {
  color: #e66d00;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con:hover div.title span {
  width: 200px;
  border-color: #e66d00;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con div.img {
  padding: 17px 0;
  width: 270px;
  height: 158px;
  margin: 0 auto;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con div.img img {
  width: 100%;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con p.descript {
  padding: 0 20px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: center;
}

div#homePage-main div.homePage-main-con div.pro-center div.pro-center-con.swiper-container ul.pro-list.swiper-wrapper li.swiper-slide div.pro-list-con p.descript span {
  display: inline-block;
  width: 138px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  color: #a6a6a6;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s linear;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter {
  /* 首页公司简介切换 */
  margin: 60px 0;
  /* 客户案例 */
  /* 新闻中心 */
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case {
  float: left;
  position: relative;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div#subTitle {
  font-size: 16px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con {
  width: 576px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.l-text {
  width: 270px;
  float: left;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.l-text div.title {
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 23px;
  font-weight: bold;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.l-text div.discript {
  width: 100%;
  padding-right: 10px;
  font-size: 16px;
  line-height: 25px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.r-img.swiper-container {
  position: relative;
  float: right;
  width: 282px;
  height: 192px;
  margin: 0 auto;
  margin-top: 32px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.r-img.swiper-container ul.swiper-wrapper li.swiper-slide {
  width: 282px;
  height: 192px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.r-img.swiper-container ul.swiper-wrapper li.swiper-slide img {
  width: 100%;
  height: 100%;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.r-img.swiper-container div.swiper-pagination {
  left: -10px;
  width: 100%;
  text-align: right;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.r-img.swiper-container div.swiper-pagination span.swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  background-color: #fff !important;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.con div.r-img.swiper-container div.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #e66d00 !important;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.prev.swiper-button-prev {
  position: absolute;
  top: 80px;
  left: 450px;
  border: 1px solid #000;
  background: #777 url("icon-prev.png") no-repeat 3px 2px !important;
  background-size: 40px 20px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.customer-case div.next.swiper-button-next {
  position: absolute;
  top: 80px;
  right: 0px;
  background: #777 url("icon-next.png") no-repeat 6px 2px !important;
  background-size: 40px 20px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center {
  float: right;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li {
  margin-bottom: 18px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s ease-out;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a:last-child {
  margin-bottom: 0;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a div.time {
  float: left;
  background-color: #5a9c4d;
  width: 70px;
  height: 70px;
  text-align: center;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a div.time div.day {
  font-size: 40px;
  padding-top: 10px;
  font-weight: bold;
  color: #ffffff;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a div.time div.year-month {
  color: #fff;
  font-size: 12px;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a div.descript {
  margin-left: 5px;
  float: left;
  height: 70px;
  width: 500px;
  background-color: #f5f5f5;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a div.descript p.title {
  color: #e66d00;
  font-size: 16px;
  padding: 13px 0;
  padding-left: 5px;
  font-weight: bolder;
}

div#homePage-main div.homePage-main-con div.customerCase-and-newsCenter div.news-center div.news-list ul li a div.descript p.intro {
  font-size: 14px;
  color: #ababab;
  padding-left: 5px;
}

/* 页脚部分 */
div.footer {
  background-color: #eeeeee;
  margin-top: 50px;
}

div.footer div.footer-con {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

div.footer div.footer-con ul:nth-child(1) {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}

div.footer div.footer-con ul:nth-child(1) li {
  float: left;
  width: 112px;
  text-align: center;
  border-right: solid 1px #808080;
}

div.footer div.footer-con ul:nth-child(1) li:last-child {
  border-right: none;
}

div.footer div.footer-con ul:nth-child(1) li a {
  display: inline-block;
  color: #808080;
}

div.footer div.footer-con ul:nth-child(1) li a:hover {
  font-weight: bold;
}

div.footer div.footer-con div {
  color: #808080;
  height: 24px;
  line-height: 24px;
}

div.footer div.footer-con div span {
  display: inline-block;
  padding: 0 5px;
  color: #808080;
}

div.footer div.footer-con div a {
  color: #333333;
}

div.footer div.footer-con div.copyright {
  padding-bottom: 47px;
}

/* 内页导航 */
div#insidePage-nav {
  position: relative;
  height: 66px;
  background-color: #f08829;
}

div#insidePage-nav div.insidePage-nav-con {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 111;
  width: 1200px;
  text-align: center;
}

div#insidePage-nav div.insidePage-nav-con ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

div#insidePage-nav div.insidePage-nav-con ul li {
  float: left;
  position: relative;
  width: 115px;
  line-height: 66px;
  transition: all 0.3s ease-out;
}

div#insidePage-nav div.insidePage-nav-con ul li:hover {
  background-color: #f9cfa9;
}

div#insidePage-nav div.insidePage-nav-con ul li:hover span {
  color: #e66d00;
  font-weight: bold;
}

div#insidePage-nav div.insidePage-nav-con ul li:hover div.line {
  width: 61px;
}

div#insidePage-nav div.insidePage-nav-con ul li a {
  display: inline-block;
  color: #fff;
  width: 100%;
}

div#insidePage-nav div.insidePage-nav-con ul li a span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  width: 100%;
  border-right: solid 1px #fff;
  color: #fff;
}

div#insidePage-nav div.insidePage-nav-con ul li:last-child a span {
  border-right: solid 1px transparent;
}

div#insidePage-nav div.insidePage-nav-con ul li div.line {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 0;
  height: 2px;
  background-color: #e66d00;
  transition: width 0.2s linear;
  transform: translateX(-50%);
}

div#insidePage-nav div.insidePage-nav-con ul li.back {
  position: absolute;
  height: 66px;
  background-color: #f9cfa9;
  z-index: -1;
}

/* 内页轮播图 */
div#insidePage-banner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

div#insidePage-banner img {
  position: absolute;
  top: 0;
  left: -960px;
  margin-left: 50%;
}

/* 内页主体 */
div#insidePage-main {
  margin-top: 50px;
}

div#insidePage-main div.main-con {
  width: 1200px;
  margin: 0 auto;
}

/* 侧边栏 */
div#side-nav {
  float: left;
  width: 231px;
}

div#side-nav div.side-top {
  background-color: #f1f1f1;
}

div#side-nav div.side-top div#insidePage-subTitle {
  width: 200px;
  border-bottom: 1px solid #a9a9a9;
  text-align: center;
  margin: 0 auto;
  padding: 15px;
}

div#side-nav div.side-top div#insidePage-subTitle p {
  height: 40px;
}

div#side-nav div.side-top div#insidePage-subTitle p span:nth-child(1) {
  display: inline-block;
  color: #b2b2b2;
  font-weight: bolder;
  font-size: 48px;
  font-style: oblique;
  vertical-align: middle;
}

div#side-nav div.side-top div#insidePage-subTitle p span:nth-child(2) {
  width: 160px;
  display: inline-block;
  font-size: 24px;
  color: #5a9c4d;
  padding-bottom: 5px;
  border-bottom: 2px solid #5a9c4d;
}

div#side-nav div.side-top div#insidePage-subTitle p:nth-child(2) {
  height: 16px;
  line-height: 16px;
  display: inline-block;
  letter-spacing: 1px;
  color: #b2b2b2;
  font-size: 14px;
  padding-top: 2px;
}

div#side-nav div.side-top div.column-list ul {
  padding-bottom: 24px;
  border-radius: 2px;
}

div#side-nav div.side-top div.column-list ul li {
  border-bottom: 1px solid #a9a9a9;
  overflow: hidden;
  transition: all 0.3s ease-out;
  text-align: center;
  cursor: pointer;
}

div#side-nav div.side-top div.column-list ul li a {
  width: 100%;
  margin: 25px auto;
  padding-right: 25px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: url("sideNav-icon-arrow.png") no-repeat bottom right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div#side-nav div.side-top div.column-list ul li a.on {
  color: #ffffff;
  font-weight: bold;
}

div#side-nav div.side-top div.column-list ul li:hover {
  background-color: #5a9c4d;
}

div#side-nav div.side-top div.column-list ul li:hover a {
  margin: 25px auto;
  padding-right: 25px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url("sideNav-icon-arrow.png") no-repeat top right;
}

div#side-nav div.side-bottom {
  background-color: #f1f1f1;
  margin-top: 20px;
  border-radius: 2px;
}

div#side-nav div.side-bottom > ul.list {
  padding-bottom: 24px;
  border-radius: 2px;
}

div#side-nav div.side-bottom > ul.list > li {
  border-bottom: 1px solid #a9a9a9;
}

div#side-nav div.side-bottom > ul.list > li.title {
  padding: 13px 21px;
}

div#side-nav div.side-bottom > ul.list > li.title div#insidePage-subTitle {
  text-align: center;
  width: 160px;
  margin: 0 auto;
}

div#side-nav div.side-bottom > ul.list > li.title div#insidePage-subTitle p:nth-child(1) {
  height: 40px;
  margin: 0 auto;
}

div#side-nav div.side-bottom > ul.list > li.title div#insidePage-subTitle p:nth-child(1) span:nth-child(1) {
  display: inline-block;
  color: #b2b2b2;
  font-weight: bolder;
  font-size: 48px;
  font-style: oblique;
  vertical-align: middle;
}

div#side-nav div.side-bottom > ul.list > li.title div#insidePage-subTitle p:nth-child(1) span:nth-child(2) {
  width: 120px;
  display: inline-block;
  font-size: 24px;
  color: #5a9c4d;
  padding-bottom: 5px;
  border-bottom: 2px solid #5a9c4d;
}

div#side-nav div.side-bottom > ul.list > li.title div#insidePage-subTitle p:nth-child(2) {
  margin: 0 auto;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 1px;
  color: #b2b2b2;
  font-size: 14px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg {
  padding: 10px 20px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg > li {
  padding: 5px 0;
  overflow: hidden;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg > li span.icon {
  float: left;
  width: 20px;
  height: 22px;
  margin-right: 10px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg > li p {
  float: left;
  width: 160px;
  font-size: 14px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg > li p span {
  color: #666666;
  display: inline-block;
  width: 70%;
  vertical-align: top;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg li:nth-child(1) span.icon {
  background: url("sideNav-icons.png") no-repeat 0px -2px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg li:nth-child(2) span.icon {
  background: url("sideNav-icons.png") no-repeat -23px -2px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg li:nth-child(3) span.icon {
  background: url("sideNav-icons.png") no-repeat -47px -2px;
}

div#side-nav div.side-bottom > ul.list > li > ul.msg li:nth-child(4) span.icon {
  background: url("sideNav-icons.png") no-repeat -70px 0px;
}

div#side-nav div.side-bottom > ul.list > li:last-child {
  border-bottom: none;
}

/* 内页内容 */
div#insidePage-con {
  width: 910px;
  float: right;
}

/* 内容页当前位置 */
div#current-location {
  cursor: pointer;
}

div#current-location div.clearfix {
  border-bottom: 1px solid #dcdcdc;
}

div#current-location div.clearfix div.subTitle {
  float: left;
  font-size: 20px;
  color: #f37300;
  border-bottom: 1px solid #f37300;
}

div#current-location div.clearfix div.location {
  float: right;
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  background: url("current-position.png") no-repeat left center;
  font-size: 14px;
}

/* 内页公司简介 */
div#insidePage-companyProfile {
  margin-top: 20px;
}

div#insidePage-companyProfile div.company-profile-img {
  width: 910px;
  height: 350px;
  overflow: hidden;
  border-radius: 2px;
}

div#insidePage-companyProfile div.company-profile-img img {
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-out;
}

div#insidePage-companyProfile div.company-profile-img img:hover {
  transform: scale(1.05);
}

div#insidePage-companyProfile div.subTitle span {
  display: inline-block;
}

div#insidePage-companyProfile div.subTitle span.cn {
  color: #404040;
  font-size: 20px;
}

div#insidePage-companyProfile div.subTitle span:nth-child(2) {
  font-size: 20px;
  padding: 0 5px;
}

div#insidePage-companyProfile div.subTitle span.en {
  color: #a4a4a4;
  font-size: 22px;
}

/* 内页产品列表 */
div#insidePage-proCenter {
  margin-top: 35px;
}

div#insidePage-proCenter ul.pro-list {
  position: relative;
  padding-bottom: 60px;
}

div#insidePage-proCenter ul.pro-list > li {
  float: left;
  width: 280px;
  position: relative;
  height: 380px;
  text-align: center;
  margin-right: 32px;
  margin-bottom: 50px;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con {
  max-width: 270px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 20px 5px;
  overflow: hidden;
  transition: all 0.3s linear;
  border-radius: 2px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con:hover {
  bottom: 7px;
  box-shadow: 0 0 15px #e66d00;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con:hover div.see-more a {
  color: #ffffff;
  background-color: #e66d00;
  border: 1px solid #e66d00;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con div.title {
  position: relative;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  transition: all 0.3s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con div.title span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 50px;
  border: 1px solid #c6c6c6;
  transition: all 0.3s ease-out;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con:hover div.title {
  color: #e66d00;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con:hover div.title span {
  width: 200px;
  border-color: #e66d00;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con div.img {
  padding: 17px 0;
  width: 270px;
  height: 158px;
  margin: 0 auto;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con div.img img {
  width: 100%;
  height: 100%;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con p.descript {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 20px;
  margin: 0 25px;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con div.see-more {
  text-align: center;
}

div#insidePage-proCenter ul.pro-list > li > div.position div.con div.see-more a {
  display: inline-block;
  width: 138px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  color: #a6a6a6;
  background-color: #ffffff;
  border: 1px solid #a6a6a6;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s linear;
}

/* 内页新闻中心 */
div#insidePage-newsCenter {
  padding: 20px 10px;
  /* 产品和文章内容页 */
}

div#insidePage-newsCenter ul.news-list {
  position: relative;
  padding-bottom: 80px;
}

div#insidePage-newsCenter ul.news-list li.news {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
}

div#insidePage-newsCenter ul.news-list li.news div.l-img {
  float: left;
  max-width: 240px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}

div#insidePage-newsCenter ul.news-list li.news div.l-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}

div#insidePage-newsCenter ul.news-list li.news div.l-img img:hover {
  transform: scale(1.1);
}

div#insidePage-newsCenter ul.news-list li.news div.r-text {
  float: right;
  width: 70%;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text > a {
  cursor: pointer;
  color: #e66d00;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text > a:hover {
  font-weight: bold;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text div.intro {
  margin-top: 10px;
  font-size: 16px;
  color: #404040;
  line-height: 24px;
  height: 78px !important;
  overflow: hidden;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text ul {
  padding-top: 20px;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text ul li.date {
  float: left;
  color: #b1b1b1;
  font-size: 14px;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text ul li.learn-more {
  float: right;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text ul li.learn-more a {
  display: inline-block;
  font-size: 16px;
  color: #e66d00;
}

div#insidePage-newsCenter ul.news-list li.news div.r-text ul li.learn-more a:hover {
  font-weight: bold;
}

div#insidePage-newsCenter div.article {
  cursor: default;
}

div#insidePage-newsCenter div.article div.title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  text-align: center;
}

div#insidePage-newsCenter div.article div.author {
  color: #999999;
  padding-top: 15px;
  padding-bottom: 0;
  text-align: center;
}

div#insidePage-newsCenter div.article div.content {
  max-width: 100%;
  margin: 20px auto;
  text-indent: 2em;
  cursor: default;
  line-height: 26px;
}

div#insidePage-newsCenter div.article div.content img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

div#insidePage-newsCenter div.article ul.select li {
  color: #999;
  padding: 5px 0;
}

div#insidePage-newsCenter div.article ul.select li a span:hover {
  color: red;
  font-weight: bold;
}

/* 内页列表翻页 */
div.pageClass {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

div.pageClass a {
  display: inline-block;
}

div.pageClass a span {
  display: inline-block;
  padding: 10px;
  margin: 0 5px;
  border: 1px solid #e5e5e5;
}

div.pageClass strong span {
  margin: 0 5px;
  display: inline-block;
  border: 1px solid #44773a;
  padding: 10px;
  color: #fff;
  background-color: #5a9c4d;
}

/* 单页文本行高 */
div.editable-con {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  line-height: 28px;
  color: #333333;
}

div.editable-con span {
  line-height: 26px;
}

div.editable-con strong span {
  font-weight: bold;
}

div.editable-con img {
  width: 100%;
}

/* 表单样式 */
form#form1 table#Table1.data tbody tr {
  height: 60px;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) input.input {
  width: 200px;
  height: 30px;
  border: 1px solid #999999;
  padding-left: 5px;
  height: 30px;
  line-height: 20px;
  border-radius: 2px;
  color: #666666;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) select#txtmessage_4.tag_select {
  border: 1px solid #999999;
  padding-left: 5px;
  color: #666666;
  width: 205px;
  height: 30px;
  border-radius: 2px;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) textarea#txtmessage_6 {
  color: #666666;
  padding-left: 5px;
  resize: none;
  border-radius: 2px;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) input#butOk {
  width: 140px;
  height: 40px;
  border: 1px solid #999999;
  background-color: #5a9c4d;
  color: #ffffff;
  border-radius: 2px;
  font-size: 20px;
  letter-spacing: 5px;
  margin: 10px auto;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) div.box div:nth-child(1) {
  display: inline-block;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) div.box div:nth-child(2) {
  display: inline-block;
}

form#form1 table#Table1.data tbody tr td:nth-child(2) div.box div:nth-child(2) img#imgValidateCode {
  margin-left: 20px;
  vertical-align: middle;
}

form#form1 table#Table1.data tbody tr:nth-child(4) td:nth-child(1) {
  vertical-align: top;
}

form#form1 table#Table1.data tbody tr:nth-child(5) {
  height: 80px;
  line-height: 80px;
}

/* 客户搜索内容 */
div#search-box {
  margin: 20px auto;
  position: relative;
  padding-bottom: 60px;
}

div#search-box div.wrapper {
  width: 1200px;
  margin: 0 auto;
}

div#search-box div.wrapper div.search-keywords {
  font-size: 16px;
  padding: 5px 0;
}

div#search-box div.wrapper div.search-keywords p {
  display: inline-block;
  font-weight: bold;
}

div#search-box div.wrapper div.search-keywords span {
  color: #5a9c4d;
  display: inline-block;
  padding: 0 10px;
}

div#search-box div.wrapper ul.search-list {
  transition: all 0.3s ease-out;
}

div#search-box div.wrapper ul.search-list li {
  display: flex;
  border: 1px solid #999999;
  margin-bottom: 15px;
}

div#search-box div.wrapper ul.search-list li div.l-img {
  width: 230px;
  height: 140px;
  overflow: hidden;
  margin: auto 5px;
}

div#search-box div.wrapper ul.search-list li div.l-img img {
  width: 100%;
  height: 100%;
}

div#search-box div.wrapper ul.search-list li div.c-text {
  width: 70%;
  padding: 5px 10px;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  cursor: default;
}

div#search-box div.wrapper ul.search-list li div.c-text div.title {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

div#search-box div.wrapper ul.search-list li div.c-text div.descript {
  min-height: 80px;
}

div#search-box div.wrapper ul.search-list li div.c-text div.descript span {
  line-height: 25px;
}

div#search-box div.wrapper ul.search-list li div.c-text div.more a {
  display: inline-block;
  margin: 10px 0;
  width: 90px;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #999;
  color: #999999;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s ease-out;
}

div#search-box div.wrapper ul.search-list li div.r-time {
  width: 10%;
  text-align: center;
}

div#search-box div.wrapper ul.search-list li div.r-time em.year {
  height: 90px;
  line-height: 90px;
  width: 100%;
  font-size: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999999;
}

div#search-box div.wrapper ul.search-list li div.r-time div.month-day {
  height: 90px;
  line-height: 90px;
  font-size: 25px;
}

div#search-box div.wrapper ul.search-list li:hover {
  border: 1px solid #5a9c4d;
}

div#search-box div.wrapper ul.search-list li:hover div.c-text {
  border-left: solid 1px #5a9c4d;
  border-right: solid 1px #5a9c4d;
}

div#search-box div.wrapper ul.search-list li:hover div.c-text div.title {
  color: #5a9c4d;
}

div#search-box div.wrapper ul.search-list li:hover div.c-text div.more a {
  border: 1px solid #5a9c4d;
  background-color: #5a9c4d;
  color: #ffffff;
}

/* 关于我们内容页图片 */
div#insidePage-con div.editable-con img {
  width: 100%;
}

/* 客户列表*/
ul.customer-list {
  position: relative;
  padding-bottom: 60px;
}
/*# sourceMappingURL=css.css.map */




/*  */
/* 跟新 */
/*  */
.tableft{text-align: right;}
/* .layui-input, .layui-textarea{margin: 7px 0;} */
.layui-form .tabright input{width: 300px;}
.layui-form .tabright{padding: 7px 0;}
.layui-textarea{width: 450px;height: 150px;resize: none;}
.validateCode{vertical-align: middle;height: 37px;margin-left: 10px;}
.layui-form-select{width: auto;}

/*  */
.layui-laypage{width: 100%;text-align: center;margin-top: 30px;}


















