@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,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;
    color: #333333;
}
a:hover{
    outline:none;
    blur:expression(this.onFocus=this.blur());

}
img{
    border:0px none;
    display: inline-block;
    vertical-align:top;
    max-width: 100%;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
input::-ms-clear,::-ms-reveal{
    display:none;
}
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;
}
.animate{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.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;
}
.txt_center{
    text-align:center!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ellipsis-4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}
.text_indent{
    text-indent: 2em;
}
body{
    font-size:14px;
    color:#333333;
    line-height:20px;
    font-family : Arial,PingFangSC-Regular,"Microsoft Yahei","Helvetica Neue",Tahoma,"Hiragino Sans GB",sans-serif;
    background:#F6F7F9;
    min-width: 1200px;
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.mt20{
    margin-top: 20px;
}
.mt10{
    margin-top: 10px;
}
.mt0{
    margin-top: 0 !important;
}
.ared{
    color: #D70E19 !important;
}
/* common end */
.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.header_top{
    padding: 5px 0 ;
    border-bottom: 1px solid #E5E5E5;
}
.header_top h2{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.header_top .link_box{
    font-size: 0;
    text-align: right;
}
.header_top .link_box a{
    display: inline-block;
    vertical-align: top;
    margin-left:20px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.header_top .link_box a:hover{
    color: #D70E19;
}
.logo_box{
    padding: 27px 0;
    width: 200px;
}
.logo_box img{
    display: block;
    width: 100%;
}
.nav_box{
    padding-top: 18px;
    font-size: 0;
    text-align: right;
}
.nav_box>li{
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
.nav_box>li>a{
    position: relative;
    display: block;
    padding: 28px 0;
    font-size: 20px;
    color: #333333;
    line-height:28px;
    font-weight: 700;
}
.nav_box>li>a em{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 4px;
    background-color: #D70E19;
}
.nav_box>li:hover>a,
.nav_box>li.act>a{
    color: #D70E19;
}
.nav_box>li.act>a em,
.nav_box>li:hover>a em{
    width: 100%;
    margin-left: -50%;
}
.section{
    margin-top: 133px;
}
.banner_box{
    position: relative;
    z-index: 50;
    height: 540px;
    overflow: hidden;
}
.banner_box a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_box .ban_dot{
    position: absolute;
    left: 50%;
    bottom:20px;
    z-index: 100;
    padding: 6px 5px;
    height: 8px;
    background: rgba(0,0,0,0.10);
    border-radius: 10px;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
}
.banner_box .ban_dot span{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all .3s;
}
.banner_box .ban_dot span.swiper-active-switch{
    background: #D70E19;
}
.entry_box{
    padding: 80px 0;
    background: #fff;
}
.entry_box .w1200{
    position: relative;
    padding: 0 25px;
    width: 1175px;
}
.entry_list{
    position: relative;
    padding: 20px 0;
    height: 240px;
    overflow: hidden;
}
.entry_list .swiper-slide{
    padding: 0 15px;
    box-sizing: border-box;
}
.entry_list .swiper-slide>a{
    display: block;
    padding-top: 40px;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.entry_list .swiper-slide>a img{
    display: block;
    width: 112px;
    height: 112px;
    margin: 0 auto 20px;
}
.entry_list .swiper-slide>a span{
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}
.entry_list .swiper-slide>a:hover{
    padding-top: 30px;
    height: 210px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.18);
}
.entry_list .swiper-slide>a:hover span{
    color: #D70E19;
}
.entry_box .arrow-left,
.entry_box .arrow-right{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 100;
    display: block;
    width:24px;
    height: 24px;
}
.entry_box .arrow-left{
    left: 0;
    background: url("../images/arrow01.png") no-repeat center;
}
.entry_box .arrow-right{
    right: 0;
    background: url("../images/arrow02.png") no-repeat center;
}
.entry_box .arrow-left:hover{
    background-image: url("../images/arrow03.png");
}
.entry_box .arrow-right:hover{
    background-image: url("../images/arrow04.png");
}
.news_box{
    padding: 100px 0;
    background: #FAFAFA;
}
.news_box h2{
    padding-bottom: 19px;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    background: url("../images/tit_bg.png") no-repeat bottom center;
}
.news_detail{
    margin-top: 60px;
}
.news_detail .left_img{
    width:380px;
}
.news_detail .left_img>a{
    position: relative;
    display: block;
    width: 380px;
    height: 380px;
    overflow: hidden;
}
.news_detail .left_img>a:hover img{
    transform: scale(1.1);
}
.news_detail .text_box{
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 100;
    width: 340px;
    padding: 12px 20px;
    background: rgba(0,0,0,0.60);
}
.news_detail .text_box .p1{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}
.news_detail .text_box .p2{
    margin-top: 8px;
    font-size: 14px;
    color: #B3B8BD ;
    line-height: 20px;
}
.news_detail .list01,
.news_detail .list02{
    margin-left: 20px;
    width: 390px;
}
.news_detail .list01 li{
    margin-top: 25px;
}
.news_detail .list01 li:first-child{
    margin-top: 0;
}
.news_detail .list01 li>a{
    display: block;
    padding: 22px 30px 20px;
    height: 138px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}
.news_detail .list01 h3{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: 700;
}
.news_detail .list01 .txt{
    margin-top: 11px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.news_detail .list01 .time{
    position: relative;
    margin-top:14px;
    padding-top: 14px;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    border-top: 1px solid #E5E5E5;
}
.news_detail .list01 .time span{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 8px;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}
.news_detail .list01 .time  em{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width:32px;
    height: 32px;
    background: url("../images/arrow05.png") no-repeat center;
}
.news_detail .list01 li:hover h3,
.news_detail .list02 li:hover h3{
    color: #D70E19;
}
.news_detail .list01 li:hover>a,
.news_detail .list02 li:hover>a{
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
}
.news_detail .list01 li:hover .time em,
.news_detail .list02 li:hover>a em{
    background-image: url("../images/arrow06.png");
}
.news_detail .list02 li{
    margin-top: 20px;
}
.news_detail .list02 li:first-child{
    margin-top: 0;
}
.news_detail .list02 li>a{
    position: relative;
    display: block;
    padding: 20px 20px 20px 94px;
    height: 75px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}
.news_detail .list02 .date{
    position: absolute;
    left: 20px;
    top: 20px;
    display: block;
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
}
.news_detail .list02 .date i{
    margin-top: 15px;
    display: block;
    font-size: 16px;
    color:#999999;
    line-height: 20px;
    font-style: normal;
}
.news_detail .list02 h3{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: 700;
}
.news_detail .list02 li>a em{
    position: absolute;
    left:94px;
    bottom:15px;
    display: block;
    width:32px;
    height: 32px;
    background: url("../images/arrow05.png") no-repeat center;
}
.news_box .more_btn{
    margin-top: 46px;
    text-align: center;
}
.news_box .more_btn a{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #D0D0D0;
    line-height: 28px;
}
.news_box .more_btn a:hover{
    color: #D70E19;
}
.footer{
    padding: 59px 0 40px;
    background: #454851;
    position: relative;
    z-index: 999;
}
.footer_left{
    width: 800px;
}
.footer_left h2{
    font-size: 18px;
    color:#B2B2B3 ;
    line-height: 25px;
    font-weight: 700;
}
.footer_left .text_box{
    padding-top: 40px;
}
.footer_left .text_box p{
    margin-top: 10px;
    font-size: 16px;
    color: #747474;
    line-height: 22px;
}
.footer_right .tit{
    font-size: 16px;
    color: #B2B2B3;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}
.footer_right  img{
    display: block;
    width:80px;
    margin: 20px auto ;
}
.main_box{
    padding: 20px 0 40px;
}
.main_cont{
    background: #fff;
}
.main_cont h2{
    padding: 20px 48px;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    font-weight: 700;
    border-bottom: 1px solid #D71219;
}
.main_cont h2 .right_txt{
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
    float: right;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: normal;
}
.main_cont h2 .right_txt a{
    color: #D70E19;
}
.main_cont h2 .right_txt a:hover{
    text-decoration: underline;
}
.login_form{
    padding: 60px 48px;
}
.login_tab{
    font-size: 0;
    text-align: center;
}
.login_tab span{
    display: inline-block;
    vertical-align: top;
    width: 153px;
    height:46px;
    font-size: 18px;
    color: #333333;
    line-height: 46px;
    text-align: center;
    border: 1px solid #F4F4F4;
    cursor: pointer;
}
.login_tab span:first-child{
    border-right: none;
}
.login_tab span.act{
    color: #fff;
    font-weight: 700;
    border-color: #D70E19;
    background: #D70E19;
}
.login_tab span.act+span{
    border-left-color: #D70E19;
}
.form_input.mt40{
    margin-top: 40px;
}
.form_input table{
    width: 100%;
}
.form_input table th,
.form_input table td{
    padding-bottom: 10px;
}
.form_input table th{
    vertical-align: top;
    text-align: right;
    width: 397px;
    font-weight: normal;
}
.form_input table th .tit{
    padding: 12px 0;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.form_input table td{
    font-size: 0;
    text-align: left;
}
.form_input table .input_box,
.form_input table .login_btn,
.form_input table .yzm_img,
.form_input table .yzm_btn,
.form_input table .error_txt{
    display: inline-block;
    vertical-align: top;
}
.form_input table .input_box input{
    display: block;
    padding: 10px 20px;
    width:268px;
    height: 26px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    background: #F9F9F9;
    border: 1px solid #F4F4F4;
    transition: all .3s;
}
.form_input table .input_box input:focus{
    border-color: #D70E19;
}
.form_input table .input_box input[readonly]:focus{
    border-color: #F4F4F4;
    cursor: pointer;
}
.form_input table .input_box.w170 input{
    width: 128px;
}
.form_input table .yzm_img{
    margin-left: 10px;
    width: 130px;
    height: 48px;
}
.form_input table .yzm_img img{
    display: block;
    width:100%;
    height: 48px;
}
.form_input table .yzm_btn{
    margin-left: 10px;
    width: 130px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #D70E19;
}
.form_input table .login_btn{
    margin-top: 14px;
    width: 310px;
}
.form_input table .login_btn a{
    display: block;
    height: 48px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #D70E19;
    font-weight: 700;
    letter-spacing: 2px;
}
.form_input table .login_btn a:hover,
.form_input table .yzm_btn:hover{
    background: #c10711;
}
.form_input table .yzm_btn.default{
    color: #fff;
    background: #DDDDDD;
}
.form_input table .tips{
    width: 310px;
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}
.form_input table .tips a{
    color: #D70E19;
}
.form_input table .tips a:hover{
    text-decoration: underline;
}
.form_input table .tips.text_right{
    text-align: right;
}
.form_input table .error_txt{
    margin-left: 10px;
    padding: 12px 0;
    font-size: 16px;
    color: #D71219;
    line-height: 24px;
}
.upload_btn{
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    width: 178px;
    height:88px;
    border: 1px solid #F4F4F4;
    text-align: center;
}
.upload_btn em{
    display: block;
    width: 29px;
    height: 29px;
    margin: 0 auto 16px;
    background: url("../images/upload_icon01.png") no-repeat center;
}
.upload_btn span{
    display: block;
    font-size: 14px;
    color: #D71219;
    line-height: 20px;
}
.upload_btn:hover{
    border-color: #D70E19;
}
.form_input table .input_box.select{
    position: relative;
}
.form_input table .input_box.select em{
    position: absolute;
    right:15px;
    top: 14px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/arrow_icon01.png") no-repeat center;
    transition: all .3s;
}
.form_input table .input_box.select em.act{
    transform: rotate(-180deg);
}
.form_input table .input_box.select .list{
    position: absolute;
    left: 0;
    top: 47px;
    display: none;
    width: 308px;
    max-height: 250px;
    overflow: auto;
    background: #fff;
    border: 1px solid #F4F4F4;
    border-top: none;
}
.form_input table .input_box.select .list li{
    padding: 10px 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
}
.form_input table .input_box.select .list li:hover{
    color: #D71219;
    background: #FFEBEC;
}
.xy_text{
    position: relative;
    margin-top: 20px;
    padding-left: 24px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.xy_text em{
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width:16px;
    height: 16px;
    background: url("../images/xy_icon01.png") no-repeat center;
    transition: all .3s;
}
.xy_text em.act{
    background-image: url("../images/xy_icon02.png");
}
.xy_text a{
    color: #D70E19;
}
.xy_text a:hover{
    text-decoration: underline;
}
.inner_banner{
    height: 170px;
}
.inner_banner .tit{
    padding-top: 68px;
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    font-weight: 700;
}
.local_address p{
    padding:15px 0 15px 26px;
    line-height: 20px;
    height: 20px;
    font-size: 0;
    position: relative;
}
.local_address i{
    position: absolute;
    left: 0;
    top:15px;
    display: block;
    width: 14px;
    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: #999999;
}
.local_address em{
    padding: 0 5px;
}
.local_address a.on{
    color: #666;
}
.local_address a:hover{
    color: #D70E19;
}
.pc_content{
    position: relative;
    background-color: #ffffff;
    min-height: 620px;
}
.pc_content>div.line{
    position: absolute;
    left: 255px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #E5E5E5;
}
.pc_left_box{
    width: 255px;
    min-height: 620px;
}
.pc_left_box h2{
    padding: 19px 24px;
    background-color: #D70E19;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}
.pc_left_box .list_box{
    padding-bottom: 150px;
}
.pc_left_box .list_box>li>a{
    display: block;
    padding: 19px 48px 19px 36px;
    font-size: 18px;
    color: #333333;
    line-height:22px;
    position: relative;
}
.pc_left_box .list_box em{
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -6px;
    display: block;
    width: 8px;
    height: 12px;
    opacity: 0;
    filter:alpha(opacity=0);
    background: url("../images/zj_icon_06.png") no-repeat center;
}
.pc_left_box  .list_box>li em.on{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.pc_left_box  .list_box>li.act>a{
    color: #D70E19;
    background-color: #FFEBEC;
}
.pc_left_box  .list_box>li.act em,.pc_left_box  .list_box>li em.show{
    opacity: 1;
    filter:alpha(opacity=100);
}
.pc_left_box .list_inner{
    display: none;
    padding-top: 18px;
}
.pc_left_box .list_inner a{
    display: block;
    position: relative;
    padding-left:62px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
}
.pc_left_box .list_inner i{
    position: absolute;
    left: 46px;
    top: 6px;
    display: block;
    width: 8px;
    height: 8px;
    background: url("../images/ysm_icon_01.png") no-repeat center;
}
.pc_left_box  .list_inner li.on a,.pc_left_box  .list_inner li:hover a{
    color: #D70E19;
}
.pc_left_box  .list_inner li:hover i,.pc_left_box  .list_inner li.on i{
    background-image: url("../images/ysm_icon_02.png");
}
.pc_right_box{
    padding: 0 32px 150px;
    width: 880px;
}
.pc_right_box h2{
    padding: 19px 10px;
    position: relative;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    border-bottom: 1px solid #E5E5E5;
}
.pc_right_box h2 em{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -9px;
    display: block;
    width: 2px;
    height: 18px;
    background-color: #D70E19;
}
.trade_system .item{
    margin-top: 30px;
}
.trade_system .item .tit{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: 700;
}
.trade_system .item .text_box{
    margin-top: 10px;
}
.trade_system .item .text_box p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    /* text-align: justify; */
}
.trade_system .item  .btn_box{
    margin-top: 20px;
}
.trade_system .item  .btn_box a{
    font-size:14px;
    color:#D71219 ;
    line-height: 20px;
    text-decoration: underline;
}
.link_btn {
    display: inline-block;
    vertical-align: top;
    padding-right:12px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    background: url("../images/arrow_icon02.png") no-repeat right center;
}
.link_btn:hover{
    background-image: url("../images/arrow_icon03.png");
}
.link_btn:hover{
    color: #D70E19;
}
.trade_system .item .tit .link_btn{
    float: right;
    font-weight: normal;
}
.trade_system .table_box{
    margin-top: 10px;
}
.trade_system .table_box table{
    width: 100%;
}
.trade_system .table_box th{
    padding: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    background: #F7F8FA;
    border: 1px solid #E5E5E5;
    font-weight: normal;
}
.trade_system .table_box td{
    padding: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    background: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
}
.trade_system  .operate_btn{
    text-align: center;
}
.trade_system  .operate_btn a{
    margin: 0 15px;
    color: #D71219;
}
.trade_system  .operate_btn a:hover{
    text-decoration: underline;
}
.trade_download{
    position: relative;
    margin-top: 20px;
    padding: 30px 40px;
    background: #F9F9F9;
}
.trade_download .p1{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: 500;
}
.trade_download  .download_btn{
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 100;
    display: block;
    width: 128px;
    height: 38px;
    font-size: 14px;
    color: #D71219;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #D71219;
}
.trade_download  .download_btn:hover{
    background: #D70E19;
    color: #fff;
}
.main_box.pt0{
    padding-top: 0;
}
.download_box{
    padding: 30px;
    background: #fff;
}
.download_select {
    position: relative;
    z-index: 100;
    font-size: 0;
}
.download_select>span,
.download_select .input_box{
    display: inline-block;
    vertical-align: top;
}
.download_select>span {
    padding: 9px 0;
    font-size:16px;
    color: #666666;
    line-height: 22px;
    font-weight: 700;
}
.download_select .input_box{
    position: relative;
}
.download_select .input_box input{
    display: block;
    padding: 8px 20px;
    width: 198px;
    height: 22px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    border: 1px solid #DDDDDD;
    outline: none;
    cursor: pointer;
    font-weight: 700;
}
.download_select .input_box .arrow{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width:20px;
    height: 20px;
    background: url("../images/arrow_icon01.png") no-repeat center;
    transition: all .3s;
}
.download_select .input_box .arrow.act{
    transform: rotate(-180deg);
}
.download_select .input_box .list{
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    width: 238px;
    max-height: 250px;
    overflow: auto;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-top: none;
}
.download_select .input_box .list li{
    padding: 8px 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
}
.download_select .input_box .list li:hover{
    color: #D71219;
    background: #FFEBEC;
}
.download_table{
    margin-top: 30px;
}
.download_table table{
    width: 100%;
}
.download_table th{
    padding: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    background: #F7F8FA;
    border: 1px solid #E5E5E5;
    font-weight: normal;
}
.download_table td{
    padding: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    /* background: #FFFFFF; */
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
}
.download_table .operate_btn{
    text-align: center;
}
.download_table .operate_btn a{
    margin: 0 15px;
    color: #D71219;
}
.download_table .operate_btn a:hover{
    text-decoration: underline;
}
.pageBar{
    font-size: 0;
    text-align: center;
}
.pageBar a,.pageBar strong,.pageBar span,.pageBar input{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.pageBar a{
    min-width: 16px;
    padding: 0 5px;
    height: 26px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    margin-right: 8px;
}
.pageBar a.prev{
    background: url("../images/invest_icon_01.png") no-repeat center;
}
.pageBar a.next{
    margin-right: 16px;
    background: url("../images/invest_icon_02.png") no-repeat center;
}
.pageBar a:hover{
    border-color: #D70E19;
    background-color:rgba(245,71,70,0.10);
    color: #D70E19;
}
.pageBar a.act{
    border-color: #D70E19;
    background-color:#D70E19;
    color: #ffff;
}
.pageBar a.prev:hover{
    background: #D70E19 url("../images/invest_icon_05.png") no-repeat center;
}
.pageBar a.next:hover{
    background: #D70E19 url("../images/invest_icon_06.png") no-repeat center;
}
.pageBar strong{
    height: 26px;
    border: 1px solid #E9E9E9;
    position: relative;
    padding-right:25px;
    cursor: pointer;
    margin-right: 17px;
    font-weight: normal;
}
.pageBar strong i{
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    width: 60px;
    text-align: center;
}
.pageBar strong em{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 26px;
    background: url("../images/invest_icon_03.png") no-repeat center;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.pageBar strong ul{
    position: absolute;
    left: -1px;
    top: 27px;
    display: none;
    width: 85px;
    border: 1px solid #E9E9E9;
    border-top: none;
    max-height: 90px;
    overflow-y: auto;
    background-color: #ffffff;
}
.pageBar strong ul li{
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    padding-left: 5px;
    text-align: left;
}
.pageBar strong ul li:hover{
    background-color:rgba(245,71,70,0.10);
    color: #D70E19;
}
.pageBar strong em.act{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.pageBar span{
    font-size:14px;
    color: #666666;
    line-height: 28px;
    margin-right: 5px;
}
.pageBar input{
    border: 1px solid #E9E9E9;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width:36px;
    font-size: 14px;
    color: #666666;
    margin-right: 8px;
    outline: none;
    padding: 0 5px;
}
.pageBar input:focus{
    border-color: #D70E19;
}
.download_box .pageBar{
    margin: 30px 0;
    text-align: right;
}
.inner_banner.question{
    height:368px;
}
.inner_banner.question .w1200{
    position: relative;
    height: 368px;
}
.inner_banner.question .tit{
    padding-top: 168px;
}
.inner_banner.question  .code_box{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -93px;
}
.inner_banner.question  .code_box .img{
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
}
.inner_banner.question  .code_box  img{
    display: block;
    width: 100%;
}
.inner_banner.question  .code_box .txt{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
}
.question_box{
    padding: 50px 0 80px;
    background: #fff;
}
.quest_search .input_box{
    position: relative;
}
.quest_search .input_box input{
    display: block;
    padding: 15px 146px 15px 65px;
    width:989px;
    height: 40px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    background: #F9F9F9;
    outline: none;
    border: none;
}
.quest_search .input_box em{
    position: absolute;
    left: 25px;
    top: 25px;
    display: block;
    width:20px;
    height: 20px;
    background: url("../images/search_icon01.png") no-repeat center;
}
.quest_search .search_btn{
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 100;
    display: block;
    width: 130px;
    height:54px;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
    background: #D70E19;
}
.quest_search .search_btn:hover{
    background: #c10711;
}
.quest_search .label{
    font-size: 0;
    margin-top: 20px;
}
.quest_search .label span{
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    transition: all .3s;
    cursor: pointer;
}
.quest_search .label span:hover{
    color: #D70E19;
}
.quest_tab{
    margin-top: 50px;
    font-size: 0;
}
.quest_tab span{
    display: inline-block;
    vertical-align: top;
    width: 299px;
    height: 58px;
    font-size: 20px;
    color: #666666;
    line-height: 58px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #DDDDDD;
    border-right: none;
    cursor: pointer;
}
.quest_tab span:last-child{
    width: 298px;
    border-right: 1px solid #DDDDDD;
}
.quest_tab span:hover{
    color: #D70E19;
    border-color: #D70E19;
    background: #FFEBEC;
}
.quest_tab span.act{
    background: #D71219;
    color: #fff;
    border-color: #D70E19;
}
.quest_tab span.act+span,
.quest_tab span:hover+span{
    border-left-color: #D70E19;
}
.question_list{
    margin-top: 50px;
}
.question_list h2{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: 700;
}
.question_detail{
    padding-top: 10px;
}
.question_detail .item{
    margin-top: 20px;
}
.question_detail  .quest_title{
    position: relative;
    padding: 15px 80px 15px 48px;
    font-size: 18px;
    color: #333333;
    line-height:30px;
    background: #F9F9F9;
    cursor: pointer;
}
.question_detail  .quest_title i{
    position: absolute;
    left: 32px;
    top: 27px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #D71219;
}
.question_detail  .quest_title  em{
    position: absolute;
    right:32px;
    top: 18px;
    z-index: 100;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../images/quest_icon02.png") no-repeat center;
    transition: all .3s;
}
.question_detail .item.act .quest_title em{
    background-image: url("../images/quest_icon01.png");
}
.quest_list{
    display: none;
}
.quest_list .list li{
    padding: 20px 32px;
    border-bottom: 1px dashed #DDDDDD;
}
.quest_list .list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.quest_list .list .tit,
.quest_list .list .txt{
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.quest_list .list .tit span,
.quest_list .list .txt span{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #D71219;
}
.quest_list .list .txt{
    margin-top: 20px;
}
.article_detail{
    padding: 40px;
    background: #FFFFFF;
}
.article_detail .top_box{
    padding-bottom: 24px;
    text-align: center;
    border-bottom: 1px solid #F2F2F2;
}
.article_detail .top_box h2{
    font-size: 26px;
    color: #333333;
    line-height:34px;
    font-weight: 700;
}
.article_detail .top_box .time{
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    line-height: 22px;
}
.article_cont{
    padding-bottom: 20px;
}
.article_cont p{
    margin-top: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
}
.pc_right_btn{
    position: absolute;
    right: 32px;
    top: 15px;
    z-index: 100;
    font-size: 0;
}
.pc_right_btn a{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    padding: 0 10px;
    font-size:14px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    background: #D70E19;
}
.pc_right_btn a:hover{
    background: #c10711;
}
.article_list li{
    border-bottom: 1px dashed #E5E5E5;
}
.article_list li>a{
    position: relative;
    display: block;
    padding: 20px 200px 15px 32px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article_list li>a em{
    position: absolute;
    left: 0;
    top: 21px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/arc_icon01.png") no-repeat center;
}
.article_list li>a span{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.article_list li>a:hover{
    color: #c10711;
}
.article_list li>a:hover em{
    background-image: url("../images/arc_icon02.png");
}
.inner_title{
    position: relative;
    padding-left: 7px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-weight: 700;
}
.inner_title em{
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 3px;
    height: 12px;
    background: #D71219;
}
.download_table.mt20{
    margin-top: 20px;
}
.pc_left_box .list_inner .list_inner01 li a{
    margin-bottom: 15px;
    font-size: 16px;
    color: #999999;
}
.pc_left_box .list_inner .list_inner02 li a{
    font-size: 14px;
}
.pc_left_box .list_inner .list_inner01 li.on>a,
.pc_left_box .list_inner .list_inner01 li:hover>a,
.pc_left_box .list_inner .list_inner02 li.on>a,
.pc_left_box .list_inner .list_inner02 li:hover>a{
    color: #D70E19;
}
.code_content{
    padding-top:30px;
}
.code_content p{
    font-size: 14px;
    color: #333333;
    line-height:24px;
}
.test_form{
    padding: 50px 0 90px;
    background: #fff;
}

.test_form_tips {
    width: 1200px;
    padding: 10px 20px;
    background: #ffe9e6;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.test_form_table table{
    width: 100%;
}
.test_form_table  th{
    padding: 19px 20px 18px;
    width: 25%;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    background: #F7F8FA;
    border: 1px solid #E5E5E5;
}
.oamenu  th{
    width: 50%;
}


.oapis {
    margin-top: 20px;
    line-height: 30px;
}
.test_form_table td{
    padding: 12px 20px 12px 40px;
    border: 1px solid #E5E5E5;
}
.test_form_table td .txt{
    padding: 5px 0;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.test_form_table  .input_box{
    position: relative;
    width: 340px;
}
.test_form_table  .input_box input{
    display: block;
    padding: 7px 20px;
    width: 300px;
    height: 22px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    background: #F9F9F9;
}
.test_form_table  .input_box input[readonly]{
    cursor: pointer;
}
.test_form_table table .input_box.select em{
    position: absolute;
    right:15px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background:#F9F9F9 url("../images/arrow_icon01.png") no-repeat center;
    transition: all .3s;
}
.test_form_table table .input_box.select em.act{
    transform: rotate(-180deg);
}
.test_form_table table .input_box.select .list{
    position: absolute;
    left: 0;
    top: 36px;
    display: none;
    width: 338px;
    max-height: 250px;
    overflow: auto;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-top: none;
}
.test_form_table table .input_box.select .list li{
    padding: 7px 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
}
.test_form_table table .input_box.select .list li:hover{
    color: #D71219;
    background: #FFEBEC;
}
.test_form_table .textarea_box textarea{
    display: block;
    padding: 10px 0;
    height: 154px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    border: none;
    outline: none;
    resize: none;
    font-family: inherit;
}
.test_form_table .textarea_box_id textarea{
    display: block;
    padding: 10px 0;
    height: 24px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    border: none;
    outline: none;
    resize: none;
    font-family: inherit;
}
.test_form_table .radio_box{
    font-size: 0;
    padding: 7px 0;
}
.test_form_table .radio_box span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    cursor: pointer;
}
.test_form_table .radio_box span em{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 14px;
    height:22px;
    background: url("../images/radio_icon01.png") no-repeat center;
    transition: all .3s;
}
.test_form_table .radio_box span.act em{
    background-image: url("../images/radio_icon02.png");
}
.test_form_table .radio_box span.act{
    color: #D70E19;
}
.test_form_table .radio_box i{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666 ;
    line-height: 22px;
    font-style: normal;
}
.test_form_table .input_box .yzm_img01{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0 15px;
    width: 70px;
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
}
.test_form_table .input_box .yzm_img01 img{
	cursor: pointer;
    display: block;
    width:100%;
    height: 34px;
}
.test_form_btn{
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}
.test_form_btn a{
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    background: #D70E19;
    font-weight: 700;
    letter-spacing: 2px;
}
.test_form_btn a:hover,
.dialog_btn_box a:hover{
    background: #c10711;
}
.pop_btn_box {
    height: 40px;
    line-height: 40px;
    margin: 40px auto 0;
    width: 230px;
}
.pop_btn_box span {
    display: inline-block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.pop_btn_ok {
    background: #c10711;
    color: #fff;
    margin-left: 20px;
    
}
.pop_btn_cancel {
    background: #fff;
    color: #666;
    border: 1px solid #747474;
    
}
.test_form_btn a.default{
    background: #DDDDDD;
}
.dialog_layer{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:rgba(0,0,0,.4);
}
.dialog_cont{
    position: absolute;
    left: 50%;
    top:50%;
    z-index: 10000;
    padding: 40px;
    margin-left: -300px;
    width:520px;
    background: #fff;
    transform: translateY(-50%);
}
.dialog_cont .cont_box{
    padding-top: 10px;
}
.dialog_cont .cont_box p{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    font-weight: 500;
}
.dialog_btn_box{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.dialog_btn_box a{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    background: #D70E19;
    font-weight: 700;
}
.dialog_close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/dialog_close.png) no-repeat center;
}
.dialog_close:hover{
    transform: rotate(-180deg);
}
/* 反馈中心-start */
.test_form_table .input_box.title input{
    padding: 7px 0;
    width: 100%;
    font-size: 16px;
    background: none;
}
.test_form_table .input_box .file_btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    display: block;
    width: 100px;
    height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    background: #D71219;
}
.test_form_table .input_box .file_btn:hover{
    background: #c10711;
}
/* 个人中心-start */
.person_msg{
    padding:40px 0;
}
.person_msg .img_box{
    margin: 0 auto 20px;
    width:110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
}
.person_msg .img_box img{
    display: block;
    width: 100%;
}
.person_msg .name{
    font-size: 20px;
    color: #000000;
    line-height:28px;
    text-align: center;
}
.test_request_box{
    padding: 30px 0 0;
}
.test_search_box .input_box{
    position: relative;
    margin-right: 10px;
}
.test_search_box .input_box input{
    display: block;
    padding: 9px 20px;
    width: 258px;
    height: 20px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    border: 1px solid #DDDDDD;
    outline: none;
    transition: all .3s;
}
.test_search_box .input_box input:focus{
    border-color: #D71219;
}
.test_search_box .search_btn{
    display: block;
    width: 92px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    background: #D70E19;
}
.test_search_box .search_btn:hover{
    background: #c10711;
}
.test_request_box .test_table{
    margin-top: 30px;
}
.test_table table{
    width: 100%;
}
.test_table table th{
    padding:10px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    background: #F7F8FA;
    border: 1px solid #E5E5E5;
    font-weight: 500;
}
.test_table table td{
    padding: 10px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}
.test_table table .txt{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.test_table table .txt.c_on{
    color: #FF9500;
}
.test_table table .txt.c_succ{
    color: #00AA33;
}
.test_table table .txt.c_fail{
    color: #D71219;
}
.test_table .btn_box{
    font-size: 0;
    text-align: center;
}
.test_table .btn_box a{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 14px;
    color: #D71219;
    line-height: 20px;
}
.test_table .btn_box a:hover{
    text-decoration: underline;
}
.test_request_box .pageBar{
    margin-top: 30px;
    text-align: right;
}
.person_detail{
    padding-top: 30px;
}
.test_form_table .upload_box{
    position: relative;
    width: 180px;
}
.test_form_table .upload_box img{
    display: block;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.test_form_table .upload_box .change_btn{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: block;
    padding:5px 0;
    width: 100%;
    font-size:14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: rgba(0,0,0,.5);
}
.person_detail .test_form_table .input_box input{
    font-size: 16px;
}
.dialog_cont.pb50{
    padding: 0 0 50px;
    width: 600px;
}
.dialog_cont h2{
    padding: 20px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    background: #F7F8FA;
}
.change_phone{
    padding-top: 42px;
}
.change_phone .form_input table th{
    width: 197px;
}
.dialog_btn_box.w220 a{
    width: 220px;
}
.test_result{
    padding:6px 0 60px;
    background: #fff;
}
.test_result_item{
    margin-top: 50px;
}
.test_result_item h2{
    position: relative;
    padding-left: 14px;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}
.test_result_item h2 em{
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 4px;
    height:20px;
    background: #D71219;
}
.test_flow_box{
    margin-top: 30px;
    padding: 40px;
    background: #F7F8FA;
}
.test_flow{
    position: relative;
    z-index: 1;
}
.test_flow .line{
    position: absolute;
    left: 80px;
    top: 19px;
    z-index: -1;
    width: 960px;
    height: 2px;
    background: #E1E1E1;
    border-radius:5px;
}
.test_flow .list li{
    position: relative;
    float: left;
    width: 33.33%;
    font-size: 0;
    text-align: center;
}
.test_flow .list li:first-child{
    text-align: left;
}
.test_flow .list li:last-child{
    text-align: right;
}
.test_flow li .inner_line{
    position: absolute;
    top: 19px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #E1E1E1;
}
.test_flow li:first-child .inner_line{
    left: 80px;
}
.test_flow li:last-child .inner_line{
    left: initial;
    right: 80px;
}
.test_flow .text_box{
    display: inline-block;
    vertical-align: top;
    min-width: 160px;
}
.test_flow .text_box em{
    display: block;
    margin: 0 auto 13px;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #E1E1E1;
    line-height: 36px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #E1E1E1;
    border-radius: 100%;
}
.test_flow .text_box .txt{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}
.test_flow li.act .inner_line{
    background: #D70E19;
}
.test_flow li.act .text_box em{
    border-color: #D71219;
    color: #D71219;
}
.test_flow li.act .text_box .txt{
    color: #D70E19;
}
.test_result_item{
    position: relative;
}
.test_result_item .tips{
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.test_form_table.mt20{
    margin-top: 20px;
}
.test_form_table h3{
    margin: 16px 0 10px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.test_form_table.mt20 h3{
    margin-top: 30px;
}
.test_result_item .reset_btn{
    position: absolute;
    right: 0;
    top: -6px;
    z-index: 100;
    display: block;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    background: #D71219;
}
.test_result_item .reset_btn:hover{
    background: #c10711;
}
.test_result_txt{
    padding-top: 6px;
}
.test_result_txt .title,
.test_result_txt .answer{
    position: relative;
    margin-top: 20px;
    padding-left: 27px;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.test_result_txt .title span,
.test_result_txt .answer span{
    position: absolute;
    left: 0;
    top: 0;
    color: #D70E19;
}
.test_result_txt .img_box{
    margin-top: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.header_top .link_box span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.header_top .link_box a.ared{
    margin-left: 10px;
}
.header_top .link_box a.ared:hover{
    text-decoration: underline;
}
.mobile_footer,
.mobile_header,
.menu_detail{
    display: none;
}
.form_input table .upload_box{
    position: relative;
}
.form_input table .upload_box .img_box{
    width: 180px;
    height: 110px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.form_input table .upload_box img{
    display: block;
    width: 100%;
}
.no_data_box{
    padding: 60px 0;
}
.no_data_box .img{
    width: 320px;
    margin: 0 auto;
}
.no_data_box .img img{
    display: block;
    width: 100%;
}
.no_data_box .txt{
    font-size: 18px;
    color: #999999;
    line-height: 24px;
    text-align: center;
}
.bg_white{
    background: #fff;
}
.article_list.news{
    padding-top: 12px;
}
.article_list.news li{
    border-bottom: 1px solid #E5E5E5;
}
.article_list.news li>a{
    padding: 17px 200px 17px 0;
    font-size: 16px;
    color: #000000;
}
.article_list.news li>a:hover{
    color: #D70E19;
}
.article_box .pageBar{
    padding: 30px 0;
    text-align: right;
}
.nav_box>li{
    position: relative;
}
.nav_inner_list{
    position: absolute;
    left: 50%;
    top: 84px;
    margin-left: -80px;
    display: none;
    width: 160px;
    padding: 14px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.nav_inner_list li>a{
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #333333 ;
    line-height: 22px;
    text-align:center;
    transition: all .3s;
}
.nav_inner_list li>a:hover{
    color: #D70E19;
    background: #FFF3F4;
}
.article_list li>a em.em_01{
    background: url("../images/arc_icon03.png") no-repeat center;
}
.article_list li>a:hover em.em_01{
    background-image: url("../images/arc_icon04.png");
}
.warn_data_box{
    padding: 80px 0;
    text-align: center;
}
.warn_data_box img{
    display: block;
    width: 40px;
    margin: 0 auto 20px;
}
.warn_data_box .txt{
    font-size: 14px;
    color: #666666 ;
    line-height: 20px;
}
.warn_data_box .txt a{
    color: #D71219;
    text-decoration: underline;
}
.test_form_table th,
.test_form_table td .txt{
    font-size: 18px;
}
.fixed_code{
    position: fixed;
    right: 1%;
    top: 50%;
    z-index: 999;
    margin-top: -82px;
}
.fixed_code  .code_box .img{
    margin: 0 auto 10px;
    width: 150px;
    height: 150px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.fixed_code  .code_box  img{
    display: block;
    width: 100%;
}
.fixed_code  .code_box .txt{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    text-align: center;
}
.fixed_code  .code_box .close_btn{
    display: none;
}
/* 陈松新增 */
.datum-download{
    padding: 60px 0 54px 0;
}
.datum-download-box{
    margin-top: 40px;
    margin-left: -12px;
    margin-right: -12px;
}
.datum-download-list>span{
    font-size: 20px;
    line-height: 26px;
    color: #000;
    position: relative;
    padding-bottom: 19px;
}
.datum-download-list{
    width: 380px;
    float: left;
    border-radius: 4px;
    background: #FFFFFF,linear-gradient(180deg, #F3F5F8 0%, #F4F6F800 81%);
    border: 2px solid #FFFFFF;
    box-shadow: 8px 8px 20px 0px #CED8E766;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
}
.datum-download-list .download-news{
   padding: 20px 30px 30px;
}
.datum-download-list>span{
    position: relative;
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    padding: 23px 30px 19px;
}

.datum-download-list .cs-download{
    display: block;
    width: 68px;
    height: 34px;
    border-radius: 2px;
    background: #D71219;
    line-height: 34px;
    text-align: center;
    color: #fff;
    float: left;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.datum-download-list .cs-download-go{
    display: block;
    width: 68px;
    height: 34px;
    border-radius: 2px;
    background: #D71219;
    line-height: 34px;
    text-align: center;
    color: #fff;
    float: left;
    position: absolute;
    right: 30px;
    top:23px

}
.download-news>div{
    float: left;
}
.datum-download .more{
    display: block;
    color: #D71219;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 40px;
    background: url("../images/zj_icon_06.png") no-repeat 640px center;
}
.red-1219{
    color: #D71219;
}

/* 陈松新增*/
.line-list.fixed{
    position: fixed;
    top: 132px;
    width: 100%;
    z-index: 99;
}
.pc_left_box.fixed{
    position: fixed;
    z-index: 100;
    top:133px

}
.nav_box_1.fixed{
    position: fixed;
    top: 133px;
    width: 100%;
    z-index: 99;

}
.line-list.fixed-h5{
    position: fixed;
    top: 49px;
    width: 100%;
    z-index: 3;
}
.line-list .nav_box>li:hover>a{
    color: #333333;
}
.line-list .nav_box>li:hover>a em{
    display: none;
}
.line-list .nav_box>li.act>a{
    color: #D70E19;
}
.line-list .nav_box>li.act>a em{
    display: block;
}
.section-a{
    display: block;
    height: 100%;
}
.section-text{
    height: 100%;
    color: #fff;
    text-align: left;
    padding-top: 80px;
    padding-bottom: 150px;
  
}
.section-text .p1{
    font-size: 36px;
    line-height: normal;
}
.section-text .p2{
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}

.section-text a{
    display: block;
    width: 144px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #D71219;
    border-radius: 2px;
    color: #ffffff;
    margin-top: 40px;
    font-size: 16px;
}
a.hide, .hide {
    display: none;
}
a.show, .show {
    display: block;
}
.section-text .apply{
    display: block;
}
.nav_box_new{
    text-align: left!important;
    padding-top: 0;
    background: #ffffff;
}
.nav_box_new>li>a em{
    height: 3px;
} 
.nav_box_new>li>a{
    padding: 21px 0;
    line-height: 21px;
}
.product h1,.product-function h1 ,.application h1 , .insert-introduce h1 ,.datum-download h1{
    text-align: center;
    font-size: 32px;
    line-height: 45px;
}
.product-list-box {
    width: 484px;
    float: left;
    text-align: center;
    padding: 33px 45px 33px 45px;
    background: #ffffff;
    margin-top: 24px;
    margin-left: 18px;
    margin-right: 18px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    cursor: pointer;
}
.line-list{
    background: #ffffff;
}
.box1{
    height: 220px;
}
.box2{
    height: 220px;
}

.product-img{
    width: 72px;
    height: 72px;
}
.product-list-box h2{
    font-size: 20px;
    color: #000000;
    margin-top: 20px;
}
.product-list-box p{
    margin-top: 10px;
}
.desgin{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.desgin-height{
    margin-top: 21px;
    text-align: center;
}
.product-list{
    margin-top: 35px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-left: -18px;
    margin-right: -18px;
}
.product ,.insert-introduce{
    padding: 80px 0 80px 0;
    background: url("../images/Group56.png") no-repeat center;
    background-size: 100% 100%;
}
.application{
    padding: 80px 0 80px 0;
}

.application-list{
    margin-top: 43px;
    /* margin-left: -12px;
    margin-right: -12px; */
}
.application-list .desgin{
    line-height: 24px;
}
.application-list-box{
    width: 280px;
    height: 160px;
    background:#fff url("../images/a1.png") no-repeat 34px 22px;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    padding: 50px 40px 30px 40px;
    margin-top: -50px;
    z-index: 2;
    position: relative;
    border-radius: 4px;
    background: #FFFFFF,linear-gradient(180deg, #F3F5F8 0%, #F4F6F800 81%);
    border: 2px solid #FFFFFF;
}
.application-list .sight-img{
    width: 384px;
    height: 260px;
    border-radius: 4px;
}
.application-list-box>span{
    font-size: 20px;
    color: #000000;
    position: absolute;
    bottom: 40px;
}
.application-img{
    /* width: 384px!important; */
    float: left;
    /* margin:0 12px; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 400px !important;
    padding: 0 12px;
    

   
}
.insert-introduce-img>div{
    width: 515px;
    height: 180px;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 25px;
    padding: 30px 38px 30px 35px;
}
.insert-introduce-img{
    /* margin-left: -12px;
    margin-right: -12px; */
    margin-top: 50px;
}
.insert-introduce-img-2{
      margin-left: -12px;
    margin-right: -12px;
}
.insert-introduce-img p{
    width: 398px;
    margin-top: 10px;
}
.insert-introduce-img span{
    font-size: 20px;
    color: #000;
}
.insert-introduce-img1{
    background: #ffffff url("../images/1.png") no-repeat 500px 30px;
}
.insert-introduce-img2{
    background: #ffffff url("../images/2.png") no-repeat 500px 30px;
}
.insert-introduce-img3{
    background: #ffffff url("../images/3.png") no-repeat 500px 30px;
}
.insert-introduce-img4{
    background: #ffffff url("../images/4.png") no-repeat 500px 30px;
}

.box3{
    width: 290px;
    height: 200px;
    margin-left: 12px;
    margin-right: 12px;
}
.box4{
    width: 494px;
    height: 200px;
    margin-left: 12px;
    margin-right: 12px;
}
.product-list-l,.product-list-r{
    margin-left: -12px;
    margin-right: -12px;
}
.product-function{
    padding: 60px 0 80px 0;
    background: url("../images/Group 53.png") no-repeat center;
}
.product-function h1{
    color: #fff;
}
.produc-function-box{
    margin-top: 40px;
}
.produc-function-box1{
    float: left;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 230px !important;
}
.produc-function-box1 .box_con{
    padding: 40px 0 40px 0;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px #0000003F;
    cursor: pointer;
}
.produc-function-box1 h2{
    margin-top: 20px;
}
.pro_function_list {
    margin: 0 -12px;
    overflow: hidden;
    height: 280px;
}
.pro_function_list_2{
    margin: 0 -12px;
    overflow: hidden;
    height: 557px;
}
.produc-function-box1>img{
    width: 70px;
    height: 70px;
}
.built-in-cs{
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.produc-function-box1 .desgin{
    margin-top: 7px;
}
.api-text{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: center;
}
.new-insert-introduce-img{
    margin-left: -12px;
    margin-right: -12px;
}
.new-insert-introduce-img div {
    width: 467px;
    height: 90px;
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 25px;
    padding: 30px 86px 20px 35px;
}
.new-insert-introduce p{
    width: 398px;
    margin-top: 10px;
}
.new-insert-introduce span{
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.download-news>div{
    margin-top: 20px;
}
.banner_box_new{
    height: 300px;
}
.section-text-download{
    height: 86px;
    padding-top: 100px;
    padding-bottom: 114px;
    color: #fff;
}
.section-text-download a{
    color: #fff;
    display: block;
}
.section-text-download .p1{
    font-size: 36px;
    line-height: normal;
}
.section-text-download .p2{
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.download-list-1{
    padding: 40px 0;
    background: url("../images/Group56.png") no-repeat center;
    background-size: 100% 100%;
}
.download-list-1 .download-text-1{
    padding: 40px 50px;
    float: left;
    width: 728px;
}
.download-list-1 .download-text-1 a{
    color: #000;
    font-size: 28px;
    line-height: normal;
}
.download-list-1 .download-text-1 a:hover{
    color: #D71219;
}
.download-list-1 .download-box-left{
    border-radius: 4px;
    background: #FFFFFF,linear-gradient(180deg, #F3F5F8 0%, #F4F6F800 81%);
    border: 2px solid #FFFFFF;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    margin-top: 24px;
    position: relative;
}
.download-list-1 .w1200 .download-box-left:nth-child(1){
    margin-top: 0;
}
.download-list-1 .download-box-left .paragraph{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
 .left-box .download-img{
    float: right;
    width: 368px;
    height: 266px;
}
.right-box .download-img{
    float: left;
    width: 368px;
    height: 266px;
}
.right-box .download-text-1{
    float: right;
}
.left_box .download-text-1{
    float: left;
} 
.download-list-1 .download-box-left .download-text-1 .download-now{    
    display: block;
    width: 64px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    background: #D71219;
    color: #fff;
    font-size: 16px;
    padding: 5px 16px;
    position: absolute;
    bottom: 40px;
}
.babner-box-cs{
    background: url("../images/Group14.png") no-repeat center;background-size: cover;
    /* height: 370px; */
}
.cp-bj{
    background: url("../images/b3.png") no-repeat center;
    background-size: cover;
}
.download-but a{
    float: left;
}
.cp-section-text{
    height: 388px;
    padding-top: 80px;
    padding-bottom: 72px
}
.download-but .a2{
    margin-left: 20px;
    width: 112px;
}
.nav_box_new>li{
    margin: 0 50px;
}
.dot_box {
    width: 100%;
    height: 3px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 99;
}
.dot_box span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 40px;
    height: 3px;
    opacity: 0.4;
    background: #FFFFFF;
    -webkit-transition:all .3s ;
    -moz-transition:all .3s ;
    -o-transition:all .3s ;
    transition:all .3s ;
    cursor: pointer;
}
.dot_box span.swiper-active-switch{
    opacity: 1;
}
.dot_box_2 span.swiper-active-switch{
    opacity: 1;
}
.application-btn{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FFFFFF,linear-gradient(180deg, #F3F5F8 1%, #F4F6F800 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    cursor: pointer;
    position: relative;
}
.application-btn img{
  position: absolute;
  top: 11px;
  left: 11px;
}
.application-btn>.off1 ,.application-btn>.off2{
    display: none;
}

.application-btn>.off1-2 ,.application-btn>.off2-2{
    display: none;
}
.arrow-right ,.arrow-right-2{
    position: absolute;
    top: 50%;
    right: -66px;
}
.arrow-left,.arrow-left-2{
    position: absolute;
    top: 50%;
    left: -66px;
}
.change{
    height: 497px;
    position: relative;
}
.change-1{
    position: relative;
}
.change2{
    height: 557px;
    position: relative;
}
.change-2 .swiper-container ,.change-2 .swiper-wrapper{
    height: 557px;
}

.change .swiper-container ,.change .swiper-wrapper{
    height: 497px;
}


.download-list-r .w1200 .download-box-left{
    padding: 40px 43px 40px 40px;
}
.download-list-r .download-text-1{
    /* padding: 40px 50px; */
    float: left;
    width: 770px;
   
}
.download-list-r .download-text-1 a{
    color: #000;
    font-size: 28px;
    line-height: normal;
}
.download-list-r .download-text-1 a:hover{
    color: #D71219;
}
.download-list-r .download-box-left{
    border-radius: 4px;
    background: #FFFFFF,linear-gradient(180deg, #F3F5F8 0%, #F4F6F800 81%);
    border: 2px solid #FFFFFF;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    /* margin-top: 24px; */
    position: relative;


}

.download-list-r .download-box-left .paragraph{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;

}
.download-list-r .download-box-left .download-img{
    float: right;
    width: 270px;
    height: 200px;
}
.download-list-r .download-box-left .download-text-1 .download-now{    
    display: block;
    width: 64px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    background: #D71219;
    color: #fff;
    font-size: 16px;
    padding: 5px 16px;
    position: absolute;
    bottom: 40px;
}

.core{
    padding: 0 40px 50px 40px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    /* margin-top: 24px; */
}

.nav_box_1{
    /* height: 66px; */
    /* padding-top: 18px; */
    font-size: 0;
    border-radius: 0px 0px 0px 0px;
background: #FFFFFF linear-gradient(180deg, #F3F5F8 0%, #F4F6F800 81%);
border: 2px solid #FFFFFF;
/* margin-top: 24px; */
padding-left: 16px;
}
.nav_box_1>li{
    display: inline-block;
    vertical-align: top;
    margin: 0 24px;
}
.nav_box_1>li>a{
    position: relative;
    display: block;
    padding: 21px 0;
    font-size: 20px;
    color: #666666;
    /* line-height:28px; */
    font-weight: medium;
    /* font-weight: 700; */
}
.nav_box_1>li>a em{
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 3px;
    background-color: #D70E19;
}
.nav_box_1>li:hover>a,
.nav_box_1>li.act>a{
    color: #000000;
}

.nav_box_1>li.act>a em,
.nav_box_1>li:hover>a em{
    width: 100%;
    margin-left: -50%;
}
.core-box .core-list ,.core-tab-box{
    margin-top: 20px;
    
    /* padding: 0 20px; */
}
.core-box{
    margin-top: 50px;
}
.core-box-2{
    padding: 23px 0 23px 40px;
    border-radius: 0px 0px 0px 0px;
    background: #FFFFFF linear-gradient(180deg, #F3F5F8 0%, #F4F6F800 81%);
    border: 2px solid #FFFFFF;
    border-bottom: 1px solid #f5f7fa;
}

.core-box-img{
    float: right;
    width: 26px;
    height: 26px;
    background: url("../images/z1.png") no-repeat center;
	cursor: pointer;
}

.core-box-img-list{
    position: absolute;
    left: 50%;
}

.core-box h1,.core-box-2 h1{
    background: url("../images/Frame.png") no-repeat  left center;
    background-size: 12px 15px;
    color: #333;
    font-size: 24px;
    padding-left: 25px;
}
.core-list li {
    background: #F7F8FA;
    padding: 14px 20px 14px 35px;
    margin-top: 8px;
}
.core-list li .core-box-text::before{
    content: '';
    width: 6px;
    height: 6px;
    background: #D71219;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -15px;
}


.core .core-list li .text{
    font-size: 16px;
    color: #333333;
}
.core-download-tab {
    width: 100%;
}
.core-download-tab tr th{
    background: #F7F8FA;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
.core-download-tab tr th ,.core-download-tab tr td{
    padding: 14px 0 14px 30px;
}
.core-download-tab tr a{
    color: #d71219;
}
.core-download-tab tr .a2{
    margin-left: 20px;
}
/* .new_download_table{
    margin-top: 9px;
    border-top: 1px solid #f5f7fa;
   
} */
.new-input-box{
    padding: 30px 0 30px 0;
}
.new_download_table{
    margin-top: 0;
}

.new_download_table th,
.new_download_table td
{
    padding: 14px 0;
    text-align: left;
    border: none;
    padding-left: 30px;
}
.new_download_table th{
    color: #999999;
}
.new_download_table .operate_btn{
    text-align: left;
    padding-right: 30px;
}
.new_download_table .operate_btn a{
    margin: 0;
}
.new_download_table .operate_btn a:nth-child(2){
    margin-left: 10px;
}
.download_box_new{
    border-radius: 4px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 8px 8px 20px 0px #D2DDEB66;
    padding:30px 40px 60px 40px;
}
.pageBar-new{
    margin-top: 30px;
    text-align: right;
}
.mt30{
    margin-top: 30px;
}
.mt20{
    margin-top: 20px;
}
div.new-list-inner{
    background: #FFFFFF;
    border: 2px solid #F7F8FA;

    color: #666666;
    font-weight: regular;
    font-size: 14px;
    line-height: 24px;
    padding: 30px;
    margin: 42px -20px -14px -20px;
}
.new-list-box-cs>li{
    padding: 14px 20px;
    background: #F7F8FA;
    margin-top: 8px;
}
.new-list-box-cs .circle{
    position: relative;
    color: #333333;
    font-weight: regular;
    font-size: 16px;
    padding-left: 15px;
    float: left;
    line-height: 26px;
}
.new-list-box-cs{
    margin-top: 20px;
}
.new-list-box-cs .circle::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #D71219;
    position: absolute;
    top: 10px;
    left: 0;
}
.new-list-box-cs>li.act .circle{
    color: #D71219!important;
}
.new-list-box-cs>li.act .core-box-img{
    background: url("../images/z2.png") no-repeat center;
}
.pitera-data .pitera-text{
    width: 320px;
    height: 262px;
  
    background: url("../images/zan.png") no-repeat center center;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;

}
.pitera-data .pitera-text p{
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 0.18rem;
    text-align: center;
    color: #999999;
    margin-left: -24px;
   
}

.pitera-data{
    padding: 100px 0 100px 0;
}
.popular-search-list li{
    float: left;
   
    font-size: 16px;
    margin-right: 20px;

}
.popular-search-list li a{
    color: #ffffff!important;
}
.popular-search-list li:first-child{
    font-size: 18px;
    color: rgba(255, 255, 255, .5);

}

.babner-box-popular{
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    height: 300px;
}
.babner-box-popular .popular-inp{
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    padding-left: 20px;
    background: rgba(204, 204, 204, .5) ;
    margin-top: 20px;
    
}
.popular-inp-box{
    width: 24px;
    height: 24px;
    background:url("../images/sou.png") no-repeat center;
    background-size: 24px 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -34px;
    cursor: pointer;
}

.babner-box-popular .popular-search-list{
    margin-top: 20px;

}

.section-text-popular {
    height: 100%;
    color: #fff;
    text-align: left;
    padding-top: 60px;
    position: relative;
    /* padding-bottom: 150px; */
}

.section-text-popular .p1 {
    font-size: 36px;
    line-height: normal;
}
.search-list{
    padding: 40px 0 60px;
}
.search-next-box h2{
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}
.search-next-box h2::before{
    width: 6px;
    height: 6px;
    display: inline-block;
    content: '';
    background: #D71219;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
   
}
/* .search-next-box ul{
    margin-top: 20px;
} */
.search-list-ul li{
    font-size: 16px;
    color: #666666;
    padding: 20px 30PX 17px;
    border-bottom: 1px dashed #dddddd;
}
.new-list-title{
    height: 60px;
    line-height: 60px!important;
    padding: 0 30px;
   
}
.new-list-title>a,
.new-list-title>.core-box-img{
    margin-top: 17px;
}
.search-list-ul li>p{
    line-height: 22px;
}
.search-list-ul li:last-child{
    border: none;
}
.search-list-ul li>.ask-1,
.search-list-ul li>.answer-1,
.search-list-ul li>.ask,
.search-list-ul li>.answer

{
    position: relative;
    padding-left: 25px;
    
}
.search-list-ul li>.answer,
.search-list-ul li>.answer-1
{
    margin-top: 6px;
}
.search-list-ul li>.ask{
    font-weight: 700;
    color: #000000;
}
.search-list-ul li>.ask>span{
    color: #D71219!important;
}


.new-list-inner-1 {
    background: #FFFFFF;
    border: 2px solid #F7F8FA;
    color: #666666;
    font-weight: regular;
    font-size: 14px;
    line-height: 24px;
   
}
.search-list-ul li>.ask::before,
.search-list-ul li>.answer::before,
.search-list-ul li>.ask-1::before,
.search-list-ul li>.answer-1::before

{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
   
}
.search-list-ul li>.ask::before{
    background: url("../images/ask.png") no-repeat center;
    background-size: 16px 16px;

}
.search-list-ul li>.answer::before{
    background: url("../images/answer.png") no-repeat center;
    background-size: 16px 16px;
}
.search-list-ul li>.ask-1::before{
    background: url("../images/ask.png") no-repeat center;
    background-size: 16px 16px;

}
.search-list-ul li>.answer-1::before{
    background: url("../images/answer-1.png") no-repeat center;
    background-size: 16px 16px;
}

.search-list-ul li>.ask-2::before{
    background: url("../images/ask-1.png") no-repeat center;
    background-size: 16px 16px;

}

.new-line-list .nav_box>li.act>a {
    color: #000000;
}

.nav_box_new_1 {
    text-align: left!important;
    padding-top: 0;
    background: #ffffff;
}


.nav_box_new_1>li {
    margin:0;
    margin-right: 50px;
}
.search-next-box.top23{
    margin-top: 23px;
}

.new-list-box>li {
    /* padding: 17px 20px; */
    background: #F7F8FA;
    margin-top: 10px;
}

.new-list-box>li.act{
    background: #FBE8E8;

}

.new-list-box>li.act .circle {
    color: #D71219!important;
    background: #FBE8E8;

}
.new-list-box .circle {
    position: relative;
    color: #333333;
    /* background: #F6F7F9; */
    font-weight: regular;
    font-size: 18px;
    padding-left: 15px;
    float: left;
    line-height: 26px;
}
.new-list-box .circle::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #D71219;
    position: absolute;
    top: 10px;
    left: 0;
}


.new-list-box>li.act .core-box-img {
    background: url(../images/z2.png) no-repeat center;
}
.main_box-search{
    background: #fff;
    padding: 40px 0 60px;
}
.main_box-search .pageBar{
    margin-top: 30px;
    text-align: right!important;
}

.side-navigation{
 
    background: #ffffff;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 999;
   
}
.side-ku,.side-fk,.side-er,.side-top{
    width: 44px;
    height: 44px;
    position: relative;
}
.side-navigation .side-img-1-show,
.side-navigation .side-img-2-show,
.side-navigation .side-img-3-show,
.side-navigation .side-img-4-show{
    width: 44px;
    height: 44px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

.side-navigation .side-img-1-show{
    background:#f3f3f3 url("../images/x1.png") no-repeat center;
    background-size: 28px ;
    position: absolute;
    right: 0;
    top: 0;
}
.side-navigation .side-img-2-show{
    background:#f3f3f3 url("../images/x2.png") no-repeat center;
    background-size: 28px ;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 2px;
    /* margin-top: 10px; */

}
.side-navigation .side-img-3-show{
    background:#f3f3f3 url("../images/x3.png") no-repeat center;
    background-size: 28px ;
    position: absolute;
    right: 0;
    top:0;
    margin-top: 4px;
   

}
.side-navigation .side-img-4-show{
    background:#f3f3f3 url("../images/x4.png") no-repeat center;
    background-size: 28px ;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
   
}
.kh-hover-sy{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #D71219;
    display: none;
    z-index: 9999;
   
}
.kh-hover-sy .cell {
    background: #D71219;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}
.test-title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}
.right-menu {
    background: #fff;
    border: 1px solid #d71219;
    color:#d71219
}
.right-menu .cell {
    background: #fff;
    color: #d71219;
    border-top: 1px solid #d71219;
}
.right-menu .cell:hover {
    background: #d71219;
    color: #fff;
    border-top: 1px solid #fff;
}
.fk-hover-sy{
    position: absolute;
    right: 0;
    top: 2px;
    width: 120px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #D71219;
    display: none;
   
}
.top-hover-sy{
    position: absolute;
    right: 0;
    top: 4px;
    width: 120px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #D71219;
    padding: 0 10px;
    display: none;
}
.er-hover-sy{
    position: absolute;
    right: 0;
    top: 4px;
    margin-top: 4px;
    width: 100px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #D71219;
    padding: 0 10px;
    display: none;
    z-index: 1002;
}

.follow-hover-sy{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4px;
    width: 120px;
    text-align: center;
    height: auto;
    line-height: 44px;
    background: #D71219;
    padding: 10px;
    z-index: 1002;
    color: #fff;
    display: none;
}
.follow-hover-sy p{
    line-height: 24px;
    margin-top: 10px;
}
.kh-hover-sy>a,
.er-hover-sy>a,
.fk-hover-sy>a,
.top-hover-sy>a
{
    color: #fff;
    font-size: 14px;
	display: block;
	padding: 0 10px;
}
.kh-hover-sy>a>img,
.er-hover-sy>a>img,
.fk-hover-sy>a>img,
.top-hover-sy>a>img
{
    width: 28px;
    height: 28px;
    margin-top: 8px;
}














/* H5-适配样式-start */
@media all and (max-width: 1024px){
    /* 公共样式重写 */
    body *{
        box-sizing: borde r-box;
        -moz-box-sizing: border-box; /* Firefox */
        -webkit-box-sizing: border-box; /* Safari */
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    a {
        text-decoration:none;
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    html {
        font-size: 100px;
    }
    html,body {
        width:100%;
        height:100%;
        position: relative;
    }
    body {
        font-size:0.14rem;
        line-height: 1.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        color:#333333;
        min-width: auto;
        background-color: #F7F7F7;
        overflow-x: hidden;
    }
    .w1200{
        width: 100%;
    }
    .header,.footer{
        display: none;
    }
    .mobile_footer,
    .mobile_header,
    .menu_detail{
        display: block;
    }
    .mobile_header{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 666;
        padding: 0.1rem 0.15rem;
        width: 100%;
        background: #fff;
    }
    .mobile_logo{
        width: 1.2rem;
    }
    .mobile_logo img{
        display: block;
        width: 100%;
    }
    .menu_nav{
        position: absolute;
        right: 0.1rem;
        top: 50%;
        z-index: 100;
        width: 0.32rem;
        height: 0.32rem;
        margin-top: -0.16rem;
    }
    .menu_nav .mn_l {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .menu_nav .mn_l em {
        display: block;
        width: 24px;
        height: 2px;
        background: #666666;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mn_l .ml_2 {
        margin: 5px 0;
    }
    .menu_nav.on em:first-of-type {
        transform-origin: 2px center;
        transform: rotate(45deg);
    }
    .menu_nav.on em.ml_2 {
        transform-origin: center;
        transform: scale(0, 0);
    }
    .menu_nav.on em:last-of-type {
        transform-origin: 2px center;
        transform: rotate(-45deg);
    }
    .menu_detail{
        position: fixed;
        left:100%;
        top:0.49rem;
        z-index: 999;
        padding: 0.1rem 0 0.8rem 0.15rem;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        transition: all .3s;
    }
    .menu_detail.act{
        left: 0;
    }
    .menu_list>li{
        border-bottom: 1px solid #E5E5E5;
    }
    .menu_list li>a{
        position: relative;
        display: block;
        padding: 0.16rem 0.5rem 0.16rem 0.15rem;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.22rem;
        transition: all .3s;
    }
    /*.menu_list li>a:hover,*/
    .menu_list>li.act>a,
    .menu_list li.on>a{
        color: #D70E19;
        font-weight: 700;
    }
    .menu_list li>a em{
        position: absolute;
        right: 0.2rem;
        top:0.17rem;
        display: block;
        width: 0.2rem;
        height: 0.2rem;
        background: url("../images/menu_icon01.png") no-repeat center;
        background-size: 0.12rem;
    }
    .menu_list li.act>a em,
    .menu_list li.on>a em{
        background-image: url("../images/menu_icon02.png");
    }
    .menu_inner_two,
    .menu_inner_one{
        display: none;
    }
    .menu_inner_two li,
    .menu_inner_one li{
        border-bottom: 1px solid #E5E5E5;
    }
    .menu_inner_two li:first-child,
    .menu_inner_one li:first-child{
        border-top: 1px solid #E5E5E5;
    }
    .menu_inner_two li:last-child,
    .menu_inner_one li:last-child{
        border-bottom: none;
    }
    .menu_inner_one>li>a{
        padding-left:0.45rem;
    }
    .menu_inner_two>li>a{
        padding-left:0.75rem;
    }
    .mobile_footer{
        padding: 0.2rem 0.15rem;
        background: #FFFFFF;
        border-top: 1px solid #E5E5E5;
    }
    .mobile_footer_top li{
        position: relative;
        float: left;
        padding: 0 0.1rem;
    }
    .mobile_footer_top li:first-child{
        padding-left: 0;
    }
    .mobile_footer_top li:last-child{
        padding-right: 0;
    }
    .mobile_footer_top li:not(:first-child):before{
        position: absolute;
        left: 0;
        top: 10%;
        content: '';
        display: block;
        width: 1px;
        height: 80%;
        background: #F6F6F6 ;
    }
    .mobile_footer_top li .p1{
        font-size: 0.12rem;
        color: #999999;
        line-height: 0.18rem;
    }
    .mobile_footer_top li .p2{
        margin-top: 0.05rem;
        font-size: 0.12rem;
        color: #333333 ;
        line-height: 0.18rem;
    }
    .mobile_footer .text_box{
        padding-top: 0.08rem;
    }
    .mobile_footer .text_box p{
        margin-top: 0.12rem;
        font-size: 0.14rem;
        color: #666666;
        line-height: 0.2rem;
    }
    @media screen  and (max-width: 320px){
        .mobile_footer_top li .p1,
        .mobile_footer_top li .p2{
            font-size: 0.1rem;
        }
        .mobile_footer .text_box p{
            font-size: 0.12rem;
            margin-top: 0.08rem;
        }
    }
    .section{
        margin-top: 0.49rem;
    }
    .banner_box{
        height: 2rem;
    }
    .banner_box .ban_dot{
        bottom: 0.1rem;
        height: 0.2rem;
    }
    .entry_box{
        padding: 0.2rem 0;
    }
    .entry_box .w1200{
        width: 100%;
        padding: 0 0.1rem;
    }
    .entry_box .arrow-left, .entry_box .arrow-right{
        width: 0.2rem;
        height: 0.2rem;
    }
    .entry_box .arrow-left{
        background: url("../images/arrow01.png") no-repeat center;
        background-size: 0.2rem;
    }
    .entry_box .arrow-right{
        background: url("../images/arrow02.png") no-repeat center;
        background-size: 0.2rem;
    }
    .entry_list{
        height: 1.6rem;
    }
    .entry_list .swiper-slide{
        padding: 0 0.1rem;
    }
    .entry_list .swiper-slide>a{
        padding-top: 0.15rem;
        width: 100%;
        height: 1.2rem;
        box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.08);
    }
    .entry_list .swiper-slide>a img{
        width: 0.6rem;
        height: 0.6rem;
        margin-bottom: 0.1rem;
    }
    .entry_list .swiper-slide>a span{
        font-size: 0.14rem;
        font-weight: 700;
        line-height: 0.2rem;
    }
    .news_box{
        padding:0.4rem 0;
    }
    .news_box h2{
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .news_detail{
        margin-top: 0.15rem;
    }
    .news_detail .left_img{
        width: 100%;
        float: none !important;
    }
    .news_detail .left_img>a{
        width: 100%;
        height: 2.5rem;
    }
    .news_detail .left_img>a img{
        width: 100%;
    }
    .news_detail .text_box{
        width: 100%;
        padding: 0.1rem 0.15rem;
    }
    .news_detail .text_box .p1{
        font-size: 0.16rem;
        line-height: 0.22rem;
        font-weight: 700;
    }
    .news_detail .text_box .p2{
        margin-top: 0.05rem;
        font-size: 0.12rem;
        line-height: 0.18rem;
    }
    .news_detail .list01, .news_detail .list02{
        float: none !important;
        padding: 0 0.15rem;
        width: 100%;
        margin-left: 0;
    }
    .news_detail .list01{
        margin-top: 0.2rem;
    }
    .news_detail .list01 li>a{
        padding: 0.15rem;
        height: 1.68rem;
    }
    .news_detail .list01 li{
        margin-top: 0.15rem;
    }
    .news_detail .list01 .time{
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .news_detail .list01 .time span{
        font-size: 0.14rem;
    }
    .news_detail .list01 .time em{
        width: 0.24rem;
        height: 0.24rem;
        background: url(../images/arrow05.png) no-repeat center;
        background-size: 0.24rem;
    }
    .news_detail .list02{
        margin-top: 0.15rem;
    }
    .news_detail .list02 li>a{
        padding: 0.15rem 0.15rem 0.72rem;
        height: auto;
    }
    .news_detail .list02 .date{
        left: 0;
        top: initial;
        bottom: 0.15rem;
        padding: 0.14rem 0.15rem 0;
        width: 100%;
        font-size: 0.2rem;
        line-height: 0.28rem;
        text-align: left;
    }
    .news_detail .list02 .date:before{
        position: absolute;
        left: 0.15rem;
        top: 0;
        content: "";
        display: block;
        width: calc( 100% - 0.3rem);
        height: 1px;
        background: #E5E5E5;
    }
    .news_detail .list02 .date i{
        margin-top: 0;
        display: initial;
        vertical-align: bottom;
        font-size: 0.14rem;
        line-height: 0.24rem;
        margin-left: 0.08rem;
    }
    .news_detail .list02 li>a em{
        left: initial;
        right: 0.15rem;
        bottom: 0.15rem;
        width: 0.24rem;
        height: 0.24rem;
        background: url(../images/arrow05.png) no-repeat center;
        background-size: 0.24rem;
    }
    .news_box .more_btn{
        margin-top: 0.2rem;
    }
    .news_box .more_btn>a{
        font-size: 0.16rem;
        line-height: 0.22rem;
    }
    .inner_banner{
        height: 1.2rem;
    }
    .inner_banner .tit{
        padding-top: 0.46rem;
        padding-left: 0.15rem;
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .local_address,
    .pc_content .line,
    .pc_left_box{
        display: none;
    }
    .pc_right_box{
        padding:0.15rem 0.15rem 0.3rem;
        width: 100%;
    }
    .pc_right_btn{
        right: 0.15rem;
        top: 0.23rem;
    }
    .pc_right_btn a{
        font-size: 0.12rem;
    }
    .article_list li>a{
        padding: 0.15rem 1rem 0.15rem 0.24rem;
    }
    .article_list li>a em{
        top: 0.18rem;
        width: 0.16rem;
        height: 0.16rem;
        background: url("../images/arc_icon01.png") no-repeat center;
        background-size: 0.16rem;
    }
    .article_list li>a:hover em{
        background-image: url("../images/arc_icon02.png");
        background-size: 0.16rem;
    }
    .pc_right_box h2{
        padding: 0.15rem 0.1rem;
        font-weight: 700;
    }
    .main_box{
        padding: 0.3rem 0.15rem;
        background: #fff;
    }
    .download_box{
        padding: 0;
    }
    .main_box.pt0{
        padding-top: 0.3rem;
    }
    .download_table.mt20{
        margin-top: 0.15rem;
        overflow-y: auto;
    }
    .download_table.mt20 table{
        width: 200%;
    }
    .download_box .pageBar{
        margin-top: 0.2rem;
        margin-bottom: 0;
    }
    .pageBar{
        padding-bottom: 0.1rem;
        white-space: nowrap;
        overflow-y: auto;
    }
    .pageBar a,
    .pageBar a.next{
        padding: 0 0.08rem;
        margin-right: 4px;
    }
    .pageBar a,
    .pageBar span,
    .pageBar strong i{
        font-size: 0.12rem;
    }
    .pageBar strong i{
        width: 0.5rem;
    }
    .pageBar strong{
        margin-right:0.05rem;
    }
    .code_content{
        padding-top: 0.15rem;
    }
    .inner_banner.question,
    .inner_banner.question .w1200{
        height: 1.2rem;
    }
    .inner_banner.question .tit{
        padding-top: 0.46rem;
    }
    .inner_banner.question .code_box{
        right: 0.15rem;
        margin-top:-0.52rem;
    }
    .inner_banner.question .code_box .img{
        width: 0.8rem;
        height: 0.8rem;
        margin-bottom: 0.05rem;
    }
    .inner_banner.question .code_box .txt{
        font-size: 0.12rem;
        line-height: 0.2rem;
    }
    .question_box{
        padding: 0.3rem 0.15rem;
    }
    .quest_search .input_box input{
        padding: 0.1rem 0.9rem 0.1rem 0.32rem;
        width: 100%;
        height: 0.5rem;
    }
    .quest_search .search_btn{
        width: 0.72rem;
        height: 0.34rem;
        font-size: 0.14rem;
        line-height: 0.34rem;
    }
    .quest_search .input_box em{
        left: 0.08rem;
        top: 0.17rem;
        width: 0.16rem;
        height: 0.16rem;
        background: url(../images/search_icon01.png) no-repeat center;
        background-size: 0.16rem;
    }
    .quest_search .label{
        margin-top:0.15rem;
    }
    .quest_search .label span{
        font-size: 0.14rem;
        line-height: 0.2rem;
    }
    .quest_tab{
        margin-top: 0.2rem;
        white-space: nowrap;
        overflow-y: auto;
    }
    .quest_tab span{
        width: auto;
        min-width: 0.88rem;
        padding: 0 0.1rem;
        height: 0.5rem;
        font-size: 0.14rem;
        line-height: 0.5rem;
    }
    .quest_tab span:last-child{
        width: auto;
    }
    .question_list{
        margin-top: 0.2rem;
    }
    .question_list h2{
        font-size: 0.16rem;
        line-height: 0.22rem;
    }
    .question_detail{
        padding-top: 0;
    }
    .question_detail .item{
        margin-top: 0.15rem;
    }
    .question_detail .quest_title{
        padding: 0.15rem  0.5rem 0.15rem 0.25rem;
        font-size: 0.16rem;
        line-height: 0.22rem;
    }
    .question_detail .quest_title i{
        left: 0.12rem;
        top: 0.23rem;
    }
    .question_detail .quest_title em{
        right: 0.15rem;
        top:0.17rem;
        width: 0.18rem;
        height: 0.18rem;
        background: url(../images/quest_icon02.png) no-repeat center;
        background-size: 0.18rem;
    }
    .quest_list .list li{
        padding: 0.15rem;
    }
    .quest_list .list .tit,
    .quest_list .list .txt{
        font-size: 0.14rem;
    }
    .quest_list .list .txt{
        margin-top: 0.1rem;
    }
    .article_detail{
        padding: 0;
    }
    .article_detail .top_box h2{
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
    .article_detail .top_box{
        padding-bottom: 0.15rem;
    }
    .article_cont{
        padding-bottom: 0;
    }
    .article_cont p{
        margin-top: 0.15rem;
        font-size: 0.16rem;
        line-height:0.22rem;
    }
    .trade_system .item{
        margin-top: 0.15rem;
    }
    .trade_download{
        margin-top: 0.15rem;
        padding:0.2rem  0.15rem;
    }
    .trade_download .p1{
        font-size: 0.14rem;
    }
    .trade_download .download_btn{
        margin-top: -0.15rem;
        right: 0.15rem;
        width: 0.9rem;
        height:0.3rem;
        line-height: 0.28rem;
    }
    .trade_system .table_box{
        overflow-y: auto;
        margin-top: 0.15rem;
    }
    .trade_system .table_box table{
        width: 250%;
    }
    .download_select .input_box{
        width: 70%;
    }
    .download_select .input_box input{
        padding:0.08rem 0.15rem;
        width:100%;
        height: 0.4rem;
    }
    .download_select .input_box .list{
        width: 100%;
    }
    .download_select .input_box .list li{
        padding: 0.08rem 0.15rem;
    }
    .download_table{
        margin-top: 0.15rem;
        overflow-y: auto;
    }
    .download_table table{
        width: 300%;
    }
    .test_request_box{
        padding-top: 0.15rem;
    }
    .test_search_box{
        display: flex;
    }
    .test_search_box .input_box{
        float: none !important;
        flex: 1;
    }
    .test_search_box .input_box input{
        width: 100%;
        padding: 0.09rem 0.15rem;
        height: 0.4rem;
    }
    .test_search_box .search_btn{
        float: none !important;
    }
    .test_request_box .test_table{
        margin-top: 0.15rem;
        overflow: auto;
    }
    .test_table table{
        width: 200%;
    }
    .test_table .btn_box a{
        margin: 0 5px;
    }
    .test_form_btn{
        margin-top: 0.3rem;
    }
    .test_form_btn a{
        width: 80%;
        font-size: 0.16rem;
    }
    .person_detail{
        padding-top: 0.15rem;
    }
    .test_form_table td{
        padding: 0.12rem 0.1rem;
    }
    .test_form_table .input_box{
        width:100%;
    }
    .test_form_table .input_box input{
        padding: 0.07rem  0.15rem;
        width: 100%;
        height: 0.36rem;
    }
    .test_form_table table .input_box.select .list{
        width: 100%;
    }
    .person_detail .test_form_table .input_box input{
        font-size: 0.14rem;
    }
    .test_form_table table .input_box.select .list li{
        padding: 0.07rem  0.15rem;
        font-size: 0.14rem;
    }
    .dialog_cont{
        position: fixed;
        left: 5%;
        width: 90%;
        margin-left: 0;
    }
    .dialog_cont.pb50{
        padding: 0 0 0.3rem;
        width: 90%;
    }
    .dialog_cont h2{
        font-size: 0.18rem;
        padding: 0.15rem;
    }
    .change_phone{
        padding-top: 0.2rem;
    }
    .form_input{
        padding:0 0.15rem;
    }
    .dialog_btn_box{
        margin-top: 0.15rem;
        padding: 0 0.15rem;
    }
    .dialog_btn_box.w220 a{
        width: 80%;
    }
    .form_input table .input_box,
    .form_input table .input_box input{
        width: 100%;
    }
    .change_phone .form_input table th{
        width:1rem;
    }
    .form_input table .input_box input{
        height: 0.48rem;
        padding: 0.1rem 0.1rem;
        font-size: 0.14rem;
    }
    .form_input table th .tit{
        font-size: 0.14rem;
    }
    .form_input table .input_box.w170{
        width: calc(100% - 1.1rem);
    }
    .form_input table .input_box.w170 input{
        width: 100%;
    }
    .form_input table .yzm_btn{
        width:1rem;
        font-size: 0.12rem;
    }
    .form_input table .yzm_img{
        width: 1rem;
    }
   
    @media screen and (max-width: 320px) {
        .change_phone .form_input table th{
            width:0.7rem;
            padding-right: 0.1rem;
            vertical-align: middle;
        }
        .form_input table th .tit{
            padding: 0;
        }
    }
    .test_form_table th{
        padding:0.1rem;
        font-size: 0.14rem;
    }
    .trade_system .item .btn_box{
        margin-top: 0.1rem;
    }
    .test_form{
        padding: 0.3rem 0.15rem;
    }
    .test_form .test_form_btn{
        padding: 0 0.15rem;
    }
    .test_form_table .input_box .file_btn{
        width: 0.6rem;
        font-size: 0.12rem;
    }
    .test_form_table .input_box .yzm_img01{
        width:0.8rem;
        padding: 0 0.05rem;
        height: 0.36rem;
    }
    .main_cont{
        min-height: auto !important;
    }
    .main_cont h2{
        padding: 0 0 0.15rem;
        font-size: 0.18rem;
        line-height: 0.28rem;
    }
    .login_form{
        padding: 0;
    }
    .login_tab{
        margin-top: 0.15rem;
    }
    .login_tab span{
        width: 50%;
        font-size: 0.16rem;
    }
    .form_input.mt40{
        margin-top: 0.2rem;
    }
    .login_form .form_input{
        padding: 0.15rem 0 0;
    }
    .form_input table th{
        width: 25%;
        padding-right: 0.05rem;
    }
    .form_input table .login_btn,
    .form_input table .tips{
        width: 100%;
    }
    .form_input table .tips{
        font-size: 0.14rem;
        line-height: 0.2rem;
    }
    .form_input table .error_txt{
        padding: 0.1rem 0 0;
        margin-left: 0;
        font-size: 0.14rem;
        line-height: 0.2rem;
    }
    .form_input table .login_btn a{
        font-size: 0.16rem;
    }
    .main_cont h2 .right_txt{
        padding-top: 0.04rem;
        font-size: 0.14rem;
        line-height:0.24rem;
    }
    .form_input table .input_box.select .list{
        width: 100%;
    }
    .test_form_table .radio_box i{
        display: block;
        margin-top: 0.1rem;
        font-size: 0.12rem;
        line-height: 0.18rem;
    }
    .test_form_table td .txt,
    .test_form_table .textarea_box textarea,
    .test_form_table .radio_box span{
        font-size: 0.14rem;
    }
    .test_form_table .textarea_box textarea{
        padding: 0;
    }
    .dialog_cont{
        padding: 0.3rem  0.15rem;
    }
    .dialog_cont .cont_box{
        padding: 0.2rem  0.15rem 0.1rem;
    }
    .dialog_cont .cont_box p{
        font-size: 0.16rem;
    }
    .dialog_btn_box a{
        width: 80%;
    }
    .test_result{
        padding: 0.3rem 0.15rem;
    }
    .test_result_item{
        margin-top: 0;
    }
    .test_result_item:not(:first-child){
        margin-top: 0.3rem;
    }
    .test_result_item h2{
        font-size: 0.18rem;
        font-weight: 700;
    }
    .test_flow_box{
        margin-top: 0.15rem;
        padding: 0.15rem 0.1rem;
    }
    .test_result_item .tips{
        margin-top: 0.15rem;
        font-size: 0.12rem;
    }
    .test_flow .list li:first-child,
    .test_flow .list li:last-child{
        text-align: center;
    }
    .test_flow .text_box{
        min-width: auto;
    }
    .test_flow .line{
        left: 16.665%;
        width: 66.66%;
    }
    .test_flow li:first-child .inner_line{
        left: 50%;
        width: 100%;
    }
    .test_flow .list li{
        z-index: 10;
    }
    .test_flow li:last-child{
        z-index: 1;
    }
    .test_flow li:last-child .inner_line{
        right: 50%;
    }
    .test_flow .text_box em{
        margin-bottom: 0.1rem;
    }
    .test_flow .text_box .txt{
        line-height: 0.2rem;
    }
    .test_result_item .reset_btn{
        top:-0.01rem;
        width: 0.8rem;
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.12rem;
    }
    .test_result_txt .img_box{
        margin-top: 0.2rem;
    }
    .upload_btn{
        height: 1.1rem;
    }
    .no_data_box .img{
        width: 80%;
    }
    .no_data_box .txt{
        font-size: 0.14rem;
    }
    .article_box{
        margin-top: -0.2rem;
    }
    .article_list.news{
        padding-top: 0;
    }
    .article_list.news li>a{
        padding: 0.15rem 1rem 0.15rem 0;
    }
    .article_box .pageBar{
        padding: 0.15rem 0;
        text-align: center;
    }
    .pageBar strong{
        display: none;
    }
    .fixed_code{
        margin-top: 0;
    }
    .fixed_code .code_box .img{
        margin-bottom: 5px;
        width: 1rem;
        height: 1rem;
    }
    .fixed_code .code_box .txt{
        font-size:0.12rem;
        line-height:0.18rem;
    }
    .fixed_code .code_box .close_btn{
        margin: 0.05rem auto;
        display: block;
        width:0.18rem;
        height: 0.18rem;
        background: url("../images/delete_icon.png") no-repeat center;
        background-size: 0.18rem;
    }

    /* 陈松新增 h5 */
    .section-text{
        padding: 20px 10px 10px 10px;
        height: auto;
    }
    .section-text .p1{
        font-size: 20px;
    }
    .section-text .p2{
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; 
    }
    .section-text .p3{
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
    }
    
    .product h1, .product-function h1, .application h1, .insert-introduce h1, .datum-download h1{
        font-size: 20px;
        line-height: 40px;
    }
    .product , .product-function , .application, .insert-introduce , .datum-download {
        padding: 40px 0;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .product-list{
        display: flex;
        flex-wrap: wrap;
        margin: 10px 8px 0 8px;
    }
    .product-list-box{
        width: calc(50% - 16px);
        height: auto;
        margin: 8px;
        padding: 10px;
      
    }
    .product-list-box img{
        width: 60px;
        height: 60px;
    }
    .product-list-box p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; 
        font-size: 14px;
        margin-top: 5px;
        line-height: 20px;
    }
    .application-list {
       margin: 0;
    }
    .application-list .sight-img {
        width: 100%!important;
        /* height: 160px; */
        border-radius: 4px;
        margin: 0;
        padding: 0;
        float: none;
    }
    
    .application-img 
    {
        /* width: 100%!important; */
        padding: 0;
        margin: 0;
        margin-top: 25px;
    }
    .application-img  .box_con{
        height: 600px;
        /* width: 100%!important; */
    }
   
    .application-img .box_con img{
        width: 100%;
        /* height: 100px; */

    }
    .application-list-box {
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: -70px;
        background-size: 26px 23px;
        background-position: 10px 5px;
        padding: 10px;
    }
    .application-list-box>span{
        bottom: 10px;
        font-size: 16px;
        position: static;
        margin-top: 10px;
        padding-left: 10px;
    }
    .application-list .desgin {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        padding-left: 10px;
    }
    .insert-introduce .desgin-height{
        padding: 15px;
        margin-top: 5px;
        font-size: 14px;
    }
    .insert-introduce-img {
        margin: 0;
    }
    .insert-introduce-img>div {
        width: calc(100% - 30px);
        height: auto;
        float: none;
        margin: 15px;
        padding: 15px;
    }
    .insert-introduce-img p {
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
    }
    .product-list-box h2{
        font-size: 16px;
        margin-top: 10px;
    }
    .nav_box_new{
        white-space: nowrap;
        overflow-x: auto;
        height: 73px;
        scrollbar-width: none;

    }
    .nav_box_new::-webkit-scrollbar{
        display: none;
    }
    
    .new-insert-introduce-img div{
        width:calc(100% - 30px);
        height: auto;
        padding: 15px;
        margin: 15px;
    }
    
    .new-insert-introduce p{
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 10px;
        font-size: 14px;
    }
    
    .new-insert-introduce-img{
        margin: 0;
    }
    .product-list{
        margin: 0;
        padding: 0;
    }
    .product-list-l,.product-list-r{
        padding: 0;
        margin: 0;
        float: left;
    }
    .produc-function-box{
        /* width:calc(100% - 16px)!important; */
        margin: 0;
        padding: 0;
    }
    .produc-function-box1{
        /* width: calc(50% - 16px)!important; */
        height: 218px!important;
        margin: 0;
        padding: 10px;
        /* margin-left: 8px;
        margin-right: 8px; */
        margin-top: 15px;
    }
    .produc-function-box1 .desgin {
        margin-top: 5px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 14px;
    }
    .produc-function-box1 h2 {
        font-size: 16px;
        margin-top: 5px;
    }
    .datum-download {
        padding: 20px 0;
        margin-top: 20px;
    }
    .datum-download-box {
        margin: 0;
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }
    .datum-download-list{
        width:calc(100% - 16px);
        height: auto;
        margin: 0;
        /* padding:0 0 10px 0; */
        margin-top: 15px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .new-insert-introduce span ,
    .datum-download-list>span{
        font-size: 16px;
    }
    .datum-download-list>span{
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0;
        padding-left: 10px;
        /* padding-left: 10px; */
        box-sizing: border-box;
        position: relative;
    }
    .datum-download-list .cs-download{
        bottom: 30px;
        right: 10px;
    }
    .datum-download-list>span::before {
        border-bottom: 1px solid #fff;
        width:100%;
        margin: 0;
        left: 0;
        padding: 0;
        position: absolute;
    }
    .datum-download-list .download-news{
        padding-left: 10px;
        margin: 0;
    }
    .product-list{
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: -8px;
    }
    .datum-download .more{
        margin-top: 20px;
        background: url(../images/zj_icon_06.png) no-repeat 235px center;
    }
    .act-1{
        color: #D70E19;
    }
    .line-list{
        display: none;
    }
    .datum-download-list .cs-download-go{
        top: 2px;
        right: 10px;
    }
    .pro_function_list{
        width: 100%;
        margin: 0;
    }
    .application-btn{
        display: none;
    }
    
   
    .produc-function-box1 .box_con{
        padding: 10px;
        height: 200px;
    }
    .produc-function-box1 .box_con .desgin{
        display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; 
		line-height: 20px;
    }

    .application .change2{
        height: 300px;
    }
    .application{
        padding: 20px 0;
    }
    .section-text-download{
       width: 100%;
       height: 200px;
       display: flex;
       justify-content: center;
       flex-direction: column;
       padding-left: 15px;
    }
   
    .download-box-left .download-text-1{
        float: none;
        width: 100%;
        margin: 0;
        padding: 10px;
        height: auto;
    }
    .download-img{
        float: none;
        width: 100%!important;
        height: auto;
        margin: 0;
        padding: 0;
    }
    

    .download-list-1 .download-box-left .download-text-1 .download-now{
        width: auto;
        height:40px;
        line-height: 40px;
        padding: 0 10px;
        bottom: 10px;
    }
    .core-box-2{
        padding: 10px;
    }
    .download_box_new{
        margin-top: 30px;
    }
    .new_download_table{
        margin-top: 0;
    }
    .download-list-r .w1200 .download-box-left{
        padding: 15px;
    }
    .download-list-r .download-box-left .download-text-1 .download-now {
        width: auto;
        height: auto;
        padding:5px;
        bottom: 30px;
        left: 30px;
    }
    .nav_box_1{
        padding: 0;
    }
    .nav_box_1.fixed{
        top: 48px;
    }
    .core{
        padding: 0;
    }
    .new-list-box-cs .circle{
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .nav_box_1>li>a{
        padding: 10px;
        margin: 0;
    }
    

    .core-box {
        margin-top: 30px;
    }
    .babner-box-popular{
        padding: 15px;
        height: auto;
    }
    .babner-box-popular .p1{
        font-size: 20px;
    }
    .babner-box-popular .section-text-popular{
        padding-top: 0;
    }
    

    .babner-box-popular .popular-inp{
        height: 30px;
        font-size: 0.14rem;
        padding-left: 10px;
    }
    .popular-inp-box{
        width: 20px;
        height: 20px;
        margin-top: -12px;
        background-size: 20px 20px;
        right: 10px;
    }

    .popular-search-list li {
        float:none;
        font-size: 14x;
        margin-right: 15px;
    }
    .babner-box-popular .popular-search-list {
        display: flex;
        align-items: baseline;
    }
    .popular-search-list li:first-child {
        font-size: 16px;
    }
    .section-text-popular {
        height: auto;
        margin-top: 25px;
    }
    .search-next-box{
        width: 100%;
        padding: 15px;
    }
    .pitera-data{
        padding: 20px;
    }
    .pitera-data .pitera-text{
        width: 100%;
        height: 150px;
    }
    .pitera-data .pitera-text p {
        font-size: 14px;
    }
    

    .new-list-inner-1{
        padding:0 15px
    }
    .new-list-box .circle {
        font-size: 16px;
    }
    .kh-hover-sy,.fk-hover-sy,.er-hover-sy,.top-hover-sy,.follow-hover-sy{
        width: 136px;;
    }
	.mLineListNone {
		display: none;
	}
}
/* 2022-03-25==add===start */
.banner_box {
    height: 480px;
}

.entry_box h3.tit {
    color: #000;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.entry_box.bg_contBgWh01 {
    background: url(../images/contBgWh01.png) center no-repeat;
    background-size: cover;
}

.entry_box .arrow-left, .entry_box .arrow-right {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1),linear-gradient(180deg, rgba(243,245,248,1) 1%, rgba(244,246,248,0) 100%);
    border: 2px solid rgba(255,255,255,1);
    box-shadow: 8px 8px 20px 0px rgb(210 221 235 / 40%);
    border-radius: 100%;
}

.entry_box .arrow-left {
    left: -20px;
    background:#f3f5f8 url(../images/arrow01.png) no-repeat center;
}

.entry_box .arrow-left:hover {
    background-image:#f3f5f8 url(../images/arrow03.png);
}

.entry_box .arrow-right {
    right: -20px;
    background: #f3f5f8 url(../images/arrow02.png) no-repeat center;
}

.entry_box .arrow-right:hover {
    background-image:#f3f5f8 url(../images/arrow04.png);
}

.entry_list .swiper-slide>a {
    border-radius: 4px;
    background: rgba(255,255,255,1),linear-gradient(180deg, rgba(243,245,248,1) 0%, rgba(244,246,248,0) 81%);
    border: 2px solid rgba(255,255,255,1);
    box-shadow: 8px 8px 20px 0px rgb(210 221 235 / 40%);
}

.entry_list .swiper-slide>a img {
    width: 72px;
    height: 72px;
    margin: 18px auto 24px;
}

.entry_list .swiper-slide>a span {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.news_box.bg_contBgWh02 {
    background: url(../images/contBgWh02.png) center no-repeat;
    background-size: cover;
}

.solution_box.bg_contBgBl03 {
    background: url(../images/contBgBl03.png) center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.solution_box h2.tit {
    color: #fff;
    font-weight:bold;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 18px;
}

.solution_box p.afterTit {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 50px;
}

.solution_box .solution_Cont {
    display: block;
    position: relative;
}

.solution_box .solution_Cont .item {
    display: block;
    position: relative;
    width: 240px;
    height: 320px;
    float: left;
    background: rgba(46,50,58,0.8);
    overflow: hidden;
}

.solution_box .solution_Cont .item:nth-child(even) {
    background: rgba(39,41,46,0.8);
}

.solution_box .solution_Cont .item .solution_itemIcon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 80px auto 36px;
}

.solution_box .solution_Cont .item .solution_itemTit {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 5px;
}

.solution_box .solution_Cont .item .solution_itemTitEn {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 76px;
}

.solution_box .solution_Cont .item .hovCont {
    display: block;
    width: 180px;
    height: 244px;
    margin: 0 auto;
    position: relative;
}

.solution_box .solution_Cont .item .hovCont .hovCont_txt {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 20px;
}

.solution_box .solution_Cont .item .hovCont .hovCont_delBtn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 30px;
    color:#fff;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}

.solution_box .solution_Cont .item .hovCont .hovCont_delBtn:hover {
    color: rgba(215,18,25,1);
    background: #fff;
}

.solution_box .solution_Cont .item:hover {
    background: rgba(215,18,25,1);
}

.solution_box .solution_Cont .item:hover .solution_itemIcon {
    display: none;
}

.solution_box .solution_Cont .item:hover .solution_itemTit {
    width: 180px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 30px auto 20px;
}

.solution_box .solution_Cont .item:hover .solution_itemTitEn {
    display: none;
}
.solution_box div {
    box-sizing: border-box;
}
.solution_box .tab_content {
    display: flex;
    flex-direction: row;
}
.solution_box .nav li{
    display: flex;
    flex-direction: column;
}
.solution_box .content li{
    display: flex;
    flex-direction: row;
    list-style: none;
}
.solution_box .content li {
    display: none;
}
.solution_box .content .show {
    display: flex;
}
.solution_box .solution_Cont {
    display: block;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.solution_box .nav {
    width: 236px;
    display: flex;
    flex-direction: column;
    padding: 60px 30px 0 4px;
    font-size: 20px;
    color: #9396a4;
    font-family: 'PingFang SC';
}
.solution_box .nav li {
    display: flex;
    flex-direction: row;
    height: 40px;
    line-height: 40px;
    margin-bottom: 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.solution_box .nav .current {
    color: #fff;
    border-bottom: 2px solid #D71219;
}
.solution_box .nav .num {
    padding-right: 10px;
}
.flex {
    display: flex;
}
.solution_box .solution_cell_b {
    width: 370px;
}
.solution_box .solution_cell_b img {
    width: 370px;
    height: 370px;
}
.solution_box .solution_cell_c {
    width: 600px;
    background: #fff;
    margin: 25px 0;
    padding: 50px 40px 0 40px;
    color: #555;
    font-size: 16px;
    line-height: 26px;
}
.solution_box .solution_cell_c h1 {
    font-size: 22px;
    font-family: 'PingFang SC';
    margin-bottom: 36px;
    color: #000;
}
.solution_box .solution_cell_c a {
    font-size: 16px;
    font-family: 'PingFang SC';
    margin-top: 36px;
    display: block;
    background: #D71219;
    width: 96px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
}
.footer {
    padding: 46px 0;
    background: #262833;
}

.footer_left {
    width: 345px;
    margin-right: 15px;
}

.footer_left h2 {
    color: rgba(178,178,179,1);
    font-weight: medium;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

.footer_left .text_box {
    padding-top: 16px;
}

.footer_left .text_box p {
    color: rgba(116,116,116,1);
    font-weight: medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 6px;
}

.footer_left .text_box p:first-child {
    margin-top: 0;
}

.footer_left .text_box p .bef_txt {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

.solution_box .solution_Cont .item .hovCont .hCTxtBox {
    height: 180px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    text-overflow: ellipsis;
}

@media all and (max-width: 1024px) {
    .banner_box {
        height: 2rem;
    }
    .entry_box {
        padding: 0.4rem 0 0.2rem;
    }

    .entry_box h3.tit {
        font-size: 0.18rem;
        line-height: 0.28rem;
        margin-bottom: 0.1rem;
    }
    .solution_box h2.tit {
        font-size: 0.18rem;
        line-height: 0.28rem;
    }
    .entry_box .arrow-left, .entry_box .arrow-right {
        width: 0.2rem;
        height: 0.2rem;
        background-size: 0.1rem;
    }

    .entry_list {
        padding: 0.1rem 0;
    }
    .entry_box .arrow-left {
        left: 0;
    }
    .entry_box .arrow-right {
        right: 0;
    }

    .entry_list .swiper-slide>a img {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 auto 0.1rem;
    }

    .entry_list .swiper-slide>a span {
        font-size: 0.14rem;
        font-weight: 700;
        line-height: 0.2rem;
    }

    .solution_box.bg_contBgBl03 {
        padding: 0.4rem 0.15rem;
    }

    .solution_box p.afterTit {
        font-size: 0.14rem;
        line-height: 0.2rem;
        margin-bottom: 0.25rem;
    }

    .solution_box .solution_Cont {
        display: flex;
        flex-wrap: wrap;
    }

    .solution_box .solution_Cont .item {
        width: 100%;
        height: 1.6rem;
        /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
    }

    .solution_box .solution_Cont .item .solution_itemTit {
        font-size: 0.16rem;
        line-height: 0.2rem;
    }

    .solution_box .solution_Cont .item .solution_itemTitEn {
        font-size: 0.14rem;
        line-height: 0.18rem;
    }

    .solution_box .solution_Cont .item .solution_itemIcon {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0.2rem auto 0.1rem;
    }

    .solution_box .solution_Cont .item:hover .solution_itemTit {
        margin: 15px 0;
        width: auto;
        padding: 0 0.15rem;
        height: 0.2rem;
        font-size: 0.16rem;
        line-height: 0.2rem;
    }

    .solution_box .solution_Cont .item .hovCont {
        width: auto;
        margin: 0 0.15rem;
        height: 1.1rem;
    }

    .solution_box .solution_Cont .item .hovCont .hovCont_txt {
        font-size: 0.12rem;
        line-height: 0.16rem;
    }

    .solution_box .solution_Cont .item .hovCont .hovCont_delBtn {
        font-size: 0.12rem;
        height: 0.26rem;
        line-height: 0.24rem;
        width: 50%;
        bottom: 0.15rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile_footer_top {
        display: flex;
        justify-content: space-between;
    }

    .mobile_footer_top li:last-child p {
        text-align: right;
    }
    .solution_box .solution_Cont .item .hovCont .hCTxtBox {
        height: 64px;
        overflow-y: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
    }
}
/* 2022-03-25==add===end */

/* 2022-03-31==add===start */
.section-text a {
    display: inline-block;
}

.section-text a.btn_callUs {
    margin-left: 50px;
    position: relative;
}

.section-text a.btn_callUs .callUsCode_hovBox {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #D71219;
    /* padding: 0 20px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: 120%;
}

.section-text a.btn_callUs:hover .callUsCode_hovBox {
    display: block;
}

.section-text a.btn_callUs .callUsCode_hovBox .callUsCode_img {
    width: 80%;
    margin: 10% auto;
}

.kh-hover-sy {
    width: 150px;
}

.pageBar strong ul {
    z-index: 9999;
}
/* 2022-03-31==add===end */
.banner_box ul {
	width: 100%;
	height: 100%;
}
.banner_box ul li{
	width: 100%;
	height: 100%;
}

.btn_style {
    width: 100px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    background: #D71219;
}
.btn_3 {
    background: #999;
}
#financeBreed label, #oaNetWorkPath label, #dataType label{
    padding-right: 10px;
}

.solution-frame {
    padding: 80px 0 80px 0;
    background: url("../images/solution_frame.jpg") no-repeat center;
    background-size: 100% 100%; 
}
.solution-frame h1,.solution-explain h1,.solution-product h1, .solution-download h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.solution-frame-img {
    width: 1200px;
    height: 470px;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 65px;
}
.solution-explain {
    margin: 0 auto;
    padding: 80px 0 80px 0;
    background: url("../images/solution_explain.jpg") no-repeat center;
}
.solution-explain h1{
    color: #fff;
}
.solution-explain-list {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 0 0 20px;
    overflow: hidden;
    flex-flow: wrap;
}
.solution-explain-cell {
    width: 540px;
    margin-bottom: 60px;
    margin-left: 30px;
}
.solution-explain-icon {
    width: 72px;
    height: 72px;
    margin-right: 30px;
}
.solution-explain h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 10px;
}
.solution-explain-cell-item {
    width: 420px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    color: #555;
    line-height: 24px;
}
.solution-explain-cell-item::after {
    content: '';
    position: absolute;flex-flow: wrap;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #d71219;
    border-radius: 3px;
}
.solution-explain-cell-item-subtitle {
    color: #000;
}
.solution-product {
    padding: 80px 0 80px 0;
    background: url("../images/solution_product.jpg") no-repeat;
    background-size: 100% 100%;
}
.solution-product-box {
    width: 1200px;
    overflow: hidden;
}
.solution-product-list {
    width: 1200px;
    justify-content: space-between;
    align-items: center;
}
.solution-product-item {
    width: 384px;
    height: 180px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px 0 40px;
    box-sizing: border-box;
}
.solution-product-item img{
    width: 90px;
    height: 90px;
}
.solution-product-title {
    font-size: 20px;
    color: #000;
}
.solution-product-text {
    font-size: 16px;
    color: #555;
    margin: 10px 0;
    width: 222px;
}
.solution-product-more a {
    color: #0052D9;
}
.solution-product-more img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    margin-top: 4px;
}
.change3 {
    position: relative;
}
.white {
    background: #fff;
}
.solution-download {
    padding: 80px 0 80px 0;
    background: #f5f7fa;
    background-size: 100% 100%; 
}
.solution-download-box {

}
.solution-download-cell {

}
.solution-download-title {
    justify-content: space-between;
    text-align: center;
    border: 1px solid #d0d0d0;
    background: #f3f3f3;
}
.solution-download-list {
    justify-content: space-between;
    text-align: center;
    border: 1px solid #d0d0d0;
    border-top-style: none;
}
.solution-download-item1, .solution-download-item2, .solution-download-item3,.solution-download-item4,.solution-download-item5 {
    height: 50px;
    line-height: 50px;
    border-right-style: solid;
    border-right-color: #d0d0d0;
    border-right-width: 1px;
    text-align: center;
}
.solution-download-item1 {
    width: 310px;
}
.solution-download-item2 {
    width: 200px;
}
.solution-download-item3 {
    width: 310px;
}
.solution-download-item4 {
    width: 170px;
}
.solution-download-item5 {
    width: 210px;
    border-right: none;
}
.solution-download-item5 a {
    color: #0052d9;
    margin: 0 10px;
}
.solution-download-more {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 40px;
    background: url("../images/zj_icon_06.png") no-repeat 654px center;
}
.solution-download-more a {
    color: #D71219;
}