@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;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
}
/*index*/
.header {
  height: 130px;
  overflow: hidden;
}
.header .logo {
  margin-top: 30px;
  float: left;
}
.header .phone {
  float: right;
  margin-top: 34px;
}
.header .phone img {
  float: left;
  position: relative;
  top: 6px;
}
.header .phone .phone-num {
  margin-left: 5px;
  float: left;
  color: #777777;
}
.header .phone .phone-num .p {
  font-size: 12px;
  line-height: 18px;
}
.header .phone .phone-num .h2 {
  font-size: 20px;
  color: #0e715c;
}
.p3{
  clear: both;
color: #777;
font-size: 16px;
position: relative;
text-align: left;
}
.nav {
  height: 60px;
  background: #0e715c;
}
.nav .nav-list li {
  width: 150px;
  text-align: center;
  line-height: 60px;
  float: left;
  position: relative;
}
.nav .nav-list li a {
  display: block;
  color: #fff;
  text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nav .nav-list li a:hover {
  background: #118970;
}
.nav .nav-list li:hover ul {
  display: block;
}
.nav .nav-list li ul {
  position: absolute;
  z-index: 99;
  background: #0e715c;
  display: none;
}
.banner {
  height: 478px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 478px;
  overflow: hidden;
  position: relative;
}
.banner .btn-list {
  position: absolute;
  bottom: 15px;
}
.banner .btn-list li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-right: 10px;
  border-radius: 30px;
}
.banner .btn-list li.active {
  background: #0e715c;
}
.banner img {
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  top: 0;
  vertical-align: top;
}
.public-tit {
  height: 58px;
  border-bottom: 1px solid #dddddd;
  line-height: 58px;
  overflow: hidden;
}
.public-tit h2 {
  font-size: 24px;
  color: #0e715c;
  border-left: 6px solid #0e715c;
  padding-left: 10px;
  height: 24px;
  line-height: 21px;
  margin-top: 17px;
  float: left;
}
.public-tit a {
  font-size: 14px;
  color: #a1a1a1;
  float: right;
}
.i-pro {
  margin-top: 23px;
  overflow: hidden;
}
.i-pro .pro-list {
  margin-top: 30px;
  height: 330px;
  margin-bottom: 31px;
}
.i-pro .pro-list ul {
  width: 1235px;
}
.i-pro .pro-list li {
  width: 211px;
  float: left;
  margin-right: 36px;
  margin-bottom: 12px;
}
.i-pro .pro-list li img {
  width:211px;
  height:105px;
}
.i-pro .pro-list li p {
  font-size: 14px;
  color: #666666;
  line-height: 52px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.i-pro .pro-left {
  width: 260px;
  float: left;
}
.i-pro .pro-left h2 {
  height: 57px;
  text-align: center;
  line-height: 57px;
  background: #0e715c;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.i-pro .pro-left ul {
  margin-bottom: 34px;
}
.i-pro .pro-left li {
  background: #fafafa;
  font-size: 15px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #dddddd;
}
.i-pro .pro-left li a {
  color: #666666;
}
.i-pro .pro-left p {
  background: #fafafa;
  color: #666666;
  font-size: 15px;
  line-height: 30px;
  padding: 25px;
}
.i-pro .pro-left p span{
	display: block;
	line-height: 27px;
}
.i-pro .i-about {
  float: right;
  width: 900px;
}
.i-pro .i-about .about-nr {
  margin-top: 10px;
}
.i-pro .i-about .about-nr h3 {
  font-size: 18px;
  color: #333333;
  line-height: 43px;
  font-weight: normal;
}
.i-pro .i-about .about-nr p {
  color: #666666;
  font-size: 15px;
  line-height: 33px;
  text-indent: 2em;
}
.i-pro .i-about .about-nr img {
  width: 900px;
  height: 200px;
  margin-top: 40px;
}
.i-case {
  overflow: hidden;
  margin-top: 35px;
}
.i-case .case-tp {
  width: 1300px;
  margin-top: 30px;
}
.i-case .case-tp a {
  margin-right: 48px;
  display: block;
  float: left;
  margin-bottom: 38px;
}
.i-case .case-tp img {
  width: 262px;
  height: 180px;
  border: 1px solid #dddddd;
}
.i-honor {
  overflow: hidden;
}
.i-honor .honor-list {
  margin-top: 24px;
}
.i-honor .honor-list ul {
  width: 1300px;
  position: relative;
}
.i-honor .honor-list li {
  width: 271px;
  height: 373px;
  display: block;
  border: 1px solid #ddd;
  float: left;
  margin-right: 36px;
  text-align: center;
  line-height: 373px;
}
.i-honor .honor-list li img {
  vertical-align: middle;
}
.i-news {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 45px;
}
.i-news .tab {
  float: left;
}
.i-news .tab h3 {
  display: inline-block;
  border-left: 2px solid #dddddd;
  padding: 0 14px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.i-news .tab .active {
  color: #498979;
}
.i-news .news-nr {
  margin-top: 48px;
}
.i-news .news-nr .only {
  float: left;
  width: 548px;
}
.i-news .news-nr .only img {
  width: 548px;
  height: 158px;
  border: 1px solid #ddd;
  margin-bottom: 9px;
}
.i-news .news-nr .only h4 {
  font-size: 18px;
  color: #6e6e6e;
  line-height: 45px;
}
.i-news .news-nr .only a {
  color: #6e6e6e;
}
.i-news .news-nr .only p {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 25px;
}
.i-news .news-nr .news-list {
  width: 600px;
  float: right;
}
.i-news .news-nr .news-list li {
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
}
.i-news .news-nr .news-list li a {
  font-size: 18px;
  color: #333333;
  margin-bottom: 13px;
  display: block;
}
.i-news .news-nr .news-list li p.tit {
  font-size: 14px;
  color: #777777;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.i-news .news-nr .news-list li p.time {
  color: #999999;
  font-size: 12px;
  margin-bottom: 10px;
}
.footer {
  height: 360px;
  overflow: hidden;
  background: #535353;
}
.footer .foot-t {
  height: 260px;
  margin-top: 40px;
}
.footer .foot-t h3 {
  color: #b8b8b8;
  font-size: 18px;
  margin-bottom: 29px;
}
.footer .foot-t p,
.footer .foot-t a {
  font-size: 14px;
  color: #858585;
  margin-bottom: 15px;
  display: block;
}
.footer .foot-t .public-foot {
  float: left;
  height: 210px;
  border-right: 1px solid #626262;
}
.footer .foot-t .f-com {
  width: 343px;
  margin-right: 50px;
}
.footer .foot-t .f-about {
  width: 142px;
  margin-right: 55px;
}
.footer .foot-t .f-pro {
  width: 202px;
  margin-right: 38px;
}
.footer .foot-t .f-zx {
  width: 148px;
}
.footer .foot-t .f-ewm {
  border: none;
  width: 218px;
}
.footer .foot-t .f-ewm .tp {
  width: 138px;
  margin: 0 auto;
  height: 138px;
  background: url(../images/ewm.jpg) no-repeat;
  text-align: center;
  line-height: 138px;
}
.footer .foot-t .f-ewm .tp img {
  width: 120px;
  height: 120px;
  vertical-align: middle;
}
.footer .foot-t .f-ewm p {
  margin-top: 17px;
  text-align: center;
}
.footer .bottom {
  height: 60px;
  background: #434343;
  line-height: 60px;
  color: #898989;
  font-size: 14px;
}
.footer .bottom a {
  color: #898989;
}
#div1 {
  overflow: hidden;
  width: 90px;
  position: absolute;
  top: 0;
  right: 50px;
}
#div1 a {
  width: 75px;
  height: 75px;
  background: #707070;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2px;
  display: block;
}
#div1 a img {
  width: 34px;
  height: 34px;
  margin: 9px 0;
}
#div1 a p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
#div1 a:hover,
#div1 a.active {
  background: #0e715c;
}
/*neiye*/
/*public*/
.n-main .n-public-tit {
  width: 100%;
  height: 60px;
  background: #fff;
  line-height: 60px;
}
.n-main .n-public-tit a {
  font-size: 16px;
  color: #333;
}
.n-main .n-public-tit ul {
  float: right;
}
.n-main .n-public-tit ul li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  height: 50px;
}
.n-main .n-public-tit ul li:hover {
  border-bottom: 3px solid #0e715c;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 3px solid #0e715c;
}
.n-main .n-main-box {
  background: #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.n-main .n-main-box .active {
  border: 1px solid #0e715c !important;
  background: #0e715c;
}
.n-main .n-main-box .active a {
  color: #fff !important;
}
.n-main .n-main-box .about .tablist p {
  font-size: 16px;
  color: #333;
  line-height: 200%;
  letter-spacing: 1px;
}
.n-main .n-main-box .tablist {
  text-align: center;
  margin-bottom: 20px;
}
.n-main .n-main-box .tablist li {
  display: inline-block;
  padding: 10px;
  border: 1px solid #000;
}
.n-main .n-main-box .tablist li a {
  color: #333333;
}
/*about*/
.about p {
  line-height: 30px;
}
/*pro*/
.pro-tp li {
  width: 211px;
  float: left;
  margin: 14px;
}
.pro-tp li img {
  width: 211px;
  height: 105px;
}
.pro-tp li p {
  color: #000;
  line-height: 45px;
  text-align: center;
  text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
/*case*/
.case-tp li {
  width: 262px;
  float: left;
  margin: 19px;
}
.case-tp li img {
  width: 262px;
  height: 180px;
}
.case-tp li p {
  color: #000;
  line-height: 45px;
  display: none;
}
/*honor*/
.honor-tp li {
  width: 245px;
  float: left;
  margin: 27px;
}
.honor-tp li img {
  width: 245px;
  height: 350px;
}
.honor-tp li p {
  color: #000;
  line-height: 45px;
  display: none;
}
/*news-list*/
.n-main .n-newslist li {
  margin-bottom: 15px;
}
.n-main .n-newslist li .n-newslist-txt {
  width: 726px;
  height: 183px;
  background: #fff;
  padding-top: 40px;
  padding-left: 44px;
  padding-right: 44px;
}
.n-main .n-newslist li .n-newslist-txt .tit {
  font-size: 16px;
  color: #333;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 25px;
}
.n-main .n-newslist li .n-newslist-txt .time {
  font-size: 14px;
  color: #999999;
}
.n-main .n-newslist li .n-newslist-txt .txt {
  font-size: 13px;
  color: #999999;
}
.n-main .n-newslist li .n-newslist-txt .txt p {
  font-size: 14px;
  line-height: 26px;
}
.n-main .n-newslist li:hover a {
  text-decoration: none;
  color: #313131;
}
.n-main .n-newslist li:hover {
  box-shadow: 0 0 30px #cccccc;
}
.n-main .n-newslist li img {
  width: 385px;
  height: 220px;
}
/*news-show*/
.n-show .tit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.n-show .info {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}
.n-show .info span {
  margin-right: 5px;
}
.n-show .pp {
  padding-top: 10px;
  padding-bottom: 15px;
}
.n-show .pp p {
  font-size: 16px;
  color: #333;
  line-height: 150%;
}
.fenye {
  text-align: center;
  margin-top: 17px;
  width: 100%;
  clear: both;
}
.fenye a{
	color: #0e715c;
}
.fenye li {
	  margin: 0 5px;
    display: inline-block;
}
.pagination {
  display: inline-block;
  text-align: center;
  margin-top: 17px;
  width: 100%;
}
.pagination li {
  margin-right: 13px;
  display: inline-block;
}
.pagination li a.active {
  background: #0776bf;
  color: #ffffff;
}

.pagination li a {
  color: #333;
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 30px;
}
.pagination .Pre {
  width: 80px!important;
  height: 30px;
  border: 1px solid #dddddd;
}
.pagination .next {
  width: 80px!important;
  height: 30px;
  border: 1px solid #dddddd;
}
.page-turn {
  padding-top: 15px;
}
.page-turn p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.page-turn p a {
  color: #333;
}
.page-turn p:hover a {
  color: #0e715c;
}
