@charset "utf-8";



@font-face {

  font-family: 'AVGARDM';  

  src: url('AVGARDM.ttf');       

}



@font-face {

  font-family: 'BEBAS';  

  src: url('BEBAS.ttf');       

}





input[type="button"], input[type="submit"], input[type="reset"] {

     -webkit-appearance: none;

}

textarea {  

    -webkit-appearance: none;

}



body{font-family:"Microsoft YaHei","思源黑体","AVGARDM"; min-width:100%;}



a{ margin:0px; padding:0px; border:0px; text-decoration:none; transition: all 0.3s ease 0s;

-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}

a:hover{ text-decoration:none;

       transition: all 0.3s ease 0s; -webkit-transform: all 0.3s ease 0s;}

*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline: none;}

/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/

li{ list-style:none;}

.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}

.clear{zoom: 1;}/* 触发 hasLayout */ 

img{ vertical-align: middle;}

input:focus{ outline: none;}/*去除按钮选中的高亮标签*/

textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/

button:focus{ outline: none;}/*去除按钮选中的高亮标签*/

select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/

img{vertical-align: middle;}

div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}

input[type="submit"]{ cursor: pointer;}

input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#bcbcbc; font-size:14px;}

input::-webkit-input-placeholder{ /* WebKit browsers */ color:#bcbcbc; font-size:14px;}

input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#bcbcbc; font-size:14px;}

input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#bcbcbc; font-size:14px;}

input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#bcbcbc; font-size:14px;}

textarea::-webkit-input-placeholder{color:#bcbcbc; font-size:14px; font-family:"思源黑体","14px";}







.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#89a4d5; font-size:13px;}

.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#89a4d5; font-size:13px;}

.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#89a4d5; font-size:13px;}

.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}

.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#89a4d5; font-size:13px;}







video::-internal-media-controls-download-button {

    display:none;

}

video::-webkit-media-controls-enclosure {

    overflow:hidden;

}

video::-webkit-media-controls-panel {

    width: calc(100% + 30px); 

}





.mo_down{ height:0px; overflow:hidden}

.mo_down.on{ height:auto;}



input:-webkit-autofill { 

-webkit-box-shadow: 0 0 0px 1000px white inset; 

}





.fl{ float:left;}

.fr{ float:right;}

/*渐变从左向右*/

.jianbian2{

    height: 200px;

    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */

    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */

}



/*黑白照片*/

.gray { 

-webkit-filter: grayscale(100%); 

   -moz-filter: grayscale(100%); 

    -ms-filter: grayscale(100%); 

     -o-filter: grayscale(100%); 

        filter: grayscale(100%); 

        filter: gray; 

}



.gray:hover { 

-webkit-filter: grayscale(0%); 

   -moz-filter: grayscale(0%); 

    -ms-filter: grayscale(0%); 

     -o-filter: grayscale(0%); 

        filter: grayscale(0%); 

        filter: gray; 

}

/*图片变大*/

.tra{

-webkit-transform: scale(1);

   -moz-transform: scale(1);

    -ms-transform: scale(1);

     -o-transform: scale(1);

           filter: scale(1);

           filter: transform;

       transition: all 0.5s ease 0s;

-webkit-transform: all 0.5s ease 0s; 

	cursor:pointer;

	

}

.tra:hover{

-webkit-transform: scale(1.15);

   -moz-transform: scale(1.15);

    -ms-transform: scale(1.15);

     -o-transform: scale(1.15);

           filter: scale(1.15);

           filter: transform;

       transition: all 0.5s ease 0s;

-webkit-transform: all 0.5s ease 0s; 

	cursor:pointer;



	

}



/*图片翻转*/

.flip{

	-webkit-transform: rotate(0deg);

       -moz-transform: rotate(0deg);

        -ms-transform: rotate(0deg);

         -o-transform: rotate(0deg);

            transform: rotate(0deg);

           transition: all 0.5s ease;

    -webkit-transform: all 0.5s ease;

 }

.flip:hover{

	-webkit-transform: rotate(360deg);

       -moz-transform: rotate(360deg);

        -ms-transform: rotate(360deg);

         -o-transform: rotate(360deg);

            transform: rotate(360deg);

           transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  

	cursor:pointer;

}







.noscroll{

    overflow: hidden;

}





.quan{ width: 100%;}



.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 123412;}

.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2); display:flex; align-items:center; justify-content: space-between; position:relative;}

.mo_top .mot .Language{ position:absolute; right:55px; display:inline-block; font-size:14px; color:#fff; padding:2px 6px; border-radius:4px; background:#156aa9;}

.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}

.mo_top .mot .molo img{ height:30px;}

.mo_top .mot .mot_right{ display:flex; align-items:center;}

.mo_top .mot .mot_right dd{ margin-right: 5px;}

.mo_top .mot .mot_right dd a i{ font-size:26px; color:#004a91;}

.mo_top .mot .mot_right dt{ position:relative; width:35px; height:35px;}

.mo_top .mot .mot_right dt .cd-nav-trigger{ top:0; right:0;}











.pc_all .pc_all_content{ max-width:1427px; margin:0 auto;}







.InvestorBanner{ position:relative;}

.InvestorBanner img{ width:100%; height:500px; object-fit:cover;}

.InvestorBanner .InvestorBanner_title{ position:absolute; left:0; right:0; top:0; width:100%; text-align:center; height:100%; display:flex; align-items:center; justify-content:center; font-size:48px; color:#fff; font-weight:bolder;}











.Investor{ padding:85px 0px;}

.Investor .Investor_title{ font-size:38px; color:#2b2b2b; text-align:center; margin-bottom:65px;}

.Investor .Investor_content{ display:flex; justify-content:space-between;}

.Investor .Investor_content .Investor_content_list{ position:relative; width:24%; display:inline-block; overflow:hidden;}

.Investor .Investor_content .Investor_content_list img{ width:100%;
-webkit-transform: scale(1);

   -moz-transform: scale(1);

    -ms-transform: scale(1);

     -o-transform: scale(1);

           filter: scale(1);

           filter: transform;

       transition: all 0.5s ease 0s;

-webkit-transform: all 0.5s ease 0s; 

	cursor:pointer;
}
.Investor .Investor_content .Investor_content_list:hover img{
-webkit-transform: scale(1.15);

   -moz-transform: scale(1.15);

    -ms-transform: scale(1.15);

     -o-transform: scale(1.15);

           filter: scale(1.15);

           filter: transform;

       transition: all 0.5s ease 0s;

-webkit-transform: all 0.5s ease 0s; 

	cursor:pointer;
}

.Investor .Investor_content .Investor_content_list:before{ content:""; display:inline-block; width:100%; height:100%; position:absolute; left:0; bottom:0; background:url(../images/bn1.png) no-repeat 100% 100%; z-index:1; opacity:1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Investor .Investor_content .Investor_content_list:after{ content:""; display:inline-block; width:100%; height:100%; position:absolute; left:0; bottom:0; background:url(../images/bn1_on.png) no-repeat 100% 100%; z-index:1; opacity:0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}

.Investor .Investor_content .Investor_content_list .content_list_title{ position:absolute; bottom:30px; padding:0px 26px; width:100%; font-size:22px; color:#fff; z-index:3;}

.Investor .Investor_content .Investor_content_list:hover:before{ opacity:0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.Investor .Investor_content .Investor_content_list:hover:after{ opacity:1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}









.Investor2{ background:#f9f9f9; padding-bottom:155px;}

.Investor2 .Investor_content{ display:flex; justify-content:space-between;}

.Investor2 .Investor_content .Investor_content_img{ width:50%; overflow:hidden;}

.Investor2 .Investor_content .Investor_content_img img{ width:100%;
-webkit-transform: scale(1);

   -moz-transform: scale(1);

    -ms-transform: scale(1);

     -o-transform: scale(1);

           filter: scale(1);

           filter: transform;

       transition: all 0.5s ease 0s;

-webkit-transform: all 0.5s ease 0s; 
}
.Investor2 .Investor_content .Investor_content_img:hover img{
-webkit-transform: scale(1.15);

   -moz-transform: scale(1.15);

    -ms-transform: scale(1.15);

     -o-transform: scale(1.15);

           filter: scale(1.15);

           filter: transform;

       transition: all 0.5s ease 0s;

-webkit-transform: all 0.5s ease 0s; 
}

.Investor2 .Investor_content .Investor_content_txt{ width:50%; background:#fff; position:relative; top:47px; padding:0px 65px; display:flex; align-items:center; justify-content:center; flex-direction:column; box-shadow:0px 16px 44px rgba(0,0,0,.03);}

.Investor2 .Investor_content .Investor_content_txt p{ font-size:16px; color:#666666; line-height:32px; margin-bottom:26px;}

.Investor2 .Investor_content .Investor_content_txt .more{ margin-top:0px; text-align:left;}









.Investor3 .pc_all_content{ display:flex; justify-content:space-between;}

.Investor3 .Investor3_list{ width:48%;}

.Investor3 .Investor3_list .Investor3_list_title{ display:flex; align-items:center; justify-content:space-between; margin-bottom:48px;}

.Investor3 .Investor3_list .Investor3_list_title .list_title_dd{ font-size:38px; color:#2b2b2b;}

.Investor3 .Investor3_list .Investor3_list_title .more{ margin-top:0px; text-align:left; width:auto;}

.Investor3 .Investor3_left .Investor3_list_content{ background:url(../images/bg6.jpg) no-repeat 50%/cover; display:flex; height:435px; align-items:center; justify-content:center; flex-direction:column; padding:0px 40px;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top{ width:100%; display:flex; justify-content:space-between;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left{ width:37%;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_dd{ font-size:22px; color:#fff; margin-bottom:50px;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_dd span{ margin-left:15px;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_dt{ font-size:67px; color:#fff; margin-bottom:30px;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_p{ font-size:20px; color:#fff; }

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right{ width:50%; display:flex; justify-content:space-between; flex-wrap:wrap;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right .top_right_list{ width:48%;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right .top_right_list .right_list_dd{ font-size:18px; color:#fff; margin-bottom:10px;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right .top_right_list .right_list_dt{ font-size:22px; color:#fff;}

.Investor3 .Investor3_list .Investor3_list_content .list_content_bottom{ margin-top:50px; line-height:30px; color:#fff; font-size:16px;}

.Investor3 .Investor3_right .Investor3_right_content .right_content_list{ display:flex; align-items:center; justify-content:space-between; height:62px; border-bottom:1px solid #eeeeee;}
.Investor3 .Investor3_right .Investor3_right_content .right_content_list:hover{ border-bottom:1px solid #295c9c;}

.Investor3 .Investor3_right .Investor3_right_content .right_content_list:hover .content_list_dd{ color:#295c9c;}
.Investor3 .Investor3_right .Investor3_right_content .right_content_list .content_list_dd{ width:90%; font-size:16px; color:#333333; position:relative; padding-left:96px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

/* .Investor3 .Investor3_right .Investor3_right_content .right_content_list .content_list_dd:before{ content:"01"; position:absolute; left:0;  top:2px; font-size:16px; color:#295c9c;} */
.Investor3 .Investor3_right .Investor3_right_content .right_content_list .content_list_dd span { position:absolute; left:0;  top:0px; font-size:16px; color:#295c9c;}

/* .Investor3 .Investor3_right .Investor3_right_content .right_content_list:nth-child(2) .content_list_dd:before{ content:"02"; }

.Investor3 .Investor3_right .Investor3_right_content .right_content_list:nth-child(3) .content_list_dd:before{ content:"03"; }

.Investor3 .Investor3_right .Investor3_right_content .right_content_list:nth-child(4) .content_list_dd:before{ content:"04"; }

.Investor3 .Investor3_right .Investor3_right_content .right_content_list:nth-child(5) .content_list_dd:before{ content:"05"; }

.Investor3 .Investor3_right .Investor3_right_content .right_content_list:nth-child(6) .content_list_dd:before{ content:"06"; }

.Investor3 .Investor3_right .Investor3_right_content .right_content_list:nth-child(7) .content_list_dd:before{ content:"07"; } */

.Investor3 .Investor3_right .Investor3_right_content .right_content_list .content_list_dt{ width:10%; text-align:right;}

.Investor3 .Investor3_right .Investor3_right_content .right_content_list .content_list_dt i{ font-size:16px; color:#999;}











.Investor4{ background:url(../images/bg7.jpg) no-repeat 50%/cover;}

.Investor4 .pc_all_content{ display:flex; justify-content:center; flex-direction:column; height:480px;}

.Investor4 .Investor4_title{ font-size:38px; color:#fff; margin-bottom:50px;}

.Investor4 .Investor4_content .Investor4_content_dd{ font-size:20px; color:#fff; margin-bottom:30px;}

.Investor4 .Investor4_content .Investor4_content_dt p span{ display:flex; align-items:center; justify-content:center; width:20px; margin-right:15px;}

.Investor4 .Investor4_content .Investor4_content_dt p{ font-size:15px; color:#fff; display:flex; align-items:center; margin-bottom:22px;}

.Investor4 .Investor4_content .Investor4_content_dt p:last-child{ margin-bottom:0px;}









.InvestorNav{ display:flex; align-items:center; justify-content:center; border-bottom:1px solid #e5e5e5;}

.InvestorNav .InvestorNav_list{ display:flex; align-items:center; height:100px; padding:0px 43px; font-size:15px; color:#585858;}

.InvestorNav .InvestorNav_list span{ display:flex; align-items:center; justify-content:center; width:26px; height:26px; position:relative; margin-right:10px;}

.InvestorNav .InvestorNav_list span img{ position:absolute;}

.InvestorNav .InvestorNav_list span img:last-child{ opacity:0;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}

.InvestorNav .InvestorNav_list:hover{ background:#295c9c; color:#fff;}

.InvestorNav .InvestorNav_list:hover span img{ opacity:0;}

.InvestorNav .InvestorNav_list:hover span img:last-child{ opacity:1;transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}

.InvestorNav .InvestorNav_list.on{ background:#295c9c; color:#fff;}

.InvestorNav .InvestorNav_list.on span img{ opacity:0;}

.InvestorNav .InvestorNav_list.on span img:last-child{ opacity:1;}









.Prospectus{ background:#f9f9f9; padding-bottom:75px;}

.Prospectus .wz{ margin:0px; width:100%;}

.Prospectus .Prospectus_top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:55px;}

.Prospectus .Prospectus_top .Prospectus_top_left select{ height:60px; width:170px; font-size:16px; color:#333333;background:transparent;background-image:none;-webkit-appearance:none;-moz-appearance:none; background:#fff url(../images/bn13.png) no-repeat 90% 50%; padding-left:18px; padding-right:30px; border:1px solid #ededed;}

/*.Prospectus .Prospectus_top .Prospectus_top_left select:last-child{ margin-left:24px;}*/

.Prospectus .Prospectus_top .Prospectus_top_right{ display:flex; align-items:center;}

.Prospectus .Prospectus_top .Prospectus_top_right input{ height:60px;}

.Prospectus .Prospectus_top .Prospectus_top_right input[type="text"]{ width:454px; border:1px solid #ededed; padding:0px 22px; font-size:16px; color:#333;}

.Prospectus .Prospectus_top .Prospectus_top_right input[type="submit"]{ width:140px; background:#295c9c url(../images/bn14.png) no-repeat 40px 50%; color:#fff; font-size:18px; padding-left:25px;}

.Prospectus .Prospectus_content .Prospectus_content_list{ display:flex; align-items:center; justify-content:space-between; background:#fff; padding:35px 0px; margin-bottom:21px;} 

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_time{ width:185px; text-align:center; border-right:1px solid #e5e5e5; height:110px; display:flex; align-items:center; justify-content:center; flex-direction:column;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_time .list_time_dd{ font-size:38px; color:#181818; font-weight:bolder;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_time .list_time_dt{ font-size:18px; color:#959595; }

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt{ width:calc( 100% - 185px); display:flex; align-items:center; justify-content:space-between; padding-left:58px; padding-right:48px;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left{ width:80%;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dd{ font-size:18px; color:#414141; margin-bottom:25px;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dt{ display:flex; align-items:center;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dt a{width: 145px; height: 33px; display: flex; align-items: center; justify-content: center; border-radius: 100px; border-width: 1px; border-style: solid; border-color: rgb(228, 228, 228); border-image: initial; margin-right:15px;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dt a span{ margin-left:12px;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dt a:last-child{ margin-right:0px;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dt a:hover{ border:1px solid #295c9c; color:#295c9c;}

.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_right{ width:115px; height:40px; border-top:1px solid #7f7f7f; border-bottom:1px solid #7f7f7f; display:flex; align-items:center; justify-content:center; font-size:16px; color:#181818; font-weight: bolder;}





.Prospectus .Prospectus_content2 .Prospectus_content2_list{display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; background: rgb(255, 255, 255);}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_img{ width: 210px;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_img img{ width: 100%; height: 234px; object-fit: cover;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt{width: calc(100% - 210px); display: flex; align-items: center; justify-content: space-between; padding: 0px 60px;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_left{width: 65%;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_left .txt_left_dd{font-size: 20px; color: rgb(51, 51, 51); text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_left .txt_left_dt{font-size: 18px; color: rgb(153, 153, 153); margin-top: 22px;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right{width: 29%; text-align: right; display: flex; align-items: center; justify-content: space-between;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a{width: 48%; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 100px; border-width: 1px; border-style: solid; border-color: rgb(228, 228, 228); border-image: initial;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a span{margin-left: 10px; display: flex; align-items: center; justify-content: center; width: 22px; height: 15px;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a span img{ position:absolute;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a span img:last-child{ opacity:0;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a:hover span img{ opacity:0;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a:hover span img:last-child{ opacity:1;}

.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a:hover{ background:#295c9c; border:1px solid #295c9c; color:#fff;}













.CGovernance{ background:#fff;}

.CGovernance .CGovernance_title{ display:flex; justify-content:space-between; align-items:center; height:60px; background:#295c9c; color:#fff; font-size:16px; padding:0px 60px;}

.CGovernance .CGovernance_title .CGovernance_title_list{ width:20%; text-align:center; height:60px; line-height:60px;}

.CGovernance .CGovernance_content .CGovernance_content_list{ display:flex; align-items:center; justify-content: center; background:#ededed; padding:0px 60px;}

.CGovernance .CGovernance_content .CGovernance_content_list:nth-child(2n){ background:#fff;}

.CGovernance .CGovernance_content .CGovernance_content_list .content_list_li{ width:20%; height:60px; line-height:60px; text-align:center; font-size:16px; color:#333333; position:relative;}

.CGovernance .CGovernance_content .CGovernance_content_list .content_list_li:nth-child(1) img{ position:absolute; left:-25px; top:30%;}

.CGovernance .CGovernance_content .CGovernance_content_list .content_list_li:nth-child(1){ text-align:left;}

.CGovernance .CGovernance_bottom{ display:flex; align-items:center; margin-top:35px;}

.CGovernance .CGovernance_bottom .CGovernance_bottom_list{ margin-right:55px; font-size:15px; color:#333333; display:flex; align-items:center;}

.CGovernance .CGovernance_bottom .CGovernance_bottom_list img{ margin-right:10px;}













.CGovernance2{ padding:85px 0px;}

.CGovernance2 .Prospectus_top .Prospectus_top_left{ font-size:38px; color:#2b2b2b;}

.CGovernance2 .Prospectus_top .Prospectus_top_right{ display:flex; align-items:center;}

.CGovernance2 .Prospectus_top .Prospectus_top_right select{ height:60px; width:170px; font-size:16px; color:#333333;background:transparent;background-image:none;-webkit-appearance:none;-moz-appearance:none; background:#fff url(../images/bn13.png) no-repeat 90% 50%; padding-left:18px; padding-right:30px; border:1px solid #ededed; margin-right:24px;}

.CGovernance2 .Prospectus_top .Prospectus_top_right .CGovernance2_search{ display:flex; align-items:center;}








.gpxxPage{ background: #f9f9f9;}

.gpxxPage .gpxxPage_content{ display: flex; background:#fff; padding:60px 40px;}

.gpxxPage .gpxxPageLeft{ display: flex; flex-direction: column; width: 515px; border-right:#dee1e3 solid 1px; flex-shrink: 0; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft1{ display: flex; align-items: center; font-size:20px; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft1 span{ margin-right: 15px; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2{ display: flex; align-items:baseline ; margin:40px 0 50px 0; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft21{ font-size: 67px; color:#156aa9; font-weight: bolder; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft22{ display: flex; flex-direction: column; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft22 img{ opacity: 0; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft22.up img:nth-child(1){ opacity: 1; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft22.up img:nth-child(2){ opacity: 0; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft22.down img:nth-child(1){ opacity: 0; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft22.down img:nth-child(2){ opacity: 1; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft23{ font-size: 20px; color:#b5b5b5; margin:0 10px; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft24{ font-size: 20px; color:#156aa9; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft3{ display: flex; align-items: center; font-size: 14px; color:#666666; }

.gpxxPage .gpxxPageLeft .gpxxPageLeft4{ font-size: 14px; color:#666666;}

.gpxxPage .gpxxPageRight{ display: flex; align-items: center; justify-content: space-around; width: 100%; }

.gpxxPage .gpxxPageRight .gpr{ display: flex; flex-direction: column; }

.gpxxPage .gpxxPageRight .gpr .gprTop{ font-size: 18px; color:#222222; }

.gpxxPage .gpxxPageRight .gpr .gprBot{ font-size: 30px; color: #156aa9; line-height: 50px; }







.Contact .addressXun{ width: 100%; display: flex; flex-direction: column;  padding: 0 35px;  padding:65px 55px; border-right:rgba(229,233,237,.1) solid 1px; background:#fff;}

.Contact .addressXun .addressXun1{ font-size: 28px; color:#222222; padding-bottom: 30px; border-bottom:#d0e1ee solid 1px; margin-bottom: 25px; }

.Contact .addressXun .addressXun2{ display: flex; flex-direction: column; }

.Contact .addressXun .addressXun2 .addressXun21{ display: flex; align-items: center; font-size: 18px; color:#222222; line-height: 40px; }

.Contact .addressXun .addressXun2 .addressXun21 div:nth-child(1){ width:35px; }





.header-top .header-top-r .header-top-r-wx a{ cursor:pointer;}
.header-top .header-top-r .header-top-r-wx a i{ margin-left:10px;}
.header-top .header-top-r .header-top-r-wx .r_tel_down{ box-shadow:0px 0px 10px rgba(0,0,0,.2);}
.header-top .header-top-r .header-top-r-wx .r_tel_down p{ background:#fff; line-height:36px; font-size:16px; color:#333; text-align:center; font-weight:bolder; color:#f00000;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }
.header-top .header-top-r .header-top-r-wx .r_tel_down p:hover{ background:#f00000; color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;  }





.TInvestor .Investor_content .TInvestor_list{ width:49%; background:#295c9c; padding:47px 37px;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_title{ font-size:30px; color:#fff; margin-bottom:33px;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_txt .list_txt_li{ display:flex; align-items:center; justify-content: space-between; height:75px; border-bottom:1px solid rgba(255,255,255,.5);}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_txt .list_txt_li:hover{ border-bottom:1px solid #fff;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_txt .list_txt_li .txt_li_dd{ width:70%; font-size:20px; color:#f3f3f3; display:flex; align-items:center;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_txt .list_txt_li .txt_li_dd span{ margin-right:16px; display:flex; align-items:center; justify-content:center; width:31px;}




.TInvestor2{ background:#f9f9f9; padding:95px 0px;}
.TInvestor2 .pc_all_content{ display:flex; justify-content:space-between;}
.TInvestor2 .TInvestor2_img{ width:50%;}
.TInvestor2 .TInvestor2_img img{ width:100%; height:537px; object-fit:cover;}
.TInvestor2 .TInvestor2_txt{ width:49%; padding:0px 3%; background:#fff; display:flex; align-items:center; justify-content:center; flex-direction:column;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_title .txt_title_dd{ font-size:38px; color:#2b2b2b;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_title .txt_title_dt{ font-size:16px; color:#666666; line-height:30px; margin-top:20px;}
.TInvestor2 .TInvestor2_txt .more{ text-align: left; margin-top:30px;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom{ display:flex; align-items:center; margin-top:35px; width:100%;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list{ width:178px; background:#fff; text-align:center; font-size:16px; color:#222222; padding:24px 0px;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list .bottom_list_dd{ width:43px; height:35px; margin:0 auto; position:relative; margin-bottom:15px;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list .bottom_list_dd img{ position:absolute; left:0; right:0; margin:0 auto;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list .bottom_list_dd img:last-child{ opacity:0;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list:hover{ background:#295c9c; box-shadow:0px 0px 16px rgba(41,92,156,.5); color:#fff;transition: all 0.5s ease; -webkit-transform: all 0.5s ease;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list:hover .bottom_list_dd img{ opacity:0;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list:hover .bottom_list_dd img:last-child{ opacity:1;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list:last-child{ margin-left:40px;}





.TInvestor3 .Investor3_list{ width:49%;}




.TProspectus .Prospectus_top{ justify-content:center; width:100%;}




.TInvestor4{ background:#f7f7f7; padding:95px 0px;}
.TInvestor4 .pc_all_content{ display:block;}
.TInvestor4 .pc_all_content .Investor3_list{ width:100%;}
.TInvestor4 .TInvestor4_content{ display:flex; justify-content:space-between;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_img{ width:50%;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_img img{ width:100%; height:502px; object-fit:cover;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt{ width:49%;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list{ display:inline-block; background:#fff; width:100%; margin-bottom:11px; padding:27px 34px;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list:last-child{ margin-bottom:0px;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_time{ font-size:16px; color:#295c9c;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_title{ font-size:18px; color:#2b2b2b; margin:15px 0px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_btn{ display:flex;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_btn a:last-child{ margin-left:29px;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_btn a{width: 145px; height: 33px; display: flex; align-items: center; justify-content: center; border-radius: 100px; border-width: 1px; border-style: solid; border-color: rgb(228, 228, 228); border-image: initial; margin-right: 15px;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_btn a span{margin-left: 12px;}




.adv ul{ display:flex; align-items:center; justify-content:space-between;}
.adv ul li{ width:auto;}















@media screen and (max-width:1540px){
.pc_all .pc_all_content{ max-width:1200px;}
.Investor2 .Investor_content .Investor_content_txt{ padding:35px;}
.wz{ min-width:1200px;}
.InvestorBanner img{ height:410px;}


.adv ul li span{ font-size:40px;}
}



















@media screen and (max-width:1200px){

.pc_all .pc_all_content,.banner .banner_list .banner_list_txt,.banner .banner_bottom{ width: 96% !important; margin: 0 auto; overflow: hidden;}

.header-top,.header{ display: none;}

.mo_footer{ display:block;}

.mo_top{display: block;}

.mo_height{ height: 50px;}

.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}

img{ max-width: 100%;}

.hight,.pc_top_company,.banner .banner_txt,.buildnum{ display: none;}



input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px !important;}

input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px !important;}

input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px !important;}

input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px !important;}

input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px !important;}

textarea::-webkit-input-placeholder{color:#999999; font-size:13px !important;}











.pc_show{ display:none;}

.mo_show{ display:block;}




.InvestorBanner img{ height:auto;}
.Investor{ padding:40px 0px;}
.Investor .Investor_title{ font-size:20px; margin-bottom:30px;}
.Investor .Investor_content{ flex-wrap: wrap;}
.Investor .Investor_content .Investor_content_list{ width:100%; margin-bottom:20px;}
.Investor .Investor_content .Investor_content_list:last-child{ margin-bottom:0px;}
.Investor .Investor_content .Investor_content_list .content_list_title{ font-size:18px; bottom:20px; padding:0px 20px;}


.Investor2 .Investor_content{ display:block;}
.Investor2 .Investor_content .Investor_content_img{ width:100%;}
.Investor2 .Investor_content .Investor_content_txt{ top:0px; padding:20px; width:100%;}
.Investor2 .Investor_content .Investor_content_txt p{ font-size:14px; line-height:26px; margin-bottom:12px;}


.Investor3 .pc_all_content{ display:block;}
.Investor3 .Investor3_list,.Investor3 .Investor3_list{ width:100%;}
.Investor3 .Investor3_left{ margin-bottom:30px;}
.Investor3 .Investor3_left:last-child{ margin-bottom:0px;}
.Investor3 .Investor3_list .Investor3_list_title .list_title_dd{ font-size:20px;}
.Investor3 .Investor3_list .Investor3_list_title{ margin-bottom:24px;}
.Investor3 .Investor3_left .Investor3_list_content{ padding:30px 20px; height:auto;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_dd{ font-size:16px; margin-bottom:25px;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right .top_right_list .right_list_dd{ font-size:16px;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right .top_right_list .right_list_dt{ font-size:15px;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_dt{ font-size:24px;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left .top_left_p{ font-size:16px;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_bottom{ margin-top:25px; font-size:14px; line-height:26px;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_left{ width:35%;}
.Investor3 .Investor3_list .Investor3_list_content .list_content_top .content_top_right{ width:60%;}


.Investor4 .pc_all_content{ height:auto; padding:30px 20px;}
.Investor4 .Investor4_title{ font-size:20px; margin-bottom:22px;}
.Investor4 .Investor4_content .Investor4_content_dd{ font-size:16px; margin-bottom:20px;}
.Investor4 .Investor4_content .Investor4_content_dt p{ font-size:14px;}


.adv{ height:auto; padding:30px 0px;}
.adv ul li{ font-size:14px; padding-top:0px;}
.adv ul li span{ font-size:18px;}


.foot-box{ padding:30px 0px;}
.foot-box,.copy{ min-width:94%;}
.copy .copyright{ line-height:28px;}
.foot-contact{ width:100%; text-align:left;}



.InvestorNav{ flex-wrap:wrap; padding:4%; justify-content:space-between; margin-bottom:-4%;}
.InvestorNav .InvestorNav_list{ height:auto; padding:10px 0px; width:48%; justify-content:center; border:1px solid #dcdcdc; border-radius:5px; margin-bottom:4%; font-size:15px;}
.InvestorNav .InvestorNav_list.on{ border:1px solid #295c9c;}


.Prospectus{ padding:40px 0px;}
.Prospectus .wz{ display:none;}
.Prospectus .Prospectus_top{ display:block;}
.Prospectus .Prospectus_top .Prospectus_top_right input[type="text"]{ width:70%;}
.Prospectus .Prospectus_top .Prospectus_top_right input[type="submit"]{ width:30%; background:#295c9c; padding-left:0px; margin-top:10px;}
.Prospectus .Prospectus_content .Prospectus_content_list{ display:block;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_time,.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt{ width:100%;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt{ display:block; padding:0px 20px;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left,.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_right{ width:100%;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_right{ margin-top:20px;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_time{ height:auto; margin-bottom:25px;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dt a{ width:48%;}



.CGovernance .pc_all_content{ overflow:auto;}
.CGovernance .CGovernance_content,.CGovernance .CGovernance_title,.CGovernance .CGovernance_bottom{ width:800px;}

.CGovernance2 .Prospectus_top .Prospectus_top_left{ font-size:20px; text-align:center; margin-bottom:30px;}
.CGovernance2 .Prospectus_top .Prospectus_top_left,.CGovernance2 .Prospectus_top .Prospectus_top_right{ width:100%;}
.CGovernance2 .Prospectus_top .Prospectus_top_right select,.CGovernance2 .Prospectus_top .Prospectus_top_right .CGovernance2_search{ width:100%;}
.CGovernance2 .Prospectus_top .Prospectus_top_right{ display:block; margin-bottom:30px;}


.Prospectus .Prospectus_content2 .Prospectus_content2_list{ display:block;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_img,.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt{ width:100%;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt{ padding:20px; display:block;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_left,.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right{ width:100%;}
.Prospectus .Prospectus_content2{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list{ width:49%; margin-bottom:2%;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right{ margin-top:20px; display:block;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_left .txt_left_dd{ font-size:16px;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_left .txt_left_dt{ font-size:14px; margin-top:10px;}
.Prospectus .Prospectus_content2 .Prospectus_content2_list .content2_list_txt .list_txt_right a{ width:100%; margin-bottom:15px;}
.Prospectus .Prospectus_content .Prospectus_content_list .content_list_txt .list_txt_left .txt_left_dd{ font-size:16px;}
.Prospectus .Prospectus_top .Prospectus_top_left select{ width:100%;}



.gpxxPage .gpxxPage_content{ padding:20px; display:block;}
.gpxxPage .gpxxPageLeft,.gpxxPage .gpxxPageRight{ width:100%;}
.gpxxPage .gpxxPageLeft{ border-right:0px; margin-bottom:25px;}
.gpxxPage .gpxxPageRight{ flex-wrap:wrap; justify-content:space-between; margin-bottom:-22px;}
.gpxxPage .gpxxPageRight .gpr{ width:48%; text-align:center; margin-bottom:22px; background:#f5f5f5; padding:20px 0px;}
.gpxxPage .gpxxPageRight .gpr .gprTop{ font-size:16px; margin-bottom:5px;}
.gpxxPage .gpxxPageRight .gpr .gprBot{ font-size:20px; line-height:normal;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft3{ display:block; font-size:12px;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft3 div{ display:inline-block;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft1{ font-size:16px;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft21{ font-size:30px;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft23{ font-size:16px;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft2 .gpxxPageLeft24{ font-size:16px;}
.gpxxPage .gpxxPageLeft .gpxxPageLeft2{ margin:20px 0px;}

.Contact .addressXun{ padding:20px;}
.Contact .addressXun .addressXun1{ font-size:16px; padding-bottom:20px; margin-bottom:20px;}
.Contact .addressXun .addressXun2 .addressXun21{ font-size:14px;}






.TInvestor4{ padding:40px 0px;}
.TInvestor4 .TInvestor4_content{ display:block;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_img,.TInvestor4 .TInvestor4_content .TInvestor4_content_txt{ width:100%;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_img img{ height:auto;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list{ padding:25px;}
.TInvestor4 .TInvestor4_content .TInvestor4_content_txt .content_txt_list .txt_list_title{ font-size:16px; margin-top:10px;}


.TInvestor2{ padding:40px 0px;}
.TInvestor2 .pc_all_content{ display:block;}
.TInvestor2 .TInvestor2_img,.TInvestor2 .TInvestor2_txt{ width:100%;}
.TInvestor2 .TInvestor2_img{ margin-bottom:25px;}
.TInvestor2 .TInvestor2_img img{ height:auto;}
.TInvestor2 .TInvestor2_txt{ padding:20px;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_title .txt_title_dd{ font-size:20px;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_title .txt_title_dt{ font-size:14px; line-height:28px;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom{ justify-content:space-between;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list{ width:48%;}
.TInvestor2 .TInvestor2_txt .TInvestor2_txt_bottom .txt_bottom_list:last-child{ margin-left:0px;}


.TInvestor .Investor_content .TInvestor_list{ width:100%; padding:22px;}
.TInvestor .Investor_content .TInvestor_list:last-child{ margin-top:20px;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_title{ font-size:20px; margin-bottom:20px;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_txt .list_txt_li .txt_li_dd{ font-size:16px;}
.TInvestor .Investor_content .TInvestor_list .TInvestor_list_txt .list_txt_li .txt_li_dd span img{ max-width:26px;}

.adv ul{ flex-wrap:wrap; justify-content:flex-start; margin-bottom:-20px;}
.adv ul li{ width:33.33%; margin-bottom:20px;}
.adv ul li p{ line-height:normal; margin-bottom:0px;}
}








@media screen and (max-width:950px){

.pc_index .pc_header{ position:fixed; padding:0px;}

.AboutBanner{ margin-top:50px;}

.pc_index .banner{ margin-top:51px;}

.pc_header .pc_header_content .header_content_logo{ line-height:50px;}





}







@media screen and (max-width:768px){







}





@media screen and (max-width:600px){

.banner,.slick-item,.banner_height,.slick-hero-slider .image-bg{ height: 230px !important;}
.InvestorBanner img{ height:180px;}
.InvestorBanner .InvestorBanner_title{ font-size:18px;}















}





@media screen and (max-width:375px){





}

@media screen and (max-width:360px){





}





@media screen and (max-width:320px){



}