@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1616402555769'); /* IE9 */
  src: url('iconfont.eot?t=1616402555769#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQkAAsAAAAACQwAAAPXAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMAqFFIQyATYCJAMYCw4ABCAFhG0HWRvRBxEVnEnJfh7YMZ1hLS9WT0Yy0u1z8Hzv379rn3MuPozqhvpS8N4PyZuZVFIntHYJVZnULwDSDBTe951rCo2KUCN5Fj36wu/G2UtzdPy90/8alsA8y3KZY9PCNIsDCmxPGhMk4BJJ1FNQt2biQDoxufDDECCcbCqRqpqmIbgYOEoAmTltyjjcihYzUCi4CHbHQnNB9mLhqm3qMbAn+b78xhMXFJaGE9smV0+k7zfzrUGvDa1lZITB284MGMtAA5WAAZnYaR2NzqKVaMK93QweYGMQ1DfnW0MoxJacRAvX/IMXCWgMFgoBsaE0EsSmmAXfTMCAhm+WhKbMhgTIHKhRkDWA/1SU9oYDMoBbILGQlElEcLDVsgzbGImOjI3ZaW3pQSvWpaRkrEsOHj599mhSIPrk2bXnImKGHDx2bkfKuHBnSHBKIIpIrbpk0bq37BL++vWQN28C794FVVZZFISoHSdOlPYjx8+fThxyEA6d23Fh3OT2gBMREUcsMUQHnNm8NvGonFuWrVhHteMdA/L27chbl8Dr18MJHDp29uSJckSOXNhx7hTiZVshzQ04eJce46ZBjRd76+3nWy+JuXXYfxkbKAjEvzzSxZhFuY+ImzYiatGivn3j4q5efzDiQWLCiARODKnylo0evcyr2qVv39a71e5ItFtnF1h16uwDB2arWUpRqdnA9otEsnFXfXxY442suhc3tD+MuxhTlVuFt8bzaus2bgyb/MTnP3ky5cljpvCkw2R0J25NXFzfvosWRY24+uZANNozIvHfqfXF6hBW1GOXrlrmjR7tLauq+Ha3zZLdWIpsFrhF09lH9uw2OWzjxto6z4t85ZvIRz7yfTAVjtX31XYIrTXT9NrkFwIIjG2ZcmlMTM//boQB4PPqZSuEJ7TW8qfn4KLA4P0pKqxjEApZvimgzjZuBDMVJgiSPghg0w3nFlZAuAxACDrj+bqVMumdNgtuhWeAwiELNC6FyBArwSKCjmDj0gfCqaB2eQQJzEcjJgwoZ5MAIZYroIjmHmhieYIM8QtYJPMXbGJFQzhBSdgwgmKDjOVRYBSe7J9Gx1vwDVqmhTf078VIWZCQX5A4Bqitmnriig2yxZT46TvVQEF4pYs4DsvCtAtPcFoNqvuhrkPXiyrHa1IyQGAUnrB/YnS8hai1lo3P39C/FyMDdT3mFySOnRMtFc0EdJVuk+pepXv89B2qQR0WhFfiAjMWGWVi7+43wWnFsCC8H6iVRmGqtDpevr7KbUA4vIstSrQYscQWB2f6aDbld6bjChNdJlg8Ekle5aTi1GV3aZIEAA==') format('woff2'),
  url('iconfont.woff?t=1616402555769') format('woff'),
  url('iconfont.ttf?t=1616402555769') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1616402555769#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconjiantou:before {
  content: "\e64a";
}

.icontimeasc:before {
  content: "\e607";
}

.iconreldesc:before {
  content: "\e604";
}

.icontimedesc:before {
  content: "\e605";
}

.iconrelasc:before {
  content: "\e606";
}

html, body {
    padding: 0;
    margin: 0;
  }
  
  .container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10rem;
  }
  
  .clearfix:after {
    content: ' ';
    clear: both;
  }
  header {
    height: 395px;
    background: url(	/search/fileDir/file/list/2025091014505655573.jpg) left top no-repeat;
    background-size: cover;
  }

 .nav-list {
    margin-top: 100px;
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: -2px;
  }
  
  .nav-list li {
    font-size: 20px;
    line-height: 54px;
    cursor: pointer;
    color: #333;
  }
  
  .nav-list li.active {
   border-bottom: 4px solid #c2261e;
    margin-bottom: -2px;
    color: #c2261e;
  }

  .result-con {
  /**  float: left;
    width: 788px;**/
    padding: 7rem 0 0;
  }
  
  .result-slide {
    padding: 20px 0 0 826px;
  }

footer {
    background: #503838;
}
footer .w1320 {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .bl {
    padding: 35px 0;
}
footer .tel {
    color: #000;
    margin-bottom: 25px;
}
footer .tel span.num {
    color: #fff;
    font-size: 30px;
}
.fnav {
    color: #fff;
    padding-bottom: 40px;
}
.fnav a {
    color: #fff;
    padding: 0 10px;
}
.fnav a:first-of-type {
    color: #fff;
    padding-left:0;
}
.main .line1 {
    color: #fff;
    padding-bottom: 10px;
}
.main .line2 {
    color: #fff;
}
footer .br {
    display: flex;
    justify-content: space-between;
    width: 425px;
}
.qcode {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qcode .txt {
    color: #fff;
    padding-top: 15px;
}
@media screen and (max-width: 768px){

.container {width: 100%!important;}
.result-con{width:100%!important;}
.search-box-container{width:100%!important;}
.adv-search-btn{margin-top:-30px!important;float: none!important;   margin-left: 8px!important;    font-weight: 600!important;}
.pagination>li>a, .pagination>li>span{padding: 6px 4px!important;}
.result-slide {  padding: 0px!important;}
.page{display:none!important;}
header{background-size: 100%!important; height: 120px!important;}
.nav-list {   margin-top: -155px!important;}
.img-con {   padding: 50px 0!important;}
	
footer .w1320 {
    width: 95%;
    flex-direction: column;
}
.fnav a {
    line-height: 30px;
}
footer .br {
    width: 100%;
    padding-bottom: 25px;
}
footer .qcode {
    width: 27%;
    margin-top: 10px;
}
footer .qcode img {
    width: 100%;
}
  .nav-list li {
    font-size: 18px!important;}
}
 
a {
    font-style: normal;
    text-decoration: none; 
}
.fl{float:left;}
.fr{float:right;}
/*公共样式*/
.max-width{max-width:1440px;margin:0 auto;}
html{overflow-x:hidden;}
.erj_space_between{margin:50px 0;padding:20px 0;}
/*flex公共样式*/
.flex-us {display: flex;display: -ms-flexbox;}
.flex-cent {display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;}
.flex-space {display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
.flex-around {display: flex;display: -ms-flexbox;justify-content: space-around;-ms-flex-pack: justify;}
.flex-cent-cent {display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.flex-space-cent {display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;}
.flex-ign-cent {display: flex;display: -ms-flexbox;align-items: center;-ms-flex-align: center;}
.flex-us-end {display: flex;display: -ms-flexbox;align-items: flex-end;-ms-flex-align: end;}
.flex-us-start {display: flex;display: -ms-flexbox;align-items: self-start;-ms-flex-align: start;}
.flex-MsWarp {flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flex-direction{-ms-flex-direction: column;flex-direction: column;}

/*banner图--贸易金融*/
.banner_erj{position:relative;}
.banner-erj-public{height:400px;position:relative;}
.banner-erj-public > a{display:inline-block;width:100%;height:100%;}
.banner-erj-public img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover}
.banner-tit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;color:#fff;}
.banner-tit h1{font-size:32px;letter-spacing: 4px;}
.banner-tit p{font-size:18px;letter-spacing: 4px;margin-top:15px;}
/*网银登录*/
.erj-login{position:absolute;top:50%;left:50%;width:100%;transform: translate(-50%, -50%);display: flex;justify-content: flex-end;display: -ms-flexbox;-ms-flex-pack: end;z-index:4}
.erj-login-box{width: 280px;background-color: rgba(255, 255, 255, 0.7);border-radius: 10px;padding: 20px 30px;box-sizing: border-box;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#7FFFFFFF, endColorstr=#7FFFFFFF,GradientType=0 );}
.erj-login-box ul li{margin-top:10px;}
.erj-login-box ul li:first-child{margin-top:0px;}
.erj-login-box ul li a {display: inline-block;width: 100%;height: 40px;line-height: 40px;font-size: 16px;color: #fff;background-color: #e2282d;border-radius: 20px;text-align: center;position: relative;overflow: hidden;}

/*左列表正文+图片*/
.erj-title-public {margin-bottom:20px;}
.erj-title-public > h2{height:60px;line-height:60px;font-size:28px;font-weight:bold;}
.box-public,.box-public-cont{height:260px;}
.box-public-cont{position:relative;}
.box-public-cont{display: flex;flex-direction: column;justify-content: space-between;display: -ms-flexbox;-ms-flex-direction: column;-ms-flex-pack: justify;}
.erj-img-public{height:240px;overflow:hidden;}
.erj-img-public img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover;}
.erj-cont-public p{font-size:16px;color:#636363;line-height:30px;}
.erj-btn-public{position:absolute;bottom:10px;right:10px;width:100px;font-size:14px;background-color:#ffffff;border:1px solid #e2e2e2;height:30px;line-height:30px;border-radius:15px;text-align:center;color:#d9232e;overflow:hidden;}
.erj-list-public ul li a{font-size:16px;color:#000;line-height:30px;display:inline-block;text-indent:15px;position:relative;transition:all 0.4s;width:60%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.erj-list-public ul li a::after{content:"";position:absolute;top:50%;left:0;width:5px;height:5px;border-radius:50%;transform:translate(0,-50%);background-color:#d70006;transition:all 0.4s;}
.erj-list-public ul li a:hover{color:#d70006}
.erj-list-public ul li a:hover::after{background-color:#8f0408}
/*按钮效果*/
.erj-btn-public:before,.lxwm-cont > a:before,.zjqs-btn:before,.erj-login-box ul li a:before{content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.erj-btn-public:hover:before,.lxwm-cont > a:hover:before,.zjqs-btn:hover:before,.erj-login-box ul li a:hover:before{ filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.erj-btn-public>span ,.lxwm-cont > a>span,.zjqs-btn > span,.erj-login-box ul li a > span{ display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.erj-btn-public:hover>span,.lxwm-cont > a:hover>span,.zjqs-btn:hover > span,.erj-login-box ul li a:hover > span{filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.erj-btn-public:hover>span:nth-child(1),.lxwm-cont > a:hover>span:nth-child(1),.zjqs-btn:hover > span:nth-child(1),.erj-login-box ul li a:hover > span:nth-child(1){-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.erj-btn-public:hover>span:nth-child(2),.lxwm-cont > a:hover>span:nth-child(2),.zjqs-btn:hover > span:nth-child(2),.erj-login-box ul li a:hover > span:nth-child(2){ -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.erj-btn-public:hover>span:nth-child(3),.lxwm-cont > a:hover>span:nth-child(3),.zjqs-btn:hover > span:nth-child(3),.erj-login-box ul li a:hover > span:nth-child(3){ -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.erj-btn-public:hover>span:nth-child(4),.lxwm-cont > a:hover>span:nth-child(4),.zjqs-btn:hover > span:nth-child(4),.erj-login-box ul li a:hover > span:nth-child(4){ -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.erj-login-box ul li a:hover > span:nth-child(5){ -webkit-transition-delay: .32s; -moz-transition-delay: .32s; -ms-transition-delay: .32s; -o-transition-delay: .32s;transition-delay: .32s}
.erj-login-box ul li a:hover > span:nth-child(6){ -webkit-transition-delay: .37s; -moz-transition-delay: .37s; -ms-transition-delay: .37s; -o-transition-delay: .37s;transition-delay: .37s}
.erj-login-box ul li a:hover > span:nth-child(7){ -webkit-transition-delay: .42s; -moz-transition-delay: .42s; -ms-transition-delay: .42s; -o-transition-delay: .42s;transition-delay: .42s}
.erj-login-box ul li a:hover > span:nth-child(8){ -webkit-transition-delay: .57s; -moz-transition-delay: .57s; -ms-transition-delay: .57s; -o-transition-delay: .57s;transition-delay: .57s}
.erj-btn-public:hover ,.lxwm-cont > a:hover,.zjqs-btn:hover{background-color:#e70012;color:#fff;}
.erj-login-box ul li a:hover{background-color:#8e0d10;color:#fff;}

@media screen and (max-width:1600px){
.max-width{width:90% !important;}
}
 @media screen and (min-width:992px){
.wrapper-sj-nav{display:none}
} 

@media screen and (max-width:992px){
.nav_box{display:none;}
.wrapper-sj-nav{display:block}
/*公共样式*/
.erj_space_between{margin: 15px 0;padding: 0px 0;}
.erj-title-public{margin-bottom:0px;}
.erj-title-public > h2{font-size:20px;}
.box-public,.erj-img-public{height:320px;}
.box-public-cont{height:200px;}

.banner-erj-public{height:220px;}
.banner-tit h1{font-size:20px;}
.banner-tit p{font-size:14px;margin-top:5px;}
.erj-login{display:none;}
}

@media screen and (max-width:480px){
.box-public, .box-public-cont, .erj-img-public {height: 200px;}
}


/*分页*/
 .page {
    width: 100%;
    margin: 30px 0;
    text-align: center;
    vertical-align: middle;
}
.PageCont {
    margin: 0 auto;
    display: inline-block;
}
.PageTotalCont {
    line-height: 22px;
    height: 22px;
    margin-right: 20px;
   font-size: 14px;
}
.fl {
    float: left;
}
.Pagebtn {
    padding: 1px 6px;
    font-size: 12px;
    border: #666 1px solid;
    margin: 3px;
}
.Pagenum a {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
}
.NormalRed {
    color: #000;
    padding: 3px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    margin-right: 2px;
    background-color: #dddddd;
    font-size: 12px
}
.Pagebtn:hover{color: #fff;  background: #ffa501; border-color: #ffa501;}
.Pagenum a:hover{color: #fff;  background: #ff9105; border-color: #ff9105;}
@media screen and (max-width: 768px) {
  .PageCont {    display: flex;flex-direction: column;}
}