﻿@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
  font-family: "微软雅黑";
}
a {
  text-decoration: none;
  color: #333;
}
.right {
  float: right;
}
/*样式统一*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
}
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: #000;
}
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;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-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: none;
}
textarea {
  outline: none;
  resize: none;
  vertical-align: top;
}
ul,
ol {
  list-style: none;
}
* {
  margin: 0 ;
  padding: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*公共样式、*/
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bold {
  font-weight: bold;
}
.fc3 {
  color: #333 !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb29 {
  margin-bottom: 29px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.block {
  display: block;
}
.hidden {
  overflow: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.public-slide-left {
  width: 260px;
}
.public-section-right {
  width: 915px;
}
.sright {
  width: 15;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 15px solid #dddddd;
  border-bottom: 10px solid transparent;
  display: inline-block;
  margin-right: 30px;
}
/*nav*/
.nav .logo {
  display: block;
  float: left;
  margin-top: 10px;
}
.nav .h-nav {
  float: right;
  margin-right:100px;
}
.nav .h-nav li {
  float: left;
  height: 100px;
  line-height: 100px;
  width: 70px;
  margin-left: 20px;
  position: relative;
}
.nav .h-nav li a {
  display: block;
  font-size: 15px;
  color: #555;
  font-weight: bold;
  text-align: center;
}
.nav .h-nav li:hover {
  border-bottom: 5px solid #a66f2d;
}
.nav .h-nav li:hover .subnav {
  display: block;
}
/*erji nav*/
.subnav {
  background: url(../images/subbg.gif) no-repeat left top;
  width: 1000px;
  position: absolute;
  top: 91px;
  overflow: hidden;
  height: 29px !important;
  padding-top: 45px;
  z-index: 9999;
  display: none;
}
.nav_li_hover .on {
  background: url(i07.png) no-repeat center bottom;
  _background-image: url(i07.gif);
  /*for IE6*/
  color: #666666;
}
.subnav li {
  font-size: 12px;
  color: #fff;
  display: inline;
  font-weight: normal;
  /* padding: 0 20px 0 0; */
  width: auto !important;
  line-height: 19px !important;
  height: 50px !important;
  margin-top: -28px;
  margin-left: 0 !important;
  padding: 0 0 0 20px;
}
.subnav li a {
  color: #fff !important;
  font-size: 12px;
}
.subnav li a:hover {
  color: #f98b0c !important;
}
/*
.sub-ul01{left:38px; width:560px; }
.sub-ul02{left:35px; width:560px;}
.sub-ul03{right:-495px; }
.sub-ul04{right:0px; width:560px;}
.sub-ul05{right:0px;}
.sub-ul06{right:0px;}
.sub-ul07{right:0px;}
.sub-ul08{right:0px;}
.sub-ul09{right:0px;}*/
.sub-nav ul {
  float: left;
}
.sub-ul09 ul,
.sub-ul08 ul,
.sub-ul07 ul,
.sub-ul06 ul,
.sub-ul05 ul,
.sub-ul04 ul {
  float: left;
}
.sub-ul09 ul li,
.sub-ul08 ul li,
.sub-ul07 ul li,
.sub-ul06 ul li,
.sub-ul05 ul li,
.sub-ul04 ul li {
  padding: 0 0 0 20px;
}
.sub-ul03 ul {
  text-align: center;
}
.sub-ul03 ul li {
  float: none;
  display: inline;
  padding: 0 7px;
}
.subnavbg {
  background-color: #646e71;
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 29px;
  width: 100%;
  display: block;
  position: absolute;
  top: 100px;
  z-index: 999;
}
/*banner*/
.carousel-content {
  position: relative;
  display: inline-block;
  width: 100%;
}
.carousel {
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.carousel li {
  float: left;
  display: none;
}
.carousel li {
  height: 650px;
}
.carousel li img {
  height: 650px;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
.img-index {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.img-index li {
  display: inline-block;
  width: 150px;
  height: 10px;
  line-height: 18px;
  text-align: center;
  background-color: #d8dbe4;
  font-size: 12px;
  cursor: pointer;
  margin: 30px 10px;
  color: #fff;
  transform: skew(-30deg);
  -webkit-transform: skew(-55deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
}
.img-index li.active {
  background-color: #ffffff;
}
.img-index li:hover {
  background-color: #ffffff;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  display: inline-block;
  top: 40%;
  cursor: pointer;
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
.banner {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.banner img {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
.public_tit {
  font-size: 30px;
  font-weight: bold;
  padding-top: 50px;
  color: #333333;
}
.public_tit1 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #000;
}
/*footer*/
.footer {
  width: 100%;
  padding-top: 33px;
  background: #eeeeee;
}
.footer .di-logo {
  float: left;
  margin-right: 15px;
}
.footer .di_phone {
  float: left;
  border-left: 2px solid #dcdcdc;
  width: 250px;
  font-size: 16px;
  padding-left: 15px;
}
.footer .di_phone .re {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.footer .phone {
  font-size: 30px;
  color: #a66f2d;
  font-family: Iskoola Pota;
}
.footer .di_zi {
  font-size: 18px;
  color: #a66f2d;
  font-weight: bold;
  text-align: right;
}
.footer .center {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.footer .di_zi01 {
  font-size: 16px;
  color: #666666;
  padding-top: 10px;
}
.footer .ewm {
  width: 75px;
  height: 75px;
  float: right;
  margin-left: 16px;
  border-radius: 5px;
  background: #fff;
}
.f-bottom {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  background: #eeeeee;
}
.f-bottom .links {
  font-size: 14px;
  color: #989898;
  margin-left: 5px;
  position: relative;
}
.f-bottom .links .btn {
  width: 206px;
  height: 35px;
  background: url(../images/webs.jpg) no-repeat center;
  border: none;
  color: #999;
  font-size: 12px;
  text-align: left;
  padding-left: 10px;
  outline: none;
}
.f-bottom .links .btn:hover {
  cursor: pointer;
}
.f-bottom .links ul {
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 0;
  width: 206px;
  background: #a66f2d;
  display: none;
}
.f-bottom .links ul li {
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.f-bottom .links ul li a {
  font-size: 12px;
  color: #fff;
}
.f-bottom .links ul li a:hover {
  color: #f95f0c;
  text-decoration: none;
}
.f-bottom p.right {
  font-size: 14px;
  color: #666;
}
.f-bottom p.right a {
  font-size: 14px;
  color: #666;
}
/*集团动态*/
.i-news-list {
  padding-top: 33px;
}
.i-news-list .tab-list {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
  margin-bottom: 27px;
}
.i-news-list .tab-list ul {
  float: left;
}
.i-news-list .tab-list ul li {
  float: left;
  margin-right: 9px;
}
.i-news-list .tab-list ul li.active a {
  font-weight: bold;
  color: #333;
}
.i-news-list .tab-list ul li a {
  font-size: 24px;
  color: #888;
}
.i-news-list .tab-list ul li:nth-child(2) {
  border-left: 3px solid #888888;
  padding-left: 9px;
}
.i-news-list .tab-list .add {
  font-size: 16px;
  color: #999;
  position: relative;
  top: 10px;
}
.i-news-list .item:nth-child(2){
	display:none;
}
.i-news-list .item img{
	width: 560px;
	height: 315px;
}
.i-news-list .res {
  margin-bottom: 37px;
}
.i-news-list .res-txt {
  width: 639px;
  padding-left: 24px;
  height: 305px;
  position: relative;
}
.i-news-list .res-txt .tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: block;
  padding-top: 15px;
  margin-bottom: 22px;
}
.i-news-list .res-txt .tit:hover{
	color: #a66f2d;
}
.i-news-list .res-txt .p {
  line-height: 200%;
}
.i-news-list .res-txt .p p {
  font-size: 15px;
  color: #666;
  line-height: 34px;
}
.i-news-list .res-txt .add {
  font-size: 14px;
  color: #a66f2d;
  position: absolute;
  bottom: 0;
}
.i-news-list ul.news-lt li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 24px;
}
.i-news-list ul.news-lt li:hover a{
	color: #a66f2d;
}
.i-news-list ul.news-lt li:hover .sright{
	border-right: 15px solid #ba6f2d;
}
.i-news-list ul.news-lt li a {
  font-size: 18px;
  color: #333;
}
.i-news-list ul.news-lt li .time {
  font-size: 16px;
  color: #999;
}
.main2 {
  width: 100%;
  background: #eeeeee;
  text-align: center;
}
.h {
  width: 200px;
  height: 1px;
  margin: 0 auto;
  margin-top: 15px;
  background: #cccccc;
}
.h1 {
  width: 60px;
  height: 4px;
  margin: 0 auto;
  margin-top: -3px;
  background: #5d2201;
}
.main2 ul {
  list-style: none;
  padding-top: 40px;
  padding-bottom: 80px;
}
.main2 ul li {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  background-color:#FFF;
  height:290px;
}
.main2 ul li a { display:block; width:100%; height:100%;}
.main2 ul li:nth-child(1) { margin-left: 0px; height:484px;}
.main2 ul li:nth-child(1) a{ display:block; width:100%; height:auto;}
.main2 ul li:nth-child(6) { margin-left: 0px;}
.main2 ul li img { margin-left:106px; width: 284px; height: 210px; margin-top:80px;}
.main2 ul li:nth-child(1) img { margin-left:0;width: 100%; height: 100%; margin-top:0;}
.main2 ul li:last-child img { margin-left:0;width: 100%; height: 100%; margin-top:0;}
.main2 ul li a {display: block;}
.main2 ul li a:hover {
  box-shadow: 0 0 5px 2px #ddd;
}
.main2_public_tit2 {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
}
.main2_public_tit02 {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
}
.main2_public_tit3 {
  font-size: 24px;
  color: #000;
  position: absolute;
  left: 30px;
  top: 30px;
}
.main2_public_tit03 {
  font-size: 12px;
  color: #999;
  position: absolute;
  left: 30px;
  top: 70px;
}
.main3 {
  padding-top: 30px;
}
.main3 ul {
  list-style: none;
  margin-right: -10px;
}
.main3 ul li {
  width: 385px;
  height: 305px;
  float: left;
  margin-left: 15px;
 
  padding-bottom: 55px;
}
 .main3 ul li span{
 	border: 1px solid #ddd;
 	}
.main3 ul li a {
  display: block;
}
.main3 ul li:nth-child(1) {
  margin-left: 0px;
}
.main3 ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.main3 ul li:hover {

 
}
.main3 ul li a span:hover{
	color: #a66f2d;
}
.main3 ul li span {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.friendlink {
  padding-top: 40px;
  border-bottom: 5px solid #a66f2d;
  padding-bottom: 20px;
}
.friendlink p {
  font-size: 16px;
  text-align: left;
  color: #666666;
}
.friendlink p a {
  color: #666666;
  display: inline-block;
  margin-right: 10px;
}
/*neiye*/
/*n-main*/
.pro {
  height: 455px;
}
.n-main .n-public-tit {
  width: 100%;
  background: #fff;
  line-height:40px;
}
.n-public-tit p a {
  font-size: 14px !important;
}
.n-public-tit p img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.n-main .n-public-tit p {
  font-size: 14px !important;
  color: #666666;
}
.n-main .n-public-tit a {
  font-size: 14px;
  color: #666666;
}
.n-main .n-public-tit a.active {
  color: #a66f2d;
  font-weight: bold;
}
.n-main .n-public-tit ul {
  float: right;
}
.n-main .n-public-tit ul li {
  float: left;
  margin-right: 5px;
  display: inline-block;
  min-width:110px;
  border-bottom: 3px solid #ffffff;
  text-align:center;
}
.n-main .n-public-tit ul li:hover {
  border-bottom: 3px solid #a66f2d;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 3px solid #a66f2d;
}
.n-main .n-main-box {
  background: #f2f2f2;
  padding-top: 30px;
}
.n-main .n-main-box .item {
  display: none;
}
.n-main .n-main-box .active a {
  color: #fff !important;
}
.carousel-content2 {
  position: relative;
  display: inline-block;
  width: 100%;
}
.carousel2 {
  width: 100%;
  height: 365px;
  position: relative;
  overflow: hidden;
}
.carousel2 li {
  float: left;
  display: none;
}
.carousel2 li {
  height: 365px;
}
.carousel2 li img {
  position: absolute;
  left: 50%;
  margin-left: -605px;
}
.img-index2 {
  position: absolute;
  bottom: -74px;
  width: 100%;
  text-align: center;
}
.img-index2 li {
  display: inline-block;
  width: 65px;
  height: 6px;
  line-height: 18px;
  text-align: center;
  background-color: #d8dbe4;
  font-size: 12px;
  cursor: pointer;
  margin: 30px 10px;
  color: #fff;
}
.img-index2 li.index {
  background-color: #a66f2d;
}
.img-index2 li:hover {
  background-color: #a66f2d;
}
.carousel-prev2,
.carousel-next2 {
  position: absolute;
  display: inline-block;
  top: 40%;
  cursor: pointer;
}
.carousel-prev2 {
  left: 0;
}
.carousel-next2 {
  right: 0;
}
.pro-nr h3 {
  text-align: center;
  color: #000;
  margin-bottom: 33px;
}
.pro-nr .basic .basic-tit {
  height: 45px;
  background: #a66f2d;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
}
.pro-nr .basic ul li {
  height: 45px;
  line-height: 45px;
  background: #f2f2f2;
}
.pro-nr .basic ul li:nth-child(2n) {
  background: #e5e5e5;
}
.pro-nr .basic ul li .basic-l {
  width: 630px;
  float: left;
  margin-left: 129px;
}
.pro-nr .basic ul li .basic-r {
  width: 440px;
  float: left;
}
.recon-news h2 {
  margin-top: 44px;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
}
.recon-news ul {
  margin-top: 17px;
  overflow: hidden;
  height: 320px;
  border-bottom: 6px solid #a66f2d;
}
.recon-news ul li {
  width: 385px;
  float: left;
  margin-right: 22px;
}
.recon-news ul li:nth-child(3) {
  margin-right: 0;
}
.recon-news ul li img {
  width: 385px;
  height: 226px;
}
.recon-news ul li p {
  font-size: 16px;
  line-height: 53px;
}
.recon-news ul li p a {
  color: #333333;
}
.recon-news ul li p a:hover {
  color: #a66f2d;
}
/*pro-list*/
.pro-list {
  clear: both;
  overflow: hidden;
}
.pro-list li {
  width: 385px;
  height: 384px;
  margin-right: 22px;
  float: left;
}
.pro-list li:nth-child(3n) {
  margin-right: 0;
}
.pro-list li img {
  width: 385px;
  height: 285px;
}
.pro-list li p {
  font-size: 18px;
  margin-top: 19px;
  margin-bottom: 12px;
  color: #555555;
  font-weight: bold;
}
.pro-list li a.more {
  color: #a66f2d;
  font-size: 12ox;
}
/*shijia*/
.subs .form {
  height: 460px;
  background: #fff;
  padding: 0 40px;
  text-align: center;
}
.subs .form h2 {
  text-align: center;
  font-size: 28px;
  line-height: 138px;
}
.subs .form .txt {
  float: left;
  margin-right: 34px;
  margin-bottom: 41px;
  text-align: left;
}
.subs .form .txt:nth-child(3n) {
  margin-right: 0;
}
.subs .form .txt span {
  font-size: 20px;
  display: inline-block;
}
.subs .form .txt span.on {
  letter-spacing: 5px;
}
.subs .form .txt spab.le {
  letter-spacing: 1px;
}
.subs .form .txt span.l {
  width: 116px;
}
.subs .form .txt span.c {
  width: 70px;
}
.subs .form .txt input {
  width: 250px;
  height: 50px;
  background: #f8f8f8;
  border:1px solid #eeeeee
}
.subs .form input.btn {
  width: 185px;
  height: 46px;
  background: #a66f2d;
  margin: 0 auto;
  border: 0;
  color: #fff;
}
.bor {
  height: 10px;
  background: #a66f2d;
  margin-top: 75px;
  border: 0;
  clear: both;
}
/*about*/
.about p {
  line-height: 34px;
  color:#555;
}
.about p strong{ display:block;margin:23px 0px;}
/*news-list*/
.newscj {
  height: 194px;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.newscj_l {
  float: left;
  width: 345px;
}
.newscj_l img {
  width: 345px;
  height: 194px;
}
.newscj_r {
  float: right;
  width: 750px;
  padding-top: 12px;
  margin-right: 40px;
}
.newscj_r h3.kjzts {
  font-size: 16px;
  font-weight: 800;
  padding-top: 30px;
}
.newscj_r:hover h3.kjzts a{
  color: #a66f2d;
}
.newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #a66f2d;
  line-height: 42px;
  padding-top: 5px;
  letter-spacing: -1.5px;
}
.team_jj {
  margin-top: 10px;
}
.news-list {
  padding-bottom: 30px;
}
.team_jj a {
  font-size: 13px;
  color: #999999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.news-list li {
  width: 1200px;
  height: 136px;
  position: relative;
  border-bottom: 1px #d7d7d7 solid;
}
.news-list li:hover span {
  width: 1200px;
}
.news-list li a {
  width: 1120px;
  height: 105px;
  padding: 30px 0px 0px 40px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.news-list li a:hover h3 {
  color: #a66f2d;
}
.news-list li h4 {
  height: 105px;
  width: 155px;
  font-size: 32px;
  margin-right: 30px;
  color: #999999;
  font-family: 'Iskoola Pota';
  letter-spacing: -1px;
  float: left;
  font-weight: normal;
}
.news-list li h3 {
  font-size: 16px;
  color: #666666;
  padding-right: 12px;
  margin-bottom: 15px;
  font-weight: normal;
}
.news-list li p {
  font-size: 12.5px;
  color: #999999;
  line-height: 22px;
}
.news-list li span {
  width: 0;
  height: 135px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  background: -webkit-gradient(linear, 120% 0%, 0% 100%, from(#ffffff), to(#ffffff), color-stop(1.2, #f3f3f3));
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -transition: all .3s;
}
/*news-show*/
/*n-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;
  line-height:29px;
}
.n-show .pp p,div,h1 {
  font-size: 16px;
  color: #333;
  line-height: 150%;
	line-height: 2em;
}
.jour {
  height: 305px;
}
.jour .jour-list li {
  height: 270px;
  overflow: hidden;
  margin-bottom: 20px;
}
.jour .jour-list li {
  width: 280px;
  height: 267px;
  float: left;
  margin-right: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: 1s;
	
}
.jour .jour-list li:nth-child(4) {
  margin-right: 0;
}
.jour .jour-list li:hover .jour-nr {
  top: -70px;
}
.jour .jour-list li .jour-nr {
  position: absolute;
  transition: 1s;
  top: 5px;
}
.jour .jour-list li .jour-tp {
  width: 285px;
  height: 208px;
  border-bottom: 1px solid #eeeeee;
  margin-top: -5px;
}
.jour .jour-list li .jour-tp img {
	width: 285px;
	height: 207px;
}
.jour .jour-list li p {
  color: #a66f2d;
  font-size: 13px;
  line-height: 59px;
  text-align: center;
  font-weight: bold;
  height: 59px;
  overflow: hidden;
  width: 255px;
  margin: 0 auto;
}
.jour .jour-list li .jour-down {
  width: 155px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/*video*/
.video .video-list {
  overflow: hidden;
  padding-bottom: 30px;
}
.video .video-list li {
  width: 280px;
  height: 267px;
  background: #fff;
  overflow: hidden;
  float: left;
  margin-right: 20px;
	margin-top: 20px;
}
.video .video-list li:nth-child(4) {
  margin-right: 0;
}
.video .video-list li:hover .video-tp .mask {
  top: 0;
}
.video .video-list li .video-tp {
  margin: 10px 10px 10px;
  position: relative;
  overflow: hidden;
  width: 265px;
  height: 185px;
}
.video .video-list li .video-tp img {
  width: 265px;
  height: 185px;
}
.video .video-list li .video-tp .mask {
  width: 265px;
  height: 185px;
  position: absolute;
  top: 185px;
  transition: 1s;
  background: #656767;
  text-align: center;
  line-height: 185px;
  background: rgba(101, 101, 101, 0.81);
}
.video .video-list li .video-tp .mask a {
  display: block;
}
.video .video-list li .video-tp .mask img {
  width: 45px;
  height: 45px;
  vertical-align: middle;
}
.video .video-list li p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 10px;
}
/*news-list2*/
.n-newslist2 {
  padding: 70px 0 62px;
  min-height: 500px;
  height: auto;
  overflow: hidden;
}
.gysy {
  float: left;
  width: 560px;
  height: 176px;
  margin: 0 10px 20px;
}
.gysy:hover .gysy_r h3 {
  color: #a66f2d;
}
.gysy a {
  float: left;
  display: block;
  width: 560px;
  height: 176px;
  background: #fff;
}
.gysy a .gysy_l {
  float: left;
  padding: 35px 0 0 25px;
}
.gysy a .gysy_l img {
  border: 3px solid #fff;
}
.gysy a .gysy_r {
  float: left;
  padding-top: 45px;
  padding-left: 19px;
  width: 300px;
}
.gysy a .gysy_r em {
  font-style: normal;
  color: #707070;
  font-size: 12px;
  padding-top: 15px;
}
.gysy a .gysy_r h3 {
  font-size: 14px;
  color: #454545;
  line-height: 36px;
  height: 36px;
  font-weight: bold;
  overflow: hidden;
}
.gysy a .gysy_r i {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  color: #999;
  overflow: hidden;
}
.n-job .human_box .job_tit {
  background: none repeat scroll 0 0 #a66f2d;
  height: 50px;
  font-size: 16px;
  width: 1200px;
  color: #fff;
  line-height: 50px;
}
.n-job .human_box .job .item {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  font-size: 14px;
  display: block;
}
.n-job .job_l1 {
  width: 335px;
  border-right: 1px solid #fff;
}
.n-job .job_l2 {
  width: 215px;
  border-right: 1px solid #fff;
}
.n-job .job_l3 {
  width: 250px;
  border-right: 1px solid #fff;
}
.n-job .job_l4 {
  width: 250px;
  border-right: 1px solid #fff;
}
.n-job .job_l5 {
  width: 150px;
  border-right: 1px solid #fff;
}
.n-job .job li {
  color: #525252;
  background: #fff;
  overflow: hidden;
}
.n-job .job li .job_box {
  background: none repeat scroll 0 0 #F7F7F7;
  float: left;
  line-height: 20px;
  padding: 20px 50px;
  width: 1200px;
  font-size: 14px;
  display: none;
}
.n-job .job_btn {
  cursor: pointer;
}
.n-job .human_box p {
  font-family: "Microsoft YaHei";
  padding-bottom: 20px;
  color: #343434;
}
.n-msg .form {
  height: 600px;
  background: #fff;
}
.n-msg .form h2 {
  text-align: center;
  font-size: 30px;
  line-height: 130px;
}
.n-msg .form .txt {
  height: 50px;
  line-height: 50px;
  float: left;
  margin-bottom: 40px;
}
.n-msg .form .txt span {
  width: 142px;
  display: block;
  float: left;
  text-align: right;
}
.n-msg .form .txt input {
  width: 250px;
  height: 50px;
  float: left;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.n-msg .form .txt select {
  width: 250px;
  height: 50px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.n-msg .form .txt textarea {
  height: 130px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.n-msg .form .btn {
  width: 185px;
  height: 46px;
  background: #a66f2d;
  color: #fff;
  border: 0;
  display: block;
  clear: both;
  margin: 0 auto;
}
/*staff*/
.n-staff {
  margin-bottom: -50px;
}
.staff-list {
  height: 300px;
  margin-bottom: 60px;
}
.staff-list li {
  float: left;
  background: #fff;
}
.staff-list li p {
  text-align: center;
  font-size: 14px;
  line-height: 60px;
	width: 355px;
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
}
.staff-list li p a {
  color: #555555;
}
.staff-list li p a:hover {
  color: #a66f2d;
}
.staff-list .staff {
  width: 378px;
  height: 300px;
  margin-right: 22px;
margin-bottom: 22px;
}
.staff-list .staff img {
  height: 240px;
  width: 378px;
}
.staff-list .staff:nth-child(3) {
  margin-right: 0;
}
/*honor*/
.honor {
  width: 280px;
  height: 270px;
  margin-right: 20px;
	margin-top: 20px;
}
.honor:nth-child(4) {
  margin-right: 0;
}
.honor img {
  width: 285px;
  height: 208px;
}
.honor p{
	width: 255px !important;
}
/*tousu*/
.tousu .form {
  height: 500px;
}
/*dashiji*/
/* 项目图片滚动 */
.project-leftdc {
  width: 1100px;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
  margin: 0 auto;
}
.project-leftdc .hd .prev {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 52px;
  height: 60px;
  top: 260px;
  left: 0px;
  background: url(../images/prevh.png) no-repeat;
}
.project-leftdc .hd .next {
  background: url(../images/nexth.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 260px;
  cursor: pointer;
  width: 36px;
  height: 60px;
}
.project-leftdc .hd .prev:hover {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 52px;
  height: 60px;
  top: 260px;
  left: 0px;
  background: url(../images/prev.png) no-repeat;
}
.project-leftdc .hd .next:hover {
  background: url(../images/next.png) no-repeat;
  position: absolute;
  right: 0px;
  top: 260px;
  cursor: pointer;
  width: 36px;
  height: 60px;
}
.project-leftdc .hd .prevStop {
  background-position: -60px 0;
}
.project-leftdc .hd .nextStop {
  background-position: -60px -50px;
}
.project-leftdc .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
  position: absolute;
  left: 460px;
  top: 500px;
  cursor: pointer;
  z-index: 1000;
}
.project-leftdc .hd ul li {
  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.project-leftdc .hd ul li.on {
  background: #007a6d;
}
.project-leftdc .bd {
  padding: 10px;
  margin: 10px 20px 0px 44px;
}
.project-leftdc .bd ul {
  overflow: hidden;
  zoom: 1;
}
.project-leftdc .bd ul li {
  float: left;
  _display: inline;
  text-align: center;
  width: 330px;
}
.project-leftdc .bd ul li .pic {
  text-align: center;
}
.project-leftdc .bd ul li .pic img {
  width: 320px;
  height: 220px;
  display: block;
}
.project-leftdc .bd ul li .pic a:hover img {
  border-color: #999;
}
.project-leftdc .bd ul li .title .add {
  color: #868686;
  text-align: left;
  padding-left: 5px;
  padding-right: 30px;
}
.project-leftdc .bd ul li .title .ttba {
  padding: 20px 0px;
}
.project-leftdc .bd ul li .title h1 {
  background: #007a6d;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}
.project-leftdc .bd ul li .title .tel {
  margin-top: 5px;
  color: #868686;
  background: url(../images/cirl.png) no-repeat;
  text-align: left;
  height: 36px;
}
.topbg {
  height: 30px;
  background: url(../images/topbg.jpg) no-repeat top center;
}
.top {
  width: 230px;
  margin: 0 auto;
  height: 25px;
  text-align: right;
  padding-left: 870px;
  position: relative;
}
.timettb {
  font-size: 34px;
  color: #020202;
  height: 80px;
  line-height: 80px;
  text-align: left;
}
/*跃迪*/
.yuedi {
  width: 915px;
  margin: 0 auto;
  margin-bottom: 140px;
}
.yuedi .yuedi-tp {
  margin-bottom: 16px;
  width: 945px;
  overflow: hidden;
  
}
.yuedi .yuedi-tp li{
	float: left;
	width: 945px;
}
.yuedi .scroll .on img{
	border:1px solid #a66f2d;
}
.yuedi .yuedi-tp ul{
	position: relative;
}
.yuedi .yuedi-tp img {
  width: 915px;
  height: 480px;
}

.yuedi .l {
  float: left;
  margin-right: 9px;
}
.yuedi .scroll {
  float: left;
  width: 809px;
  height: 67px;
  overflow: hidden;
}
.yuedi .scroll ul {
  width: 5000px;
  position: relative;
}
.yuedi .scroll li {
  width: 128px;
  height: 67px;
  float: left;
  margin-right: 9px;
}
.yuedi .scroll li img {
  width: 128px;
  height: 67px;
}
.yuedi .r {
  float: left;
  margin-left: 9px;
  transform: rotate(180deg);
  margin-top: -2px;
}

.pagination {
  text-align: right;
  float: right;
  margin-bottom: 35px;
}
.pagination ul li{ float:left; min-width:80px; height:40px; line-height: 40px;
  background: #e5e5e5; margin-left:6px; display:inline;}
.pagination a {
	min-width:80px;
  height: 40px;
  display: block;
  text-align: center;
  float: left;
  line-height: 40px;
  background: #e5e5e5;
  border: 0;
  margin-right: 10px;
  color: #a6a6a6;
}
.pagination a:hover{
	 border: 0 !important;
  background: #fff;
  color: #a66f2d;
}
.pagination .active {
  border: 0 !important;
  background: #fff;
  color: #a66f2d;
  display:block;
  width:40px;
  height:40px;
  text-align:center;
}
.pagination .next {
  float: left;
}
.pagination .pre {
  min-width:80px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

/*
.fenye {
  text-align: center;
  margin-top: 17px;
  width: 100%;
}
.pagination {
  display: inline-block;
  text-align: right;
  margin-top: 17px;
  width: 100%;
  margin-bottom: 20px;
}
.pagination li {
  margin-right: 13px;
  display: inline-block;
}
.pagination li a.active {
  background: #f57326;
  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: #a66f2d;
}
	.banner {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 650px;
  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;
}
.img-index li{
	height: 10px !important;
}
.banner .btn-list li.active {
  background: #036f00;
}
.banner img {
  height: 650px;
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  top: 0;
  vertical-align: top;
}

/*中英文切换*/
.LK01{width:86px;position:absolute;top:30px;line-height:25px;right:321px;}
.Lk01 ul li a span {line-height:32px; height:32px;}
.LK01 .NoBg{padding-left:13px;float:left;}