@charset "utf-8";
@import url(reset.css);
@import url(layout.css);
@import url(public.css);
body {
  background: #fff;
  min-width: 1200px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}

/*首页*/

#index .f1 {
  background: #fff;
  margin-top: 30px;
}
#index .f1 .wrap {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#index .f1 .wrap .ulMenu {
  padding-top: 20px;
}
#index .f1 .wrap .ulMenu li {
  float: left;
  width: 175px;
  margin-right: 30px;
  height: 170px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
#index .f1 .wrap .ulMenu li:nth-child(6n) {
  margin-right: 0;
}
#index .f1 .wrap .ulMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display:-webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  display:-ms-flex;
  -ms-align-items: center;
  -ms-justify-content: center;
  -ms-flex-direction: column;
  display:-moz-flex;
  -moz-align-items: center;
  -moz-justify-content: center;
  -moz-flex-direction: column;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
#index .f1 .wrap .ulMenu li img {
  height: 100px;
  margin-bottom: 15px;
}

#index .f1 .wrap .ulMenu li.on {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
#index .f1 .wrap .ulMenu li:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

#index .f2 {
  background: url(../image/index_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px 0 50px;
}
#index .f2 .wrap {
  width: 1200px;
  margin: 0 auto;
}
#index .f2 .wrap .newsFocus .focusPic {
  float: left;
  width: 585px;
  /* margin-right: 30px; */
  overflow: hidden;
}
#index .f2 .wrap .newsFocus .focusPic .swiper-container_news {
  position: relative;
}
#index
  .f2
  .wrap
  .newsFocus
  .focusPic
  .swiper-container_news
  .swiper-wrapper
  .swiper-slide
  .title {
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 120px 0 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index .f2 .wrap .newsFocus .rNewsBox {
  float: right;
  width: 585px;
  position: relative;
  z-index: 9;
}

#index .f2 .wrap .newsFocus .rNewsBox .menu {
  position: absolute;
  right: 0;
  top: -56px;
  height: 36px;
}
#index .f2 .wrap .newsFocus .rNewsBox .menu li {
  float: left;
  margin-right: 20px;
  width: 110px;
  height: 36px;
  border: 1px solid #ccc;
  background: #fff;
}
#index .f2 .wrap .newsFocus .rNewsBox .menu li:last-child {
  margin-right: 0;
}
#index .f2 .wrap .newsFocus .rNewsBox .menu li a {
  display: block;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
}
#index .f2 .wrap .newsFocus .rNewsBox .menu li.on {
  background: #025196;
  border-color: #025196;
}
#index .f2 .wrap .newsFocus .rNewsBox .menu li.on a {
  color: #fff;
}

#index .f2 .wrap .newsFocus .rNewsBox .menu li:hover {
  background: #025196;
  border-color: #025196;
}
#index .f2 .wrap .newsFocus .rNewsBox .menu li:hover a {
  color: #fff;
}

#index .f2 .wrap .newsFocus .rNewsBox .newsList {
  height: 385px;
  background: #fff;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li {
  position: relative;
  padding: 10px 120px 10px 15px;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c3c3c3;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li a {
  display: block;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li .date {
  position: absolute;
  right: 0;
  top: 10px;
  color: #999;
  font-size: 18px;
  line-height: 23px;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li .title {
  color: #666;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li .prolfile {
  color: #999;
  font-size: 14px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li:first-child {
  padding-right: 0;
  padding-bottom: 0;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li:first-child::before {
  display: none;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li:first-child .date {
  position: static;
}
#index .f2 .wrap .newsFocus .rNewsBox .newsList li:first-child .title {
  margin: 10px 0;
  font-size: 18px;
  color: #333;
}

#index .f3 {
  background: #fff;
  margin-top: 30px;
}
#index .f3 .wrap {
  width: 1200px;
  margin: 0 auto;
}

#index .f3 .wrap .researchBox {
  margin-top: 20px;
  padding-bottom: 50px;
}
#index .f3 .wrap .researchBox .msgBox {
  float: left;
  margin-right: 30px;
  padding: 20px;
  width: 380px;
  height: 385px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 51px rgba(0, 0, 0, 0.06);
}
#index .f3 .wrap .researchBox .msgBox:nth-child(3n) {
  margin-right: 0;
}

#index .f3 .wrap .researchBox .msgBox .picTitle {
  position: relative;
  width: 340px;
  height: 107px;
  margin-bottom: 15px;
}
#index .f3 .wrap .researchBox .msgBox .picTitle .mainImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index .f3 .wrap .researchBox .msgBox .picTitle .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .f3 .wrap .researchBox .msgBox .picTitle .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 60px;
  background: rgba(2, 81, 150, 0.8);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
}
#index .f3 .wrap .researchBox .msgBox .picTitle .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: #fff;
}

#index .f3 .wrap .researchBox .msgBox .msgList li {
  position: relative;
  padding: 10px 0 10px 20px;
}
#index .f3 .wrap .researchBox .msgBox .msgList li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c3c3c3;
}
#index .f3 .wrap .researchBox .msgBox .msgList li a {
  display: block;
}
#index .f3 .wrap .researchBox .msgBox .msgList li .title {
  color: #333;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index .f4 {
  background: #f5f5f5;
  padding: 20px 0 40px;
}
#index .f4 .wrap {
  width: 1200px;
  margin: 0 auto;
}
#index .f4 .wrap .ulLink {
  margin-top: 20px;
}
#index .f4 .wrap .ulLink li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 15px;
}
#index .f4 .wrap .ulLink li a {
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

/*关于我们*/
#about_us .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#about_us .wrapBox {
  margin-top: 30px;
}
#about_us .wrapBox .pubRightBox {
  padding: 0 40px 75px;
}
#about_us .wrapBox .pubRightBox .title {
  height: 110px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 30px;
  line-height: 110px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/*研发中心*/
#research_center .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#research_center .wrapBox {
  margin-top: 30px;
}
#research_center .wrapBox .pubRightBox {
  padding: 0 50px;
}
#research_center .wrapBox .pubRightBox .menuBox {
  height: 90px;
  border-bottom: 1px solid #ddd;
}
#research_center .wrapBox .pubRightBox .menuBox .ulMenu {
  padding: 30px 0;
  text-align: center;
}
#research_center .wrapBox .pubRightBox .menuBox .ulMenu li {
  display: inline-block;
  height: 30px;
  padding: 0 30px;
}
#research_center .wrapBox .pubRightBox .menuBox .ulMenu li a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
#research_center .wrapBox .pubRightBox .menuBox .ulMenu li:hover {
  background: #0054a7;
}
#research_center .wrapBox .pubRightBox .menuBox .ulMenu li:hover a {
  color: #fff;
}
#research_center .wrapBox .pubRightBox .pubList {
  padding: 10px 0 40px;
}

/*研发中心详情*/
#research_center_details .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#research_center_details .wrapBox {
  margin-top: 30px;
}
#research_center_details .wrapBox .pubRightBox {
  padding: 0 40px;
}

/*共用详情*/
.pubDetailsBox .topBox {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.pubDetailsBox .topBox .title {
  color: #333;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.pubDetailsBox .topBox .info {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
}
.pubDetailsBox .topBox .info span {
  margin-right: 30px;
}
.pubDetailsBox .topBox .info span:last-child {
  margin-right: 0;
}

.pubDetailsBox .profile {
  padding: 20px;
  background: #f3f3f3;
  border-left: 4px solid #ddd;
  margin: 30px 0;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
.pubDetailsBox .profile .title {
  color: #333;
}

.pubDetailsBox .pubDetails {
  margin-top: 20px;
}

.pubDetailsBox .downloadBtn {
  padding: 20px 0;
  border-top: 1px dashed #ddd;
  text-align: center;
  margin-top: 30px;
}
.pubDetailsBox .downloadBtn .btn {
  display: inline-block;
  width: 160px;
  height: 35px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
}

/*共用链接*/
.pubLinkBox {
  padding: 15px 0;
  border-top: 1px solid #ddd;
  /*margin-top: 30px;*/
}
.pubLinkBox .link {
  display: block;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  margin: 15px 0;
}
.pubLinkBox .link .txt {
  color: #333;
}

/*客服中心*/
#customerService_center .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#customerService_center .wrapBox {
  margin-top: 30px;
}
#customerService_center .wrapBox .pubRightBox {
  border: 0;
}
#customerService_center .wrapBox .pubRightBox .pubList {
  padding: 40px;
  border: 1px solid #ddd;
}

#customerService_center .wrapBox .pubRightBox.advice {
  padding: 40px;
  border: 1px solid #ddd;
}
#customerService_center .wrapBox .pubRightBox .formBox .inputLine {
  position: relative;
  padding-left: 110px;
  margin-bottom: 20px;
  min-height: 40px;
}
#customerService_center .wrapBox .pubRightBox .formBox .inputLine .title {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  color: #333;
  font-size: 14px;
  line-height: 40px;
}
#customerService_center .wrapBox .pubRightBox .formBox .inputLine .title .tag {
  color: #f00;
}
#customerService_center .wrapBox .pubRightBox .formBox .inputLine textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 250px;
  padding: 15px;
  box-shadow: none;
  border-radius: 0;
  overflow-y: scroll;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
#customerService_center
  .wrapBox
  .pubRightBox
  .formBox
  .inputLine
  textarea::-webkit-scrollbar {
  display: none;
}
#customerService_center
  .wrapBox
  .pubRightBox
  .formBox
  .inputLine
  textarea::-webkit-input-placeholder {
  color: #ccc;
}
#customerService_center .wrapBox .pubRightBox .formBox .inputLine input {
  padding: 0 15px;
  height: 40px;
  width: 430px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
}
#customerService_center
  .wrapBox
  .pubRightBox
  .formBox
  .inputLine
  input::-webkit-input-placeholder {
  color: #ccc;
}
#customerService_center .wrapBox .pubRightBox .formBox .checkBox {
  position: relative;
  width: 540px;
}
#customerService_center
  .wrapBox
  .pubRightBox
  .formBox
  .checkBox
  .inputLine
  input {
  width: 248px;
}
#customerService_center .wrapBox .pubRightBox .formBox .checkBox .rCheck {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
}
#customerService_center .wrapBox .pubRightBox .formBox .checkBox .rCheck .code {
  display: inline-block;
  width: 100px;
  height: 40px;
  overflow: hidden;
  margin: 0 20px;
}
#customerService_center
  .wrapBox
  .pubRightBox
  .formBox
  .checkBox
  .rCheck
  .code
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#customerService_center
  .wrapBox
  .pubRightBox
  .formBox
  .checkBox
  .rCheck
  .refreshBtn {
  display: inline-block;
  height: 40px;
  color: #333;
  font-size: 14px;
  line-height: 40px;
}
#customerService_center .wrapBox .pubRightBox .formBox .btnBox {
  padding: 30px 0 30px 110px;
}
#customerService_center .wrapBox .pubRightBox .formBox .btnBox .btn {
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 200px;
  height: 40px;
  margin-right: 30px;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
#customerService_center .wrapBox .pubRightBox .formBox .btnBox .btn:last-child {
  margin-right: 0;
}
#customerService_center .wrapBox .pubRightBox .formBox .btnBox .btn.on {
  background: #0054a7;
  border: 0;
  color: #fff;
}
#customerService_center .wrapBox .pubRightBox .formBox .btnBox .btn:disabled {
  background: #ccc;
  border: 0;
  color: #fff;
}

/*客服中心详情*/
#customerService_center_details .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#customerService_center_details .wrapBox {
  margin-top: 30px;
}
#customerService_center_details .wrapBox .pubRightBox {
  padding: 0 40px;
}
#customerService_center_details
  .wrapBox
  .pubRightBox
  .pubDetailsBox
  .pubLinkBox {
  margin-top: 0;
}

/*搜索结果*/
#search_result .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#search_result .content .pubList {
  border: 1px solid #ddd;
  padding: 30px 50px 50px;
  margin-top: 30px;
}

/*加入我们*/
#join_us .content {
  width: 1200px;
  margin: 0 auto;
}
#join_us .wrapBox {
  margin: 30px 0;
}

#join_us .pubRightBox {
  padding: 30px 40px;
}

#join_us .pubRightBox .contactTab .topIntro {
  text-align: center;
  padding: 40px 180px 30px;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#join_us .pubRightBox .contactTab .topIntro img {
  /* display: block;
  margin: 0 auto;
  max-width: 100%; */
}
#join_us .pubRightBox .contactTab .topIntro p {
  line-height: inherit;
}

/* #join_us .pubRightBox .contactTab .codeBox {
  text-align: center;
  margin-bottom: 70px;
}
#join_us .pubRightBox .contactTab .codeBox .codeImg {
  width: 200px;
  height: 200px;
  border: 1px solid #eee;
}
#join_us .pubRightBox .contactTab .codeBox p {
  font-size: 16px;
  color: #333;
  height: 16px;
  line-height: 16px;
  margin-top: 20px;
} */

#join_us .pubRightBox .contactTab .mapBox {
 
  position: relative;
  width: 860px;
  height: 300px;
  overflow: hidden;
}
#join_us .pubRightBox .contactTab .mapBox iframe{
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height:100%;

}

#join_us .pubRightBox .recruitTab .ulList li {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

#join_us .pubRightBox .recruitTab .ulList li:last-child{border-bottom: 0;}
#join_us .pubRightBox .recruitTab .ulList li .title {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#join_us .pubRightBox .recruitTab .ulList li a {
  display: 16px;
  color: #333;
}
#join_us .pubRightBox .recruitTab .ulList li .date {
  font-size: 12px;
  color: #666;
  text-align: right;
  height: 12px;
  line-height: 12px;
  margin-top: 10px;
}

/*风险管理*/
#risk_manage .content .wrapBox {
  margin-top: 30px;
}

.pubCon {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/*新闻中心*/
#news_center .wrapBox {
  margin: 30px 0;
}

/*资产管理*/
#assets_manage .content .pubList {
  border: 1px solid #ddd;
  padding: 30px 50px 50px;
  margin: 30px 0;
}

/*投资者教育*/
#investor_education .content .wrapBox {
  margin-top: 30px;
}

/* 交易日历 */
#trade_calendar .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#trade_calendar .content .wrapBox {
  margin-top: 30px;
}
#trade_calendar .lCalendar {
  width: 360px;
  height: 420px;
  padding: 34px 20px;
  background: #fafafa;
}
#trade_calendar .lCalendar .calendar-hd {
  height: 50px;
  line-height: 50px;
}
#trade_calendar .lCalendar .calendar .calendar-views .now {
  background: #0054a7 !important;
}
#trade_calendar .lCalendar .calendar .calendar-views .selected {
  color: #fff;
  background: #dbedff !important;
}
#trade_calendar .pubRightBox {
  width: 810px;
  padding: 0 40px 40px;
}