@charset "utf-8";

/* CSS Document */

pre,
ul,
li,
ol,
dd,
dt,
dl,
p,
label,
div,
table,
th,
td,
tr,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
frame,
iframe,
form,
select,
img {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-weight: normal;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-size: 14px;
    color: #4C4C4C;
    font-family: "Microsoft YaHei";
    background: #f7f7f7
}
a {
    color: #394a5a;
    text-decoration: none;
    outline: none;
}

pre {
    font-family: "微软雅黑";
}

img {
    border: 0 none;
    vertical-align: top;
}

input {
    outline: none;
    font-family: "Microsoft YaHei";
}

pre {
    line-height: 24px;
}

.yh {
    font-family: "Microsoft YaHei";
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important
}

.left {
    text-align: left !important
}

.f12px {
    font-size: 12px;
}

h4 {
    font-size: 14px;
}

h3 {
    font-size: 16px;
}

::-moz-placeholder {
    color: #CCCCCC;
}

::-webkit-input-placeholder {
    color: #CCCCCC;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.bold {
    font-weight: bold
}

.clearflaot {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.pd0 {
    padding: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.ptb35 {
    padding-bottom: 35px;
    padding-top: 35px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.border_none {
    border: none !important;
}

.hidden {
    display: none;
}

textarea {
    resize: none;
}


/*  public style end */


/***公用类****/

.bgf {
    background: #FFFFFF;
}

.zzc {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    width: 100%;
    height: 100%;
}

.more_btn {
    width: 93px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #737373;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    border: 1px #d3dae5 solid;
    transition: all 0.3s ease-in-out;
}

.more_btn:hover {
    background: #F1A527;
    color: #FFFFFF;
    border: 1px #F1A527 solid;
}

.btn {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    text-align: center;
    border-radius: 5px;
    background: #3598DB;
    color: #FFFFFF;
    height: 42px;
    line-height: 42px;
    border: 1px #3598DB solid;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    border: 1px #F1A527 solid;
    background: #F1A527;
}

.btn2 {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    background: #f1a527;
    color: #FFFFFF;
    height: 42px;
    line-height: 42px;
    border: 1px #F1A527 solid;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.btn2:hover {
    background: #f3b041;
}

.btn3 {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #3598DB;
    border: 1px #3598DB solid;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.btn3:hover,
.btn3.on {
    background: #3598DB;
    color: #FFFFFF;
}

.btn4 {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    border: 1px #F1A527 solid;
    color: #F1A527;
    height: 42px;
    line-height: 44px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.btn4:hover {
    background: #F1A527;
    color: #FFFFFF;
}


/****/


/****头部****/

.header {
    background: #FFFFFF;
    position: relative;
}

.header_top {
    padding: 6px 0;
    background: #fafafa;
    border-bottom: 1px #f2f2f2 solid;
}

.header_top .cont_left {
    width: 350px;
}

.header_top .share a {
    margin: 0px;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/share_icon.png) no-repeat;
}

.header_top .share a:hover {
    background: url(../images/share_icons.png) no-repeat;
}

.header_top .share a.bds_tsina {
    background-position: -70px 0;
}

.header_top .share a.bds_weixin {
    background-position: -35px 0;
}

.header_top .share a.bds_qzone {
    background-position: 0px 0;
}

.header_top .search {
    position: relative;
    float: right;
}

.header_top .search input {
    height: 26px;
    line-height: 26px;
    border: 1px #e6e6e6 solid;
    padding-left: 28px;
    font-size: 12px;
    color: #333;
}

.header_top .search em {
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 9;
}

.header_top .search a {
    display: inline-block;
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background: #3598db;
}

.header_top .a_link {
    color: #d9d9d9;
}

.header_top .a_link a {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    line-height: 26px;
    color: #4c4c4c;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.header_top .a_link a:hover,
.header_top .a_link a.on {
    color: #3598db;
}

.header_inner .nav {
    margin-top: 30px;
}

.header_inner a {
    color: #333333;
    font-size: 18px;
    margin-left: 45px;
    transition: all 0.3s ease-in-out;
}

.header_inner a:hover,
.header_inner a.on {
    color: #3598db;
}


/****头部  end*****/


/*****banner *****/

.banner_box {
    height: 398px;
    min-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 5;
}

.banner_box> ul.banner {
    width: 100%;
    height: 398px;
    position: relative;
    z-index: 1;
}

.banner_box> ul.banner li {
    position: absolute;
    width: 100%;
    height: 398px;
    left: 0;
    top: 0;
    /*display: none;*/
}

.banner_box> ul.banner li a {
    height: 398px;
    display: block;
}


/*.banner_box > ul.banner li a img{
    width: 100%;}*/

.slide_dot {
    height: 5px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: -85px;
}

.slide_dot span {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #FFFFFF;
    line-height: 14px;
    font-size: 0;
    overflow: hidden;
    margin: 8px 6px;
    cursor: pointer;
}

.slide_dot span.active {
    background: #3598DB;
}


/*********end*******/

.home_box1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: -55px;
    z-index: 99;
    position: relative;
    padding-bottom: 40px;
    background: url(../images/shadow1.jpg) center bottom no-repeat;
}

.home_box1 ul {
    padding: 18px 0;
    background: #FFFFFF;
}

.home_box1 ul li {
    float: left;
    padding-left: 125px;
    position: relative;
    height: 75px;
    width: 175px;
    cursor: pointer;
}

.home_box1 ul li span {
    position: absolute;
    left: 35px;
    top:0;
    width: 75px;
    height: 75px;
    display: inline-block;
    text-align: center;
    background: #eaedf2;
    border-radius: 100%;
}

.home_box1 ul li span img {
    margin-top: 20px;
}

.home_box1 ul li p {
    color: #666666;
    font-size: 16px;
    /*  line-height: 38px; */
    transition: all 0.3s ease-in-out;
}

.home_box1 ul li:hover p {
    color: #3598DB;
}

.home_box1 ul li a {
    display:inline-block;
    _display:inline;
    *display:inline;
    zoom:1;
    transition: all 0.3s ease-in-out;
    color: #999;
    font-size: 13px;
    padding-right: 20px;
    background: url(../images/more_icon2.png) 60px 40px no-repeat;
    padding-top:10px;
}

.home_box1 ul li:hover a {
    color: #f1a527;
    background: url(../images/more_icon2s.png) 60px 40px no-repeat;
}

.home_box2 {
    background: #f6f9fe;
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: -100px;
}

.home_box2_main {
    width: 1200px;
    margin: 0 auto;
}

.home_box2_main h4 {
    font-size: 24px;
    line-height: 36px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
}

.home_box2_main li {
    float: left;
    width: 245px;
    text-align: center;
    padding: 30px 20px 20px;
    background: #FFFFFF;
    margin-right: 20px;
    transition: all 0.5s;
}

.home_box2_main li h5 {
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}

.home_box2_main li .p1 {
    color: #999999;
    font-size: 14px;
}

.home_box2_main li h6 {
    font-size: 30px;
    color: #F1A527;
    padding: 10px 0;
    line-height: 30px;
    font-weight: normal;
}

.home_box2_main li .p2 {
    color: #737373;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px #F2F2F2 solid;
}

.home_box2_main li .p3 {
    color: #999999;
    font-size: 14px;
    margin: 15px 0;
}

.home_box2_main li .p3 span {
    color: #333;
}

.home_box2_main li a.btn {
    transition: all 0.3s;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #3598db;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(ie-css3.htc);           

}

.home_box2_main li:hover {
    box-shadow: 0 0 25px 2px rgba(53, 152, 219, 0.3)
}

.home_box2_main li:hover a.btn {
    background: #f1a527;
    border: 1px #F1A527 solid;
}

.home_box2_main .more_btn {
    margin-top: 30px;
}

.home_box3 {
    background: #4b90d1;
}

.home_box3_main {
    width: 980px;
    margin: 0 auto;
    background: url(../images/home_bg1.png) center center no-repeat;
    padding: 46px 0 46px 220px;
    position: relative;
}

.home_box3_main .h5_box {
    position: absolute;
    left: 0px;
    top: 50px;
}

.home_box3_main .h5_box h5 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 44px;
    border-bottom: 1px #FFFFFF solid;
    font-weight: normal;
}

.home_box3_main li {
    float: left;
    width: 130px;
    padding: 15px 32px;
    text-align: center;
    background: #FFFFFF;
    margin-right: 1px;
    border-radius: 5px;
}

.home_box3_main li .p1 {
    color: #4C4C4C;
    font-size: 18px;
    margin-bottom: 5px;
}

.home_box3_main li .p1 span {
    color: #999999;
}

.home_box3_main li h6 {
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    color: #27b732;
}

.home_box3_main li p.right {
    color: #27B732;
    font-size: 16px;
}

.home_box3_main li.red h6,
.home_box3_main li.red p.right {
    color: #FF0000;
}

.home_box3_main li:hover {
    background: rgba(255, 255, 255, 0.8);
}

.home_box4 {
    background: #f6f9fe;
}

.home_box4_main {
    margin: 0 auto;
    width: 1200px;
    padding: 25px 0;
}

.home_box4_main li {
    transition: all 0.5s;
    height: 128px;
    overflow: hidden;
    float: left;
    padding: 30px 20px 20px 30px;
    width: 350px;
}

.home_box4_main li h5 {
    margin: 15px 0;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
}

.home_box4_main li p {
    color: #999999;
    font-size: 16px;
    position: relative;
}

.home_box4_main li p img.more_icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.home_box4_main li:hover {
    background: #FFFFFF;
    box-shadow: 0 0 25px 2px rgba(53, 152, 219, 0.3)
}

.home_box4_main li:hover h5,
.home_box4_main li:hover p {
    color: #3598DB;
}

.home_box4_main li:hover img.more_icon {
    display: block;
}

.home_box5 {
    background: #FFFFFF;
}

.home_box5_main {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.home_box5_main .top_tit {
    margin-bottom: 35px;
    text-align: center;
    position: relative;
}

.home_box5_main .top_tit a {
    display: inline-block;
    color: #282828;
    font-size: 24px;
    line-height: 40px;
    margin-right: 40px;
}

.home_box5_main .top_tit a.navCurr,
.home_box5_main .top_tit a.on {
    color: #3598db;
}

.top_tit .line {
    position: absolute;
    display: inline-block;
    width: 98px;
    height: 2px;
    background: #3598DB;
    top: 45px;
    display: none;
}

.home_box5_main ul.yj_ul {
    display: none;
}

.home_box5_main li {
    margin-right: 27px;
    float: left;
    /* height: 440px; */
    width: 380px;
    border: 1px #F2F2F2 solid;
}

.home_box5_main li .main {
    padding: 20px;
}

.home_box5_main li .main h5 {
    font-size: 16px;
    font-weight: normal;
    color: #282828;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 5px;
}

.home_box5_main li .main .p1 p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
}

.home_box5_main li .main p.right {
    margin-top: 20px;
    font-size: 14px;
    color: #737373;
}

.home_box5_main li .main p.right span {
    margin-top: 8px;
}

.home_box5_main li:hover {
    background: #f7f7f7;
}

.home_box5_main li:hover h5 {
    color: #3598DB;
}

.home_box5_main li:hover a.more_btn {
    background: #F1A527;
    border: 1px #F1A527 solid;
    color: #FFFFFF;
}

.footer {
    padding: 60px 0 30px;
    background: #1a1a1a;
}

.footer_main {
    width: 1048px;
    margin: 0 auto;
    padding-left: 152px;
    position: relative;
}

.footer_main .wx {
    position: absolute;
    left: 0;
    top: 0px;
}

.footer_main .wx img {
    padding: 10px;
    background: #FFFFFF;
}

.footer_main .wx p {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 18px;
    border-radius: 20px;
    background: #333333;
}

.footer_main .contact {
    margin-left: 50px;
    width: 345px;
    border-right: 1px #333 solid;
}

.footer_main .contact h6 {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 30px;
    font-weight: normal;
    background: url(../images/footer_icon1.png) left center no-repeat;
}

.footer_main .contact h5 {
    font-size: 36px;
    color: #FFFFFF;
    margin: 15px 0;
    line-height: 36px;
}

.footer_main .contact p {
    color: #acacac;
    font-size: 14px;
}

.footer_main dl {
    padding-left: 56px;
    width: 160px;
    color: #FFFFFF;
}

.footer_main dl dt {
    font-size: 18px;
    margin-bottom: 30px;
}

.footer_main dl a {
    transition: all 0.3s ease-in-out;
    display: inline-block;
    color: #b2b2b2;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_main dl a:hover {
    color: #FFFFFF;
}

.footer2 {
    background: #000000;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #b2b2b2;
}


/***证券研究****/

.page_banner1 {
    width: 100%;
    height: 398px;
    position: relative;
}

.yj_banner {
    background: url(../images/yj_banner.jpg) center center no-repeat;
}

.page_main1 {
    width: 1198px;
    border: 1px #e7ebef solid;
    margin: 45px auto;
    background: #FFFFFF;
}

.side_nav {
    width: 265px;
    float: left;
}

.page_main1_right {
    width: 872px;
    float: right;
    padding: 0 30px;
    border-left: 1px #E7EBEF solid;
    min-height: 650px;
}

.side_nav .top {
    background: url(../images/tit_bg.png) left top no-repeat;
    height: 64px;
    padding-top: 20px;
    width: 245px;
    margin-left: 10px;
    margin-top: -16px;
    padding-left: 30px;
    margin-bottom: 18px;
}

.side_nav .top h4 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
}

.side_nav .top p {
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.side_nav ul li a {
    transition: all 0.2s ease-in-out;
    border-top: 1px #E7EBEF solid;
    border-bottom: 1px #E7EBEF solid;
    margin-top: -1px;
    padding-left: 40px;
    height: 56px;
    line-height: 56px;
    color: #3598DB;
    font-size: 16px;
    position: relative;
    display: block;
}

.side_nav ul li a em {
    position: absolute;
    height: 56px;
    width: 17px;
    line-height: 56px;
    display: inline-block;
    right: 20px;
    background: url(../images/sj_icon2.png) right center no-repeat;
}

.side_nav ul li.on a {
    color: #F1A527;
}

.side_nav ul li.on em {
    background: url(../images/sj_icon1.png) right center no-repeat;
}

.side_nav ul li.shadow a {
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    box-shadow: 0 0 10px 1px rgba(53, 152, 219, 0.2);
}

.side_nav ul li:hover a {
    border-top: 1px #FFF solid;
    border-bottom: 1px #FFF solid;
    box-shadow: 0 0 10px 1px rgba(53, 152, 219, 0.2)
}

.side_nav ul .side_nav_two {
    /* display: none; */
    background: #f6f9fe;
    padding: 15px 0;
}

.side_nav ul .side_nav_two a {
    border: none;
    height: auto;
    padding-left: 65px;
    line-height: 34px;
    font-size: 16px;
}

.side_nav ul li.sj_icon3 em {
    background: url(../images/sj_icon3.png) right center no-repeat;
}

.side_nav ul li.sj_icon4 em {
    background: url(../images/sj_icon4.png) right center no-repeat;
}

.side_nav ul li.shadow .side_nav_two a,
.side_nav ul li:hover .side_nav_two a {
    box-shadow: none;
    border: none;
}

.side_nav ul li.on .side_nav_two a {
    color: #3598db;
}

.side_nav ul li.on .side_nav_two a.on,
.side_nav ul li .side_nav_two a:hover {
    color: #F1A527;
}

.side_nav ul li.on2 .side_nav_two {
    display: block;
}

.curmb {
    border-bottom: 1px #E7EBEF solid;
    padding-top: 24px;
    text-align: right;
    color: #d9d9d9;
    height: 40px;
}

.curmb span {
    display: inline-block;
    border-bottom: 1px #3598DB solid;
    padding-bottom: 15px;
    color: #333;
    font-size: 18px;
    float: left;
    line-height: 25px;
}

.curmb em.em_user {
    padding: 2px 10px;
    background: #f7f7f7;
    border-radius: 20px;
    float: left;
    margin-left: 15px;
    font-style: normal;
    color: #4C4C4C;
}

.curmb em.em_user a {
    color: #3598DB;
}

.curmb em.em_user a:hover {
    color: #F1A527;
}

.curmb a {
    padding: 0 5px;
    color: #999999;
    font-size: 12px;
}

.curmb a.on,
.curmb a:hover {
    color: #3598DB;
}

.curmb a.home_icon {
    padding-left: 20px;
    background: url(../images/home_icon.png) left center no-repeat;
}

.wz_box1 {
    padding: 15px 0;
}

.wz_box1 p {
    text-align: justify;
    color: #737373;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
    text-indent: 30px;
}

.list_1 {
    padding: 15px 0;
}

.list_1 li a:link {
    display: block;
    padding: 10px 90px 10px 30px;
    position: relative;
    border-bottom: 1px #E7EBEF dashed;
    font-size: 14px;
    line-height: 26px;
    color: #4C4C4C;
    background: url(../images/list_icon1.png) 6px center no-repeat;
}

.list_1 li a:link span {
    color: #B2B2B2;
    position: absolute;
    right: 10px;
    top: 10px;
}

.list_1 li a:visited {
    color: #999;
    border-bottom: 1px #E7EBEF dashed;
}

.list_1 li a:visited span {
    color: #999;
}

.list_1 li a:hover {
    color: #f2ac39;
    background: url(../images/list_icon1s.png) 6px center no-repeat;
}

.list_1 li a:hover span {
    color: #4C4C4C;
}

.list_1 li a:active {
    color: #999999;
}

.page_fy {
    margin: 30px auto;
}

.page_fy p {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.page_fy span {
    color: #3598DB;
}

.page_fy p a {
    color: #4c4c4c;
    margin: 0 2px;
}

.page_fy p a:hover {
    color: #F1A527;
}

.page_fy p input {
    color: #4c4c4c;
    margin: 0 10px;
    width: 35px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px #E7EBEF solid;
}

.page_fy p a.btn {
    margin-left: 20px;
    display: inline-block;
    width: 46px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #3598db;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 0px;
}

.page_fy p a.btn:hover {
    background: #F1A527;
}

.history {
    padding: 30px 20px 30px 55px;
    position: relative;
}

.history .history_icon {
    position: absolute;
    top: 30px;
    left: 120px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/history_icon1.jpg) center center no-repeat;
    z-index: 9;
}

.history ul {
    padding-left: 80px;
}

.history ul li {
    padding-left: 25px;
    border-left: 1px #e7ebef solid;
    position: relative;
    padding-bottom: 20px;
    min-height: 60px;
}

.history ul li span {
    position: absolute;
    left: -80px;
    top: 0px;
    width: 74px;
    padding-right: 10px;
    background: url(../images/history_icon2.jpg) right center no-repeat;
}

.history ul li p {
    color: #4C4C4C;
    font-size: 16px;
    text-align: justify;
}

.report_box .top {
    padding: 20px;
    margin: 20px 0 0;
    background: #fafafa;
}

.report_box .top h4 {
    color: #3598DB;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.report_box .top p {
    color: #999999;
    font-size: 14px;
}

.report_box .top p span {
    margin-right: 20px;
}

.report_wz {
    margin: 20px 0;
    padding: 0 20px;
}

.report_wz p {
    color: #4C4C4C;
    font-size: 14px;
    line-height: 28px;
}

.report_tip {
    padding: 30px 20px 30px 20px;
    border-top: 1px #e6e6e6 solid;
}

.report_tip h4 {
    font-size: 16px;
    color: #F1A527;
    margin-bottom: 30px;
}

.report_tip .cont span {
    display: inline-block;
    width: 245px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 110px;
}

.report_tip .cont span a {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #3598DB;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 0.2s ease-in-out;
}

.report_tip .cont span a:hover {
    background: #F1A527;
}

.report_tip .cont span a.btn {
    background: none;
    color: #3598DB;
    border: 1px #3598DB solid;
}

.report_tip .cont span a.btn:hover {
    background: #3598DB;
    color: #FFFFFF;
}

.login_tk {
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -215px;
    top: 50%;
    margin-top: -190px;
    background: url(../images/tmbg1.png) repeat;
    border-radius: 3px;
    padding: 8px;
}

.login_tk .main {
    padding: 20px 20px 1px;
    width: 385px;
    background: #FFFFFF;
}

.login_tk .main h4 {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px #E6E6E6 solid;
    color: #4c4c4c;
    position: relative;
    margin-bottom: 25px;
}

.login_tk .main h4 a.close {
    position: absolute;
    right: 0;
    top: 10px;
}

.login_tk .text_box {
    margin-bottom: 30px;
    padding-right: 95px;
    position: relative;
}

.login_tk .text_box .text_input {
    padding-left: 32px;
    border: 1px #E6E6E6 solid;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
}

.login_tk .text_box .text_input.input1 {
    background: url(../images/login_icon.png) 8px 0 no-repeat;
}

.login_tk .text_box .text_input.input2 {
    background: url(../images/login_icon.png) 8px -70px no-repeat;
}

.login_tk .text_box .text_input.input3 {
    background: url(../images/login_icon.png) 8px -140px no-repeat;
}

.login_tk .text_box .text_input input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: none;
    background: none;
}

.login_tk .text_box.yzm .text_input {
    width: 130px;
}

.login_tk .text_box.yzm img {
    position: absolute;
    left: 175px;
    top: 0px;
}

.login_tk .text_box a {
    color: #b1b1b1;
    position: absolute;
    right: 0;
    top: 8px;
    padding-left: 20px;
    width: 75px;
}

.login_tk .text_box a:hover {
    color: #F1A527;
}

.login_tk .text_box .tip {
    position: absolute;
    left: 0;
    top: 40px;
    color: #ff8989;
    line-height: 30px;
}

.login_tk .text_box a.btn {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    color: #FFFFFF;
    padding: 0;
}


/*********诚聘英才******/

.job_banner {
    background: url(../images/job_banner.jpg) center center no-repeat;
    height: 360px;
    position: relative;
}

.login_box {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: 300px;
    width: 232px;
    padding: 10px 20px;
    background: #3598db;
}

.login_box h4 {
    font-size: 16px;
    color: #FFFFFF;
    margin: 15px 0;
}

.login_box .text_input {
    padding-left: 42px;
    border: none;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 18px;
}

.login_box .text_input input {
    width: 190px;
    background: none;
    border: none;
    height: 40px;
    line-height: 40px;
}

.login_box .text_input.input1 {
    background: #FFFFFF url(../images/login_icon.png) 12px 0 no-repeat;
}

.login_box .text_input.input2 {
    background: #FFFFFF url(../images/login_icon.png) 12px -69px no-repeat;
}

.login_box .btn2 {
    display: block;
    margin-bottom: 18px;
}

.login_box p.right a {
    color: #FFFFFF;
}

.login_box p.right a:hover {
    color: #F1A527;
}

.login_box em.sj_pa {
    position: absolute;
    right: -10px;
    top: 0;
}

.job_box1 {
    background: #f6f9fe;
}

.job_note {
    padding: 20px 0;
    border-bottom: 1px #dde5f1 solid;
    padding-left: 102px;
    position: relative;
}

.job_note span.span_pa {
    position: absolute;
    left: 0;
    top: 16px;
    padding-left: 25px;
    background: url(../images/note_icon1.png) left center no-repeat;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.job_note> div {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding-right: 40px;
    border-right: 1px #dde5f1 solid;
}

.job_note> div.border_none {
    padding-left: 40px;
}

.job_note li {
    width: 480px;
}

.job_note li a {
    position: relative;
    display: block;
    padding-right: 80px;
    color: #4C4C4C;
    font-size: 14px;
}

.job_note li a:hover {
    color: #3598DB;
}

.job_note li a em.date {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
}

.job_nav {
    padding: 20px 0;
}

.job_nav li {
    width: 25%;
    text-align: center;
    float: left;
}

.job_nav li a {
    transition: all 0.3s;
    width: 180px;
    margin: 0 auto;
    display: block;
    padding: 42px 0;
    background: url(../images/job_nav_bg.png) center center no-repeat;
}

.job_nav li a img {
    margin-bottom: 20px;
}

.job_nav li a p {
    transition: all 0.3s;
    color: #333333;
    font-size: 18px;
}

.job_nav li a:hover,
.job_nav li.on a {
    background: url(../images/job_nav_bgs.png) center center no-repeat;
}

.job_nav li a:hover p,
.job_nav li.on a p {
    color: #3598DB;
}

.job_list {
    background: #FFFFFF;
}

.job_list .top {
    padding: 20px 0;
    position: relative;
}

.job_list .top .text_box {
    position: relative;
    float: left;
    padding-left: 80px;
    margin-right: 45px;
}

.job_list .top .text_box label {
    position: absolute;
    left: 0;
    top: 0;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 40px;
}

.job_list .top .text_box input {
    width: 220px;
    padding-left: 8px;
    height: 38px;
    line-height: 38px;
    border: 1px #bfcde1 solid;
    position: relative;
}

.select_box1 {
    width: 228px;
    border: 1px #bfcde1 solid;
    position: relative;
}

.select_box1 p {
    padding-left: 8px;
    padding-right: 45px;
    position: relative;
    height: 38px;
    line-height: 38px;
}

.select_box1 p strong {
    font-weight: normal;
    font-size: 14px;
    color: #4C4C4C;
}

.select_box1 p em {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 38px;
    background: url(../images/sj_icon5.png) center center no-repeat;
}

.select_box1 ul {
    position: absolute;
    top: 38px;
    left: -1px;
    width: 100%;
    background: #fff;
    border: 1px #bfcde1 solid;
    /**display: none;*/
    max-height: 150px;
    overflow: auto;
}

.select_box1 ul a {
    color: #4C4C4C;
    padding-left: 8px;
    line-height: 38px;
    font-size: 14px;
    display: block;
}

.select_box1 ul a:hover {
    color: #3598DB;
}

.search_btn {
    width: 120px;
    position: absolute;
    right: 0;
    top: 20px;
}

.job_list_table {
    background: url(../images/line_bg.png) left top no-repeat;
    padding-top: 15px;
    padding-bottom: 50px;
}

.job_list_table li {
    transition: all 0.3s;
    border-bottom: 1px #F2F2F2 solid;
    border-top: 1px #F2F2F2 solid;
    margin-top: -1px;
}

.job_list_table li.th_li {
    border: none;
}

.job_list_table span,
.job_list_table em {
    padding: 15px;
    color: #1A1A1A;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    display: inline-block;
    width: 200px;
}

.job_list_table li.th_li em,
.job_list_table li.th_li span {
    font-weight: bold;
    font-size: 16px;
}

.job_list_table em {
    text-align: left;
    width: 250px;
}

.job_list_table li:hover {
    box-shadow: 0 0 15px 1px rgba(53, 152, 219, 0.3);
    border-color: #FFFFFF;
    position: relative;
    z-index: 99;
}

.job_list_table li.th_li:hover {
    box-shadow: none;
    border-color: #E6E6E6;
}

.job_list_table li:hover em,
.job_list_table li:hover span {
    color: #3598DB;
}

.job_list_table li.th_li:hover em,
.job_list_table li.th_li:hover span {
    color: #1A1A1A;
}

.job_info {
    width: 1198px;
    margin: 0px auto;
    border: 1px #E6E6E6 solid;
}

.user_box {
    width: 232px;
    padding: 35px 16px;
    text-align: center;
}

.user_box .photo_img img {
    border-radius: 5px;
    width: 113px;
    height: 113px;
}

.user_box h5 {
    margin: 20px 0 40px;
    font-size: 16px;
}

.user_box h5 span {
    color: #3598DB;
}

.user_box a {
    display: block;
    margin-bottom: 20px;
}

.job_info_main {
    padding: 35px 40px;
    border-left: 1px #E6E6E6 solid;
    width: 853px;
    min-height: 523px;
}

.jl_tit {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}

.jl_tit span {
    display: inline-block;
    width: 130px;
    height: 35px;
    background: #F2F2F2;
    font-size: 18px;
    color: #3598DB;
    border-radius: 20px;
    line-height: 35px;
}

.jl_top {
    margin-bottom: 50px;
}

.jl_top th {
    text-align: right;
    width: 85px;
    padding: 10px 0;
    font-size: 16px;
    color: #999;
}

.jl_top td {
    padding: 10px;
    font-size: 16px;
}

.jl_table1 {
    margin-bottom: 35px;
}

.jl_table1 td {
    border-bottom: 1px #F2F2F2 solid;
    padding: 15px 0;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
}
.jl_table1 th{
    width: 85px;
    padding: 10px 0;
    font-size: 16px;
    color: #999;
}
.jl_table1 td.w1 {
    width: 360px;
    text-align: left;
}

.jl_table1 td span.date {
    color: #999;
}

.jl_wz {
    margin: 15px 0 0;
    padding-bottom: 15px;
    border-bottom: 1px #F2F2F2 solid;
}

.jl_wz h5 {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.jl_wz p {
    font-size: 16px;
    line-height: 26px;
}

.job_info_main .btn_g {
    margin-top: 40px;
}

.job_info_main .btn_g a {
    width: 240px;
    line-height: 44px;
    height: 44px;
    text-align: center;
}

.a_nav {
    padding-bottom: 25px;
    border-bottom: 1px #E6E6E6 solid;
}

.a_nav a {
    display: inline-block;
    border: 1px #3598DB solid;
    color: #3598DB;
    height: 35px;
    line-height: 35px;
    width: 128px;
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s;
    margin-right: 50px;
}

.a_nav a:hover,
.a_nav a.on {
    background: #3598DB;
    color: #FFFFFF;
}

.job_info_main p.p1 {
    color: #3598DB;
    font-size: 18px;
    margin-top: 20px;
}

.job_info_main p.tip {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #999;
}

.job_info_main p.tip2 {
    color: #999;
    margin-top: 20px;
}

.job_info_main p.tip2 span,
.job_info_main p.tip2 em {
    font-style: normal;
    color: #F1A527;
}

.table2 {
    border-bottom: 1px #F2F2F2 solid;
    padding-bottom: 20px;
}

.table2 th,
.table2 td {
    padding: 15px 0;
}

.table2 th {
    width: 115px;
    padding-right: 10px;
    text-align: right;
}

table th span {
    color: #737373;
    font-size: 16px;
    position: relative;
}

table th em {
    position: absolute;
    left: -15px;
    top: 5px;
    color: #ff5858;
    font-size: 24px;
    font-style: normal;
}

.table2 input {
    width: 262px;
    height: 38px;
    line-height: 38px;
    border: 1px #bfcde1 solid;
    padding-left: 8px;
}

.table2 .select_box1 {
    width: 270px;
}

.table2 .select_box1 p strong {
    font-size: 16px;
}

.table2 .select_box_2 .select_box1 {
    width: 125px;
    margin-right: 20px;
}

.table2 .select_box_3 .select_box1 {
    width: 180px;
    margin-right: 30px;
}

.table2 .select_box_3 input {
    width: 170px;
}

.table2 textarea {
    height: 215px;
    line-height: 26px;
    border: 1px #bfcde1 solid;
    font-size: 14px;
    padding-left: 8px;
    outline: none;
    font-family: "Microsoft YaHei";
}

.table2 input.w1,
.table2 textarea.w1 {
    width: 723px;
}

.add_delete a {
    width: 120px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 20px;
    font-size: 18px;
}

.add_delete a span {
    padding-left: 35px;
}

.add_delete a.add_btn span {
    background: url(../images/add_btn.png) left center no-repeat;
}

.add_delete a.delete_btn span {
    background: url(../images/delete_btn.png) left center no-repeat;
}

.add_delete a.delete_btn:hover span {
    background: url(../images/delete_btns.png) left center no-repeat;
}

.job_info_main p.sm_p {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.up_photo {
    padding: 30px 0 30px 180px;
    position: relative;
}

.up_photo .pa_img {
    position: absolute;
    left: 0;
    top: 30px;
    border-radius: 3px;
    width: 150px;
    height: 150px;
}

.up_photo p {
    font-size: 16px;
    line-height: 30px;
    color: #737373;
}

.up_photo p span {
    color: #F1A527;
}

.up_photo .up_input {
    margin-top: 20px;
}

.up_photo .up_input input {
    width: 262px;
    height: 38px;
    line-height: 38px;
    border: 1px #bfcde1 solid;
    padding-left: 8px
}

.up_input a {
    width: 92px;
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
}

.job_detail_box {
    background: url(../images/line_bg.png) center top no-repeat;
    padding-top: 15px;
    padding-bottom: 50px;
}

.job_detail_box table {
    margin-top: 20px;
}

.job_detail_box table th,
.job_detail_box td {
    font-size: 16px;
    padding: 5px 0;
}

.job_detail_box table th {
    color: #999999;
    width: 95px;
    padding-right: 5px;
    text-align: right;
}

.job_detail_box table td {
    width: 300px;
    text-align: left;
}

.job_detail {
    margin-top: 20px;
}

.job_detail h4 {
    font-size: 16px;
    line-height: 38px;
    color: #404040;
    font-weight: bold;
}

.job_detail p {
    font-size: 16px;
    color: #404040;
    line-height: 38px;
    padding-left: 20px;
    position: relative;
}

.job_detail p em {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
}

.job_detail_box p a.btn {
    width: 245px;
    margin-top: 30px;
}

.find {
    padding: 60px 0;
    background: #FFFFFF;
}

.find h4 {
    font-size: 18px;
    color: #3598DB;
    text-align: center;
    margin-bottom: 15px;
}

.find_box {
    margin-left: 110px;
}

.find_box table td .btn {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    width: 180px;
}

.find_box table td .btn.submit {
    width: 277px;
}

.tip_tk {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    background: url(../images/tmbg1.png) repeat;
    padding: 8px;
    border-radius: 5px;
    margin-left: -220px;
    margin-top: -154px;
}

.tip_tk .main {
    background: #FFFFFF;
    padding: 60px 68px 40px;
    text-align: center;
    width: 287px;
    position: relative;
}

.tip_tk .main h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tip_tk .main a {
    display: block;
}

.tip_tk .main a.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.re_box {
    width: 1198px;
    border: 1px #E6E6E6 solid;
    margin: 0 auto;
}

.re_table {
    padding: 0 20px;
}

.re_table table {
    padding: 15px 0;
}

.re_table th {
    width: 245px;
    text-align: right;
    padding: 15px 0;
    padding-right: 10px;
    font-size: 16px;
    color: #737373;
}

.re_table td {
    padding: 15px 0;
    text-align: left;
}

.re_table td .select_box1 {
    width: 280px;
}

.re_table td input {
    width: 268px;
    padding-left: 10px;
    border: 1px #bfcde1 solid;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.re_table td.yzm input {
    width: 143px;
    margin-right: 10px;
}

.re_table a {
    width: 240px;
}

.re_table .tip {
    color: #ff8989;
}

.re_table a.tip {
    color: #b0b0b0;
}

.re_table a.tip:hover {
    color: #ff8989;
}


/**效果***/

.feaIconRotate {
    animation: feaIconRotate 0.3s linear;
    -webkit-animation: feaIconRotate 0.3s linear;
    z-index: 1;
}

@-webkit-keyframes feaIconRotate {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes feaIconRotate {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-ms-keyframes feaIconRotate {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes feaIconRotate {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(0, 1, 1);
        -moz-transform: scale3d(0, 1, 1);
        -ms-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* 20161103 长城国瑞-融资融券-1 Start */

.apply_box {
    position: absolute;
    top: 69px;
    left: 50%;
    width: 142px;
    height: 142px;
    background: url(../images/apply_backg.png) repeat left top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: -71px;
}

.apply_box:hover {
    background: url(../images/apply_backg1.png) repeat left top;
}

.apply_box .apply_cen {
    display: block;
    padding-top: 36px;
    height: 106px;
}

.apply_box .icon_apply {
    display: block;
    width: 37px;
    height: 37px;
    background: url(../images/icon_apply.png) repeat left top;
    margin: 0 auto;
}

.apply_cen span {
    display: block;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.finance_box {
    padding: 20px 0;
}

.finance_box a:hover{
    color: #3598DB;
}

.finance1_table table {
    width: 100%;
}

.finance1_table table tr th {
    line-height: 30px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    background: #f6f9fe;
}

.finance1_table table tr td {
    line-height: 20px;
    padding: 15px 10px;
    font-size: 14px;
    color: #1a1a1a;
    text-align: center;
    border-bottom: 1px solid #F2F2F2;
}

.blue {
    color: #3598db !important;
}

.finance1_table table tr td p {
    line-height: 20px;
    font-size: 14px;
    color: #737373;
    text-align: left;
}

.from_finance {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    background: url(../images/tmbg1.png) repeat;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: -334px 0 0 -293px;
}

.from_finance .main {
    background: #FFFFFF;
    padding: 5px 20px 20px 20px;
    width: 530px;
    position: relative;
}

.finance_top {
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.from_finance .main a.close1 {
    position: absolute;
    right: -7px;
    top: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close_btn.png) no-repeat center;
}

.finance_top h3 {
    line-height: 45px;
    font-size: 16px;
    color: #4c4c4c;
}

.finance_table {
    padding-top: 20px;
}

.finance_table table tr th {
    width: 100px;
    line-height: 40px;
    font-size: 16px;
    color: #737373;
    padding-bottom: 20px;
    position: relative;
}

.finance_table table tr th em {
    position: absolute;
    top: 11px;
    left: 0;
    line-height: 25px;
    font-size: 24px;
    color: #ff5858;
    margin-right: 5px;
}

.finance_table table tr td {
    padding-bottom: 20px;
}

.finance_table table tr td input {
    width: 265px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #4c4c4c;
    padding: 0 10px;
    border: 1px solid #BFCDE1;
}

.finance_table .select_box1 {
    width: 285px;
    border: 1px solid #BFCDE1;
}

.finance_table table tr td span {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    color: #4c4c4c;
    padding-right: 35px;
    padding-left: 20px;
    position: relative;
}

.finance_table table tr td span a.radio {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #BACBE4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.finance_table table tr td span a.radio_check {
    background: #F1A527 url(../images/iocn_radio.png) no-repeat center;
    border: 1px solid #F1A527;
}

.bot_line {
    border-bottom: 1px solid #F2F2F2;
}

.finance_table table td .btn {
    width: 287px;
    height: 38px;
    line-height: 38px;
}


/* 20161103 长城国瑞-融资融券-1 End */


/* 20161103 长城国瑞-融资融券-2 Start */

.finance2_table table {
    table-layout: fixed;
}


/* 20161103 长城国瑞-融资融券-2 End */


/* 20161103 长城国瑞-融资融券-3 Start */

.finance3_head {
    padding-bottom: 20px;
}

.finance3_head .finance3_text {
    float: left;
}

.finance3_head .finance3_text label {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 40px;
    font-size: 16px;
    color: #4c4c4c;
    margin-right: 15px;
}

.finance3_head .finance3_text input {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    width: 210px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #999999;
    padding: 0 10px;
    border: 1px solid #BFCDE1;
    margin-right: 59px;
}

.finance3_head .finance3_text .btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
}

.time {
    color: #737373 !important;
}


/* 20161103 长城国瑞-融资融券-3 End */


/* 20161103 长城国瑞-融资融券-4 Start */

.finance_box4 .page_fy {
    margin: 15px auto 55px;
}


/* 20161103 长城国瑞-融资融券-4 End */


/* 20161104 长城国瑞-融资融券-5 Start */

.notice_text {
    margin-top: 30px;
    padding: 0 20px;
}

.notice_text p {
    line-height: 25px;
    font-size: 14px;
    color: #4c4c4c;
}

.notice_text span {
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
}


/* 20161104 长城国瑞-融资融券-5 End */


/* 20161104 长城国瑞-融资融券-6 Start */

.finance3_head .finance6_text input {
    display: inline-block;
    *display: inline-block;
    _display: inline;
    zoom: 1;
    width: 210px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    /* color: #999999; */
    padding: 0 10px;
    border: 1px solid #BFCDE1;
    margin-right: 15px;
}

.finance3_head .finance6_text .btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #3598db;
}

.finance3_head .finance6_text .btn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #3598db;
}

.finance3_head .finance6_text .btn:hover {
    border: 1px #F1A527 solid;
    background: #F1A527;
    color: #fff;
}

.finance6_right {
    float: right;
}

.finance6_right .icon_map,
.finance6_right .icon_gps {
    display: inline-block;
    *display: inline-block;
    _display: inline;
    zoom: 1;
    width: 28px;
    height: 40px;
    margin-left: 20px;
}

/*.finance6_right .icon_map {
    background: url(../images/icon_map.png) no-repeat left center;
}

.finance6_right .icon_gps {
     background: url(../images/icon_map.png) no-repeat left center;
     background: url(../images/icon_gps.png) no-repeat left center;
}

 .finance6_right .icon_map:hover,
.finance6_right .act_map {
    background: url(../images/icon_map.png) no-repeat right center;
}

.finance6_right .icon_gps:hover,
.finance6_right .act_gps {
    background: url(../images/icon_gps.png) no-repeat right center;
}*/

.map_img {
    width: 100%;
    height: 100%;
    text-align: center;
}


/* 20161104 长城国瑞-融资融券-6 End */


/* 20161104 长城国瑞-融资融券-7 Start */

.finance3_table table tr th,
.finance3_table table tr td {
    text-align: left;
}

.finance3_table table tr td p {
    color: #4c4c4c;
}


/* 20161104 长城国瑞-融资融券-7 End */


/* 20161104 长城国瑞-融资融券-8 Start */

.serve_box {
    padding-top: 30px;
}

.serve_box .serve_ul li {
    float: left;
    width: 33%;
    padding-bottom: 50px;
}

.serve_box .serve_ul li em {
    display: block;
    width: 134px;
    height: 134px;
    margin: 0 auto;
}

.serve_box .serve_ul li em img {
    width: 134px;
    height: 134px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.serve_box .serve_ul li h3,
.serve_box .serve_ul li p {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
}

.serve_box .serve_ul li h3 {
    color: #3598db;
    padding-top: 25px;
}

.serve_box .serve_ul li p {
    color: #27303a;
    padding-top: 20px;
}


/* 20161104 长城国瑞-融资融券-8 End */


/* 20161104 长城国瑞-财富管理首页 Start */

.banner_box1 .slide_dot {
    height: 5px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: -35px;
}

.wealth_home_box3,
.wealth_home_box1 {
    background: #fff;
}

.home1_box_main {
    padding: 40px 0;
}

.wrapfix {
    width: 1200px;
    margin: 0 auto;
}

.wealth_box .wealth_ul li {
    float: left;
    width: 16.5%;
    transition: all 0.5s;
}

.wealth_box .wealth_ul li a em {
    display: block;
    width: 122px;
    height: 122px;
    box-shadow: 1px 3px 10px #D4E9F7;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    transition: all 0.2s ease-in-out;
    behavior: url(css/PIE.htc);
    position: relative;
    margin: 0 auto;
}

.wealth_box .wealth_ul li a em.icon_wealth1 {
    background: #fff url(../images/icon_wealth1.png) no-repeat center;
}

.wealth_box .wealth_ul li a:hover em.icon_wealth1 {
    background: #3598db url(../images/icon_wealth1s.png) no-repeat center;
}

.wealth_box .wealth_ul li a em.icon_wealth2 {
    background: #fff url(../images/icon_wealth2.png) no-repeat center;
}

.wealth_box .wealth_ul li a:hover em.icon_wealth2 {
    background: #3598db url(../images/icon_wealth2s.png) no-repeat center;
}

.wealth_box .wealth_ul li a em.icon_wealth3 {
    background: #fff url(../images/icon_wealth3.png) no-repeat center;
}

.wealth_box .wealth_ul li a:hover em.icon_wealth3 {
    background: #3598db url(../images/icon_wealth3s.png) no-repeat center;
}

.wealth_box .wealth_ul li a em.icon_wealth4 {
    background: #fff url(../images/icon_wealth4.png) no-repeat center;
}

.wealth_box .wealth_ul li a:hover em.icon_wealth4 {
    background: #3598db url(../images/icon_wealth4s.png) no-repeat center;
}

.wealth_box .wealth_ul li a em.icon_wealth5 {
    background: #fff url(../images/icon_wealth5.png) no-repeat center;
}

.wealth_box .wealth_ul li a:hover em.icon_wealth5 {
    background: #3598db url(../images/icon_wealth5s.png) no-repeat center;
}

.wealth_box .wealth_ul li a em.icon_wealth6 {
    background: #fff url(../images/icon_wealth6.png) no-repeat center;
}

.wealth_box .wealth_ul li a:hover em.icon_wealth6 {
    background: #3598db url(../images/icon_wealth6s.png) no-repeat center;
}

.wealth_box .wealth_ul li a h3 {
    margin: 20px 0 10px;
    line-height: 25px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.wealth_box .wealth_ul li a p span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.wealth_box .wealth_ul li a:hover h3,
.wealth_box .wealth_ul li a:hover p span {
    color: #3598db;
}

.wealth_home_box2 {
    padding: 40px 0 60px;
    background: #f6f9fe;
}

.expect_box {
    padding: 25px 0 12px;
    border-bottom: 1px solid #F2F2F2;
}

.home_box2t_main li {
    width: 240px;
}

.left_expect {
    float: left;
    width: 50%;
}

.left_expect p {
    line-height: 50px;
    font-size: 48px;
    color: #f1a527;
}

.left_expect p small {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 18px;
    color: #f1a527;
    margin-left: 5px;
}

.left_expect span,
.right_invest span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}

.right_invest {
    margin-left: 50%;
}

.right_invest p {
    line-height: 40px;
    font-size: 30px;
    color: #333333;
    padding-top: 10px;
}

.right_invest p small {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    margin-left: 5px;
}

.home_box2_main li .p3t span {
    margin-left: 5px;
}

.wealth_home_box3 .home3_box_main {
    padding: 30px 0;
}

.home3_box_main h4 {
    font-size: 24px;
    line-height: 36px;
    color: #282828;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: center;
}

.list_box {
    padding: 10px 30px 0;
    border: 2px solid #E1E9F7;
}

.list_box .list_ul li {
    padding: 15px 0;
    border-bottom: 1px solid #E1E9F7;
}

.bot_online {
    border-bottom: none !important;
}

.list_box .list_ul li span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    font-size: 16px;
    color: #737373;
    font-weight: bold;
}

.list_box .list_ul li a {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    padding: 0 10px;
    margin-right: 20px;
}

.list_box .list_ul li a.all {
    font-weight: bold;
}

.list_box .list_ul li .list_act,
.list_box .list_ul li a:hover {
    color: #3598db;
}

.query_box {
    padding: 20px 0;
    background: #fff;
}

.keyword_box {
    float: left;
}

.keyword_box label {
    display: inline-block;
    _display: inline;
    zoom: 1;
    line-height: 40px;
    font-size: 16px;
    color: #4c4c4c;
    margin-right: 15px;
}

.keyword_input {
    display: inline-block;
    _display: inline;
    zoom: 1;
    width: 240px;
    height: 38px;
    padding: 0 50px 0 10px;
    border: 1px solid #BFCDE1;
    position: relative;
}

.keyword_input input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    width:200px;
    font-size: 14px;
    /* color: #b2b2b2; */
    outline: none;
    border: none;
}

.keyword_input .icon_search {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 38px;
    background: url(../images/icon_search.png) no-repeat center;
}

.query_right {
    float: right;
}

.query_right a {
    width: 140px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    color: #3598db;
    margin-left: 20px;
}

.query_right .btn:hover {
    border: 1px #F1A527 solid;
    background: #F1A527;
    color: #fff;
}

.product_table {
    background: url(../images/backg1.png) no-repeat left top;
}

.product_table table {
    width: 100%;
}

.product_table table tr th {
    line-height: 65px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    border-bottom: 1px solid #E6E6E6;
}

.product_table table tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    line-height: 55px;
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    border-bottom: 1px solid #F2F2F2;
}

.left_text {
    text-align: left !important;
}

.text1 {
    color: #1a1a1a !important;
}

.text2 {
    color: #737373 !important;
}

.text3 {
    color: #f1a527 !important;
}

.text4 {
    color: #4c4c4c !important;
}

.product_table table tr td a {
    display: block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    font-size: 14px;
    color: #3598db;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

.product_table table tr:hover td {
    color: #3598db;
    border-bottom: 1px solid #fff;
}

.product_table table tr:hover td.text3 {
    color: #f1a527;
}

.finance_table1 table tr:hover,
.product_table table tr:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px 1px rgba(53, 152, 219, 0.2);
}

.finance_table1 table .on_tr:hover,
.product_table table .on_tr:hover {
    transition: none;
    box-shadow: none;
}

.finance_table1 table tr:hover td {
    border-bottom: 1px solid #fff;
}

.product_table table tr td a:hover {
    color: #fff;
    background: #3598db;
}

.home3_box_main .page_fy {
    margin: 30px auto 0;
}

.wealth_home_box4 {
    padding: 30px 0;
    background: #f6f9fe;
}

.faq_box {
    float: left;
    width: 760px;
    height: 630px;
    background: #fff;
    padding: 10px 30px 20px;
}

.faq_box .faq_head {
    height: 50px;
    border-bottom: 1px solid #E6E6E6;
}

.faq_box .faq_head h3 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #1a1a1a;
    border-bottom: 1px solid #3598DB;
}

.faq_cen .faq_ul li {
    padding: 15px 0;
    border-bottom: 1px solid #F2F2F2;
}

.faq_cen .faq_ul li h5 {
    line-height: 30px;
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 5px;
}

.faq_cen .faq_ul li .faq_p {
    padding-left: 30px;
    position: relative;
}

.faq_cen .faq_ul li .faq_p span {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 24px;
    font-size: 14px;
    color: #3598db;
}

.faq_cen .faq_ul li .faq_p p {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.faq_a {
    text-align: center;
    padding-top: 20px;
}

.faq_a a {
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    font-size: 14px;
    color: #737373;
    border: 1px solid #D3DAE5;
}

.faq_a a:hover {
    color: #fff;
}

.invest_box {
    float: right;
    width: 288px;
    height: 650px;
    padding: 10px 30px 0;
    background: #fff;
}

.invest_box .invest_head h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #1a1a1a;
}

.invest_box .keyword_input {
    width: 226px;
}

.invest_box1_head {
    padding: 20px 0 10px;
}

.invest_box1_head h3 {
    line-height: 30px;
    font-size: 18px;
    color: #1a1a1a;
}

.invest_box1_head h3 a {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

.invest_box1_img {
    width: 288px;
    height: 122px;
}

.invest_box1_img img {
    width: 288px;
    height: 122px;
}

.invest_box1_text {
    padding: 10px 12px;
    background: #f6f9fe;
}

.invest_box1_text p {
    line-height: 24px;
    font-size: 14px;
    color: #4c4c4c;
}

.invest_box1_text p span {
    display: inline-block;
    font-size: 14px;
    color: #3598db;
}

.interact_box {
    padding: 14px 15px 14px 95px;
    background: #3598db url(../images/icon_interact.png) no-repeat 25px center;
}

.interact_box p {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.interact_box p a {
    float: right;
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 30px;
    background: url(../images/interact_back.png) no-repeat center;
}

.invest_box2 .invest_box1_head {
    padding: 25px 0 10px;
}

.comment_box {
    padding: 10px 25px;
    background: #f6f9fe;
    margin-bottom: 20px;
    display: block;
}

.comment_box:hover {
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(53, 152, 219, 0.2);
}

.comment_img {
    float: left;
    width: 41px;
    height: 41px;
    padding-top: 2px;
}

.comment_img img {
    width: 41px;
    height: 41px;
}

.comment_text {
    margin-left: 70px;
}

.comment_text p {
    line-height: 24px;
    font-size: 18px;
    color: #3598db;
}

.comment_text span {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #a2c8e2;
}

.demand_img {
    float: left;
    width: 46px;
    height: 46px;
}

.demand_img img {
    width: 46px;
    height: 46px;
}


/* 20161107 长城国瑞-财富管理首页 End */


/* 20161108 长城国瑞-财富管理-专家推荐 Start */

.commend_box1 {
    background: #f6f9fe;
    padding: 30px 0;
}

.commend_img_box {
    float: left;
    position: relative;
}

.commend_img,
.commend_img img {
    width: 822px;
    height: 422px;
}

.commend_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 762px;
    background: url(../images/clarity.png) no-repeat left top;
    padding: 15px 30px;
}

.commend_text p {
    line-height: 32px;
    font-size: 18px;
    color: #fff;
}

.review_box {
    float: right;
    width: 348px;
    height: 420px;
    background: #fff;
    border: 1px solid #BFCDE1;
}

.review_cen {
    padding: 0 30px;
}

.review_title h3 {
    line-height: 30px;
    font-size: 18px;
    color: #1a1a1a;
    padding: 25px 0 15px;
    border-bottom: 1px solid #BFCDE1;
}

.review_ul ul li {
    padding: 15px 10px;
    line-height: 25px;
    border-bottom: 1px solid #F2F2F2;
}

.review_ul ul li a{
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 25px;
    font-size: 16px;
    color: #4c4c4c;
}

.review_ul ul a li:hover {
    color: #f2ac39;
}

.review_ul ul li span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 25px;
    font-size: 16px;
    color: #3598db;
}

.review_ul ul li small {
    float: right;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
}

.btn_review a {
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #b2b2b2;
    text-align: center;
    margin: 20px 0;
}

.btn_review a:hover {
    color: #3598db;
}

.commend_box2 {
    background: #fff;
    padding-bottom: 50px;
}

.guide_box {
    padding: 40px 0;
    border-bottom: 1px solid #F2F2F2;
}

.guide_box strong {
    display: block;
    line-height: 40px;
    font-size: 32px;
    color: #bfcde1;
    font-weight: normal;
    padding-left: 60px;
    position: relative;
    background: url(../images/guide.png) no-repeat left center;
}

.guide_box p {
    line-height: 30px;
    font-size: 16px;
    color: #1a1a1a;
    margin-left: 60px;
    margin-top: 25px;
}

.guide_cen_left {
    float: left;
    width: 765px;
    padding-top: 40px;
}

.guide_cen_left h4 {
    line-height: 24px;
    font-size: 16px;
    color: #3598db;
    padding: 10px 0 25px;
}

.guide_cen_left p {
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    padding-bottom: 15px;
    text-align: justify;
}

.guide_cen_right {
    float: right;
    width: 348px;
}

.comment_title {
    padding: 20px 0 10px;
}

.comment_title h3 {
    line-height: 30px;
    font-size: 18px;
    color: #4c4c4c;
}

.comment_textarea {
    width: 326px;
    height: 100px;
    padding: 10px;
    border: 1px solid #BFCDE1;
}

.comment_textarea textarea {
    width: 324px;
    height: 100px;
    line-height: 20px;
    font-size: 14px;
    color: #737373;
    outline: none;
    border: none;
    resize: none;
}

.comment_lower_box {
    padding: 10px 0;
}

.comment_input {
    float: left;
}

.comment_input input {
    width: 125px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #737373;
    padding: 0 10px;
    border: 1px solid #BFCDE1;
}

.comment_coed {
    float: left;
    margin-left: 10px;
    width: 72px;
    height: 35px;
}

.comment_coed img {
    width: 72px;
    height: 35px;
}

.btn_comment {
    float: right;
}

.btn_comment a {
    width: 80px;
    height: 33px;
    line-height: 33px;
    background: #3598db;
    font-size: 14px;
}

.hot_box {
    padding-top: 10px;
}

.hot_box .comment_title {
    border-bottom: 1px solid #BFCDE1;
}

.hot_ul {
    height: 536px;
}

.hot_ul ul li {
    display: block;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #F2F2F2;
}

.hot_ul ul li h5 {
    line-height: 20px;
    font-size: 14px;
    color: #3598db;
    padding-bottom: 5px;
}

.hot_ul ul li h5 span {
    float: right;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #bfcde1;
}

.hot_ul ul li p {
    line-height: 20px;
    font-size: 14px;
    color: #737373;
    text-align: justify;
}

.hot_box .btn_review a {
    color: #bfcde1;
}


/* 20161108 长城国瑞-财富管理-专家推荐 End */


/* 20161108 长城国瑞-股票质押式回购 Start */

.repo_banner {
    background: url(../images/repo_banner.jpg) center center no-repeat;
}

.service_box {
    padding: 20px 0;
}

.service_box p {
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 10px;
}

.service_p p {
    position: relative;
    padding-left: 70px;
}

.service_p span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 10px;
}

.build_box {
    background: #f7f7f7;
    padding: 60px 0 120px;
    position: relative;
}

.show1 {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../images/show1.png) repeat left top;
    z-index: 99;
}

.build_img {
    width: 477px;
    height: 341px;
    margin: 0 auto;
}

.build_img img {
    width: 477px;
    height: 341px;
}

.btn_build {
    margin-top: 45px;
    text-align: center;
}

.btn_build a {
    width: 240px;
    height: 40px;
    line-height: 40px;
}


/* 20161108 长城国瑞-股票质押式回购 End */


/* 20161109 长城国瑞-软件下载 Start */

.download_banner {
    height: 525px;
    background: url(../images/download_banner.jpg) center center no-repeat;
}

.download_main {
    padding: 45px 0;
    background: #f7f7f7;
}

.download_ul ul li {
    float: left;
    width: 523px;
    padding: 30px;
    background: #fff;
    border: 1px solid #E7EBEF;
    margin-right: 30px;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.download_ul ul li .download_left h3 {
    line-height: 24px;
    font-size: 18px;
    color: #333333;
}

.download_ul ul li .download_left span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    padding: 10px 0;
}

.download_ul ul li .download_left p {
    line-height: 24px;
    font-size: 14px;
    color: #737373;
}

.download_right {
    position: absolute;
    top: 0;
    right: 25px;
    width: 140px;
    height: 145px;
    background: url(../images/icon_circle1.png) no-repeat center;
    padding-top: 35px;
}

.download_right .icon_download {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/icon_download.png) no-repeat center;
    margin: 0 auto;
}

.download_ul ul li .download_right span {
    display: block;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.download_ul ul li:hover {
    border: 1px solid #FF9E13;
}

.download_ul ul li:hover .download_right {
    background: url(../images/icon_circle2.png) no-repeat center;
}

.btn_download {
    padding-top: 20px;
    text-align: center;
}

.btn_download a {
    width: 210px;
    height: 60px;
    line-height: 60px;
    background: #f7f7f7;
    color: #3598db;
    border-radius: 0;
    border: 1px solid #BCDAEF;
}

.btn_download a:hover {
    color: #fff;
}


/* 20161109 长城国瑞-软件下载 End */


/* 20161110 长城国瑞-搜索 Start */

.search_banner {
    height: 225px;
    background: url(../images/search_banner.jpg) center center no-repeat;
}

.search_box {
    padding: 80px 30px 0;
}

.search_left strong {
    line-height: 40px;
    font-size: 34px;
    color: #fff;
    font-weight: normal;
}

.search_left p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.search_left p span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 14px;
    color: #ffcc39;
    padding: 0 5px;
}

.search_right {
    float: right;
}

.search_right .search_head input {
    float: left;
    width: 305px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    background: #fff;
    border: none;
    outline: none;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    behavior: url(css/PIE.htc);
    position: relative;
}

.search_head .search_a {
    margin-left: 335px;
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #f1a527;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    behavior: url(css/PIE.htc);
    position: relative;
}

.search_text {
    margin-top: 10px;
    padding-left: 15px;
}

.search_text a {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

.search_main {
    padding: 35px 0;
    background: #f6f9fe;
}

.search_ul ul li {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 30px;
    transition: all 0.2s ease-in-out;
}

.search_ul ul li:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px 1px rgba(53, 152, 219, 0.2);
}

.search_ul ul li h3 {
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    padding-left: 45px;
    background: url(../images/icon_title.png) no-repeat left center;
}

.search_ul ul li:hover h3 {
    color: #3598db;
    background: url(../images/icon_title1.png) no-repeat left center;
}

.search_ul ul li h3 span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 24px;
    font-size: 18px;
    color: #f1a527;
}

.search_ul ul li:hover h3 span {
    color: #3598db;
}

.search_ul ul li p {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
    padding-left: 45px;
}

.search_ul ul li:hover p {
    color: #3598db;
}

.search_ul ul li a {
    float: right;
    display: block;
    width: 70px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #3598db;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin-top: 6px;
}

.search_ul ul li:hover a {
    color: #fff;
    background: #3598db;
}

.search_main .page_fy {
    margin: 45px auto 0;
}


/* 20161110 长城国瑞-搜索 End */


/* 20161110 长城国瑞-投资者教育-培训园地-1 Start */

.education_head {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #F2F2F2;
}

.education_head span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 14px;
    color: #4c4c4c;
    padding: 25px 0 15px;
}

.education_head a {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 14px;
    color: #4c4c4c;
    padding: 25px 5px 15px;
    margin: 0 10px;
    position: relative;
}

.education_head a:hover,
.education_head .act_a {
    color: #3598db;
}

.education_head a:hover em,
.education_head .act_a em {
    position: absolute;
    bottom: -1px;
    left: 50%;
    display: block;
    width: 8px;
    height: 5px;
    background: #fff url(../images/icon_education.png) no-repeat center;
    margin-left: -4px;
}

.education_cen {
    padding: 0px 0;
}

.education_cen p {
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 15px;
}

.main1_right1 {
    min-height: 673px;
}


/* 20161110 长城国瑞-投资者教育-培训园地-1 End */


/* 20161110 长城国瑞-投资者教育-培训园地-风险教育 Start */

.education_head1 {
    padding: 20px 0 10px;
}

.education_head1 a {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #3598db;
    text-align: center;
    border: 1px solid #BFCDE1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    transition: all 0.2s ease-in-out;
    margin-right: 15px;
}
.education_head1 a.on{
    background: #3598db;
    color: #fff;
}
.education_head1 a:hover,
.education_head1 .act_a1 {
    color: #fff;
    background: #3598db;
    border: 1px solid #3598db;
}

.education_box .list_1 li a:hover {
    color: #f2ac39;
}

.education_box .page_fy {
    margin: 15px auto 30px;
}


/* 20161110 长城国瑞-投资者教育-培训园地-风险教育 End */


/* 20161110 长城国瑞-投资者教育-培训园地-风险教育-2 Start */

.education1_cen {
    padding: 25px 0;
}

.education1_cen h3 {
    line-height: 24px;
    font-size: 16px;
    color: #3598db;
    margin-bottom: 15px;
}

.education1_cen h4 {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.education1_cen p {
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    padding-left: 85px;
    margin-bottom: 5px;
    position: relative;
}

.education1_cen p em {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 75px;
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    font-style: normal;
    text-align: right;
    padding-right: 10px;
}

.education1_cen p span {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    margin-bottom: 5px;
}


/* 20161110 长城国瑞-投资者教育-培训园地-风险教育-2 End */


/* 20161111 长城国瑞-资产管理-产品详情 Start */

.product_detail_box {
    padding: 0 30px 30px;
}

.product_detail_cen {
    padding-top: 30px;
}

.product_detail_cen table tr th {
    line-height: 24px;
    font-size: 14px;
    color: #69778e;
    padding: 15px 10px;
    background: #f6f9fe;
    border-left: 1px solid #EAEFF7;
    border-right: 1px solid #EAEFF7;
    border-bottom: 1px solid #EAEFF7;
    vertical-align: top;
}

.product_detail_cen table tr td {
    line-height: 24px;
    font-size: 14px;
    color: #737373;
    padding: 15px 30px;
    border-right: 1px solid #EAEFF7;
    border-bottom: 1px solid #EAEFF7;
}

.pad_left {
    padding-left: 42px;
}

.line_top {
    border-top: 1px solid #EAEFF7;
}


/* 20161111 长城国瑞-资产管理-产品详情 End */


/* 20161111 长城国瑞-资产管理-产品展示 Start */

.education_box .top {
    padding: 22px 0 20px;
}

.education_box .top .text_box {
    padding-left: 0px;
    margin-right: 20px;
}

.job_list .top a.search_btn {
    height: 38px;
    line-height: 38px;
}

.job_list .education_head1 {
    padding: 30px 0 5px;
    background: url(../images/backg2.png) no-repeat left top;
}

.asset_cen .finance1_table {
    margin-top: 25px;
}

.asset_cen .finance1_table table tr th {
    line-height: 20px;
    font-size: 14px;
    padding: 5px 20px;
}

.asset_cen .finance1_table table tr th span {
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
}

.asset_cen .page_fy {
    margin: 25px auto 30px;
}


/* 20161111 长城国瑞-资产管理-产品展示 End */
/* 20161111 长城国瑞-联系我们 Start */

.contact_banner {
    background: url(../images/contact_banner.jpg) center center no-repeat;
}

.contact_box {
    padding: 32px 0 40px;
    position: relative;
}

.contact_map {
    width: 620px;
    height: 460px;
}

.contact_map img {
    width: 620px;
    height: 460px;
}

.contact_text {
    position: initial;
    bottom: 75px;
    right: 0;
    border: 2px solid #e9f1f6;
    width: 320px;
    padding: 15px 15px 5px;
}

.contact_text p {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    padding-bottom: 10px;
}

.contact_text p span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 20px;
    font-size: 14px;
    color: #4c4c4c;
}
.review_ul {
    height: 285px;
    margin: 0 -30px;
}

.review_ul ul {
    padding: 0 30px;
}
.yyb{
    text-align:center;
}
/* 20161111 长城国瑞-联系我们 End */
/* 20161125 长城国瑞-软件下载-弹窗 Start */

.tip_tk1 {
    margin-top: -330px;
    margin-left: -370px;
}

.tip_tk .main1 {
    background: #FFFFFF;
    padding: 30px;
    width: 680px;
    position: relative;
}

.tip_book_head h3 {
    line-height: 24px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.tip_book {
    height: 400px;
    margin: 25px 0;
    padding-right: 10px;
}

.tip_book_text p {
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    text-indent: 32px;
    padding-bottom: 30px;
}

.pb_20 {
    padding: 20px !important;
}

.read_box p {
    line-height: 24px;
    font-size: 16px;
    color: #999999;
}

.read_box p em {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    width: 13px;
    height: 13px;
    border: 1px solid #cccccc;
    margin-top: 5px;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.read_box p em:hover,
.read_box p .act_check {
    background: #3598db url(../images/icon_check.png) no-repeat center;
    border: 1px solid #3598db;
}

.btn_download1 {
    text-align: center;
    margin-top: 45px;
}

.btn_download1 a {
    width: 150px;
    margin: 0 12px;
}


/* 20161125 长城国瑞-软件下载-弹窗 End */
/* 20161111 长城国瑞-联系我们 End */


/* 20161114 长城国瑞-财富管理-自助答疑 Start */

.faq_main_box {
    background: #f6f9fe;
}

.faq_cen .page_fy {
    margin: 30px auto 10px;
}

/*活动公告 */
.bot_fixed {
    position: relative;
    z-index: 99;}
.bot_fixed .bg{
    position: fixed;
    left: 0;
    bottom: -45px;
    height: 42px;
    width: 100%;
    background: url(../images/tmbg5.png) repeat;
}
.bot_fixed .bg .w1210{
    position: relative;}
.bot_fixed .bg p b{
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background: url(../images/note_icon1.png) 20px center no-repeat;
    padding-left:65px ;}
.bot_fixed .bg p a{
    font-size: 14px;
    color: #fff;
    margin-left: 35px;
    padding-left: 20px;
    background: url(../images/dian2.png) left center no-repeat;}
.bot_fixed .bg p a span{
    font-size: 12px;
    margin-left: 10px;
}
.bot_fixed .bg p a em{
    color: #ea9d00;
    margin-left: 5px;
    font-style: normal;}
.bot_fixed .bg a.close{
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;}
.bot_fixed .note_icon2{
    display: none;
    position: fixed;
    left: 0;
    bottom: 60px;}

.pfl{
    position: fixed;
    left: 10px;
    top: 200px;
    z-index: 99;
}
.pfl img{
    width: 140px;
    height: 140px;
    padding: 3px;
    background: #fff;
}
.pfl p{
    text-align: center;
    font-size: 14px;
    color: #080403;
    background: #FFFFFF;
}
.pfl .close {
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    background: #FFFFFF;
    padding: 0 5px;}


.pfr{
    cursor: pointer;
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 200px;
    background:url(../images/kf_btn.png) center center no-repeat;
    width: 47px;
    height: 152px;
}

.pfr p{
    display: none;
    position: absolute;
    right:50px ;
    top: 0;
    font-size: 14px;
    color: #080403;
    background: #FFFFFF;
    text-align: center;
}
.pfr p img{

    padding: 3px;
    background: #fff;
}
.pfr:hover p{
    display: block;
}
/* 20161114 长城国瑞-财富管理-自助答疑 End */

/* 20170424 长城国瑞-融资融券-01 Start */
.finance3_head .finance3_text .date1 {
    border: none;
}

.finance3_head .finance3_text .date1::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3598db;
}

.finance3_head .finance3_text .date1:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3598db;
}

.finance3_head .finance3_text .date1::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3598db;
}

.finance3_head .finance3_text .date1:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3598db;
}

.finance1_table table tr.shadow,
.finance1_table table tr:hover {
    box-shadow: 0 0 10px 3px #EEF7FC;
}

.finance1_table table .no.shadow,
.finance1_table table .on:hover {
    box-shadow: none;
}

.finance1_table table tr.shadow td,
.finance1_table table tr:hover td {
    color: #3598db;
}

.mb_no .page_fy {
    margin: 30px 0 0;
}


/* 20170424 长城国瑞-融资融券-01 End */


/* 20170424 长城国瑞-融资融券-02 Start */

.list_1 li .icon_vis,
.list_1 li a:visited {
    background: url(../images/list_iconvis.png) no-repeat 6px center;
}

.list_1 li a em {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 46px;
    background: url(../images/icon_more.png) no-repeat left center;
}

.list_1 li a:hover em {
    background: url(../images/icon_more.png) no-repeat right center;
}

.list_1 li p.show_p {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    padding: 15px 20px;
    background: #fafafa;
}


/* 20170424 长城国瑞-融资融券-02 End */


/* 20170424 长城国瑞-融资融券-03 Start */

.open_main1 {
    padding: 0 30px;
}

.open_main1 .curmb span {
    font-size: 22px;
}

.open_main1 .map_img {
    padding: 55px 0 30px;
}

.open_main1 .finance1_table table tr td {
    padding: 28px 10px 28px 45px;
}

.open_main1 .finance1_table table tr th {
    padding-left: 45px;
}


/* 20170424 长城国瑞-融资融券-03 End */


/*20170525 基金市场-代销基金列表样式*/
.product_table_01 table tr th {
    line-height: 65px;
    font-size: 13px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    padding: 0 2px;
    border-bottom: 1px solid #E6E6E6;
}
.product_table_01 table tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    line-height: 55px;
    font-size: 13px;
    text-align: center;
    padding: 0 2px;
    border-bottom: 1px solid #F2F2F2;
}
.product_table_01 table tr td a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    font-size: 11px;
    color: #3598db;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}
.list_box .list_ul_01 li span {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    font-size: 14px;
    color: #737373;
    font-weight: bold;
}

.list_box .list_ul_01 li a {
    display: inline-block;
    _display: inline;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    margin-right: 20px;
}


.bot_fixed .bg div .left_ct{
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
}
.bot_fixed .bg div .left_ct b{
    position: relative;
}
.bot_fixed .bg div .left_ct b::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(../images/note_icon1.png) 20px center no-repeat;
    position: absolute;
    right: 93px;
}
.bot_fixed .bg div a{
    font-size: 14px;
    color: #fff;
    margin-left: 35px;
    padding-left: 20px;}
.bot_fixed .bg div a span{
    font-size: 12px;
    margin-left: 10px;
}
.bot_fixed .bg div a em{
    color: #ea9d00;
    margin-left: 5px;
    font-style: normal;}
.bot_fixed .bg .left_ct {
    display: inline-block;
    width: 15%;
    float: left;
    text-align: right;
    height: 42px;
    line-height: 42px;
}
.bot_fixed .bg .right_ct {
    display: inline-block;
    width: 15%;
    height: 42px;
    float: left;
}
.bot_fixed .bg .middle_ct {
    width: 70%;
    float: left;
    text-align: center;
    height: 42px;
    line-height: 42px;
}
.bot_fixed .bg p a {
    margin-left: 0;
}

/* 20180517 长城国瑞-财富管理首页 Start */

.home_box2_main li {
    padding: 30px 20px;
}

.product_title {
    padding: 20px;
}

.product_title strong {
    display: block;
    line-height: 50px;
    font-size: 48px;
    font-weight: normal;
    color: #f1a527;
    text-align: center;
}

.product_title strong span {
    display: inline-block;
    line-height: 40px;
    font-size: 24px;
    padding-top: 10px;
    vertical-align: top;
}

.product_title p {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 5px;
}

.product_text {
    padding-bottom: 20px;
}

.product_text p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: left;
    padding: 0 30px;
}

.product_text p span {
    display: inline-block;
    width: 95px;
    color: #999999;
}


/* 20180517 长城国瑞-财富管理首页 End */

/* 20180528 处理文章详情单元格p标签不居中问题start*/
.wz_box1 td p {
    text-indent: 0px;
}
/* 20180528 处理文章详情单元格p标签不居中问题 end*/
/*2018-12-26 合格投资者认定 start*/
.risk_pop {
    width: 720px;
    padding: 30px 40px 35px;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -400px;
    margin-top: -270px;
}
.risk_pop.min {
    width: 520px;
    margin-left: -300px;
    margin-top: -200px;
}
.risk_pop .close_btn,.login_pop .close_btn {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close_btn2.png) no-repeat center;
    position: absolute;
    top: 12px;
    right: 12px;
}
.risk_tit {
    padding: 10px 0 20px;
    border-bottom: 1px solid #E5E5E5;
}
.risk_tit h3 {
    line-height: 20px;
    font-size: 20px;
    color: #333;
    padding-left: 12px;
    border-left: 3px solid #3698DB;
}
.risk_pop .text_cont {
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}
.risk_cont {
    height: 300px;
    color: #333;
    overflow-y: scroll;
    padding: 0 15px;
}
.scroll_cont > h5 {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 10px;
}
.scroll_cont > p {
    line-height: 24px;
    font-size: 14px;
    padding-left: 20px;
}
.scroll_cont > p .ablue {
    color: #3698DB;
}
.scroll_cont > b {
    display: block;
    line-height: 24px;
    font-weight: normal;
    padding-left: 20px;
}
.risk_survey {
    line-height: 24px;
    padding: 10px 0 10px 20px;
}
.risk_survey > dt {
    line-height: 24px;
    padding: 3px 0;
}
.risk_survey > dd {
    line-height: 24px;
    padding: 4px 0 4px 22px;
    background: url(../images/icon_radio02.png) no-repeat left center;
}
.risk_survey > dd.active {
    background: url(../images/icon_radio02_active.png) no-repeat left center;
}
.mt15 {	margin-top: 15px !important; }
.mt20 {	margin-top: 20px !important; }
.bor_btn {
    text-align: center;
    padding-top: 15px;
}
.bor_btn .btn {
    width: 160px;
    height: 48px;
    line-height: 48px;
    border-radius: 0;
    margin: 0 20px;
}
.bor_btn .btn.btn2 {
    color: #3698DB;
    border: 1px solid #3698DB;
    background: #FFFFFF;
}
.bor_btn .btn.btn2:hover {
    color: #FFFFFF;
    background: #3698DB;
}
.info_cont {
    padding: 18px 0 5px 100px;
}
.info_input {
    width: 320px;
    height: 48px;
    margin-top: 20px;
    position: relative;
}
.info_input label {
    display: block;
    line-height: 20px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -10px;
}
.info_input .text {
    width: 223px;
    line-height: 18px;
    color: #333;
    font-size: 14px;
    padding: 14px 10px 14px 85px;
    border: 1px solid #E5E5E5;
}
.info_input .text:focus {
    outline: none;
}
.agreement_ul {
    padding: 25px 10px;
    border-bottom: 1px solid #E5E5E5;
}
.agreement_ul li {
    line-height: 24px;
    padding: 5px 0;
}
.agreement_ul li a {
    color: #3698DB;
}
.agree_box {
    line-height: 24px;
    padding: 20px 0 0 10px;
}
.agree_box .check {
    display: block;
    float: left;
    width: 14px;
    height: 24px;
    cursor: pointer;
    margin-right: 8px;
    background: url(../images/icon_check02.png) no-repeat center;
}
.agree_box .check.checked {
    background: url(../images/icon_check02_checked.png) no-repeat center;
}

.login_pop {
    width: 350px;
    color: #333;
    padding: 30px 50px 35px;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -225px;
    margin-top: -210px;
}
.login_pop > h3.tit {
    line-height: 42px;
    font-size: 30px;
    padding-bottom: 13px;
}
.login_pop .text_cen {
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    padding: 20px;
}
.login_input {
    position: relative;
    margin-top: 16px;
}
.login_input .text {
    width: 210px;
    line-height: 20px;
    font-size: 16px;
    padding: 16px 10px 16px 130px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    transition: all 0.2s ease-in-out;
}
.login_input .text:focus {
    outline: none;
    border-color: #3698DB;
}
.login_input label {
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -10px;
    transition: all 0.2s ease-in-out;
}
.login_input.active label {
    font-size: 18px;
}
.login_input > em.icon {
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    transition: all 0.2s ease-in-out;
}
.login_input > em.icon.icon01 {
    background: url(../images/login_icon01.png) no-repeat center;
}
.login_input.active > em.icon.icon01 {
    background: url(../images/login_icon01_active.png) no-repeat center;
}
.login_input > em.icon.icon02 {
    background: url(../images/login_icon02.png) no-repeat center;
}
.login_input.active > em.icon.icon02 {
    background: url(../images/login_icon02_active.png) no-repeat center;
}
.login_input > em.icon.icon03 {
    background: url(../images/login_icon03.png) no-repeat center;
}
.login_input.active > em.icon.icon03 {
    background: url(../images/login_icon03_active.png) no-repeat center;
}
.login_input .get_code {
    line-height: 20px;
    color: #3698DB;
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -10px;
    z-index: 100;
}
.login_input .img_code {
    width: 82px;
    height: 36px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px;
    z-index: 100;
}
.login_btn {
    display: block;
    line-height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 40px 0 15px;
    background: #3698DB;
    transition: all 0.2s ease-in-out;
}
.login_btn:hover {
    background: #F1A527;
}
/*2018-12-26 合格投资者认定 end*/



/* 2021-01-13-new_add */
.wealth_type table{
    width: 100%;
}
.wealth_type table th{
    font-size: 16px;
    color: #777777;
    line-height: 24px;
    width: 105px;
    vertical-align: top;
    padding-bottom: 8px;
    text-align: right;
}
.wealth_type table td{
    vertical-align: top;
    padding-bottom: 8px;
    font-size: 16px;
    color: #3333;
    line-height: 24px;
}
.wealth_type table td a{
    display: inline-block;
    vertical-align: top;
    margin-bottom:12px;
    margin-right:30px;
    transition: all .3s;
}
.wealth_type table td a.act,
.wealth_type table td a:hover{
    color: #3598DB;
}
.report_box .wealth_type{
    padding-top: 40px;
}
.wealth_type + .query_box{
    padding-top: 10px;
}

/* 2021-03-10-new_Add */
.icon_link{
	margin-left: 10px;
	font-size: 16px;
	color: #F1A527 ;
}
.icon_link:hover{
	text-decoration: underline;
}


/*-- add20231027 --*/
.header_top .a_link{
	position: relative;
}
.top_subnav{
	width: 130px;
	box-sizing: border-box;
	border-top: 2px solid #4C90D1;
	background: #FFF;
	padding: 12px 0;
	box-shadow: 0px 11px 29px 0px rgba(50, 29, 29, 0.08);
	position: absolute;
	top: 32px;
	left: -12px;
	z-index: 100;
}
.top_subnav:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px;
	border-color: transparent transparent #4C90D1; 
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}
.top_subnav > a{
	display: block !important;
	padding: 7px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px !important;
	color: #4D4D4D;
	margin: 0 !important;
}
.top_subnav > a:hover{
	color: #3598db;
	background: #f9f9f9;
}
.header_top .a_link a{
    margin: 0 22px;
}

