.outBg{
    padding:0;
}
.inBg {
    overflow:hidden;
    background:#fff;
    margin:0 auto;
    width:100%;
    max-width:1920px;
    font-size:12px;
    font-family:"Microsoft YaHei","SimHei","SimSun";
    margin-top: 0;
}

.inBg center .float-box {
    display:none;
}

#headList {
    padding:0;
    margin-top:0;
    position:relative;
}

.analysis_foot,
#belowList {
    background:transparent;
    height:auto;
    margin:0 auto;
    padding:0;
    width:100%;
}

#belowList{
    border:none;
    padding:0;
    margin:0;
}

div.mod-footer {
    background:#f4f5f5;
    border:0 none;
    color:#9aa1b1;
    margin:0;
    padding:0;
}

.analysis_foot {
    background:#fff;
    display:none;
}

.user_defined{
    margin:0;
}
.bodyContTitle{
    display:none;
}
.bodyContContent{
    padding:0;
}

.bodyCont{
    border:none;
    margin:0;
} 

li {
    list-style: none;
}

a{text-decoration:none; }
a:hover{text-decoration:none;}

p{
    margin:0;
    padding:0;
    font-family:"Microsoft YaHei","SimHei","SimSun";
}

.clearfix:before, 
.clearfix:after {  
    content:""; 
    display:block;
    clear:both; 
    visibility: hidden;
    line-height: 0; 
    height: 0;
    font-size:0; 
} 
.clearfix {
    *zoom:1;
}
#floatwindow{
    display:none;
}
.go-topbtn{
    display:none !important;
}
#toolbar{
    display:none;
}
#jihui-footer{
    display: none;
}
#topbar-v2{
    display: none !important;
}

#content{
    width:100%;
    overflow:hidden;
}
#content1{
    width:100% !important;
    margin:0;
    float:none;
    max-width:none;
    overflow:hidden;
    position:relative;
}
#content2{
    width:100% !important;
    margin:0;
    float:none;
    max-width:none;
    overflow:hidden;
    position:relative;
}
#content3{
    width:100% !important;
    margin:0 auto;
    float:none;
    max-width:none;
    overflow:hidden;
    position:relative;
}

/* 导航菜单 */
#user_defined1 .header{
    width:100%;
    background-color: #1e2328;
    z-index: 200;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined1 .header .header_content{
    width:72%;
    height:78px;
    margin:0 auto;
}
#user_defined1 .header .logo{
    font-size:0;
    line-height:0;
    float: left;
    height:78px;
}
#user_defined1 .header .logo img{
    width:auto;
    height:100%;
}
#user_defined1 .header .nav{
    float: left;
    height:78px;
    margin-left:55px;
}
#user_defined1 .header .nav li{
    float: left;
    padding:0 25px;
    line-height:78px;
}
#user_defined1 .header .nav a{
    font-size:16px;
    color:#fff;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined1 .header .nav a.active{
    color:#ff6700;
}
#user_defined1 .header .nav a:hover{
    color:#ff6700;
}
#user_defined1 .header .account{
    float: right;
    padding:22px 0;
}
#user_defined1 .account li{
    float: left;
    margin-left:20px;
    line-height:34px;
    height:34px;
}
#user_defined1 .account a{
    font-size:16px;
}
#user_defined1 .account #btn_login{
    color:#fff;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined1 .account #btn_login:hover{
    color:#ff6700;
}
#user_defined1 .account #btn_register{
    padding:0 20px;
    height:34px;
    display: block;
    border-radius: 34px;
    line-height:34px;
    background-color: #fff;
    color:#000000;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined1 .account #btn_register:hover{
    background-color: #ff6700;
    color:#fff;
}
/* 自适应 */
@media screen and (min-width: 1440px) {
    #user_defined1 .header .header_content{
        width:72%;
        height:78px;
    }
    #user_defined1 .header .logo{
        height:78px;
    }
    #user_defined1 .header .nav{
        margin-left:55px;
        height:78px;
    }
    #user_defined1 .header .nav li{
        padding:0 25px;
        line-height:78px;
    }
    #user_defined1 .account li{
       margin-left:20px;
       height:34px;
       line-height:34px;
    }
    #user_defined1 .header .nav a{
        font-size:16px;
    }
    #user_defined1 .header .account{
        padding:22px 0;
    }
    #user_defined1 .account a{
        font-size:16px;
    }
    #user_defined1 .account #btn_register{
        height:34px;
        line-height:34px;
        border-radius: 34px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    #user_defined1 .header .header_content{
        width:80%;
        height:72px;
    }
    #user_defined1 .header .logo{
        height:72px;
    }
    #user_defined1 .header .nav{
        margin-left:40px;
        height:72px;
    }
    #user_defined1 .header .nav li{
        padding:0 20px;
        line-height:72px;
    }
    #user_defined1 .account li{
       margin-left:15px; 
       height:32px;
       line-height:32px;
    }
    #user_defined1 .header .nav a{
        font-size:15px;
    }
    #user_defined1 .header .account{
        padding:20px 0;
    }
    #user_defined1 .account a{
        font-size:15px;
    }
    #user_defined1 .account #btn_register{
        height:32px;
        line-height:32px;
        border-radius: 32px;
    }
}
@media screen and (max-width: 1199px) {
    #user_defined1 .header .header_content{
        width:90%;
        height:66px;
    }
    #user_defined1 .header .logo{
        height:66px;
    }
    #user_defined1 .header .nav{
        margin-left:25px;
        height:66px;
    }
    #user_defined1 .header .nav li{
        padding:0 15px;
        line-height:66px;
    }
    #user_defined1 .account li{
       margin-left:10px;
       height:30px;
       line-height:30px;
    }
    #user_defined1 .header .nav a{
        font-size:14px;
    }
    #user_defined1 .header .account{
        padding:18px 0;
    }
    #user_defined1 .account a{
        font-size:14px;
    }
    #user_defined1 .account #btn_register{
        height:30px;
        line-height:30px;
        border-radius: 30px;
    }
}

/* banner */
#user_defined2 .banner{
    width:100%;
    height:auto;
    font-size:0;
    line-height:0;
}
#user_defined2 .banner img{
    width:100%;
    height:auto;
}

/* 底部 */
#user_defined3 .footer .top{
    width:100%;
    background-color: #f5f5f5;
}
#user_defined3 .top .top_content{
    width:72%;
    margin:0 auto;
    padding-top:50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#user_defined3 .top h1{
    margin:0;
    font-size:20px;
    color:#000000;
    font-weight:normal;
    line-height:44px;
}
#user_defined3 .top .code{
    padding-top:20px;
}
#user_defined3 .top .code .code_pic{
    width:135px;
    height:135px;
    font-size:0;
    line-height:0;
    margin-top:8px;
}
#user_defined3 .top .code .code_pic img{
    width:100%;
    height:100%;
}
#user_defined3 .top .contact .logo{
    height:52px;
    font-size:0;
    line-height:0;
    margin-bottom:12px;
}
#user_defined3 .top .contact .logo img{
    height:100%;
    width:auto;
}
#user_defined3 .top .contact p{
    font-size:14px;
    line-height:36px;
    color:#999999;
}
#user_defined3 .top .contact span{
    color:#ff6700;
}
#user_defined3 .top .contact a{
    color:#ff6700;
}
#user_defined3 .top .nav_block{
    padding-top:20px;
}
#user_defined3 .top .nav_block ul{
    float: left;
}
#user_defined3 .top .nav_block ul.first_ul{
    width:120px;
}
#user_defined3 .top .nav_block li{
    line-height:36px;
}
#user_defined3 .top .nav_block a{
    font-size:14px;
    color:#999999;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined3 .top .nav_block a:hover{
    color:#ff6700;
}
#user_defined3 .footer .bottom{
    width:100%;
    background-color: #282828;
}
#user_defined3 .bottom .bottom_content{
    width:72%;
    height:76px;
    line-height:76px;
    margin:0 auto;
}
#user_defined3 .bottom .copyright{
    font-size:12px;
    color:#666666;
    float: left;
}
#user_defined3 .bottom .num{
    float: right;
}
#user_defined3 .bottom .num p{
    font-size:12px;
    color:#666666;
    float: left;
    margin-left:50px;
}
/* 自适应 */
@media screen and (min-width:1440px){
    #user_defined3 .top .top_content{
        width:72%;
        padding-top:50px;
        padding-bottom:50px;
    }
    #user_defined3 .top .contact .logo{
        height:52px;
        margin-bottom:12px;
    }
    #user_defined3 .top h1{
        font-size:20px;
        line-height:44px;
    }
    #user_defined3 .top .nav_block{
        padding-top:20px;
    }
    #user_defined3 .top .nav_block ul.first_ul{
        width:120px;
    }
    #user_defined3 .top .nav_block li{
        line-height:36px;
    }
    #user_defined3 .top .contact p{
        font-size:14px;
        line-height:36px;
    }
    #user_defined3 .top .nav_block a{
        font-size:14px;
    }
    #user_defined3 .top .code{
        padding-top:20px;
    }
    #user_defined3 .top .code .code_pic{
        width:135px;
        height:135px;
        margin-top:8px;
    }
    #user_defined3 .bottom .bottom_content{
        width:72%;
        height:76px;
        line-height:76px;
    }
    #user_defined3 .bottom .num p{
        margin-left:50px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    #user_defined3 .top .top_content{
        width:80%;
        padding-top:40px;
        padding-bottom:40px;
    }
    #user_defined3 .top .contact .logo{
        height:46px;
        margin-bottom:9px;
    }
    #user_defined3 .top h1{
        font-size:18px;
        line-height:40px;
    }
    #user_defined3 .top .nav_block{
        padding-top:15px;
    }
    #user_defined3 .top .nav_block ul.first_ul{
        width:105px;
    }
    #user_defined3 .top .nav_block li{
        line-height:34px;
    }
    #user_defined3 .top .contact p{
        font-size:13px;
        line-height:34px;
    }
    #user_defined3 .top .nav_block a{
        font-size:13px;
    }
    #user_defined3 .top .code{
        padding-top:15px;
    }
    #user_defined3 .top .code .code_pic{
        margin-top:7px;
        width:129px;
        height:129px;
    }
    #user_defined3 .bottom .bottom_content{
        width:80%;
        height:68px;
        line-height:68px;
    }
    #user_defined3 .bottom .num p{
        margin-left:35px;
    }
}
@media screen and (max-width: 1199px) {
    #user_defined3 .top .top_content{
        width:90%;
        padding-top:30px;
        padding-bottom:30px;
    }
    #user_defined3 .top .contact .logo{
        height:40px;
        margin-bottom:6px;
    }
    #user_defined3 .top h1{
        font-size:16px;
        line-height:36px;
    }
    #user_defined3 .top .nav_block{
        padding-top:10px;
    }
    #user_defined3 .top .nav_block ul.first_ul{
        width:90px;
    }
    #user_defined3 .top .nav_block li{
        line-height:32px;
    }
    #user_defined3 .top .contact p{
        font-size:12px;
        line-height:32px;
    }
    #user_defined3 .top .nav_block a{
        font-size:12px;
    }
    #user_defined3 .top .code{
        padding-top:10px;
    }
    #user_defined3 .top .code .code_pic{
        margin-top:6px;
        width:122px;
        height:122px;
    }
    #user_defined3 .bottom .bottom_content{
        width:90%;
        height:60px;
        line-height:60px;
    }
    #user_defined3 .bottom .num p{
        margin-left:20px;
    }
}

/* 开启体验 */
@font-face {
    font-family: 'webfont_experience';
    src: url('//at.alicdn.com/t/91feacbnjauivn29.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/91feacbnjauivn29.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/91feacbnjauivn29.woff') format('woff'), /* chrome、firefox */
    url('//at.alicdn.com/t/91feacbnjauivn29.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('//at.alicdn.com/t/91feacbnjauivn29.svg#思源黑体-细') format('svg'); /* iOS 4.1- */
}
#user_defined6 .experience{
    width:100%;
    height:328px;
    overflow: hidden;
}
#user_defined6 .experience h1{
    margin:0;
    margin-top:60px;
    font-weight:normal;
    text-align: center;
    font-size:40px;
    line-height:62px;
    color:#000000;
    font-family: "webfont_experience";
}
#user_defined6 .experience h2{
    margin:0;
    font-weight:normal;
    text-align: center;
    font-size:14px;
    line-height:36px;
    color:#999999;
}
#user_defined6 .experience a{
    width:204px;
    height:49px;
    display: block;
    margin:0 auto;
    margin-top:38px;
    text-align: center;
    line-height:50px;
    background-color: #ff6700;
    font-size:16px;
    color:#fff;
    border-radius: 3px;
}
/* 自适应 */
@media screen and (min-width: 1440px) {
    #user_defined6 .experience{
        height:328px;
    }
    #user_defined6 .experience h1{
        margin-top:60px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
    #user_defined6 .experience{
        height:308px;
    }
    #user_defined6 .experience h1{
        margin-top:50px;
    }
}
@media screen and (max-width: 1199px) {
    #user_defined6 .experience{
        height:288px;
    }
    #user_defined6 .experience h1{
        margin-top:40px;
    }
}

/* 内页banner */
#user_defined7 .banner_inside{
    width:100%;
    height:560px;
    background-position: center;
}

/* 产品导航 */
#user_defined13{
    height:61px;
}
#user_defined13 .pro_nav{
    width:100%;
    height:60px;
    background-color: #fff;
    border-bottom:1px solid #ededed;
    position: relative;
    z-index: 200;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined13 .pro_nav.active{
    position: fixed;
    top:0;
    left:0;
    box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    -o-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
}
#user_defined13 .nav_content{
    width:1200px;
    height:60px;
    margin:0 auto;
}
#user_defined13 .pro_nav h1{
    float: left;
    margin:0;
    line-height:60px;
    font-size:12px;
    color:#999999;
    margin:0;
    font-weight:normal;
    margin-right:30px;
}
#user_defined13 .pro_nav ul{
    float: left;
}
#user_defined13 .pro_nav li{
    line-height:60px;
    margin-right:70px;
    float: left;
}
#user_defined13 .pro_nav li a{
    font-size:14px;
    color:#000000;
    transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -webkit-transition:all .3s;
}
#user_defined13 .pro_nav li a:hover{
    color:#ff6700;
}
#user_defined13 .pro_nav li a.active{
    color:#ff6700;
}
/*面包屑*/
#headList .hunk_breadcrumb_navigation {
background:none;
border:0 none;
height:auto;
margin:0;
padding:0;
width:100%;
overflow:hidden;
position:relative;
z-index:1;
display:none;
}
#headList .hunk_breadcrumb_navigation .topbanerCont {
position:relative;
z-index:2;
width:1200px;
margin:0 auto;
}
#headList .hunk_breadcrumb_navigation #hunk_breadcrumb_navigation {
background:none;
margin:0;
float:left;
padding:0;
display:inline;
width:auto;
position:relative;
z-index:10;
}
#headList .bodyCont .topbanerCont {
color:#999;
height:52px;
font-size:12px;
line-height:52px;
text-transform:uppercase;
}
#headList #hunk_breadcrumb_navigation a {
color:#999;
font-size:12px;
text-decoration:none;
transition:all 0.3s ease-out 0s;
}
#headList #hunk_breadcrumb_navigation a:hover {
color:#ff6700;
text-decoration:underline;
}
#headList #hunk_breadcrumb_navigation a#nav_link1,
#headList #hunk_breadcrumb_navigation #this_page_n {font-size:12px;color:#ff6700;}
#hunk_breadcrumb_navigation .txt_j_15,#hunk_breadcrumb_navigation .txt_j_11,#hunk_breadcrumb_navigation .txt_j_12,#hunk_breadcrumb_navigation .txt_j5,#hunk_breadcrumb_navigation .txt_j_9,#hunk_breadcrumb_navigation .txt_j_8,#hunk_breadcrumb_navigation .txt_j_6,#hunk_breadcrumb_navigation .txt_j_7,#hunk_breadcrumb_navigation .txt_j_2 {padding:0 6px;color:#999;font-family:"SimSun";}
#headList #hunk_breadcrumb_navigation #nav_link_news,
#headList #hunk_breadcrumb_navigation #nav_link4,
#headList #hunk_breadcrumb_navigation #nav_link2,
#headList #hunk_breadcrumb_navigation #nav_link_index,
#headList #hunk_breadcrumb_navigation .txt_b,
#headList #hunk_breadcrumb_navigation .txt_m {

}
#headList #hunk_breadcrumb_navigation .txt_b {font-size:12px;padding:0;display:none;}
#headList #hunk_breadcrumb_navigation .txt_m {padding:0 6px;display:none;}

.hd_bread {float:right;font-size:14px;line-height:60px;color:#999;}
.hd_bread a {color:#999;transition:all 0.3s ease-out 0s;}
.hd_bread a:hover {color:#ff6700;text-decoration:none;}
.hd_bread a#nav_link1,
.hd_bread #this_page_n {color:#ff6700;text-decoration:none;}
.hd_bread .txt_j_15,.hd_bread .txt_j_11,.hd_bread .txt_j_12,.hd_bread .txt_j5,.hd_bread .txt_j_9,.hd_bread .txt_j_8,.hd_bread .txt_j_6,.hd_bread .txt_j_7,.hd_bread .txt_j_2 {padding:0 6px;color:#999;font-family:"SimSun";}
.hd_bread .txt_b,
.hd_bread .txt_m {display:none;}