﻿@charset "utf-8";
@font-face {
  font-family: "siyuanziti";
  src: url("../fonts/siyuanziti.woff2") format("woff2"), url("../fonts/siyuanziti.woff") format("woff"), url("../fonts/siyuanziti.ttf") format("truetype"), url("../fonts/siyuanziti.eot") format("embedded-opentype"), url("../fonts/siyuanziti.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITCAvantGardeStd-Bk";
  src: url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"),
       url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff"),
       url("../fonts/ITCAvantGardeStd-Bk.ttf") format("truetype"),
       url("../fonts/ITCAvantGardeStd-Bk.eot") format("embedded-opentype"),
       url("../fonts/ITCAvantGardeStd-Bk.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ITCAvantGardeStd-XLt";
  src: url("../fonts/ITCAvantGardeStd-XLt.woff2") format("woff2"),
       url("../fonts/ITCAvantGardeStd-XLt.woff") format("woff"),
       url("../fonts/ITCAvantGardeStd-XLt.ttf") format("truetype"),
       url("../fonts/ITCAvantGardeStd-XLt.eot") format("embedded-opentype"),
       url("../fonts/ITCAvantGardeStd-XLt.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-family: "siyuanziti", "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
  position: relative;
  background-color: #ededed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.container {
  width: 93.75%;
}

/*******头部********/
.cd-home-content, .cd-within-content {
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
}
.cd-within-content {
  max-width: 1440px;
}
.cd-within-content header {
  max-width: 1440px;
}
.cd-within-content footer {
  background-color: #212121;
  padding: 29px 3.125%;
}
.cd-within-content footer .f-nav li a {
  color: #ffffff;
}
.cd-within-content footer .f-copyright, .cd-within-content footer .f-copyright a {
  color: #ffffff;
}
header {
  width: 100%;
  max-width: 1600px;
  background: #fff;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 1000;
}
header .headmenu {
  width: 100%;
  padding: 0 3.125%;
  margin: 0 auto;
  position: relative;
}
header .headmenu:after {
  content: '';
  position: absolute;
  background: #ffffff;
  z-index: 9;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}
header .logo {
  padding: 18px 0 17px;
  float: left;
  position: relative;
  z-index: 10;
}
header .header-menu {
  position: relative;
  float: right;
}
header .header-menu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ededed;
  z-index: 10;
}
header .header-nav {
  float: right;
}
header .header-nav li {
  float: left;
  position: relative;
}
header .header-nav li>a {
  display: block;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #333333;
  z-index: 10;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
header .header-nav li>a span {
  z-index: 2;
  position: relative;
}
header .header-nav li>a .bkg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 1;
  background-color: #2971cf;
  -webkit-transition: top 200ms;
  transition: top 200ms;
}
header .header-nav li:hover>a, 
header .header-nav li:hover>a .bkg {
  color: #fff;
  top: 0;
}
header .header-nav li:hover .second-level {
  top: 90px;
  z-index: 2;
}

.second-level {
  position: absolute;
  top: -100%;
  background-color: #4c4a4f;
  overflow: hidden;
  -webkit-transition: top 300ms;
  transition: top 300ms;
}
.second-level .second-level-box {
  padding: 0 60px;
}
.second-level>.second-level-box>a {
  float: left;
  padding: 0 16px;
  font-size: 14px;
  line-height: 61px;
  color: #d2ced5;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.second-level>.second-level-box>a:hover {
  color: #2971cf;
}

.menu_about {
  width: calc(883px + 104px);
}
.menu_news {
  width: calc(779px + 104px);
}
.menu_business {
  width: calc(675px + 104px);
}
.menu_investor {
  width: calc(571px + 104px);
}
.menu_citizenship {
  width: calc(451px + 104px);
}
.menu_join {
  width: calc(1357px - 104px);
  right: 0;
}
.menu_join .second-level-box {
  float: right;
}

.cd-within-content .menu_about {
  width: calc(878px + 104px);
}
.cd-within-content .menu_news {
  width: calc(774px + 104px);
}
.cd-within-content .menu_business {
  width: calc(670px + 104px);
}
.cd-within-content .menu_investor {
  width: calc(566px + 104px);
}
.cd-within-content .menu_citizenship {
  width: calc(446px + 104px);
}
.cd-within-content .menu_join {
  width: calc(1202px - 104px);
}

.h-mail {
  float: right;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}
.h-mail a {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.h-mail .fffice, .h-mail .mail {
  float: left;
  height: 90px;
  line-height: 90px;
  padding-left: 20px;
  position: relative;
}
.h-mail .fffice a {
  background-image: url(../images/icon01.jpg);
}
.h-mail .mail a {
  background-image: url(../images/icon02.jpg);
}
.h-mail .fffice:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  height: 20px;
  background: #ededed;
  width: 1px;
  margin-top: -10px;
}
.menu {
  position: absolute;
  right: 75px;
  top: 73px;
}
.menu strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}
.header-box.scoll {
}
.header-box.scoll .header {
}
.menu {
  cursor: pointer;
  z-index: 9999;
}
#menu_toggle1 {
  display: none;
}
.menu span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 3px;
  background-color: #2c9cde;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}
.menu span:after, .menu span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 3px;
  left: 0;
  border-radius: 2px;
  background-color: #2c9cde;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
.menu span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}
.menu span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.menu.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.menu.active span:after, .menu.active span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}
.menu.active span:before {
  top: 0;
  background: #2c9cde;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.active span:after {
  bottom: 0;
  background: #2c9cde;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menubox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: none;
  overflow-y: auto;
  z-index: 999;
}
.menus-list {
  position: relative;
  top: 80px;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 20px;
}
.menus-list li {
  position: relative;
}
.menus-list li:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: ReturnToNormal;
  animation-name: ReturnToNormal;
  border-bottom: 1px solid #e5e5e5;
}
.menus-list li a {
  display: block;
  padding: 16px;
  color: #323232;
  font-size: 20px;
  text-align: center;
}
.menudown {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #ccc;
  line-height: 50px;
  font-size: 16px;
}
.menudown div.row div+div {
  border-left: 1px solid #fff;
}
@-webkit-keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }
  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}
@keyframes ReturnToNormal {
  0% {
    -webkit-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    transform: translate:scale(0.1, 1);
  }
  100% {
    -webkit-transform: scaleX(1, 1);
    -ms-transform: scale(1, 1);
    transform: translate:scaleX(1, 1);
  }
}
.menu-leval {
  position: relative;
  padding: 0 20px 20px;
  display: none;
  background-color: #eee;
}
.menu-leval li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 14px;
}

/*********尾部************/
footer {
  background-color: #ffffff;
  overflow: hidden;
  color: #333333;
  padding: 25px 3.125% 40px;
}
footer .f-nav {
  float: left;
}
footer .f-nav li {
  float: left;
  padding-right: 32px;
  position: relative;
}
footer .f-nav li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  height: 14px;
  width: 1px;
  margin-top: -7px;
  background: #e5e5e5;
}
footer .f-nav li:last-child {
  padding-right: 0;
}
footer .f-nav li:last-child:after {
  display: none;
}
footer .f-copyright {
  float: right;
  color: #999999;
}
footer .f-copyright a {
  color: #999;
}

/*****主体开始***首页****/
#banner, .banner {
  position: relative;
  overflow: hidden;
}
.banner .bannerfix >li {
  height: 100%;
  line-height: 0;
  opacity: 0;
  transition: opacity 1000ms linear;
  -webkit-transition: opacity 1000ms linear;
  float: left;
  position: relative;
}
.banner .bannerfix >li .bimg {
  line-height: 0;
  width: 100%;
  max-width: inherit;
  position: relative;
  transition: transform 5s ease;
  -webkit-transition: transform 5s ease;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.banner .bannerfix >li.imgIn {
  opacity: 1;
  z-index: 10;
  display: block;
}
.banner .bannerfix >li.imgIn .bimg {
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner .flex-control-nav {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  z-index: 20;
}
.banner .flex-control-nav li {
  display: inline-block;
  position: relative;
}
.banner .flex-control-nav li a {
  display: block;
  text-indent: 999px;
  overflow: hidden;
  height: 12px;
  width: 12px;
  border: 2px solid #ffffff;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
}
.banner .flex-control-nav li a.flex-active {
  background: #ffffff;
}
.banner .text {
  position: absolute;
  top: 50%;
  left: 5.625%;
  width: 100%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .text .h1 {
  letter-spacing: 2px;
  font-size: 36px;
  color: #052558;
  font-weight: bold;
}
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.kwicks.kwicks-processed > * {
  margin: 0;
  position: absolute;
}
.kwicks-horizontal > * {
  float: left;
}
.kwicks-horizontal >:first-child {
  margin-left: 0;
}
.kwicks-vertical >:first-child {
  margin-top: 0;
}
.in-box01 {
  height: 260px;
  position: relative;
}
.in-con01 {
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.in-con01 .kwicks {
  height: 260px;
}
.in-con01 .kwicks .kwicks-li {
  height: 260px;
  overflow: visible;
}
.in-comarea {
  width: 100%;
  height: 260px;
  position: absolute;
  bottom: 0;
  z-index: 10;
  webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.label_title {
  position: absolute;
  right: 6.25%;
  top: 0;
  width: 58px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9;
  text-align: center;
  height: 74px;
  line-height: 1.6;
  padding: 10px 0;
  background: url(../images/label_title.png) no-repeat center;
}
.in-area01 {
  background: #2971cf;
  overflow: hidden;
}
.in-area01 h3 {
  font-family: "ITCAvantGardeStd-XLt";
  font-size: 25px;
  font-weight: 300;
  color: #152d54;
  display: none;
}
.in-area01 .com-rows_2 {
  color: #fff;
  font-size: 28px;
  padding: 0 0 15px;
}
.in-area01btn {
  color: #fff;
  font-size: 16px;
}
.in-area01 .area_text {
  height: 260px;
  display: block;
  padding: 8% 6.25%;
}

.area_href {
  position: relative;
  display: block;
  color: #ffffff !important;
}
.area_img {
  position: absolute;
  bottom: 0;
  right: 0;
  /*padding: 8% 6.25%;*/
}

.in-area03 {
  background-color: #2971cf;
  color: #ffffff;
}
.in-area03 .in-hiSliderbox .hiSlider-item {
  background-color: #2971cf;
}
.in-area03 .area_text, .in-area04 .area_text {
  height: 260px;
  padding: 6% 6.25%;
}
.in-area03 .time, .in-area04 .time {
  font-family: "ITCAvantGardeStd-XLt";
  font-size: 30px;
  font-weight: 300;
}
.in-area03 .in-area03btn, .in-area04 .in-area04btn {
  padding-top: 10px;
  font-size: 24px;
  width: 65%;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in-area03 .hiSlider-pages a, .in-area04 .hiSlider-pages a {
  background: rgba(255, 255, 255, 0.1);
}
.in-area03 .hiSlider-pages a.active, .in-area04 .hiSlider-pages a.active {
  background: rgba(255, 255, 255, 1.0);
}
.in-area03 .area_text .img,
.in-area04 .area_text .img {
  position: absolute;
  top: 50%;
  right: 6.25%;
  width: 27%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.in-area04 {
  background: url(../images/h-main02.png) repeat-x top left;
  color: #ffffff;
}
.in-area04box02 {
  width: 100%;
  height: 100%;
  position: relative;
}
.in-area04img01 {
  position: absolute;
  top: -94px;
  right: 0;
  z-index: 3;
  -webkit-transition: all .2s ease-out .2s;
  -moz-transition: all .2s ease-out .2s;
  -ms-transition: all .2s ease-out .2s;
  -o-transition: all .2s ease-out .2s;
  transition: all .2s ease-out .2s;
}

/*-------------------滚动内容区域-------------------*/
.hiSlider {
  overflow: hidden;
}
.hiSlider-item {
  float: left;
}
.hiSlider-pages {
  position: absolute;
  bottom: 30px;
  height: 8px;
  line-height: 8px;
  font-size: 0;
}
.hiSlider-pages a {
  background: #cdd1d7;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}
.hiSlider-pages a.active {
  background: #2970cd;
}
.in-hiSliderbox {
  height: 100%;
  position: relative;
}
.in-hiSliderbox .hiSlider-wrap {
  webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.in-comarea:hover .in-hiSliderbox .hiSlider-wrap {
}
.in-hiSliderbox .hiSlider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.in-hiSliderbox .hiSlider-pages {
  margin-left: 6.25%;
}

/*内页*/
.banner-fixed {
  position: relative;
}
.banner-fixed .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  position: relative;
}
.banner-fixed .text {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 32px;
  padding: 4% 4.1667%;
}
.banner-fixed .text span {
  font-family: "ITCAvantGardeStd-Bk";
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.w-breadcrumb {
  border-bottom: 1px solid #e7e7e7;
}
.w-breadcrumb .w-nav {
}
.w-breadcrumb .w-nav li {
  margin-right: 35px;
  float: left;
}
.w-breadcrumb .w-nav li:last-child {
  margin-right: 0;
}
.w-breadcrumb .w-nav li a {
  color: #333333;
  font-size: 16px;
  padding: 29px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.w-breadcrumb .w-nav li a:after,
.product-tab a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #2971cf;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.w-breadcrumb .w-nav li a:hover:after, 
.w-breadcrumb .w-nav li.active a:after,
.product-tab a:hover:after,
.product-tab li.active a:after {
  width: 100%;
  left: 0;
}

/*分页*/
.breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  background: url(../images/breadcrumb-home.jpg) no-repeat left center;
  padding-left: 24px;
  color: #333333;
  font-size: 16px;
}
.breadcrumb>li a, .breadcrumb>.active {
  color: #333333;
}
.breadcrumb>li+li:before {
  content: '';
  padding: 0 8px;
  background: url(../images/icon03.jpg) no-repeat center;
}

/*分页*/
.pagination {
  margin: 0 auto;
}
.pagination li a, 
.pagination li span {
  margin: 0 -1px 0 0;
  border-radius: 0 !important;
  background-color: transparent;
  color: #333333;
  border-color: #eceff1;
  padding: 0;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-family: "ITCAvantGardeStd-Bk";
}
.pagination li.active a, 
.pagination li.active span {
  color: #fff;
  border-color: #2971cf;
  background-color: #2971cf;
}
.w-title {
  font-size: 16px;
  color: #333;
  padding-bottom: 25px;
}
.w-title .title-img {
  display: block;
  font-family: "ITCAvantGardeStd-Bk";
  font-weight: bold;
      font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(0,0,0,.08);
}
.w-title .title-text {
  font-size: 26px;
  padding: 10px 0 0;
  font-weight: bold;
}
.w-title .title-en {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "ITCAvantGardeStd-Bk";
}
.w-title p {
  color: #999999;
  font-size: 14px;
}

/*内容主体*/
.about {
  padding: 70px 0 0;
}
.about-text {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  padding-bottom: 60px;
  /*width: 87.1212%;*/
}
.about-text p {
  text-indent: 36px;
  padding-bottom: 20px;
}
.video-about iframe {
  display: block;
  width: 100%;
  height: 600px;
}

/*发展历程*/
.course {
  padding: 50px 0 70px;
}
.course-swiper {
  position: relative;
  padding: 0 100px;
}
.course-swiper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
.course-swiper li {
  position: relative;
}
.course-swiper li:nth-child(2n) .box {
  margin-top: 160px;
}
.course-swiper li:nth-child(2n) .box:after {
  bottom: inherit;
  top: -6px;
}
.course-swiper .box {
  padding: 15px 0;
  position: relative;
  height: 160px;
}
.course-swiper .box:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
}
.course-swiper .time {
  font-size: 36px;
  font-weight: bold;
  color: #0d428a;
  font-family: "ITCAvantGardeStd-Bk";
}
.course-swiper .text {
  font-size: 16px;
  color: #555;
}
.course-swiper .course-prev, .course-swiper .course-next {
  height: 48px;
  width: 48px;
  background-size: 48px 48px;
  margin-top: -24px;
  opacity: 1;
  border-radius: 100%;
}
.course-swiper .course-prev {
  background-image: url(../images/prev01.jpg);
  left: 0;
}
.course-swiper .course-next {
  background-image: url(../images/next01.jpg);
  right: 0;
}
.history-honor {
  width: 100%;
  height: 660px;
  background: url(../images/history-bg.jpg) #0d428a center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
}
.history-honor .w-title, .history-honor .w-title p {
  color: #ffffff;
}
.honor-shade {
  opacity: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle-con {
  width: 65%;
  height: 410px;
  top: 190px;
  left: 17.5%;
  position: absolute;
}
.circle {
  cursor: default;
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  transition: transform .3s ease-out;
  position: absolute;
  border-radius: 100%;
  background: #ffffff;
  text-align: center;
  color: #0d428a;
}
.circle:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
}
.circle .box {
  width: 100%;
}
.circle .title {
  font-size: 28px;
  font-family: "ITCAvantGardeStd-Bk";
  line-height: 1.2;
}
.circle .line2-9dc815 {
  height: 1px;
  background: #0d428a;
}
.circle .line2-fff {
  height: 1px;
  background: #ffffff;
}
.circle .text {
  font-size: 15px;
}
.circle01 {
  width: 220px;
  height: 220px;
  padding: 0 30px;
  bottom: 0;
  left: 0;
  color: #0d428a;
}
.circle01 .line2-9dc815 {
  margin: 10px 0;
}
.circle02 {
  width: 175px;
  height: 175px;
  padding: 0 20px;
  bottom: 1%;
  left: 37%;
  color: #0d428a;
}
.circle02 .title {
  font-size: 28px;
}
.circle02 .text {
  font-size: 15px;
}
.circle02 .line2-9dc815 {
  margin: 8px 0;
}
.circle03 {
  width: 260px;
  height: 260px;
  padding: 0 30px;
  top: 0;
  left: 14%;
  background: #0b54b6;
  color: #ffffff;
}
.circle03 .title {
  font-size: 48px;
}
.circle03 .line2-fff {
  margin: 15px 0 20px;
}
.circle03 .text {
  font-size: 14px;
}
.circle04 {
  width: 174px;
  height: 174px;
  padding: 0 20px;
  top: 19%;
  right: 20%;
  background: #0b54b6;
  color: #ffffff;
}
.circle04 .title {
  font-size: 31px;
}
.circle04 .line2-fff {
  margin: 8px 0;
}
.circle04 .text {
  font-size: 15px;
}
.circle05 {
  width: 217px;
  height: 217px;
  padding: 0 30px;
  bottom: 0.5%;
  right: 2.1%;
}
.circle05 .title {
  font-size: 54px;
}
.circle05 .line2-9dc815 {
  margin: 10px 0;
}
.circle05 .text {
}
.circle06 {
  width: 146px;
  height: 146px;
  padding: 0 20px;
  top: 8%;
  right: 0;
}
.circle06 .title {
  font-size: 17px;
}
.circle06 .line2-9dc815 {
  margin: 4px 0;
}
.circle06 .text {
  font-size: 14px;
}
.circle07 {
  width: 190px;
  height: 190px;
  padding: 0 20px;
  top: 10%;
  left: 42.50%;
  color: #0d428a;
}
.circle07 .title {
  font-size: 45px;
}
.circle07 .line2-9dc815 {
  margin: 5px 0;
}
.circle07 .text {
  font-size: 15px;
}
@media (min-width:900px) and (max-width:1160px) {
  .history-honor {
    height: 540px;
  }
  .circle-con {
    width: 92%;
    height: 420px;
    top: 80px;
    left: 4%;
  }
}
@media (min-width:801px) and (max-width:899px) {
  .history-honor {
    height: 540px;
  }
  .circle-con {
    width: 96%;
    height: 420px;
    top: 80px;
    left: 2%;
  }
  .circle04 {
    right: 20%;
  }
  .circle05 {
    right: 3%;
  }
}
@media (max-width:800px) {
  .history-honor {
    height: 960px;
  }
  .circle-con {
    width: 98%;
    height: 880px;
    top: 50px;
    left: 1%;
  }
  .circle01 {
    width: 210px;
    height: 210px;
    padding: 40px 30px 0;
    bottom: auto;
    top: 26%;
    left: 2%;
  }
  .circle02 {
    width: 180px;
    height: 180px;
    padding: 30px 20px 0;
    bottom: auto;
    top: 44%;
    left: auto;
    right: 5%;
  }
  .circle03 {
    width: 260px;
    height: 260px;
    padding: 40px 30px 0;
    top: 10%;
    left: 15%;
  }
  .circle04 {
    width: 190px;
    height: 190px;
    padding: 30px 20px 0;
    top: 50%;
    left: 5%;
    right: auto;
  }
  .circle05 {
    width: 250px;
    height: 250px;
    padding: 50px 30px 0;
    bottom: 7%;
    right: 2%;
  }
  .circle06 {
    width: 166px;
    height: 166px;
    padding: 25px 20px 0;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
  }
  .circle07 {
    width: 180px;
    height: 180px;
    padding: 30px 20px 0;
    top: 23%;
    left: auto;
    right: 0;
  }
}
/*名城荣誉*/
.timeline-box {
  padding: 60px 0;
  position: relative;
}
#timeline {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #e5e5e5;
  left: 50%;
  margin-left: -1px;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  position: relative;
  text-align: right;
  margin-bottom: 25px;
}
#timeline .timeline-item .timeline-icon {
  border: 2px solid #e5e5e5;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -6px;
  border-radius: 100%;
}
#timeline .timeline-item .timeline-content {
  width: 47%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .timeline-item:nth-child(2n) {
  text-align: left;
}
#timeline .timeline-item:nth-child(2n) .timeline-content {
  float: right;
}
.timeline-txt, 
.timeline-year {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.timeline-year {
  color: #0d428a;
  font-size: 30px;
  padding-bottom: 10px;
  font-family: "ITCAvantGardeStd-Bk";
}
.timeline-txt {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
}
.load-more a {
  display: block;
  border: 2px solid #e5e5e5;
  width: 140px;
  height: 40px;
  line-height: 36px;
  color: #999;
  margin: 0 auto;
  cursor: pointer;
}
.honor-footer {}
.honor-footer .col-sm-6 {
  padding: 0;
  color: #ffffff;
}
.honor-footer .col-sm-6 .box {
  padding: 8.3333%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.honor-footer .box .title {
  font-size: 46px;
  font-weight: bold;
  font-family: "ITCAvantGardeStd-Bk";
}
.honor-footer .box .text {
  font-size: 26px;
  padding-bottom: 15px;
  font-family: "ITCAvantGardeStd-Bk";
}
.honor-footer .box .border {
  height: 3px;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
}
.honor-footer .box .more {
  font-size: 18px;
  color: #ffffff;
  margin-top: 90px;
  display: inline-block;
  padding-right: 16px;
  background: url(../images/icon04.png) no-repeat right center;
}
.honor-footer .box .more-video {
  background: url(../images/icon09.png) no-repeat right center;
  padding-right: 30px;
}
/*新闻资讯*/
.news {
  position: relative;
  min-height: 700px;
}
.news-width {
  padding-bottom: 60px;
  margin-right: 396px;
  border-right: 1px solid #e5e5e5;
}
.news-box,
.project-box {
  padding: 15px 60px 30px;
}
.news-box li,
.project-box li {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  position: relative;
}
.news-box li .con {}
.news-box li .con .img {
  width: 23.40%;
}
.news-box li .con .img img {
  width: 100%;
}
.news-box li .con .text {
  width: 73.67%;
}
.news-box li .con .text h3 {
  padding-bottom: 10px;
  font-size: 18px;
}
.news-box li .con .text h3 a,
.project-box .text h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.news-box li .con .text h3:hover a,
.project-box .text h3:hover a {
  color: #0057a8;
}
.news-box li .con .text p {
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  overflow: hidden;
}
.news-box li .con .text .time {
  color: #999999;
  font-family: "ITCAvantGardeStd-Bk";
}
.news-box li.no-img .con .text {
  width: 85.25%;
}
.news-head {
  position: absolute;
  right: 0;
  top: 0;
  width: 396px;
}
.news-head-swiper {}
.news-head-swiper .img {
  max-height: 260px;
  overflow: hidden;
}
.news-head-swiper .img img {
  width: 100%;
  display: block;
}
.news-head-swiper .text {
  background: url(../images/news-head02.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-size: 18px;
  padding: 30px 12.6% 70px;
}
.news-head-swiper .time {
  font-size: 44px;
  padding-bottom: 10px;
  font-family: "ITCAvantGardeStd-XLt";
}
.news-head-swiper p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.news-head-swiper .swiper-pagination {
  bottom: 30px;
  text-align: left;
  left: 12.6%;
}
.news-head-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.news-head-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.news-head-box {
  display: block;
}
/*项目公示*/
.project-box .con {
  position: relative;
}
.project-box .time {
  font-weight: bold;
  width: 95px;
  background-color: #e5e5e5;
  color: #333333;
  padding: 10px 16px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-box .time .day {
  font-size: 35px;
  color: #0057a8;
  line-height: 1;
}
.project-box .text {
  padding: 25px 0 25px 120px;
  width: 100%;
}
.project-box .text h3 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
}
.project-box .text p {
  font-size: 14px;
  color: #666666;
}
/*新闻详情*/
.news-details {}
.news-details-text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.news-title {
  position: relative;
}
.news-title .share {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.news-title .share .share-text {
  float: left;
  line-height: 28px;
  padding-right: 10px;
}
.news-title .share .bdsharebuttonbox {
  float: left;
}
.news-details-text .title {
  font-size: 28px;
  padding-bottom: 10px;
  color: #333;
}
.news-details-text .time {
  color: #bcbcbc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.news-details-text .time span {
    font-family: "ITCAvantGardeStd-Bk";
}
.news-details-text .con {
  line-height: 1.6;
  color: #555555;
  font-size: 16px;
}
.news-details-page {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding: 25px 0;
}
.news-details-page:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  background-color: #e5e5e5;
  height: 54px;
  margin-top: -27px;
}
.list-page {}
.list-page li {
  float: left;
  width: 330px;
  line-height: 1.6;
}
.list-page li:last-child {
  float: right;
  text-align: right;
}
.list-page li .img {
  width: 83px;
}
.list-page li p {
  width: 210px;
}
.list-page li a {
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  background: url(../images/icon05.jpg) no-repeat left center;
}
.list-page li a:hover {
  color: #0d428a;
}
.list-page li:last-child a {
  padding-left: 0;
  padding-right: 20px;
  background: url(../images/icon06.jpg) no-repeat right center;
}
/*人才招聘*/
.recruit {
  position: relative;
  min-height: 500px;
}
.recruit .news-details-text {
  max-width: 920px;
}
.recruit .news-box li {
  padding: 25px 0;
}
.recruit .news-box li .con .text h3 {
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.recruit .news-box li .con .text h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  margin-top: -4px;
  width: 8px;
  border-radius: 100%;
  background-color: #ccc;
}
.recruit .news-box li .con .time {
  font-size: 16px;
  color: #ccc;
  position: relative;
}

/*投资者关系*/
.investor {}
.investor-text {
  font-size: 16px;
  color: #666666;
  padding: 60px 0 50px;
  line-height: 1.6;
}
.investor-shares {
  background-color: #0d428a;
  color: #ffffff;
  text-align: center;
}
.investor-shares .col-sm-6 {
  padding: 0;
}
.investor-shares .box {
  padding: 5%;
}
.investor-shares .box .icon {
  padding-bottom: 5px;
}
.investor-shares .box .title {
  font-size: 46px;
  font-family: "ITCAvantGardeStd-Bk";
}
.investor-shares .box p {
  font-size: 16px;
  padding: 0 0 25px;
}
.investor-shares .box .more {
  display: block;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 36px;
  height: 40px;
  width: 140px;
  margin: 0 auto;
}
/*业务板块*/
.business {}
.business-box {
  padding: 50px 0 25px;
}
.business-box .business-text {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  /*width: 90.90%;*/
}
.business-box .business-text p {
  text-indent: 36px;
  /*padding-bottom: 25px;*/
}
.introduce {
  background-color: #0d428a;
  color: #ffffff;
}
.introduce-con {
  font-size: 16px;
  text-align: center;
}
.introduce-con .box {
  padding: 5%;
}
.introduce-con .img {
  height: 120px;
  line-height: 120px;
}
.introduce-con .img img {
  max-height: 100%;
}
.introduce-con .title {
  font-size: 26px;
  padding: 15px 0 10px;
}
.introduce-tab {
  background-color: #f3f3f3;
  background-image: url(../images/introduce-map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 480px;
}
.introduce-tab .map01,
.introduce-tab .map02,
.introduce-tab .map03,
.introduce-tab .map04 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.introduce-tab .map01 a,
.introduce-tab .map02 a,
.introduce-tab .map03 a,
.introduce-tab .map04 a {
  position: absolute;
  /*background-color: #2971cf;*/
  color: #ffffff;
  border-radius: 100%;
  display: block;
  text-align: center;
  z-index: 9;
  font-size: 0 !important;
}
.introduce-tab .map01 a {
  width: 100px;
  height: 100px;
  line-height: 80px;
  font-size: 16px;
  top: 49%;
  right: 15%;
}
.introduce-tab .map02 a {
  width: 85px;
  height: 85px;
  line-height: 78px;
  font-size: 17px;
  top: 67%;
  right: 19%;
}
.introduce-tab .map03 a {
  width: 40px;
  height: 40px;
  line-height: 86px;
  font-size: 18px;
  top: 82.875%;
  right: 27%;
}
.introduce-tab .map04 a {
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 22px;
  top: 41.375%;
  left: 46.5%;
}

.introduce-tab li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*.introduce-tab .map01:after {
  background-image: url(../images/map-bg01.jpg);
}
.introduce-tab .map02:after {
  background-image: url(../images/map-bg01.jpg);
}
.introduce-tab .map03:after {
  background-image: url(../images/map-bg01.jpg);
}
.introduce-tab .map04:after {
  background-image: url(../images/map-bg01.jpg);
}*/
.introduce-tab li.active:after {
  opacity: 1;
  visibility: visible;
}
.introduce-tab li.active a {
  /*background-color: #0d428a;*/
}
.introduce .col-sm-6,
.business-href .col-sm-3 {
  padding: 0;
}
.business-href a {
  display: block;
  position: relative;
}
.business-href a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease-in-out 0.45s;
  -moz-transition: all .25s ease-in-out 0.45s;
  -ms-transition: all .25s ease-in-out 0.45s;
  -o-transition: all .25s ease-in-out 0.45s;
  transition: all .25s ease-in-out 0.45s; 
}
.business-href .text {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 13.8889% 12.2448%;
  -webkit-transition: all .35s ease-in-out .2s;
  -moz-transition: all .35s ease-in-out .2s;
  -ms-transition: all .35s ease-in-out .2s;
  -o-transition: all .35s ease-in-out .2s;
  transition: all .35s ease-in-out .2s;
}
.business-href .sou {
  font-size: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  font-family: "ITCAvantGardeStd-XLt";
  position: relative;
}
.business-href .sou:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.business-href .title {
  font-size: 26px;
}
.business-href a:hover:after {
  opacity: 1;
}
.business-href a:hover .text {
  bottom: 10px;
}
.business-href a:hover .sou:after {
  width: 100%;
}

.product {
  padding: 60px 0 0;
}
.product ul.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.product li {
  margin-bottom: 45px;
}
.product li .img {
  display: block;
  position: relative;
}
.product li .img .hot {
  position: absolute;
  right: 35px;
  top: 0;
  width: 58px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9;
  text-align: center;
  height: 74px;
  line-height: 1.6;
  padding: 10px 0;
  background: url(../images/label_title.png) no-repeat center;
}
.product li .title {
  display: block;
  font-size: 20px;
  padding: 12px 0;
  margin-bottom: 12px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.product li .tle,
.product li .add {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
/*详情页*/
#product-details {
  position: relative;
}
.product-breadcrumb {
  background-color: #ffffff;
}
.product-logo {
  padding: 18px 0 17px 4.5931%;
  display: block;
}
.product-return .breadcrumb {
  padding-top: 34px;
  padding-bottom: 34px;
}
.product-return .return {
  color: #fff;
  display: block;
  padding: 34px 33px;
  font-size: 16px;
  margin-left: 30px;
  background: #2971cf;
}
.product-return .return span {
  display: block;
  padding-left: 30px;
  background: url(../images/icon10.jpg) no-repeat left center;
}
.product-details-swiper .citizenship-swiper {
  height: 100vh;
  width: 100%;
  height: calc(100vh - 90px);
}
.product-details-swiper .citizenship-swiper .swiper-pagination {
  text-align: center;
  bottom: 30px;
}
.product-details-swiper .citizenship-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 3px;
  width: 54px;
  margin: 0 5px;
  background: #cdcbcd;
  border-radius: 0;
}
.product-details-swiper .citizenship-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2971cf;
}
.product-details-left {
  width: 100%;
  padding-right: 396px;
}
.product-details-right {
  width: 396px;
  position: absolute;
  top: 0;
  right: 0;
}
.product-tab {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
}
.product-tab li {
  margin: 0 6.9%;
}
.product-tab a {
  position: relative;
  padding: 34px 0;
  display: block;
}
.product-content {
  padding: 20% 12.62%;
  line-height: 1.6;
  color: #555555;
  font-size: 16px;
  height: calc(100vh - 90px);
  overflow: hidden;
  overflow-y: auto;
}
.product-content .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
.product-content .title-en {
  text-transform: uppercase;
  color: #333;
  padding: 0 0 20px;
  font-weight: bold;
}
.built-up-area {
  padding: 20px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  position: relative;
}
.built-up-area:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background: #dedede;
}
.built-up-area .architecture,
.built-up-area .time {
  width: 50%;
}
.built-up-area .label_area {
  font-size: 16px;
  color: #999999;
}
.built-up-area .sou {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  font-family: "ITCAvantGardeStd-Bk";
}
/*加入我们*/
.join {
  font-size: 16px;
  line-height: 1.6;
}
.join-box {
  padding: 80px 0;
  font-size: 16px;
  color: #666666;
}
.join-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
.join-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background: #2971cf;
}
.join-title .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.join-title .text {
  font-size: 16px;
  color: #999999;
}
.join-interest {
  background-color: #0d428a;
  color: #ffffff;
  font-size: 16px;
}
.join-interest .col-sm-6 {
  padding: 0;
}
.join-interest .box {
  padding: 5% 11%;
}
.join-interest .box .join-title .title {
  color: #ffffff;
}
.join-interest .box .join-title .text {
  color: rgba(255, 255, 255, 0.4);
}
/*企业公民*/
.citizenship-swiper {
  height: 470px;
}
.citizenship-swiper li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.citizenship-swiper li .text {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #ffffff;
  display: block;
  font-size: 16px;
}
.citizenship-swiper li .text .time {
  font-family: "ITCAvantGardeStd-XLt";
}
.citizenship-swiper li .text p {
  font-size: 32px;
  padding-top: 3px;
}
.citizenship-swiper li .text .title {
  font-size: 32px;
}
.citizenship-swiper li .text .add {
  font-size: 16px;
}
.citizenship-swiper .swiper-pagination {
  bottom: 20px;
  text-align: right;
  left: 0;
  padding: 0 4.1667%;
}
.citizenship-swiper .swiper-pagination .swiper-pagination-bullet,
.citizenship-activities-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.citizenship-swiper .swiper-pagination .swiper-pagination-bullet-active,
.citizenship-activities-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.citizenship-box {
  padding: 50px 0 25px;
}
.citizenship-box .citizenship-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  /*width: 78%;*/
}
.citizenship-box .citizenship-text p {
  text-indent: 36px;
  padding-bottom: 25px;
}
.citizenship-activity .col-sm-4 a {
  display: block;
  position: relative;
}
.citizenship-activity .col-sm-4 {
  padding: 0;
  overflow: hidden;
}
.citizenship-activity .col-sm-4 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .35s ease-in-out 0.35s;
     -moz-transition: all .35s ease-in-out 0.35s;
      -ms-transition: all .35s ease-in-out 0.35s;
       -o-transition: all .35s ease-in-out 0.35s;
          transition: all .35s ease-in-out 0.35s;
}
.citizenship-activity .text {
  position: absolute;
  z-index: 9;
  bottom: -160px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.citizenship-activity .text .title {
  font-size: 24px;
  font-weight: bold;
}
.citizenship-activity .text p {
  text-transform: capitalize;
  font-size: 16px;
  font-family: "ITCAvantGardeStd-XLt";
}
.citizenship-activity .text .more {
  width: 200px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffffff;
  margin: 110px auto 30px;
  display: block;
  color: #ffffff;
}
.citizenship-activities-swiper {
  background: url(../images/activitie-bg.jpg) no-repeat right bottom #0d428a;
  position: relative;
  padding: 50px 0 80px;
}
.citizenship-activities-width {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 21px 21px 11px;
  color: #ffffff;
  background-size: 100%;
  background: url(../images/activitie-border.png) no-repeat center;
  min-height: 363px;
}
.citizenship-activities-width .citizenship-activities-prev,
.citizenship-activities-width .citizenship-activities-next {
  height: 48px;
  width: 48px;
  background-size: 48px 48px;
  margin-top: -24px;
}
.citizenship-activities-width .citizenship-activities-prev {
  background-image: url(../images/prev02.png);
  left: -80px;
}
.citizenship-activities-width .citizenship-activities-next {
  background-image: url(../images/next02.png);
  right: -80px;
}
.citizenship-activities-swiper .img {
  width: 49%;
}
.citizenship-activities-swiper .img img {
  width: 100%;
}
.citizenship-activities-swiper .text {
  width: 46%;
}
.citizenship-activities-swiper .time {
  font-size: 44px;
  font-family: "ITCAvantGardeStd-XLt";
}
.citizenship-activities-swiper .title {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0 5px;
}
.citizenship-activities-swiper p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 35px;
  line-height: 1.6;
}
.citizenship-activities-swiper .more {
  height: 40px;
  line-height: 36px;
  width: 150px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: block;
}
.citizenship-activities-swiper .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: -40px;
}
.citizenship-activities-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.activity {}
.activity {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 80px;
}
.activity .news-box {
  padding: 15px 0 30px;
}
.activity .news-box li .con .img {
  width: 21.60%;
}
.activity .news-box li .con .text {
  width: 76%;
  padding-right: 8%;
}


/*投诉建议*/
.gfdj_main {
  padding-bottom: 60px;
}
.gfdj_main .form-group::after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;  
}
.gfdj_main .gfdj_title {
  width: 15%;
  float: left;
  text-align: right;
  padding-right: 15px;
  line-height: 42px;
  font-size: 18px;
}
.gfdj_main .gfdj_control {
  float: left;
  width: 85%;
}
.gfdj_main .form-control {
  box-shadow: none;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
.gfdj_main textarea.form-control {
  height: auto;
}
.gfdj_main .gfdj_button {
  padding-left: 15%;
}
.gfdj_main .gfdj_button .btn {
  font-size: 16px;
  padding: 10px 30px;
}


/*渐变效果样式*/
.animation-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animation-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*招聘详情*/
.mid_content {
    width: 100%;
}
.mid_content td {
  border: 1px solid #e6e6e6;
  height: 40px;
  padding: 0 15px;
}
.mid_content td.td_title_width {
  text-align: center;
  width: 30%;
  padding: 0 10px;
}
.mid_content_title_bg {
  background: url(../images/index_cn_top_2.jpg) repeat center;
  background-size: cover;
}
.mid_content_title {
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
}
.mid_content .tex_content {
  padding: 15px;
}
.txt_show {
  line-height: 22px;
}
.newstop {
    width: 100%;
    margin: 35px 0px 15px 0px;
    text-align: right;
}