@charset "utf-8";
/* CSS Document */
html,body,div,p,form,label,ul,li,dl,dt,dd,ol,img,input,button,h1,h2,h3,h4,h5,h6,i,em,strong,small,table th,table td{margin:0;padding:0;border:0;list-style:none;font-style:normal;font-weight:normal;}
body{font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;font-size:14px;color: #666;}
input,button,select,textarea{outline:none;list-style:none;}
textarea{resize:none;}
table th,table td,div,p,dd,dt,li{word-break:break-all;word-wrap:break-word;white-space:normal;}
a{text-decoration:none; font-family:"Microsoft YaHei","微软雅黑",Arial,Helvetica,SimHei,sans-serif;color: #666;}
img{ border: 0; vertical-align: middle;  }
.clearfix:before,.clearfix:after { content: "";display: table;}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;/*兼容ie*/}
/*---------------------------------公共------------------------------*/
.pub_width {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*---------------------------------头部------------------------------*/
.headbox {
    height: 100px;
    background-color: #1f1a17;
    min-width: 1200px;
}
.headbox .logo {
    line-height: 100px;
}

.nav{ padding:0 20px; line-height:100px; position:relative; z-index:1;  }
.nav a{ color:#fff; }
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{ display:block; padding:0 35px; font-size: 16px;}
.nav .sub{ display:none; width:100%; left:0; top:100px;  position:absolute;   padding:5px 0;
    background-color: rgba(212,167,86,0.85); }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; text-align: center; color: #fff;
    line-height: 40px;  margin: 0 10px;border-bottom:1px solid #d4a756;}
.nav .sub a:hover{ color:#fff;
    border-color: #fff; }
.nav .on h3 a{  color:#d5a957;   }
/*banner1*/
.slideBox{ width:100%;min-width: 1200px;/* height:650px;*/ overflow:hidden; position:relative;  }
.slideBox .hd{
    width: 100%; height:15px; overflow:hidden; position:absolute;
    left: 0; bottom:30px; z-index:1; }
.slideBox .hd ul{ text-align: center; overflow:hidden; zoom:1;  }
.slideBox .hd ul li{ display: inline-block; margin-right:10px;  width:30px; height:6px; background:#fff; cursor:pointer; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.slideBox .hd ul li.on{ background:#d5a957; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{
    width: 100%; display: block;}
/*首页公司*/
.gsbox {
    background-color: #f3f3f3;
    min-width: 1200px;
}
.gsbox .gs {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px  #ddd;
    -moz-box-shadow: 0px 0px 5px  #ddd;
    box-shadow: 0px 0px 5px  #ddd;
    padding: 40px 0;
    text-align: center;
}
.gsbox .gs h1 {
    color: #d5a957;
    position: relative;
    width: 245px;
    margin: 0 auto;
}
.gsbox .gs h1 span {
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    font-size: 35px;
}
.gsbox .gs h1:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #d5a957;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.gsbox .gs h2 {
    font-size: 14px;
    margin-top: 10px;
}
.gsbox .gs p {
    line-height: 30px;
    font-size: 14px;
    color: #646464;
    margin: 30px auto;
}
.biaoyu {
    color: #552b13;
    font-size: 28px;
}
.btn,.jjprobox .leftbox .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #d5a957;
    margin: 20px auto 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.btn a,.jjprobox .leftbox .btn a {
    color: #fff;
}
/*首页基金产品*/
.jjpro {
    min-width: 1200px;
    height: 615px;
    background:  url(../images/bg.jpg) top center no-repeat;
}
.jjprobox {
    position: relative;
}
.jjprobox .leftbox {
    position: absolute;
}
.jjprobox .leftbox {
    position: absolute;
    right: 0;
    top: 88px;
    width: 565px;
    color: #fff;
}
.jjprobox .leftbox h2 {
    margin: 25px 0 10px 0;
    font-weight: normal;
    font-size: 14px;
    text-transform:uppercase;
}
.jjprobox .leftbox p {
    line-height: 30px;
    text-indent: 2em;
}
.jjprobox .leftbox .btn {
    background-color: #a56b32;
    margin: 82px 0 0 0;
}
.gswrap {
    background-color: #f4f4f4;
    min-width: 1200px;
    padding: 40px 0;
}
.gsnews ul li {
    width: 370px;
    padding: 20px 10px;
}
.gsnews ul li:nth-child(2) {
    margin: 0 15px;
}
.gsnews ul li h1 a {
    color: #333;
    font-size: 16px;
}
.gsnews ul li h2 b {
    color: #333;
    font-size: 18px;
}
.gsnews ul li h2 i {
    color: #666;
    font-size: 12px;
    margin-left: 25px;
}
.gsnews ul li p {
    margin: 45px 0 35px 0;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}
.gsnews ul li:hover {
    -webkit-box-shadow: 0 0 8px #ddd;
    -moz-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    background-color: #fff;
}
.gsnews ul li h1 a:hover {
    color: #d5a957;
}
.gsnews ul li .btn2 a:hover {
    color: #d5a957;
}
.contact {
    min-width: 1200px;
    padding: 45px 0;
    background:  url(../images/mapbg.jpg) 0 0 no-repeat;
    color: #fff;
}
.contact h1 {
    text-align: center;
}
.contact .contbox_b .left {
    width: 600px;
}
.contact .contbox_b .left h2 {
    margin-bottom: 10px;
}
.contact .contbox_b .left ul li {
    line-height: 36px;
}
.contact .contbox_b .right {
    width: 513px;
}
.contact .contbox_b .right input[type="text"] {
    width: 238px;
    background: none;
    border-bottom: 1px solid #babbc0;
    color: #fff;
}
.contact .contbox_b .right input:first-child {
    margin-right: 32px;
}
.contact .contbox_b .right input[type="submit"] {
    background-color: #d5a957;
    color: #fff;
    width: 100px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    float: right;
    margin:0;
}
.contact .contbox_b .right textarea {
    width: 100%;
    height: 114px;
    background: none;
    color:#fff;
}
.contact .contbox_b .right .box {
    margin-bottom: 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
   color:#fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#fff;
}
.footerbox {
    background-color: #352f22;
    min-width: 1200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
}
/*公司动态*/
.ncontent {
    min-height: 680px;
}
.ncontent img {
    max-width: 1200px;
}
.secondnav {
    margin-top: 25px;
    border-bottom: 1px solid #d2d2d2;
    min-width: 1200px;
}
.secondnavbox {
    height: 75px;
    line-height: 75px;
}
.secondnavbox ul li {
    margin-right: 30px;
}
.secondnavbox ul li a {
    font-size: 16px;
    color: #333;
}
.secondnavbox ul li.now a,.secondnavbox ul li:hover a,.rightnow a:hover {
    color: #96763b;
}
.secondnavbox ul li.now {
    border-bottom: 2px solid #d5a957;
}
.pubtit1,.pubtit2 {
    text-align: center;
    text-indent: 0;
    font-size: 24px;
}
.pubtit1 {
    color: #a16733;
    margin: 40px 0 10px 0;
}
.pubtit2 {
    text-transform:uppercase;
    font-size: 15px;
    color: #acacac;
    margin-bottom: 20px;
}
.gongsnews .left {
    width: 260px;
    height: 180px;
    overflow: hidden;
}
.gongsnews .left img {
    width: 100%;
}
.gongsnews .right {
    width: 880px;
}
.gongsnews .right h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
}
.gongsnews .right h1 a {
    color: #333;
}
.gongsnews .right h1 a:hover,.gongsnews .right .more {
    color: #b4743a;
}
.gongsnews .right h1 i {
    color: #909090;
    font-size: 14px;
}
.gongsnews .right p {
    font-size: 14px;
    line-height: 24px;
}
.newslist li {
    padding: 20px 0;
    min-width: 1200px;
}
.newslist li:hover {
    background-color: #f2f2f2;
}
.newslist li .con {
    border-bottom: 1px dashed #ccc;
}
.newslist li:last-child .con {
    border-bottom: 1px dashed #fff;
}
.newslist li:hover .con {
    border-color: #f2f2f2;
}
.page {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.page a,.page span {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
}
.page span,.page a:hover {
    background-color: #d5a957;
    color: #fff;
}
.renyuan {
    /*height: 503px;*/
    width: 100%;
    min-width: 1200px;
    margin-top: 74px;
    background:  url(../images/bg2.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 30px;
}
.jjbox p {
    text-indent: 2em;
    line-height: 24px;
}
.jjbox img {
    margin-top: 20px;
}
.renyuan h1,.renyuan h2 {
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.renyuan h1 {
    padding-top: 50px;
}
.renyuan h2 {
    font-size: 16px;
    text-transform:uppercase;
    margin-bottom: 50px;
}
.renyuan ul li {
    width: 900px;
    height: 218px;
    background: rgba(255,255,255,0.6);
    margin-bottom: 20px;
    float: none;
    margin: 0 auto 20px auto;
}
/*
.renyuan ul li:nth-child(2n+1) {
    float: left;
}
.renyuan ul li:nth-child(2n) {
    float: right;
}
*/
.renyuan ul li .ren {
    width: 211px;
    padding: 3px;
    height: 212px;
    overflow: hidden;
    background-color: #fff;
    margin-right: 35px;
}
.renyuan ul li .ren img {
    width: 100%;
}
.renyuan ul li .wenzi {
    width: 600px;
}
.renyuan ul li .wenzi h3 {
    line-height: 95px;
}
.renyuan ul li .wenzi h3 b {
    font-size: 20px;
    margin-right: 15px;
    color: #b4743a;
}
.renyuan ul li .wenzi p {
    line-height: 24px;
    text-indent: 2em;
}
.details img {
    max-width: 1200px;
    margin: 20px auto;
    display: block;
}
.details {
    background-color: #f3f3f3;
}
.detailsbox {
    padding: 40px 0;
}
.detailsbox p {
   font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
}
.lianxidizhi {
    margin: 58px 0;
}
.lianxidizhi .left {
    float: left;
    width: 490px;
}
.lianxidizhi ul li  {
    margin-bottom: 20px;
}
.lianxidizhi .right {
    float: left;
    width: 708px;
}
.lianxidizhi .right h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.lianxidizhi .right ul li:nth-child(2n+1)  {
    font-size: 16px;
    float: left;
}
.lianxidizhi .right ul li:nth-child(2n)  {
    font-size: 16px;
    float: right;
}
.lianxidizhi .right ul li input[type="text"]  {
    background-color: #f2f2f2;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    width: 240px;
    float: left;
}
.lianxidizhi .right ul li label  {
    width: 83px;
    float: left;
}
.lianxidizhi .right ul li.bei   {
    width: 100%
}
.lianxidizhi .right ul li.bei textarea  {
    width: 620px;
    border: 0;background-color: #f2f2f2;
    height: 92px;
    float: left;
}
.lianxidizhi .right ul li.tijiao {
    width: 100%;
}
.lianxidizhi .right ul li input[type="submit"] {
    background-color: #c0a062;
    color: #fff;
}
.lianxidizhi .right ul li input[type="reset"] {
    background-color: #d2d2d2;
    margin-right: 10px;
}
.lianxidizhi .right ul li input[type="reset"],.lianxidizhi .right ul li input[type="submit"]{
    width: 82px;
    height: 36px;
    cursor: pointer;
    float: right;
}
.probox {
    margin-top: 30px;
}
.probox .nleft {
    width: 255px;
    overflow: hidden;
}
.probox .nright {
    width: 880px;
}
.probox .nright img {
    max-width: 880px;
}
.probox .nleft h1 {
    background: #ededed url("../images/b.png") right bottom no-repeat;
    color: #a16733;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}
.probox .nleft h1 img {
    margin-right: 30px;
}
.probox .nleft ul li {
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
}
.probox .nleft ul li i {
    width: 6px;
    height: 6px;
    background-color: #a7a7a7;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 10px 0 16px;
}
.probox .nleft ul li:hover i,.probox .nleft ul li.act i {
    background-color: #985b36;
}
.probox .nleft ul li:hover a ,.probox .nleft ul li.act a{
    color: #985b36;
}
.probox .nright h1{
    color:#a16733;
    font-size: 24px;
}
.probox .nright h1{
    color:#a16733;
    font-size: 24px;
}
.probox table {
    border-color: #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.probox table tr,.probox table td {
    border: 1px solid #dddddd;
    font-size: 16px;
}
.probox table tr {
    height: 50px;
}
.probox table td:first-child {
    font-weight: bold;
}
.slideTxtBox{ width:880px;
    margin-top: 20px;  }
.slideTxtBox .hd{ height:50px; line-height:50px; background:#d5a957;   position:relative; margin-bottom: 20px;}
.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px;margin: 0 -11px 0px 0; height:50px;   }
.slideTxtBox .hd ul li{ float:left;
    width: 287px;cursor:pointer; text-align: center; font-size: 16px; }
.slideTxtBox .hd ul li.on{ color: #fff;   }
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.sideMenu{ padding: 10px 0; }
.sideMenu h3{ height:50px; line-height:52px; cursor:pointer; overflow: hidden;
}
.sideMenu ul li:nth-child(odd) {
    background-color: #fff;
}
.sideMenu ul li:nth-child(even) {
    background-color: #e9e9e9;
}
.sideMenu .jjdetails{ color:#999; display:none;
    border: 1px solid #d5a957; }
.topjl {
    background-color: #e9e9e9;
    height: 80px;
    line-height: 80px;
}
.topjl ul li,.sideMenu h3 span {
    width: 300px;
    text-align: center;
    font-size: 16px;
}
.sideMenu h3 span {
    float: left;
}
.jjdetails h1 {
    font-size: 18px;
    font-weight: bold;color: #333;
}
.jjdetails {
    padding: 20px 84px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    background-color: #fff;
}
.toudi {
    position: absolute;
    right: 84px;
    top:50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #d5a957;
    width: 124px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
}
.toujl table tr {
    height: 50px;
}
.toujl table td {
    padding-right: 52px;
}
.toujl label {
    width: 80px;
    text-align: right;
    display: inline-block;
}
.toujl label i {
    color: #f90101;
}
.toujl input[type="text"] {
    width: 224px;
    height: 32px;
    border: 1px solid #ddd;
    padding-left: 10px;
}
.toujl textarea {
    border-color: #ddd;
    width: 628px;
    height: 150px;
}
.toujl table .wenzi {
    height: 160px;
}
.toujl ul li label {
    margin-right: 6px;
}
.toujl ul li {
    margin-top: 10px;
}
.tijiao2 {
    padding-left: 84px;
    margin: 30px 0;
}
.tijiao2 input {
    background-color: #fff;
    width: 111px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    color: #fff;
}
.tijiao2 input[type="submit"] {
    background-color: #d5a957;
}
.tijiao2 input[type="reset"] {
    background-color: #666565;
}
.toujl p {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}
.toujl tr td {
    position: relative;
}
.tupian {
    position: absolute;
    left: 0;
    top: 50px;
    width: 68px;
    height: 73px;
    overflow: hidden;
}
.tupian img {
    width: 100%;
}
.dtime {
    color: #999;
}
.tipbox {
    margin-top: 20px;
}
.tipbox {
    margin-top: 20px;
}
.tipbox ul li {
    margin-right: 10px;
    color: #888;
}
.tipbox ul li b {
    color: #333;
}
#BgBox{ filter: Alpha(opacity=50); -moz-opacity:0.5; display:none; opacity:0.5; background-color:#000; position:absolute; width:100%; z-index:999999999; height:100%; top:0; left:0;}
.FloatBox{ background-color:#FFF; position:fixed; top:80px; height:520px; width:1000px; display:none; z-index:999999999; left:0; -moz-border-radius:2px; -khtml-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
#fxts{}
#fxts h4{ background-color:#EEEEEE; color:#000; text-align:center; font-size:18px; height:60px; line-height:60px;}
#fxts p{text-indent:2em; margin:10px 0;}
.fxtsCon{height:300px; padding:20px; text-align:left; line-height:180%; overflow:scroll; overflow-x:hidden;}



















