﻿

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
.clearfix{display:block} 
/*头部开始=========================================================================  */
.lang{ background: url(../images/lang-bg.png) no-repeat top center; width: 110px; margin-top: 20px;}
.lang ul{ margin: 0; padding: 0;}
.lang li{ width: 50%; float:left; color: #666; font-size: 15px; line-height: 25px; text-align: center; color: #0f7c3b;}
.blue a{ color: #fff;}
.logo{  float:left; margin-right: 20px;}
.hamburger {
	padding: 8px 6px;
	cursor: pointer;
    display: none;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 20px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
    left:0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner{
    width: 40px;
    height: 4px;
    -webkit-animation: line2 1s linear infinite alternate;
    animation: line2 1s linear infinite alternate;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
    -webkit-animation: line1 1s linear infinite alternate;
    animation: line1 1s linear infinite alternate;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
@keyframes line1{
    0%{
        width: 20px;
        height: 4px;
    }
    100%{
        width: 40px;
        height: 4px;
    }
}
@keyframes line2{
    0%{
        width: 40px;
        height: 4px;
    }
    100%{
        width: 20px;
        height: 4px;
    }
}
.hamburger--emphatic-r.is-active .hamburger-inner {
    width: 40px;
    -webkit-animation: line2 0;
    animation: line2 0;
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
    width: 40px;
    -webkit-animation: line1 0;
    animation: line1 0;
	right: -80px;
	top: 80px;
    left:auto;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box { 
	width: 100%;
    height: 50px;
    background: #0f0f0f;
	
}
.nav-pc{ text-align:right;}
.nav-pc ul{ padding:0; }
.nav-pc .menulevel{ padding:0;}
.nav-pc li {
    transition:all .5s ease-in-out;
    width: 12%;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    text-align: center;
    position: relative;
    }
.nav-pc li a span{ color:#000; display: block; font-size:17px;transition:all .5s ease-in-out;font-weight: bold;} 
.nav-pc li a#menu_selected span{color: #fff; font-weight: bold; background: url(../images/nav-bg.jpg) no-repeat center center;background-size: 100%;}
.nav-pc li a#menu_selected:hover span{ color: #fff;}
.nav-pc li:hover{ color: #fff; }
.nav-pc li:hover a span{ text-decoration:none; color: #fff;background: url(../images/nav-bg.jpg) no-repeat center center;background-size: 100%;}
.menulevel{ width:100%; left:0px; display:none; margin:0;position: absolute;z-index: 1;top:120px;}
.menulevel li{ display:none; background:#0f7c3b; height: 50px; line-height: 50px; font-size: 14px; }
.menulevel li a span{font-size: 15px; color: #fff; text-align: left;}
.menulevel li:hover{ background:#0f7c3b;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;} 
/*banner开始=======================================================================================*/
/*top开始------------------------------------------------------------------*/
#header{ width: 100%;background:#fff;/* overflow:hidden; padding:0 1rem;width: calc(100% - 2rem);*/}
.logo{ width: 418px; padding:5px 0;}
.logo img{ max-width: 100%;}

.abouttitle{
	padding:400px 0px;
	text-align: center;
}
.abouttitle1{
	margin-top: 30px;
	background: url(../images/about_bg1.jpg) fixed no-repeat center;
}
.abouttitle22{
	padding:120px 0px;
	text-align: center;
}
.abouttitle2 {
	background: url(../images/about_bg2.jpg) fixed no-repeat center;
}
/*footer开始====================================================================================*/
#copyright{background: #303030; padding:1% 0;}
.f-bt{font-size: 16px;color:rgba(255,255,255,0.4);}
.f-bt p{margin-top: 5px}
/*内页开始====================================================================================*/
.banner{position: relative; padding-top: var(--hh);}
.dingwei{position: absolute!important; bottom: 0; left: 0; right: 0;}
.productsroll{position:relative;width:1200px;}
/* productsroll Start */
/*#proinfo_c img{width: 100%;}*/
#page_main{ background: #f7f7f7;background-attachment: fixed;padding-bottom:60px;}
.page-container{/* background: #fff;min-height: 500px;*/background-attachment: fixed;}
/*.page-container img{ max-width:100%;}*/
.page-news,.page-about,.page-content,.page-products,.page-job,.page-about5{padding: 50px 3%;}
.page-about5{background: url(../images/ln-bg.png) no-repeat top center;min-height: 650px;}
.page-top-bg{ background: #fff;margin-bottom: 25px;}
.back{ margin-top: 10px; font-size: 14px; text-align: left; line-height: 32px; }
.back:before{display: block; content: ""; width: 1px; height: 11px; background: #000; float: left; margin-top: 10px;}
.back img{ float: left; margin-top: 10px; margin-left: 15px; margin-right: 14px; }
.page-url>ul{ padding: 0; display: flex;-webkit-box-align: center; align-items: center;margin-top:90px;}
.page-url li{border-right: 1px solid #fff;background: #d9d9d9;flex-grow:1;cursor: pointer;transition: all 0.6s;text-align: center;}
.page-url li:last-child{border-right:none;}
.page-url li a{display:block;line-height:60px;vertical-align:middle; font-size:16px; color: #000;}
.page-url li a span{font-size:16px; color: #000;}
.ddsmoothmenu-v ul li a span{display:block; line-height:60px; text-align: center;}
.page-url li:hover {background: #b3000c;}
.page-url li:hover span{ color: #fff;}
.page-url li.lihover a{background: #b3000c;}
.page-url li.lihover a span{background: #b3000c;color: #fff;}
.page-url li.lihover ul li{display: none;}
.page_list {
    float: right;
    padding-top: 20px;
    padding-bottom:60px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #0f7c3b;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #2b2b2b;
    padding: 4px 5px;
    margin-right: 2px;
}
.page_list select{    width: 48px; line-height:29px; height:29px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page span{ display: inline-block; width: 99%;}
.page-news9 li{border-bottom:1px dashed #ccc;cursor: pointer;transition: all 0.6s;line-height:60px;}
.downloadtimes i img{ margin-right: 5px; width: 15px;}
.dateTitle{width:80%;}
.proNav li{ background: #fafafa;text-align: center;position: relative; margin-bottom: 30px;}
.proNav li a{ display: block;padding:10px;border:#efefef 1px solid ;background: #fafafa;}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa; margin:0 auto;}
.proNav li span img{ display: inline-block; max-width: 100%; max-height: 100%;}
.proNav li:hover span{background: #0f7c3b;}
.proNav li:hover a{background:#0f7c3b; text-decoration: none;}
.proNav li p{ font-weight:100; display: block; width: 120px; line-height: 30px; border: 1px solid #0f7c3b; margin: 0 auto 20px; color:#0f7c3b;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:15px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; display: block !important;}
.proNav li:hover p{ color:#fff; border: 1px solid #fff;}
.proNav li:hover label{ color:#fff;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   
.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	
.popover-banner{/*max-width: 500px;*/ margin: 0 auto; position: relative;border: 1px solid #efefef;box-sizing: border-box;}
.popover-banner .flex-direction-nav{ display: block;}
.popover-banner .flex-prev,.popover-banner .flex-next{ position: absolute; display: block; width: 45px; height: 100px; background: url(../images/sprite.jpg) no-repeat 0 top; top: 50%; margin-top: -50px; }
.popover-banner .flex-prev{ left:-50px;}
.popover-banner .flex-next{background: url(../images/sprite.jpg) no-repeat -55px top; right: -50px;}
.lhgw{ display: block; width:580px; margin: 0 auto;}
#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:180px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:180px ; float: left; overflow: hidden ;}
.lhcppg{}
.lhcppg span{ display: inline-block;padding-left: 20px;margin-bottom:10px;background: #f7f7f7;}
#inhert_cart{ margin: 20px 10px; height: 36px;  line-height: 36px;}
#shop_cart #btn_buy{ display:none;}
.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    padding: 0 20px 10px;
	background:#f7f7f7}
	.photos span{  display: block; text-align:center;overflow: hidden;}
	.photos span img{}
	.photos p{
		white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
	}
	.photos p a{
		line-height: 70px;
    text-align: center;
    font-size: 16px;
	}
.photos1 span{  display: block; text-align:center; }
.photos1 span img{ height: 260px;  max-width: 90%;}
.photos1 p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }
.pic-img1{height: 350px;}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px; width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; 
    margin-bottom: 5px;}
    .picMarquee-left .bd li img{ border: 1px solid #ccc;}
    .picMarquee-left .bd li:hover img{ border: 1px solid #000;}
.picMarquee-left .bd li img{ width:95%; display:block;}
.p-more{    
	  width: 90px; 
	  display:inline-block;    
	  float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	 
.related-list li{ display: inline-block; width: 49%;}
#shownews .title{text-align: center; line-height: 35px; margin-bottom: 20px; font-weight: bold; font-size: 24px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
    color: #fff;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}
.related_cp ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #0f7c3b;
}
.related_cp{margin-top:30px;}

#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:40px; border-bottom:1px dashed #ccc; }
.jobList li span{ display: block; width: 100%; height: 100%;  display: block;  color: #f7f7f7;background: #0f7c3b; padding: 10px 0;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
.page-guestbook dt{ line-height:30px; width: 100%;}
.page-guestbook b span{ padding-left:10px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook  textarea{ width: 84%;}
.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 100%; float: left;}
.showjobList li b{ color: #0f7c3b;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{width: 120px; height: 100%; display: inline-block;text-align: center;color: #0f7c3b; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc;  margin-bottom: 0;}
.lhms{ width: 100%;border: 1px solid #ccc; border-top:none ;}
.lhms b{ font-weight: 100;width: 120px;display: inline-block;float: left; text-align: center;color: #0f7c3b;  }
.lhms>span{ display: inline-block; height: auto; border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 50px auto 0px; border: 1px solid #0f7c3b;}
#guestbook  dt{ display: inline-block; width:100%;}
#guestbook textarea,#guestbook input[type="text"]{width:84%; padding: 0 2.5%; min-width: 220px;height: 30px; border:1px solid #C7E2F6 ;}
#guestbook .yzm input{ width: 50% ;}

.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:100px;height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 10px 0; width: 100%;}
.lhbdfr{ float: right;width: 45%;}
.lhbdfl{ float: left;width: 45%;}
.lhbdfr label{max-width:100px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #0f7c3b; color: #fff; display: block; width: 80px; line-height: 30px; margin:0px auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
.page-guestbook{padding-top: 50px;}
.aaaaa{width: 13.5%!important;min-width: 0!important;margin-right: 1.5%;}
.bbbbb{width: 10%!important;}
.content{width: 70%!important; height: 100px!important; margin-left: 5px;}
.bz{height: 100px!important; line-height: 100px!important; display: block!important; float: left;}
.beizhu{margin-top: 10px;}
.sl6-r-con p{
	line-height: 30px;
}
/*2020-01-09*/
.yxjm-distpicker{
	display:inline-block;
}
.yxjm-distpicker .form-group{
	display:inline-block;
	width:calc((100% - 1em) / 3);
}
.yxjm-distpicker .form-group select{
	width:calc(100% - 2em);
    padding: 0 2.5%;
    height: 30px;
    border: 1px solid #C7E2F6;
}

/*手风琴效果*/
.ny-lxl-list{
  padding:2rem;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  background: url(../images/zz-more.png) no-repeat 98%  2rem #fff;
}
.zz-title{
	font-size:22px;
	color: #000;
}
.ny-lxll-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
}
.ny-lxl-list-active{
	display: block;
}
.ny-lxll-con{
	margin-top:2rem;
	border-top:1px solid #eee;
	background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding:3VH 0;
  display: none;
  overflow: hidden;
}
.ny-lxllc-list{
  float: left;
  width:95%;
  margin:0 1.5%;
}
.zz-nycon li{
	line-height: 28px;
	color: #888;
	font-size:15px;
	margin-bottom: 30px;
}
.zz-nycon li p{
	font-size:18px;
	margin-bottom: 15px;
	color: #0f7c3b;
	font-weight: bold;
}

/*数字滚动*/
.shuzi li{
	margin-top:80px;
	width: 33%;
	float: left;
	color: #202020;
	text-align: center;
	font-size: 16px;
}
.shuzi li p{
	color: #202020;
	font-size:18px;
}
.value,.value2,.value3,.value4{
	font-family: "times new roman";
	font-size:70px;
	line-height: 75px;
}
/*.value{
	background: url(../images/ab-tu_03.png) no-repeat right 110px top 40px;
}
.value2{
	background: url(../images/ab-tu_03.png) no-repeat right 130px top 40px;
}
.value3{
	background: url(../images/ab-tu_05.png) no-repeat right 90px top 40px;
}
.value4{
	background: url(../images/ab-tu_07.png) no-repeat right 110px top 40px;
}*/
.about-datu{
	margin-top: 50px;
	background: url(../images/about-tu.jpg) no-repeat fixed center;
	padding:200px 3%;
	width: 94%;
}
.about-datu span{
	color: #fff;
	font-size:30px;
}
.about-datu p{
	color: #fff;
	font-size:38px;
}
.about-datu p:after{
	display: block;
	content: "";
	background: #0f7c3b;
	width: 60px;
	height: 3px;
	margin-top:50px;
}
.ny-linian{
	padding: 40px 0px;
}
/*总经理致辞*/
.zjl-bt{
	color: #000;
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
}
.zjl-by p{
	margin-bottom: 15px;
	color: #0b7d3f;
	font-weight: bold;
	font-size:18px;
}
.zjl-by {
	color: #999;
	font-size: 16px;
	line-height:34px;
	margin-bottom: 30px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/* 大屏幕 */
@media (min-width: 1440px) { 
    .visible-xs {
    display: none !important;
}
.ny-about-bt{
	text-align: center;
	margin-bottom:20px;
}
.ny-about-bt span{
	color: #efefef;
	font-size:50px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #000;
	font-size:32px;
	font-family: arial;
  line-height: 50px;
}
/*三大理念*/
.index-ln{
	margin-top:5rem;
}
.index-ln-con li{
	float: left;
	width: 29%;
	box-shadow: 0px 5px 20px #f0f0f0;
	background: #fff;
	padding: 25px;
	margin: 5px;
}
.ln-bt{
	margin-left: 10px;
	margin-top: 30px;
	color: #000;
	font-size: 20px;
}
.ln-bt span{
	font-weight:bold;
	color: #000;
	font-size: 28px;
}
.ln-nr{
	line-height: 30px;
	height: 100px;
	margin-top: 10px;
	color: #8e8e8e;
	font-size: 16px;
}
.ln-more{
	margin-top: 10px;
}
.index-ln-con li:hover{
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.index-ln-con li:hover .ln-nr{
	color: #fff;
}
.index-ln-con li:hover .ln-bt{
	color: #fff;
}
.index-ln-con li:hover .ln-bt span{
	color: #fff;
}
.ln-more{
	width: 24px;
	height: 11px;
	background: url(../images/ln-more_07.png) no-repeat top center;
}
.index-ln-con li:hover .ln-more{
	background: url(../images/ln-more_03.png) no-repeat top center;
}
/*新闻开始*/
.news-title {
	margin-top: 55px;
}
.news-bt{
	color: #000;
	font-size:22px;
	line-height: 40px;
	color: #000;
    padding-left: 2%;
}
.news-bt span{
	color: #000;
	font-weight: bold;
	font-size:32px;
}
.news-bt img{
	margin-right: 10px;
	vertical-align: middle;
}
.news-gd{
	margin-top: 10px;
    padding-right: 2%;
}
.news-gd li{
	float: left;
	margin-left: 10px;
}
.index-news{
	border-top: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 20px;
	padding-top: 30px;
}
.news-con{
	padding: 40px 40px 30px;
	width: 560px;
	height:170px;
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.news-znr {
	display: flex;
  align-items: center;
}
.gs-xbt {
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.gs-xbt a{
	color: #fff;
	font-size:26px;
}
.gs-xnr{
	margin: 20px 0px;
}
.gs-xnr a{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.jishu{padding: 0 2%;}
.jishu li{
	margin-top:30px;
	padding-bottom: 20px;
	cursor: pointer;
  transition: all 0.6s;
}
.js-con {
	width: 1200px;
}
.js-xbt {
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.js-xbt a{
	color: #000;
	font-size:23px;
	font-weight: bold;
}
.js-xsj{
	margin: 15px 0px;
	color: #b2b2b2;
	font-size: 16px;
}
.js-xnr a{
	line-height: 30px;
	color: #505050;
	font-size:16px;
}
.jishu li:hover{
	box-shadow: 0px 10px 10px #f0f0f0;
	transform: scale(1.02);
}
.js-more {
	height:95px;
	border-left: 1px solid #e2e2e2;
	padding-left: 35px;
	background: url(../images/news-more_06.png) no-repeat right center;
	padding-right: 50px;
	padding-top: 55px;
}
.jishu li:hover .js-more{
	background: url(../images/news-more_03.png) no-repeat right center;
}
.jishu li:hover .js-more a{
	color: #000;
}
.js-more a{
	color:#d0d0d0;
	font-size: 18px;
	line-height: 37px;
}
/*团队*/
.team li{
	float: left;
	background: #fff;
	padding: 20px;
	width: 46%;
	margin: 5px 7px;
}
.team-tu {
	widows: 240px;
	height: 300px;
	overflow: hidden;
}
.team-con {
	width: 365px;
}
.team-bt{
	color: #0b7d3f;
	font-size: 16px;
	margin-top: 20px;
}
.team-bt p{
	margin-bottom: 5px;
	font-weight: bold;
	font-size:24px;
	color: #000;
}
.team-nr{
	margin-top: 25px;
	color: #999;
	font-size: 15px;
	padding-top: 40px;
	line-height: 30px;
	background: url(../images/team-tu.png) no-repeat top left;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*基金管理*/
.jijin li{
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	width: 24%;
	margin: 10px 5px;
	padding:90px 0px 30px;
	color: #000;
	font-size: 20px;
}
.jja{
	background: url(../images/jja.png) no-repeat top 30px center;
}
.jjb{
	background: url(../images/jjb.png) no-repeat top 30px center;
}
.jjc{
	background: url(../images/jjc.png) no-repeat top 30px center;
}
.jjd{
	background: url(../images/jjd.png) no-repeat top 30px center;
}
.jje{
	background: url(../images/jje.png) no-repeat top 30px center;
}
.jjf{
	background: url(../images/jjf.png) no-repeat top 30px center;
}
.jjg{
	background: url(../images/jjg.png) no-repeat top 30px center;
}
.jjh{
	background: url(../images/jjh.png) no-repeat top 30px center;
}
.jji{
	background: url(../images/jji.png) no-repeat top 30px center;
}
.jjj{
	background: url(../images/jjj.png) no-repeat top 30px center;
}
.jjk{
	background: url(../images/jjk.png) no-repeat top 30px center;
}
.jjl{
	background: url(../images/jjl.png) no-repeat top 30px center;
}
.jja:hover{
	background: url(../images/jjaa.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjb:hover{
	background: url(../images/jjbb.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjc:hover{
	background: url(../images/jjcc.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjd:hover{
	background: url(../images/jjdd.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jje:hover{
	background: url(../images/jjee.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjf:hover{
	background: url(../images/jjff.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjg:hover{
	background: url(../images/jjgg.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
.jjh:hover{
	background: url(../images/jjhh.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
.jji:hover{
	background: url(../images/jjii.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
.jjj:hover{
	background: url(../images/jjjj.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
.jjk:hover{
	background: url(../images/jjkk.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
.jjl:hover{
	background: url(../images/jjll.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
/*投资*/
.touzi li{
	float: left;
	text-align: center;
	width:24%;
	margin:5px;
	color: #999;
	font-size: 16px;
	line-height: 30px;height: 460px;
}
.touzi li img{
	overflow: hidden;
	border: 1px solid #ddd;
	cursor: pointer;
  transition: all 0.6s;
}
.touzi li:hover img{
	transform: scale(1.05);
}
.touzi li p{
	color: #000;
	font-size: 24px;
	line-height: 60px;
}
.tz-nr{
	text-align: left;
	padding: 0px 15px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	height: 190px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*新闻*/
.page-news li{margin-bottom:15px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;background: #fff;}
.page-news li:hover{box-shadow: 0px 5px 20px #f0f0f0;transform: scale(1.03);}
.page-news li .news-img:hover{transform: scale(1.02);}
.page-news li .news-img{overflow: hidden;cursor: pointer;transition: all 0.6s;width:20%;height: auto;}
.page-news li .news-text{width:77%;}
.page-news li .news-bt a{line-height:40px;font-size:22px;color: #000;font-weight: bold;}
.page-news li:hover .news-bt a{color: #0f7c3b;}
.page-news li .news-sj{font-size: 14px;color: #ccc;line-height: 30px;}
.page-news li .news-nr{margin-top: 10px;}
.page-news li .news-nr a{font-size: 16px;color: #999;line-height: 30px;}
/*联系方式*/
.lxfs{
	margin-bottom: 30px;
}
.lxfs ul{
	padding: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px auto;
}
.lxfs li{
	padding: 30px 0px;
	text-align: center;
	float: left;
	background: #fff;
	margin: 0px 10px;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.6s;
  color: #999;
  font-size:17px;
}
.lxfs li p{
	color: #000;
	font-size: 22px;
	margin: 15px auto 5px;
}





}



@media (min-width: 1200px) and (max-width:1439px) {
.visible-xs {
        display: none !important;
}
.ny-about-bt{
	text-align: center;
	margin-bottom:20px;
}
.ny-about-bt span{
	color: #f7f7f7;
	font-size:50px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #000;
	font-size:32px;
	font-family: arial;
  line-height: 50px;
}
/*三大理念*/
.index-ln{
	margin-top:5rem;
}
.index-ln-con li{
	height: 330px;
    float: left;
    width: 28%;
    box-shadow: 0px 5px 20px #f0f0f0;
    background: #fff;
    padding: 25px 20px;
    margin: 1%;
}
.ln-bt{
	margin-top:37px;
	color: #000;
	font-size: 19px;
}
.ln-bt span{
	font-weight:bold;
	color: #000;
	font-size: 26px;
}
.ln-nr{
	/*height: 140px;
	 margin-top: 10px; */
	margin-left: 15px;
	margin-top: 15px;
	line-height:26px;
	color: #8e8e8e;
	font-size: 15px;
}
.ln-more{
	margin-top: 10px;
	margin-left: 15px;
}
.index-ln-con li:hover{
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.index-ln-con li:hover .ln-nr{
	color: #fff;
}
.index-ln-con li:hover .ln-bt{
	color: #fff;
}
.index-ln-con li:hover .ln-bt span{
	color: #fff;
}
.ln-more{
	width: 24px;
	height: 11px;
	background: url(../images/ln-more_07.png) no-repeat top center;
}
.index-ln-con li:hover .ln-more{
	background: url(../images/ln-more_03.png) no-repeat top center;
}
/*新闻开始*/
.news-title {
	margin-top: 55px;

  align-items: center;
}
.news-bt{
	color: #000;
	font-size:20px;
	line-height: 40px;
	color: #000;
    padding-left: 2%;
}
.news-bt span{
	color: #000;
	font-weight: bold;
	font-size:30px;
}
.news-bt img{
	margin-right: 10px;
	vertical-align: middle;
}
.news-gd{
	margin-top: 10px;
    padding-right: 2%;
}
.news-gd li{
	float: left;
	margin-left: 10px;
}
.index-news{
	border-top: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 20px;
	padding-top: 30px;
}
.news-znr {
	display: flex;
  align-items: center;
  height: 223px;
}
.news-con{
    width: 990px;
    padding: 54px 2%;
    background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.news-tu {
	width: auto;
    height: 193px;
    overflow: hidden;
}
.news-tu img{
    height: 100%;
}
.gs-xbt {
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.gs-xbt a{
	color: #fff;
	font-size:22px;
}
.gs-xgd{
	display: none;
}
.gs-xnr{
	margin:10px 0px;
}
.gs-xnr a{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.jishu{
	display: flex;
  align-items: center;
  padding:0 2%;
}
.jishu li{
	margin-top:30px;
	padding-bottom: 20px;
	cursor: pointer;
  transition: all 0.6s;
}
.js-con {
	width:80%;
}
.js-xbt {
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.js-xbt a{
	color: #000;
	font-size:21px;
	font-weight: bold;
}
.js-xsj{
	margin: 15px 0px;
	color: #b2b2b2;
	font-size: 16px;
}
.js-xnr{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.js-xnr a{
	line-height: 30px;
	color: #505050;
	font-size:16px;
}
.jishu li:hover{
	box-shadow: 0px 10px 10px #f0f0f0;
	transform: scale(1.02);
}
.js-more {
	height:95px;
	border-left: 1px solid #e2e2e2;
	padding-left: 35px;
	background: url(../images/news-more_06.png) no-repeat right center;
	padding-right: 50px;
	padding-top: 55px;
}
.jishu li:hover .js-more{
	background: url(../images/news-more_03.png) no-repeat right center;
}
.jishu li:hover .js-more a{
	color: #000;
}
.js-more a{
	color:#d0d0d0;
	font-size: 18px;
	line-height: 37px;
}
/*团队*/
.team li{
	float: left;
	background: #fff;
	padding: 20px;
	width: 44%;
	margin: 5px 7px;
}
.team-tu {
	width:150px;
	height: auto;
	overflow: hidden;
}
.team-con {
	width: 68%;
}
.team-bt{
	color: #0b7d3f;
	font-size: 16px;
	margin-top:10px;
}
.team-bt{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.team-bt p{
	margin-bottom: 5px;
	font-weight: bold;
	font-size:24px;
	color: #000;
}
.team-nr{
	margin-top:10px;
	color: #999;
	font-size: 15px;
	line-height: 26px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*基金管理*/
.jijin li{
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	width: 23%;
	margin: 10px 5px;
	padding:90px 0px 30px;
	color: #000;
	font-size: 20px;
}
.jja{
	background: url(../images/jja.png) no-repeat top 30px center;
}
.jjb{
	background: url(../images/jjb.png) no-repeat top 30px center;
}
.jjc{
	background: url(../images/jjc.png) no-repeat top 30px center;
}
.jjd{
	background: url(../images/jjd.png) no-repeat top 30px center;
}
.jje{
	background: url(../images/jje.png) no-repeat top 30px center;
}
.jjf{
	background: url(../images/jjf.png) no-repeat top 30px center;
}
.jjg{
	background: url(../images/jjg.png) no-repeat top 30px center;
}
.jja:hover{
	background: url(../images/jjaa.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjb:hover{
	background: url(../images/jjbb.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjc:hover{
	background: url(../images/jjcc.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjd:hover{
	background: url(../images/jjdd.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jje:hover{
	background: url(../images/jjee.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjf:hover{
	background: url(../images/jjff.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjg:hover{
	background: url(../images/jjgg.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
/*投资*/
.touzi li{
	float: left;
	text-align: center;
	width:32%;
	margin:5px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.touzi li img{
	overflow: hidden;
	border: 1px solid #ddd;
	cursor: pointer;
  transition: all 0.6s;
}
.touzi li:hover img{
	transform: scale(1.05);
}
.touzi li p{
	color: #000;
	font-size: 24px;
	line-height: 60px;
}
.tz-nr{
	text-align: left;
	padding: 0px 15px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	height:200px;
		display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*新闻*/
.page-news li{margin-bottom:15px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;background: #fff;}
.page-news li:hover{box-shadow: 0px 5px 20px #f0f0f0;transform: scale(1.03);}
.page-news li .news-img:hover{transform: scale(1.02);}
.page-news li .news-img{overflow: hidden;cursor: pointer;transition: all 0.6s;width:30%;height: auto;}
.page-news li .news-text{width:65%;}
.page-news li .news-bt a{line-height:60px;font-size:20px;color: #000;font-weight: bold;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li:hover .news-bt a{color: #0f7c3b;}
.page-news li .news-sj{font-size: 14px;color: #ccc;line-height: 30px;}
.page-news li .news-nr{margin-top: 10px;display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li .news-nr a{font-size: 16px;color: #999;line-height: 30px;}
/*联系方式*/
.lxfs{
	margin-bottom: 30px;
}
.lxfs ul{
	padding: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px auto;
}
.lxfs li{
	padding: 30px 0px;
	text-align: center;
	float: left;
	background: #fff;
	margin: 0px 5px;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.6s;
  color: #999;
  font-size:16px;
}
.lxfs li p{
	color: #000;
	font-size: 20px;
	margin: 15px auto 5px;
}










.ny-title{position: absolute; width: 980px; left: 50%; margin-left: -490px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
/*.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}*/
.aaaaa{width: 11%!important;min-width: 0!important;margin-right: 1.5%;}
}

@media (min-width: 768px) and (max-width: 979px) {
    .visible-xs {
    display: none !important;
    }
    .hidden-xs{
        display: none !important;
    }
.ny-about-bt{
	text-align: center;
	margin-bottom:20px;
}
.ny-about-bt span{
	color: #efefef;
	font-size:50px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #000;
	font-size:32px;
	font-family: arial;
  line-height: 50px;
}
.ny-title {
    position: absolute;
    width: 95%;
    left: 5%;
    margin-left: 0;
    bottom: 20%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
/*三大理念*/
.index-ln{
	margin-top:5rem;
}
.index-ln-con li{
	float: left;
	width:25%;
	box-shadow: 0px 5px 20px #f0f0f0;
	background: #fff;
	padding: 25px;
	margin: 5px;
}
.ln-bt{
	margin-left: 10px;
	margin-top: 30px;
	color: #000;
	font-size: 20px;
}
.ln-bt span{
	font-weight:bold;
	color: #000;
	font-size: 28px;
}
.ln-nr{
	line-height: 30px;
	color: #8e8e8e;
	font-size: 16px;
}
.ln-more{
	margin-top: 10px;
}
.index-ln-con li:hover{
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.index-ln-con li:hover .ln-nr{
	color: #fff;
}
.index-ln-con li:hover .ln-bt{
	color: #fff;
}
.index-ln-con li:hover .ln-bt span{
	color: #fff;
}
.ln-more{
	width: 24px;
	height: 11px;
	background: url(../images/ln-more_07.png) no-repeat top center;
}
.index-ln-con li:hover .ln-more{
	background: url(../images/ln-more_03.png) no-repeat top center;
}
/*新闻开始*/
.news-title {
	margin-top: 55px;
}
.news-bt{
	color: #000;
	font-size:20px;
	line-height: 40px;
	color: #000;
}
.news-bt span{
	color: #000;
	font-weight: bold;
	font-size:30px;
}
.news-bt img{
	margin-right: 10px;
	vertical-align: middle;
}
.news-gd{
	margin-top: 10px;
}
.news-gd li{
	float: left;
	margin-left: 10px;
}
.index-news{
	border-top: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 20px;
	padding-top: 30px;
}
.news-znr {
	display: flex;
  align-items: center;
  height: 200px;
}
.news-con{
	padding: 40px 40px 30px;
	width: 560px;
	height:170px;
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.gs-xbt{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.gs-xbt a{
	color: #fff;
	font-size:26px;
}
.gs-xnr{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin: 20px 0px;
}
.gs-xnr a{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.gs-xgd{
	display:none;
}
.jishu li{
	margin-top:30px;
	padding-bottom: 20px;
	cursor: pointer;
  transition: all 0.6s;
}
.js-con {
	width:810px;
}
.js-xbt a{
	color: #000;
	font-size:20px;
	font-weight: bold;
}
.js-xsj{
	margin: 15px 0px;
	color: #b2b2b2;
	font-size: 16px;
}
.js-xnr a{
	line-height: 30px;
	color: #505050;
	font-size:16px;
}
.jishu li:hover{
	box-shadow: 0px 10px 10px #f0f0f0;
	transform: scale(1.02);
}
.js-more {
	height:95px;
	border-left: 1px solid #e2e2e2;
	padding-left: 35px;
	background: url(../images/news-more_06.png) no-repeat right center;
	padding-right: 50px;
	padding-top: 55px;
}
.jishu li:hover .js-more{
	background: url(../images/news-more_03.png) no-repeat right center;
}
.jishu li:hover .js-more a{
	color: #000;
}
.js-more a{
	color:#d0d0d0;
	font-size: 18px;
	line-height: 37px;
}
/*团队*/
.team li{
	float: left;
	background: #fff;
	padding: 20px;
	width:94%;
	margin: 5px 7px;
}
.team-tu {
	widows: 240px;
	height: 300px;
	overflow: hidden;
}
.team-con {
	width:60%;
}
.team-bt{
	color: #0b7d3f;
	font-size: 16px;
	margin-top:40px;
}
.team-bt p{
	margin-bottom: 5px;
	font-weight: bold;
	font-size:24px;
	color: #000;
}
.team-nr{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 25px;
	color: #999;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*基金管理*/
.jijin li{
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	width: 31%;
	margin: 10px 5px;
	padding:90px 0px 30px;
	color: #000;
	font-size: 20px;
}
.jja{
	background: url(../images/jja.png) no-repeat top 30px center;
}
.jjb{
	background: url(../images/jjb.png) no-repeat top 30px center;
}
.jjc{
	background: url(../images/jjc.png) no-repeat top 30px center;
}
.jjd{
	background: url(../images/jjd.png) no-repeat top 30px center;
}
.jje{
	background: url(../images/jje.png) no-repeat top 30px center;
}
.jjf{
	background: url(../images/jjf.png) no-repeat top 30px center;
}
.jjg{
	background: url(../images/jjg.png) no-repeat top 30px center;
}
.jja:hover{
	background: url(../images/jjaa.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjb:hover{
	background: url(../images/jjbb.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjc:hover{
	background: url(../images/jjcc.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjd:hover{
	background: url(../images/jjdd.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jje:hover{
	background: url(../images/jjee.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjf:hover{
	background: url(../images/jjff.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjg:hover{
	background: url(../images/jjgg.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
/*投资*/
.touzi li{
	float: left;
	text-align: center;
	width:32%;
	margin:5px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.touzi li img{
	overflow: hidden;
	border: 1px solid #ddd;
	cursor: pointer;
  transition: all 0.6s;
}
.touzi li:hover img{
	transform: scale(1.05);
}
.touzi li p{
	color: #000;
	font-size: 24px;
	line-height: 60px;
}
.tz-nr{
	text-align: left;
	padding: 0px 15px;
	color: #999;
	font-size:15px;
	line-height:26px;
	height: 150px;
		display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*新闻*/
.page-news li{margin-bottom:15px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;background: #fff;}
.page-news li:hover{box-shadow: 0px 5px 20px #f0f0f0;transform: scale(1.03);}
.page-news li .news-img:hover{transform: scale(1.02);}
.page-news li .news-img{overflow: hidden;cursor: pointer;transition: all 0.6s;width:40%;height: auto;}
.page-news li .news-text{width:55%;}
.page-news li .news-bt a{line-height:60px;font-size:20px;color: #000;font-weight: bold;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li:hover .news-bt a{color: #0f7c3b;}
.page-news li .news-sj{font-size: 14px;color: #ccc;line-height: 30px;}
.page-news li .news-nr{margin-top: 10px;display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li .news-nr a{font-size: 16px;color: #999;line-height: 30px;}
/*联系方式*/
.lxfs{
	margin-bottom: 30px;
}
.lxfs li{
	padding: 30px 0px;
	text-align: center;
	float: left;
	width: 49%;
	margin:5px 3px;
	background: #fff;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.6s;
  color: #999;
  font-size:17px;
}
.lxfs li p{
	color: #000;
	font-size: 22px;
	margin: 15px auto 5px;
}

.shuzi li p{
    color: #202020;
    font-size:15px;
}
.value,.value2,.value3,.value4{
    font-family: "times new roman";
    font-size:40px;
    line-height: 75px;
}



.ny-btt{
	display:none;
}
.page-news li .img {
    display: none;
}
.page-news li .text {
    padding-right: 0;
    width: 98%;
    float: right;
}
.aaaaa{width: 10%!important;min-width: 0!important;margin-right: 1.5%;}
.lhbdfl {
    float: left;
    width: 48%;
}
}


@media (min-width: 992px) and (max-width:1199px) {
    .visible-xs {
        display: none !important;
}
.ny-about-bt{
    text-align: center;
    margin-bottom:20px;
}
.ny-about-bt span{
    color: #f7f7f7;
    font-size:50px;
    font-family: impact;
    text-transform: uppercase;
    line-height:60px;
}
.ny-about-bt p{
    color: #000;
    font-size:32px;
    font-family: arial;
  line-height: 50px;
}
/*三大理念*/
.index-ln{
    margin-top:5rem;
}
.index-ln-con li{
    height:330px;
    float: left;
    width: 27%;
    box-shadow: 0px 5px 20px #f0f0f0;
    background: #fff;
    padding: 25px;
    margin: 1% 0.6%;
}
.ln-bt{
    margin-top:10px;
    margin-left: 15px;
    color: #000;
    font-size: 22px;
}
.ln-bt span{
    font-weight:bold;
    color: #000;
    font-size: 28px;
}
.ln-nr{
    /*height: 140px;
     margin-top: 10px; */
    margin-left: 15px;
    margin-top: 15px;
    line-height:26px;
    color: #8e8e8e;
    font-size: 15px;
}
.ln-more{
    margin-top: 10px;
    margin-left: 15px;
}
.index-ln-con li:hover{
    background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.index-ln-con li:hover .ln-nr{
    color: #fff;
}
.index-ln-con li:hover .ln-bt{
    color: #fff;
}
.index-ln-con li:hover .ln-bt span{
    color: #fff;
}
.ln-more{
    width: 24px;
    height: 11px;
    background: url(../images/ln-more_07.png) no-repeat top center;
}
.index-ln-con li:hover .ln-more{
    background: url(../images/ln-more_03.png) no-repeat top center;
}
/*新闻开始*/
.news-title {
    margin-top: 55px;

  align-items: center;
}
.news-bt{
    color: #000;
    font-size:20px;
    line-height: 40px;
    color: #000;
    padding-left: 2%;
}
.news-bt span{
    color: #000;
    font-weight: bold;
    font-size:30px;
}
.news-bt img{
    margin-right: 10px;
    vertical-align: middle;
}
.news-gd{
    margin-top: 10px;
    padding-right: 2%;
}
.news-gd li{
    float: left;
    margin-left: 10px;
}
.index-news{
    border-top: 1px solid #eeeeee;
    padding-bottom: 50px;
    margin-top: 20px;
    padding-top: 30px;
}
.news-znr {
    display: flex;
  align-items: center;
  height: 240px;
}
.news-con{
    padding: 6.3% 2%;
    background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.news-tu {
    width: auto;
    height: 240px;
    overflow: hidden;
}
.news-tu img{height: 100%;}
.gs-xbt {
    display: -webkit-box;
    -webkit-line-clamp:1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.gs-xbt a{
    color: #fff;
    font-size:22px;
}
.gs-xgd{
    display: none;
}
.gs-xnr{
    margin:10px 0px;
}
.gs-xnr a{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.jishu{
    display: flex;
  align-items: center;
  padding:0 2%;
}
.jishu li{
    margin-top:30px;
    padding-bottom: 20px;
    cursor: pointer;
  transition: all 0.6s;
}
.js-con {
    width:80%;
}
.js-xbt {
    display: -webkit-box;
    -webkit-line-clamp:1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.js-xbt a{
    color: #000;
    font-size:21px;
    font-weight: bold;
}
.js-xsj{
    margin: 15px 0px;
    color: #b2b2b2;
    font-size: 16px;
}
.js-xnr{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.js-xnr a{
    line-height: 30px;
    color: #505050;
    font-size:16px;
}
.jishu li:hover{
    box-shadow: 0px 10px 10px #f0f0f0;
    transform: scale(1.02);
}
.js-more {
    height:95px;
    border-left: 1px solid #e2e2e2;
    padding-left: 35px;
    background: url(../images/news-more_06.png) no-repeat right center;
    padding-right: 50px;
    padding-top: 55px;
}
.jishu li:hover .js-more{
    background: url(../images/news-more_03.png) no-repeat right center;
}
.jishu li:hover .js-more a{
    color: #000;
}
.js-more a{
    color:#d0d0d0;
    font-size: 18px;
    line-height: 37px;
}
/*团队*/
.team li{
    float: left;
    background: #fff;
    padding: 20px;
    width: 44%;
    margin: 5px 7px;
}
.team-tu {
    width:150px;
    height: auto;
    overflow: hidden;
}
.team-con {
    width: 57%;
}
.team-bt{
    color: #0b7d3f;
    font-size: 16px;
    margin-top:10px;
}
.team-bt{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.team-bt p{
    margin-bottom: 5px;
    font-weight: bold;
    font-size:24px;
    color: #000;
}
.team-nr{
    margin-top:10px;
    color: #999;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    text-align: justify;
    text-justify: inter-ideograph;
	  display: -webkit-box;
  -webkit-line-clamp: 5;     /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*基金管理*/
.jijin li{
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    width: 23%;
    margin: 10px 5px;
    padding:90px 0px 30px;
    color: #000;
    font-size: 20px;
}
.jja{
    background: url(../images/jja.png) no-repeat top 30px center;
}
.jjb{
    background: url(../images/jjb.png) no-repeat top 30px center;
}
.jjc{
    background: url(../images/jjc.png) no-repeat top 30px center;
}
.jjd{
    background: url(../images/jjd.png) no-repeat top 30px center;
}
.jje{
    background: url(../images/jje.png) no-repeat top 30px center;
}
.jjf{
    background: url(../images/jjf.png) no-repeat top 30px center;
}
.jjg{
    background: url(../images/jjg.png) no-repeat top 30px center;
}
.jja:hover{
    background: url(../images/jjaa.png) no-repeat top 30px center #0b7d3f;
    color: #fff;
}
.jjb:hover{
    background: url(../images/jjbb.png) no-repeat top 30px center #0b7d3f;
    color: #fff;
}
.jjc:hover{
    background: url(../images/jjcc.png) no-repeat top 30px center #0b7d3f;
    color: #fff;
}
.jjd:hover{
    background: url(../images/jjdd.png) no-repeat top 30px center #0b7d3f;
    color: #fff;
}
.jje:hover{
    background: url(../images/jjee.png) no-repeat top 30px center #0b7d3f;
    color: #fff;
}
.jjf:hover{
    background: url(../images/jjff.png) no-repeat top 30px center #0b7d3f;
    color: #fff;
}
.jjg:hover{
    background: url(../images/jjgg.png) no-repeat top 30px center #0b7d3f;;
    color: #fff;
}
/*投资*/
.touzi li{
    float: left;
    text-align: center;
    width:32%;
    margin:5px;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}
.touzi li img{
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
  transition: all 0.6s;
}
.touzi li:hover img{
    transform: scale(1.05);
}
.touzi li p{
    color: #000;
    font-size: 24px;
    line-height: 60px;
}
.tz-nr{
    text-align: left;
    padding: 0px 15px;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height:200px;
        display: inline-block;
    text-align: justify;
    text-justify: inter-ideograph;
}
/*新闻*/
.page-news li{margin-bottom:15px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;background: #fff;}
.page-news li:hover{box-shadow: 0px 5px 20px #f0f0f0;transform: scale(1.03);}
.page-news li .news-img:hover{transform: scale(1.02);}
.page-news li .news-img{overflow: hidden;cursor: pointer;transition: all 0.6s;width:30%;height: auto;}
.page-news li .news-text{width:65%;}
.page-news li .news-bt a{line-height:60px;font-size:20px;color: #000;font-weight: bold;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li:hover .news-bt a{color: #0f7c3b;}
.page-news li .news-sj{font-size: 14px;color: #ccc;line-height: 30px;}
.page-news li .news-nr{margin-top: 10px;display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li .news-nr a{font-size: 16px;color: #999;line-height: 30px;}
/*联系方式*/
.lxfs{
    margin-bottom: 30px;
}
.lxfs ul{
    padding: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px auto;
}
.lxfs li{
    padding: 30px 0px;
    text-align: center;
    float: left;
    background: #fff;
    margin: 0px 5px;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.6s;
  color: #999;
  font-size:16px;
}
.lxfs li p{
    color: #000;
    font-size: 20px;
    margin: 15px auto 5px;
}










.ny-title{position: absolute; width: 980px; left: 50%; margin-left: -490px; bottom: 20%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.aaaaa{width: 11%!important;min-width: 0!important;margin-right: 1.5%;}
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs {
        display: block !important;
    }
    .hidden-xs{
        display: none !important;
    }
.ny-bt p{font-size: 24px;}
.ny-about-bt{
	text-align: center;
	margin-bottom:10px;
}
.ny-about-bt span{
	color: #efefef;
	font-size:40px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #000;
	font-size:24px;
	font-family: arial;
  line-height: 40px;
}
/*三大理念*/
.index-ln-con li{
	float: left;
	width: 93%;
	box-shadow: 0px 5px 20px #f0f0f0;
	background: #fff;
	padding: 25px;
	margin:5px;
}
.ln-bt{
	margin-left: 10px;
	margin-top: 30px;
	color: #000;
	font-size: 20px;
}
.ln-bt span{
	font-weight:bold;
	color: #000;
	font-size: 28px;
}
.ln-nr{
	line-height: 30px;
	margin-top: 10px;
	color: #8e8e8e;
	font-size: 16px;
}
.ln-more{
	margin-top: 10px;
}
.index-ln-con li:hover{
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.index-ln-con li:hover .ln-nr{
	color: #fff;
}
.index-ln-con li:hover .ln-bt{
	color: #fff;
}
.index-ln-con li:hover .ln-bt span{
	color: #fff;
}
.ln-more{
	display: none;
}
/*新闻开始*/
.news-title {
	margin-top: 55px;
}
.news-bt{
	color: #000;
	font-size:18px;
	line-height: 40px;
	color: #000;
    padding-left: 2%;
}
.news-bt span{
	color: #000;
	font-weight: bold;
	font-size:28px;
}
.news-bt img{
	margin-right: 10px;
	vertical-align: middle;
}
.news-gd{
	margin-top: 10px;
    padding-right: 2%;
}
.news-gd li{
	float: left;
	margin-left: 10px;
}
.index-news{
	border-top: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 20px;
	padding-top: 30px;
}
.news-con {
    padding: 4.5% 2%;
    width: auto;
    height: auto;
    background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px);
}
.news-tu{width: 100%; height: 175px}
.news-tu img{width: 100%; height: 100%;}
/*.gs-xbt {
	margin-left: 20px;
}*/
.gs-xbt a{
	color: #fff;
	font-size:22px;
}
.gs-xnr{
	margin:15px 0px;
}
.gs-xnr{
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.gs-xnr a{
	color: #fff;
	font-size: 15px;
	line-height:26px;
}
.jishu{padding:0 2%;}
.jishu li{
	margin-top:30px;
	padding-bottom: 20px;
	cursor: pointer;
  transition: all 0.6s;
}
.js-con {
	width:100%;
}
.js-xbt a{
	color: #000;
	font-size:20px;
	font-weight: bold;
}
.js-xsj{
	margin: 15px 0px;
	color: #b2b2b2;
	font-size: 16px;
}
.js-xnr a{
	line-height: 30px;
	color: #505050;
	font-size:16px;
}
.jishu li:hover{
	box-shadow: 0px 10px 10px #f0f0f0;
	transform: scale(1.02);
}
.js-more {
	display: none;
}
/*团队*/
.team li{
	float: left;
	background: #fff;
	padding: 20px;
	width:94%;
	margin: 5px 7px;
}
.team-tu {
	widows: 240px;
	height: 300px;
	overflow: hidden;
}
.team-con {
	width:60%;
}
.team-bt{
	color: #0b7d3f;
	font-size: 16px;
	margin-top:40px;
}
.team-bt p{
	margin-bottom: 5px;
	font-weight: bold;
	font-size:24px;
	color: #000;
}
.team-nr{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 25px;
	color: #999;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*基金管理*/
.jijin li{
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	width: 23%;
	margin: 10px 5px;
	padding:90px 0px 30px;
	color: #000;
	font-size: 20px;
}
.jja{
	background: url(../images/jja.png) no-repeat top 30px center;
}
.jjb{
	background: url(../images/jjb.png) no-repeat top 30px center;
}
.jjc{
	background: url(../images/jjc.png) no-repeat top 30px center;
}
.jjd{
	background: url(../images/jjd.png) no-repeat top 30px center;
}
.jje{
	background: url(../images/jje.png) no-repeat top 30px center;
}
.jjf{
	background: url(../images/jjf.png) no-repeat top 30px center;
}
.jjg{
	background: url(../images/jjg.png) no-repeat top 30px center;
}
.jja:hover{
	background: url(../images/jjaa.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjb:hover{
	background: url(../images/jjbb.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjc:hover{
	background: url(../images/jjcc.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjd:hover{
	background: url(../images/jjdd.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jje:hover{
	background: url(../images/jjee.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjf:hover{
	background: url(../images/jjff.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjg:hover{
	background: url(../images/jjgg.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
/*投资*/
.touzi li{
	float: left;
	text-align: center;
	width:48%;
	margin:5px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
}
.touzi li img{
	overflow: hidden;
	border: 1px solid #ddd;
	cursor: pointer;
  transition: all 0.6s;
}
.touzi li:hover img{
	transform: scale(1.05);
}
.touzi li p{
	color: #000;
	font-size: 24px;
	line-height: 60px;
}
.tz-nr{
	text-align: left;
	padding: 0px 15px;
	color: #999;
	font-size:15px;
	line-height:26px;
	height: 130px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*新闻*/
.page-news li{margin-bottom:15px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;background: #fff;}
.page-news li:hover{box-shadow: 0px 5px 20px #f0f0f0;transform: scale(1.03);}
.page-news li .news-img:hover{transform: scale(1.02);}
.page-news li .news-img{overflow: hidden;cursor: pointer;transition: all 0.6s;width:40%;height: auto;}
.page-news li .news-text{width:55%;}
.page-news li .news-bt a{line-height:60px;font-size:20px;color: #000;font-weight: bold;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li:hover .news-bt a{color: #0f7c3b;}
.page-news li .news-sj{font-size: 14px;color: #ccc;line-height: 30px;}
.page-news li .news-nr{margin-top: 10px;display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li .news-nr a{font-size: 16px;color: #999;line-height: 30px;}
/*联系方式*/
.lxfs{
	margin-bottom: 30px;
}
.lxfs li{
	padding: 30px 0px;
	text-align: center;
	float: left;
	width: 49%;
	margin:5px 3px;
	background: #fff;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.6s;
  color: #999;
  font-size:17px;
}
.lxfs li p{
	color: #000;
	font-size: 22px;
	margin: 15px auto 5px;
}
.shuzi li p{
    color: #202020;
    font-size:15px;
}
.value,.value2,.value3,.value4{
    font-family: "times new roman";
    font-size:40px;
    line-height: 75px;
}













.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 96%;}
.product-list{ margin: 0; }
.product-list ul{width: 750px;padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;}
.product-list li img{width: 100%;}
.pro-ahout{ height:  auto;}
.in-pro>div:last-child{ display: none;}
.page span{ display: inline-block; width: 100%;}
.newsList .lhfr p{ display: inline-block; width: 70%;}
#guestbook textarea,#guestbook input[type="text"]{width: 50%; min-width: 0;}
.page span{ display: inline-block; width: 100%;}
.related-list li{ display: inline-block; width: 100%;}
.newsList .lhfr{ width: 644px; float: right;}
.mobile_nav  .menulevel{ position: static;}
.lh68{ display: block; z-index: 100;}

}
@media (max-width: 398px){
    #header{
        height:4.2rem;
    }
}
@media (max-width: 767px){
    .hidden-xs{
        display: none !important;
    }
    .hamburger {
        top: 2rem;
        right: 2rem;
    }    
.ny-bt{
	display: none;
}
.ny-btt{
	display:block;
	bottom:250px;
	left:30%;
	font-size:18px!important;
}
.ny-btt p{
	font-family: "times new roman";
	font-size:20px!important;
}
.ny-about-bt{
	text-align: center;
	margin-bottom:10px;
}
.ny-about-bt span{
	color: #efefef;
	font-size:40px;
	font-family: impact;
	text-transform: uppercase;
	line-height:60px;
}
.ny-about-bt p{
	color: #000;
	font-size:24px;
	font-family: arial;
  line-height: 40px;
}
.jjfa-fl li a{
	color: #fff;
	font-size: 14px!important;
}
/*三大理念*/
.index-ln{
	margin-top:2rem
}
.index-ln-con li{
	float: left;
	width: 90%;
	box-shadow: 0px 5px 20px #f0f0f0;
	background: #fff;
	padding: 3.9%;
	margin:5px;
}
.ln-bt{
	margin-left: 10px;
	margin-top: 30px;
	color: #000;
	font-size: 20px;
}
.ln-bt span{
	font-weight:bold;
	color: #000;
	font-size: 28px;
}
.ln-nr{
	line-height:28px;
	margin-top: 10px;
	color: #8e8e8e;
	font-size:15px;
}
.ln-more{
	margin-top: 10px;
}
.index-ln-con li:hover{
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.index-ln-con li:hover .ln-nr{
	color: #fff;
}
.index-ln-con li:hover .ln-bt{
	color: #fff;
}
.index-ln-con li:hover .ln-bt span{
	color: #fff;
}
.ln-more{
	display: none;
}
/*新闻开始*/
.news-title {
	margin-top: 55px;
}
.news-bt{
	color: #000;
	font-size:16px;
	line-height: 40px;
	color: #000;
    padding-left: 2%;
}
.news-bt span{
	color: #000;
	font-weight: bold;
	font-size:20px;
}
.news-bt img{
	margin-right: 10px;
	vertical-align: middle;
}
.news-gd{
	display: none;
}
.news-gd li{
	float: left;
	margin-left: 10px;
}
.index-news{
	border-top: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-top: 20px;
	padding-top: 30px;
}
.news-con{
	width:100%;
	height:170px;
	background: linear-gradient(to right bottom,#ada030,#1b854b 350px,#1b854b 400px); 
}
.gs-xbt {
	margin: 20px;
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.gs-xbt a{
	color: #fff;
	font-size:26px;
}
.gs-xnr{
	margin: 20px;
}
.gs-xnr a{
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.gs-xgd{
	display: none;
}
.jishu{
    padding:0 2%;
}
.jishu li{
	margin-top:30px;
	padding-bottom: 20px;
	cursor: pointer;
  transition: all 0.6s;
}
.js-con {
	width: 100%;
}
.js-xbt{
	display: -webkit-box;
	-webkit-line-clamp:1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.js-xbt a{
	color: #000;
	font-size:18px;
	font-weight: bold;
}
.js-xsj{
	margin: 15px 0px;
	color: #b2b2b2;
	font-size: 15px;
}
.js-xnr{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.js-xnr a{
	line-height: 30px;
	color: #505050;
	font-size:15px;
}
.jishu li:hover{
	box-shadow: 0px 10px 10px #f0f0f0;
	transform: scale(1.02);
}
.js-more{
	display: none;
}
/*团队*/
.team li{
	float: left;
	background: #fff;
	padding: 20px;
	width:90%;
	margin: 5px 7px;
}
.team-tu {
	widows: 240px;
	height: 300px;
	overflow: hidden;
}
.team-con {
	width:100%;
}
.team-bt{
	color: #0b7d3f;
	font-size: 16px;
	margin-top:20px;
}
.team-bt p{
	margin-bottom: 5px;
	font-weight: bold;
	font-size:24px;
	color: #000;
}
.team-nr{
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	color: #999;
	font-size: 15px;
	line-height: 30px;
	display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*基金管理*/
.jijin li{
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	width:47%;
	margin: 10px 1%;
	padding:90px 0px 30px;
	color: #000;
	font-size: 20px;
}
.jja{
	background: url(../images/jja.png) no-repeat top 30px center;
}
.jjb{
	background: url(../images/jjb.png) no-repeat top 30px center;
}
.jjc{
	background: url(../images/jjc.png) no-repeat top 30px center;
}
.jjd{
	background: url(../images/jjd.png) no-repeat top 30px center;
}
.jje{
	background: url(../images/jje.png) no-repeat top 30px center;
}
.jjf{
	background: url(../images/jjf.png) no-repeat top 30px center;
}
.jjg{
	background: url(../images/jjg.png) no-repeat top 30px center;
}
.jja:hover{
	background: url(../images/jjaa.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjb:hover{
	background: url(../images/jjbb.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjc:hover{
	background: url(../images/jjcc.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjd:hover{
	background: url(../images/jjdd.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jje:hover{
	background: url(../images/jjee.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjf:hover{
	background: url(../images/jjff.png) no-repeat top 30px center #0b7d3f;
	color: #fff;
}
.jjg:hover{
	background: url(../images/jjgg.png) no-repeat top 30px center #0b7d3f;;
	color: #fff;
}
/*投资*/
.touzi li{
	float: left;
	text-align: center;
	width:100%;
	margin-bottom: 20px;
}
.touzi li img{
	overflow: hidden;
	border: 1px solid #ddd;
	cursor: pointer;
  transition: all 0.6s;
}
.touzi li:hover img{
	transform: scale(1.05);
}
.touzi li p{
	color: #000;
	font-size: 22px;
	line-height: 60px;
}
.tz-nr{
	text-align: left;
	padding: 0px 15px;
	color: #999;
	font-size:15px;
	line-height:26px;
		display: inline-block;
	text-align: justify;
	text-justify: inter-ideograph;
	
}
/*新闻*/
.page-news li{margin-bottom:15px;padding: 20px 20px;cursor: pointer;transition: all 0.6s;background: #fff;}
.page-news li:hover{box-shadow: 0px 5px 20px #f0f0f0;transform: scale(1.03);}
.page-news li .news-img:hover{transform: scale(1.02);}
.page-news li .news-img{overflow: hidden;cursor: pointer;transition: all 0.6s;width:40%;height: auto;}
.page-news li .news-text{width:55%;}
.page-news li .news-bt a{line-height:45px;font-size:18px;color: #000;font-weight: bold;display: -webkit-box;-webkit-line-clamp:1;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li:hover .news-bt a{color: #0f7c3b;}
.page-news li .news-sj{display: none;}
.page-news li .news-nr{display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;-webkit-box-orient: vertical;}
.page-news li .news-nr a{font-size:15px;color: #999;line-height:28px;}
/*联系方式*/
.lxfs{
	margin-bottom: 30px;
}
.lxfs li{
	padding: 30px 0px;
	text-align: center;
	float: left;
	width: 100%;
	margin:5px 3px;
	background: #fff;
  flex-grow: 1;
  cursor: pointer;
  transition: all 0.6s;
  color: #999;
  font-size:16px;
}
.lxfs li p{
	color: #000;
	font-size: 20px;
	margin: 15px auto 5px;
}


.shuzi li p{
    color: #202020;
    font-size:15px;
}
.value,.value2,.value3,.value4{
    font-family: "times new roman";
    font-size:40px;
    line-height: 75px;
}







.ny-title {
    position: absolute;
    width: 95%;
    left: 5%;
    margin-left: 0;
    bottom: 10%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.hidden-phone1{
	display: none;
}
.jobList li {
    width: 33%!important;
}
.ny-title p{ font-size: 15px; line-height: 15px; text-align: left; }
.ny-title p a{color: #fff;}
.join-lc li {
	width: 265px!important;
}
.page-news li .img {
    display: none;
}
.page-news li .text {
    padding-right: 0;
    width: 98%;
    float: right;
}
.proNav li span {
    height: auto;
}
.lhbdfl {
    float: none!important;
    width: 100%;
}
.page-url>ul{ padding: 0; display: flex;-webkit-box-align: center; align-items: center;margin-top:90px;}
.page-url li{border-right: 1px solid #ccc;background: #d9d9d9;flex-grow:1}
.page-url li a{font-size: 14px!important;}
.page-url li span{font-size:14px!important;}
}

/*联系我们内页*/
.lianxi{
	width: 100%;
}
.lx-left{
	background: #f9f9f9;
	width:35%;
	margin-top: 30px!important;
	border: none!important;
	padding:25px 30px;
}
.lx-left li{
	line-height:65px;
	font-size:16px;
	border-bottom: 1px dashed #ccc;
}
.lx-left li img{
	margin-right:20px;
}
.lx-left li:hover{
	color: #0f7c3b;
}
.lx-left li span{
	font-weight: bold;
	font-size: 18px;
}
.lx-right{
	background: #f9f9f9;
	width: 55%;
	padding:32px 0px 32px 30px;
	margin-top: 30px!important;
	border: none!important;
}
.xm{
	line-height:50px;
	width: 330px;
	float: left;
	border-radius: 5px;
	background: none;
	border: #f7f7f7 solid 1px;
	color: #838383;
	text-indent: 15px;
	font-size: 14px;
}
.mr10{margin-right:15px;}
.tarea{ margin-top: 10px;height:130px!important; width: 93%!important;}
.index-submit{width:150px; height:40px; float: left; margin-top: 15px;background: #0f7c3b;color:#fff;font-size:15px;border: none;}
#guestbook1  dt{ display: inline-block; width: 50%;}
#guestbook1 textarea,#guestbook1 input[type="text"]{width:45%;min-width: 220px; border-radius:5px;/* border:1px solid #C7E2F6 ;*/background: #eeeeee;}
.page-guestbook #guestbook1  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook1  textarea{ width: 84%;}
 #guestbook1 .yzm input{ width: 50% ;}
/*边框*/
.spbq{
	float: left;
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}
.biankuang{
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
}
.biankuang_1{
	height: 3px;
	top: -6px;
	left:0px;
	border-left:1px solid #0f7c3b;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top:1px solid #0f7c3b;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right:1px solid #0f7c3b;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom:1px solid #0f7c3b;
}

#dmfb_maplist{
    float: left;
    width: 40%;
    padding-bottom: 50px;
}
#dmfb_main{
    float: right;
}

/*留言单页*/
.message-con{
	line-height: 40px;	
	font-size:16px;
}
.message-con span{
	font-weight: bold;
	font-size: 18px;
	color: #0f7c3b;
}
/*搜索*/
.time-list{
	width: 50%;
	line-height: 60px;
	background: #efefef;
	text-align: center;
}
.ssjg-list{
	width:49%;
	text-align: center;
	line-height: 60px;
	background: #efefef;
}
.ssjg-list:hover{
	color: #fff;
	background: #0f7c3b;
}
.ssjg-list:hover a{
	color: #fff;
}
@media (max-width: 1000px) { 
    .nav-pc li a span {;
		font-size: 12px;
	}
}