@charset "utf-8";
/* CSS Document */
/* --------------
    reset
   -------------- */
html, body, div, span, applet,input, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {

    font: 12px/22px  Microsoft YaHei, SimSun, SimHei, Arial, Verdana, SunSans-Regular, Sans-Serif;
    background: #fff;
}
ol, ul {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid;

}
th, td {
    text-align: left;
    padding: 0;
    border:1px solid;
}
/* --------------
    common
   --------------*/
a {
    text-decoration: none;
}

img{
    display: block;

}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{zoom:1;}
.clear:after{content:'';display:block; clear:both;}
.hide{display: none;}
html,body{width: 100%;height:100%;min-width: 1200px;background: #fff;}
.wrapper{width: 100%;height:auto;overflow: hidden;position: relative;}



/* 头部 */
.head{height:165px;width: 100%;background: url("../images/nav-bg.png") center top no-repeat;position: absolute;top:0;left:0;z-index: 999;}
.head-con{width: 1200px;height:auto;margin:0 auto;}
.head-con .logo{height:90px;width: 114px;float: left;margin-top: 40px;}
.head-con ul{height: 118px;width:896px;}
.head-con ul .nav-top{height:25px;margin-top: 39px;}
.head-con ul .nav-top p{float: right;font-size: 24px;line-height: 25px;color:#005ca2;font-family: "Californian FB";margin-left: 23px;}
.head-con ul .nav-top .login,.head-con ul .nav-top .logout,.head-con ul .nav-top .bespeak{text-indent: 30px;margin-left: 23px;background: url("../images/icon-02.png") left top no-repeat; font-size:14px;line-height: 25px;color:#26a1ff; }
.head-con ul .nav-top .bespeak{background: url("../images/icon-01.png") left top no-repeat;}
.head-con ul .nav-top .logout {display: none;text-indent: 0px;background:none;}
.head-con ul .nav-list{margin-top: 8px;}
.head-con ul .nav-list div{float: left;margin-left: 17px;height:46px;width: 80px;position: relative;padding:0 10px;}
.head-con ul .nav-list a{display:block;font-size: 20px;line-height: 43px;color:#2063b4;float:none;margin-left: 0;}
.head-con ul .nav-list span{height:3px;width:0;display: block;background: #2063b4;margin:0 auto;}
.head-con ul .nav-list a:hover,.head-con ul .nav-list a.active{color:#c81428;}
.head-con ul .nav-list div dl{position: absolute;top:46px;left:0;padding:0 10px;z-index: 1111111;background:url("../images/nav-dl-bg.png") repeat-x;display: none;height:auto;overflow: hidden;}
.head-con ul .nav-list div dl dd{width: 100%;border-bottom: 1px solid #dedede;}
.head-con ul .nav-list div dl dd a{display: block;text-align: center;font-size: 12px;line-height: 34px;}
.head-con ul .nav-list div dl dd a:hover{background:#3279ce url("../images/nav-dl-a-bg.jpg") repeat-x;color:#fff;}
.head-con ul .nav-list div .nav-list-r{width:273px;height:0;overflow:hidden;position:absolute;top:46px;left:100px;background:#fff;float:none;margin:0;padding:0;opacity: 0.9;filter:alpha(opacity=90);}
.head-con ul .nav-list div .left273{left:-273px;}
.head-con ul .nav-list div .nav-list-r img{display:block;height:141px;width:273px;}
.head-con ul .nav-list div .nav-list-r p{font-size:12px;line-height:40px;text-align:center;}



/* 尾部 */

.foot{height:36px;padding-bottom:18px;padding-top:3px;width: 100%;background: url("../images/foot-bg.png") center bottom repeat-x;position: relative;z-index: 50;}
.foot-con{width: 1200px;margin:0 auto;}
.foot-con > div {margin-top:0!important;}
.foot-con a,.foot-con p{font-size:12px;line-height: 36px;color:#b3b5b8;float: left;margin-right: 8px;}
.foot-con p{margin-right: 0;margin-left: 22px;}
.foot-con .code_box01 {
    float: right;
    margin-left: 20px;
    margin-top:-70px!important;
}
.foot-con .code_box02 {
    float: right;
    margin-left: 20px;
    margin-top:-70px!important;
}
.foot-con .code_box01 .code,
.foot-con .code_box02 .code {
    height:78px;width: 78px;
    margin:0 auto;
    transition: all 0.3s;
}
.foot-con .code_box01 .code:hover,
.foot-con .code_box02 .code:hover {
    transform: scale(1.5);
}
.foot-con .code_box01 .code-p,
.foot-con .code_box02 .code-p {
    margin:0;
    text-align: center;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}
.foot-con .sina {margin-top:7px!important;}
.foot-con .sina,.foot-con .sina a{float: right;height:22px;width: 23px;background: url("../images/icon-03.png") no-repeat;}
.foot-con .sina a{margin-top:0;margin-right:0;}
.foot-con .sina a span{background:none;display:block;width:100%;height:100%!important;padding:0!important;}
/* --------------------
        首页
------------------------- */

/* banner */

/*.banner{width: 100%;height:689px;overflow: hidden;position: relative;}
.banner .banner-con li{position: absolute;left:50%;margin-left: -960px;top:689px;}
.banner .banner-con .first{position: absolute;left:50%;margin-left: -960px;top:0;}
.banner .tab{width: 1200px;margin-left:-600px;position: absolute;top:165px;left:50%;z-index: 99;height:342px;overflow: hidden;}
.banner .banner-txt-01{position: absolute;top:98px;left:175px;}
.banner .banner-txt-02{position: absolute;top:74px;left:790px;}
.banner .banner-txt-03{position: absolute;top:93px;left:537px;}
.banner .hd{ position:absolute; top:295px; left:175px;}
.banner .hd li{ background:url(../images/xu-li.png) no-repeat; width:12px; height:12px; float:left; margin-right:23px; cursor:pointer;}
.banner .hd .on{ background:url(../images/xu-lis.png) no-repeat;}

.banner .prev{height:46px;width: 46px;background: url(../images/prev.png) no-repeat;position: absolute;top:0;right:0;}
.banner .next{height:46px;width: 46px;background: url(../images/next.png) no-repeat;position: absolute;top:55px;right:0;}
*/
/* 主体 */

.index-main{width: 100%;height:485px;padding-bottom:80px;background: url("../images/con-bg.png") center 46px no-repeat;margin-top: -182px;position: relative;z-index: 9999;}
.index-con{width: 904px;margin:0 auto;}
.index-con-list{float: left;height: 473px;width: 233px;background: url("../images/bg-01.png") no-repeat;margin-right: 30px;padding:0 24px;}
.index-con div.last{margin-right: 0;}
.index-con-list strong{display: block;font-size: 20px;line-height: 68px;color:#5a5e65;font-weight: normal;}
.index-con-list img{height:162px;width: 232px;}
.index-con-list li{border-bottom: 1px dotted #a1a1a1;padding:8px 0;}
.index-con-list li a,.index-con-list li span,.index-con-list a{display: block;font-size:14px;line-height: 18px;color:#2F2F2F;}
.index-con-list li span{color:#bbbbbb;font-family: "Georgia";}
.index-con-list li.last{border-bottom: 0;}


.quick{width: 100%;position: absolute;top:0;left:0;z-index: 99999;}
.quick-bg{width: 100%;position: absolute;top:0;left:0;height:100%;background: #000;opacity: 0.5;filter:alpha(opacity=50);}
.quick-con{height:89px;width: 400px;background: url("../images/quick.png") no-repeat;position: absolute;top:387px;right:-310px;}
.quick-con a{float: left;width: 90px;font-size: 14px;color:#666666;line-height: 16px;padding-top:60px;text-align: center;}
.quick-con a.link{color:#fff;background: url("../images/icon-04.png") center 18px no-repeat;}
.quick-con a.login{background: url("../images/icon-05.png") center 18px no-repeat;}
.quick-con a.product{background: url("../images/icon-06.png") center 18px no-repeat;}
.quick-con a.message{background: url("../images/icon-07.png") center 18px no-repeat;}


/*内页*/
.content{ background:url("../images/product-bgs.png") no-repeat center top; width:100%; margin-top:-200px; z-index:110; position:relative; overflow:hidden;}
.excpindex{ height:440px;}
.excpindex img{ left:50%; position:relative; margin-left:-960px;}
.product-content{ width:1060px; margin:0 auto; margin-top:158px;}
.pro-l-tit01{ background:url("../images/pro-l-01.png") no-repeat; width:260px; height:46px;}
.pro-con-l{float:left; overflow:hidden; width:260px;}
.pro-l-tit01 h3{ font-family:"Microsoft Yahei"; font-size:20px; color:#5a5e65; padding:12px 0px 0px 14px;}
.pro-con-l ul li{ list-style:none; overflow:hidden; border-bottom:1px solid #e0e0e0;}
.pro-con-l ul{ margin-top:14px; border-top:2px solid #2063b4; padding-top:12px; margin:0 22px;}
.pro-con-l ul li a{ font-family:"Microsoft Yahei"; font-size:14px; color:#666666; display:block; line-height:42px; text-indent:21px;height:42px;width:100%;position:relative;}
.pro-con-l ul li a:hover,.pro-con-l ul li a.active{background:#2969b7; color:#fff;}
.pro-con-l ul li a:hover span,.pro-con-l ul li a.active span{ color:#fff;}
.pro-con-l ul li a span{ font-family:"Microsoft Yahei"; font-size:14px; color:#666666;position:absolute; margin-right:20px;width:31px;right:0;top:0}
.pro-con-r{ background:url("../images/product-bgs.png") no-repeat; float:left;}
.pro-l02{ border-left:1px solid #f3f3f3; border-right:1px solid #f3f3f3; background:url("../images/l-bg.png") repeat-y; padding-bottom:30px;}
.pro-l03{background:url("../images/pro-l-02.png") no-repeat; width:260px; height:46px;}
.pro-con-r{ float:right; width:771px;}
.pro-righ-title{ background:url("../images/pro-r-01.png") no-repeat; width:771px; height:69px;}
.pro-righ-title h3{ color:#5a5e65; font-size:20px; font-family:"Microsoft Yahei"; font-weight:normal; line-height:50px; text-indent:30px;}
.pro-righ-title p{ font-size:12px; color:#666666; padding-right:30px; font-family:"Microsoft Yahei";}
.pro-righ-title p span{ display:inline-block; background:url("../images/home.png") no-repeat 0 16px; line-height:50px; padding-left:30px;}
.pro-righ-title p a{ color:#5a5e65;}
.pro-righ-title p a.active{ color:#2063b4;}
.pro-righ-content{ border-right:1px solid #f8f8f8; padding:0 25px; padding-bottom:60px; background:#fff;overflow:hidden;}
.prolist{ width:100%;}
.prolist li{ width:303px; padding:10px; border:1px solid #dedede; text-align:center; margin-bottom:50px;}
.prolist li a{ display:inline-block;}
.prolist li a.img{ width:303px; height:205px; overflow:hidden;}
.prolist li a.img img{ height:205px;width:303px;}
.prolist li a.title{ width:100%; height: 48px;padding-top:12px; overflow:hidden;line-height:24px; color:#666666; font-size:14px;font-family:"Microsoft Yahei"; font-weight:bold;}
.prolist li span.tips{ display:inline-block; width:80%; color:#666666; font-family:"Microsoft Yahei"; font-size:14px; text-align:center; padding-bottom:20px;}
.pro-righ-bottom{ background:url("../images/pro-r-02.png") no-repeat; width:771px; height:36px; margin-bottom:150px;}

/*产品详情*/
.protitle{ width:100%; font-family:"Microsoft Yahei"; color:#5a5e65; font-size:20px; text-align:center;}
.probox{ margin-top:30px;}
.stitle{ position:relative; display:inline-block; height:40px; line-height:40px; padding:0 20px; background:#005ca2; color:#fff; font-family:"Microsoft Yahei"; font-size:14px; margin-bottom:20px;}
.stitle b{ position:absolute; top:0; right:-38px; background:url("../images/stitlebg.png") no-repeat; width:38px; height:40px;}
.jbqk{ padding:30px 45px; border:1px solid #e0e0e0; margin-top:30px;}
.jbqk ul{ width:275px;}
.jbqk li{ width:275px;font-family:"Microsoft Yahei"; font-size:14px; margin-bottom:25px;}
.jbqk li strong{ color:#222222; display:block;}
.jbqk li span{ color:#5a5e65; display:block;}
.tablebox{ width:100%;}
.tablebox table{ width:100%;border-collapse: collapse;border-spacing: 0; font-family:"Microsoft Yahei"; font-size:14px;}
.tablebox table th{ line-height:54px; text-align:center; border:1px solid #e0e0e0; color:#222222; }
.tablebox table td{ line-height:54px; text-align:center; border:1px solid #e0e0e0; color:#5a5e65; }
.probox p.words{ color:#5a5e65; font-size:14px; font-family:"Microsoft Yahei"; padding-bottom:30px;}
.probox p.bottips{ color:#222; padding-bottom:100px;}
.probox p.bottips strong{ font-weight:normal; padding-bottom:30px;}
.probox p.words strong,.probox p.words span{ display:block; width:100%; line-height:25px;}

.totop{ position:fixed; right:5%; top:50%; background:url("totop.jpg") no-repeat; width:48px; height:40px; text-indent:-9999px; z-index:10000000; display:none;}
*html,*html body{background-image:url(about:blank);background-attachment:fixed;}/*防止抖动*/

/*购买指南*/
.kf-guide{ background:url("../images/lct.png") no-repeat; height:1000px; padding-left:316px; position:relative;}
.kf-guide li{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color: #26a1ff; padding:10px; color:#fff; font-family:"Microsoft Yahei"; font-size:14px; width:400px; position:absolute; right:0;display: none;}
.kf-guide li span{ display:block; text-indent:2em;}
.kf-guide li.li1{ top:230px;}
.kf-guide li.li2{ top:370px;}
.kf-guide li.li3{ top:540px;}
.kf-guide li.li4{ top:910px;}

/*产品预约*/
.kfdz{ color:#666666; font-family:"Microsoft Yahei"; font-size:14px; margin-top:50px;}
.kfbox{ border:1px solid #e0e0e0; background:#f9f9f9; padding:20px; padding-bottom:0; margin-bottom:40px;overflow:hidden;}
.kfbox p{ margin-bottom:20px;}
.kfbox label{ float:left; font-family:"Microsoft Yahei"; font-size:14px; color:#666666; line-height:26px; padding-right:15px;}
.kfbox label span{ color:#d80011;font-family:"Microsoft Yahei";font-size:14px; padding-right:7px;}
.kfbox input{ float:left; height:16px; padding:5px; background:#fff; border:1px solid #e0e0e0; width:205px;}
.kfbox a.seeall{ float:left;width: 103px; height: 26px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-color: #2a6ab7; color:#fff; font-family:"Microsoft Yahei"; text-align:center; line-height:26px; margin-left:25px;}
.moneydw{ font-size:12px; color:#949494;font-family:"Microsoft Yahei"; float:left; position:relative; left:-32px; line-height:26px; font-weight:normal;}
.kfbox p.words{ color:#666666; font-size:14px;font-family:"Microsoft Yahei";}
.kfbox textarea.yaoqiu,.kfbox textarea{ float:left; width:516px; height:140px; border:1px solid #e0e0e0; resize:none; padding:10px;}

.btn{ text-align:center; margin-top:40px;}
.btn input{width: 120px; height: 33px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;font-family:"Microsoft Yahei"; font-size:14px; margin:0 20px; cursor:pointer;}
.btn input.tj{background-color: #2a6ab7; color:#fff; border:none;*background:url("kfbox-bg-2.png") no-repeat;}
.btn input.cz{background-color: #ffffff; color:#666666; border:1px solid #e0e0e0;*background:url("kfbox-bg-1.png") no-repeat;*border:0;}

/*弹窗*/
.shade{width: 100%;position: absolute;top:0;left:0;height:100%;background: #000;opacity: 0.6;filter:alpha(opacity=60); display:none; z-index:99999;}
.popup{ width:910px; height:450px; position:fixed; left:50%; top:50%; margin-left:-455px; margin-top:-225px; z-index:1000000;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color: #f3f3f3;font-family:"Microsoft Yahei"; display:none;}
.popup h2{ height:40px; line-height:40px; background:#2466b5;-webkit-border-top-left-radius: 10px; -moz-border-top-left-radius:10px; border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px; -moz-border-top-right-radius:10px; border-top-right-radius: 10px;}
.popup h2 span{ float:left; color:#fff; font-size:16px; padding-left:26px;}
.popup h2 a{ float:right; font-size:25px; color:#fff; padding-right:26px; font-family:Arial, Helvetica, sans-serif;}
.popupbox{ padding:15px 0; padding-left:34px; height:350px; overflow:auto;}


.popuplist li{ width:270px; text-align:center; float:left; margin-right:16px; margin-bottom:30px;}
.popuplist li p{ border:1px solid #dedede; padding:10px 9px; text-align:center; background:#fff;height:215px;overflow:hidden;}
.popuplist li p a img{height:205px;width:250px;}

.popuplist li p img{width:215px;height:142px;}
.popuplist li p a.title{ display:inline-block; width:100%; color:#666666;font-family:"Microsoft Yahei"; font-size:14px; padding-top:15px; font-weight:bold;}
.popuplist li p span.tips{ display:inline-block; width:95%; color:#666666; font-family:"Microsoft Yahei"; font-size:14px; text-align:center; line-height:25px;}
.popuplist li a.choose{ display:inline-block; text-align:center;width: 120px; height: 33px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color: #2a6ab7; line-height:33px; color:#fff; font-size:14px;font-family:"Microsoft Yahei"; margin-top:20px;}

/*留言专区*/
.kfbox p.wordsnew{ color:#222;}
.frtips{ padding-left:88px; color:#959595; margin-bottom:30px; display:inline-block;}
.btnnew{ margin-top:0; height:33px; padding:30px 0 38px; text-align:center; padding-left:190px;}

/*联系我们*/
.address{ margin-top:40px; margin-bottom:30px;}
.address p span,.phone p span{ color:#666666; font-size:14px; font-family:"Microsoft Yahei"; padding-right:55px; line-height:25px;}

/*公司公告*/
.noticelist li{ width:202px; height:275px; border:1px solid #dedede; padding:15px 10px; font-family:"Microsoft Yahei"; font-size:14px; float:left; margin-right:24px; margin-bottom:38px; }
.noticelist li.active{ width: 200px; height:273px; border:2px solid #2768b6;}
.noticelist li:hover{ width: 200px; height:273px; border:2px solid #2768b6;}
.noticelist li.marginnone{ margin-right:0;}
.noticelist li span{ display:block;}
.noticelist li span.sp1{ font-size:16px; color:#535353; height:66px; line-height:22px; overflow:hidden;}
.noticelist li span.sp2{ color:#999; line-height:20pa; padding:10px 0;}
.noticelist li span.sp3{ color:#666; height:88px; line-height:22px; overflow:hidden;}
.noticelist li span.sp4{ display:block; text-align:center; margin:25px 0;}
.noticelist li span.sp4 a{ width: 88px; height: 27px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-color: #fff; color:#999999; line-height:27px; text-align:center; display:inline-block; border:1px solid #888888; margin:0 2px;*background:url("notice-bg-1.png") no-repeat;*border:0;}
.noticelist li span.sp4 a:hover,.noticelist li span.sp4 a.active{ color:#fff; background:#2a6ab7; border:1px solid #fff;*background:url("notice-bg-2.png") no-repeat;*border:0;}

.pages{ text-align:center; margin-top:50px;}
.pages a{ display:inline-block; width:25px; height:25px; line-height:25px; text-align:center; font-family:"Microsoft Yahei"; font-size:14px; background:#f8f8f8; border:1px solid #d8d8d8; color:#6b6b6b; -moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px; margin:0 5px;}
.pages a.active,.pages a.on,.pages a:hover{ color:#fff; background:#2466b5; border:1px solid #0d4082; text-shadow:1px 2px 1px #0a1b30;}

/*公告详情*/
.noticedetails{ font-family:"Microsoft Yahei";}
.noticedetails h2{ text-align:center; color:#666; font-size:18px;}
.noticedetails h3{ color:#666; font-size:14px; font-weight:bold; margin-top:25px;}
.noticedetails h3.first{ margin-bottom:25px;}
.noticedetails p{ color:#8c8c8c; font-size:14px; text-indent:2em; line-height:25px;}
.noticedetails h4{ color:#666; font-size:14px; font-weight:bold; }
.noticedetails h4.first{ margin-top:50px;}


/*公司荣誉*/
.ourhonor{ font-family:"Microsoft Yahei";}
.honorpic{margin: 0 auto; width:600px; height:236px;}
.honorpic li{ position:relative; height:236px; width:240px; cursor:pointer;}
.honorpic li.roundabout-in-focus {cursor: default;}
.honorpic li img{ width:100%; height:auto;}
.honorpic li span.yinying{ position:absolute; bottom:0; left:0; height:60px; width:100%; opacity:0.8; background:#000;filter:alpha(opacity=80); text-indent:-9999px;}
.honorpic li span.years{ position:absolute; bottom:0; left:0; height:60px;width:100%; line-height:60px; text-align:center; font-size:42px; color:#e4a51d;}

.honornews{ background:url("../images/linetop.png") no-repeat center top; margin-top:20px; padding-top:30px; font-family:"Microsoft Yahei";}
.honornews li{ line-height:30px; margin-bottom:15px;}
.honornews li strong{ color:#2466b5; font-size:14px; padding-right:10px;}
.honornews li span{ color:#30313a; font-size:14px;}

/*人才培养计划*/
.rcplan-pic{ text-align: center; width:720px;}
.rcplan-pic img{ display:inline-block;}
.rcplan-wordds{ font-family:"Microsoft Yahei"; margin-top:20px;}
.rcplan-wordds h2{ text-align:center; font-size:18px; color:#666; font-weight:bold; line-height:50px;}
.rcplan-wordds p{ color:#666; font-size:14px; line-height:25px; text-indent:2em;}

/*人才招聘*/
.hirmenu{ width:718px; height:auto; border:1px solid #e0e0e0; background:#f9f9f9; padding:20px 0; font-family:"Microsoft Yahei"; font-size:14px; color:#666666;}
.hirmenu p{ float:left; width:118px; height:auto; line-height:40px; background:#ebf4ff; text-align:center;}
.hirmenu ul{ float:left; width:600px; height:auto; line-height:40px; background:#ebf4ff;}
.hirmenu ul li{ float:left; cursor:pointer; padding-right:40px;}
.hirmenu ul li.on{ color:#005ca2;}

.hircontent{ width:100%;}
.hircontent table{ width:100%; color:#666;font-family:"Microsoft Yahei";border:0;}
.hircontent table th{ border:0;font-weight:normal; font-size:16px; text-align:center; line-height:45px; border-bottom:1px solid #e0e0e0;}
.hircontent table td{ border:0;font-size:14px; text-align:center; line-height:45px; border-bottom:1px solid #e0e0e0;}
.hircontent table td.ti30{text-indent:30px;text-align:left;}
.hircontent table td a{ position:relative; color:#666;}
.hircontent table td a b{ position:absolute; right:-36px; top:-5px; background:url("../images/hot.png") no-repeat; width:32px; height:16px; text-indent:-99999px;}
/*招聘详情*/
.job-details{ font-family:"Microsoft Yahei"; color:#666;}
.job-details h3{ font-size:16px; margin-bottom:20px;}
.job-details ul{ margin-bottom:20px;}
.job-details ul li{ font-size:14px; line-height:25px;}
.resumebox{ border:1px solid #e0e0e0; background:#f9f9f9; padding:20px;font-family:"Microsoft Yahei"; color:#666; padding-bottom:60px;}
.resumebox h4{ font-size:14px; margin-bottom:30px;}
.resumebox p{ margin-bottom:20px;}
.resumebox label{ float:left; width:120px; height:28px; line-height: 28px; text-align:right; font-size:14px; padding-right:10px;}
.resumebox label strong{ color:#d80011; position:relative; top:3px; right:3px;}
.resumebox span{ float:left; width:235px; height:28px;}
.resumebox span .inputone{ float:left; width:223px; height:16px; padding:5px; border:1px solid #e0e0e0; background:#fff;}
.resumebox .clear-sex{ width:16px; height:16px; position:relative; top:3px; right:10px;}
.resumebox .clearsex{ font-size:14px; color:#818181; padding-left:10px;}
.clearsex label{ float:none; width:auto; text-align:center; margin-right:20px;}
.resumebox div{ position:relative;}
.resumebox div ul{ position:absolute; top:27px; left:130px; border:1px solid #dedede; z-index:999;}
.resumebox div ul li{ width:233px; height:28px; line-height:28px; text-align:center; font-size:14px; color:#666666; background:#e0e0e0; cursor:pointer;}
.resumebox div ul li a{ width:100%; display:block; color:#666666;}
.resumebox div ul li a:hover{ background:#ccc;}
.resumebox div .selecteds{ width:27px; height:26px; display:block; position:absolute; top:1px; left:337px; background:url("../images/selected01.gif") no-repeat;z-index:99;}
.resumebox .sele-text{float:left; margin-left:30px; position:relative;}
.scinput{ position:absolute; left:0; top:0; width:74px; height:28px; z-index:2; opacity:0; cursor:pointer;filter:alpha(opacity=0);}
.tjinput{ position:absolute; left:0; top:0;width:74px; height:28px; background:url("../images/selected04.png") no-repeat; color:#fff; text-align:center; line-height:28px; z-index:1; font-family:"Microsoft Yahei"; font-size:14px;}

.resumebox .clear-zysx{ padding-left:130px; font-size:12px; color:#a8a8a8; margin-top:-15px;}
.resumebox .clear-fot{ width:280px; margin:auto;position:static;}
.clear-fot .clear-tj{ background:url("../images/selected03.png") no-repeat; width:120px; height:33px; cursor:pointer; font-size:14px; color:#fff; margin-right:36px;}
.clear-fot .clear-cz{ background:url("../images/selected02.png") no-repeat; width:120px; height:33px; cursor:pointer; font-size:14px; color:#666666;}



/* 法律声明 */
.x-con{width: 1060px;margin:158px auto 0;}
.x-con-tit{height:44px;width: 100%;background: url("../images/bg-02.png") no-repeat;}
.x-con-tit h3{font-size: 20px;line-height: 44px;color:#5a5e65;margin-left: 25px;}
.x-con-tit p{font-size:12px; color:#666666; padding-right:25px;}
.x-con-tit p span{background:url("../images/home.png") no-repeat; line-height:50px; padding-left:30px;}
.x-con-tit p a{color:#5a5e65;}
.x-con-tit p a.active{color:#2063b4;}
.x-con-bottom{height:35px;width: 100%;background: url("../images/bg-03.png") no-repeat;margin-bottom: 150px;}
.x-con-c{border-right: 1px solid #f8f8f8;background: #fff;padding-bottom: 50px;}

.x-con-c .law-con{width: 776px;margin:0 auto;padding:47px 0 80px;}
.x-con-c .law-list{background:#f7f7f7;padding-bottom:20px;margin-bottom: 20px;}
.x-con-c .law-list span{position:relative; display:inline-block; height:40px; line-height:40px; padding:0 20px; background:#005ca2; color:#fff; font-family:"Microsoft Yahei"; font-size:14px; margin-bottom:20px;}
.x-con-c .law-list span b{ position:absolute; top:0; right:-38px; background:url("../images/stitlebg.png") no-repeat; width:38px; height:40px;}
.x-con-c .law-list p{padding:0 15px;font-size: 14px;line-height: 22px;color:#8c8c8c;margin-bottom: 22px;}



.x-con-c .search-list{padding:0 25px;}
.x-con-c .search-list li{padding:20px 0;border-bottom: 1px solid #dedede;}
.x-con-c .search-list li span{font-size: 12px;line-height: 22px;color:#949494;display: block;}
.x-con-c .search-list li a{font-size: 16px;line-height: 32px;color:#666666;font-weight: bold;}
.x-con-c .search-list li p{font-size: 14px;line-height: 22px;color:#666666;width: 848px;}


/* 网站地图 */
.x-con-c .map-con{padding:95px 25px 0;}
.x-con-c .map-con div{width: 100%;height:auto;background: url("../images/bg-04.png") repeat-x;}
.x-con-c .map-con div dl{float: left;width: 270px;padding-left: 20px;margin-bottom: 50px;}
.x-con-c .map-con div dl.last{width: 100px;}
.x-con-c .map-con div dl dt{height:36px;margin-bottom: 12px;}
.x-con-c .map-con div dl dt a{font-size: 14px;line-height: 36px;color:#666666;font-weight: bold;}
.x-con-c .map-con div dl dd a{font-size: 14px;line-height: 38px;color:#666;}
.x-con-c .map-con div dl dd li a{font-size: 12px;line-height: 28px;color:#909090;}



/* 产品净值 */
.product-net th,.product-net-con table th{background: #2a6ab8;height:38px;text-align: center;color: #fff;font-size: 16px;line-height: 38px;font-weight: normal;border:1px solid #2a6ab8;}
.product-net td,.product-net-con table td{border:1px solid #e2e2e2;background: #fff;font-size:14px;line-height: 44px;color:#666666;height:44px;text-align: center;}
.product-net td a,.product-net-con table td a{display:block;color:#666;}
.product-net .hover td{background: #4397d8;color:#fff;border-color:#4397d8; }
.product-net .hover td a{color:#fff;}

/* 产品净值详情 */


.product-net-con span{position:relative; display:inline-block; height:40px; line-height:40px; padding:0 20px; background:#005ca2; color:#fff; font-family:"Microsoft Yahei"; font-size:14px; margin-bottom:20px;}
.product-net-con span b{ position:absolute; top:0; right:-38px; background:url("../images/stitlebg.png") no-repeat; width:38px; height:40px;}
.product-net-search{height:28px;}
.product-net-search label{float: left;margin-right: 30px;}
.product-net-search label p{float: left;font-size:14px;line-height: 28px;color:#666;margin-right: 10px;}
.product-net-search label input{float: left;height:26px;width: 205px;border:1px solid #e0e0e0;font-size: 14px;line-height: 26px;color:#666;text-indent: 15px;}
.product-net-search .sjf{width: 72px;height:28px;background: url("../images/bg-05.png") no-repeat;float: right;font-size: 14px;line-height: 28px;color:#fff;text-align: center;}
.product-net-linear{border:1px solid #eaeaea;height: 470px;margin-top: 30px;}
.product-net-con table{margin-top: 70px;margin-bottom: 50px;}


/* 新品推荐 */
.product-new-select{border:1px solid #dedede;background: #f9f9f9;height:auto;overflow:hidden;}
.product-new-select dt,.product-new-select dd{font-size: 16px;line-height: 36px;color:#666666;font-weight: bold;padding-left: 20px;position: relative;overflow: hidden;}
.product-new-select dt{height:auto;}
.product-new-select dd{height:36px;}
.product-new-select dd.height-auto{height:auto;}
.product-new-select dd.even{background: #ebf4ff;}
.product-new-select dd p{float: left;font-size:14px;width: 95px;}
.product-new-select dd label{float: left;width: 150px;cursor: pointer;}
.product-new-select dd label input{float: left;height:15px;width: 15px;margin-top: 10px;}
.product-new-select dd label span{float: left;font-size: 14px;font-weight: normal;margin-left: 5px;}
.product-new-select dd.name-search{height: 68px;line-height: 68px;}
.product-new-select dd.name-search .product-new-search{float:left;height:26px;width: 224px;background: #fff;border:1px solid #c1c1c1; margin-top: 20px;}
.product-new-select dd.name-search .product-new-search input{float: left;height:26px;width: 196px;font-size: 12px;line-height: 26px;text-indent: 15px;color:#a8a8a8;}
.product-new-select dd.name-search .product-new-search a{float: right;width: 27px;height:26px;background: url("../images/search01.png") no-repeat;}
.product-new-select dd.name-search .product-new-search a:hover{background: url("../images/search02.png") no-repeat;}
.product-new-select dd.name-search .hot-search{float: right;font-size: 12px;display:none;}
.product-new-select dd.name-search .hot-search span{float: left;color:#cc040b;margin-right:16px;font-weight: normal;}
.product-new-select dd.name-search .hot-search a{float: left;margin-right:16px;color:#696969;font-weight: normal;}
.product-new-select dd .btn{height:36px;width: 36px;background: url("../images/icon-09.png") center center no-repeat;position: absolute;top:0 ;right:10px;margin-top: 0;}
.product-new-select dd .btn-bg{background: url("../images/icon-08.png") center center no-repeat;}
.product-new-select dd .ml95{margin-left: 95px;}

.ajax-con {overflow: hidden;}
.product-new-list{width:750px;margin-top: 20px;}
.product-new-list li{height:253px;width: 215px;padding:8px;border:1px solid #dedede;float: left;margin-right: 10px;margin-bottom:10px;}
.product-new-list li.last{margin-right: 0;}
.product-new-list li img{height:142px;width: 215px;}
.product-new-list li .product-new-name{display:block;font-size:14px;line-height: 22px;color:#393939;font-weight: bold;text-align: center;margin-top: 18px; }
.product-new-list li p{font-size: 14px;line-height: 22px;color:#666666;margin-top: 10px;text-align: center;}






.infor-title h4{ font-family:"Microsoft Yahei"; font-size:18px; color:#666666; background:url("../images/infor01.png") 80px no-repeat;}
.infor-banner{ position:relative; overflow:hidden; height:385px;}
.infor-banner .prev{ position:absolute; left:0; top:126px; background:url("../images/infor-prev.png") no-repeat; width:25px; height:47px; display:block;}
.infor-banner .next{ position:absolute; right:0; top:126px; background:url("../images/infor-next.png") no-repeat; width:25px; height:47px; display:block;}
.infor-banner .bd{ overflow:hidden; height:300px !important;}
.infor-banner .hd{ overflow:hidden; margin-top:6px;}
.infor-banner .hd li{ background:#ebebeb; float:left; padding:6px; cursor:pointer; width:224px;}
.infor-banner .hd li span{ color:#666666; font-size:14px;}
.infor-banner .hd li p{ color:#666666; font-size:12px;}
.infor-banner .hd .infor-bn01{ margin-left:6px; margin-right:6px;}
.infor-banner .hd .on{ background:#e2e2e2;}
.infor-title{ margin-bottom:15px;}
.infor-wz-tit{ overflow:hidden; padding-top:24px; padding-bottom:18px;}
.infor-wz-tit h4{font-size:16px; color:#666666; font-weight:bold; float:left;}
.infor-wz-tit span{font-size:14px; color:#949494; float:right; padding-left:20px; background:url("../images/infor04.png") 2px 5px no-repeat;}
.infor-nr{ margin-top:10px;}
.infor-nr-wz p{font-size:14px; color:#666666;}
.infor-nr-wz a{ display:block; color:#2969b7; font-size:14px; margin-top:4px;}
.infor-fy a{ width:24px; height:24px; display:inline-block; border:1px solid #d6d6d6; border-radius:2px; text-align:center; line-height:24px; color:#6b6b6b;}
.infor-fy .infor-active{ background:#2466b5; color:#fff;}
.infor-fy a:hover{ background:#2466b5; color:#fff;}
.infor-fy{ width:357px; margin:auto; padding-top:60px; padding-bottom:50px;}
.infor-xq-tit01{ text-align:center; overflow:hidden;}
.infor-xq-tit01 h3{ font-size:18px; color:#666666; padding-bottom:14px;}
.infor-xq-tit01 span{display:block; margin:0 auto;background:url("../images/infor04.png") 0 5px no-repeat; padding-left:20px; font-size:14px; color:#949494;width:150px;}
.infor-xq-tit01 p{ float:left; font-size:14px; color:#949494;}
.infor-xq-tw{ margin-top:20px;}
.infor-xq-nr strong{line-height:26px;}
.infor-xq-tw p{ display:block; text-indent:2em; font-size:14px; color:#666666;}
.infor-xq-tw img{ display:block; margin-top:16px;}
.infor-fot{ margin-top:40px;}
.infor-fot a{ display:block; color:#666666; font-size:14px; line-height:26px;}
.infor-fot a:hover{color:#2063b4;}
.view-tw dl{ overflow:hidden;}
.view-tw dl dt{ float:left; width:62%; margin-right:20px;}
.view-tw dl dt img{width:100%;height:240px;}
.view-tw dl dd{ float:left; width:35%;}
.view-tw dl dd h4{ font-size:16px; color:#666666; padding-bottom:16px; font-weight:bold;}
.view-tw dl dd span{ font-size:12px; color:#949494; display:block;}
.view-tw dl dd p a{ font-size:14px; color:#2768b6; font-weight:bold; display:block; padding-top:4px; padding-bottom:4px;}
.view-tw dl dd p{font-size:14px; color:#666666;}
.view-tw dl dd .view-more{ background:url("../images/view02.png") no-repeat center; width:103px; height:27px; display:block; text-align:center; line-height:27px; font-size:12px; color:#949494; margin-top:16px;}
.view-tw dl dd .view-more:hover{ color:#fff; background:url("../images/view04.png") no-repeat;}
.view-tw{ border:1px solid #dedede; padding:10px;}
.view-wz{ margin-top:20px; border-bottom:1px solid #dedede; padding-bottom:20px;}
.view-wz span{ font-size:12px; color:#949494; display:block;}
.view-wz h5 a{ font-size:16px; color:#666666; padding-top:2px; padding-bottom:8px; display:block;font-weight: bold;}
.view-wz h5 a:hover{ color:#2768b6;}
.view-wz p{ font-size:14px; color:#666666;}
.medias-nr h4{ font-size:18px; color:#666666;}
.medias-lar{ overflow:hidden; padding-top:8px; padding-bottom:12px;}
.medias-lar span{ float:left;font-size:14px; color:#666666;}
.medias-lar a{ float:right; font-size:14px; color:#2f6db9;}
.medias-nr img{ display:block;width:100%;height:auto;}
.medias-nr{ border:1px solid #dedede; padding:12px;}
.medias-aticle{ margin-top:30px;}
.medias-aticle dl{ overflow:hidden;}
.medias-aticle dl dt{ float:left; border:1px solid #e1e1e1; padding:10px; width:30%; margin-right:30px;}
.medias-aticle dl dd{ float:left; width:62%;}
.medias-aticle dl dd h4{ font-size:16px; color:#666666; padding-bottom:10px;}
.medias-aticle dl dd p{ font-size:14px; color:#666666;}
.medias-aticle dl dd span{ font-size:12px; color:#949494; display:block; padding-bottom:10px; padding-left:20px; background:url("../images/infor04.png") 0px 4px no-repeat;}
.medias-aticle dl dd a{ font-size:12px; color:#949494; display:block; width:103px; height:27px; background:url("../images/view02.png") no-repeat center; text-align:center; line-height:27px;}
.medias-aticle dl dd a:hover{ color:#fff; background:url("../images/view04.png") no-repeat center;}
.about-intro-nr{ margin-top:60px;}
.about-intro-nr p{ color:#222222; font-size:14px; text-indent:2em; line-height:24px; margin-bottom:30px;}
.about-org{ margin:auto; margin-top:40px; width:647px;}
.culture-nr01{ font-size:14px; color:#666666; margin-top:20px;width:100%;overflow:hidden;}
.culture-nr01 .cultrue-fontgig{ font-size:24px;}
.culture-nr01 .cultrue-en{ font-size:12px; font-family:Arial;}
.culture-nr02{ height:309px; overflow:hidden;}
.culture-nr02 .cultrue-fontgig{ margin-top:100px;}
.culture-nr03{ height:365px; margin-top:70px;}.engage-tab-tit{font-size: 16px;line-height: 22px;color:#666;margin-bottom: 50px;}
.engage-tab ul{ position:relative; background:url("../images/engage01.png") no-repeat center; height:693px;}
.engage-tab ul li{ position:absolute; width:278px; height:57px; font-size:14px; color:#222222; text-align:center;display: none;}
.engage-tab ul .engage-tab01 span{ display:block; padding-right:22px; line-height:26px;}
.engage-tab ul .engage-tab02 span{ display:block; padding-left:22px; line-height:26px;}
.engage-tab ul .engage-tab01 span.middle,.engage-tab ul .engage-tab02 span.middle{margin-top: 15px;}
.engage-tab ul .engage-tab-title{ top:0; left:31%; font-size:18px; line-height:40px;}
.engage-tab ul .engage-tab01{ background:url("../images/engage02.png") no-repeat center; left:10%;}
.engage-tab ul .engage-tab02{ background:url("../images/engage03.png") no-repeat center; left:51.5%;}
.engage-tab ul li.tab01-01{ top:80px;}
.engage-tab ul li.tab01-02{ top:173px;}
.engage-tab ul li.tab01-03{ top:266px;}
.engage-tab ul li.tab01-04{ top:359px;}
.engage-tab ul li.tab01-05{ top:452px;}
.engage-tab ul li.tab01-06{ top:545px;}
.engage-tab ul li.tab01-07{ top:638px;}

.engage-tab ul li.tab02-01{ top:125px;}
.engage-tab ul li.tab02-02{ top:218px;}
.engage-tab ul li.tab02-03{ top:311px;}
.engage-tab ul li.tab02-04{ top:404px;}
.engage-tab ul li.tab02-05{ top:497px;}
.engage-tab ul li.tab02-06{ top:590px;}
.engage-tab ul li.tab02-07{ top:683px;}
/*20141203*/
.wealth-pic{ margin-top:20px;}
.wealth-fg{ height:4px; background:url("../images/wealth05.jpg") no-repeat center;; padding-top:20px; padding-bottom:20px;}
.wealth-tw dl{ overflow:hidden;}
/*.wealth-tw dl dt{ float:left; width:118px; margin-right:60px; padding-top:20px; padding-left:60px;}
.wealth-tw dl dt img{ vertical-align:middle;}*/
.wealth-tw dl dt{ float:left; width:100%;padding-top:20px;}
.wealth-tw dl dd{ float:left; width:480px;}
.wealth-tw dl dd p{ text-indent:2em; font-size:14px; color:#666666; line-height:26px;}
.wealth-tw dl dt img{float:left;margin:0 60px; }
.wealth-tw dl dt p{display:inline; text-indent:2em; font-size:14px; color:#666666; line-height:26px;}
.wealth-fot dl dt{ padding-bottom:20px;}
.wealth-fot p,.wealth-fot dl dt p{font-size:14px; color:#666666; line-height:26px;}
.culture02-l{ float:left;}
.culture02-r{ float:right;}
.pro-xqs{ padding-top:10px; padding-bottom:10px; padding-left:20px;}
.pro-xqs a{ display:block; color:#666666; line-height:30px !important;}
.pro-xqs a:hover{ color:#2969b7 !important; background:none !important;}
.pro-xqs .active{ color:#2969b7 !important; background:none !important;}
.club01{ margin-top:30px;}
.club01 dl{ overflow:hidden;}
.club01 dl dt{ float:left; width:368px;}
.club01 dl dd{ float:left; width:350px;}
.club01-up{ padding:16px 26px 14px 26px; background:#827265;}
.club01-up h4{ font-size:18px; font-weight:bold; color:#fff;}
.club01-up span{ font-size:14px; color:#fff; display:block; padding-top:8px; padding-bottom:4px;}
.club01-up p{ font-size:14px; color:#fff;}
.club01-dn{ padding:4px 26px 6px 26px; background:#78695c;}
.club01-dn a{ font-size:14px; color:#fff; width:298px; display:block;}
.club01-dn span{ width:98px; height:22px; text-align:center;}
.club01-dn span img{ display:inline-block; margin-left:0px;}
.club02 .club01-up{ background:#55595e !important;}
.club02 .club01-dn{ background:#4b4f54 !important;}
.wealth-xqy span{ color:#2b6bb8; font-size:14px;}
.wealth-xqy h4{ color:#666666; font-size:18px; padding-top:4px; padding-bottom:20px; border-bottom:2px solid #efefef; margin-bottom:20px;}
.wealth-xqy img{ display:block; margin-bottom:30px;}
.wealth-xqy p{ color:#666666; font-size:14px; text-indent:2em; margin-bottom:24px; line-height:26px;}
.lookbacks dl dd .view-more{background:url("view02.png") no-repeat center; width:103px; height:27px; display:block; text-align:center; line-height:27px; font-size:12px; color:#949494; margin-top:16px;}
.lookbacks dl dd h4 a{ color:#666666;}
.lookbacks dl dd h4 a:hover{ color:#2c6cb8;}
.lookbacks{ overflow:hidden; width: 770px;}
.lookbacks dl{ width:220px; border:2px solid #fff; float:left; margin-top:20px; margin-right: 20px; background:#f8f8f8;}
.lookbacks dl dt{ border-bottom:2px solid #dadada;}
.lookbacks dl dt a img {width:100%;}
.lookbacks dl dd{ padding:2px 10px 20px 10px;}
.lookbacks dl dd h4{ color:#666666; font-size:18px; padding-top:10px; height:44px;overflow:hidden;}
.lookbacks dl dd span{ color:#666666; font-size:14px; display:block; padding-bottom:10px;}
.lookbacks dl dd p{ color:#666666; font-size:14px;}
.lookbacks dl dd a{ margin-top:36px !important;}
/*.lookbacks .lookback-dls{ margin-left:19px; margin-right:19px;}*/

.lookbacks .seledl,.lookbacks dl:hover{ border:2px solid #2667b6;}
.lookbacks .seledl dd a.view-more,.lookbacks dl:hover dd a.view-more {color:#fff; background:url("../images/view04.png") no-repeat;}
.contact-con dl{ width:303px; margin:auto;}
.contact-con dl dt{ padding-bottom:12px;}
.contact-con dl dd p{ color:#666666; font-size:18px; line-height:30px;}
.contact-tw ul{ overflow:hidden; height:100px; padding-right:30px;}
.contact-tw ul li{ float:left;}
.contact-tw ul li a{ display:inline-table; padding-left:20px; background:url("../images/contact08.png") no-repeat; color:#2a6ab7;}
.contact-tw ul .contact-fir{ margin-right:104px;}
.contact-tw{ padding-top:30px; padding-bottom:16px; border-bottom:1px solid #2667b6;}
.contact-tw ul li p{ font-size:14px; color:#666666;}
.contact-tw ul .contact-sec{ padding-top:30px;}
.contact-tw ul .contact-las{ float:right;padding-top:52px;}
/*20141204*/
.wrappers{ padding-left:20px; padding-right:14px;}
.info-search{ position:relative; float:left; padding-right:30px;}
.info-search label{ font-size:14px; color:#666666; padding-right:20px; float: left;}
.info-search input{ width:188px; font-size: 12px; float: left; line-height: 26px; text-indent: 10px;height:26px;color:#a8a8a8;}
.info-search button{ width:27px; height:26px; border:0; padding:0; cursor:pointer; position:absolute; right:4px; top:0px;}
.info-hotsearch{ float:right;}
.info-hotsearch span{ color:#cc040b;}
.info-hotsearch a{ color:#696969; display:inline-block; margin-left:10px;}
.info-hotsearch a:hover{ color:#2969b7;}
.infoshow-wz h5{ cursor:pointer; font-size:16px; color:#3f3f3f; display:block; background:url("info02.png") no-repeat right; padding-bottom:12px; border-bottom:1px solid #dcdcdc;}
.infoshow-wz{ padding-top:20px;}
.info-title{ border:1px solid #dedede; padding:20px 15px;}
.infoshow-nr{ margin-top:40px;}
.toggless{ padding-top:12px; padding-bottom:12px; border-bottom:1px solid #dcdcdc;}
.toggless p{ overflow:hidden; line-height:30px;}
.toggless p a{ font-size:14px; color:#666666; float:left;}
.toggless p a:hover{ color:#2768b6;}
.toggless p span{ font-size:14px; color:#666666; float:right; background:none; border:none; cursor:text;}
.info-spansele{ background:url("../images/info01.png") no-repeat right !important;}
.circular-nr ul li{ overflow:hidden; padding-bottom:20px; border-bottom:1px solid #dedede; margin-bottom:18px;}
.circular-nr ul li span{font-size:14px; color:#949494; padding-left:20px; background:url("../images/infor04.png") 2px 4px no-repeat;}
.circular-nr ul li h5{ font-size:16px; color:#666666; padding-top:8px; padding-bottom:8px;height: auto;overflow: hidden;}
.circular-nr ul li p{ font-size:14px; color:#666666;}
.circular-nr ul li a{ font-size:12px; color:#949494; display:block; background:url("../images/view02.png") no-repeat center; width:103px; height:27px; text-align:center; line-height:27px; float:right;}
.circular-nr ul li h5 a{font-size:16px; color:#666666;background:none; float:left; width:100%; text-align:left; font-weight:bold;height: auto;}
.circular-nr ul li h5 a:hover{font-size:16px; color:#666666;background:none; float:left; width:100%; text-align:left;height: auto; color:#2869b7;}
.circular-nr ul li a:hover{ background:url("../images/view04.png") no-repeat center; color: #fff;}
.circular-ny-title{ padding-bottom:34px;}
.circular-ny-title p{ font-size:18px; color:#666666; text-align:center;}
.circular-ny-nr{height:auto;overflow:hidden;}
.circular-ny-nr span{ font-size:14px; font-weight:bold; color:#666666;}
.circular-ny-nr p{ font-size:14px; color:#8c8c8c; text-indent:2em; margin-top:20px;}
.circular-ny-nr .circular-ny-yj{ float:right; text-align:center;}
.circular-ny-nr .circular-ny-yj span{ display:block; color:#8c8c8c;}
.pro-righ-content a.down-load{ background:url("../images/load01.png") no-repeat; width:126px; height:34px; display:block; font-size:16px; color:#fff; text-align:center; line-height:34px; margin:auto; margin-top:20px;}

.searchnow{ float: left; height: 26px; border: 1px solid #c1c1c1;}
.search-btn{ float: left; background:url("../images/search01.png") no-repeat;  width:27px; height: 26px;}
.search-btn:hover{background:url("../images/search02.png") no-repeat;}

/*表单验证==========以下部分是Validform必须的===========*/
.Validform_checktip{
    margin-left:8px;
    line-height:20px;
    height:20px;
    overflow:hidden;
    color:#999;
    font-size:12px;
}
.Validform_right{
    color:#71b83d;
    padding-left:20px;
    background:url("../images/right.png") no-repeat left center;
}
.Validform_wrong{
    color:red;
    padding-left:20px;
    white-space:nowrap;
    background:url("../images/error.png") no-repeat left center;
}
.Validform_loading{
    padding-left:20px;
    background:url("../images/onLoad.gif") no-repeat left center;
}
.Validform_error{
    background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999'); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#999;
background: -moz-linear-gradient(top, #999, #666 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666)); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#ccc;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #bbb; border-top:none; text-align:left;}


/*百度地图*/
.allmap{ width:800px; height:600px;   background:#fff; position:relative; left:50%; margin-left:-400px; top:50%; margin-top:-300px;}

/*banner*/
.banner{ width:100%; position:relative;}
.banner li{ position:relative;}
.banner li img.picbanner{ display:block; width:1920px; height:689px; position:relative; left:50%; margin-left:-960px;}
.banner li.cell-1 .pic{ position:absolute; right:25%; top:38%;}
.banner li.cell-2 .pic{ position:absolute; left:25%; top:38%;}
.banner li.cell-3 .pic{ position:absolute; right:25%; top:38%;}

.flex-viewport {position: relative;z-index:10;}
.flex-direction-nav{ position:absolute; right:13%; top:25%;z-index:50;}
.flex-direction-nav .flex-prev{ display:block; background:url("../images/prev.png") no-repeat; width:46px; height:46px; text-indent:-999999px; margin-bottom:10px;}
.flex-direction-nav .flex-next{ display:block; background:url("../images/next.png") no-repeat; width:46px; height:46px; text-indent:-999999px;}

.flex-control-nav{ position:absolute; left:22%; bottom:30%;z-index:50;}
.flex-control-nav li{ float:left; }
.flex-control-nav li a{text-indent:-9999px; float:left; background:url("../images/xu-li.png") no-repeat; width:12px; height:12px; margin-right:15px; cursor:pointer;}
.flex-control-nav li a.flex-active,.flex-control-nav li.on a{ background:url("../images/xu-lis.png") no-repeat;}
/*产品净值*/
.search-zi  { margin-top: 25px;}
.search-zi  li{font-size: 14px; float: left; margin-right: 16px; cursor: pointer;}
.search-zi  .last{ margin-right: 0px;}
.search-zi  li a{ color: #999999; font-weight: bold;}
.search-zi  li a:hover{color: #2969b7;}
.search-dl dl{ margin-top: 25px; border-bottom: 1px solid #e0e0e0;}
.search-dl dl dt{font-size: 20px; color: #5a5e65; margin-bottom: 10px;}
.search-dl dl dd{ margin-bottom: 20px;}
.search-dl dl dd a{ font-size: 14px; color: #666666;  display: inline-block; *display: inline; *zoom:1; height: 30px; line-height: 30px; padding-right: 40px;}
.search-dl dl dd a:hover{ color: #2969b7;}

/*20150508  wangyao*/
.searchbox{ position: relative; float: right; width: 25px; height: 25px; overflow: hidden; margin-left: 20px;}
.searchbox .btninput{ position: absolute; right: 0; top: 0; width: 25px; height: 25px; background: url("../images/pbtn.png") no-repeat center center; cursor: pointer; z-index: 10;}
.searchbox .boxinput{ position:absolute; right: 0; top: 0;
    width: 140px;
    height: 26px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index: 9;
    background-color:none;
    color:#81848b; font-size: 12px;
    text-indent: 8px; font-family: "微软雅黑";
    background-color: rgba(255,255,255,.5);
    display: none;
}
.searchbox.on  .boxinput{ display: block;}

/*20150705  wangyao*/
.downloadlist{ padding-bottom: 120px;}
.downloadlist li{ border-bottom: 1px dotted #cacaca; padding-top: 40px; padding-bottom: 50px;}
.downloadlist div{ background: none !important; float: left; width: 500px !important; padding-top:10px; margin-left: 15px;}
.downloadlist div h3{ font-size: 20px; font-family: "微软雅黑"; color: #171717; padding-bottom: 10px;}
.downloadlist div h3 a{ font-weight: bold;color: #171717;}
.downloadlist div p{ line-height: 30px; color: #575757; font-size: 16px;}
.downloadlist .download{ float: right; width: 85px; height: 29px; line-height: 29px; text-align: center;color: #fff; font-size: 14px; background: url("../images/downbg.jpg") no-repeat; margin-top: 20px;}
.downdetails{ background: none !important;}
.downdetails div{ background: none !important;}

.downdetails{ padding-bottom: 120px;}
.downdetails .box1 img{ float: left;}
.downdetails .box1 div{ float: left; width: 500px; margin-left: 20px; padding-top: 20px;}
.downdetails .box1 div h3{font-size: 20px; font-family: "微软雅黑"; color: #171717; padding-bottom: 10px;}
.downdetails .box1 div h3 a{font-weight: bold;color: #171717;}
.downdetails .box1 div p{ line-height: 30px; color: #575757; font-size: 16px;}
.downdetails .box1 div a.download{width: 85px; height: 29px; line-height: 29px; text-align: center;color: #fff; font-size: 14px; background: url("../images/downbg.jpg") no-repeat; margin-top: 80px; display: block;}

.downdetails .box2 h4{font-size: 20px; font-family: "微软雅黑"; color: #171717; padding: 30px 0;}
.downdetails .box2 p{line-height: 30px; color: #575757; font-size: 16px;}
.downdetails .box2 p a{ color: #00a0e9;}

/*20150710*/
.downloadlist li img{ width: 109px; height: 98px;}
.downdetails .box1 img{ width: 424px; height: 282px;}

/*2019*/
.login-main {background:url(../images/mainbg.jpg) no-repeat center;background-size:cover;position:relative;}
.login-main .bgs {
    background: url("../images/product-bgs.png") no-repeat center bottom;
    position: absolute;
    left:0;
    bottom:-25px;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.login-main .inner {width:320px;padding:30px 40px;background:#FFFFFF;box-shadow:0 4px 24px -5px rgba(0,0,0,0.10);border-radius:15px;position:absolute;left:50%;top:50%;margin-left:30px;margin-top:-150px;z-index: 20;}
.login-main .inner h3 {font-size:18px;line-height:24px;}
.login-main .inner .input-box {height:38px;border:1px solid #E9E9E9;margin-top:15px;position:relative;}
.login-main .inner .input-box .text {display:block;height:38px;line-height:38px;width:280px;font-size:16px;padding-left:36px;}
.login-main .inner .input-box em {width:38px;height:38px;position:absolute;background:url(../images/icon-drop.png) no-repeat center;right:0;top:0;cursor: pointer;}
.login-main .inner .input-box .icon {position:absolute;left:0;top:0;width:36px;height:38px;}
.login-main .inner .input-box .icon-n1 {background:url(../images/icon-user01.png) no-repeat center;}
.login-main .inner .input-box .icon-n2 {background:url(../images/icon-user02.png) no-repeat center;}
.login-main .inner .input-box .icon-n3 {background:url(../images/icon-user03.png) no-repeat center;}
.login-main .inner .input-box .icon-n4 {background:url(../images/icon-user04.png) no-repeat center;}
.login-main .inner .input-box .icon-n5 {background:url(../images/icon-user05.png) no-repeat center;}
.login-main .inner .input-box .code {position:absolute;right:0;top:0;}
.login-main .inner .input-box .code img {height:38px;}
.login-main .inner .input-box .send {padding:0 10px;height:38px;line-height:38px;font-size:14px;color:#2969B7;border-left:1px solid #E9E9E9;position:absolute;right:0;top:0;}
.login-main .inner .btn-box {margin-top:20px;}
.login-main .inner .btn-box a {display:block;background:#2969B7;box-shadow:0 2px 8px 0 rgba(38,143,225,0.43);height:40px;line-height:40px;font-size:16px;color:#ffffff;text-align:center;}
.login-main .inner .links {margin-top:10px;height:20px;line-height:20px;}
.login-main .inner .links a {font-size:14px;color:#2969B7;}
.login-main .inner .links .fl {float:left;}
.login-main .inner .links .fr {float:right;}
.login-main .inner .input-box .text::placeholder {
    color: #666;
}
.user-assets .value-box {height:100px}
.user-assets .value-box dt {float:left;}
.user-assets .value-box dt p {font-size:16px;color:#666666;line-height:32px;}
.user-assets .value-box dt strong {display:block;height:68px;line-height:68px;font-size:40px;color:#000000;}
.user-assets .value-box dd {float:left;margin-left:50px;height:30px;line-height:30px;margin-top:60px;font-size:14px;color:#666666;}
.user-assets .value-box dd span {font-size:18px;color:#333333;font-weight:700;margin-left:5px;}
.user-assets .value-box dd span.ared {color:#DC3F5D;}
.user-assets .info-box {margin-top:45px;background:#FAFAFA;padding:20px 35px;}
.user-assets .info-box table {border:0;}
.user-assets .info-box th,.user-assets .info-box td {border:0;line-height:36px;font-size:14px;font-weight:normal;color:#000000;}
.user-assets .info-box th {color:#666666;}
.hold-main .filter-box table {border:0;}
.hold-main .filter-box table th,.hold-main .filter-box table td {padding:10px 0;border:0;vertical-align:middle;}
.hold-main .filter-box table th {font-size:14px;color:#999999;font-weight:normal;text-align:right;padding:10px;}
.hold-main .filter-box table td .input-date {width:80px;padding-right:25px;height:26px;border:1px solid #C1C1C1;float:left;position:relative;}
.hold-main .filter-box table td .input-date .text {height:26px;line-height:26px;width:80px;text-align:center;}
.hold-main .filter-box table td .input-date i {width:25px;height:25px;position:absolute;right:0;top:0;background:url(../images/icon-date.png) no-repeat center;}
.hold-main .filter-box table td .and {padding:0 10px;height:26px;line-height:26px;float:left;}
.hold-main .filter-box table td .name-text {height:26px;line-height:26px;width:560px;padding:0 10px;border:1px solid #C1C1C1;}
.hold-main .filter-box table td .filter-btn {background:#2969B7;display:block;height:28px;line-height:28px;width:54px;color:#ffffff;text-align:center;}
.hold-main .hold-list {margin-top:25px;}
.hold-main .hold-list table {border:0;}
.hold-main .hold-list table th,.hold-main .hold-list table td {border:0;padding:10px 0;text-align:center;vertical-align:middle;border-bottom:1px solid #E0E0E0;}
.hold-main .hold-list table th {background:#F4f4f4;color:#000000;font-size:14px;line-height:18px;font-weight:normal;}
.hold-main .hold-list table td {color:#000000;font-size:14px;line-height:20px;}
.hold-main .hold-list table th.name,.hold-main .hold-list table td.name {width:180px;text-align:left;padding-left:20px;}
.hold-main .hold-list table td a {
    display:inline-block;_display:inline;*display:inline;zoom:1;width:70px;height:26px;line-height:26px;border:1px solid #2969B7;margin:0 5px;color:#2969B7;
    border-radius: 6px;
}
.hold-main .hold-list table td a:hover {
    background: #2969B7;
    color:#ffffff;
}
.hold-info {position:relative;}
.hold-info h3 {font-size:20px;color:#000000;line-height:28px;padding-right:100px;}
.hold-info .back {position:absolute;right:0;top:0;font-size:14px;color:#2969B7;}
.hold-info .info-box {margin-top:30px;}
.hold-info .info-box table {border:0;}
.hold-info .info-box table th,.hold-info .info-box table td {border:0;padding:10px;border-bottom:1px solid #E0E0E0;}
.hold-info .info-box table th {font-size:14px;color:#999999;text-align:right;font-weight:normal;}
.hold-info .info-box table td {font-size:14px;color:#000000;}

.login-main .inner .input-radio {
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    position: relative;
}
.login-main .inner .input-radio em {
    margin-right: 15px;
    font-size: 16px;
    color: #333333;
    float: left;
    font-weight: normal;
    font-style: normal;
}
.login-main .inner .input-radio span {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #333333;
}
.login-main .inner .input-radio .radio {
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
    margin-top:3px;
}
.login-main .inner .input-box ul {
    position: absolute;
    left:-1px;
    top:38px;
    background: #ffffff;
    width: 100%;
    border:1px solid #E9E9E9;
    border-bottom:0;
    z-index: 500;
}
.login-main .inner .input-box ul li {
    border-bottom:1px solid #E9E9E9;
}

.login-main .inner .input-box ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding:0 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;

}

.reg-main {padding-top:215px;padding-bottom:80px;background:#F4F4F4 url(../images/login-bg.jpg) no-repeat center;background-size:cover;
position: relative;z-index:10;}
.reg-main .cover {
    position: absolute;
    bottom:0;
    left:50%;
    width: 450px;
    height: 270px;
    background: url(../images/cover.png) no-repeat center top;
    z-index: 50;
    margin-left: 450px;
}
.reg-content {background:#FFFFFF;width:1140px;margin:0 auto;padding:15px 30px;box-shadow: 0 4px 24px -5px rgba(0,0,0,0.10);
    border-radius: 15px;
position: relative;z-index: 10;}
.reg-content .title-box {border-bottom:1px solid #E9E9E9;height:40px;line-height:40px;position:relative;}
.reg-content .title-box h3 {font-size:18px;color:#333333;}
.reg-content .title-box span {height:40px;line-height:40px;font-size:14px;color:#333333;position:absolute;right:0;top:0;}
.reg-content .title-box span a {color:#2969B7;}

.reg-content .form-box {padding:80px 320px;
position: relative;}

.reg-content .step-box {
    position: absolute;
    left: 90px;
    height: 270px;
    top: 50%;
    margin-top:-135px;
}
.reg-content .step-box ul li {
    padding: 25px 0;
    position: relative;
}
.reg-content .step-box ul li strong {
    display: block;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
color: #999999;
font-weight: normal;
    position: relative;
    z-index: 50;
}

.reg-content .step-box ul li span {
    position: absolute;
    left: 16px;
    width: 1px;
    height: 100%;
    background: #B7B7B7;
    top:0;
    z-index: 10;
}

.reg-content .step-box ul li.on strong {
    color: #2969B7;
}

.reg-content .step-box ul li.pass strong {
    color: #87B6F0;
}

.reg-content .step-box ul li.on .n1 {
    background: url(../images/stop01.png) no-repeat left center;
}

.reg-content .step-box ul li.pass .n1 {
    background: url(../images/stop02.png) no-repeat left center;
}

.reg-content .step-box ul li .n2 {
    background: url(../images/stop04.png) no-repeat left center;
}

.reg-content .step-box ul li.on .n2 {
    background: url(../images/stop03.png) no-repeat left center;
}

.reg-content .step-box ul li.pass .n2 {
    background: url(../images/stop05.png) no-repeat left center;
}

.reg-content .step-box ul li .n3 {
    background: url(../images/stop07.png) no-repeat left center;
}

.reg-content .step-box ul li.on .n3 {
    background: url(../images/stop06.png) no-repeat left center;
}

.reg-content .inner-box {border-left: 1px solid #E9E9E9;}
.reg-content .inner-box table {border:0;}
.reg-content .inner-box table th,.reg-content .inner-box table td {padding:10px;border:0;vertical-align:middle;}
.reg-content .inner-box table th {font-size:14px;color:#333333;text-align:right;font-weight:normal;}
.reg-content .inner-box table th em {color: #EE0000;margin-right:5px;}
.reg-content .inner-box table td .input-box {width:320px;height:38px;line-height:38px;border:1px solid #E9E9E9;position:relative;}
.reg-content .inner-box table td .input-box .text {font-size:16px;padding:0 10px;width:300px;height:38px;line-height:38px;}
.reg-content .inner-box table td .input-box .send {padding:0 10px;height:38px;line-height:38px;font-size:14px;color:#2969B7;border-left:1px solid #E9E9E9;position:absolute;right:0;top:0;}
.reg-content .inner-box table td .input-box .code {position:absolute;right:0;top:0;}
.reg-content .inner-box table td .input-box .code img {height:38px;}
.reg-content .inner-box table td .input-box em {width:38px;height:38px;position:absolute;background:url(../images/icon-drop.png) no-repeat center;right:0;top:0;}
.reg-content .inner-box table td .input-box .text::placeholder {
    color: #666;
}
.reg-content .inner-box table td .input-box .error {
    position: absolute;
    left: 100%;
    top:0;
    width: 200%;
    height:38px;
    line-height: 38px;
    margin-left:15px;
    font-size: 12px;
color: #EE0000;
padding-left: 28px;
background: url(../images/icon-error.png) no-repeat left center;
}
.reg-content .inner-box table td .rule-check {
    display: block;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding-left: 24px;
}
.reg-content .inner-box table td .rule-check a {
    color: #2969B7;
}
.reg-content .inner-box table td .rule-check em {
    width: 16px;
    height: 16px;
    background: url(../images/icon-check.png) no-repeat left center;
    position: absolute;
    left:0;
    top:4px;
    cursor: pointer;
}
.reg-content .inner-box table td .rule-check em.on {
    background: url(../images/icon-check01.png) no-repeat left center;
}
.reg-content .inner-box table td .reg-btn {display:block;background:#2969B7;box-shadow:0 2px 8px 0 rgba(38,143,225,0.43);height:40px;line-height:40px;font-size:16px;color:#ffffff;text-align:center;}

.reg-content .inner-box .input-box ul {
    position: absolute;
    left:-1px;
    top:38px;
    background: #ffffff;
    width: 100%;
    border:1px solid #E9E9E9;
    border-bottom:0;
    z-index: 500;
}
.reg-content .inner-box .input-box ul li {
    border-bottom:1px solid #E9E9E9;
}

.reg-content .inner-box .input-box ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding:0 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;

}

.reg-content .text-box {
    border-left: 1px solid #E9E9E9;
    padding: 10px 0 10px 80px;
}

.reg-content .text-box dl dt,
.reg-content .text-box dl dd {
    font-size: 16px;
color: #333333;
line-height: 28px;
}
.reg-content .text-box dl dd a {
    color: #2969B7;
}
.reg-content .text-box .file-upload {
    padding-left: 100px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 40px;
    width: 580px;
}

.reg-content .text-box .file-upload span {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 0;
    top:0;
}
.reg-content .text-box .file-upload .text {
    position: absolute;
    left:-5000px;
    top:-5000px;
}
.reg-content .text-box .file-upload strong {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
color: #333333;
font-weight: normal;
margin-bottom: 10px;
}

.reg-content .text-box .file-upload p {
    height: 44px;
    line-height: 44px;
}

.reg-content .text-box .file-upload p strong {
    display: inline-block;
    margin-right: 10px;
}

.reg-content .text-box .file-upload p a {
    color: #2969B7;
    font-size: 14px;
}

.reg-content .text-box .file-upload .upload-btn {
    height:44px;
}
.reg-content .text-box .file-upload .upload-btn a {
    float: left;
    border: 1px solid #2969B7;
    width: 110px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #2969B7;
    text-align: center;
    margin-right: 10px;
}

.reg-content .text-box .file-upload .upload-btn #uploadbtn {
    display: none;
}

.reg-content .text-box .file-upload .upload-btn a em {
    display: inline-block;
    _display:inline;
    *display:inline;
    zoom:1;
    font-style: normal;
    font-size: 16px;
    color: #2969B7;
    padding-left: 24px;
    background: url(../images/icon-file.png) no-repeat left center;

}
.reg-content .text-box .submit-btn {
    height: 40px;
}

.reg-content .text-box .submit-btn a {
    float: left;
    width: 160px;
    margin-right: 40px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #B7B7B7;
border-radius: 10px;
color:#B7B7B7;
font-size: 16px;
text-align: center;

}

.reg-content .text-box .submit-btn .next {
    background: #2969B7;
    border: 1px solid #2969B7;
    color: #ffffff;
box-shadow: 0 2px 8px 0 rgba(38,143,225,0.43);
}
.reg-content .succes-box {
    padding: 70px 0;
    border-left: 1px solid #E9E9E9;
}
.reg-content .succes-box i {
    display: block;
    width: 80px;
    height: 80px;
    margin:0 auto;
    background: url(../images/icon-succes.png) no-repeat center;
}

.reg-content .succes-box h5 {
    font-size: 24px;
color: #000000;
text-align: center;
font-weight: normal;
margin-top: 20px;
}

.reg-content .succes-box .succes-btn {
    margin-top: 50px;
}

.reg-content .succes-box .succes-btn a {
    display: block;
    background: #2969B7;
box-shadow: 0 2px 8px 0 rgba(38,143,225,0.43);
border-radius: 10px;
width: 160px;
height:40px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
margin:0 auto;
}

.reg-content .user-box  {
    padding: 40px 0;
}
.reg-content .user-box .user-tip {
    float: left;
    line-height: 28px;
}

.reg-content .user-box .user-tip h5 {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}

.reg-content .user-box .user-tip p {
    margin-left: 20px;
}

.reg-content .user-box .user-tip dl {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.reg-content .user-box .user-tip dl dt {
    font-size: 14px;
    color: #333333;
}

.reg-content .user-box .user-tip dl dd span {
    display: inline-block;
    _display: inline;
    *display:inline;
    zoom:1;
    padding-right: 20px;
    font-size: 16px;
    font-weight:700;
    color: #C7020A;
}

.reg-content .user-box .user-tip dl dd a.card {
    font-weight:700;
    font-size: 16px;
    color: #333333;
    transition: all 0.2s;
}

.reg-content .user-box .user-tip dl dd a.card-active {
    color: #C7020A;
    font-size: 18px;
}

.reg-content .user-box .user-tip dl dd strong {
    font-weight:700;
    font-size: 16px;
    color: #333333;
}

.reg-content .user-box .user-tip dl dd strong a {
    color: #2969B7;
}

.reg-content .user-box .user-tip dl dd strong a:hover {
    text-decoration: underline;
}

.reg-content .user-box .user-tip dl dd strong a.card {
    text-decoration: none;
}

.reg-content .user-box .user-card {
    float: right;
    margin-top: 40px;
    margin-right: 80px;
    width: 250px;
}

.reg-content .user-box .user-card img {
    display: block;
    width: 100%;
    vertical-align: top;
}

.reg-content .user-box .user-type {
    margin-top: 60px;
    overflow: hidden;
}

.reg-content .user-box .user-type ul {
    height: auto;
    overflow: hidden;
}

.reg-content .user-box .user-type ul li {
    width: 240px;
    padding: 20px 0 45px 120px;
    margin:0 10px;
    background: #F8F8F8;
    border-radius: 15px;
    float: left;
}

.reg-content .user-box .user-type ul li.n1 {
    background:#F8F8F8 url(../images/user-type01.png) no-repeat 30px 15px;
}

.reg-content .user-box .user-type ul li.n2 {
    background:#F8F8F8 url(../images/user-type02.png) no-repeat 30px 15px;
}

.reg-content .user-box .user-type ul li.n3 {
    background:#F8F8F8 url(../images/user-type03.png) no-repeat 30px 15px;
}

.reg-content .user-box .user-type ul li p {
    font-size: 16px;
color: #666666;
height: 20px;
line-height: 20px;
}

.reg-content .user-box .user-type ul li strong {
    display: block;
    font-size: 20px;
color: #333333;
font-weight: 700;
height: 36px;
line-height: 36px;
margin-top: 5px;
}

.reg-content .user-box .user-type ul li a {
    display: block;
    background: #2969B7;
box-shadow: 0 2px 8px 0 rgba(38,143,225,0.43);
border-radius: 10px;
width: 160px;
height:40px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #FFFFFF;
margin-top: 10px;
}


/*分页*/

.page_box {
    height: 28px;
    font-size: 0;
    text-align: center;
    padding: 30px 0 20px;
    background: none!important;
    float: none;
}
.page_box.right {
    text-align: center;
}
.page_box span {
    line-height: 28px;
    margin: 0 4px;
}
.page_box a , .page_box span {
    display: inline-block;
    *display: inline;
    _zoom: 1;
    color: #666;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}

.page_box a {
    padding:0 8px; height:25px; line-height:25px; text-align:center; font-family:"Microsoft Yahei"; font-size:14px; background:#f8f8f8; border:1px solid #d8d8d8; color:#6b6b6b; -moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px; margin:0 5px;
}
.page_box .prev {
    background-image: url(../images/icon_lt.png);
    background-position: center;
    background-repeat: no-repeat;
}
.page_box .prev:hover {
    background: #2466b5 url(../images/icon_lt02.png) no-repeat center;
}
.page_box .next {
    background-image: url(../images/icon_rt.png);
    background-position: center;
    background-repeat: no-repeat;
}
.page_box .next:hover {
    background: #2466b5 url(../images/icon_rt02.png) no-repeat center;
}
.page_box a:hover , .page_box a.active {
    color:#fff; background:#2466b5; border:1px solid #0d4082; text-shadow:1px 2px 1px #0a1b30;
}
.page_box input {
    width: 46px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    padding: 6px 0;
    text-align: center;
    margin: 0 4px 0 2px;
    border: 1px solid #ccc;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    behavior: url(css/PIE.htc);
    position: relative;
}
.page_box span.select {
    width: 56px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    padding: 0 20px 0 6px;
    margin: 0 12px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
    background: url(../images/horn_down2.png) no-repeat 64px center;
    behavior: url(css/PIE.htc);
    position: relative;

}

.page_box .all {
    display: none;
}

.scene_text {
    font-size: 16px;
    color: #333;
    padding: 10px 0;
}
.scene_text h5 {
    line-height: 25px 0;
    padding: 20px 0 10px;
}
.scene_text p {
    line-height: 32px;
    text-indent: 2em;
    padding: 7px 0;
}
.scene_pic_ul {
    overflow: hidden;
    padding: 10px 0;
}
.scene_pic_ul li {
    width: 256px;
    float: left;
    margin-right: 20px;
}
.scene_pic_ul li img {
    display: block;
    width: 100%;
}
.meseum_text {
    padding: 10px 0;
}
.meseum_text p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.pages .fylist,
.pages .jup,
.pages a.pre,
.pages a.next {
    display: none;
}

.pro-document {
    position: relative;
    padding-top: 30px;
}

.pro-document .back {
    position: absolute;
    right:0;
    top:0;
    font-size:14px;
    color:#2969B7;
}

.pro-document .tab-box {
    height: 36px;
    border-bottom: 1px solid #E0E0E0;
}

.pro-document .tab-box ul li {
    float: left;
}

.pro-document .tab-box ul li a {
    display: block;
    font-size: 16px;
color: #666666;
height: 36px;
line-height: 36px;
padding:0 15px;
}

.pro-document .tab-box ul li a span {
    display: block;
    height: 36px;
    position: relative;
}

.pro-document .tab-box ul li a:hover {
    color: #2969B7;
}

.pro-document .tab-box ul li.act a {
    color: #2969B7;
}
.pro-document .tab-box ul li.act a span i {
    width: 100%;
    height: 2px;
    background:#2969B7;
    position: absolute;
    left:0;
    bottom:-1px;
}

.pro-document .list-box {
    margin-top: 20px;
}

.pro-document .list-box ul li {
    padding: 20px 25px;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

.pro-document .list-box ul li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #000000;
    position: relative;
    padding-right: 120px;
}

.pro-document .list-box ul li a:hover {
    color:#2969B7;
}

.pro-document .list-box ul li span {
    height: 44px;
    line-height: 44px;
    position: absolute;
    right:25px;
    top:50%;
    margin-top:-22px;
    font-size: 14px;
    color: #000000;
}

.pop-rule {
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,.5);
    z-index: 2000;
}

.pop-rule .rule-inner {
    width: 740px;
    height: 540px;
    padding: 30px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-300px;
    background: #ffffff;
    border-radius: 8px;
}

.pop-rule .rule-inner .rule-content {
    font-size: 16px;
    line-height: 28px;
    height: 470px;
    overflow: auto;
}

.pop-rule .rule-inner .rule-btn {
    margin-top: 30px;
    height: 40px;
}

.pop-rule .rule-inner .rule-btn a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    background: #2969B7;
    margin:0 auto;
}

#footerContent {
    position: relative;
    z-index: 10000;
}

.model {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	z-index: 20000;
}
.model_popup {
	width: 452px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 24px -5px rgba(0,0,0,0.10);
    border-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
	position: absolute;
	top: 50%; 
	left: 50%;
	margin-left: -226px;
	margin-top: -140px;
	overflow: hidden;
}
.model_popup .popup-ts {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    font-size: 16px;
    color: #333333;
}
.model_toast {
	width: 452px;
	background: rgba(0,0,0,.5);
	border-radius: 8px;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -226px;
}
.model_toast .popup-toast {
	padding: 38px 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.model_popup .popup-text {
    padding: 25px 40px 35px;
    text-align: center;
    font-size: 16px;
    color: #333333;
	/* border-bottom: 1px solid #f2f2f2; */
    border-top: 1px solid #F2F2F2;
}
.popup-btn {
	overflow: hidden;
}
.popup-btn .sure{
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #2969B7;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(38,143,225,0.43);
    border: 1px solid transparent;
	/* float: right; */
	margin-right: 40px;
}
.popup-btn .alert_sure {
	margin: 0;
}
.popup-btn .cancel {
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
	background-color: #fff;
	border: 1px solid #3475f5;
	color: #3475f5;
	/* float: right;
	margin-right: 40px; */
}

#pop-pdf .rule-inner {
    width: 900px!important;
    margin-left:-480px!important;
}