@charset "UTF-8";
.show {
  display: block;
}

.hide {
  display: none;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.pd-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pd-0 {
  padding: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.row {
  position: relative;
  width: 1110px;
  margin: 0 auto;
}

.header-main .header-logo {
  position: relative;
  float: left;
  padding: 20px 0;
  width: 320px;
}

.header-main .header-logo .header-logo-title {
  position: absolute;
  right: 0;
  top: 37px;
  color: #666;
  font-size: 16px;
}

.header-main .header-nav {
  position: relative;
  float: right;
  width: 780px;
  height: 97px;
}

.header-main .header-nav .header-nav-ul {
  float: right;
}

.header-main .header-nav .header-nav-li {
  position: relative;
  display: block;
  float: left;
  margin-left: 20px;
}

.header-main .header-nav .header-nav-li:hover .header-nav-a {
  color: #fff;
  background: #ec9a06;
}

.header-main .header-nav .header-nav-li:hover .header-nav-2x {
  top: 97px;
  display: block;
}

.header-main .header-nav .header-nav-a {
  display: block;
  width: 100px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-main .header-nav .header-nav-a .current {
  color: #fff;
  background: #ec9a06;
}

.header-main .header-nav .header-nav-2x {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 99999999;
  display: none;
  width: 100%;
  background: #222736;
  -webkit-transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-main .header-nav .header-nav-2x a {
  display: block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
}

.header-main .header-nav .header-nav-2x a:hover {
  opacity: 0.8;
}

/*===========================================================首页===================================================*/
.lease-main {
  height: 53px;
  background: #f0f0f0;
}

.lease-main .row {
  line-height: 53px;
}

.lease-main .lease-title {
  float: left;
  height: 53px;
  line-height: 53px;
}

.lease-main .lease-title .lease-title-icon {
  position: relative;
  top: 3px;
  color: #f44742;
  font-size: 28px;
}

.lease-main .lease-title .lease-title-text {
  color: #666;
  font-size: 16px;
}

.lease-main .lease-content {
  position: relative;
  float: left;
  width: 920px;
  height: 53px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
}

.lease-main .lease-content ul {
  position: absolute;
  top: 0;
  width: 100%;
}

.lease-main .lease-content li {
  position: relative;
  display: block;
  height: 53px;
  line-height: 53px;
}

.lease-main .lease-content .red {
  color: #f44742;
}

.lease-main .lease-content .pr {
  position: absolute;
  right: 10px;
  top: 15px;
}

.lease-main .lease-switch {
  position: absolute;
  right: 0;
  top: 12px;
  width: 70px;
  font-size: 0;
}

.lease-main .lease-switch-top, .lease-main .lease-switch-bottom {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.lease-main .lease-switch-top {
  float: right;
  background: #666;
}

.lease-main .lease-switch-bottom {
  float: left;
  background: #666;
}
.lease-main .lease-switch-top:hover,.lease-main .lease-switch-bottom:hover{
    background: #f44742;
}

.news-main {
  margin: 20px 0;
}

.news-main .news-content li {
  position: relative;
  float: left;
}

.news-main .news-content .news-content-left {
  width: 356px;
}

.news-main .news-content .news-content-left .news-content-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-main .news-content .news-content-center {
  padding: 10px;
  width: 410px;
  border: 1px solid #ccc;
  border-left: none;
}

.news-main .news-content .news-content-center .news-content-left {
  float: left;
  width: 75px;
  border: 1px solid #ccc;
}

.news-main .news-content .news-content-center .news-content-left .date {
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  color: #666;
}

.news-main .news-content .news-content-center .news-content-left .datetime {
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background: #ec9a06;
}

.news-main .news-content .news-content-center .news-content-right {
  float: left;
  margin-left: 15px;
}

.news-main .news-content .news-content-center .news-content-right h3 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}

.news-main .news-content .news-content-center .news-content-right p {
  text-indent: 30px;
  font-size: 14px;
  color: #666;
}

.news-main .news-content .news-content-center .news-content-item {
  margin-top: 30px;
}

.news-main .news-content .news-content-center .news-content-item p {
  position: relative;
  height: 31px;
  line-height: 31px;
  color: #666;
}

.news-main .news-content .news-content-center .news-content-item p .iconfont {
  color: #999;
  font-size: 10px;
}

.news-main .news-content .news-content-center .news-content-item p span {
  position: absolute;
  right: 0;
  color: #999;
}

.news-main .news-content .news-content-right {
  width: 300px;
  float: right;
}

.news-main .news-content .news-content-right .news-content-img {
  margin-right: -8px;
}

.news-main .news-content .news-content-right .news-content-img a {
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.business-main {
  padding: 20px 0 30px 0;
  background-color: #4a97f6;
}

.business-main .common-header h2 {
  color: #fff;
}

.business-main .common-header h3 {
  color: #fff;
}

.business-main .common-header b {
  color: #ec9a06;
}

.business-main .common-header .common-header-more {
  color: #fff;
  border: 1px solid #fff;
}

.business-main li {
  float: left;
}
.business-main li a{
    display: block;
}
.business-main li img {
  float: left;
}

.business-main li .business-content-box {
  margin-left: 177px;
  padding-top: 60px;
  width: 180px;
  height: 166px;
  text-align: center;
  background: #fff;
}

.business-main li .business-content-box .business-content-title {
  font-size: 18px;
  color: #333;
}

.business-main li .business-content-box .business-content-desc {
  margin: 0 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

.business-main li .business-content-box .business-content-info {
  margin-top: 15px;
  font-size: 12px;
  color: #666;
}

.elegant-main {
  margin: 20px 0;
}

.elegant-main .elegant-content .elegant-content-img {
  float: left;
}

.elegant-main .elegant-content .elegant-content-box {
  margin-left: 373px;
}

.elegant-main .elegant-content .elegant-content-box .elegant-content-title {
  color: #f44742;
  font-size: 20px;
}

.elegant-main .elegant-content .elegant-content-box .elegant-content-desc {
  margin-top: 20px;
  line-height: 25px;
  text-indent: 30px;
  color: #666;
  font-size: 14px;
}

.elegant-main .elegant-content .elegant-content-box .elegant-content-ul li {
  float: left;
  width: 244px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.elegant-main .elegant-content .elegant-content-box .elegant-content-ul li a{
  display:block;
}

.elegant-main .elegant-content .elegant-content-box .elegant-content-ul h3 {
  padding: 10px 0;
  font-size: 18px;
  color: #333;
}

.elegant-main .elegant-content .elegant-content-box .elegant-content-ul p {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}

/*===========================================================文章内容页===================================================*/
.article-main {
  margin: 90px 0;
}

.article-main .article-title {
  position: relative;
}

.article-main .article-title h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

.article-main .article-title p {
  padding: 10px 0;
  color: #999;
  font-size: 12px;
}

.article-main .article-title span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.article-main .article-title span b {
  font-size: 48px;
}

.article-main .article-content {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}

.article-main .article-content img {
  width: auto;
  max-width: 100%;
}

.article-main .article-link {
  margin-top: 20px;
}

.article-main .article-link a {
  display: block;
  color: #666;
  line-height: 30px;
}

.article-main .article-correlation {
  margin-top: 70px;
}

.article-main .article-correlation .article-correlation-head {
  position: relative;
  font-size: 18px;
  color: #333;
}

.article-main .article-correlation .article-correlation-head .article-correlation-desc {
  margin-left: 5px;
  color: #999;
  font-size: 14px;
}

.article-main .article-correlation .article-correlation-head .article-correlation-switch {
  position: absolute;
  right: 0;
  top: 0;
}

.article-main .article-correlation .article-correlation-head .article-correlation-switch span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.article-main .article-correlation .article-correlation-head .article-correlation-switch span .iconfont {
  font-size: 12px;
}

.article-main .article-correlation .article-correlation-head .article-correlation-switch .switch-prev {
  background: #f44742;
}

.article-main .article-correlation .article-correlation-head .article-correlation-switch .switch-next {
  background: #b6b5ba;
}

.article-main .article-correlation .article-correlation-content {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 179px;
  overflow: hidden;
}

.article-main .article-correlation .article-correlation-content ul {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: -10px;
  width: 4000px;
  height: 179px;
  overflow: hidden;
}

.article-main .article-correlation .article-correlation-content li {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 269px;
  /*height: 179px;*/
  cursor: pointer;
}
.article-main .article-correlation .article-correlation-content li img{
    width:100%;
}

.article-main .article-correlation .article-correlation-content li:hover .mask {
  top: 0;
}

.article-main .article-correlation .article-correlation-content li .mask {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-main .article-correlation .article-correlation-content li .mask p {
  margin-top: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-main .article-correlation .article-correlation-content li .mask a {
  margin-top: 20px;
  padding: 5px 25px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-main .article-correlation .article-correlation-content li .mask a:hover {
  color: #000;
  background: #fff;
}

.common-main {
  padding: 30px 0;
  background: url(../images/bg.jpg) no-repeat center bottom;
}

.common-article-box {
  display:block;
  margin-left: 350px;
}

.common-article-box .common-article-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.common-article-box .common-article-desc {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  text-indent: 30px;
  line-height: 25px;
}

.common-article-box .common-article-link {
  text-align: right;
}

.common-article-box .common-article-link span{
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #ec9a06;
}

.common-header {
  position: relative;
}

.common-header h2 {
  color: #ccc;
  font-weight: normal;
  font-size: 38px;
  text-transform: Uppercase;
}

.common-header h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #333;
}

.common-header h3 b {
  font-size: 20px;
  color: #f44742;
}

.common-header .common-header-more {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ccc;
}

.common-item {
  margin: 30px 0;
}

.common-item li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.common-item li a{
  display:block;
}

.common-item .common-item-left {
  float: left;
  width: 85px;
  height: 85px;
  text-align: center;
  background-color: #eee;
}

.common-item .common-item-left .date {
  padding: 5px 0;
  font-size: 30px;
  color: #f44742;
}

.common-item .common-item-left .datetime {
  color: #999;
}

.common-item .common-item-right {
  margin-left: 115px;
}

.common-item .common-item-right .common-item-title {
  margin-bottom: 5px;
  font-size: 20px;
  color: #333;
}

.common-item .common-item-right .common-item-title .common-item-browse {
  float: right;
  color: #999;
}

.common-item .common-item-right .common-item-title .common-item-label {
  *display: inline-block;
  margin-left: 10px;
  padding: 1px 7px;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
}

.common-item .common-item-right .common-item-title .common-item-label .iconfont {
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}

.common-item .common-item-right .common-item-title .common-item-label:hover {
  opacity: 0.8;
}

.common-item .common-item-right .common-item-title .common-item-label.video {
  background-color: #3084d1;
}

.common-item .common-item-right .common-item-title .common-item-label.img {
  background-color: #ec9a06;
}

.common-item .common-item-right .common-item-title.current {
  color: #f44742;
}

.common-item .common-item-right .common-item-desc {
  line-height: 25px;
  color: #666;
}

.common-item .common-item-right .common-item-desc .common-item-look {
  color: #f44742;
}

.common-load {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  background: #eee;
}

.common-load .iconfont {
  position: relative;
  top: 2px;
  margin-left: 5px;
  font-weight: bold;
}

.common-project {
  margin-bottom: 80px;
}

.common-project .common-project-ul {
  margin-right: -12px;
}

.common-project .common-project-ul li {
  float: left;
  width: 268px;
  margin-right: 12px;
  margin-bottom: 40px;
  overflow: hidden;
}

.common-project .common-project-ul .common-project-img {
  position: relative;
}

.common-project .common-project-ul .common-project-img:hover .common-project-mask {
  top: 0;
}

.common-project .common-project-ul .common-project-mask {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.common-project .common-project-ul .common-project-mask p {
  margin-top: 100px;
  padding: 0 20px;
  text-indent: 30px;
  line-height: 23px;
}

.common-project .common-project-ul .common-project-mask a {
  padding: 5px 0;
  display: block;
  width: 100px;
  margin: 20px auto 0 auto;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.common-project .common-project-ul .common-project-mask a:hover {
  color: #000;
  background: #fff;
}

.common-project .common-project-ul .common-project-title {
  padding: 5px 0;
  font-size: 18px;
  color: #333;
  min-height: 54px;
    max-height: 54px;
    overflow: hidden;
}

.common-project .common-project-ul .common-project-desc {
  font-size: 12px;
  color: #999;
}

.common-project .common-project-ul .common-project-desc .iconfont {
  font-size: 12px;
}

.common-project2x {
  margin-bottom: 80px;
}

.common-project2x .common-project2x-ul {
  margin-right: -10px;
}

.common-project2x .common-project2x-ul li {
  float: left;
  padding: 10px;
  width: 343px;
  margin-right: 10px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.common-project2x .common-project2x-ul li a{
  display:block;
}
.common-project2x .common-project2x-ul li:hover {
  background: #f2f2f2;
}

.common-project2x .common-project2x-ul li:hover .common-project2x-title {
  color: #f44742;
}

.common-project2x .common-project2x-ul li:hover .common-project2x-link span {
  color: #fff;
  border: 1px solid #ec9a06;
  background: #ec9a06;
}

.common-project2x .common-project2x-ul .common-project2x-title {
  padding: 5px 0;
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.common-project2x .common-project2x-ul .common-project2x-desc {
  font-size: 14px;
  color: #666;
  text-indent: 30px;
  line-height: 24px;
}

.common-project2x .common-project2x-ul .common-project2x-link {
  margin-top: 30px;
  text-align: right;
}

.common-project2x .common-project2x-ul .common-project2x-link span {
  display: inline-block;
  width: 66px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  font-size: 12px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.common-architecture {
  padding: 100px 0;
}

.common-recruitment .common-recruitment-desc {
  font-size: 16px;
}

.common-table {
  margin: 30px 0;
}

.common-table table {
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.common-table table tr {
  border-bottom: 1px solid #ddd;
}

.common-table table thead tr {
  font-size: 18px;
  background: #f4f4f4;
}

.common-table table thead th {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
}

.common-table table tbody td {
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.common-table table tbody td .blue {
  color: #217cc9;
  font-weight: bold;
}

.common-table table tbody td .common-table-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #c8c8c8;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.common-table table tbody tr:hover, .common-table table tbody .current {
  background: #f4f4f4;
}

.common-table table tbody .common-table-detail {
  display: none;
}

.common-table table tbody .common-table-detail td {
  padding: 20px 0 30px 65px;
  text-align: left;
}

.common-table table tbody .common-table-detail td h4 {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.common-table table tbody .common-table-detail td p {
  padding: 5px 0;
  font-size: 16px;
  color: #666;
}

.common-table table tbody .common-table-detail td p b {
  color: #d01010;
}

.common-table table tbody .common-table-detail td .common-table-link {
  margin-top: 30px;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #d01010;
}

.min-banner-main {
  text-align: center;
}

.min-banner-main img {
  width: auto;
  max-width: 100%;
}

.bread-main {
  height: 45px;
  border-bottom: 1px solid #ddd;
}

.bread-main .bread-title {
  position: absolute;
  top: -45px;
  left: 0;
  width: 230px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background: #ec9a06;
}

.bread-main .bread-title a {
  font-size: 16px;
  color: #fff;
}

.bread-main .bread-title .arrow {
  font-size: 10px;
}

.bread-main .bread-tab {
  position: absolute;
  right: 0;
  top: 0;
}

.bread-main .bread-tab a {
  display: block;
  float: left;
  margin-left: 20px;
  height: 43px;
  line-height: 43px;
  color: #333;
}

.bread-main .bread-tab .current {
  color: #f44742;
  border-bottom: 2px solid #f44742;
}

.footer-main .footer-top {
  padding: 15px 0;
  background: #282e3e;
}

.footer-main .footer-top .footer-top-l {
  float: left;
}

.footer-main .footer-top .footer-top-l .footer-top-l-item .iconfont {
  margin-right: 6px;
  color: #586072;
}

.footer-main .footer-top .footer-top-l .footer-top-l-item p {
  line-height: 28px;
  color: #a6b1c8;
}

.footer-main .footer-top .footer-top-r {
  float: right;
}

.footer-main .footer-top .footer-top-r .footer-top-r-ul {
  float: right;
}

.footer-main .footer-top .footer-top-r .footer-top-r-ul li {
  float: left;
  margin-left: 70px;
}

.footer-main .footer-top .footer-top-r .footer-top-r-ul h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
}

.footer-main .footer-top .footer-top-r .footer-top-r-ul a {
  display: block;
  line-height: 28px;
  color: #a6b1c8;
}

.footer-main .footer-top .footer-top-r .footer-top-r-ul a:hover {
  text-decoration: underline;
}

.footer-main .footer-bottom {
  padding: 15px 0;
  color: #586072;
  background: #222736;
}

.footer-main .footer-bottom .pr {
  position: absolute;
  right: 0;
}
