@charset "UTF-8";
.fixed-width {
  width: 1024px;
  margin: 0 auto;
}
/* 公共头部 */
header {
  padding-top: 10px;
  height: 43px;
  /* background-color: #293646; */
  background-color: #fff;
  /* background-image: linear-gradient(#06298f, #052b8f); */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  /* 让出锁定顶部导航栏的高度 */
}
header > div {
  height: 100%;
}
header > div > :first-child {
  float: left;
  display: block;
  text-decoration: none;
  width: 270px;
  height: 39px;
  background-image: url("../img/xd-logo.png");
  background-size: cover;
  margin-top: -3px;
}
header > div > :nth-child(2) {
  float: right;
  padding-top: 10px;
}
header > div > :nth-child(2) li {
  float: left;
  margin: 0 10px;
}
header > div > :nth-child(2) a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding-bottom: 3px;
}
header > div > :nth-child(2) a:hover {
  border-bottom: 2px solid #333;
}
header > div > :nth-child(2) .active a {
  border-bottom: 2px solid #333;
}
header + * {
  padding-top: 53px;
}
/*菜单下拉*/
header > div > :nth-child(2){
	padding-top: 0 !important;
	height: 43px !important;
	line-height: 43px !important;
}
header > div > :nth-child(2) li {
    height: 100%;
}
header > div > :nth-child(2) .active a {
  color: #333 !important;
	/* background: #06111f; */
}
header > div > :nth-child(2) a:hover {
  color: #333 !important;
  /* background: #06111f; */
}
header > div > :nth-child(2) a{
	height: 41px !important;
	padding-bottom: 0 !important;
	padding: 0 10px !important;
}
#investMask{
	width: 100%;
	height: 340px;
	/* background: #fff; */
	position: relative;
	display: none;
	top: 0;
	left: 0;
}
#investMask ul{
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 10px;
	height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px #999;
  box-sizing: border-box;
}
#investMask ul li{
	height: 170px;
	/* margin-right: 2%; */
	/* color: #fff; */
	float: left;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
}
/* #investMask ul li:nth-child(5n+1) {
  width: 25%;
}
#investMask ul li:nth-child(5n+2) {
  width: 16%;
} */
#investMask ul li:nth-child(5n+3) {
  width: 17%;
}
#investMask ul li:nth-child(5n+4) {
  width: 20%;
}
#investMask ul li:nth-child(5n+5) {
  width: 21%;
}

#investMask ul .textLi{
	width: 21%;
}
#investMask ul .imgLi{
	width: 24%;
}
#investMask ul .lastLi{
	margin-right: 0 !important;
}
#investMask ul .textLi h3{
	/* font-size: 20px;
	color: #f9c900; */
	line-height: 40px;
	/* text-indent: 10px; */
  font-weight: normal;
  color: #000;
  font-size: 16px;
}
#investMask ul .textLi h3 .iconfont {
  color: #2856cb;
  font-size: 18px;
  margin-right: 5px;
}
#investMask ul .textLi h3 img {
  margin-right: 7px;
  vertical-align: middle;
}
#investMask ul .textLi p{
	line-height: 24px;
	font-size: 12px;
  padding-left: 24px;
}
#investMask ul .textLi a{
  color: rgba(0, 0, 0, 0.8);
	padding: 3px 0;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	/* font-weight: bold; */
}
#investMask ul .textLi a:hover{
	/* border-radius: 40px;
	background: #2856cb; */
	color: #000;
}
#investMask ul .imgLi a{
	width: 100%;
	display: block;
	height: 47%;
	margin-top: 15%;
	cursor: pointer;
}
#investMask ul .imgLi a img{
	width: 100%;
}
#investMask ul .imgLi p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
}
#about{
	width: 100%;
	height: 340px;
	/* background: #fff; */
	display: none;
	position: relative;
	top: 0;
	left: 0;
}
#about ul{
	width: 1024px;
	margin: 0 auto;
	padding: 20px 20px 10px;
	height: 340px;
	background-color: #fff;
  box-sizing: border-box;
}
#about ul li{
	height: 100%;
	margin-right: 4%;
	color: #000;
	float: left;
}
#about ul .textLi{
	width: 30%;
}
#about ul .imgLi{
	width: 30%;
  margin-top: 20px;
}
#about ul .lastLi{
	margin-right: 0 !important;
}
#about ul .textLi > div {
  margin-top: 20px;
}
#about ul .textLi h3{
	line-height: 30px;
}
#about ul .textLi p{
	line-height: 30px;
	font-size: 14px;
  padding-left: 23px;
}
#about ul .textLi a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
  font-weight: normal;
}
#about ul .textLi a img {
  margin-right: 7px;
  vertical-align: middle;
}
/* #about ul .textLi a:hover{
	border-radius: 40px;
	background: #f9c900;
	color: #000;
	padding: 3px 10px;
} */
#about ul .imgLi a{
	width: 100%;
	display: block;
	height: 47%;
	margin-top: 15%;
	cursor: pointer;
}
#about ul .imgLi a img{
	width: 100%;
}
/*foot*/
.back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #ddd;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
}
.back-top i {
  color: #aaa;
  font-size: 32px;
  line-height: 45px;
}
footer {
  padding: 20px 0 0;
  /* background-color: #2856cb; */
  background-image: url(../img/home/bottom-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
}
footer .service-leader {
  color: #fff;
}
footer .service-leader h1 {
  font-size: 24px;
  font-weight: normal;
}
footer .service-leader h2 {
  font-size: 22px;
  font-weight: normal;
}
footer .service-leader >:first-child {
  width: 270px;
  float: left;
}
footer .service-leader >:first-child img {
  width: 100%;
}
footer .service-leader >:first-child h6 {
  margin-top: 30px;
  font-size: 12px;
  font-weight: normal;
}
footer .service-leader >:first-child p {
  font-size: 22px;
  margin-top: 10px
}
footer .module {
  padding: 20px 0;
  margin-top: 5px;
  margin-left: 280px;
}
footer .module > div {
  float: left;
  width: 20%;
  position: relative;
}
footer .module > div:first-child {
  width: 18%;
}
footer .module > div:nth-child(2) {
  width: 22%;
}
footer .module > div:nth-child(3) {
  width: 23%;
}
footer .module > div:nth-child(4) {
  width: 21%;
}
footer .module > div:nth-child(5) {
  width: 16%;
}
/* footer .module > div:first-child:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
} */
footer .module h3 {
  font-size: 18px;
  font-weight: normal;
}
footer .module ul {
  /* margin: 5px 6px;
  padding: 0 5px;
  border-left: 1px solid #777d8b; */
  margin-top: 20px;
}
footer .module li {
  line-height: 26px;
  /* padding: 0 5px; */
  white-space: nowrap;
}
footer .module a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
footer .relevant-info {
  /* background-color: #2856cb; */
  padding: 60px 0 20px;
  /* background-image: url(../img/home/bottom-bg.png); */
  background-repeat: no-repeat;
  background-position: center bottom;
}
footer .relevant-info > div > :first-child {
  float: left;
}
footer .relevant-info > div > :first-child ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #ced1d8;
}
footer .relevant-info > div > :first-child li {
  float: left;
}
footer .relevant-info > div > :first-child li:first-child a {
  padding-left: 0;
  border: none;
}
footer .relevant-info > div > :first-child li:first-child a:before {
  display: none;
}
footer .relevant-info > div > :first-child li a {
  font-size: 12px;
  color: #333;
  padding: 0 10px;
  position: relative;
}
footer .relevant-info > div > :first-child li a:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  background-color: #666;
  left: 0;
  top: 3px;
}
footer .relevant-info > div > :first-child p {
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  width: 130px;
  text-align: center;
  float: right;
}
footer .relevant-info > div > :nth-child(2) {
  float: right;
  text-align: center;
}
footer .relevant-info > div > :nth-child(2) img {
  width: 150px;
}
footer .relevant-info > div > :nth-child(2) p > * {
  vertical-align: middle;
}
footer .relevant-info > div > :nth-child(2) i {
  font-size: 24px;
}
footer .relevant-info > div > :nth-child(2) span {
  font-size: 12px;
}
footer .relevant-info > div > :nth-child(3) {
  float: right;
  text-align: center;
  margin-right: 20px;
  margin-top: 10px;
}
footer .relevant-info > div > :nth-child(3) i {
  font-size: 60px;
}
footer .relevant-info > div > :nth-child(3) h1 {
  font-family: arial;
  font-size: 36px;
}
footer .relevant-info > div > :nth-child(3) p {
  font-size: 18px;
  line-height: 30px;
}
footer .relevant-info .country-address {
  float: none !important;
}
footer .relevant-info .country-address + p {
  width: 100%;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  border-top: 1px solid #fff;
  margin-top: 20px;
  font-size: 12px;
}
footer .relevant-info .country-address + p a {
  color: rgba(255, 255, 255, 0.9);
}
footer .relevant-info .country-address > div {
  width: 28%;
  float: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
footer .relevant-info .country-address > div:last-child {
  width: 16%;
  text-align: right;
  margin-top: -85px;
}
footer .relevant-info .country-address > div:last-child img {
  width: 130px;
}

.higher {
  padding-top: 120px;
}
.single-header {
  padding: 5px 0;
  background-color: #2856cb;
}
.single-header .fixed-width {
  color: #fff;
  font-size: 14px;
}
.single-header .fixed-width > :first-child {
  float: left;
}
.single-header .fixed-width > :nth-child(2) {
  float: right;
}
.single-header .fixed-width > :nth-child(2) span {
  color: #fff;
}
/* 清除浮动 */
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* 顶部通图（不同模块配图不同） */
.top-bg {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* 公共标题部分 */
.common-title {
  padding: 20px 0;
  text-align: center;
}
.common-title h1 {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.common-title h1:after {
  content: '';
  width: 96px;
  height: 5px;
  background-image: linear-gradient(-45deg, #152272, #152272 75%, #679aff 10%, #679aff 20%);
  position: absolute;
  top: 40px;
  left: 0;
}
.common-title > :nth-child(2) {
  position: relative;
  display: inline-block;
  min-width: 140px;
  padding: 3px 10px;
  margin: 10px auto;
  border: 1px solid #999;
  color: #999;
}
.common-title > :nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  width: 100px;
  height: 1px;
  background-color: #999;
}
.common-title > :nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  width: 100px;
  height: 1px;
  background-color: #999;
}
/* .spe-title h1 {
  color: #fff;
} */
/* .spe-title div {
  border: 1px solid #fff !important;
  color: #fff !important;
} */
/* .spe-title div:before,
.spe-title div:after {
  background-color: #fff !important;
} */
/* 公共带左侧短线的纯文字标题 */
h5 {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}
h5:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 3px;
  height: 18px;
  background-color: #f9c900;
}
.align-center {
  text-align: center;
}
/* 公共分页 */
.paging {
  display: inline-block;
  text-align: center;
  margin: 20px 0;
  *zoom: 1;
}
.paging:before,
.paging:after {
  content: "";
  display: table;
}
.paging:after {
  clear: both;
}
.paging:before,
.paging:after {
  content: "";
  display: table;
}
.paging:after {
  clear: both;
}
.paging a {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  text-decoration: none;
  color: #333333;
  display: block;
  min-width: 10px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
}
.paging a:first-child {
  margin-left: 0;
}
.paging a:hover {
  background-color: #2856cb;
  color: #fff !important;
}
.paging .active {
  background-color: #2856cb;
  color: #fff !important;
}
.bottom-choice {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 9;
}
.bottom-choice > a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 35px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #2856cb;
}
.bottom-choice > a:hover {
  color: #fff;
  opacity: 0.9;
}
.bottom-choice p {
  /* margin-top: 20px; */
  color: #000;
  font-size: 20px;
}
.pos-static {
  position: static;
  padding-bottom: 40px;
  color: #333;
}
/****************** 主页来啦 start ******************/
#banner {
  position: relative;
}
#banner ul {
  *zoom: 1;
}
#banner ul:before,
#banner ul:after {
  content: "";
  display: table;
}
#banner ul:after {
  clear: both;
}
#banner ul:before,
#banner ul:after {
  content: "";
  display: table;
}
#banner ul:after {
  clear: both;
}
#banner li {
  float: left;
  height: 610px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
#banner img {
  width: 100%;
}
.main-service .main-words {
  text-align: center;
  margin: 20px 0;
}
.main-service .main-list {
  margin: 50px 0 0;
  *zoom: 1;
}
.main-service .main-list:before,
.main-service .main-list:after {
  content: "";
  display: table;
}
.main-service .main-list:after {
  clear: both;
}
.main-service .main-list:before,
.main-service .main-list:after {
  content: "";
  display: table;
}
.main-service .main-list:after {
  clear: both;
}
.main-service .main-list li {
  width: 28%;
  float: left;
  margin-right: 8%;
  border-radius: 5px;
  background-color: #eaf1ff;
  /* border: 1px solid #ddd; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
/* .main-service .main-list li:first-child > :nth-child(2) {
  background-image: url(../img/home/own1.png);
}
.main-service .main-list li:nth-child(2) > :nth-child(2) {
  background-image: url(../img/home/own2.png);
} */
.main-service .main-list li:first-child {
  background-image: url(../img/home/main-servive01.svg);
}
.main-service .main-list li:nth-child(2) {
  background-image: url(../img/home/main-servive02.svg);
}
.main-service .main-list li:nth-child(3) {
  background-image: url(../img/home/main-servive03.svg);
}
.main-service .main-list li:last-child {
  margin-right: 0;
}
.main-service .main-list li:hover {
  transform: scale(1.1);
  background-color: #2856cb;
  color: #fff;
}
.main-service .main-list li:hover .bottom {
  color: #fff;
}
/* .main-service .main-list li:last-child > :nth-child(2) {
  background-image: url(../img/home/own3.png);
} */
/* .main-service .main-list li:hover > :first-child i {
  color: #f9c900;
}
.main-service .main-list li:hover > :nth-child(2) {
  background-color: rgba(249, 202, 0, 0.8);
  color: #333;
} */
.main-service .main-list .top {
  /* padding: 40px 0;
  text-align: center; */
  padding: 40px 40px 0;
}
.main-service .main-list .top i {
  font-size: 65px;
}
.main-service .main-list .top h3 {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
}
.main-service .main-list .bottom {
  position: relative;
  color: #333;
  width: 100%;
  height: 0;
  padding-top: 100%;
  /* background-size: cover;
  background-color: rgba(41, 47, 61, 0.8); */
}
.main-service .main-list .bottom > div {
  font-size: 14px;
  line-height: 32px;
  /* padding: 55px 45px; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* text-align: center; */
}
.main-service,
.main-news-container {
  padding: 60px 0;
}
.main-news {
  margin: 30px 0 50px;
  position: relative;
}
.main-solve {
  padding: 20px 0 100px;
  background-image: url(../img/home/solve-bg.png);
  background-size: cover;
}
.main-solve .main-solve-tabs {
  width: 560px;
  margin: 20px auto 80px;
 
}
.main-solve .main-solve-tabs:before,
.main-solve .main-solve-tabs:after {
  content: "";
  display: table;
}
.main-solve .main-solve-tabs:after {
  clear: both;
}
.main-solve .main-solve-tabs:before,
.main-solve .main-solve-tabs:after {
  content: "";
  display: table;
}
.main-solve .main-solve-tabs:after {
  clear: both;
}
.main-solve .main-solve-tabs > a {
  display: block;
  text-decoration: none;
  width: 20%;
  padding: 10px 0;
  float: left;
  text-align: center;
  color: #fff;
  background-color: #292f3d;
}
.main-solve .main-solve-tabs > a:hover {
  color: #333;
  background-color: #f9c900;
}
.main-solve .main-solve-tabs .active {
  color: #333;
  background-color: #f9c900;
}
.main-solve .main-solve-list {
  margin-top: 100px;
}
.main-solve .main-solve-list ul {
  *zoom: 1;
}
.main-solve .main-solve-list ul:before,
.main-solve .main-solve-list ul:after {
  content: "";
  display: table;
}
.main-solve .main-solve-list ul:after {
  clear: both;
}
.main-solve .main-solve-list ul:before,
.main-solve .main-solve-list ul:after {
  content: "";
  display: table;
}
.main-solve .main-solve-list ul:after {
  clear: both;
}
.main-solve .main-solve-list ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 300px;
  background-size: cover;
  /* margin-right: 26px; */
}
/* .main-solve .main-solve-list ul li:first-child {
  background-image: url(../img/home/solve1.png);
}
.main-solve .main-solve-list ul li:nth-child(2) {
  background-image: url(../img/home/solve2.png);
}
.main-solve .main-solve-list ul li:nth-child(3) {
  background-image: url(../img/home/solve3.png);
}
.main-solve .main-solve-list ul li:nth-child(4) {
  background-image: url(../img/home/solve4.png);
}
.main-solve .main-solve-list ul li:nth-child(5) {
  background-image: url(../img/home/solve5.png);
  margin-right: 0;
} */
.main-solve .main-solve-list ul li:nth-child(2n) > div {
  background-color: #c3d4fb;
}
.main-solve .main-solve-list ul li:nth-child(3) > div {
  background-color: #fff;
}
.main-solve .main-solve-list ul li > div {
  /* display: none; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8baaff;
}
.main-solve .main-solve-list ul li > div h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 40px;
  /* font-family: SimSun; */
}
.main-solve .main-solve-list ul li > div p {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 40px;
  text-align: center;
  overflow: hidden;
  line-height: 22px;
}
/* .main-solve .main-solve-list ul li > div:before {
  content: "";
  position: absolute;
  top: -147px;
  border: 92px solid transparent;
  border-bottom: 55px solid #f9c900;
}
.main-solve .main-solve-list ul li > div:after {
  content: "";
  position: absolute;
  bottom: -147px;
  border: 92px solid transparent;
  border-top: 55px solid #f9c900;
} */
.main-solve .main-solve-list ul li > h3 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin-top: 50px;
}
.main-solve .main-solve-list ul li > i {
  font-size: 50px;
  display: block;
  width: 50px;
  margin: 0 auto;
  color: #fff;
  margin-top: 30px;
}
.main-solve .main-solve-list ul li:hover > div {
  display: block;
}
.main-news {
  *zoom: 1;
}
.main-news:before,
.main-news:after {
  content: "";
  display: table;
}
.main-news:after {
  clear: both;
}
.main-news:before,
.main-news:after {
  content: "";
  display: table;
}
.main-news:after {
  clear: both;
}
.main-news > * {
  width: 49%;
  float: left;
}
.main-news > :first-child {
  position: relative;
  height: 0;
  padding-top: 27.63%;
  width: 40%; 
  /* overflow: hidden; */
}
.main-news > :first-child img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-news > :first-child > div {
  color: #000;
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 0; */
  /* padding: 10px; */
  /* color: #fff; */
  /* background-color: rgba(0, 0, 0, 0.5); */
}
.main-news > :first-child > div h3 {
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e5e5e5;
}
.main-news > :first-child > div p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
.main-news > :nth-child(2) {
  margin-left: 4%;
  /* background-color: #f6f6f6; */
  /* padding: 27.62px 10px 25px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56%;
  height: 435px;
  overflow: hidden;
}
.main-news > :nth-child(2) li {
  line-height: 48px;
  /* border-bottom: 1px solid #ddd; */
  margin-top: 45px;
}
.main-news > :nth-child(2) li:first-child {
  margin-top: 0;
}
.main-news > :nth-child(2) a {
  display: block;
  color: #333;
  *zoom: 1;
}
.main-news > :nth-child(2) a:before,
.main-news > :nth-child(2) a:after {
  content: "";
  display: table;
}
.main-news > :nth-child(2) a:after {
  clear: both;
}
.main-news > :nth-child(2) a:before,
.main-news > :nth-child(2) a:after {
  content: "";
  display: table;
}
.main-news > :nth-child(2) a:after {
  clear: both;
}
.main-news > :nth-child(2) a > :first-child {
  display: block;
  font-size: 12px;
  float: left;
  width: 60px;
  padding: 0 20px;
  text-align: right;
  margin-top: 10px;
}
.main-news > :nth-child(2) a > :first-child >:first-child {
  font-size: 20px;
}
.main-news > :nth-child(2) a > :nth-child(2) {
  position: relative;
  display: block;
  margin-left: 100px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}
.main-news > :nth-child(2) a > :nth-child(2) >:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
.main-news > :nth-child(2) a > :nth-child(2) >:nth-child(2) {
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
}
/* .main-news > :nth-child(2) a > :nth-child(2):before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7d7d7d;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -3px;
} */
.main-support {
  padding: 80px 0 100px;
  background-image: url(../img/home/service-bg.png);
  background-size: cover;
}
.main-support ul {
  margin: 80px 0 20px;
  *zoom: 1;
}
.main-support ul:before,
.main-support ul:after {
  content: "";
  display: table;
}
.main-support ul:after {
  clear: both;
}
.main-support ul:before,
.main-support ul:after {
  content: "";
  display: table;
}
.main-support ul:after {
  clear: both;
}
.main-support ul li {
  position: relative;
  float: left;
  width: 180px;
  height: 279px;
  margin-right: 31px;
  font-size: 0;
}
.main-support ul li:last-child {
  margin-right: 0;
}
.main-support ul li img {
  width: 100%;
  height: 100%;
}
.main-support ul li > :nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  font-size: 12px;
}
.main-support ul li > :nth-child(2) p {
  margin: 10px;
  padding: 30px 0 40px;
  line-height: 22px;
  border: 1px dashed transparent;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  font-size: 14px;
}
.main-support ul li > :nth-child(3) {
  width: 140px;
  height: 140px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  border: 8px solid #292f3d;
  font-size: 16px;
  background-color: #fff;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -70px;
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-support ul li:hover > :nth-child(2) {
  background-color: #f9c900;
}
.main-support ul li:hover > :nth-child(2) p {
  color: #333;
  border: 1px dashed #333;
}
.main-support ul li:hover > :nth-child(3) {
  border-color: #f9c900;
}
.main-support p {
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.main-more {
  color: #333;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.main-more:hover {
  /* text-decoration: none; */
  color: #333;
  /* background-color: #f9c900; */
}
#brand {
  position: relative;
  *zoom: 1;
}

#brand:before,
#brand:after {
  content: "";
  display: table;
}
#brand:after {
  clear: both;
}
#brand:before,
#brand:after {
  content: "";
  display: table;
}
#brand:after {
  clear: both;
}
#brand ul {
  float: left;
}
#brand ul li {
  background-color: #fff;
}
#brand + div {
  display: none;
}
.customer .fixed-width {
  position: relative;
}
.customer .leftBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  cursor: pointer;
}
.customer .leftBtn:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #666;
  border-left: 3px solid #666;
  position: absolute;
  top: 15px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.customer .rightBtn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  cursor: pointer;
}
.customer .rightBtn:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #666;
  border-left: 3px solid #666;
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.customer .disabled {
  cursor: not-allowed;
}
.customer .disabled:after {
  border-color: #999;
}
/* 服务中心 */
.service-station {
  position: relative;
  background-color: #eaf1ff;
}
.service-station ul {
  *zoom: 1;
  margin: 20px 0 -90px;
}
.service-station ul:before,
.service-station ul:after {
  content: "";
  display: table;
}
.service-station ul:after {
  clear: both;
}
.service-station ul:before,
.service-station ul:after {
  content: "";
  display: table;
}
.service-station ul:after {
  clear: both;
}
.service-station li {
  float: left;
  width: 49%;
  border-bottom: 5px solid #fff;
}
.service-station li a {
  display: block;
  text-decoration: none;
}
.service-station li a > :first-child {
  font-size: 0;
  overflow: hidden;
}
.service-station li a > :first-child img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service-station li a > :nth-child(2) {
  padding: 20px 15px;
  height: 90px;
  background-color: #ffffff;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.service-station li a > :nth-child(2):before,
.service-station li a > :nth-child(2):after {
  content: "";
  display: table;
}
.service-station li a > :nth-child(2):after {
  clear: both;
}
.service-station li a > :nth-child(2):before,
.service-station li a > :nth-child(2):after {
  content: "";
  display: table;
}
.service-station li a > :nth-child(2):after {
  clear: both;
}
.service-station li a > :nth-child(2) > :first-child {
  display: block;
  font-size: 50px;
  float: left;
}
.service-station li a > :nth-child(2) > :nth-child(2) {
  margin-left: 65px;
  margin-right: 0;
}
.service-station li a > :nth-child(2) h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.service-station li a > :nth-child(2) p {
  font-size: 12px;
  line-height: 24px;
}
.service-station li:last-child {
  margin-left: 2%;
}
.service-station li:hover {
  border-bottom-color: #f9c900;
}
.service-station li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/****************** 主页来啦 end ******************/
/****************** 新闻中心 start ******************/
.news-bg {
  /* background-image: url("../img/news/news-bg.png"); */
  height: 0;
}
/* 新闻中心 */
.news-center .news-section > :first-child {
  float: left;
  width: 60%;
}
.news-center .news-section > :first-child ul {
  margin-top: 20px;
}
.news-center .news-section > :first-child li {
  padding: 10px 0;
  /* border-bottom: 1px solid #ddd; */
}
.news-center .news-section > :first-child a {
  color: #333;
  *zoom: 1;
}
.news-center .news-section > :first-child a:before,
.news-center .news-section > :first-child a:after {
  content: "";
  display: table;
}
.news-center .news-section > :first-child a:after {
  clear: both;
}
.news-center .news-section > :first-child a:before,
.news-center .news-section > :first-child a:after {
  content: "";
  display: table;
}
.news-center .news-section > :first-child a:after {
  clear: both;
}
.news-center .news-section > :first-child a > * {
  display: block;
}
.news-center .news-section > :first-child a > :first-child {
  /* font-size: 12px;
  float: right;
  width: 70px; */
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-center .news-section > :first-child a > :nth-child(2) {
  /* font-size: 13px;
  margin-left: 0;
  margin-right: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  overflow: hidden;
  line-height: 32px;
  color: #666;
}
.news-center .news-section > :first-child a > :nth-child(2) > :first-child {
  width: 120px;
  float: right;
  font-size: 12px;
  text-align: right;
}
.news-center .news-section > :first-child a > :nth-child(2) > :nth-child(2) {
  margin-left: 0;
  margin-right: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  display: block;
}
.news-center .news-section > :nth-child(2) {
  float: left;
  width: 36%;
  margin-left: 4%;
}
.news-center .news-section > :nth-child(2) ul {
  margin-top: 20px;
}
.news-center .news-section > :nth-child(2) a {
  display: block;
  /* padding: 10px; */
  margin-bottom: 50px;
  text-decoration: none;
  /* border: 1px solid #ddd; */
}
.news-center .news-section > :nth-child(2) div {
  position: relative;
  padding-top: 69.08%;
  height: 0;
}
.news-center .news-section > :nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-center .news-section > :nth-child(2) p {
  color: #333;
  margin-top: 10px;
}
/* 新闻详情页 */
.news-detail {
  text-align: center;
}
.news-detail h1 {
  font-size: 24px;
  font-weight: normal;
  color: #666;
  margin-top: 50px;
}
.news-detail > :nth-child(2) {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.news-detail .dynamic-region {
  padding: 20px 10px;
  margin: 30px 0;
  text-align: left;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.news-detail .prev-next {
  text-align: left;
}
.news-detail .prev-next a {
  display: block;
  font-size: 12px;
  color: #333;
  margin-bottom: 20px;
}
/****************** 新闻中心 end ******************/
/****************** 案例展示 start ******************/
.case-bg {
  /* background-image: url("../img/case/case-bg.png"); */
}
.case {
  text-align: center;
  padding: 30px 0;
}
.case .case-conditions {
  display: inline-block;
  *zoom: 1;
}
.case .case-conditions:before,
.case .case-conditions:after {
  content: "";
  display: table;
}
.case .case-conditions:after {
  clear: both;
}
.case .case-conditions:before,
.case .case-conditions:after {
  content: "";
  display: table;
}
.case .case-conditions:after {
  clear: both;
}
.case .case-conditions > a {
  position: relative;
  display: block;
  margin: 0 10px;
  text-decoration: none;
  float: left;
  padding: 5px 15px;
  color: #333;
  background-color: transparent;
}
.case .case-conditions > a:hover {
  color: #fff;
  background-color: #062a8f;
}
.case .case-conditions > a:before {
  content: "";
  position: absolute;
  right: -9px;
  top: 8px;
  height: 15px;
  width: 1px;
  background-color: #ddd;
}
.case .case-conditions > a:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 8px;
  height: 15px;
  width: 2px;
  background-color: #ddd;
}
.case .case-conditions > a:last-child:before,
.case .case-conditions > a:last-child:after {
  display: none;
}
.case .case-conditions .active {
  color: #fff;
  background-color: #062a8f;
}
.case .case-list {
  margin: 30px 0 0;
  *zoom: 1;
}
.case .case-list:before,
.case .case-list:after {
  content: "";
  display: table;
}
.case .case-list:after {
  clear: both;
}
.case .case-list:before,
.case .case-list:after {
  content: "";
  display: table;
}
.case .case-list:after {
  clear: both;
}
.case .case-list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  background-size: cover;
}
.case .case-list li:nth-child(3n) {
  margin-right: 0;
  background-image: url("../img/case/c3.png");
}
.case .case-list li:nth-child(3n+1) {
  background-image: url("../img/case/c1.png");
}
.case .case-list li:nth-child(3n+2) {
  background-image: url("../img/case/c2.png");
}
.case .case-list li > :first-child {
  width: 100%;
  padding-top: 78.3%;
  height: 0;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.case .case-list li > :first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.case .case-list li > :nth-child(2) {
  padding: 20px;
  /* border: 1px solid #ddd;
  border-top-style: none; */
}
.case .case-list li h3 {
  font-size: 15px;
}
.case .case-list li p {
  height: 80px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
  word-break: break-all;
}
/****************** 案例展示 end ******************/
/****************** 试用 start ******************/
.try {
  padding: 30px 0;
  *zoom: 1;
}
.try:before,
.try:after {
  content: "";
  display: table;
}
.try:after {
  clear: both;
}
.try:before,
.try:after {
  content: "";
  display: table;
}
.try:after {
  clear: both;
}
.try > :first-child {
  float: left;
  width: 40%;
}
.try > :first-child > :first-child {
  font-size: 0;
  overflow: hidden;
}
.try > :first-child > :first-child img {
  width: 100%;
}
.try > :first-child > :nth-child(2) {
  padding: 30px;
  min-height: 157px;
  border: 1px solid #ddd;
  border-top-style: none;
}
.try > :first-child > :nth-child(2) h3 {
  font-weight: normal;
  font-size: 16px;
}
.try > :first-child > :nth-child(2) ul {
  margin-top: 15px;
  *zoom: 1;
}
.try > :first-child > :nth-child(2) ul:before,
.try > :first-child > :nth-child(2) ul:after {
  content: "";
  display: table;
}
.try > :first-child > :nth-child(2) ul:after {
  clear: both;
}
.try > :first-child > :nth-child(2) ul:before,
.try > :first-child > :nth-child(2) ul:after {
  content: "";
  display: table;
}
.try > :first-child > :nth-child(2) ul:after {
  clear: both;
}
.try > :first-child > :nth-child(2) li {
  position: relative;
  width: 50%;
  float: left;
  line-height: 30px;
  font-size: 13px;
  padding-left: 20px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.try > :first-child > :nth-child(2) li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border: 1px solid #333;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.try > :first-child > :nth-child(2) li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: 50%;
  background-color: #333;
  width: 6px;
  height: 6px;
}
.try > :first-child > :nth-child(2) p {
  margin-top: 15px;
  font-size: 12px;
}
.try > :nth-child(2) {
  float: right;
  width: 58%;
  border: 1px solid #ddd;
  /* 内容切换区 */
}
.try > :nth-child(2) > :first-child {
  height: 50px;
  line-height: 50px;
  *zoom: 1;
}
.try > :nth-child(2) > :first-child:before,
.try > :nth-child(2) > :first-child:after {
  content: "";
  display: table;
}
.try > :nth-child(2) > :first-child:after {
  clear: both;
}
.try > :nth-child(2) > :first-child:before,
.try > :nth-child(2) > :first-child:after {
  content: "";
  display: table;
}
.try > :nth-child(2) > :first-child:after {
  clear: both;
}
.try > :nth-child(2) > :first-child > * {
  width: 50%;
  float: left;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #e9eef9;
}
.try > :nth-child(2) > :first-child .active {
  background-color: #2856cb;
  color: #fff;
}
.try > :nth-child(2) > :nth-child(2) > :first-child p {
  color: #c91600;
  font-size: 12px;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :first-child {
  width: 420px;
  height: 189.875px;
  padding-top: 35px;
  margin: 50px auto 30px;
  text-align: center;
  background-image: url("../img/contact.png");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :first-child i {
  font-size: 45px;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :first-child h1 {
  font-family: arial;
  font-size: 36px;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :first-child p {
  font-size: 18px;
  line-height: 30px;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :nth-child(2) {
  width: 370px;
  margin: 0 auto 32.14px;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :nth-child(2) h3 {
  font-size: 20px;
}
.try > :nth-child(2) > :nth-child(2) > :nth-child(2) > :nth-child(2) p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.try > :nth-child(2) > :nth-child(2) form {
  display: block;
  padding: 30px 50px;
}
.try > :nth-child(2) > :nth-child(2) label {
  display: block;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #666;
  *zoom: 1;
}
.try > :nth-child(2) > :nth-child(2) label:before,
.try > :nth-child(2) > :nth-child(2) label:after {
  content: "";
  display: table;
}
.try > :nth-child(2) > :nth-child(2) label:after {
  clear: both;
}
.try > :nth-child(2) > :nth-child(2) label:before,
.try > :nth-child(2) > :nth-child(2) label:after {
  content: "";
  display: table;
}
.try > :nth-child(2) > :nth-child(2) label:after {
  clear: both;
}
.try > :nth-child(2) > :nth-child(2) label > :first-child {
  display: block;
  width: 33px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-right: 1px solid #666;
  float: left;
}
.try > :nth-child(2) > :nth-child(2) label > :nth-child(2) {
  display: block;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  margin-left: 35px;
  margin-right: 0;
}
.try > :nth-child(2) > :nth-child(2) label > :nth-child(2) input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.try > :nth-child(2) > :nth-child(2) label > :nth-child(2) input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.try > :nth-child(2) > :nth-child(2) label > :nth-child(2) input::-ms-expand {
  display: none;
}
.try > :nth-child(2) > :nth-child(2) label > :nth-child(2) input::-ms-clear {
  display: none;
}
.try > :nth-child(2) > :nth-child(2) .btn {
  display: block;
  width: 200px;
  margin: 37px auto 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2856cb;
  font-size: 14px;
  text-decoration: none;
}
.try > :nth-child(2) > :nth-child(2) .btn:hover {
  opacity: 0.9;
}
/****************** 试用 end ******************/
/**************** 私募投资 start **************/
.invest .invest-top-words {
  position: relative;
  height: 0;
  padding-top: 520px;
  background-image: url("../img/invest/touzibanner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}
.invest .invest-top-words h1 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  margin-top: -58px;
  margin-left: 79px;
  font-weight: normal;
}
.invest .invest-top-words h1 p {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 35px;
}
.invest .invest-top-words h1 span {
  font-size: 48px;
}
.invest .invest-bank {
  background-image: url("../img/invest/bank-top.png");
}
.invest .invest-bank > div > div {
  color: #fff;
  width: 1024px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -512px;
  margin-top: -35px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.invest .invest-bank > div h3 {
  font-weight: normal;
  font-size: 40px;
  text-align: center;
}
.invest .invest-bank > div p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.invest .invest-top-ul {
  padding: 25px 0;
  background-color: #fff;
}
.invest .invest-top-ul ul {
  *zoom: 1;
}
.invest .invest-top-ul ul:before,
.invest .invest-top-ul ul:after {
  content: "";
  display: table;
}
.invest .invest-top-ul ul:after {
  clear: both;
}
.invest .invest-top-ul ul:before,
.invest .invest-top-ul ul:after {
  content: "";
  display: table;
}
.invest .invest-top-ul ul:after {
  clear: both;
}
.invest .invest-top-ul li {
  width: calc(25% - 30px);
  float: left;
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-left: 40px;
}
.invest .invest-top-ul li:first-child {
  margin-left: 0;
}
.invest-top-Bank  li {
  width: 20% !important;
  float: left;
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.invest .invest-top-ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  /* width: 95px; */
  height: 95px;
  line-height: 60px;
  /* border-radius: 50%; */
  border-radius: 3px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: -79px;
  left: 0;
  /* margin-left: -48px; */
  cursor: pointer;
  box-shadow: 0 0 10px #999;
  color: #333;
}
.invest .invest-top-ul li a i {
  font-size: 45px;
  color: #333;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
}
.invest .invest-top-ul li a img {
  width: 38px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.invest .invest-top-ul li p {
  text-align: left;
  padding-left: 20px;
  /* position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  text-align: center; */
}
.invest .bank-anchor li {
  width: 25%;
}
.invest .detail-container {
  position: relative;
  padding-bottom: 150px;
}
.invest .detail-container .common-title {
  text-align: left;
  padding-left: 20px;
}
.invest .detail-container p {
  padding-left: 20px;
  padding-right: 53%;
  line-height: 26px;
  margin-top: 30px;
  text-indent: 2em;
  word-break: break-all;
  text-align: justify;
}
.invest .detail-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
/* 产品介绍 */
.introduce {
  padding: 80px 0;
}
.introduce .fixed-width {
  padding-bottom: 20px;
  *zoom: 1;
}
.introduce .fixed-width:before,
.introduce .fixed-width:after {
  content: "";
  display: table;
}
.introduce .fixed-width:after {
  clear: both;
}
.introduce .fixed-width:before,
.introduce .fixed-width:after {
  content: "";
  display: table;
}
.introduce .fixed-width:after {
  clear: both;
}
.introduce .fixed-width > div {
  float: left;
  width: 49%;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.introduce .fixed-width > div h3 {
  font-size: 16px;
  position: relative;
}
.introduce .fixed-width > div h3:before {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #263646;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.introduce .fixed-width > div p {
  margin-top: 20px;
  line-height: 24px;
  padding: 0 15px 0 0;
}
.introduce .fixed-width > div > div {
  height: 262px;
  margin: 30px 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.introduce .fixed-width > :first-child ul {
  position: relative;
  *zoom: 1;
  height: 0;
  padding-top: 25%;
  border-radius: 58px;
  border: 1px solid #293646;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.introduce .fixed-width > :first-child ul:before,
.introduce .fixed-width > :first-child ul:after {
  content: "";
  display: table;
}
.introduce .fixed-width > :first-child ul:after {
  clear: both;
}
.introduce .fixed-width > :first-child ul:before,
.introduce .fixed-width > :first-child ul:after {
  content: "";
  display: table;
}
.introduce .fixed-width > :first-child ul:after {
  clear: both;
}
.introduce .fixed-width > :first-child ul li {
  width: 25%;
  border-radius: 50%;
  line-height: 114.94px;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
}
.introduce .fixed-width > :first-child ul li:first-child {
  left: 0;
}
.introduce .fixed-width > :first-child ul li:nth-child(2) {
  left: 25%;
}
.introduce .fixed-width > :first-child ul li:nth-child(3) {
  left: 50%;
}
.introduce .fixed-width > :first-child ul li:nth-child(4) {
  left: 75%;
}
.introduce .fixed-width > :first-child ul .active {
  background-color: #293646;
  color: #fff;
  font-size: 18px;
}
.introduce .fixed-width > :first-child ul:nth-child(2) {
  margin-top: 35px;
  border: 1px solid #f9c900;
}
.introduce .fixed-width > :first-child ul:nth-child(2) .active {
  background-color: #f9c900;
}
.introduce .fixed-width > :first-child ul:after {
  /*content: "...";
				color: #293646;
				font-size: 36px;
				position: absolute;
				top: 58%;
				left: 60%;*/
}
.introduce .fixed-width > :nth-child(2) {
  margin-left: 2%;
}
.introduce .fixed-width > :nth-child(2) ul {
  *zoom: 1;
}
.introduce .fixed-width > :nth-child(2) ul:before,
.introduce .fixed-width > :nth-child(2) ul:after {
  content: "";
  display: table;
}
.introduce .fixed-width > :nth-child(2) ul:after {
  clear: both;
}
.introduce .fixed-width > :nth-child(2) ul:before,
.introduce .fixed-width > :nth-child(2) ul:after {
  content: "";
  display: table;
}
.introduce .fixed-width > :nth-child(2) ul:after {
  clear: both;
}
.introduce .fixed-width > :nth-child(2) ul li {
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
}
.introduce .fixed-width > :nth-child(2) ul li > :first-child {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f9c900;
  color: #fff;
  font-size: 26px;
}
.introduce .fixed-width > :nth-child(2) ul li:first-child > :first-child,
.introduce .fixed-width > :nth-child(2) ul li:nth-child(3) > :first-child {
  background-color: #293646;
}
.introduce .fixed-width > :nth-child(2) ul li > :nth-child(2) {
  font-size: 12px;
  margin-top: 50px;
  line-height: 20px;
}
.introduce .fixed-width > :nth-child(2) ul li:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #293646;
}
.introduce .fixed-width > :nth-child(2) ul li:after {
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #293646;
  position: absolute;
  top: 35px;
  right: -20px;
}
.introduce .fixed-width > :nth-child(2) ul li:last-child:before,
.introduce .fixed-width > :nth-child(2) ul li:last-child:after {
  display: none;
}
.intd-mor li:nth-last-child(1),
.intd-mor li:nth-last-child(2),
.intd-mor li:nth-last-child(3) {
  line-height: 25px !important;
  padding-top: 38px;
}
.introduce .fixed-width .intd-mor span {
  font-size: 28px;
  vertical-align: top;
  line-height: 10px;
}
.value {
  background-image: url("../img/invest/value-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 70px 0 60px;
}
.value .value-container > * {
  float: left;
  width: 49%;
  padding: 30px 40px;
  background-color: rgba(41, 47, 61, 0.8);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.value .value-container > * > h3 {
  text-align: center;
}
.value .value-container > * ul {
  margin-top: 10px;
}
.value .value-container > * li {
  margin-top: 17px;
  *zoom: 1;
}
.value .value-container > * li:before,
.value .value-container > * li:after {
  content: "";
  display: table;
}
.value .value-container > * li:after {
  clear: both;
}
.value .value-container > * li:before,
.value .value-container > * li:after {
  content: "";
  display: table;
}
.value .value-container > * li:after {
  clear: both;
}
.value .value-container > * li > :first-child {
  font-size: 36px;
  display: block;
  float: left;
}
.value .value-container > * li > :nth-child(2) {
  margin-left: 50px;
  margin-right: 0;
  word-break: break-all;
}
.value .value-container > * li > :nth-child(2) > :first-child {
  color: #f9c900;
}
.value .value-container > * li > :nth-child(2) > :nth-child(2) {
  line-height: 21px;
}
.value .value-container > *:first-child {
  height: 384px;
}
.value .value-container > :first-child div > p:last-child {
  line-height: 24px;
}
.value .value-container > :first-child li {
  height: 43px;
}
.value .value-container > :nth-child(2) {
  margin-left: 2%;
}
.value .value-container > :nth-child(2) li {
  margin-top: 15px;
}
.value .value-container > :nth-child(2) li:first-child {
  margin-top: 14px;
}
/*core cotent*/
.core {
  padding: 60px 0 0px;
}
.core p {
  margin: 0 150px;
  text-align: center;
  line-height: 25px;
}
.core ul {
  height: 425px;
  margin-top: 50px;
}
.core li {
  width: 25%;
  height: 425px;
  padding: 15px 0;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.core li div {
  width: 100%;
  background: url(../img/invest/core-p.png) top no-repeat;
  background-size: 100% ;
  height: 146px;
}
.core li:last-child div {
  background: url(../img/invest/core-l.png) top no-repeat;
  background-size: 100% ;
  height: 146px;
}
.core li i {
  font-size: 40px;
  line-height: 120px;
  color: #283646;
}
.core li h3 {
  font-size: 32px;
  line-height: 60px;
}
.core li span {
  display: block;
  line-height: 25px;
}
.core li:hover {
  background: url(../img/invest/core-bg.png) no-repeat;
}
.core li:hover i,
.core li:hover h3,
.core li:hover span {
  color: #fff;
}
.core i {
  font-size: 50px;
  line-height: 145px;
  color: #283646;
}
.function {
  padding: 80px 0 50px;
}
.function .function-tabs {
  *zoom: 1;
}
.function .function-tabs:before,
.function .function-tabs:after {
  content: "";
  display: table;
}
.function .function-tabs:after {
  clear: both;
}
.function .function-tabs:before,
.function .function-tabs:after {
  content: "";
  display: table;
}
.function .function-tabs:after {
  clear: both;
}
.function .function-tabs > a {
  position: relative;
  display: block;
  float: left;
  width: 16%;
  margin-right: 0.8%;
  font-size: 0;
}
.function .function-tabs > a:last-child {
  margin-right: 0;
}
.function .function-tabs > a img {
  width: 100%;
}
.function .function-tabs > a div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16px;
  background-color: rgba(41, 47, 61, 0.8);
  color: #fff;
  text-align: center;
}
.function .function-tabs > a div:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid transparent;
}
.function .function-tabs > a i {
  display: block;
  font-size: 36px;
  margin-top: 50%;
}
.function .function-tabs > a p {
  position: relative;
  margin-top: 10px;
}
.function .function-tabs > a p:after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -13px;
}
.function .function-tabs > a:hover div {
  background-color: rgba(249, 202, 0, 0.8);
  color: #333;
}
.function .function-tabs > a:hover div:after {
  border-top: 10px solid rgba(249, 202, 0, 0.8);
}
.function .function-tabs > a:hover p:after {
  background-color: #333;
}
.function .function-tabs .active div {
  background-color: rgba(249, 202, 0, 0.8);
  color: #333;
}
.function .function-tabs .active div:after {
  border-top: 10px solid rgba(249, 202, 0, 0.8);
}
.function .function-tabs .active p:after {
  background-color: #333;
}
.function .function-content {
  margin-top: 50px;
  padding-bottom: 20px;
}
.function .function-content > div {
  *zoom: 1;
}
.function .function-content > div:before,
.function .function-content > div:after {
  content: "";
  display: table;
}
.function .function-content > div:after {
  clear: both;
}
.function .function-content > div:before,
.function .function-content > div:after {
  content: "";
  display: table;
}
.function .function-content > div:after {
  clear: both;
}
.function .function-content > div > :first-child {
  float: left;
  width: 35%;
  padding-right: 5%;
  border-right: 1px solid #ddd;
}
.function .function-content > div > :first-child h3 {
  position: relative;
}
.function .function-content > div > :first-child h3:after {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #263646;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.function .function-content > div > :first-child p {
  word-break: break-all;
  margin-top: 15px;
}
.function .function-content > div > :nth-child(2) {
  width: 55%;
  float: right;
}
.function .function-content > div > :nth-child(2) > img {
  display: block;
  float: left;
  width: 49%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.function .function-content > div > :nth-child(2) > img:nth-child(2) {
  margin-left: 2%;
}
.function .function-content > div .mobile > img {
  display: block;
  float: left;
  width: 72.01px;
  height: 128.02px;
  margin-left: 0 !important;
  margin-right: 9%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.function .function-content > div .mobile > img:last-child {
  margin-right: 0 !important;
}
.function .bank-content {
  margin-top: 30px;
  padding-bottom: 20px;
}
.function .bank-content > div h3 {
  position: relative;
}
.function .bank-content > div h3:after {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #263646;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.function .bank-content > div p {
  word-break: break-all;
  margin-top: 15px;
  line-height: 24px;
  height: 48px;
}
.service {
  /* background-image: url("../img/invest/serv-bg.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 30px;
}
.service > :nth-child(2) {
  position: relative;
  padding-bottom: 30px;
}
.service .service-list {
  margin: 60px 0;
  *zoom: 1;
}
.service .service-list:before,
.service .service-list:after {
  content: "";
  display: table;
}
.service .service-list:after {
  clear: both;
}
.service .service-list:before,
.service .service-list:after {
  content: "";
  display: table;
}
.service .service-list:after {
  clear: both;
}
.service .service-list > div {
  position: relative;
  float: left;
  width: 184px;
  margin-right: 26px;
  cursor: pointer;
}
.service .service-list > div img {
  width: 100%;
}
.service .service-list > div > :nth-child(2) {
  height: 194px;
  background-color: rgba(41, 47, 61, 0.8);
  position: absolute;
  top: 47px;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service .service-list > div > :nth-child(2):before {
  content: "";
  border: 92px solid transparent;
  border-bottom: 47px solid rgba(41, 47, 61, 0.8);
  position: absolute;
  left: 0;
  top: -139px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.service .service-list > div > :nth-child(2):after {
  content: "";
  border: 92px solid transparent;
  border-top: 47px solid rgba(41, 47, 61, 0.8);
  position: absolute;
  left: 0;
  bottom: -139px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.service .service-list > div > :nth-child(3) {
  width: 80px;
  height: 80px;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  color: #292f3d;
  background-color: #fff;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -40px;
  padding-right: 8px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.service .service-list > div h3 {
  margin-top: 30px;
}
.service .service-list > div p {
  margin-top: 40px;
}
.service .service-list > div:last-child {
  margin-right: 0;
}
.service .service-list > div:hover > :nth-child(2) {
  background-color: rgba(249, 202, 0, 0.8);
}
.service .service-list > div:hover > :nth-child(2):before {
  border-bottom-color: rgba(249, 202, 0, 0.8);
}
.service .service-list > div:hover > :nth-child(2):after {
  border-top-color: rgba(249, 202, 0, 0.8);
}
.service .service-list > div:hover > :nth-child(3) {
  background-color: #f9c900;
}
.service .service-list .active > :nth-child(2) {
  background-color: rgba(249, 202, 0, 0.8);
}
.service .service-list .active > :nth-child(2):before {
  border-bottom-color: rgba(249, 202, 0, 0.8);
}
.service .service-list .active > :nth-child(2):after {
  border-top-color: rgba(249, 202, 0, 0.8);
}
.service .service-list .active > :nth-child(3) {
  background-color: #f9c900;
}
.customer {
  padding: 30px 0 50px;
  background-color: #eaf1ff;
}
.customer ul {
  *zoom: 1;
}
.customer ul:before,
.customer ul:after {
  content: "";
  display: table;
}
.customer ul:after {
  clear: both;
}
.customer ul:before,
.customer ul:after {
  content: "";
  display: table;
}
.customer ul:after {
  clear: both;
}
.customer li {
  float: left;
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer li:nth-child(4n) {
  margin-right: 0;
}
.customer a {
  display: block;
  text-decoration: none;
  padding: 10px;
  overflow: hidden;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer img {
  /* width: 100%; */
  max-width: 100%;
  height: 66px;
  background-color: #fff;
}
.customer p {
  font-size: 12px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}
/* 新三板在线督导平台 */
.steering {
  background-image: url("../img/invest/value-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.steering ul {
  margin: 50px 0;
  *zoom: 1;
}
.steering ul:before,
.steering ul:after {
  content: "";
  display: table;
}
.steering ul:after {
  clear: both;
}
.steering ul:before,
.steering ul:after {
  content: "";
  display: table;
}
.steering ul:after {
  clear: both;
}
.steering ul li {
  position: relative;
  width: 15%;
  height: 240px;
  float: left;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right-style: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.steering ul li > :first-child {
  padding: 30px 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #999;
}
.steering ul li > :first-child i {
  font-size: 36px;
  color: #f9c900;
}
.steering ul li > :first-child h3 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}
.steering ul li > :first-child p {
  width: 300.14px;
  color: transparent;
}
.steering ul li:last-child > :first-child {
  border-right-style: none;
}
.steering ul .active {
  width: 40%;
  background-color: #f9c900;
}
.steering ul .active > :first-child i {
  color: #333;
}
.steering ul .active > :first-child h3 {
  position: absolute;
  top: 35px;
  left: 70px;
}
.steering ul .active > :first-child p {
  position: absolute;
  top: 70px;
  left: 70px;
  line-height: 24px;
  color: #333;
}
/* 工作底稿电子化存管系统 */
.electric {
  background-image: url("../img/invest/serv-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.electric .electric-list {
  margin: 30px 0;
  *zoom: 1;
}
.electric .electric-list:before,
.electric .electric-list:after {
  content: "";
  display: table;
}
.electric .electric-list:after {
  clear: both;
}
.electric .electric-list:before,
.electric .electric-list:after {
  content: "";
  display: table;
}
.electric .electric-list:after {
  clear: both;
}
.electric .electric-list li {
  position: relative;
  float: left;
  width: 33%;
  height: 0;
  padding-top: 31.67%;
  margin-right: 0.5%;
}
.electric .electric-list li img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.electric .electric-list li h1 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 50px;
  line-height: 30px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.electric .electric-list li p {
  padding: 0 50px;
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
}
.electric .electric-list li:last-child {
  margin-right: 0;
}
/**************** 私募投资 end ****************/
/**************** 技术创新 start **************/
.tech-bg {
  height: 610px;
  background-image: url("../img/tech/tec-bg.jpg");
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.tech-bg > :first-child {
  padding-top: 225px;
  font-size: 24px;
}
.tech-bg > :nth-child(2) {
  font-size: 40px;
  padding-top: 36px;
}
.tech-bg span {
  color: #f9c900;
}
.technology {
  padding: 50px 0 30px;
}
.technology ul {
  *zoom: 1;
  padding: 30px 0;
}
.technology ul:before,
.technology ul:after {
  content: "";
  display: table;
}
.technology ul:after {
  clear: both;
}
.technology ul:before,
.technology ul:after {
  content: "";
  display: table;
}
.technology ul:after {
  clear: both;
}
.technology li {
  float: left;
  width: 23.125%;
  margin-right: 2.5%;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.technology li > :first-child {
  width: 100%;
  height: 0;
  padding-top: 106.94%;
  background-size: cover;
  position: relative;
}
.technology li > :first-child > div {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.technology li > :first-child > div p {
  text-align: center;
  color: #333;
  line-height: 28px;
  margin-top: 40px;
  padding: 0 10px;
}
.technology li > :first-child:hover > div {
  display: block;
}
.technology li > :nth-child(2) {
  padding: 20px;
  text-align: center;
}
.technology li > :nth-child(2) h3 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.technology li > :nth-child(2) p {
  margin-top: 5px;
}
.technology li:last-child {
  margin-right: 0;
}
.technology li:first-child > :first-child {
  background-image: url(../img/tech/tec-1.png);
}
.technology li:nth-child(2) > :first-child {
  background-image: url(../img/tech/tec-2.png);
}
.technology li:nth-child(3) > :first-child {
  background-image: url(../img/tech/tec-3.png);
}
.technology li:nth-child(4) > :first-child {
  background-image: url(../img/tech/tec-4.png);
}
.service-words {
  color: #fff;
}
.service-words > p {
  text-align: center;
  font-size: 12px;
}
.service-words > div {
  margin-top: 150px;
  position: relative;
  width: 30%;
  left: 35%;
  height: 0;
  padding-top: 34.6%;
  background-image: url(../img/tech/Hexagon.png);
  background-size: cover;
}
.service-words > div h3 {
  font-weight: normal;
  font-size: 20px;
}
.service-words > div p {
  font-size: 12px;
  line-height: 30px;
}
.service-words > div > * {
  position: absolute;
}
.service-words > div > :first-child {
  top: -5%;
  right: -80%;
}
.service-words > div > :nth-child(2) {
  top: 43%;
  right: -100%;
}
.service-words > div > :nth-child(3) {
  top: 93%;
  right: -60%;
}
.service-words > div > :nth-child(4) {
  top: 93%;
  left: -82%;
  text-align: right;
}
.service-words > div > :nth-child(5) {
  top: 43%;
  left: -92%;
  text-align: right;
}
.service-words > div > :nth-child(6) {
  top: -5%;
  left: -70%;
  text-align: right;
}
.service-section {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 0 !important;
}
.service-section > div {
  width: calc(50% - 10px);
  margin-bottom: 28px;
  float: left;
  background-color: #f8faff;
  padding: 20px 20px 60px;
  box-sizing: border-box;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: none !important;
}
.service-section > div h3{
  color: #2856cb;
  font-size: 16px;
}
.service-section > div p{
  margin-top: 30px;
  line-height: 24px;
  text-indent: 2em;
  height: 96px;
}
.service-section > div:nth-child(2n) {
  margin-left: 20px;
}
.service-section > div:first-child {
  background-image: url(../img/Bookkeeping/detail1.png);
}
.service-section > div:nth-child(2) {
  background-image: url(../img/Bookkeeping/detail2.png);
}
.service-section > div:nth-child(3) {
  background-image: url(../img/Bookkeeping/detail3.png);
}
.service-section > div:nth-child(4) {
  background-image: url(../img/Bookkeeping/detail4.png);
}
.reits.service-section > div:first-child {
  background-image: url(../img/ReitsBookkeeping/detail1.png);
}
.digital.service-section > div:nth-child(3), .digital.service-section > div:nth-child(4), .digital.service-section > div:nth-child(5) {
  width: calc(33.33% - 15px);
}
.digital.service-section > div:first-child {
  background-image: url(../img/Digitalintelligence/detail1.png);
}
.digital.service-section > div:nth-child(2) {
  background-image: url(../img/Digitalintelligence/detail2.png);
}
.digital.service-section > div:nth-child(3) {
  background-image: url(../img/Digitalintelligence/detail3.png);
}
.digital.service-section > div:nth-child(4) {
  background-image: url(../img/Digitalintelligence/detail4.png);
}
.digital.service-section > div:nth-child(5) {
  margin-left: 25px;
  background-image: url(../img/Digitalintelligence/detail5.png);
}

.equity.service-section > div:first-child {
  width: calc(33.33% - 15px);
  background-image: url(../img/Equitysupervision/detail1.png);
}
.equity.service-section > div:nth-child(2) {
  width: calc(33.33% - 15px);
  background-image: url(../img/Equitysupervision/detail2.png);
}
.equity.service-section > div:nth-child(3) {
  width: calc(33.33% - 15px);
  background-image: url(../img/Equitysupervision/detail3.png);
  margin-left: 25px;
}
.equity.service-section > div:nth-child(4) {
  background-image: url(../img/Equitysupervision/detail4.png);
  margin-left: 0;
}
.equity.service-section > div:nth-child(5) {
  background-image: url(../img/Equitysupervision/detail5.png);
}
.equity.service-section > div:nth-child(6) {
  background-image: url(../img/Equitysupervision/detail6.png);
}
.equity.service-section > div:nth-child(7) {
  background-image: url(../img/Equitysupervision/detail7.png);
}
.equity.service-section > div:nth-child(4), .equity.service-section > div:nth-child(5), .equity.service-section > div:nth-child(6), .equity.service-section > div:nth-child(7) {
  width: calc(25% - 15px);
}
.equity.service-section > div:nth-child(5), .equity.service-section > div:nth-child(6), .equity.service-section > div:nth-child(7) {
  margin-left: 20px;
}

.merger.service-section > div {
  width: calc(33.33% - 15px);
  margin-left: 22.5px;
}
.merger.service-section > div:nth-child(3n+1) {
  margin-left: 0;
}
.merger.service-section > div:nth-child(5) {
  background-image: url(../img/Mergersupervision/detail5.png);
}
.merger.service-section > div:nth-child(6) {
  background-image: url(../img/Mergersupervision/detail6.png);
}

/* 投资银行综合管理系统 */
.investment {
  padding: 50px 0;
}
.investment .fixed-width > div {
  width: 50%;
  height: 240px;
  padding: 30px;
  float: left;
  background-color: #eef2f6;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.investment .fixed-width > div:before,
.investment .fixed-width > div:after {
  content: "";
  display: table;
}
.investment .fixed-width > div:after {
  clear: both;
}
.investment .fixed-width > div:before,
.investment .fixed-width > div:after {
  content: "";
  display: table;
}
.investment .fixed-width > div:after {
  clear: both;
}
.investment .fixed-width > div:nth-child(2),
.investment .fixed-width > div:nth-child(3) {
  background-color: #dde6ee;
}
.investment .fixed-width > div > :first-child {
  position: relative;
  float: left;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-top: 20px;
  border-radius: 50%;
  border: 2px solid #ddd;
  border-left-color: #666;
  border-right-color: #666;
  font-style: italic;
  font-size: 42px;
  text-align: center;
}
.investment .fixed-width > div > :first-child:before {
  content: "";
  display: block;
  height: 150px;
  width: 1px;
  background: -webkit-linear-gradient(#cbd2dc, #7e8082, #cbd2dc);
  background: -o-linear-gradient(#cbd2dc, #7e8082, #cbd2dc);
  background: -moz-linear-gradient(#cbd2dc, #7e8082, #cbd2dc);
  background: linear-gradient(#cbd2dc, #7e8082, #cbd2dc);
  position: absolute;
  right: -30px;
  top: -20px;
}
.investment .fixed-width > div > :nth-child(2) {
  float: left;
  margin-left: 20px;
  padding-left: 30px;
  margin-right: 0;
}
.investment .fixed-width > div > :nth-child(2) h3 {
  font-size: 16px;
  font-weight: normal;
}
.investment .fixed-width > div > :nth-child(2) p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 15px;
}
/**************** 技术创新 end ****************/
/**************** 关于我们 start **************/
/* 3d轮播组件样式 */
.zy-Slide {
  font-size: 12px;
  position: relative;
  width: 1000px;
  height: 292px;
  margin: 50px auto;
}
.zy-Slide ul {
  position: relative;
  width: 900px;
  height: 292px;
  margin: 0 auto;
  padding: 0;
}
.zy-Slide li {
  position: absolute;
  list-style: none;
  background: transparent;
  width: 0;
  height: 0;
  top: 146px;
  left: 377px;
  z-index: 0;
  cursor: pointer;
  border-radius: 3px;
  margin: 0;
  padding: 0;
}
.zy-Slide li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.zy-Slide div:nth-child(1),
.zy-Slide div:nth-child(2) {
  position: absolute;
  top: 50%;
  width: 39px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
}
.zy-Slide div:nth-child(1) {
  left: 0px;
}
.zy-Slide div:nth-child(2) {
  right: 0px;
}
.zy-Slide div i {
  color: #fff;
  font-size: 45px;
  opacity: 0.6;
}
/* 顶部背景图部分 */
.about .about-top {
  position: relative;
  height: 610px;
  background-image: url(../img/about/about9-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about .about-top h3 {
  width: 100%;
  position: absolute;
  top: 36%;
  color: #fff;
  font-size: 42px;
  text-align: center;
}
.about .about-top ul {
  position: absolute;
  width: 880px;
  top: 55%;
  left: 50%;
  *zoom: 1;
  margin-left: -440px;
}
.about .about-top ul:before,
.about .about-top ul:after {
  content: "";
  display: table;
}
.about .about-top ul:after {
  clear: both;
}
.about .about-top ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.about .about-top ul li > * {
  color: #f9c900;
}
.about .about-top ul li i {
  font-size: 84px;
}
.about .about-top ul li p {
  font-size: 18px;
  line-height: 45px;
}
/* 公司简介 */
.about .about-info {
  padding: 80px 0;
}
.about .about-info .about-introduction {
  background-color: #f5f5f5;
  *zoom: 1;
  position: relative;
  margin-top: 30px;
}
.about .about-info .about-introduction:before,
.about .about-info .about-introduction:after {
  content: "";
  display: table;
}
.about .about-info .about-introduction:after {
  clear: both;
}
.about .about-info .about-introduction .about-info-left {
  float: left;
  width: 50%;
  height: 0;
  padding-top: 33.25%;
  background-image: url(../img/about/company.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about .about-info .about-introduction .about-info-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  padding: 15px 50px 30px 30px;
  box-sizing: border-box;
}
.about .about-info .about-introduction .about-info-right .about-info-logo {
  position: relative;
  width: 68%;
  height: 0;
  padding-top: 12.5%;
  margin-bottom: 3%;
  background-image: url(../img/xd-logo2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about .about-info .about-introduction .about-info-right .contact-info-words {
  border-top: 1px solid #dfdfdf;
}
.about .about-info .about-introduction .about-info-right p {
  margin-top: 3%;
  font-size: 12px;
}
.about .about-info .company-introduction {
  background-image: url(../img/about/company-introduction.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
.about .about-info .company-introduction .description {
  padding-right: 50%;
}
.about .about-info .company-introduction .common-title {
  text-align: left;
}
.about .about-info .company-introduction .description p {
  font-size: 12px;
  text-indent: 2em;
  line-height: 20px;
  margin-top: 0;
}
/* 企业文化 */
.about .about-culture {
  padding: 30px 0 100px;
}
.about .about-culture .culture-ul {
  margin-top: 50px;
}
.about .about-culture .culture-ul:before,
.about .about-culture .culture-ul:after {
  content: "";
  display: table;
}
.about .about-culture .culture-ul:after {
  clear: both;
}
.about .about-culture .culture-ul li {
  width: calc(34% - 30px);
  min-height: 310px;
  margin-left: 30px;
  float: left;
  padding: 30px;
  background-color: #f7f9ff;
  box-shadow: 0 0 10px #dedede;
  border-radius: 5px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 90% 95%;
  background-size: 120px;
  text-align: center;
}

.about .about-culture .culture-ul li h3 {
  font-weight: normal;
  font-size: 20px;
  position: relative;
}
.about .about-culture .culture-ul .firstLiH3 h3{
  padding: 0 25px;
  display: inline-block;

}
.about .about-culture .culture-ul li h3::before{
  content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: black;
    top: 14px;
    left: 100px;
}
.about .about-culture .culture-ul li h3::after{
  content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 1px;
    background-color: black;
    top: 14px;
    right: 100px;
}
.about .about-culture .culture-ul li p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
}
.about .about-culture .culture-ul li:hover {
  transform: scale(1.05);
  background-color: #e6edff;
}
.about .about-culture .culture-ul li:first-child {
  margin-left: 0;
  background-image: url(../img/about/culture1.svg);
}
.about .about-culture .culture-ul li:nth-child(2) {
  background-image: url(../img/about/culture2.svg);
}
.about .about-culture .culture-ul li:nth-child(3) {
  background-image: url(../img/about/culture4.svg);
}
/* .about .about-culture .culture-ul li:nth-child(3) {
  background-image: url(../img/about/culture3.svg);
}
.about .about-culture .culture-ul li:nth-child(4) {
  background-image: url(../img/about/culture4.svg);
} */
/* .about .about-culture ul {
  *zoom: 1;
  width: 1024px;
  margin: 30px auto;
}
.about .about-culture ul:before,
.about .about-culture ul:after {
  content: "";
  display: table;
}
.about .about-culture ul:after {
  clear: both;
}
.about .about-culture ul li {
  position: relative;
  width: 25%;
  float: left;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  overflow: hidden;
}
.about .about-culture ul li > :nth-child(2) {
  transform: scale(0);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(249, 201, 0, 0.7);
  padding: 90px 30px;
  text-align: center;
}
.about .about-culture ul li > :nth-child(2) h3 {
  font-size: 18px;
  font-weight: normal;
}
.about .about-culture ul li > :nth-child(2) p {
  margin-top: 25px;
  line-height: 23px;
}
.about .about-culture ul li img {
  width: 100%;
  transition: all 0.3s;
}
.about .about-culture .abstract {
  padding: 20px 10px;
}
.about .about-culture .abstract h3 {
  font-size: 14px;
  font-weight: normal;
}
.about .about-culture .abstract p {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.about .about-culture ul li:hover > :nth-child(2) {
  transform: scale(1);
}
.about .about-culture ul li:hover > :first-child img {
  transform: scale(1.6);
} */
/* 企业荣誉 */
.about .about-honor {
  padding: 80px 0;
  background-image: url(../img/about/honor-bg.png);
  background-size: cover;
}
/* 联系方式 */
.about .about-contact {
  padding: 50px 0;
}
.about .about-contact .contact-info {
  *zoom: 1;
  position: relative;
  width: 1024px;
  margin: 30px auto;
}
.about .about-contact .contact-info:before,
.about .about-contact .contact-info:after {
  content: "";
  display: table;
}
.about .about-contact .contact-info:after {
  clear: both;
}
.about .about-contact .contact-info .contact-info-left {
  float: left;
  width: 48%;
  height: 0;
  padding-top: 38.62%;
  background-image: url(../img/about/map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about .about-contact .contact-info .contact-info-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  margin: 0 50px 20px 30px;
  box-sizing: border-box;
  background-color: #e9eef9;
  border-radius: 5px;
  box-shadow: 0 0 10px #dedede;
  /* border: 1px solid #dfdfdf; */
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-top {
  padding: 20px 39px;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-top h3 {
  font-size: 18px;
  margin-top: 5%;
  font-weight: normal;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-top .contact-detail {
  line-height: 28px;
  margin-top: 5%;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-top .contact-detail p {
  font-size: 12px;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-bottom {
  /* position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 45.208%;
  margin: 0 auto;
  text-align: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff; */
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-bottom > div {
  /* position: absolute;
  right: 0;
  left: 0;
  bottom: 60px;
  color: #2856cb;
  line-height: 46px;
  height: 46px; */
  text-align: center;
  margin-top: 20px;
  color: #2856cb;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-bottom i {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-bottom span {
  margin-left: 20px;
  vertical-align: middle;
  font-size: 18px;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-bottom h1 {
  font-size: 36px;
}
.about .about-contact .contact-info .contact-info-right .contact-info-right-bottom p {
  font-size: 18px;
  line-height: 30px;
}
/**************** 关于我们 end **************/
/* 响应式的一些配置 */
/* @media screen and (max-width:639px){

}
@media screen and (min-width:640px) and (max-width:1023px){

}
@media screen and (min-width:1024px){

} */
@media screen and (min-width: 1280px) {
  .fixed-width {
    width: 1200px !important;
  }
  /* .main-solve-list li {
    width: 200px !important;
    height: 230px !important;
    margin-right: 50px !important;
  }
  .main-solve-list li:last-child {
    margin-right: 0 !important;
  }
  .main-solve-list li > div:before {
    top: -155px !important;
    border: 100px solid transparent !important;
    border-bottom: 55px solid #f9c900 !important;
  }
  .main-solve-list li > div:after {
    bottom: -155px !important;
    border: 100px solid transparent !important;
    border-top: 55px solid #f9c900 !important;
  } */
  .main-news > :nth-child(2) li {
    line-height: 30px !important;
  }
  .main-support ul li {
    width: 200px !important;
    margin-right: 50px !important;
  }
  .main-support ul li:last-child {
    margin-right: 0 !important;
  }
  .customer .fixed-width > div {
    width: 1153px !important;
  }
  .about .about-culture ul {
    width: 1200px;
  }
  .about .about-contact .contact-info {
    width: 1200px;
  }
  .try > :nth-child(2) {
    height: 582px !important;
  }
  .try > :nth-child(2) > :nth-child(2) form {
    padding: 32px 50px !important;
  }
  .try > :nth-child(2) > :nth-child(2) label {
    margin-bottom: 35px !important;
  }
  .service .service-list > div {
    width: 200px !important;
    margin-right: 50px !important;
  }
  .service .service-list > div:last-child {
    margin-right: 0 !important;
  }
  .service .service-list > div > :nth-child(2) {
    height: 211px !important;
    top: 51px !important;
  }
  .service .service-list > div > :nth-child(2):before {
    border: 100px solid transparent !important;
    border-bottom: 52px solid rgba(41, 47, 61, 0.8) !important;
    top: -152px !important;
  }
  .service .service-list > div > :nth-child(2):after {
    border: 100px solid transparent !important;
    border-top: 52px solid rgba(41, 47, 61, 0.8) !important;
    bottom: -152px !important;
  }
  .service .service-list > div:hover > :nth-child(2):before {
    border-bottom-color: rgba(249, 202, 0, 0.8) !important;
  }
  .service .service-list > div:hover > :nth-child(2):after {
    border-top-color: rgba(249, 202, 0, 0.8) !important;
  }
  .main-solve .main-solve-list ul li > div p {
    margin-top: 47px !important;
  }
  .technology li > :first-child > div p {
    margin-top: 70px !important;
  }
  .introduce .fixed-width > :first-child ul li {
    line-height: 136.5px !important;
  }
  .introduce .fixed-width > :first-child ul li span {
    font-size: 28px;
  }
  .introduce .fixed-width .intd-mor li:nth-last-child(1),
  .introduce .fixed-width .intd-mor li:nth-last-child(2),
  .introduce .fixed-width .intd-mor li:nth-last-child(3) {
    line-height: 25px !important;
    padding-top: 45px;
  }
  .introduce .fixed-width > :first-child ul {
    border-radius: 69px !important;
  }
  .introduce .fixed-width > :first-child ul:nth-child(2) {
    margin-top: 13px !important;
  }
  .core ul li i {
    line-height: 145px;
    font-size: 50px;
  }
  .about .about-info .about-introduction .about-info-right p {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .value .value-container > :nth-child(2) li {
    margin-top: 12px !important;
  }
  .value .value-container > :nth-child(2) li:last-child {
    margin-top: 22px !important;
  }
  .main-service .main-list .bottom > div {
    padding: 20px 40px !important;
  }
  .function .function-content > div .mobile > img {
    width: 84.28px !important;
    height: 149.83px !important;
    margin-right: 9% !important;
  }
}
.productFunction{
	padding: 80px 0 50px;
}
.jieshao {
    padding: 60px 0 0;
}

.fuwu{
	padding: 0 !important;
	background-image: none;
}
.fuwu li{
	float: left;
	width: 18%;
	height: 329px;
	text-align: center;
	margin-right: 2.5%;
  color: #fff;
}
.fuwu-common ul li:hover{
	background: #2856CB !important;
}
.fuwu-common ul li:hover p{
	color: #fff !important;
}

.fuwu li:first-child{
	background-image:url(../img/digao/1.png);
}
.fuwu li:nth-child(2){
	background-image:url(../img/digao/2.png);
}
.fuwu li:nth-child(3){
	background-image: url(../img/digao/3.png);
}
.fuwu li:nth-child(4){
	background-image:url(../img/digao/4.png);
}
.fuwu li:nth-child(5){
	background-image:url(../img/digao/5.png);
}
.fuwu li:nth-child(5){
	margin-right: 0px;
}

.fuwu ul{
	margin: 40px auto;
	overflow: hidden;
	width: 1024px;
}
.fuwu li p{
	font-size: 64px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #dfe9f6;
	margin-top: 90px;
}
.fuwu-words{
	width: 100px;
	margin: 36px auto 0 auto;
}

.fuwu-bottom{
	margin-bottom: 30px;
}