html {
  font-size: 12px;
}
html,body{width: 100%;overflow-x: hidden;height: 100%;}
@media (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
.container nav{
	padding-top: 10px;
}

.pcHeader {
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(../img/fristBannerBg.jpg);
}
.pcHeader nav .logo {
  width: 100px;
  margin-top: 10px;
  display: inline-block;
}
.pcHeader ul {
  float: right;
  margin-top: 20px;
}
.pcHeader ul li {
  margin: 0 10px;
  float: left;
  cursor: pointer;
}
.pcHeader ul li a {
  color: #fff;
}
.pcHeader ul li a:hover {
  text-decoration: none;
  color: #F0AD4E;
}
.pcHeader ul li:last-child {
  margin-right: 0;
}
.pcHeader .companyTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pcHeader h1,
.pcHeader h2 {
  color: #fff;
  text-align: center;
}
.pcHeader h1 {
  font-size: 3.5714rem;
}
.pcHeader h2 {
  font-size: 2.8571rem;
}
.appHeader {
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/MheaderBG.jpg) repeat;
}
.appHeader .menuIcon {
  float: right;
  width: 32px;
  margin-top: 20px;
}
.appHeader h1,
.appHeader h2 {
  color: #fff;
  text-align: center;
}
.appHeader h1 {
  font-size: 2.5714rem;
}
.appHeader h2 {
  font-size: 2.2857rem;
}
.logo {
  width: 100px;
  margin-top: 20px;
  display: inline-block;
}
.companyTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xiajiantou {
  width: 36px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.intro h2 {
  margin-top: 80px;
  color: #001b7f;
}
.intro .introInfo {
  color: #4d4d4d;
  text-align: justify;
  font-size: 1.1428rem;
  letter-spacing: 2px;
  line-height: 30px;
}
.coreTeam {
  width: 100%;
  position: relative;
  background-image: url(../img/coreTeamBg.jpg);
}
.coreTeam h2 {
  margin: 80px 0 20px;
  color: #fff;
}
.coreTeam figure {
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.coreTeam figure figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.coreTeam figure figcaption p {
  position: absolute;
  transition: all 300ms linear;
  color: #fff;
  width: 100%;
  text-align: center;
  transform: translateY(80px);
}
.coreTeam figure figcaption p:nth-child(1) {
  bottom: 36px;
}
.coreTeam figure figcaption p:nth-child(2) {
  bottom: 15px;
}
.coreTeam figure figcaption:hover {
  background: #66bfff;
  opacity: 0.8;
}
.coreTeam figure figcaption:hover p {
  transform: translateY(0);
  font-size: 14px;
}

.coreTeam figure figcaption:hover .investImgTitle {
  text-align: center;top: 50px;font-size: 20px;
}
.jianjie {
  width: 100%;
  position: relative;
  background-image: url(../img/jianjie-bg.jpg);
}
.contactTitle1 h4{margin-bottom: 60px;}
.contactTitle1 h5{margin-bottom: 60px;}
.contactTitle1 h2{margin-bottom: 20px;}
.contact{width: 100%;
  position: relative;
  background-image: url(../img/lxwm-bg.jpg);
  background-size: 100%;
  color: #FFFFFF;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 50px;
}
.contact li{margin-bottom: 10px;}
.contact li img{width: 24px;float:left;display: inline-block;margin-right: 5px;}
.contact li p{float:left;display: inline-block;max-width: 260px;}
.contact input,.contact textarea{border-radius: 5px;border: none;padding: 10px 15px;width: 100%;margin-bottom: 15px;color: #333333;}
.contact h2{margin-top: 0;margin-bottom: 30px;}
.invest h2 {
  margin-top: 100px;
}
.invest .investInfo .popup {
  margin-bottom: 90px;
}
/*.invest .investInfo img {
  height: 30px;
  width: auto;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 auto;
}
*/

.invest .investInfo img {
  cursor: pointer;
  margin: 0 auto;
}

.popup{
	padding-left: 0;
	padding-right: 0;
}

/*.popup img{
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
}*/

.about {
  position: relative;
}
.about .aboutBg {
  width: 100%;
  height: 260px;
  position: absolute;
  background-image: url(../img/aboutBg.jpg);
}
.about h2 {
  color: #fff;
  margin: 60px 0 50px;
}
.about .aboutInfo figure {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 0 5px rgba(243, 243, 243, 0.5);
  -moz-box-shadow: 0 0 5px rgba(243, 243, 243, 0.5);
  box-shadow: 0 0 5px rgba(243, 243, 243, 0.5);
  cursor: pointer;
}
.about .aboutInfo h4 {
  text-align: left;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 30px;
}
.about .aboutInfo p {
  letter-spacing: 1px;
  text-align: left;
  line-height: 25px;
}
footer {
  position: relative;
}
footer .footerBg {
  width: 100%;
  height: 280px;
  background-image: url(../img/footerBg.jpg);
}
footer .footerBg p {
  text-align: center;
  color: #fff;
  font-size: 2.1428rem;
  padding-top: 80px;
}
footer .footerBg .perLogin {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  border: 1px solid #05c8ff;
  display: inline-block;
  color: #fff;
  padding: 6px 16px;
  margin: 20px 0 30px;
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  cursor: pointer;
}
footer .footerBg .perLogin:hover {
  background: #05c8ff;
}
footer .qrCode {
  position: absolute;
  width: 120px;
  top:-160px;
  left: -32px;
  display: none;
}
footer .footerCont {
  background: #001b7f;
  height: 100px;
  padding-top: 40px;
  text-align: center;
}
footer .footerCont .WeChatIcon {
  float: left;
  width: 30px;
  cursor: pointer;
}
footer .footerCont ul {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
footer .footerCont ul li {
  margin: 0 10px;
  float: left;
  cursor: pointer;
}
footer .footerCont ul li a {
  color: #fff;
}
footer .footerCont ul li a:hover {
  text-decoration: none;
  color: #F0AD4E;
}
footer .footerCont ul li:last-child {
  margin-right: 0;
}
footer .footerCont .copy {
  float: right;
  color: #fff;
}
section {
  text-align: center;
}
.backgroundRepeat {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  /* 兼容Webkit内核浏览器如Chrome和Safari */
  -o-background-size: cover;
  /* 兼容Opera */
  zoom: 1;
}
.underline {
  height: 4px;
  width: 50px;
  background: #05c8ff;
  display: inline-block;
  margin: 6px 0 60px;
}
.knowMore {
  background: #05c8ff;
  display: inline-block;
  color: #fff;
  padding: 6px 16px;
  margin: 60px 0 60px;
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  cursor: pointer;
}
.knowMore2 {
  background: #05c8ff;
  display: inline-block;
  color: #fff;
  padding: 6px 16px;
  margin: 0px 0 60px;
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  cursor: pointer;
}
.knowMore3 {
  background: #05c8ff;
  display: inline-block;
  color: #fff;
  padding: 6px 16px;
  margin: 10px 0 10px;
  -webkit-border-radius: 16;
  -moz-border-radius: 16;
  border-radius: 16px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .introInfo {
    /*columns: 2; */
    /*-moz-columns: 2; */
    /* Firefox */
     /*-webkit-columns: 2;*/
    /* Safari 和 Chrome */
    /* -moz-column-gap: 50px;*/
    /* Firefox */
    /* -webkit-column-gap: 50px;*/
    /* Safari and Chrome */
    /* column-gap: 50px;*/
  }
  .invest .investInfo img {
    
	
  }
  
  .popup img{
  	width:150px;
	 height:100%;
	}
  #proflictModal .modal-dialog{width: 800px;}
  footer .footerBg p {
    font-size: 2.8571rem;
  }
  footer .footerBg .qrCode {
    left: 70px;
  }
  
}
.modal-header {
  border: none;
}
.modal-header p {
  text-align: center;
  font-size: 1.4285rem;
}
.modal-title {
  text-align: center;
  font-size: 1.8571rem;
  margin-top: 20px;
}
.modal-body {
  padding: 0px 40px 60px;
  line-height:200%;
}
.jianjie{color: #FFFFFF;padding: 80px 0 30px 0;}
.jianjie .imgleft{width: 220px;margin-right: 50px;margin-top: 20px;display: inline-block;text-align: center;}
.nobackground{background-image: none!important;}
.font-blue{color: #001b7f!important;}
.mb100{margin-bottom: 100px;}
.investImg{color: #FFFFFF;}
.investImg > div{text-align: center;}
.investImg figure figcaption p:nth-child(2){text-align: left;padding-left: 10px;padding-right: 10px;}
.investImg figure{display: inline-block;-webkit-box-shadow: 1px 1px 3px 3px #EEEEEE;-moz-box-shadow: 1px 1px 3px 3px #EEEEEE;box-shadow:1px 1px 3px 3px #EEEEEE;border-radius: 3px;width: 280px;height: 280px;padding-top: 60px;}
.investImg figure img{padding-top:20px;}

.coreTeam figure figcaption:hover{background-color: #152780;}
.newsList ul{border-top: 2px solid #b3b3b3;}
.newsList a{display: block;}
.newsList ul p{word-break:normal; white-space:pre-warp; word-wrapL:break-word;text-align: left;font-size: 20px; font-weight:bold;color: #000000;line-height: 30px;}
.newsList ul .newsListTime > div{display: inline-block;width: 80%;text-align: center;background-color: #e6e6e6;max-width:130px;height: 56px;padding: 6px 10px;}
.newsList ul .newsListTime b{font-size: 16px;}
.newsList ul li{cursor: pointer;border-bottom: 1px solid #b3b3b3;margin-top: 15px;padding-bottom: 15px;}
.newsListTime{color: #000000;}
.newspage .pagination > li > a, .newspage .pagination > li > span{margin-left: 0;color: #000000;border-color: #FFFFFF;}
.newspage .pagination > li:first-child > a, .newspage .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border: 1px solid #b3b3b3!important;
}
.newspage .pagination > li:last-child > a, .newspage .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #b3b3b3!important;
}
.newspage .active{color: #20388f!important;text-decoration: underline;}
.newsDetail{color: #808080;font-size: 16px;margin-top: 20px;margin-bottom: 100px;text-align: justify;line-height: 30px;}
.newsdetailheader{margin-top: 80px;margin-bottom: 80px;}
