/*加载动效   topshow（从上往下）fa_LeftShow （从左往右）  */
.delighter{
  overflow:hidden;
  position:relative;
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_UpShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateY(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_UpShow.started.delighter:before{
  transform: translateY(100%);
}
.fa_LeftShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_LeftShow.started.delighter:before{
  transform: translateX(100%);
}
.fa_RightShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_RightShow.started.delighter:before{
  transform: translateX(-100%);
}
.fa_DownShow.delighter:before{
  width:100%;
  position:absolute;
  height:100%;
  top:0;
  left:0;
  transform: translateX(0%);
  display:block;
  background:#fff;
  z-index:10;
  content:"";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_DownShow.started.delighter:before{
  transform: translateY(-100%);
}
.homeTitBox{
  font-size:0px;
  margin:0;
  padding: 0;
  text-align:left;
  background-repeat:no-repeat;
}
.homeTitEn{
  position:relative;
  text-transform: uppercase;
  font-size: 30px;
  color: #e62129;
  font-weight: 700;
}
.homeTopBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:20px;
}
.homeTitBox {
  flex-basis: 40%;
}
.homeConBox{
  flex-basis: 60%;
  max-width: 880px;
}
.homeTitMain {
  font-size: 36px;
  color: #2f318b;
  font-weight: 700;
  position: relative;
  width: 205px;
  line-height: 56px;
}
.homeTitMain:after {
  content: '';
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  width: 42px;
  height: 2px;
  margin-left: 10px;
  vertical-align: middle;
  background: #2f318b;
}
h4.homeTitSum {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.footerCateTit{
  font-size:22px;
  color:#fff;
  font-weight:700;
  padding-bottom: 20px;
  margin-bottom: 14px;
  border-bottom: 1px solid #626262;
}
.footerCateLink {
  display: block;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  transition: all 0.5s ease;
}
.footerCateLink  a{
  font-size: 16px;
  color: #ccc;
  transition: all 0.5s ease;
}
a.footerCateLink:hover {
  color: #ffffff;
}
.footerCateLink a:hover{
  color: #2f318b;
}
.h_btMore{
  display: inline-block;
  width: 180px;
  height: 48px;
  background: #0c37c3;
  color: #fff !important;
  font-size:16px;
  margin:0 auto;
  margin-right: 14px;
  text-align:center;
  line-height: 48px;
}
.hvr-sweep-to-right:before{
  background: #2f318b !important;
}
.btn-primary {
  background-color: #133984!important;
  border: #133984!important;
  text-align: center!important;
}
.btn-primary:hover {
  background-color: #133984!important;
  border: #133984!important;
}
.p_categoryBox .p_linkBox.clickÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¦Ã¢â‚¬â„¢.jpActive {
  background: #2f318b !important;
}
.p_categoryBox .p_linkBox.click a {
  color: #fff !important;
}
.p_page .pageNum.active,
.p_page .pageNum:hover,
.p_page .next:hover,
.p_page .pre:hover,
.p_pagebox .next,
.p_pagebox .pre {
  background-color: #2f318b!important;
  color: #fff;
  border-color: #2f318b!important;
  border-radius: 0px;
}
.p_page .pageNum,
.p_page .pre,
.p_page .next {
  border-radius: 0px;
}
.p_pagebox .js_pageBtnDisable,
.p_pagebox .js_pageBtnDisable:hover,
.p_pagebox .js_pageBtnDisable:active {
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  color: #bfbfbf !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 14px !important;
  font-family: MicrosoftYaHei;
}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€¦Ã‚Â¸ */
/* Grid Start */
.listCol_1 {
  display: inline-block;
  width: 100%;
}
.listCol_2 {
  display: inline-block;
  width: 50%;
}
.listCol_3 {
  display: inline-block;
  width: 33.333%;
}
.listCol_4 {
  display: inline-block;
  width: 25%;
}
.listCol_5 {
  display: inline-block;
  width: 20%;
}
.listCol_6 {
  display: inline-block;
  width: 16.667%;
}
.listCol_7 {
  display: inline-block;
  width: 14.29%;
}
.listCol_8 {
  display: inline-block;
  width: 12.5%;
}
.listCol_9 {
  display: inline-block;
  width: 11.111%;
}
@media only screen and (max-width: 1025px){
  div[class*="listCol_"]{
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px){
  div[class*="listCol_"]{
    width: 100% !important;
  }
  span[style*="font-size:32px"]{
    font-size:22px !important;
  }
}
/* Grid End */
.p_stylebox .stylebox_top{
  background-color:rgba(0, 0, 0, 0);
  background-image: url(/img/line.jpg);
  background-repeat:no-repeat;
  background-position:center left;
}
.yjLink::before{
  background-color: #2f318b !important;
}
.p_stylebox .stylebox_title{
  background-color:rgba(0, 0, 0, 0);
}
.p_stylebox .title_main{
  font-family:Microsoft YaHei;
  font-size:16px;
  font-weight:bold;
  color: rgb(47, 49, 139);
}
.p_stylebox .stylebox_content{
  border:none;
}
.p_stylebox .stylebox_bottom_line{
  display:none;
}
.moveBtn {
  background: #2f318b !important;
  border-color: #2f318b !important;
  border-radius: 0 !important;
}
@media only screen and (max-width: 1025px){
  .homeTopBox {
    display: block;
  }
}
.jpActive .yjTitle{
  background-color: #f5f8fa;
}
.jpActive  .yjLink::before{
  opacity:1 !important;
}
.jpActive .yjTitle .yjLink{
  color:#2f318b !important
}
.jpActive .ejBox{
  display:block !important;
}
.jpActive .iconfont1{
  transform: rotate( -90deg) !important;
}
.jpActive.ejLi .ejLink{
  color:#2f318b !important;
  font-weight:700;
}
table{
  width: 100% !important;
}
