﻿@charset "utf-8";
/* CSS Document */
body {
  font-family: "Microsoft YaHei", Arial;
  color: #333333;
  font-size: 14px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
fieldset,
textarea,
b {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0c8cd2;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfloat {
  clear: both;
}

/*首页*/
/*header*/
.header {
  border-top: 5px solid #d70c19;
  width: 100%;
}
.header_content {
  width: 1000px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
}
.logo {
  margin-top: 20px;
}
/*nav*/
.nav {
  float: right;
  display: inline-block;
  padding-right: 0;
  border-left: 1px solid #eeeeee;
}
.nav ul li {
  float: left;
  font-size: 16px;
  width: 117px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.nav ul li a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
.nav ul li a:hover,
.nav ul li .current {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  width: 117px;
  background-color: #eeeeee;
  background-image: url(../images/current.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
/*banner*/
.banner {
  background: #088cd7;
  height: 350px;
}
.banner1 {
  width: 1000px;
  margin: 0 auto;
}
/*main*/
.main {
  padding-top: 50px;
  width: 1000px;
  margin: 0 auto;
  clear: both;
}
.main_header {
  border-bottom: 2px solid #e5e5e5;
  height: 45px;
}
.main_content {
  height: 190px;
  padding-top: 20px;
}
.titer_header {
  height: 30px;
  display: inline-block;
  padding: 0 15px;
  padding-top: 15px;
  border-bottom: 2px solid #d70c19;
}
/*news*/
.news {
  width: 695px;
}
.more {
  padding-right: 15px;
  padding-top: 15px;
}
.more a {
  color: #333;
}
.news_content {
  padding-left: 12px;
}
.news_content ul li {
  padding: 6px 0;
  +padding: 3px 0;
  padding-left: 13px;
  background: url(../images/point.png) no-repeat left center;
  width: 445px;
}
.news_content ul li a {
  width: 365px;
  display: inline;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  +float: left;
  color: #333;
}
.news_content ul li a:hover,
.more a:hover {
  color: #0c8cd2;
}
.news_content ul li span {
  float: right;
  color: #acacac;
}
/*customer*/
.customer {
  width: 257px;
  position: relative;
}
#marquee {
  height: 170px;
  overflow: hidden;
  position: relative;
  top: 20px;
}
#marquee li {
  padding-left: 12px;
  position: absolute;
}
#marquee li a {
  padding: 6px 0;
  padding-left: 13px;
  background: url(../images/point_2.png) no-repeat left center;
  display: block;
}
#marquee li a:hover {
  color: #333333;
  text-decoration: none;
}
/*link*/
.link {
  width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
  clear: both;
}
.link_content {
  height: 100px;
  background: #f3f3f3;
  padding-left: 4px;
}
.link_content ul li {
  float: left;
  margin-top: 28px;
  padding: 0 3px;
}
.link_content ul li a {
  width: 136px;
  height: 45px;
  display: inline-block;
}
.link_content ul li a:hover {
  width: 134px;
  height: 43px;
  border: 1px solid #0c8cd2;
}
/*address*/
.address {
  background: #f4f4f4;
  height: 225px;
  margin-top: 50px;
  width: 100%;
  clear: both;
}
.address_content {
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
.addressleft {
  padding-right: 105px;
  padding-left: 20px;
  line-height: 28px;
  float: left;
  border-right: 1px solid #d6d6d6;
}
.addressmiddle {
  float: right;
  padding-right: 30px;
}
.addressright {
  float: right;
  padding: 0 30px;
}
.addressright span {
  display: block;
  text-align: center;
}
.email a {
  text-decoration: none;
  background: url(../images/email.png);
  width: 78px;
  height: 35px;
  display: block;
  color: #fff;
  padding-left: 80px;
  padding-top: 14px;
  margin: 8px 0;
}
.collection a {
  text-decoration: none;
  background: url(../images/collection.png);
  width: 78px;
  height: 35px;
  display: block;
  color: #fff;
  padding-left: 80px;
  padding-top: 14px;
  margin: 8px 0;
}
.code {
  position: relative;
  top: -30px;
}
.code img {
  border: 12px solid #fff;
}
.dyh {
  position: relative;
  top: -20px;
}
/*footer*/
.footer {
  border-top: 5px solid #d70c19;
  background: #575757;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
.footer a {
  color: #fff;
}

/*关于品德*/
.main .article p {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 24px;
  width: 1000px;
  margin-left: 20px;
  padding-bottom: 30px;
  text-indent: 28px;
}
.article h1 {
  color: #000000;
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 10px;
}
.banner_about {
  background: url(../images/banner_about.png) center;
  width: 100%;
  height: 350px;
}
.banner_nav {
  position: relative;
  bottom: 0;
  z-index: 50;
  width: 1000px;
  margin: 0 auto;
  height: 351px;
}
.banner_nav ul {
  position: absolute;
  bottom: 0px;
  float: left;
}
.banner_nav ul li {
  display: inline;
  font-weight: bold;
  font-size: 16px;
}
.banner_nav ul .banner_current {
  display: inline-block;
  width: 154px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: url(../images/banner_current.png) no-repeat;
  color: #068bda;
}
.banner_nav ul li a {
  color: #068bda;
}
.banner_nav ul .banner_uncurrent a {
  display: inline-block;
  width: 154px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: url(../images/banner_uncurrent.png) no-repeat;
  color: #fff;
}
.banner_nav ul .banner_uncurrent a:hover {
  display: inline-block;
  width: 154px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: url(../images/banner_current.png) no-repeat;
  color: #068bda;
}

/*产品中心*/
/*banner_product*/
.banner_product {
  background: #068bda;
  height: 350px;
  text-align: center;
}
.product {
  width: 480px;
}
.product p {
  text-indent: 28px;
  line-height: 25px;
}
.title_product {
  width: 480px;
  background: url(../images/title_prouct.png) no-repeat bottom;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
.title_product h2 {
  font-size: 18px;
  display: inline-block;
}
.title_product h3 {
  font-size: 14px;
  color: #747474;
  display: inline-block;
}
.title_product h3 a {
  color: #747474;
  text-decoration: none;
}
.title_product h3 a:hover {
  color: #0c8cd2;
}
.product_banner {
  margin: 10px 0 25px 0;
}

/*产品三级页面*/
.banner_iek {
  background: #0099e0;
  height: 264px;
  text-align: center;
}
.banner_ezp {
  background: #2f7fcd;
  height: 264px;
  text-align: center;
}
/*breadcrumb*/
.breadcrumb {
  line-height: 50px;
  background-color: #f0efed;
  color: #808080;
  width: 100%;
}
.breadcrumb h1 {
  width: 1000px;
  margin: 0 auto;
  background-image: url(../images/home.png);
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 14px;
  font-weight: normal;
}
.breadcrumb a {
  color: #808080;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #0c8cd2;
  text-decoration: underline;
}
/*introduction*/
.introduction_title {
  border-bottom: 2px solid #e5e5e5;
  height: 42px;
}
.introduction {
  margin-top: 30px;
}
.introduction span {
  width: 500px;
  line-height: 30px;
}
.introduction span p {
  text-indent: 28px;
}
/*point*/
.point_title {
  border-bottom: 2px solid #e5e5e5;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
  font-size: 18px;
}
.point_title span {
  padding: 0 15px;
  display: inline-block;
  border-bottom: 2px solid #d70c19;
}
.point {
  margin-top: 30px;
  margin-bottom: 30px;
}
.point dt {
  line-height: 40px;
  font-size: 16px;
  color: #484848;
  font-weight: bold;
  padding-left: 30px;
}
.point dd {
  line-height: 30px;
  padding-left: 30px;
  color: #6c6c6c;
}
.point1 {
  background: url(../images/point1.png) no-repeat center left;
}
.point2 {
  background: url(../images/point2.png) no-repeat center left;
}
.point3 {
  background: url(../images/point3.png) no-repeat center left;
}
.point4 {
  background: url(../images/point4.png) no-repeat center left;
}
.point5 {
  background: url(../images/point5.png) no-repeat center left;
}
.point6 {
  background: url(../images/point6.png) no-repeat center left;
}
.point7 {
  background: url(../images/point7.png) no-repeat center left;
}

/*新闻动态*/
/*news*/
.banner_news {
  background: url(../images/banner_news.png) center;
  width: 100%;
  height: 350px;
}
.newslist {
  font-size: 18px;
  color: #4c4c4c;
  line-height: 30px;
  height: 670px;
  overflow: hidden;
  position: relative;
}
.newslist h1 {
  font-size: 18px;
  text-align: left;
  line-height: 30px;
}
.newslist ul li h1 a {
  color: #e40715;
}
.newslist ul li div a:hover {
  color: #ff820d;
}
.newslist p {
  text-indent: 36px;
  line-height: 30px;
  font-size: 15px;
  color: #4c4c4c;
  width: 800px;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist ul li span {
  padding-right: 20px;
  color: #4c4c4c;
  font-size: 16px;
}
.newslist ul li {
  height: 60px;
  border-bottom: 1px dashed #d9d9d9;
  text-align: center;
  line-height: 60px;
  color: #000;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.newslist ul li a {
  color: #000;
}
.newslist ul li.newslist_top {
  height: 60px;
  padding-bottom: 10px;
}

.fenye {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.fy {
  line-height: 25px;
  font-size: 13px;
  margin: 0px 10px;
}
.fy a,
.fy input {
  margin-left: 8px;
  display: inline;
  float: left;
  padding: 0 9px;
  border: 1px solid #e1e1e1;
  color: #484848;
  cursor: pointer;
}
.fy input {
  height: 22px;
  background: none;
}
.fy a.fyon {
  color: #fff;
  background: #d70c19;
  border: 1px solid #d70c19;
}
.fy a:hover {
  border: 1px solid #d70c19;
}

/*人才招聘*/
.banner_recruit {
  background: url(../images/banner_recruit.png) center;
  width: 100%;
  height: 350px;
}
.recruit_top {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
}
.recruit {
  line-height: 30px;
}
.recruit dt {
  margin-top: 40px;
  font-size: 22px;
  color: #d70c19;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/recruit_point.png) no-repeat left center;
}

.job {
  margin: 0 auto;
  width: 1000px;
  padding: 0 10px;
}
.job h2 {
  color: #f1100a;
  padding-top: 0;
}
.job h2 {
  color: #ff7c01;
  padding-top: 0;
  margin-bottom: 0px;
}
.job .job-box1 {
  margin-bottom: 40px;
}
.job .job-box1 ul {
  width: 470px;
}
.job .job-box1 ul li {
  padding-left: 20px;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  background: url(../images/job-icon.png) no-repeat left 12px;
}
.job .job-box {
  height: 129px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px dashed #ccc;
}
.job .job-box dl {
  padding-left: 20px;
}
.job .job-box dt {
  font-size: 18px;
  color: #0081c3;
  padding-bottom: 8px;
}
.job .job-box dd {
  color: #484848;
}
.job .jobinfo-font {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.job .jobinfo {
  margin: 0 20px;
}
.job .jobinfo h5 {
  color: #ff7c01;
  font-size: 16px;
  height: 30px;
  margin-bottom: 10px;
  line-height: 30px;
  font-weight: normal;
  border-bottom: 1px #0f82b2 solid;
}
.job .jobinfo h5 a {
  width: 42px;
  background: url(../images/msg.png) no-repeat left center;
  padding-right: 18px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.job .jobinfo table {
  text-align: center;
  color: #666;
  white-space: nowrap;
  margin-bottom: 10px;
  border-bottom: 3px solid #efefef;
}
.job .jobinfo table a {
  color: #666;
}
.job .jobinfo table a:hover {
  color: #ff7c01;
}
.job .jobinfo table td {
  border-bottom: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
}
.job .jobinfo table tr.firstline {
  border: 1px solid #a8d7fb;
  color: #484848;
  font-weight: bold;
}
.recruit_job {
  width: 100%;
  background: url(../images/job.png) no-repeat center;
  height: 264px;
}

/*联系我们*/
.banner_contact {
  background: url(../images/banner_contact.png) center;
  width: 100%;
  height: 350px;
}
.contact {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
.contact table {
  border-bottom: 1px solid #eee;
}
.contact form {
  width: 605px;
}
.contact .sub-td {
  padding-bottom: 36px;
}
.contact input,
.contact textarea,
.contact .sub {
  border: none;
  background: none;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #999;
}
.contact table {
  width: 605px;
}
.contact table td.istxt {
  position: relative;
  padding-bottom: 24px;
  height: 36px;
  background: url(../images/input-bg.png) no-repeat;
}
.contact table td span {
  padding: 0 10px;
  line-height: 34px;
  color: #999;
}
* + html .contact table td span {
  float: left;
}
.contact table td input {
  outline: none;
  width: 206px;
  padding-right: 30px;
  height: 34px;
  line-height: 34px;
  color: #333;
}
.contact table td.txt5 {
  width: 603px;
  height: 137px;
  border: 1px solid #e1e1e1;
  background: #f8f8f8;
}
.contact table td p {
  line-height: 30px;
  color: #999;
  height: 30px;
  text-indent: 10px;
}
.contact table td textarea {
  text-indent: 10px;
  outline: none;
  width: 603px;
  height: 107px;
  overflow: hidden;
  color: #333;
  resize: none;
  border: none;
  background: none;
}
.contact table input.sub {
  width: 92px;
  padding-right: 0px;
  margin-top: 24px;
  margin-left: 513px;
  background: url(../images/btn.png) no-repeat;
  color: #999;
  cursor: pointer;
}
.contact .adress {
  margin-bottom: 20px;
  height: 350px;
}
.contact .adress h3 {
  font-size: 24px;
  font-weight: bold;
  color: #d70c19;
  text-align: center;
}
.contact .adress div {
  width: 300px;
  margin: 20px 100px;
}
.contact .adress b {
  display: block;
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-weight: bold;
}
.contact .adress p {
  color: #666;
  line-height: 35px;
}
.contact .adress p span {
  color: #3a3a3a;
}
.contact .adress .adress-r p {
  line-height: 30px;
}

.serve1 dd {
  margin-bottom: 25px;
}
.serve1 dt {
  font-weight: bold;
  font-size: 18px;
  font-family: "黑体";
  color: #484848;
  padding-bottom: 5px;
}
.serve1 dd {
  color: #666;
  text-indent: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 26px;
}
.serve1 p {
  text-align: center;
}
.serve2 {
  margin-bottom: 20px;
  height: 150px;
}
.serve2 p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.serve2 img {
  width: 199px;
  height: 124px;
}
.serve2 dd {
  width: 780px;
  color: #666;
  line-height: 26px;
}
.serve2 dd span {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

/*三级页面*/
.news-third {
  height: 200px;
  width: 100%;
  background-color: #d7dbde;
  background-image: url(../images/news_third.png);
  background-position: center;
  background-repeat: no-repeat;
}
.icontent {
  padding: 70px 60px;
  width: 882px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.icontent h2 {
  font-size: 20px;
  padding-top: 0px;
  margin-bottom: 0px;
  color: rgb(241, 16, 10);
  text-align: center;
  font-family: 黑体;
}
.icontent h3 {
  font-size: 16px;
  padding-top: 0px;
  margin-bottom: 0px;
  color: #999;
  line-height: 40px;
}
.icontent i {
  color: #999;
  font-style: normal;
  line-height: 80px;
  text-align: center;
}
.icontent p {
  text-align: left;
  line-height: 28px;
  text-indent: 28px;
  text-justify: inter-ideograph;
  text-align: justify;
  color: #666;
}
.icontent .news-icontent p {
  margin-bottom: 10px;
}
.icontent p.title-style1 {
  margin-bottom: 20px;
  text-indent: 0;
  font-size: 16px;
  text-align: center;
}
.icontent p.title-style4 {
  text-indent: 0;
  font-size: 16px;
  text-align: center;
}
.icontent p.title-style5 {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
.icontent p.title-style2 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-indent: 0;
  line-height: 20px;
  color: #333;
  font-size: 15px;
}
.icontent .news-icontent p.title-style3 {
  font-weight: bold;
  color: #333;
  margin-bottom: 0px;
}
.icontent .news-icontent p.title-style6 {
  color: #000;
}
.icontent p.p-center {
  text-align: center;
  line-height: 42px;
}
.icontent p b {
  color: #333;
}
.fenxiang {
  border-top: 1px solid #e1e1e1;
  height: 37px;
  line-height: 37px;
  margin-bottom: 60px;
  font-size: 15px;
  height: 80px;
}
.icontent .job-des {
  text-align: left;
}
.icontent .job-des h2 {
  color: #ff7c01;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 36px;
}
.icontent .job-des h6 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ff7c01;
  font-weight: normal;
  text-align: left;
}
.icontent .fg {
  height: 1px;
  background: #eee;
  overflow: hidden;
  margin: 10px 0;
}
.icontent .job-des span {
  font-size: 16px;
  color: #171717;
  line-height: 30px;
}
.icontent .job-des p {
  line-height: 30px;
  color: #666;
  text-indent: 0;
}
.icontent .job-des p b {
  color: #333;
}
.icontent table {
  margin-bottom: 30px;
}
.icontent -webkit-a:link,
.fright -webkit-a:link {
  color: #09f;
}
.icontent a:link,
.fright a:link {
  color: #09f;
}
.iconten a:visited,
.fright a:visited {
  color: #09f;
}
.icontent a:hover,
.fright a:hover {
  color: #ff820d;
}
.icontent a:active,
.fright a:active {
  color: #ff820d;
}
.tl {
  text-align: left;
}
.icontent table {
  color: #666;
  line-height: 24px;
  text-justify: inter-ideograph;
  border-collapse: collapse;
}
.icontent table td {
  border: #666 solid 1px;
  padding: 5px;
  bgcolor: #fff;
}
.foot,
.foot a {
  height: 49px;
  background: #aaa;
  padding-top: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}
.foot .inner {
  text-align: right;
}
.cbody {
  width: 1002px;
  margin: 0 auto;
  text-align: left;
}
