@charset "utf-8";
/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    blur:expression(this.onFocus=this.blur());
}
img{
    border:0px none;
    display: block;
    width: 100%;
    vertical-align:top;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input::placeholder{
    color: #999999;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    opacity:1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;
    opacity:1;
}

input:-ms-input-placeholder{
    color: #999999;
    opacity:1;
}
input::-webkit-input-placeholder{
    color: #999999;
    opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top:50px;
}
.mt70{
    margin-top: 70px;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.account_list a:hover{
    margin-left:15px;
}
.w1200{
    width:1200px;
    margin:0 auto;
    min-width:1200px;
}
.border-none{
    border:none!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.word{
    word-wrap:break-word;
}
body{
    font-size:14px;
    color:#666;
    line-height:20px;
    font-family:"Microsoft YaHei",Arial,'Helvetica',Verdana,sans-serif;
    background:#f7f7f7;
    min-width:1200px;
}
body{
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
.no_border{
    border: none !important;
}
.no_mb{
    margin-bottom: 0 !important;
}
.no_pt{
    padding-top: 0 !important;
}
.no_mr{
    margin-right: 0 !important;
}
.no_ml{
    margin-left: 0 !important;
}
.ared{
    color: #ff0000 !important;
}
.ared1{
    color: #d4003b !important;
}
/* common end */
/* index-start */
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    z-index: 100;
    min-width: 1200px;
}
.top_link{
    height: 30px;
    overflow: hidden;
    background-color: #fafafa;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.top_link.hidden{
    height: 0;
}
.top_link .link_box{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}
.top_link .link_box a,.top_link .link_box em,.top_link .link_box span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
.top_link .link_box a{
    padding: 0 10px;
}
.top_link .link_box a:hover,.top_link .link_box span:hover{
    color: #d4003b;
}
.top_link .account_box{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
}
.top_link .account_box>i{
    position: absolute;
    top: 0;
    right:0;
    display: block;
    width: 12px;
    height: 30px;
    background: url("../images/down_arrow_01.png") no-repeat center;
}
.top_link .account_box>i.act{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.header .left_box{
    width:160px;
}
.logo_box{
    padding:5px 0;
}
.logo_box .img_box{
    width: 153px;
}
.header .right_box{
    width: 1040px;
}
.nav_box>.nav_list{
    padding-right: 70px;
}
.nav_box>.nav_list>li{
    float: right;
    padding: 25px;
}
.nav_box>.nav_list>li>a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    padding: 0 25px;
    height: 30px;
    font-size: 16px;
    color: #000000;
    line-height:30px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.nav_box>.nav_list>li:hover>a,.nav_box>.nav_list>li.act>a{
    font-weight: bold;
    color: #d4003b;
}
.section{
    margin-top: 110px;
    position: relative;
    z-index: 50;
}
.banner{
    width: 100%;
    height:460px;
    position: relative;
    z-index: 10;
}
.banner_box{
    width:100%;
    position:relative;
    height:460px;
    z-index: 300;
    overflow: hidden;
}
.banner_box li{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height:460px;
    width: 100%;
}
.banner_box li a{
    display: block;
    width: 100%;
    height: 100%;
}
.slide_dot{
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 20;
}
.slide_dot span,.slide_dot em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.slide_dot span{
    padding: 5px;
    height: 10px;
    cursor: pointer;
}
.slide_dot em{
    zoom: 1;
    width:28px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    behavior: url(PIE.htc);
    position: relative;
    cursor: pointer;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.slide_dot span.active em{
    background-color: #ffffff;
}
.ingress_box{
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    z-index: 500;
    height: 1px;
}
.ingress_list{
    width: 260px;
    height: 320px;
    margin-right: 50px;
    padding: 15px 0 5px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    background: url("../images/bg_01.png") repeat;
}
.ingress_list li{
    float: left;
    margin: 0 20px 10px 0;
}
.ingress_list li a,.ingress_list li em,.ingress_list li .p1{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.ingress_list li a{
    display: block;
    width: 90px;
    height: 57px;
    padding: 13px 10px 0;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(PIE.htc);
}
.ingress_list li em{
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
}
.ingress_list li em.em_01{
    background: url("../images/ingress_icon_01.png") no-repeat center;
}
.ingress_list li em.em_02{
    background: url("../images/ingress_icon_02.png") no-repeat center;
}
.ingress_list li em.em_03{
    background: url("../images/ingress_icon_03.png") no-repeat center;
}
.ingress_list li em.em_04{
    background: url("../images/ingress_icon_04.png") no-repeat center;
}
.ingress_list li em.em_05{
    background: url("../images/ingress_icon_05.png") no-repeat center;
}
.ingress_list li em.em_06{
    background: url("../images/ingress_icon_06.png") no-repeat center;
}
.ingress_list li em.em_07{
    height: 27px;
    background: url("../images/ingress_icon_07.png") no-repeat center;
}
.ingress_list li em.em_08{
    background: url("../images/ingress_icon_08.png") no-repeat center;
}
.ingress_list li:hover em.em_01{
    background: url("../images/ingress_icon_09.png") no-repeat center;
}
.ingress_list li:hover em.em_02{
    background: url("../images/ingress_icon_10.png") no-repeat center;
}
.ingress_list li:hover em.em_03{
    background: url("../images/ingress_icon_11.png") no-repeat center;
}
.ingress_list li:hover em.em_04{
    background: url("../images/ingress_icon_12.png") no-repeat center;
}
.ingress_list li:hover em.em_05{
    background: url("../images/ingress_icon_13.png") no-repeat center;
}
.ingress_list li:hover em.em_06{
    background: url("../images/ingress_icon_14.png") no-repeat center;
}
.ingress_list li:hover em.em_07{
    background: url("../images/ingress_icon_15.png") no-repeat center;
}
.ingress_list li .p1{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
}
.ingress_list li:hover a{
    background-color: #d4003b;
}
.ingress_list li:hover .p1{
    color: #ffffff;
}
.ingress_list li.unset:hover a{
    background-color: #ffffff;
}
.ingress_list li.unset .p1,.ingress_list li.unset:hover .p1{
    color: #999999;
}
.introduce_box .w1200{
    background-color: #ffffff;
}
.introduce_box .left_words{
    width:429px;
    padding: 26px 70px 40px 50px;
}
.introduce_box .left_words h2{
    font-size: 18px;
    color: #d4003b;
    line-height: 40px;
    font-weight: bold;
    position: relative;
}
.right_btn{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
    display: block;
    width:26px;
    height: 26px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
    behavior: url(PIE.htc);
    background: url("../images/more_01.png") no-repeat center;
}
.right_btn:hover{
    background-image: url("../images/more_02.png");
}
.introduce_box .left_words .p1{
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
    overflow : hidden;
    text-align: justify;
    max-height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.introduce_box .right_img{
    width: 631px;
    padding: 19px 10px 10px 10px;
}
.company_dynamic .w1200{
    background-color: #eeeeee;
}
.company_dynamic .video_box{
    padding: 25px 30px 25px 50px;
}
.company_dynamic .video_box .img_box{
    width: 480px;
    position: relative;
}
.play_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin: -20px 0 0 -30px;
    display: block;
    width: 60px;
    height: 40px;
    background: url("../images/play_btn.png") no-repeat center;
}
.company_dynamic .video_box .p1{
    position: absolute;
    left: 0;
    bottom: 8px;
    padding: 0 20px;
    width: 440px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}
.company_dynamic .right_words{
    padding: 38px 74px 40px 40px;
    width: 526px;
}
.company_dynamic .right_words h2{
    font-size: 18px;
    color: #d4003b;
    line-height: 40px;
    font-weight: bold;
    position: relative;
}
.company_dynamic  .list_box{
    margin-top: 9px;
}
.company_dynamic  .list_box a{
    position: relative;
    display: block;
    padding-right: 140px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.company_dynamic  .list_box span{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    _display:inline;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}
.company_dynamic  .list_box a:hover{
    color: #d4003b;
    padding-left: 5px;
}
.business_box .w1200{
    background-color: #ffffff;
}
.business_box .list_box{
    padding: 30px 80px 40px 10px;
}
.business_box .list_box li{
    float: left;
    margin-left: 70px;
    width: 240px;
    height: 244px;
    padding: 27px 29px;
    border: 1px solid #eeeeee;
    position: relative;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor: pointer;
}
.business_box .list_box em{
    display: block;
    width: 64px;
    height: 52px;
    margin: 0 auto;
}
.business_box .list_box em.em_01{
    background: url("../images/bus_icon_01.png") no-repeat center;
}
.business_box .list_box em.em_02{
    background: url("../images/bus_icon_02.png") no-repeat center;
}
.business_box .list_box em.em_03{
    background: url("../images/bus_icon_03.png") no-repeat center;
}
.business_box h2{
    margin-top: 11px;
    font-size: 18px;
    color: #d4003b;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.business_box .list_box .p1{
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
    line-height:24px;
    text-align: justify;
}
.business_box .list_box .right_btn{
    top: 100%;
    right: 50%;
    margin-right: -13px;
    background: #ffffff url("../images/more_01.png") no-repeat center;
}
.business_box .list_box .right_btn:hover{
    background: url("../images/more_02.png") no-repeat center;
}
.business_box .list_box li:hover{
    box-shadow: 0 0 30px  rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 30px  rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 30px  rgba(0,0,0,.15);
    behavior: url(PIE.htc);
}
/* footer--start */
.footer{
    border-top: 1px solid #EDEDED;
    position: relative;
    z-index: 500;
}
.link_ways{
    padding: 52px 0 36px;
    background-color: #ffffff;
}
.link_content ul{
    margin-right: 100px;
}
.link_content ul li{
    width: 100px;
    position: relative;
}
.link_content ul h3{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.link_content ul a{
    display: block;
    font-size:14px;
    color:#666666;
    line-height: 22px;
    margin-bottom: 10px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.link_content ul li:hover>a {
    color: #d4003b;
    text-decoration: underline;
}
.link_content ul.ul_01{
    margin-right: 0;
}
.link_content ul.ul_01 li{
    width: 230px;
}
.link_content ul.ul_01 .p1{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color:#666666;
}
.link_content ul.ul_01 .p1 span{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.download_box{
    float: right;
    width: 260px;
}
.db_box{
    float: left;
    width: 100px;
    margin-right: 60px;
}
.db_box .img{
    width: 100px;
    height: 100px;
}
.db_box .p1{
    font-size: 14px;
    color:#666666;
    line-height:30px;
    text-align: center;
    margin-top: 10px;
}
.copyright{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #EDEDED;
    background-color: #ffffff;
}
.copyright .p1,.copyright .p2{
    width: 600px;
    font-size: 12px;
    color:#666666;
    line-height: 60px;
}
.copyright .p2{
    text-align: right;
}
.db_box.fr{
    margin-right: 0;
}
.copyright .p2 em{
    margin:0 6px 0 15px;
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width: 20px;
    height: 60px;
    background: url("../images/footer_icon_001.png") no-repeat center;
}
.copyright .p2 a{
    color: #666;
}
.copyright .p2 a:hover{
    color: #F1374D;
}
.lc_link_list{
    position: absolute;
    bottom: 25px;
    right:50%;
    margin-right: -120px;
    background: #fff;
    z-index: 9;
    width: 240px;
    height: 0px;
    overflow-y: scroll;
    padding: 0;
    box-shadow:0px 5px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 5px 20px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 5px 20px 0px rgba(0,0,0,0.1);
    behavior: url(PIE.htc);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.link_content .lc_link_list a{
    margin-bottom: 0;
    line-height: 20px;
    padding: 3px 10px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.link_content .lc_link_list a:hover{
    padding-left: 15px;
    color: #ffffff;
    background-color: #d4003b;
}
.link_content ul li:hover .lc_link_list{
    height: 305px;
    padding: 5px 0;
}
/* 登录页-start */
.login_page{
    width: 100%;
    height: 100%;
    position: relative;
}
.logo_box_01{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -160px;
    margin-top: -272px;
    width: 320px;
}
.logo_img{
    padding-left: 44px;
    width: 230px;
}
.login_tab{
    padding: 30px 40px 40px;
    margin-top: 30px;
    width: 260px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    background: url("../images/bg_01.png") repeat;
    position: relative;
}
.ingress_box .login_tab{
    margin: -15px 50px 0 0;
}
.close_btn{
    position: absolute;
    top:-18px;
    right:-18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/close_btn.png") no-repeat center;
}
.close_btn:hover{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.tab_01 .tab_tit{
    text-align: center;
    font-size: 0;
}
.tab_01 .tab_tit span,.tab_01 .tab_tit em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.tab_01 .tab_tit span{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    cursor: pointer;
}
.tab_01 .tab_tit em{
    color: #bfbfbf;
    font-size: 18px;
    line-height: 30px;
    padding: 0 30px;
}
.tab_01 .tab_children{
    display: none;
}
.tab_01 .tab_tit span.on{
    color: #d4003b;
    font-weight: bold;
}
.tab_01 .tab_body{
    padding-top: 10px;
}
.login_detail .msg_box{
    margin-top: 20px;
    position: relative;
}
.login_detail .msg_box input{
    display: block;
    width: 208px;
    height:28px;
    padding: 0 20px 0 30px;
    font-size:14px;
    color: #333333;
    line-height: 28px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 10;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.login_detail .msg_box input.nice{
    padding-right: 75px;
    width: 153px;
}
.login_detail .msg_box input:focus{
    border-color: #d4003b;
}
.login_detail .msg_box input.no_focus:focus{
    border-color: #dddddd;
}
.login_detail .msg_box  em{
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    z-index: 100;
}
.login_detail .msg_box  em.em_01{
    background: url("../images/login_icon_01.png") no-repeat center;
}
.login_detail .msg_box  em.em_02{
    background: url("../images/login_icon_02.png") no-repeat center;
}
.login_detail .msg_box  em.em_03{
    background: url("../images/login_icon_03.png") no-repeat center;
}
.login_detail .msg_box>i{
    position: absolute;
    top: 1px;
    right: 15px;
    display: block;
    width:16px;
    height: 28px;
    background: url("../images/down_arrow.png") no-repeat center;
    z-index: 100;
}
.login_detail .msg_box>i.act{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.login_detail .msg_box .list{
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    width: 238px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 4px rgba(150,150,150,0.3);
    -moz-box-shadow: 0 3px 4px rgba(150,150,150,0.3);
    -webkit-box-shadow:0 3px 4px rgba(150,150,150,0.3);
    behavior: url(PIE.htc);
    z-index: 101;
}
.login_detail .msg_box .list li{
    padding: 0 20px 0 30px;
    border-top: 1px solid #ddd;
    font-size:14px;
    color: #333333;
    line-height: 37px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    cursor: pointer;
}
.login_detail .msg_box .list li:hover{
    color: #ffffff;
    background-color: #d4003b;
    border-color: #d4003b;
}
.login_detail .msg_box .list li:first-child{
    border-top: none;
}
.login_detail .msg_box .reset{
    display: inline-block;
    _display:inline;
    position: absolute;
    top:1px;
    right:9px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    z-index: 30;
}
.login_detail .msg_box .reset:hover{
    color: #d4003b;
}
.login_detail .yzm_img{
    position: absolute;
    top: 1px;
    right: 4px;
    width:64px;
    height: 28px;
    z-index: 30;
}
.login_detail .login_btn{
    margin-top: 30px;
}
.login_detail .login_btn a{
    display: block;
    width: 260px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d4003b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
}
.login_detail .login_btn a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.logo_box_01 .tips{
    padding-left: 8px;
    margin-top: 10px;
    font-size: 14px;
    color: #ffcccc;
    line-height: 24px;
    text-align: justify;
}
.login_detail .msg_box .tip{
    position: absolute;
    left: 0;
    top:31px;
    padding: 0 20px 0 17px;
    font-size:12px;
    color: #d4003b;
    line-height: 18px;
    background: url("../images/error_icon.png") no-repeat 2px 3px;
}
/* 关于我们-start */
.local_address p{
    padding:20px 0 20px 39px;
    line-height: 20px;
    height: 20px;
    font-size: 0;
    position: relative;
}
.local_address i{
    position: absolute;
    left: 14px;
    top:20px;
    display: block;
    width: 16px;
    height: 20px;
    background: url("../images/icon_home.png") no-repeat center;
}
.local_address a,.local_address em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}
.local_address em{
    padding: 0 5px;
}
.local_address a.on{
    font-weight: bold;
}
.local_address a:hover{
    color: #d4003b;
}
.page_content{
    padding-bottom:47px;
}
.page_content .w1200{
    background-color: #ffffff;
    position: relative;
}
.page_content .line{
    position: absolute;
    left: 250px;
    top: 0;
    display: block;
    width: 30px;
    height: 100%;
    background-color: #f7f7f7;
}
.left_nav{
    width: 250px;
}
.left_nav h2{
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    font-weight: 500;
    padding: 0 30px;
    background: url("../images/title_bg.jpg") no-repeat center;
}
.left_nav .list_box{
    padding-bottom: 150px;
}
.left_nav .list_box>li>a{
    display: block;
    padding: 19px 36px 19px 56px;
    font-size: 16px;
    color: #666666;
    line-height:22px;
    position: relative;
}
.left_nav .list_box em{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    display: block;
    width: 13px;
    height: 18px;
    opacity: 0;
    filter:alpha(opacity=0);
    behavior: url(PIE.htc);
    background: url("../images/right_icon.png") no-repeat center;
}
.left_nav  .list_box>li em.on{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.left_nav  .list_box i{
    position: absolute;
    left:18px;
    top: 18px;
    display: block;
    width: 24px;
    height: 24px;
}
.left_nav  .list_box i.i_01{
    background: url("../images/icon_01.png") no-repeat center;
}
.left_nav  .list_box i.i_02{
    background: url("../images/icon_02.png") no-repeat center;
}
.left_nav  .list_box i.i_03{
    background: url("../images/icon_03.png") no-repeat center;
}
.left_nav  .list_box i.i_04{
    background: url("../images/icon_04.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_01{
    background: url("../images/icon_001.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_02{
    background: url("../images/icon_002.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_03{
    background: url("../images/icon_003.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_04{
    background: url("../images/icon_004.png") no-repeat center;
}
.left_nav  .list_box i.i_05{
    background: url("../images/icon_05.png") no-repeat center;
}
.left_nav  .list_box i.i_06{
    background: url("../images/icon_06.png") no-repeat center;
}
.left_nav  .list_box i.i_07{
    background: url("../images/icon_07.png") no-repeat center;
}
.left_nav  .list_box i.i_08{
    background: url("../images/icon_08.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_05{
    background: url("../images/icon_005.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_06{
    background: url("../images/icon_006.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_07{
    background: url("../images/icon_007.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_08{
    background: url("../images/icon_008.png") no-repeat center;
}
.left_nav  .list_box i.i_09{
    background: url("../images/icon_09.png") no-repeat center;
}
.left_nav  .list_box i.i_10{
    background: url("../images/icon_10.png") no-repeat center;
}
.left_nav  .list_box i.i_11{
    background: url("../images/icon_11.png") no-repeat center;
}
.left_nav  .list_box i.i_12{
    background: url("../images/icon_12.png") no-repeat center;
}
.left_nav  .list_box i.i_13{
    background: url("../images/icon_13.png") no-repeat center;
}
.left_nav  .list_box i.i_14{
    background: url("../images/icon_14.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_09{
    background: url("../images/icon_009.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_10{
    background: url("../images/icon_010.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_11{
    background: url("../images/icon_011.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_12{
    background: url("../images/icon_012.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_13{
    background: url("../images/icon_013.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_14{
    background: url("../images/icon_014.png") no-repeat center;
}
.left_nav  .list_box i.i_19{
    background: url("../images/icon_19.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_19{
    background: url("../images/icon_019.png") no-repeat center;
}
.left_nav  .list_box i.i_20{
    background: url("../images/icon_20.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_20{
    background: url("../images/icon_020.png") no-repeat center;
}
.left_nav  .list_box>li.act>a{
    color: #d4003b;
    background-color: #ffedf2;
}
.left_nav  .list_box>li.act em,.left_nav  .list_box>li em.show{
    opacity: 1;
    filter:alpha(opacity=100);
    behavior: url(PIE.htc);
}
.left_nav  .list_box>li em.on{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.left_nav .list_inner{
    display: none;
    border-bottom: 1px solid #e8c8d1;
    background-color: #fef8f9;
}
.left_nav .list_inner a{
    display: block;
    position: relative;
    padding-left:77px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}
.left_nav .list_inner i{
    position: absolute;
    left: 53px;
    top:50%;
    margin-top: -6px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/down_icon_06.png") no-repeat -13px 0;
}
.left_nav  .list_inner li.on a,.left_nav  .list_inner li:hover a{
    color: #d4003b;
}
.left_nav  .list_inner li:hover i,.left_nav  .list_inner li.on i{
    background-position: 0 0;
}
.pcr_detail {
    width: 880px;
    padding: 30px 20px 40px;
}
.com_intro .intro_detail{
    padding: 0 30px;
    margin-bottom: 32px;
}
.com_intro h2{
    margin-bottom: 20px;
    font-size: 18px;
    color: #666666;
    line-height:40px;
    font-weight: bold;
    padding-bottom: 2px;
    position: relative;
}
.com_intro h2 span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 70px;
    height: 2px;
    background-color: #d4003b;
}
.com_intro .intro_detail .words{
    padding-right: 310px;
    position: relative;
    min-height: 300px;
}
.com_intro .intro_detail .p1{
    font-size: 14px;
    color: #4c4c4c;
    line-height:30px;
    text-align: justify;
}
.com_intro .intro_detail .img_box{
    position: absolute;
    right: 13px;
    top:50%;
    margin-top: -115px;
    width: 280px;
}
.com_intro .intro_detail.nice{
    padding: 16px 30px 28px;
    box-shadow: 0 8px 38px rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 38px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 8px 38px rgba(0,0,0,.1);
    behavior: url(PIE.htc);
}
.com_intro .intro_detail.nice .p1{
    margin-bottom: 15px;
    line-height: 26px;
}
.history_list{
    padding: 6px 0 0 9px;
    position: relative;
}
.history_list .list{
    border-left: 1px solid #ebebeb;
}
.history_list .list li{
    padding-left: 22px;
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
}
.history_list .list i{
    position: absolute;
    left: -5px;
    top:10px;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ebebeb;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    behavior: url(PIE.htc);
    z-index: 100;
}
.history_list .list em{
    position: absolute;
    left: -2px;
    display: block;
    width: 3px;
    height:15px;
    background-color: #ffffff;
}
.history_list .list em.top{
    top: 0;
}
.history_list .list em.down{
    bottom: 0;
}
.com_intro .intro_detail .words_01{
    padding-left: 300px;
    position: relative;
}
.com_intro .intro_detail .img_box_01{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -95px;
    width: 280px;
}
.com_intro .intro_detail .title{
    font-size: 18px;
    color: #d4003b;
    line-height: 63px;
    font-weight: bold;
    border-bottom: 1px solid #f5c2d0;
}
.com_intro .intro_detail .img_box_02{
    width: 252px;
    margin: 22px auto 0;
}
.com_intro .list_01{
    padding-top: 10px;
}
.com_intro .list_01 li{
    position: relative;
    padding-left: 23px;
    width: 387px;
    float: left;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 28px;
    margin-bottom: 15px;
}
.com_intro .list_01  em{
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #d4003b;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    behavior: url(PIE.htc);
}
.com_intro .intro_detail h3{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 14px;
}
.com_intro  .t_01{
    width: 100%;
    margin-bottom: 25px;
}
.com_intro  .t_01 th {
    width: 190px;
    font-weight: normal;
    text-align: center;
}
.com_intro  .t_01 th,.com_intro  .t_01 td{
    border: 1px solid #e6e6e6;
    vertical-align: middle;
    padding:13px 7px 14px 16px;
}
.com_intro  .t_01 span{
    _display: inline;
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}
.com_intro  .t_01 .exp{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.com_intro  .name{
    font-size: 16px;
    color: #d4003b;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 8px;
}
.link_us{
    padding-bottom: 10px;
}
.link_us h2{
    padding: 18px 0;
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    font-weight: bold;
}
.link_us .img_box{
    width: 100%;
    position: relative;
}
.link_us .words{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 100;
    width:510px;
    padding: 35px 40px 0;
    min-height: 135px;
    background-color:#DC5858;
    background-color: rgba(220,88,88,.8);
}
.link_us .words .p1{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}
/* 服务支持-下载中心-start */
.download_center {
    padding: 2px 12px 0;
}
.download_title{
    height: 224px;
    position: relative;
}
.download_title .words{
    position: absolute;
    top: 51px;
    right: 52px;
    width: 410px;
}
.download_title .words .p1{
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
}
.download_title .words .btn{
    margin-top: 24px;
    position: relative;
    display: block;
    width: 122px;
    height: 46px;
    background-color: #ff2e1d;
    border: 1px solid #ff6c3e;
    border-radius: 0 5px 0 5px;
    -moz-border-radius: 0 5px 0 5px;
    -webkit-border-radius: 0 5px 0 5px;
    behavior: url(PIE.htc);
}
.download_title  .btn span{
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    width:119px;
    height: 43px;
    border: 1px solid #ff6c3e;
    background-color: #ffffff;
    font-size: 18px;
    color: #d4003b;
    line-height: 43px;
    text-align: center;
}
.download_list{
    margin-top: 19px;
}
.download_list h2{
    font-size:18px;
    color: #666666;
    line-height: 57px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;
    margin-bottom: 11px;
}
.download_list h3{
    position: relative;
    padding-left: 23px;
    font-size: 16px;
    color: #d4003b;
    line-height: 32px;
    margin-bottom: 16px;
}
.download_list h3 em{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width:14px;
    height: 32px;
    background: url("../images/down_icon_01.png") no-repeat center;
}
.download_list .list_box{
    margin-bottom: 20px;
}
.download_list .list li{
    float: left;
    width: 360px;
    margin-bottom: 16px;
    margin-right: 136px;
}
.download_list .list a{
    position:relative;
    display: block;
    padding-right: 30px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.download_list .list em{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 30px;
    background: url("../images/down_icon_02.png") no-repeat center;
}
.download_list .list a:hover{
    color: #d4003b;
}
.leave_words{
    padding: 0 10px;
}
.leave_words h2{
    font-size: 18px;
    color: #666666;
    line-height: 59px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;
}
.words_detail{
    padding:44px 0 0 133px;
}
.words_detail .msg_box{
    margin-bottom: 28px;
}
.words_detail .msg_box span{
    float: left;
    display: block;
    width: 100px;
    font-size: 14px;
    color: #000000;
    line-height: 42px;
    text-align: right;
    margin-right: 19px;
}
.words_detail .input_box{
    float: left;
}
.words_detail .input_box input{
    display: block;
    width: 325px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    outline: none;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.words_detail .input_box input:focus{
    border-color: #d4003b;
}
.words_detail .radio{
    font-size: 0;
    padding: 10px 0;
}
.words_detail .radio strong{
    position: relative;
    display: inline-block;
    _display:inline;
    vertical-align: top;
    padding-left: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    margin-right: 45px;
    font-weight: normal;
}
.words_detail .radio a{
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/down_icon_03.png") no-repeat center;
}
.words_detail .radio a.act{
    background: url("../images/down_icon_04.png") no-repeat center;
}
.words_detail .msg_box textarea{
    display: block;
    width: 325px;
    height: 94px;
    line-height: 25px;
    padding: 10px 15px;
    outline: none;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    resize: none;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.words_detail .msg_box textarea:focus{
    border-color: #d4003b;
}
.words_detail .input_box.yzm input{
    width: 172px;
}
.words_detail .msg_box .img{
    float: left;
    width: 125px;
    height: 42px;
    margin-left: 28px;
}
.words_detail .yzm_btn{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    font-size: 14px;
    color: #d4003b;
    line-height: 42px;
    margin-left: 28px;
}
.words_detail .yzm_btn:hover{
    text-decoration: underline;
}
.submit_btn{
    margin-left: 119px;
    display: block;
    width: 357px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #d4003b;
    font-size: 16px;
    color: #ffffff;
}
.submit_btn:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.leave_words .table_box{
    padding-top: 30px;
}
.leave_words .table_box table{
    width: 100%;
}
.leave_words .table_box th{
    padding: 0 20px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 46px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: left;
}
.leave_words .table_box td{
    padding: 14px 20px;
    border: 1px solid #e6e6e6;
}
.leave_words .table_box .p1{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 24px;
}
.leave_words .table_box .p2{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.tz_tab{
    margin-top: 19px;
}
.tz_tab .tab_tit{
    font-size: 0;
}
.tz_tab .tab_tit span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    position: relative;
    font-size:16px;
    color: #666666;
    line-height: 57px;
    margin-right:37px;
    cursor: pointer;
    position: relative;
}
.tz_tab .tab_tit em{
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width:0;
    height: 3px;
    background-color: #d4003b;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.tz_tab .tab_tit span.on{
    color: #d4003b;
    font-weight: bold;
}
.tz_tab .tab_tit span.on em{
    width: 30px;
    margin-left: -15px;
}
.tz_tab .tab_children{
    display: none;
}
.tz_tab .list li{
    border-top: 1px solid #f2f2f2;
}
.tz_tab .list a{
    display: block;
    padding: 0 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 62px;
    position: relative;
}
.tz_tab .list em{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -8px;
    display: block;
    width: 14px;
    height: 15px;
    background: url("../images/down_icon_05.png") no-repeat center;
}
.tz_tab .list a:hover{
    color: #d4003b;
}
.product_box{
    width: 920px;
    padding-bottom: 40px;
}
.dxproduct_box{
    width: 1200px;
    padding-bottom: 40px;
}
.zxproduct_box{
    width: 1200px;
    padding-bottom: 40px;
}
.product_detail h2{
    font-size: 18px;
    color: #d4003b;
    line-height: 24px;
    padding: 18px 26px 17px;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
}
#product_shortname{
	font-size: 18px;
    color: #d4003b;
    line-height: 24px;
}
.product_detail h2 span,.product_detail h2 i{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
#product_code{
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-left: 20px;
    font-weight: normal;
}
.product_detail h2 i{
    margin-left: 12px;
    padding: 0 7px;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    background-color: #cc33ff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(PIE.htc);
}
.pro_banner{
    height: 200px;
}
.pro_banner .words{
    padding:49px 30px 0 400px;
}
.pro_banner h3{
    font-size: 24px;
    color: #d4003b;
    line-height: 40px;
    font-weight: bold;
}
.pro_banner .p1{
    font-size: 14px;
    color: #d4003b;
    line-height: 22px;
}
.pro_banner  .btn{
    margin-top: 11px;
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    background-color: #d4003b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(PIE.htc);
}
.pro_banner  .btn:hover{
    background-color: #af0534;
}
.product_box .bg{
    height: 30px;
    background-color: #f7f7f7;
}
.pro_tab .tab_tit{
    height: 59px;
    padding: 0 10px;
    border-bottom: 1px solid #eeeeee;
}
.pro_tab .tab_tit span,.pro_tab .tab_tit em{
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.pro_tab .tab_tit span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    min-width: 80px;
    margin: 0 30px;
    font-size: 16px;
    color: #666666;
    line-height: 59px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.pro_tab .tab_tit em{
    position: absolute;
    left: 50%;
    bottom: -1px;
    display: block;
    width: 0;
    height: 3px;
    background-color: #d4003b;
}
.pro_tab .tab_tit span.on{
    color: #d4003b;
    font-weight: bold;
}
.pro_tab .tab_tit span.on em{
    width: 80px;
    margin-left: -40px;
}
.pro_tab .tab_children{
    display: none;
}
.no_login{
    padding:180px 0 140px;
}
.no_login em{
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/down_icon_07.png") no-repeat center;
}
.no_login .p1{
    margin-top: 15px;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: center;
}
.pro_date{
    padding: 55px 50px 40px;
}
.pro_date .list_box{
    width:640px;
}
.pro_date .list_box li{
    width: 200px;
    float: left;
}
.pro_date .list_box li:first-child{
    width: 240px;
}
.pro_date .list_box .p1{
    font-size: 20px;
    color: #ff0000;
    line-height:44px;
    font-weight: bold;
}
.pro_date .list_box .p1 span{
    font-size: 44px;
}
.pro_date .list_box .p2{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.date_limit{
    margin-top: 30px;
    padding-left: 25px;
    background: url("../images/down_icon_10.png") no-repeat left center;
}
.date_limit .p1{
    font-size:14px;
    color: #000000;
    line-height:28px;
}
.gk_box .chart_box{
    padding: 20px;
}
.gk_box .chart_top{
    height: 60px;
}
.gk_box .year_select{
    padding: 0 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    font-size: 0;
}
.gk_box .year_select a,.gk_box .year_select em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.gk_box .year_select a{
    padding: 0 22px;
    font-size: 14px;
    color: #000000;
    line-height: 38px;
}
.gk_box .year_select em{
    font-size: 6px;
    color: #dddddd;
    line-height: 38px;
}
.gk_box .year_select a:hover{
    color: #d4003b;
}
.pro_input_box{
    overflow: hidden;
}
.pro_input_box input{
    float: left;
    display: block;
    outline: none;
    width: 98px;
    height: 38px;
    font-size: 14px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    cursor: pointer;
}
.pro_input_box  em{
    float: left;
    display: block;
    width: 20px;
    height: 40px;
    background: url("../images/down_icon_11.png") no-repeat center;
}
.pro_input_box .btn{
    margin-left: 10px;
    float: left;
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #d4003b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
}
.pro_input_box .btn:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.gk_box .line_box{
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}
.gk_box .line_exp{
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    height: 18px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
}
.gk_box .line_exp p{
    position: relative;
    padding:0 7px 0 32px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.gk_box .line_exp i{
    position: absolute;
    left: 5px;
    top: 7px;
    display: block;
    width: 20px;
    height: 3px;
}
.gk_box .line_exp p.red{
    color: #ff0000;
}
.gk_box .line_exp p.red i{
    background-color: #ff0000;
}
.gk_box .line_exp p.blue{
    color: #546edd;
}
.gk_box .line_exp p.blue i{
    background-color: #546edd;
}
.gk_detail{
    border-top: 1px solid #dddddd;
    padding: 14px 20px 26px;
}
.gk_detail h4,.fh_detail h4{
    font-size: 18px;
    color: #d4003b;
    line-height: 32px;
    font-weight: bold;
}
.gk_detail .detail_box{
    margin-top: 15px;
    padding:0 28px 0 48px;
}
.gk_detail .detail_box .p1{
    padding-left: 85px;
    position: relative;
    min-height: 24px;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.gk_detail .detail_box .p1 span{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    _display:inline;
    color: #666666;
}
.gk_detail .detail_box .msg_box.fl{
    width: 530px;
}
.gk_detail .detail_box .msg_box.fr{
    padding-top: 24px;
    width: 274px;
}
.gk_detail .bar_box{
    margin: 23px 0 14px;
    padding: 0 26px 0 48px;
}
.gk_detail .bar_outer{
    width: 700px;
    height: 30px;
    background-color: #f2f2f2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
}
.gk_detail .bar_inner{
    height: 30px;
    background-color: #2f83e1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
}
.gk_detail .bar_box span{
    display: inline-block;
    _display:inline;
    font-size: 18px;
    color: #2f83e1;
    line-height: 30px;
    font-weight: bold;
}
.fh_box .fh_detail{
    position: relative;
    border-top: 1px solid #dddddd;
    padding: 22px 30px 49px;
}
.fh_detail  .table_box{
    margin-top: 25px;
}
.fh_detail  .table_box table{
    width: 100%;
    table-layout: fixed;
    border: 1px solid #eeeeee;
}
.fh_detail  .table_box th{
    background-color: #f7f7f7;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
}
.fh_detail  .table_box td{
    border-top: 1px solid #eeeeee;
    padding: 12px 0;
}
.fh_detail  .table_box .p1{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    text-align: center;
}
.fh_detail .pro_input_box{
    position: absolute;
    top: 19px;
    right: 30px;
}
.tz_box .tz_detail{
    padding: 27px 30px 34px;
    border-top: 1px solid #dddddd;
}
.tz_box .tz_detail h4{
    font-size: 18px;
    color: #d4003b;
    line-height: 32px;
    font-weight: bold;
}
.tz_box .tz_detail .words{
    margin-top: 10px;
    padding: 0 20px 0 36px;
}
.tz_box .tz_detail .p1{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.fl_box{
    padding: 22px 30px 0;
}
.fl_box h4{
    font-size: 18px;
    color: #d4003b;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}
.fl_box .table_box{
    margin-bottom: 28px;
}
.fl_box .table_box table{
    width: 100%;
    table-layout: fixed;
    border: 1px solid #eeeeee;
}
.fl_box .table_box th,.fl_box .table_box .p1{
    padding-left: 34px;
}
.fl_box .table_box th{
    text-align: left;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    font-weight: normal;
}
.fl_box .table_box td{
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
}
.fl_box .table_box .p1{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}
.xp_box{
    padding: 20px 30px 0;
}
.xp_box h4{
    position:relative;
    font-size: 18px;
    color: #d4003b;
    line-height: 32px;
    font-weight: bold;
}
.xp_box h4 .more{
    position: absolute;
    top: 0;
    right: 46px;
    display: block;
    width: 26px;
    height: 32px;
    background: url("../images/more_01.png") no-repeat center;
}
.xp_box h4 .more:hover{
    background: url("../images/more_02.png") no-repeat center;
}
.xp_box .table_box{
    margin-top: 18px;
}
.xp_box .table_box table{
    border: 1px solid #eeeeee;
    border-bottom: none;
    width: 100%;
}
.xp_box .table_box td{
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
}
.xp_box .table_box .p1{
    width: 480px;
    padding: 0 25px;
    vertical-align: middle;
}
.xp_box .p1 a{
    font-size: 16px;
    color: #000000;
    line-height: 25px;
}
.xp_box .p1 a:hover{
    color: #d4003b;
}
.xp_box .table_box .p2{
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    text-align: center;
}
.xp_box .table_box .down_btn{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    behavior: url(PIE.htc);
    background: url("../images/down_icon_12.png") no-repeat center;
}
.xp_box .table_box .down_btn:hover{
    background:#d4003b url("../images/down_icon_13.png") no-repeat center;
}
.kf_box{
    padding:22px 30px 0;
    position: relative;
}
.kf_box h4{
    font-size: 18px;
    color: #d4003b;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}
.kf_box .pro_input_box{
    position: absolute;
    top: 22px;
    right: 30px;
}
.kf_box .table_box table{
    width: 100%;
    border: 1px solid #eeeeee;
}
.kf_box .table_box th{
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    text-align: center;
    background-color: #f7f7f7;
    font-weight: normal;
}
.kf_box .table_box td{
    padding: 12px 0;
    border-top: 1px solid  #eeeeee;
}
.kf_box .table_box .p1{
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    text-align: center;
}
.kf_box .table_box .p1.red{
    color: #ff0000;
}
/* 产品专区-集合理财-start */
.banner_01{
    height: 300px;
    position: relative;
    z-index: 50;
}
.lc_area{
    position: relative;
    z-index: 100;
    padding: 30px 0;
    background-color: #f7f7f7;
}
.lc_area .lca_tab{
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
}
.lc_area .lca_tab .w1200{
    text-align: center;
    font-size: 0;
}
.lc_area .lca_tab a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width: 378px;
    height: 70px;
    margin-right: 2px;
}
.lc_area .lca_tab span{
    display: block;
    font-size: 24px;
    color: #666666;
    line-height: 60px;
    height: 70px;
    text-align: center;
    background: url("../images/bg_05.png") no-repeat center top;
    transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
}
.lc_area .lca_tab a.act span{
    color: #d4003b;
    font-weight: bold;
    background: url("../images/bg_06.png") no-repeat center top;
}
.lc_area .lca_tab em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    padding-top: 12px;
    width: 36px;
    height: 36px;
    margin-right: 29px;
}
.lc_area .lca_tab em.em_01{
    background: url("../images/icon_15.png") no-repeat center bottom;
}
.lc_area .lca_tab em.em_02{
    background: url("../images/icon_16.png") no-repeat center bottom;
}
.lc_area .lca_tab em.em_03{
    background: url("../images/icon_17.png") no-repeat center bottom;
}
.lc_area .lca_tab a:hover .em_01,.lc_area .lca_tab a.act .em_01{
    background: url("../images/icon_015.png") no-repeat center bottom;
}
.lc_area .lca_tab a:hover .em_02,.lc_area .lca_tab a.act .em_02{
    background: url("../images/icon_016.png") no-repeat center bottom;
}
.lc_area .lca_tab a:hover .em_03,.lc_area .lca_tab a.act .em_03{
    background: url("../images/icon_017.png") no-repeat center bottom;
}
.jhlc_box .w1200{
    background-color: #ffffff;
}
.jhlc_tab{
    position: relative;
    padding: 20px 0 ;
}
.jhlc_tab .tab_tit{
    padding: 0 28px;
    font-size: 0;
    border-bottom: 1px solid #eeeeee;
}
.jhlc_tab .tab_tit span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    padding: 0 22px;
    font-size: 16px;
    color: #666666;
    line-height: 49px;
    position: relative;
    cursor: pointer;
}
.jhlc_tab .tab_tit em{
    position: absolute;
    left: 50%;
    bottom: -1px;
    display: block;
    height: 2px;
    width: 0;
    background-color: #d4003b;
}
.jhlc_tab .tab_tit span.on{
    color: #d4003b;
    font-weight: bold;
}
.jhlc_tab .tab_tit span.on em{
    margin-left: -40px;
    width: 80px;
}
.jhlc_tab .lc_search{
    position: absolute;
    top: 20px;
    right:20px;
    z-index: 100;
}
.lc_search .msg_box{
    position: relative;
    margin-left: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    width: 146px;
    height: 30px;
}
.lc_search .msg_box span{
    position: absolute;
    left: 11px;
    top: 0;
    display: inline-block;
    _display:inline;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.lc_search .msg_box input{
    display: block;
    height: 30px;
    outline: none;
    border: none;
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}
.lc_search .msg_box.nice input{
    padding: 0 14px 0 72px;
    text-align: right;
    width: 60px;
}
.lc_search .msg_box.nice_01 input{
    padding: 0 28px 0 50px;
    text-align: right;
    width:66px;
    cursor: pointer;
}
.lc_search .msg_box.nice_02{
    width: 148px;
}
.lc_search .msg_box.nice_02 input{
    padding: 0 35px 0 10px;
    width: 105px;
}
.lc_search .msg_box.nice_02:hover{
    border-color: #d4003b;
}
.lc_search .msg_box em{
    position: absolute;
    top: 0;
    right:7px;
    display: block;
    width: 14px;
    height: 30px;
    background: url("../images/down_icon_14.png") no-repeat center;
}
.lc_search .msg_box em.act{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.lc_search .msg_box .search{
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    behavior: url(PIE.htc);
    background:#d4003b url("../images/down_icon_15.png") no-repeat center;
}
.lc_search .msg_box .search:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.lc_search .msg_box .list_box{
    display: none;
    position: absolute;
    left: -1px;
    top: 28px;
    padding:10px 0;
    width: 146px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius:0 0 4px 4px;
    -moz-border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}
.lc_search .msg_box .list_box li{
    font-size: 14px;
    color: #000000;
    line-height: 30px;
    padding-left:50px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lc_search .msg_box .list_box li:hover{
    color: #ffffff;
    background:#d4003b;
}
.jhlc_tab .jhlc_children{
    display: none;
}
.jh_box h2{
    padding: 35px 0 0 72px;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}
.jh_box h2 i{
    position: absolute;
    left: 0;
    top: 35px;
    display: block;
    width: 8px;
    height: 40px;
}
.jh_box h2 em{
    position: absolute;
    left: 23px;
    top: 35px;
    display: block;
    width:36px;
    height: 40px;
}
.jh_box h2.col_01{
    color: #8c6013;
}
.jh_box h2.col_01 i{
    background-color: #e4ba69;
}
.jh_box h2.col_01 em{
    background: url("../images/down_icon_16.png") no-repeat center;
}
.jh_box h2.col_02{
    color: #a620a7;
}
.jh_box h2.col_02 i{
    background-color: #e9a2ea;
}
.jh_box h2.col_02 em{
    background: url("../images/down_icon_17.png") no-repeat center;
}
.jh_box .table_box{
    margin-top: 15px;
    padding: 0 10px;
}
.jh_box .table_box table{
    width: 100%;
}
.jh_box .table_box th.first,.jh_box .table_box td.first{
    padding-left:30px;
}
.jh_box .table_box th.last,.jh_box .table_box td.last{
    padding-right: 30px;
}
.jh_box .table_box th{
    border-bottom: 1px solid #dddddd;
    background-color: #f7f7f7;
    font-weight: normal;
    text-align: left;
    padding: 6px 0;
    vertical-align: middle;
}
.jh_box .table_box th.last,.jh_box .table_box td.last{
    text-align: center;
}
.jh_box .table_box th span,.jh_box .table_box th em{
    display: inline-block;
    _display:inline;
    vertical-align: middle;
}
.jh_box .table_box th span{
    font-size: 14px;
    color: #666666;
    line-height: 37px;
}
.jh_box .table_box th em{
    margin-left: 9px;
    width:12px;
    height: 37px;
    background: url("../images/icon_18.png") no-repeat center;
}
.jh_box .table_box th em.act{
    background: url("../images/icon_018.png") no-repeat center;
}
.jh_box .table_box th em.up{
    background-image: url("../images/icon_29.png");
}
.jh_box .table_box td{
    padding: 20px 0;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}
.jh_box .table_box .p1{
    font-size:14px;
    color: #000000;
    line-height: 25px;
}
.jh_box .table_box .p1.red{
    color: #ff0000;
}
.jh_box .table_box .p1.blue span{
    color: #3366ff;
}
.jh_box .table_box .p1.blue1 span{
    color: #be33ff;
}
.jh_box .table_box .p1.red1 span{
    color: #ff256d;
}
.jh_box .table_box .p1 span{
    margin-left: 9px;
}
.jh_box .table_box .query{
    color: #d4003b;
}
.jh_box .table_box .query:hover{
    text-decoration: underline;
}
.jh_box .table_box .buy_btn{
    display: inline-block;
    _display:inline;
    vertical-align: middle;
    width: 48px;
    font-size: 14px;
    color: #d4003b;
    line-height:26px;
    text-align: center;
    border: 1px solid #d4003b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
}
.jh_box .table_box .buy_btn:hover{
    background-color: #d4003b;
    color: #ffffff;
}
.jh_box .table_box.nice th span{
    line-height: 18px;
}
.jh_box .table_box .state{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.jhlc_tips{
    border-top: 30px solid #f7f7f7;
    padding-left: 80px;
    background-color: #ffda76;
    position: relative;
}
.jhlc_tips em{
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -16px;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/down_icon_18.png") no-repeat center;
}
.jhlc_tips .words{
    border: 1px solid #ffda76;
    background-color: #fff9d4;
    padding: 9px 20px 14px;
}
.jhlc_tips .words h3{
    font-size: 16px;
    color: #1f2233;
    line-height: 28px;
    font-weight: bold;
}
.jhlc_tips .words .p1{
    font-size: 14px;
    color: #1f2233;
    line-height: 24px;
    text-indent: 2em;
}
.dxlc_box{
    padding: 30px 0 5px;
}
.dxlc_box .dx_detail{
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 11px 40px 30px;
}
.dxlc_box .dx_detail h2{
    position: relative;
    padding: 10px 0 13px;
    font-size: 18px;
    color: #d4003b;
    line-height: 28px;
    font-weight: bold;
}
.dxlc_box h2 em{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #d4003b;
}
.dxlc_box .dx_detail .p1{
    margin-top: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
}
.dxlc_box .list_box{
    margin-top: 32px;
    padding: 0 15px 20px;
}
.dxlc_box .list_box li{
    float: left;
    margin-right: 60px;
    width:170px;
}
.dxlc_box .list_box  .img{
    width: 100px;
    margin: 0 auto;
    position: relative;
}
.dxlc_box .list_box  .title{
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    z-index: 50;
}
.dxlc_box .list_box .p2{
    margin-top: 18px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.dxlc_box .dx_detail .p2{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    margin: 22px 0 10px;
}
.dxlc_box .dx_detail .options{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}
.dxlc_box .options span{
    color: #d4003b;
    margin-right: 5px;
    font-weight: bold;
}
.dxlc_box .options i{
    margin-right: 16px;
    font-weight: bold;
}
.dxlc_box .list_box_01{
    margin-top: 20px;
}
.dxlc_box .list_box_01 li{
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.dxlc_box .list_box_01 em{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #e02727;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    behavior: url(PIE.htc);
}
.zxlc_box .w1200{
    background-color: #ffffff;
}
.zxlc_box .table_box{
    padding: 40px;
}
.zxlc_box .table_box table{
    width: 100%;
    table-layout: fixed;
    border: 1px solid #eeeeee;
}
.zxlc_box .table_box th{
    background-color: #f7f7f7;
    line-height: 60px;
}
.zxlc_box .table_box th.first{
    font-size: 18px;
    color: #d4003b;
    padding-left: 28px;
    text-align: left;
}
.zxlc_box .table_box th.last{
    font-size: 16px;
    color: #666666;
    line-height: 60px;
    padding-right: 28px;
    text-align: right;
    font-weight: normal;
}
.zxlc_box .table_box td{
    padding: 17px 0;
    border-top: 1px solid #eeeeee;
}
.zxlc_box .table_box td.first{
    padding-left: 28px;
    text-align: left;
}
.zxlc_box .table_box td.last{
    padding-right: 28px;
    text-align: right;
}
.zxlc_box .table_box .p1{
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    width: 530px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxlc_box  .p1 a,.zxlc_box .p1 em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.zxlc_box  .p1 a{
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.zxlc_box  .p1 em{
    font-size: 6px;
    color: #000000;
    line-height: 25px;
    margin: 0 2px;
}
.zxlc_box  .p1 a:hover{
    color: #d4003b;
}

/****翻页样式****/
.pageBar{
   font-size: 0;
    text-align: center;
}
.pageBar a,.pageBar span,.pageBar input{
    _display: inline;
    display: inline-block;
    vertical-align: top;
}
.pageBar a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    min-width: 20px;
    height: 26px;
    border: 1px solid #eeeeee;
    margin: 0 5px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.pageBar a:hover,.pageBar a.act{
    color: #ffffff;
    background-color: #d4003b;
    border-color: #d4003b;
}
.pageBar a.prev{
    background: url("../images/page_icon_01.png") no-repeat center;
}
.pageBar a.prev:hover{
    background: #d4003b url("../images/page_icon_03.png") no-repeat center;
}
.pageBar a.next{
    background: url("../images/page_icon_02.png") no-repeat center;
}
.pageBar a.next:hover{
    background:#d4003b url("../images/page_icon_04.png") no-repeat center;
}
.pageBar a.go{
    padding: 0 6px;
}
.pageBar a.go:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.pageBar span{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-left: 25px;
}
.pageBar input{
    margin:0  8px 0 5px;
    padding: 0 5px;
    height: 26px;
    width: 36px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    --webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.pageBar input:focus{
    border-color: #d4003b;
}
/* 注册流程-注册1-start */
.register_box{
    padding:40px 0 170px;
}
.register_cont{
    padding: 30px 50px;
    min-height: 700px;
    background-color: #ffffff;
}
.register_cont h2{
    position: relative;
    height: 46px;
    border-bottom: 3px solid #f7f7f7;
}
.register_cont h2>span{
    position: absolute;
    left: 0;
    top: 0;
    display:inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 46px;
    border-bottom: 3px solid #d4003b;
}
.register_asset{
    padding-top: 120px;
    font-size: 0;
    text-align: center;
}
.register_asset a{
    margin: 0 75px;
    display: inline-block;
    vertical-align: top;
    width: 164px;
    height: 128px;
    padding-top:36px;
    background-color: #fff7f9;
    border: 1px solid #ee95ae;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(PIE.htc);
}
.register_asset a:hover{
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.register_asset a:active{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.register_asset em{
    display: block;
    margin: 0 auto;
    width: 54px;
    height: 54px;
}
.register_asset em.em_01{
    background: url("../images/reg_icon.png") no-repeat 0 0;
}
.register_asset em.em_02{
    background: url("../images/reg_icon.png") no-repeat -55px 0;
}
.register_asset span{
    margin-top: 20px;
    display: block;
    font-size: 16px;
    color: #d4003b;
    line-height: 25px;
}
.register_list{
    padding-top: 76px;
}
.register_list .input_box{
    width: 400px;
    margin: 34px auto 0;
    position: relative;
}
.register_list .input_box input{
    display: block;
    padding: 12px 24px 12px 54px;
    width: 330px;
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    outline: none;
    cursor: pointer;
    --webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.register_list .input_box input:focus{
    border-color: #d4003b;
}
.register_list .input_box em{
    position: absolute;
    left: 1px;
    top: 1px;
    display: block;
    width: 54px;
    height:48px;
    z-index: 100;
}
.register_list .input_box em.em_01{
    background: url("../images/reg_icon_01.png") no-repeat center;
}
.register_list .input_box em.em_02{
    background: url("../images/reg_icon_02.png") no-repeat center;
}
.register_list .input_box em.em_03{
    background: url("../images/reg_icon_03.png") no-repeat center;
}
.register_list .yzm_btn{
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 105px;
    height: 44px;
    font-size: 14px;
    color: #d4003b;
    line-height: 44px;
    text-align: center;
    background-color: #ffedf2;
    z-index: 101;
}
.register_list .yzm_btn.act{
    background-color: #f7f7f7;
    color: #999999;
}
.register_list .btn_box{
    width: 400px;
    margin: 50px auto 0;
}
.register_list .btn_box a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #d4003b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.register_list .btn_box a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.register_list .tip{
    position: absolute;
    left: 0;
    top:50px;
    padding: 0 12px;
    font-size:14px;
    color: #d4003b;
    line-height: 34px;
    background: url("../images/error_icon.png") no-repeat left center;
    background-size: 14px;
}
.article_detail{
    padding-bottom: 30px;
}
.article_detail .w1200{
    padding: 40px 60px;
    width: 1080px;
    min-width: auto;
    background-color: #ffffff;
}
.article_detail .top{
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px dashed #c4c4c4;
}
.article_detail .top h2{
    font-size: 22px;
    color: #000000;
    line-height: 40px;
}
.article_detail .top .p1{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 9px;
}
.article_detail .top .p1>span{
    margin: 0 30px;
}
.article_detail .content{
    padding-top: 25px;
}
.article_detail .content .p2,.article_detail .content .p3{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}
.article_detail .content .p3{
    text-indent: 2em;
}
/* 服务支持-服务指南-start */
.service_explain h3{
    padding-left: 22px;
    font-size: 16px;
    color: #4c4c4c;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    background: url("../images/down_icon_01.png") no-repeat left center;
}
.service_explain .cont{
    padding: 12px 22px 0;
}
.service_explain .list_01{
    padding-bottom: 34px;
}
.service_explain .list_01 li{
    float: left;
    width: 236px;
    height: 90px;
    padding-top: 34px;
    margin-right: 20px;
    border: 1px solid #eeeeee;
    text-align: center;
}
.service_explain .list_01 .p1{
    font-size: 24px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}
.service_explain .list_01 .p1 em{
    display: inline-block;
    vertical-align: top;
    margin-right:6px;
    width:24px;
    height: 28px;
    background: url("../images/icon_21.png") no-repeat center;
}
.service_explain .list_01 .p2{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.service_explain .list_01 .p3{
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    font-weight: bold;
}
.service_explain .list_02{
    width: 550px;
    padding-bottom: 14px;
}
.service_explain .list_02 li{
    float: left;
    width:158px;
    height: 38px;
    font-size: 14px;
    color: #000000;
    line-height: 38px;
    margin:0 20px 20px 0;
    border: 1px solid #eeeeee;
    text-align: center;
}
.service_explain .list_03 li{
    float: left;
    width: 236px;
    height: 176px;
    padding-top: 22px;
    margin-right: 20px;
    border: 1px solid #eeeeee;
    text-align: center;
}
.service_explain .list_03 .img{
    width: 128px;
    margin: 0 auto;
}
.service_explain .list_03 .p1{
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}
/* 服务支持-常见问题-start */
.normal_question .list_box li{
    padding: 20px 15px;
    border-bottom: 1px dashed #eeeeee;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: justify;
}
.normal_question .list_box .p1{
    padding: 0 30px;
    position: relative;
    font-size:16px;
    color: #4c4c4c;
    line-height: 24px;
    font-weight: 500;
}
.normal_question .p1 em,.normal_question .p2 em{
    position: absolute;
    left:0;
    top:2px;
    display: block;
    width: 20px;
    height: 24px;
}
.normal_question .p1 em.em_01{
    background: url("../images/question_icon_01.png") no-repeat center;
}
.normal_question .p2 em.em_02{
    background: url("../images/question_icon_02.png") no-repeat center;
}
.normal_question .p2{
    display: none;
    margin-top: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: relative;
}
.normal_question .p1 i{
    position: absolute;
    top:0;
    right:0;
    display: block;
    width: 17px;
    height: 24px;
    background: url("../images/question_icon_03.png") no-repeat center;
}
.normal_question li.act{
    border-bottom-color: #ffffff;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 2px 10px rgba(0,0,0,0.1);
    behavior: url(PIE.htc);
}
.normal_question li.act .p1{
    color: #d4003b;
}
.normal_question li.act i{
    background: url("../images/question_icon_04.png") no-repeat center;
}
/* 遮罩层-start */
.layer-overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/lo_bg.png") repeat;
    z-index: 10000;
}
.lo_content{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -430px;
    width: 800px;
    padding:0 30px 24px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #FFFFFF;
}
.lo_content .close_btn{
    position: absolute;
    top: 10px;
    right:10px;
    z-index: 100;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/close_btn_01.png") no-repeat center;
}
.lo_content .close_btn:hover{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.lo_content h2{
    padding: 15px 0;
    font-size: 20px;
    color:#000000;
    line-height: 30px;
    text-align: center;
}
.xy_text{
    padding: 15px 0 15px 28px;
    background-color: #f8f8f8;
}
.xy_text .scrollbar{
    display: block;
    position: relative;
    float: right;
    width: 6px;
    margin: 0 6px 0 26px;
    background: #e5e5e5;
    border-radius: 10px;
}
.xy_text .thumb{
    width: 6px;
    background: #c0c0c0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(PIE.htc);
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}
.xy_text  .disable{ display: none; }
.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.xy_text  .viewport{
    overflow: hidden;
    height: 400px;
    position: relative;
}
.xy_text   .overview{
    list-style: none;
    padding-top: 13px;
    position: absolute;
    left: 0;
    top: 0;
}
.xy_text   .overview .p1{
    margin-bottom: 24px;
    font-size: 14px;
    color: #666666 ;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em;
}
.xy_btn{
    margin-top: 24px;
    text-align: center;
    font-size: 0;
}
.xy_btn a{
    display: inline-block;
    vertical-align: top;
    width: 228px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    background-color: #d4003b;
}
.xy_btn a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/* 我的服务-start */
.left_nav  .list_box i.i_22{
    background: url("../images/icon_22.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_22{
    background: url("../images/icon_022.png") no-repeat center;
}
.left_nav  .list_box i.i_23{
    background: url("../images/icon_23.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_23{
    background: url("../images/icon_023.png") no-repeat center;
}
.left_nav  .list_box i.i_24{
    background: url("../images/icon_24.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_24{
    background: url("../images/icon_024.png") no-repeat center;
}
.left_nav  .list_box i.i_25{
    background: url("../images/icon_25.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_25{
    background: url("../images/icon_025.png") no-repeat center;
}
.left_nav  .list_box i.i_26{
    background: url("../images/icon_26.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_26{
    background: url("../images/icon_026.png") no-repeat center;
}
.left_nav  .list_box i.i_27{
    background: url("../images/icon_27.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_27{
    background: url("../images/icon_027.png") no-repeat center;
}
.left_nav  .list_box i.i_28{
    background: url("../images/icon_28.png") no-repeat center;
}
.left_nav  .list_box>li.act i.i_28{
    background: url("../images/icon_028.png") no-repeat center;
}
.asset_box{
    padding-top: 50px;
}
.asset_left{
    width: 250px;
}
.asset_left h3{
    font-size: 14px;
    color: #666666 ;
    line-height: 20px;
    font-weight: 500;
}
.asset_left h3 .eye_icon{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    width: 16px;
    height: 20px;
    margin-left: 8px;
    background: url("../images/eye_icon_01.png") no-repeat center;
}
.asset_left h3 .eye_icon.close{
    background: url("../images/eye_icon_02.png") no-repeat center;
}
.asset_left .p1{
    font-size: 36px;
    color: #000000;
    line-height: 44px;
    margin-top: 12px;
}
.asset_right{
    width: 610px;
    padding-top: 20px;
}
.asset_right .msg_box{
    width: 340px;
    border-right: 2px solid #f7f7f7;
}
.asset_right .p2{
    font-size:14px;
    color: #999999;
    line-height: 22px;
}
.asset_right .p2:first-child{
    margin-bottom: 14px;
}
.asset_right .p2 span{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    font-size:18px;
    line-height: 22px;
    margin-left: 8px;
    color: #666666;
}
.asset_right .balance_box{
    width:248px;
    padding-left:20px;
    position: relative;
}
.asset_right .balance_box .p2{
    color: #666666;
}
.asset_right .balance_box .p2:first-child{
    margin-bottom: 8px;
}
.asset_right .balance_box .p3{
    font-size:22px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}
.asset_right .shift_btn{
    position: absolute;
    top: 11px;
    right:24px;
    display: block;
    width: 100px;
    height: 32px;
    background-color: #DCA064;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    behavior: url(PIE.htc);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}
.asset_right .shift_btn:hover{
    background-color: #ce863f;
}
.asset_data{
    margin-top: 45px;
}
.asset_data .left_box,.asset_data .right_box{
    box-shadow: 0 6px 18px 0 rgba(0,0,0,0.06);
    -webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,0.06);
    -moz-box-shadow: 0 6px 18px 0 rgba(0,0,0,0.06);
    behavior: url(PIE.htc);
}
.asset_data .left_box{
    width: 560px;
    padding: 32px 0;
}
.asset_data .left_box li{
    float: left;
    padding: 0 18px;
    width: 148px;
    border-left: 2px solid #f7f7f7;
    overflow: hidden;
}
.asset_data .left_box li:first-child{
    border-left: none;
}
.asset_data h4{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 10px;
}
.asset_data .p1{
    font-size: 24px;
    color: #000000 ;
    line-height: 26px;
    font-weight: 500;
}
.asset_data .right_box{
    width: 248px;
    padding: 32px  16px 10px;
}
.asset_data .p2{
    font-size: 12px;
    color: #999999;
    line-height: 22px;
}
.asset_owner{
    margin-top: 30px;
    padding: 20px 0;  
}
.asset_owner h3{
    height:49px;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.asset_owner h3 span{
    position: absolute;
    left: 0;
    bottom: -1px;
    display: inline-block;
    font-size:16px;
    color: #d4003b;
    line-height: 47px;
    border-bottom: 3px solid #d4003b;
}
.asset_pro{
    padding:30px 0;
    border-bottom: 1px solid #efefef;
}
.asset_pro h4{
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-weight: 500;
}
.asset_pro .pro_list{
    margin-top: 15px;
}
.asset_pro .pro_list li{
    float: left;
    width: 25%;
}
.asset_pro .pro_list .p1{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.asset_pro .pro_list .p2{
    margin-top: 3px;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    font-weight: 500;
}
.tp_title{
    height: 40px;
    padding: 0 24px;
    background-color: #F9F9F9 ;
    border-bottom: 1px solid #efefef;
}
.trade_pro .w_01{
    width: 30%;
}
.trade_pro .w_02{
    width: 24%;
}
.trade_pro .w_03{
    width: 22%;
}
.tpt_msg {
    text-align: center;
    font-size: 0;
}
.tpt_msg.w_01 .p1{
    text-align: left;
}
.tpt_msg .input,.tpt_msg .input span,.tpt_msg .input em{
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.tpt_msg .input{
    width: 100px;
    position: relative;
    text-align: left;
}
.tpt_msg .input span{
    padding: 10px 8px 10px 12px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    behavior: url(PIE.htc);
    cursor: pointer;
    text-align: left;
}
.tpt_msg .input.on{
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);
    behavior: url(PIE.htc);
    background-color: #FFFFFF;
}
.tpt_msg .input em{
    width: 12px;
    height: 40px;
    background:url("../images/down_arrow_01.png") no-repeat center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tpt_msg .input  em.act{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.tpt_msg .input ul{
    display: none;
    position:absolute;
    left:0;
    top: 40px;
    width: 100%;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.20);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.20);
    behavior: url(PIE.htc);
}
.tpt_msg .input ul li{
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding: 0 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    text-align: left;
}
.tpt_msg .input ul li:hover{
    background-color: #F8F8F8;
    color: #d4003b ;
}
.tpt_msg .p1{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: center;
}
.tp_content .msg_box{
    padding: 24px;
    border-bottom: 1px solid #efefef;
}
.tp_content .msg_box .p2{
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.tp_content .data{
    margin-top: 7px;
    text-align: center;
}
.tp_content .data .w_01{
    text-align: left;
}
.tp_content .data .title{
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    padding-right: 10px;
    font-weight: 500;
}
.tp_content .data .p3{
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}
.tp_content .data .p3 i{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
.tp_content .data .p4{
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
}
.tp_content .date{
    margin-top: 7px;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.tp_content .pageBar,.bill_box .pageBar{
    margin-top: 26px;
    text-align: right;
}
.bill_box .msg_box{
    padding: 34px 0 30px;
}
.bill_box .msg_box h3{
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.bill_box table{
    width: 100%;
    table-layout: fixed;
}
.bill_box table th{
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
    background-color: #f9f9f9;
}
.bill_box table th.first,.bill_box table td.first{
    text-align: left;
    padding-left: 18px;
}
.bill_box table th.last,.bill_box table td.last{
    text-align: right;
    padding-right: 18px;
}
.bill_box table .tl{
    text-align: left !important;
}
.bill_box table td{
    padding: 35px 0;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.bill_box table .p1{
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}
.bill_box table .p1 span{
    color: #666666;
    font-size: 12px;
}

/* 2019-10-08-new_add-start */
.dialog_layer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/zzc_bg_02.png") repeat;
    z-index: 10000;
}
.customer_login{
    position: absolute;
    left:50%;
    top: 50%;
    padding: 23px 35px 32px;
    width:380px;
    margin:-177px 0 0 -225px;
    background: #ffffff;
}
.customer_login h2{
    font-size: 18px;
    color: #d4003b;
    line-height: 32px;
    font-weight: bold;
}
.close_btn_01{
    position: absolute;
    top: 20px;
    right: 23px;
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/close_btn_02.png") no-repeat center;
    z-index: 100;
}
.close_btn_01:hover{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.customer_login .tips{
    position: relative;
    margin: 12px 0 20px;
    padding: 10px 20px 10px 40px;
    background: #fff4ed;
    font-size: 14px;
    color: #fb822c;
    line-height: 20px;
}
.customer_login .tips em{
    position: absolute;
    left:15px;
    top: 12px;
    display: block;
    width:16px;
    height: 16px;
    background: url("../images/dl_icon_01.png") no-repeat center;
}
.customer_login .input_box{
    position: relative;
    margin-top: 15px;
}
.customer_login .input_box input{
    display: block;
    padding:12px 20px 12px 48px;
    width: 310px;
    height: 24px;
    line-height: 24px;
    font-size:16px;
    color: #333333;
    border: 1px solid #eeeeee;
    outline: none;
    cursor: pointer;
}
.customer_login .input_box input:focus{
    border-color: #d4003b;
}
.customer_login .input_box em{
    position: absolute;
    left:14px;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 20px;
    height: 24px;
}
.customer_login .input_box em.em_01{
    background: url("../images/dl_icon_02.png") no-repeat center;
}
.customer_login .input_box em.em_02{
    background: url("../images/dl_icon_03.png") no-repeat center;
}
.customer_login .input_box em.em_03{
    background: url("../images/dl_icon_04.png") no-repeat center;
}
.customer_login .btn_box{
    margin-top:30px;
}
.customer_login .btn_box a{
    display: block;
    width: 380px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #d4003b;
    behavior: url(PIE.htc);
}
.customer_login .btn_box a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.zxlc_box .table_box .p2{
    font-size: 16px;
    color: #999999;
    line-height:25px;
}
.customer_login .input_box .yzm_img{
    position: absolute;
    top: 4px;
    right: 6px;
    display: block;
    width: auto;
    height:40px;
}
/* 2019-11-11-new_add */
.article_detail .download{
    font-size:16px;
    color: #666666;
    line-height: 32px;
}
.article_detail .download>em{
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    background:url("../images/download_icon.png") no-repeat center;
    background-size: 26px;
}
.article_detail .download>a{
    color: #000000;
}
.article_detail .download>a:hover{
    color: #d4003b;
}

/* 2020-01-07-new_add*/
.zxlc_box .table_box.nice{
    text-align: center;
    vertical-align: middle;
}
.zxlc_box .table_box.nice .p1{
    width: 100%;
}
.zxlc_box .table_box.nice .see_btn{
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    font-size:14px;
    color: #d4003b;
    line-height: 26px;
    border: 1px solid #d4003b;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.zxlc_box .table_box.nice .see_btn:hover{
    color: #ffffff;
    background: #d4003b;
}
.customer_login .input_box.mt25{
    margin-top: 25px;
}
.bg_whiter{
    background: #ffffff;
}
.lc_area.bg_whiter{
    padding: 10px 40px;
}
.product_msg{
    padding-bottom:26px;
}
.pro_chart{
    background: #ffffff;
}
.pro_chart h2{
    padding: 10px 25px 9px;
    font-size: 18px;
    color: #d4003b;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.chart_top_box{
    padding: 30px 20px;
}
.chart_top_box .chart_tit{
    font-size: 0;
    border: 1px solid #dddddd;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    overflow: hidden;
}
.chart_top_box .chart_tit>span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 25px;
    font-size:14px;
    color: #000000;
    line-height: 16px;
    cursor: pointer;
}
.chart_top_box .chart_tit>span.act,.chart_top_box .chart_tit>span:hover{
    color: #d4003b;
}
.chart_top_box .chart_tit em{
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    width: 1px;
    height: 16px;
    background: #dddddd;
}
.chart_date{
    margin-left: 90px;
    font-size: 0;
}
.chart_date input,.chart_date em,.chart_date .btn{
    display: inline-block;
    vertical-align: top;
}
.chart_date input{
    padding: 11px 10px;
    height: 16px;
    width: 78px;
    font-size:14px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    cursor: pointer;
}
.chart_date em{
    padding: 19px 8px;
}
.chart_date em i{
    display: block;
    width: 4px;
    height: 2px;
    background: #000000;
}
.chart_date .btn{
    margin-left: 10px;
    width:60px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #d4003b;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.chart_date .btn:hover{
    background: #af0534;
}
.pro_chart .chart_img{
    margin-top: 27px;
}
.pro_chart .chart_img img{
    width: 1137px;
}
.pro_module{
    margin-top: 30px;
    padding: 20px 20px 24px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}
.pro_module h2{
    font-size: 18px;
    color: #d4003b;
    line-height: 30px;
    font-weight: bold;
}
.table_01{
    table-layout: fixed;
    width: 100%;
}
.table_01 th{
    font-size: 14px;
    color: #666666;
    line-height:49px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
}
.table_01 td{
    padding: 18px 0 15px;
    font-size: 14px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}
.pro_module .pageBar,.pro_report .pageBar{
    padding: 22px 0;
}
.pro_report{
    padding: 32px 20px;
    background: #ffffff;
}
.pro_report .tab_tit{
    font-size: 0;
}
.pro_report .tab_tit>span{
    position: relative;
    margin-left: 34px;
    display:inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.pro_report .tab_tit>span:first-child{
    margin-left:0;
}
.pro_report .tab_tit>span.act,.pro_report .tab_tit>span:hover{
    color: #d4003b;
    font-weight: bold;
    border-bottom-color: #d4003b;
}
.pro_report .tab_tit>span em{
    position: absolute;
    top: 10px;
    right: -17px;
    display: block;
    width: 1px;
    height:16px;
    background: #dddddd;
}
.pro_report .table_02{
    margin-top: 18px;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #eeeeee;
}
.pro_report .table_02 td{
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
}
.pro_report .table_02 td:first-child{
    width: 60%;
    padding-left: 25px;
    text-align: left;
}
.pro_report .table_02 .p1{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    width: 530px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_report .table_02 .p1 a{
    color: #4c4c4c;
}
.pro_report .table_02 .p1 a:hover{
    color: #d4003b;
}
.pro_report .table_02 .p2{
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.pro_report .download_btn{
    display: inline-block;
    vertical-align: middle;
    width:24px;
    height: 24px;
    background: url("../images/down_icon_12.png") no-repeat center;
}
.customer_login.nice{
    padding: 0;
    margin: -219px 0 0 -600px;
    width: 1200px;
    height: 438px;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.customer_login.nice .left_box{
    padding: 40px;
    width: 649px;
    border-right: 1px dashed #e5e5de;
}
.customer_login.nice .xy_cont{
    margin-top:17px;
    padding:22px 0 25px;
    background: #fafafa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.customer_login.nice .xy_cont .words{
    padding: 0 30px;
    height: 262px;
    overflow-y: auto;
}
.customer_login.nice .xy_cont p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em;
}
.customer_login.nice .xy_cont p.p1{
    text-indent: 0;
}
.customer_login.nice .right_box{
    padding: 40px 0 0 60px;
}
.customer_login.nice .right_box h2{
    margin-bottom: 37px;
}
.customer_login.nice .input_box{
    width: 340px;
}
.customer_login.nice .input_box input{
    padding: 7px 20px 7px 38px;
    width: 280px;
    background: #f8f8f8;
    border-color: #f8f8f8;
}
.customer_login.nice .input_box input.ip_01{
    width: 178px;
}
.customer_login.nice .input_box input::placeholder{
    color: #cccccc;
}
.customer_login.nice .input_box em{
    left: 12px;
}
.customer_login.nice .btn_box{
    margin-top: 66px;
    height: 44px;
    width: 340px;
    line-height: 44px;
}
.customer_login.nice .yzm_btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 95px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    background: #d4003b;
}
.customer_login.nice .yzm_btn:hover{
    background: #af0534;
}
.customer_login.nice .yzm_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    height: 38px;
    border: 1px solid #f1f1f1;
}
.customer_login .input_box em.em_04{
    background: url(../images/dl_icon_05.png) no-repeat center;
}
.customer_login .input_box em.em_05{
    background: url(../images/dl_icon_06.png) no-repeat center;
}
.customer_login .input_box em.em_06{
    background: url(../images/dl_icon_07.png) no-repeat center;
}
.customer_login .yzm_btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 50px;
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background: #d4003b;
}
.customer_login .yzm_btn:hover{
    background: #af0534;
}
.content img{
	width: auto;
    display: inline-block;
}
.protitle{
	color: #000000;
}
.protitle:hover{
	color: #d4003b;
}
.inner_status{
    padding: 40px 0 20px;
}
.inner_status img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}
.inner_status .txt{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}

.list_box li.on a {
    color: #d4003b;
    background-color: #fef8f9;
}
/* 2022-05-18==add===start */
.nav_box>.nav_list>li {
    position: relative;
    cursor: pointer;
}

.nav_box>.nav_list>li .secNavBox {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -62px;
    top: 80px;
    z-index: 999;
    width: 124px;
    background: #FFFFFF;
    border-top: 1px solid #EDEDED;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 6%);
    /* -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; */
}

.secNavBox .secNav_ul {
    padding: 10px 0 30px;
}

.secNavBox .secNav_ul .secNav_li {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.secNavBox .secNav_ul .secNav_li a {
    color: #000;
    transition: all .3s;
}

.secNavBox .secNav_ul .secNav_li:hover a {
    color: #F1374D;
}
/* 2022-05-18==add===end */

/* 2022-06-15==add===start */
.p_select_item{
	width: 300px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	position: relative;
	background: #ffffff;
}
.p_select_item .value{
	height: 26px;
	line-height: 26px;
	position: relative;
	font-size: 14px;
	color: #333333;
	padding: 0 40px 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_select_item .arrow{
	width: 26px;
	height: 26px;
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.p_select_item .arrow:before{
	content: '';
	width: 6px;
	height: 6px;
	box-sizing: border-box;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -3px;
	transform: rotate(135deg);
}
.p_select_item .value .t1{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	font-size: 14px;
	vertical-align: middle;
	outline: none;
	border: 0 none;
	background: none;
	color: #333333;
}
.p_select_item .list{
	width: 100%;
	background: #ffffff;
	border: 1px solid #cccccc;
	max-height: 240px;
	overflow: auto;
	position: absolute;
	top: 26px;
	left: -1px;
	z-index: 50;
}
.p_select_item .list li{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding: 5px 10px;
	cursor: pointer;
}
.p_select_item .list li input{
	vertical-align: middle;
	margin-right: 6px;
}
.p_select_item .list li:hover{
	background: #f5f5f5;
}
.key_words{
	color: #e21e22 !important;
}
.product_detail h2 .p_select_item{
	float: right;
	position: relative;
	z-index: 50;
}
.tab_tit .p_select_item{
	float: right;
	position: relative;
	z-index: 50;
}
.p_select_item li span{
	min-width: 0px;
    margin: 0 0px;
}
.login_detail .tip{
    padding: 0 20px 0 17px;
    font-size:12px;
    color: #d4003b;
    line-height: 18px;
    background: url("../images/error_icon.png") no-repeat 2px 3px;
}
.register_list_tip{
	width: 400px;
	margin: 0 auto;
	box-sizing: border-box;
    padding: 0 20px;
    font-size:14px;
    color: #d4003b;
    line-height: 34px;
    background: url("../images/error_icon.png") no-repeat left center;
    background-size: 14px;
}
/* 2022-06-15==add===end */
/* 2022-08-07==add===start */
.login_detail .geetest_box{
    height: 395px !important;
    max-height: 395px !important;
    margin-top: -270px !important;
}
.register_list  .geetest_box{
    margin-right: -240px !important;
}
#dxBox .geetest_box{
	height: 373px !important;
    margin-top: -172px !important;
    margin-right: -230px !important;
}
#sdxBox .geetest_box{
    margin-top: -169px !important;
    margin-right: -210px !important;
}
/* 2022-08-07==add===end */
/*20250827-start*/
.rule_check{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    width: 400px;
    margin: 30px auto;
}
.rule_check label{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 26px;
    position: relative;
}
.icon_check{
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    padding-left: 26px;
    position: relative;
}
.icon_check i{
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s;
}
.icon_check.checked i{
    border-color: #d4003b;
    background: #d4003b url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACLSURBVFhH7dBBDoMwEEPR3Bxu1psFYjxmAYJKrZSZhd8mKCz8lWZmZmZWSu992QaccVWH4iSua7jGDWv8yue4X02N0xjOuHo1/eVi5PAtcnocYIRb9BSZEicY4yZdI1PjBKPcJkWWiBOMs4FG3Cc+JS9OEMGWm/w4QQybTnXiBFFsKxhnZmZmf2ptB3Z8cyNQtxknAAAAAElFTkSuQmCC") no-repeat center;
    background-size: 18px;
}
.rule_check label .icon_check{
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 50;
}
.rule_check label .icon_check i{
    left: 2px;
}
.rule_check label a{
    color: #d4003b;
    text-decoration: underline;
}
.dialog_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2999;
}
.dialog_box{
	background: #ffffff;
	padding: 20px 30px 30px;
	box-sizing: border-box;
	width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 3000;
}
.dialog_box .close{
	width: 24px;
	height: 24px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFaSURBVGhD7ZhNrsIwDIS74QhvxSH6dyy4F3ACrsYOPGgqRW6R+tJQHGk+ySLKjz3ORCzaCCGEEEIIUT1d1/2N43i2OHBqM8iFnMjNqX1gM3eLp8W1bdsjl7JBDuRizvuuTVlBOIPCiIcFhGQ7hbPMgVxT3jOXv48VWxKQ5ZRzBrH5grIoIQR7eWbzxRTBimcLCuOMJ0cY1rgnhjMeE7NaYFhnPGuEYsy5mM54TNxM8DAMFwiuxhnPknBr6orAOJmP64zHxC49rSnqcMaD2+/7/pY08g44VY0zKRDNZ1Z/Qyb8YMIv9rv45LhWx5OjMxCcNjD7U8Ce8E6Z0Jkzk/APjcZ1ao1gjDkX26n/CA3vVI5ArHFPLKe2CAvnVAlB2Mszv3WqpJAQTlnBU0kBOMsc6QWduPx90s9YEFLiiTin9v2MBVAQt2jFiz0N5ELO3ZsRQgghhBCiPE3zAtmHemoU+rd/AAAAAElFTkSuQmCC") no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 50;
}
.dialog_title{
	padding: 0 0 15px;
	border-bottom: 1px solid #EEEEEE;
	text-align: left;
	line-height: 32px;
	color: #333333;
}
.dialog_title h3{
	font-size: 18px;
	font-weight: 500;
}
.dialog_cont{
	padding: 20px 0;
	overflow: auto;
	max-height: 440px;
}
.protocol_txt{
	font-size: 14px;
	line-height: 2;
	color: #333333;
	text-align: justify;
}
.protocol_txt p{
	text-indent: 2em;
}
.dialog_btn{
	margin-top: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.dialog_btn .p_button{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 200px;
    font-size: 16px;
    margin-left: 12px;
    color: #ffffff;
    background: #d4003b;
}
.dialog_btn .p_button:first-child{
	margin-left: 0 !important;
}
/*20250827-end*/