/* 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: #ffffff;
}

/* 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
}

/* 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;
    position: relative;
}

.head {
    width: 100%;
    height:80px;
    border-bottom: 5px #48880e solid;
}

.head h1 {
    clear: right;
    padding-left:50px;
}
.head h1 img{
    margin-top:10px;
}
.head .left{
    width:49px;
    height: 80px;
    background: url("../images/daohang.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: 35%;
    /*max-width: 320px;*/
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -40%;
}
.nav a{
    display: flex;
    justify-content: center;
    align-items: center;
    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;
}

.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 {
    width: 100%;
    display: table;
    border-bottom: 1px #ececec solid;
    background: #FFF;
    padding: 0 0 5% 0;
}

.menu li {
    width: 20%;
    padding: 0 2.5%;
    float: left;
}

.menu li img {
    width: 100%;
}

.menu li .zh {
    font-size: 0.85rem;
    color: #666;
}

.menu li .en {
    font-size: 0.625rem;
    color: #666;
    text-transform: uppercase;
}

/* 关于*/
.about {
    width: 94%;
    background: #FFF;
    position: relative;
    padding: 0 3% 5% 3%;
    display: table;
}

.about h3 {
    border-bottom: 1px #bebebe solid;
    margin: 0 0 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: #00a4f9;*/
    /*border-top: 3px #00a4f9 solid;*/
    /*border-bottom: 3px #00a4f9 solid;*/
    background: url(../images/new-background111.png) no-repeat right center;
}

.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 #48880e solid;
    width: 100%;
    padding: 1.1875rem 0;
    overflow: hidden;
}

.news ul li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 75px;
}

.news ul li a:hover {
    color: #48880e;
}

.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: 445px;
    overflow: hidden;
}

.devel .box {
    width: 96%;
    height: 445px;
    background: url("../images/icon8.png");
    padding: 0 2%;
}

.devel h3 {
    border-bottom: 1px #858484 solid;
    padding-top: 50px;
    color: #333333;
    padding-bottom: 3px;
    margin-bottom: 50px;
}

.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: #48880e;
    font-size: 0.875rem;
    margin-top: 50px;
}

/*投资领域*/
.scope {
}

.scope h3 {
    height: 98px;
    background: #48880e;
    width: 100%;
    line-height: 98px;
    color: #FFF;
    text-indent: 1rem;
}

.scope h3 span {
    color: #48880e;
}

.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: 30px;
}

.scope .box li {
    float: left;
    width: 50%;
    margin-top: 1.5rem;
}

.scope .box .img {
    width: 9rem;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 0.25rem;
    border-radius: 10%;
}

.scope .box .img:hover {
    background: #d7d7d7;
}

.scope .box h4 {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.scope .box em {
    display: block;
    width: 2.5rem;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    display: block;
    margin: 0 auto;
}

.scope .box .c1 {
    color: #e89b16;
}

.scope .box .c2 {
    color: #3fa35b;
}

.scope .box .c3 {
    color: #48880e;
}

.scope .box .c4 {
    color: #48880e;
}

.scope .box .b1 {
    background: #e89b16;
}

.scope .box .b2 {
    background: #3fa35b;
}

.scope .box .b3 {
    background: #b72a33;
}

.scope .box .b4 {
    background: #48880e;
}

/*合作项目*/
.Project {
    background: #f6f6f6
}

.Project h3 {
    height: 5.625rem;
    background: #48880e;
    width: 100%;
    line-height: 5.625rem;
    color: #FFF;
    text-indent: 1rem;
}

.Project h3 span {
    color: #48880e;
}

.Project h3 a {
    color: #FFF;
    background: url("../images/icon6.png") no-repeat right center;
    margin-right: 1rem;
}

.Project .pic {
    width: 50%;
}

.Project .pic img {
    width: 100%;
}

.Project .txt-box {
    width: 44%;
    padding: 0 3%;
}

.Project .txt-box h2 {
    font-size: 1.125rem;
    color: #48880e;
}

.Project .txt-box h4 {
    font-size: 1rem;
    line-height: 80px;
    margin-bottom: 3%;
}

.Project .txt-box p {
    font-size: 0.875rem;
    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;
}
.foot a{
    float: left;
    width:50%;
    display: block;
    height:50px;
    text-indent:5%;
    color: #FFF;
}
.foot .c1{
    background: #0cad00 url("../images/phone.png") no-repeat 18% center;
    background-size: 35px;
}
.foot .c2{
    background: url("../images/home.png") no-repeat 18% center;
    background-size: 30px;
}
/*导航下拉窗--开始*/
.page_sle .dropdown-content-e1 {display: none;background-color: #f9f9f9;display: flex;flex-direction: column;
    min-width: 90px;opacity:0.5;left: auto;transform: translateX(calc(-50% + 50px));	}
.page_sle .dropdown-content-e1 a{display: inline-block;color: #000000;font-size: 14px;
    height: 30px;line-height: 30px;padding: 8px 2px; -webkit-transition: all 0.4s ease-in-out;}

.nava .dropdown-content2 {display: none;background-color: #f9f9f9;
    min-width: 90px;opacity:0.5;left: auto;transform: translateX(calc(-50% + 50px));	}
.nava .dropdown-content2 a{display: inline-block;color: #000000;font-size: 14px;
    height: 30px;line-height: 30px;padding: 8px 2px; -webkit-transition: all 0.4s ease-in-out;}

.nava .dropdown-content3 {display: none;background-color: #f9f9f9;
    min-width: 90px;opacity:0.5;left: auto;transform: translateX(calc(-50% + 50px));	}
.nava .dropdown-content3 a{display: inline-block;color: #000000;font-size: 14px;
    height: 30px;line-height: 30px;padding: 8px 2px; -webkit-transition: all 0.4s ease-in-out;}

.nava .dropdown-content4 {display: none;background-color: #f9f9f9;
    min-width: 90px;opacity:0.5;left: auto;transform: translateX(calc(-50% + 50px));	}
.nava .dropdown-content4 a{display: inline-block;color: #000000;font-size: 14px;
    height: 30px;line-height: 30px;padding: 8px 2px; -webkit-transition: all 0.4s ease-in-out;}

.nava .dropdown-content5 {display: none;background-color: #f9f9f9;
    min-width: 90px;opacity:0.5;left: auto;transform: translateX(calc(-50% + 50px));	}
.nava .dropdown-content5 a{display: inline-block;color: #000000;font-size: 14px;
    height: 30px;line-height: 30px;padding: 8px 2px; -webkit-transition: all 0.4s ease-in-out;}

.nava .dropdown-content7 {display: none;background-color: #f9f9f9;
    min-width: 90px;opacity:0.5;left: auto;transform: translateX(calc(-50% + 50px));	}
.nava .dropdown-content7 a{display: inline-block;color: #000000;font-size: 14px;
    height: 30px;line-height: 30px;padding: 8px 2px; -webkit-transition: all 0.4s ease-in-out;}
/*导航下拉窗--结束*/