/* margin & padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif
}

body {
    background: #f6f6f6
}

/* border */
fieldset, img {
    border: 0
}

/* outline */
:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

ol, ul {
    list-style: none
}

/* font */
.fB {
    font-weight: bold
}

.txtLft {
    text-align: left
}

.txtCtr {
    text-align: center
}

.txtRgt {
    text-align: right
}

/* float */
.lft {
    float: left;
    display: inline
}

.rgt {
    float: right;
    display: inline
}

.clear {
    clear: both;
    display: block
}

/* margin */

/* padding */

/* link & action */
a:link, a:visited, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: none
}

/* cursor */
a, button, input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer
}
.ellipsis2 {
    font-family: MicrosoftYaHei;
    letter-spacing: 0.04rem;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* autoheight */
/* Clear Fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block;
    *height: 0;
    _overflow: hidden
}

/* Hide from IE Mac \*/
.clearfix {
    display: block
}

/* end of clearfix */

.container {

    width: 100%;
    max-width: 640px;
    min-width: 320px;
    /*display: table;*/
    margin: 0 auto 5rem;
    position: relative;
    overflow: hidden;
}

.head {
    width: 100%;
    height: 5.625rem;
    border-bottom: 5px #1c5b9d solid;
}

.head h1 {
    clear: right;
    padding-left:50px;
}
.head h1 img{
    margin-top:1.4rem;
}
.head .left{
    width:49px;
    height: 5rem;
    background: url("../images/n.png") no-repeat center center;
    display: block;
    float: left;
    background-size: 30px;
}
.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 999;
    bottom: 0;
}
.leftNav{
    width: 40%;
    max-width: 320px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -40%;
}
.nav a{
    display: block;
    line-height:2.5rem;
    height:2.5rem;
    width:100%;
    border-bottom: 1px #ececec solid;
    font-size:0.85rem;
}
h3 {
    height: 2.5rem;
    position: relative;
    font-size: 1.5rem;
    color: #333333;
}

h3 em {
    width: 1.875rem;
    height: 0.875rem;
    position: absolute;
    bottom: -0.875rem;
    left: 10px;
}

h3 span {
    font-size: 1.125rem;
    color: #999999;
    margin-left: 10px;
}

h3 a {
    font-size: 0.875rem;
    padding-right: 1.25rem;
    /*margin-top: 0.4375rem;*/
}

.block_home_slider {
    position: relative;
    background-color: #ffffff;
}

.block_home_slider .slide {
    position: relative;
}

.block_home_slider .caption {
    padding: 13px 16px 12px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
}

.block_home_slider .flex-direction-nav a {
    width: 25px;
    height: 25px;
    margin-top: -27px;
    display: block;
    position: absolute;
    top: 50%;
    text-indent: -9000px;
}

.block_home_slider .flex-control-paging {
    padding-top: 15px;
    display: inline-block;
}

.block_home_slider .flex-control-paging li {
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9000px;
    cursor: pointer;
}

.block_home_post_feature {
    width: 300px;
}

.block_home_post_feature p {
    padding-bottom: 0px;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

/**/
.menu {
    border-bottom: 1px #ececec solid;
    background: #FFF;
    /*padding: 5% 0 5% 0;*/
    padding: 0.5rem 0;

}
.menu ul {
    justify-content:space-around;
    width: 100%;
    display: flex;
    height: auto;
}
.menu li {
    /*padding: 0 2.5%;*/
    /*float: left;*/
    width: 4.6875rem;
}

.menu li img {
    width: 100%;
}

.menu li .zh {
    font-size: 0.85rem;
    color: #666;
    padding-top: 0.5rem;
}

.menu li .en {
    font-size: 0.625rem;
    color: #666;
    text-transform: uppercase;
}

.menu li > a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: space-between;
}


/* 关于*/
.about {
    width: 100%;
    background: #FFF;
    position: relative;
    padding: 0 3% 5% 3%;
    /*display: table;*/
    margin-top: 5%;
    box-sizing: border-box;
    border-top: 1px #ececec solid;
}

.about h3 {
    border-bottom: 1px #bebebe solid;
    margin: 5% 0;
    height: 40px;
}

.about h3 a {
    color: #999;
    background: url("../images/icon.png") no-repeat right center;
}

.about h3 em {
    background: url("../images/icon4.png");
}

.about .info {
    width: 100%;
    display: table;
    margin-bottom: 5%;
}

.about .info img {
    margin-bottom: 1rem;
    width: 100%;
}

.about .info p {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.875rem;
}

.about .icon1 {
    background: url("../images/icon1.png") no-repeat 10px center;
}

.about .icon2 {
    background: url("../images/icon2.png") no-repeat 10px center;
}

.about .icon3 {
    background: url("../images/icon3.png") no-repeat 10px center;
}

.about .txt {
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
}

.about .txt a {
    display: block;
    width: 33.33%;
    float: left;
    font-size: 0.875rem;
    color: #666666;
    text-indent: 2.5rem;
}

/*新闻*/
.news {
    width: 100%;
    background: #2f95d3;
    border-top: 3px #1e85c3 solid;
    border-bottom: 3px #1e85c3 solid;
}

.news h3 {
    border-bottom: 1px #FFF solid;
    margin: 3%;
    color: #FFF;
}

.news h3 span {
    color: #9fc7e7;
}

.news h3 a {
    color: #FFF;
    background: url("../images/icon6.png") no-repeat right center;
}

.news h3 em {
    background: url("../images/icon5.png");
}

.news ul {
    margin: 0 2%;
    width: 96%;
    display: table;
}

.news ul li {
    height: 75px;
    border-bottom: 1px #54a6d7 solid;
    width: 100%;
    padding: 0.5rem 0;
    overflow: hidden;
}

.news ul li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 75px;
}

.news ul li a:hover {
    color: #0fe6ff;
}

.news ul li span {
    font-size: 3rem;
    height: 75px;
    display: block;
}

.news ul li em {
    font-size: 0.5625rem;
    margin-top: 15px;
    padding-left: 2%;
}

.news ul li .N_t {
    width: 73%;
}

.news ul li .N_t h4 {
    font-size: 0.875rem;
}

.news ul li .N_t p {
    font-size: 0.75rem;
    line-height: 24px;
}

.news ul .last {
    border-bottom: 0px;
}

/*发展方向*/
.devel {
    width: 100%;
    background: url("../images/img1.jpg") no-repeat center top;
    /*height: 320px;*/
    /*height: 445px;*/
    overflow: hidden;
}

.devel .box {
    width: 100%;
    height: 100%;
    background: url("../images/icon8.png");
    padding: 1.5rem 0 3rem;
    box-sizing: border-box;
}

.devel h3 {
    border-bottom: 1px #858484 solid;
    color: #333333;
    padding-bottom: 3px;
    margin: 0 2% 2rem;
}

.devel h3 span {
    color: #848484;
}

.devel h3 em {
    background: url("../images/icon7.png");
}

.devel .box p {
    line-height: 1.875rem;
    color: #4c4c4c;
    font-size: 0.875rem;
    position: relative;
    padding-left: 2%;
}

.devel .box p a {
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #2f95d3;
    font-size: 0.875rem;
    margin-top: 50px;
}

/*投资领域*/
.scope {
}

.scope h3 {
    height: 80px;
    background: #2f95d3;
    width: 100%;
    line-height: 80px;
    color: #FFF;
    text-indent: 1rem;
}

.scope h3 span {
    color: #9fc7e7;
}

.scope h3 a {
    color: #FFF;
    background: url("../images/icon6.png") no-repeat right center;
    margin-right: 1rem;
}

.scope .box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.scope .box li {
    float: left;
    width: 50%;
    margin-top: 0.5rem;
}

.scope .box .img {
    width: 10rem;
    height: 10.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.25rem;
    border: 6px solid #E2E2E2;
    border-radius: 6px;
}

.scope .box .img:hover {
    background: #d7d7d7;
}

.scope .box h4 {
    font-size: 1rem;
    line-height: 1.3rem;

}

.scope .box em {
    display: block;
    width: 2.5rem;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    margin: 0 auto;
}

.scope .box .c1 {
    /*color: #e89b16;*/
    color:#4F6B92 !important;
}

.scope .box .c2 {
    color: #3fa35b;
}

.scope .box .c3 {
    color: #b72a33;
}

.scope .box .c4 {
    color: #2f95d3;
}

.scope .box .b1 {
    background: #e89b16;
}

.scope .box .b2 {
    background: #3fa35b;
}

.scope .box .b3 {
    background: #b72a33;
}

.scope .box .b4 {
    background: #2f95d3;
}

/*合作项目*/
.Project {
    background: #f6f6f6
}

.Project h3 {
    height: 5.625rem;
    background: #2f95d3;
    width: 100%;
    line-height: 5.625rem;
    color: #FFF;
    text-indent: 1rem;
    margin-bottom: 1rem;
}

.Project h3 span {
    color: #9fc7e7;
}

.Project h3 a {
    color: #FFF;
    background: url("../images/icon6.png") no-repeat right center;
    margin-right: 1rem;
}

.Project .pic {
    width: 45%;
    padding-left: 3%;
}

.Project .pic img {
    width: 100%;
}

.Project .txt-box {
    width: 45%;
    padding: 0 3% 0 1%;
}

.Project .txt-box h2 {
    font-size: 1.125rem;
    color: #2f95d3;
}

.Project .txt-box h4 {
    font-size: 1rem;
    line-height: 80px;
    margin-bottom: 3%;
}

.Project .txt-box p {
    font-size: 0.7rem;
    line-height: 1.875rem;
}

.foot{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width:100%;
    background: #333;
    color: #FFF;
    height: 50px;
    z-index:9999;
    line-height:50px;
    display: flex;
}
.foot a{
    flex: 1;
    display: block;
    height:50px;
    /*text-indent:5%;*/
    color: #FFF;
    text-align: center;
}
.foot .c1{
    background-color: #2f95d3;
    /*background:  url("../images/tel.png") no-repeat 18% center;*/
    background-size: 35px;
}
.foot .c2{
    background: url("../images/home.png") no-repeat 18% center;
    background-size: 30px;
}
.circle-box {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
}
.circle {
    width: 32%;

    overflow: hidden;
    float: left;
    padding: 3% 1%;
}

.circle ul {
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    padding: 3% 1%;
    box-sizing: border-box;
}

.circle li {
    text-align: center;
}
.circle li a {
    font-size: 1rem;
    color: white;
    display: inline-block;
}
.circle li a:hover {
    color:#0FE6FF;
}
.circle ul.bg1{
    background-color: #4F6B92;
}
.circle ul.bg2{
    background-color: #F27F9E;
}
.circle ul.bg3{
    background-color: #49C483;
}


.box{
    width:100%;
    float:left;
}

.neirong{
    width:100%;
    float:left;
    padding-top:10px;
    padding-bottom:30px;
    background:#fff;
}
.neirong_jz{
    width:92%;
    margin:0 auto;	overflow: hidden;
}
.neirong_jz img,.neirong_jz p img{ width:100% !important; padding:5px 0;}
.xwzx_nr{
    width:100%;
    /* padding-top:6px; */
    /*float:left;*/
}
.xwzx_nr li{
    width:100%;
    height:30px;
    overflow:hidden;
    line-height:30px;
    border-bottom:#bfbfc9 dashed 1px;
    font-size:14px;
    background:url(../images/daosanjiao.jpg) no-repeat left;
    /*float:left;*/
}
.xwzx_nr li a{
    color:#464646;
    padding-left:15px;
}

/*LOGO*/
.head {
    position: relative;
}
h1.logo {
    background-size: 30%;
    background-position-y:center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: white;
    width: 100%;

    height: 100%;
}
/*多语言*/
.language {
    display: inline-block;
    /*padding: 0.5rem 0;*/
    color: #556b92;
    /*line-height: 40px;*/
    /*margin-bottom: 3.125rem;*/
    /*text-align: center;*/
    /*width: 100%;*/
    position: absolute;
    right: .3rem;
    top: 50%;
    margin-top: -1.5rem;

}
.language .red {
    color: red;
}
.language a {
    font-size: 16px;
    line-height: 40px;
    color: #556b92;
    padding: 0 .18rem;
}