@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
@font-face {
  font-family: HelveticaNeueCE_Roman;
  src: url('../font/HelveticaNeueCE_Roman.ttf');
}
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #c9a971;
  text-decoration: underline;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#top {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
}
#top .tcontent {
  background-image: url(../Images/z20.png);
  background-position: center center;
}
#top .content {
  width: 1180px;
  height: 104px;
  position: relative;
  margin: 0 auto;
}
#top .content .logo {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 104px;
}
#top .content .logo img {
  vertical-align: middle;
}
#top .content .menu {
  position: absolute;
  right: 120px;
  top: 0;
  font-family: HelveticaNeueCE_Roman;
}
#top .content .menu ul li {
  display: inline-block;
  margin: 0 12px;
  height: 40px;
  line-height: 30px;
  position: relative;
  top: 35px;
  font-size: 18px;
}
#top .content .menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
#top .content .menu ul li .link {
  display: block;
  position: relative;
}
#top .content .menu ul li .items {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  text-align: center;
  background-image: url(../Images/z2.png);
  padding: 3px 0;
}
#top .content .menu ul li .items .item {
  line-height: 22px;
  font-size: 16px;
  padding: 10px 0;
}
#top .content .menu ul li .items .item:hover {
  background-image: url(../Images/z2.png);
}
#top .content .menu ul li:hover .link {
  border-bottom: solid 2px #c9a971;
  color: #c9a971;
}
#top .content .menu ul li:hover .items {
  display: block;
}
#top .content .menu ul .onfocus .link {
  color: #c9a971;
}
#top .content .gjicon {
  position: absolute;
  right: 0;
  top: 36px;
  color: #ddd;
}
#top .content .gjicon a{
    color: #fff;
}

#top .content .gjicon img {
  width: 32px;
  height: 32px;
}
#homeBanner {
  height: 980px;
  position: relative;
}
#homeBanner .swiper-wrapper {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
#homeBanner .swiper-wrapper .swiper-slide a {
  position: relative;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #141313;
}
#homeBanner .pagination {
  position: absolute;
  right: 5%;
  top: 40%;
  z-index: 1000;
}
#homeBanner .pagination span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 30px 0;
  background-image: url(../Images/z3.png);
  cursor: pointer;
}
#homeBanner .pagination .swiper-active-switch {
  background-image: url(../Images/z4.png);
}
#homeBanner .iconlist {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -165px;
  z-index: 1000;
  color: #FFFFFF;
  text-align: center;
}
#homeBanner .iconlist .item {
  display: inline-grid;
  transition: all 0.5s;
  width: 160px;
}
#homeBanner .iconlist .item .icon {
  height: 120px;
  position: relative;
}
#homeBanner .iconlist .item .icon .img1 {
  transition: all 0.5s;
  position: absolute;
  top: 20px;
  left: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c9a971;
}
#homeBanner .iconlist .item .icon .img1 span {
  display: block;
  height: 50px;
  width: 50px;
  margin: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#homeBanner .iconlist .item .icon .img2 {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #15171b;
}
#homeBanner .iconlist .item .icon .img2 span {
  display: block;
  height: 70px;
  width: 70px;
  margin: 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#homeBanner .iconlist .item .icon .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#homeBanner .iconlist .item .tit {
  font-size: 16px;
  line-height: 45px;
  opacity: 0;
}
#homeBanner .iconlist .item:hover {
  width: 220px;
}
#homeBanner .iconlist .item:hover .icon .img1 {
  opacity: 0;
  left: 70px;
}
#homeBanner .iconlist .item:hover .icon .img2 {
  opacity: 1;
  left: 50px;
}
#homeBanner .iconlist .item:hover .tit {
  display: block;
  opacity: 1;
}
#home {
  position: relative;
  background-image: url(../Images/homgbg.jpg);
  background-position: top center;
  background-size: 100% 100%;
}
#home .about {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
}
#home .about .name {
  line-height: 110px;
  position: relative;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#home .about .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#home .about .list ul li {
  position: relative;
  padding-left: 460px;
  margin: 90px 0;
  background-position: left 145px top 30px;
  min-height: 150px;
  background-repeat: no-repeat;
}
#home .about .list ul li .text {
  word-wrap: break-word;
  padding-top: 30px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  background-image: url(../Images/z7.png);
  background-repeat: no-repeat;
}
#home .about .list ul li .text img {
  max-width: 100%;
}
#home .about .list ul li .more {
  margin-top: 30px;
}
#home .about .list ul li .more a {
  color: #c9a971;
  font-size: 16px;
  line-height: 28px;
  font-family: HelveticaNeueCE_Roman;
  display: inline-block;
}
#home .about .list ul .s1 {
  background-image: url(../Images/z8.png);
}
#home .about .list ul .s1 .text {
  font-family: HelveticaNeueCE_Roman;
}
#home .about .list ul .s3 {
  margin-bottom: 0;
}
#home .project {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
}
#home .project .name {
  line-height: 110px;
  position: relative;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#home .project .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#home .project .list {
  position: relative;
  margin-top: 60px;
  height: 360px;
  overflow: hidden;
}
#home .project .list ul {
  position: relative;
}
#home .project .list ul li {
  float: left;
  width: 402px;
  position: relative;
  margin-bottom: 10px;
}
#home .project .list ul li .data {
  width: 346px;
  padding: 15px;
  background-image: url(../Images/z12.png);
  background-position: center center;
  border-radius: 4px;
}
#home .project .list ul li .data .img img {
  width: 350px;
  height: 245px;
  border-radius: 4px;
}
#home .project .list ul li .data .tit {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 12px 0;
}
#home .project .list ul li .data .tit a {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
}
#home .project .list ul li .data .tit a:hover {
  color: #c9a971;
}
#home .project .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#home .project .page {
  text-align: center;
  padding: 40px 0;
}
#home .project .page span {
  display: inline-block;
  background-color: #505050;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
#home .project .page .onfocus {
  background-color: #FFFFFF;
}
#home .contactCon {
  background-image: url(../Images/z19.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#home .contactCon .contact {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
}
#home .contactCon .contact .name {
  line-height: 110px;
  position: relative;
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#home .contactCon .contact .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#home .contactCon .contact .data {
  height: 90px;
  margin: 160px 0 80px 0;
  position: relative;
  color: #565555;
}
#home .contactCon .contact .data .item {
  padding-left: 110px;
  position: absolute;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  height: 90px;
}
#home .contactCon .contact .data .item .t1 {
  font-size: 16px;
  line-height: 26px;
  font-family: HelveticaNeueCE_Roman;
}
#home .contactCon .contact .data .item .t2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
#home .contactCon .contact .data .item1 {
  background-image: url(../Images/z13.png);
  left: 50px;
}
#home .contactCon .contact .data .item2 {
  background-image: url(../Images/z14.png);
  left: 500px;
  padding-top: 15px;
}
#home .contactCon .contact .data .item3 {
  background-image: url(../Images/z15.png);
  left: 940px;
  padding-top: 0;
}
#home .contactCon .contact .ewm {
  margin: 25px 0;
  text-align: center;
}
#home .contactCon .contact .ewm img {
  width: 120px;
  height: 120px;
}
#home .contactCon .contact .copyright {
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  font-family: HelveticaNeueCE_Roman;
}
#home .contactCon .contact .link {
  text-align: center;
  margin-top: 40px;
}
#home .contactCon .contact .link a {
  margin: 0 10px;
}
#banner {
  height: 580px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #141313;
}
#about {
  background-color: #141313;
  position: relative;
}
#about .article {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}
#about .article .name {
  line-height: 80px;
  position: relative;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#about .article .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#about .article .content1 {
  margin-top: 56px;
  position: relative;
}
#about .article .content1 .img {
  float: left;
  width: 580px;
  text-align: center;
}
#about .article .content1 .img img {
  max-width: 100%;
}
#about .article .content1 .text {
  float: right;
  width: 590px;
  margin-top: 0;
  padding-top: 30px;
  font-family: HelveticaNeueCE_Roman;
  word-wrap: break-word;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  background-image: url(../Images/z7.png);
  background-repeat: no-repeat;
}
#about .article .content1 .text img {
  max-width: 100%;
}
#about .article .content2 {
  margin: 40px 0;
}
#about .article .content2 .text {
  padding-top: 30px;
  font-family: HelveticaNeueCE_Roman;
  word-wrap: break-word;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  background-image: url(../Images/z7.png);
  background-repeat: no-repeat;
}
#about .article .content2 .text img {
  max-width: 100%;
}
#about .article .showcontent {
  margin-top: 40px;
}
#about .article .showcontent .tit {
  font-size: 20px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  margin: 20px 0;
}
#about .article .showcontent .text {
  padding-top: 30px;
  font-family: HelveticaNeueCE_Roman;
  word-wrap: break-word;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  background-image: url(../Images/z7.png);
  background-repeat: no-repeat;
}
#about .article .showcontent .text img {
  max-width: 100%;
}
#about .Qualifications {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 35px 0;
}
#about .Qualifications .name {
  line-height: 80px;
  position: relative;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#about .Qualifications .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#about .Qualifications .list {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-top: 56px;
}
#about .Qualifications .list ul {
  position: relative;
}
#about .Qualifications .list ul li {
  width: 300px;
  position: relative;
  float: left;
}
#about .Qualifications .list ul li .data {
  width: 260px;
  height: 230px;
  position: relative;
  background-color: #171616;
  padding: 10px;
}
#about .Qualifications .list ul li .data .img {
  height: 175px;
}
#about .Qualifications .list ul li .data .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#about .Qualifications .list ul li .data .tit {
  line-height: 55px;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-family: HelveticaNeueCE_Roman;
  text-align: center;
}
#about .Qualifications .list ul li .data .tit a {
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
}
#about .Qualifications .list ul li .data .tit a:hover {
  color: #c9a971;
}
#about .Qualifications .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#about .Qualifications .page {
  text-align: center;
  padding: 40px 0;
}
#about .Qualifications .page span {
  display: inline-block;
  background-color: #505050;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
#about .Qualifications .page .onfocus {
  background-color: #FFFFFF;
}
#about .prize {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 35px 0;
}
#about .prize .name {
  line-height: 80px;
  position: relative;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#about .prize .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#about .prize .list {
  margin-top: 60px;
  position: relative;
}
#about .prize .list ul li {
  width: 575px;
  height: 195px;
  position: relative;
  float: left;
  background-color: #171616;
  margin: 13px 0;
}
#about .prize .list ul li img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 258px;
  height: 175px;
}
#about .prize .list ul li .text {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 275px;
  height: 156px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  font-family: HelveticaNeueCE_Roman;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
#about .prize .list ul .s2 {
  float: right;
}
#about .prize .list ul:after {
  content: " ";
  display: block;
  clear: both;
}
#contact {
  background-color: #141313;
  position: relative;
  background-image: url(../Images/z47.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#contact .article {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
}
#contact .article .name {
  line-height: 80px;
  position: relative;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#contact .article .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#contact .article .content {
  margin-top: 60px;
}
#contact .article .content .items {
  float: left;
  width: 330px;
}
#contact .article .content .items .item {
  position: relative;
  margin: 50px 0;
  width: 330px;
  text-align: center;
}
#contact .article .content .items .item .icon {
  margin: 16px 0;
}
#contact .article .content .items .item .icon img {
  width: 90px;
  height: 90px;
}
#contact .article .content .items .item .val .t2 {
  font-size: 20px;
  line-height: 30px;
  color: #807e7e;
}
#contact .article .content .contactdata {
  float: left;
  width: 780px;
  float: right;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 50px;
}
#contact .article .content .contactdata img {
  max-width: 100%;
}
#contact .article .content .item2 {
  margin: 110px 0;
}
#contact .article .content .item2 .ewm {
  float: left;
  margin-left: 100px;
}
#contact .article .content .item2 .links {
  float: right;
  margin-top: 25px;
}
#contact .article .content .item2 .links a {
  margin: 0 12px;
}
#contact .article .content .item2 .links a img {
  width: 60px;
  height: 60px;
}
#footer {
  position: relative;
  background-color: #151515;
  background-image: url(../Images/z26.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#footer .contact {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 35px 0;
}
#footer .contact .data {
  height: 90px;
  position: relative;
  color: #565555;
  margin: 35px 0 90px 0;
}
#footer .contact .data .item {
  padding-left: 110px;
  position: absolute;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
  height: 90px;
}
#footer .contact .data .item .t1 {
  font-size: 16px;
  line-height: 26px;
  font-family: HelveticaNeueCE_Roman;
}
#footer .contact .data .item .t2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
#footer .contact .data .item1 {
  background-image: url(../Images/z13.png);
  left: 0;
}
#footer .contact .data .item2 {
  background-image: url(../Images/z14.png);
  left: 450px;
  padding-top: 15px;
}
#footer .contact .data .item3 {
  background-image: url(../Images/z15.png);
  left: 900px;
  padding-top: 0;
}
#footer .contact .cons {
  position: relative;
  height: 120px;
}
#footer .contact .cons .ewm {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .contact .cons .ewm img {
  width: 120px;
  height: 120px;
}
#footer .contact .cons .copyright {
  position: absolute;
  left: 150px;
  top: 20px;
  width: 820px;
  font-size: 13px;
  line-height: 26px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
  font-family: HelveticaNeueCE_Roman;
}
#footer .contact .cons .link {
  position: absolute;
  right: 0;
  top: 40px;
}
#footer .contact .cons .link a {
  margin: 0 10px;
}
#teamlist {
  position: relative;
  background-color: #141313;
  padding: 1px 0;
}
#teamlist .sortlist {
  line-height: 64px;
  text-align: center;
  font-size: 26px;
  border-bottom: solid 1px #2c2b2b;
  width: 1180px;
  margin: 50px auto;
}
#teamlist .sortlist a {
  display: inline-block;
  margin: 0 50px;
  color: #FFFFFF;
  text-decoration: none;
}
#teamlist .sortlist .onfocus {
  color: #c9a971;
  border-bottom: solid 2px #c9a971;
  line-height: 63px;
}
#teamlist .sortlist a:hover {
  color: #c9a971;
}
#teamlist .datalist {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
#teamlist .datalist ul {
  width: 1210px;
  position: relative;
}
#teamlist .datalist ul li {
  width: 188px;
  height: 324px;
  position: relative;
  float: left;
  background-color: #171616;
  margin: 20px 10px 20px 0;
  color: #FFFFFF;
  cursor: pointer;
}
#teamlist .datalist ul li .data {
  padding: 8px;
  position: relative;
}
#teamlist .datalist ul li .data .img {
  height: 242px;
  position: relative;
}
#teamlist .datalist ul li .data .img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.2s;
  border: solid 1px #171616;
}
#teamlist .datalist ul li .data .tit {
  font-size: 16px;
  padding: 0 5px;
  margin-top: 5px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s;
}
#teamlist .datalist ul li .data .pos {
  font-size: 12px;
  padding: 0 5px;
  color: #8b8b8b;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#teamlist .datalist ul li:hover .data .img img {
  transform: scale(1.1);
  border-color: #c9a971;
}
#teamlist .datalist ul li:hover .data .tit {
  color: #c9a971;
  margin-top: 15px;
}
#teamlist .datalist ul li:hover .data .pos {
  color: #c9a971;
}
.layer_team_content {
  background-image: url(../Images/z33.png);
  color: #FFFFFF;
  font-family: HelveticaNeueCE_Roman;
  /*整体部分*/
  /*滑动轨道*/
  /*滑块*/
  /*滑块效果*/
}
.layer_team_content .layer_team {
  position: relative;
}
.layer_team_content .layer_team .title {
  text-align: center;
  line-height: 80px;
  padding-top: 12px;
  font-size: 38px;
  font-weight: bold;
  background-image: url(../Images/z34.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.layer_team_content .layer_team .title span {
  display: inline-block;
}
.layer_team_content .layer_team .pos {
  text-align: center;
  font-size: 26px;
  line-height: 56px;
}
.layer_team_content .layer_team .text {
  font-size: 16px;
  line-height: 36px;
  padding: 10px 40px;
  word-wrap: break-word;
}
.layer_team_content .layer_team .text img {
  max-width: 100%;
}
.layer_team_content .layer_team .close {
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../Images/z35.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.layer_team_content ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.layer_team_content ::-webkit-scrollbar-track {
  border-radius: 0px;
  background: none;
}
.layer_team_content ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.75);
}
.layer_team_content ::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 85, 85, 0.4);
}
#business {
  position: relative;
  background-color: #141313;
  padding: 1px 0;
  background-image: url(../Images/z37.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#business .content {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}
#business .content .name {
  line-height: 80px;
  position: relative;
  font-size: 38px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../Images/z6.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#business .content .name span {
  display: inline-block;
  padding-right: 210px;
  background-image: url(../Images/z5.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#business .content .list {
  margin-top: 50px;
  position: relative;
}
#business .content .list ul {
  position: relative;
  width: 374px;
  float: left;
  margin-right: 29px;
}
#business .content .list ul li {
  padding: 12px;
  background-color: #171616;
  border-radius: 4px;
  margin: 15px 0;
}
#business .content .list ul li .data {
  width: 350px;
  position: relative;
  text-align: center;
}
#business .content .list ul li .data .img img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
#business .content .list ul li .data .tit {
  margin: 16px 0 12px 0;
  font-size: 24px;
  line-height: 36px;
  color: #bababa;
}
#business .content .list ul li:hover .data .img img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
#business .content .list ul li:hover .data .tit {
  color: #c9a971;
}
#business .content .list .ul3 {
  margin-right: 0;
}
#business .content .list:after {
  content: " ";
  display: block;
  clear: both;
}
#projectlist {
  position: relative;
  background-color: #141313;
  padding: 1px 0;
}
#projectlist .sortlist {
  text-align: center;
  font-size: 18px;
  border-bottom: solid 1px #2c2b2b;
  width: 1180px;
  margin: 50px auto 20px;
  padding-top: 40px;
  font-family: HelveticaNeueCE_Roman;
}
#projectlist .sortlist a {
  display: inline-block;
  margin: 0 40px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 50px 0 35px 0;
  line-height: 54px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
#projectlist .sortlist .onfocus {
  color: #c9a971;
}
#projectlist .sortlist a:hover {
  color: #c9a971;
}
#projectlist .sonsortlist iframe {
  display: block;
  width: 100%;
  height: 580px;
  border: none;
  margin: 20px 0;
}
#projectlist .thisname {
  width: 1180px;
  margin: 20px auto;
  position: relative;
  border-bottom: solid 1px #2c2b2b;
  line-height: 60px;
  font-size: 32px;
}
#projectlist .thisname span {
  display: inline-block;
  color: #FFFFFF;
  font-family: HelveticaNeueCE_Roman;
  border-bottom: solid 2px #c9a971;
  line-height: 58px;
}
#projectlist .datalist {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#projectlist .datalist ul {
  width: 1210px;
}
#projectlist .datalist ul li {
  width: 376px;
  height: 356px;
  position: relative;
  float: left;
  margin: 13px 26px 13px 0;
  background-color: #171616;
}
#projectlist .datalist ul li .data {
  width: 348px;
  height: 328px;
  position: relative;
  margin: 14px;
}
#projectlist .datalist ul li .data .img {
  position: relative;
  height: 245px;
  overflow: hidden;
}
#projectlist .datalist ul li .data .img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
#projectlist .datalist ul li .data .img img:hover {
  transform: scale(1.1);
}
#projectlist .datalist ul li .data .tit {
  font-size: 18px;
  height: 56px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}
#projectlist .datalist ul li .data .tit a {
  color: #cdcdcd;
}
#projectlist .datalist ul li .data .tit a:hover {
  color: #c9a971;
}
/*内容详情页*/
#newsshow {
  position: relative;
  background-color: #141313;
  padding: 1px 0;
}
#newsshow .sortlist {
  text-align: center;
  font-size: 18px;
  border-bottom: solid 1px #2c2b2b;
  width: 1180px;
  margin: 50px auto 20px;
  padding-top: 40px;
  font-family: HelveticaNeueCE_Roman;
}
#newsshow .sortlist a {
  display: inline-block;
  margin: 0 40px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 50px 0 35px 0;
  line-height: 54px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 50px;
}
#newsshow .sortlist .onfocus {
  color: #c9a971;
}
#newsshow .sortlist a:hover {
  color: #c9a971;
}
#newsshow .content {
  width: 1180px;
  margin: 30px auto 60px;
  position: relative;
}
#newsshow .content .tit {
  margin: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
#newsshow .content .miaoshu {
  text-align: center;
  margin-bottom: 10px;
}
#newsshow .content .text {
  line-height: 30px;
  font-size: 16px;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.7);
}
#newsshow .content .text img {
  max-width: 100%;
}
#newsshow .content .thePageInfo {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
#page {
  text-align: center;
  margin: 30px 0 30px 0;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  text-decoration: none;
  color: #FFFFFF;
  border: solid 1px #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  margin: 0 3px;
  border-radius: 50%;
  display: inline-block;
  font-family: HelveticaNeueCE_Roman;
}
#page .current {
  color: #c9a971;
  border-color: #c9a971;
}
#page .prev {
  background-image: url(../Images/z31.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#page .next {
  background-image: url(../Images/z32.png);
  background-position: center center;
  background-repeat: no-repeat;
}
