@charset "utf-8";
body{background: #0f3961;}
#menu { 
    width: 100%;
    height: 70px;
    position: fixed; 
    left: 0; 
    top: 0;
    z-index: 70;  
    background: #ffffff;  
}
.w1420{width: 1400px;margin:0 auto;padding:20px 0;}
.icon-logo{
    /*background:url("../images/logo.png") no-repeat center;
    background-size: 100%;*/
    width: 174px;
    height: 54px;
    display: block;
    float: left; 
    text-align: center;
    line-height: 50px;
    position:absolute;
	
    padding-top:7px;
}
.cf {clear:both;height:0;font-size: 1px;line-height: 0px;}
.icon-logo{
    

}
.litred {height:3px; width:50px; background:#fa0001; margin:7px 0;}

#cssmenu,#cssmenu #menu-button,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #menu-button{display:none}
#cssmenu{line-height:1;background:#fff;z-index:2;float:right}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#31e0b7;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
#cssmenu>ul>li{float:left; margin-right:10px;}
#cssmenu.align-center>ul{font-size:0;text-align:center}
#cssmenu.align-center>ul>li{display:inline-block;float:none}
#cssmenu.align-center ul ul{text-align:left}
#cssmenu.align-right>ul>li{float:right}
#cssmenu.align-right ul ul{text-align:right}
#cssmenu>ul>li>a{padding:10px;font-size:18px;text-decoration:none;color:#0f3961;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease; line-height:50px;}
#cssmenu>ul>li>a span {padding-bottom:6px;}
#cssmenu>ul>li.cur>a,#cssmenu>ul>li:hover>a{color:#fa0001;}


#cssmenu>ul>li.has-sub:hover>a::after{border-color:#044660}
#cssmenu ul ul{position:absolute;left:-9999px; background:rgba(255,255,255,0.8); padding:0 30px;}
#cssmenu li:hover>ul{left:-50px;}
#cssmenu.align-right li:hover>ul{right:0}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%}
#cssmenu ul ul li{height:0;-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease}
#cssmenu ul li:hover>ul>li{height:90px;line-height:90px;}
#cssmenu ul ul li a{padding:0 33px;height:90px; line-height:90px;width:140px;font-size:18px;text-decoration:none;color:#0f3961; display:inline-block; border-bottom:1px solid #c0ccd6;}
#cssmenu ul.en ul li a{width:300px;}


#cssmenu ul ul li a:hover,#cssmenu ul ul li:hover>a{color:#044660}
#cssmenu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
#cssmenu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
#cssmenu ul ul li.has-sub:hover>a::after{border-color:#044660}


#menu .language{margin-left: 40px;}
#menu .language a{padding: 10px 0; display:inline-block; line-height:50px;}


.content{
    padding-top: 4rem;
    width: 100%;
    height: 100%; 
}
.navbar{
    max-width:1400px;
    margin: 0 auto; 
    height: 6px;
    line-height: 50px;
}
/*首页*/
.section:nth-child(1) .content{   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image:url('../images/index_bg.jpg');
    position: relative;
    z-index: 1;
}
.section:nth-child(1) .content .txt_bg{
    position: absolute;
    z-index: 70;
    top: 40%;
    margin-top: calc(-246px/2);
    left: 0;
    background: #0f3961;    
    opacity: 0.4; 
    width: 700px;    
    height: 246px;   
}
.en .section:nth-child(1) .content .txt_bg {height:300px; width:1000px;}
.section:nth-child(1) .content .txt{
    position: absolute;
    z-index: 71;
    top: 43%;
    margin-top: calc(-246px/2);
    left: 0;  
    height: 246px;
    color: #fff;    
}

/*关于我们*/
.section02 .content_overview_con .w1420{
    height: 80%;
    padding-top: 0;
    padding-bottom: 5%;    
}

#overview li{
    width: 33.33%;
    height: 479px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;    
    position: relative;
    z-index: 1;
}
#overview li:nth-child(1){
    background-image:url('../images/overview_01.jpg');
}
#overview li:nth-child(2){   
    background-image:url('../images/overview_02.jpg');
}
#overview li:nth-child(3){
    background-image:url('../images/overview_03.jpg');
}
#overview li:hover{
    cursor: pointer;    
}
#overview li .txt_bg{
    background: rgba(37,61,84,0.4);
    position: absolute;
    z-index: 71;
    width: 100%;
    height: 100%;
}
#overview li .txt{
    position: absolute;
    z-index: 72;
    width: 100%;
    height: 100%;
    display: table; 
}
#overview li .txt .con{display: table-cell;vertical-align: middle;}
#overview li .txt .con .info{
    display: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.s2-text{
    padding: 8vh 0;
}
.s1440-text{
    padding: 1vh 0 5vh;
}
.s1366-text{
    padding: 1vh 0 5vh;
}

.zh_tz {width:100%; height:50px;}
.zh_xw {width:100%; height:50px;}

.en_tz {width:100%; height:50px;}
.en_xw {width:100%; height:50px;}

/*投资动态*/
.s3-left{
    padding-top: 12vh;
    max-width: 1400px;
    margin: 0 auto;
}


#dynamic{ 
    width: 90%;
	margin:40px auto 0 auto;
    overflow:hidden; 
    position:relative;
    padding-top: 40px;
    padding-bottom:  20px;
}
.dynamic-swiper-container{    
    height: 36vh;
    overflow:hidden; 
}
#dynamic .swiper-slide{
/*    height: 187px !important;*/
    overflow:hidden; 
	padding:0 10px;
}
#dynamic .swiper-slide a {
	
}


#dynamic .prev,#dynamic .next{ 
    display: block;
    width: 27px;
    height: 15px;    
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image:url('../images/arrow_up.png'); 
}
#dynamic .prev{
    position:absolute;
    top:0;
    left: calc(50% - 27px/2); 
}
#dynamic .next{
    -moz-transform:rotate(-180deg); -webkit-transform:rotate(-180deg);
    position:absolute;
    bottom: 0;
    left: calc(50% - 27px/2); 
}

#dynamic  .txt_bg{
    background: rgba(37,61,84,0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 71;
    width: 100%;
    height: 100%;
}
#dynamic .swiper-slide-active .txt_bg{
    /*background: rgba(270,7,3,0.5);*/
}
#dynamic .txt_3{
    position: absolute;
    left: 10%;
    bottom: 10px;
    z-index: 72;
    width: 80%;
    height: auto;   
	top:30%;
	color:#fff;
}

#dynamic .swiper-slide:hover{
    cursor: pointer;    
}
#dynamic .swiper-slide:hover .txt_bg{
    background: rgba(270,7,3,0.5);
}
.section {padding:3% 0 0 0;}
.s3-swiper{
    height: 36vh !important;
}
.s3-text{
    font-size: 2em;
}

.s3-width {padding-top:30px;}
.gallery {width:87%; margin:0 auto;}
.items {position:relative;}
.items img {height:404px;}

.items .txt_bg {width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(37, 61, 84, 0.4);}
.items p {position:absolute; left:20px; bottom:10%; font-size:18px; color:#fff;}
.items a:hover .txt_bg {background: rgba(270,7,3,0.5);}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top:30px;}
.owl-theme .owl-dots .owl-dot span {
	height:2px; width:58px;border-radius:2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#e60012;
}
.owl-carousel {position:relative;}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:block;
}
.owl-carousel .owl-nav {
	width:116%;
	margin-left:-8%;
	position:absolute; top:35%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 72px;
    width: 72px;
}
.owl-carousel .owl-nav button span {display:none;}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url("../images/case_arrow_right_able.png");
    transform: rotate(-180deg);
	float:left;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url("../images/case_arrow_right_able.png");
	float:right;
}




/*战略伙伴*/
#partner .swiper-container{
    padding-bottom: 70px;
}
#partner .swiper-slide:nth-child(1) .table{
    height: 377px;
}
#partner .swiper-slide .table-cell:nth-child(1){
    width: 520px;
    height: 377px;
    background-repeat: no-repeat;
    background-size: cover;
    
}
#partner .swiper-slide:nth-child(1) .table-cell:nth-child(1){   
}
#partner .swiper-slide:nth-child(2) .table-cell:nth-child(1){
}
#partner .swiper-slide:nth-child(3) .table-cell:nth-child(1){
}
#partner .swiper-slide .table-cell:nth-child(3){
    position: relative;
    z-index: 1;
}

#partner .swiper-slide .table-cell:nth-child(3) .txt_bg{
   position: absolute;
    z-index: 71; 
    width: 100%;
    height: 377px;
    background: #fff;
    opacity: 0.2;
	top:0;
}
#partner .swiper-slide .table-cell:nth-child(3) .txt{
    position: absolute;
    z-index: 72;
    width: 100%;
    height: 377px;
	top:0;
}
#partner .swiper-pagination-bullets{ bottom: 0; }
#partner .swiper-pagination-bullet {
    width: 58px;
    height: 2px;    
    border-radius: 2px;
    background: #fff;
    margin: 0 20px;
}
#partner .swiper-pagination-bullet-active{ background: #e60012;}


/*竞争优势*/
#advantage{
    background: #3f6181;    
    width: 100%;   
    margin-top: 20px;
}

#advantage .title{
    width: 80%;
    height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-left: auto;
    margin-right: auto;   
    border-bottom: 1px solid #506f8d;
}
#advantage ul{width: 96%;margin-left:auto;margin-right:auto;margin-top: 5%;}
#advantage ul li{
    float: left;
    background-repeat: no-repeat;    
    background-position: 3% top;
    padding-left: 120px;       
    height: 300px;
}
#advantage ul li:nth-child(odd){padding-right: 10%; width: calc(40% - 120px);}
#advantage ul li:nth-child(even){width: calc(40% - 120px);}
#advantage ul li:nth-child(1){background-image:url('../images/icon-advantage-01.png');background-size: 67px 48px;}
#advantage ul li:nth-child(2){background-image:url('../images/icon-advantage-02.png');background-size: 55px 61px;}
#advantage ul li:nth-child(3){background-image:url('../images/icon-advantage-03.png');background-size: 62px 59px;}
#advantage ul li:nth-child(4){background-image:url('../images/icon-advantage-04.png');background-size: 50px 60px;}

/**投资优势**/
#strategy{
    width: 100%;
    height: calc(100vh - 90px);
    background-repeat: no-repeat;    
    background-size: cover;
    
}

.section:nth-child(4) .content{
    /*background: #0f3961;*/
}
.section:nth-child(4) .news_list{border-top: 1px solid #3f6181;}
.section:nth-child(4) .news_item{

    border-bottom: 1px solid #3f6181;
    padding: 2vh 0;
    background-size: 20px 22px;
    transition: 0.2s;    
}
.news_item a {color:#fff; display:block;}
.news_item a:hover{
    color: #8cafd0;
}
.section:nth-child(4) .news_item:hover{
    cursor: pointer;
}
.news-icon{
    display: inline-block;
    padding: 5px 20px;
    border: 1px #fff solid;
    margin-left: 3%;
    margin-right: 10%;
	width:140px;
	text-align:center;
}
.news-date{
    font-style: italic;
    margin-right: 10%;
    color: #9ab5ca;
}
.line-h6{
    width: 52px;
    height: 6px;
    background: #ffffff;
}

.news_width{
    max-width: 1400px;margin:0 auto;padding:20px 0;
}
.adv-width{
    max-width: 1400px;margin:0 auto;padding:20px 0;
}
.partner-width{
    max-width: 1400px;margin:0 auto;padding:20px 0;
}
.news-width{
    max-width: 1400px;margin:0 auto;padding:20px 0;
}
.news_page_div {
    margin-top: 5%;    
    font-size: 12px;
    color: #ffffff;
    margin-right: auto;
    margin-left: auto;    
    text-align:center;
}
.news_page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #ffffff;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #ffffff;
    font-size: 13px;
    display: inline-block;
    transition: 0.2s;
}
.news_page_div a:hover{
    background-color: #fff;
    color: #0f3961;
}

.news_page_div #firstPage,.news_page_div #lastPage {
    width: 50px;
    color: #ffffff;
    border: 1px solid #ffffff;

}

.news_page_div #prePage,.news_page_div #nextPage {
    width: 70px;
    color: #ffffff;
    border: 1px solid #ffffff;

}

.news_page_div .current {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333;
}
.news_page_div .totalPages {
    margin: 0 10px;
}
.news_page_div .totalPages span,.news_page_div .totalSize span {
    color: #ffffff;
    margin: 0 5px;
}
.section06 .table{height: 100%;}
.section06 .table .table-cell{
    vertical-align: middle;
    background-repeat: no-repeat;    
    background-size: cover;
}
.section06 .table .table-cell:nth-child(1){
    background-image:url('../images/contact_01.jpg');    
}
.section06 .table .table-cell:nth-child(2){
    background-image:url('../images/contact_02.jpg'); 
}
.section06 .table .table-cell .txt_con{
    width: 342px;
    margin-left: auto;
    margin-right: auto;    
}
.section06 .table .table-cell .txt_address{
    font-style: italic; 
    font-size: 16px;
    margin-top: 10%;
    color: #9ba9b9;
}

.about-con {}
.about-box {padding-top:12%;height:40rem; width:50%;background-repeat: no-repeat; background-size: cover;}	
.usa {float:left; background-image:url('../images/contact_01.jpg');}
.cn {float:right; background-image:url('../images/contact_02.jpg');}

.about-box .txt_con{
    width: 380px;
    margin-left: auto;
    margin-right: auto;   
	text-align:left;
}
.about-box .txt_address{
    font-style: italic; 
    font-size: 16px;
    margin-top: 10%;
    color: #9ba9b9;
}


#footer { 
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 70;
    background: #092846;
    height: 80px;
    line-height: 80px;
    color: #4f708c;
    font-size: 18px;
    text-align: center;
    font-size: 1.5em;
}
.s4-width{
    max-width: 1400px;
    margin: 0 auto;
}
.s5-width{
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 10vh;
}
.menu-logo{
    float: right;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(0,-50%);
    
}
.nav-page{
    display: none;
    background: #0f3961;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.n-page-nav{
    margin-top: 70px;
}
.n-page-nav li{
    float: left;
    width: 100%;
}
.n-page-nav li a{
    color: #fff;
    display: block;
    line-height: 80px;
    border-bottom: 1px solid #3f6181;
    padding-left: 10%;
    font-size: 1.4em;
}
.cancle-logo{
    float: right;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translate(0,-50%);
    
}
.news_list {border-top: 1px solid #3f6181;}
.list-con {padding-top:3%;}
.list-con .news_item{border-bottom: 1px solid #3f6181; line-height:39px; padding:2vh 0;}

.list-con .news_item .news-icon{
    padding: 5px 20px;
    border: 1px #fff solid;
    margin-left: 3%;
    margin-right: 10%;
	display:inline;
}

.qzhh {word-wrap: break-word;word-break: break-all;}

#strategy-m {width:100%; display:none; padding-top:4rem;}
#strategy-m img {max-width:100%;}
.hz_arc {padding:20px 50px 0 40px;}
.news-desc {color:#7b95ae;}