@charset "utf-8";
@font-face {
    font-family: "Alibaba-PuHuiTi-Regular";
    src:url("/:443/static/2.0/font/Alibaba-PuHuiTi-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
*{margin: 0;padding: 0;box-sizing: border-box;-webkit-tap-highlight-color:transparent;font-family:"Alibaba-PuHuiTi-Regular", 黑体;}
body{position: relative;margin: 0;/*清除默认样式*/padding: 0;height: 100%;background: #f5f5f5;}
#container{
    /*保证footer是相对于container位置绝对定位*/
    position:relative;
    min-width: 1200px;
    min-height:100%;
    /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
    /*padding-bottom: 50px;*/
    box-sizing: border-box;
}

body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{margin:0;padding:0;font-style: normal;font-weight: normal;list-style: none;}
html,body{height: 100%;color: #333;font-size:14px;font-family:"Alibaba-PuHuiTi-Regular", 黑体;}
input {outline:none;font-size: 14px;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
ul{list-style: none;}
a{text-decoration: none;color: #999;}
img{border: none;}
.clearfloat:after{content: "";display: block;clear: both;zoom: 1;}
.margin_right_none{margin-right: 0!important;}
/* input placeholder颜色 */
input::-webkit-input-placeholder {
    color: #999!important;
}
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px transparent inset !important;}
/*** 弹框 ***/
body .demo-class .layui-layer-title{
    background-color: #f7faff;
    box-shadow: 0px 1px 0px 0px #c4dbfe;
}
/*三角形 动画*/
.triangle{display: inline-block;width: 0;height: 0;border: 5px solid transparent;border-top:6px solid #b4bac5;position: absolute;top: 35%;bottom: 0;right: 10px;}
.i-arrow{display: inline-block;width: 7px; height: 15px;background: url(../img/problem.png) -90px -10px;}
.animate{transform: rotate(90deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.remove{transform: rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);}
.transRight{transform: rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
/*隐藏IE自带的清除按钮*/
input::-ms-clear{display:none;}
.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.btn_normal,.btn_small,.btn_large,.btn_primary{cursor: pointer;display: inline-block;width: 120px;height: 36px;line-height: 36px;color: #ffffff;background-color: #3188ff;border-radius: 4px;text-align: center;}
.btn_normal:hover,.btn_small:hover,.btn_large:hover,.btn_primary:hover{background-color: #236dd2;text-decoration: none!important;color:#ffffff}
.btn_small {width: 90px;}
/*头部导航*/
#header{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    line-height: 60px;
    /*background-color: transparent;*/
    background-color: rgba(0,0,0,0.3);
}
#header:hover{
    background-color: rgba(0,0,0,0.3);
}
.inner_center{
    width: 1200px;
    margin: 0 auto;
}
.header_inner p{
    float: left;
    height: 60px;
    line-height:60px;
    /*position: relative;
    top: -7px;*/
    background: url(../img/logo.png) left center no-repeat;
}
.header_inner p a{
    display: block;
    padding-left: 70px;
    height: 100%;
    color: #fff;
}
.header_inner .nav_title{
    font-size: 15px;
    vertical-align: text-bottom;
}
.nav_title:before{
    content: "";
    display: inline-block;
    height: 19px;
    border-left: 1px solid #fff;
    padding-left: 9px;
    position: relative;
    top: 3px;
}
.nav{
    height: 100%;
}
.nav>li{
    float: left;
    width: 103px;
    text-align: center;
    font-size: 15px;
}
.nav>li>a{
    color: #fff;
}
.nav>li>a:hover,
.nav>li>a.nav_active{
    color: #1890FF;
}
.nav.pull-right li{
    width: auto;
    position: relative;
}
.nav.pull-right li img{
    vertical-align: middle;
}
.nav.pull-right li+li>a:before{
    content: "|";
    margin: 0 10px;
    color: #fff;
}
.nav li.productscenter:hover .nav-dic{
    display: block;
}
.nav-dic{
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 59px;
    left: 0;
    right: 0;
    background-color: #1a2131;
    padding: 15px 0 25px;
    display: none;
    z-index: 100;
}
.nav-dic ul{
    width: 140px;
    height: 260px;
}
.nav-dic ul+ul{
    margin-left: 10px;
}
.nav-dic li{
    color: #acb2c0;
    font-size: 13px;
    padding: 7px 0;
    line-height: normal;
    text-align: left;
}
.nav-dic li.title{
    padding: 5px 0 15px;
    border-bottom:1px solid #393e4c ;
    margin-bottom: 5px;
}
.nav-dic li a{
    display: block;
    color: #acb2c0;
    font-size: 13px;
}
.nav-dic li a:hover{
    color: #27a6ff;
}
.nav-dic li.more-a a{
    color: #27a6ff;
    opacity: 0.8;
}
.nav-dic li.more-a a:hover{
    opacity: 1;
}
.nav-dic .products-center{
    margin-left: 10px;
}
.nav-dic .products-center a{
    width: 100px;
    height: 30px;
    border-radius: 4px;
    background-color: #27a6ff;
    line-height: 30px;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}
.nav-dic .products-center a:hover{
    color: #fff;
    opacity: 1;
}
.nav-search{
    position: relative;
}
.nav-search input{
    height: 37px;
    border: none;
    padding: 0 25px 0 10px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    width: 0px;
}
.nav-search:hover input{
    width: 240px;
    background-color:#283045;
    transition: all 0.5s ease;
}
.nav-search input::-webkit-input-placeholder {
    color: #5c6271!important;
}
.nav-search img{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 10;
}
.nav-search img:hover{
    opacity: 0.8;
}
.header{
    min-width:1200px;
    height: 300px;
    background: url(../img/banner_help.png) no-repeat center;
    background-size: 100% 100%;
}
/** 已登录 **/
.nav li.login_info{
    position: relative;
    cursor: pointer;
    width: 120px;
    height: 100%;

}
.user_info{
    vertical-align: middle;
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    margin-left: 10px;
}

.user_info img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    margin: auto;
}
.user_info .triangle{
    right: 0;
    top: 45%;
    border-top-color: #fff;
}
.user_info span{
    margin-left: 31px;
    float: left;
    width: 80px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color:#fff;
}
.user_setting{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 130px;
    height: 130px;
    background-color: #283045;
    border-radius: 4px;
    padding: 15px;
    z-index: 999;
}
.user_setting .triangle{
    top: -15px;
    left: 60px;
    border: 6px solid transparent;
    border-bottom: 10px solid #283045;
}
.user_setting a{
    display: block;
    color: #acb2c0;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 35px;
    cursor: pointer;
}

.user_setting a:hover{
    color: #FFFFFF;
}
.login_info:hover .user_setting{
    display: block;
}
/*页脚*/
#footer{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    position: inherit;
    line-height: normal;
    clear:both;
}
#footContent{
    padding-bottom: 20px;
    min-height: 228px;
    max-width: 1400px;
    margin: 0 auto;
}
.footer-list{
    width: 15%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    color: #acb2c0;

}

.footer-list li{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 0;
}
.footer-list li a{
    font-size: 14px;
    color: rgba(0,0,0,0.45);
}
.footer-list li a:hover{
    text-decoration: underline;
}
#footer .footer-bottom{
    line-height: 50px;
    text-align: center;
    color: rgba(0,0,0,0.45);
}
.title{
    color: #333;
    font-weight: 600;
}
h1.title{
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 30px 0;
}
h2.title{
    width:100%;
    font-size: 18px;
    margin-top: 20px;
    clear: both;
}
h3.title{
    font-size: 16px;
    clear: both;
}
h5.title{
    font-size: 15px;
    /*margin: 25px 0 15px;*/
    clear: both;
    padding:25px 0 15px ;
}
h5.title:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 5px;
    background-color: #1589da;
    position: relative;
    top:3px;
}
.title .time{
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
.search-view{
    width: 680px;
    margin: 0 auto;
}
.search-input{
    font-size: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 70px;
}
.search-input input{
    width: 600px;
    height: 50px;
    padding: 0 10px 0 54px;
    vertical-align: middle;
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: url(../img/search_gray.png) no-repeat 20px center;
    background-color: #fff;
    border: none;
}
.search-input button{
    width: 80px;
    height: 50px;
    border: none;
    background-color: #E5E5E5;
    font-size: 16px;
    color: rgba(0,0,0,.45);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.search-key .key{
    font-size: 12px;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}
.search-key .key+.key{
    margin-left: 30px;
}
.search-view-bot{
    width: 480px;
    margin: 10px auto;
}
.search-input-bot{
    font-size: 0;
    text-align: center;
    background-color: #fff;
}
.search-input-bot input{
    width: 400px;
    height: 40px;
    padding: 0 10px 0 54px;
    vertical-align: middle;
    font-size: 14px;
    background: url(../img/search_gray.png) no-repeat 20px center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.search-input-bot button{
    width: 80px;
    height: 40px;
    border: none;
    background-color: #E5E5E5;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    vertical-align: middle;
    cursor: pointer;
}
.notice_help{
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    padding: 0 20px;
}
.notice_help .notice_title img{
    width: 20px;
    height: 20px;
}
.notice_help .notice_content{
    display: inline-block;
    margin-left: 10px;
}
.notice_help .notice_content li{
    display: inline-block;
    margin-left: 5px;
}
/* 正文区域 */
.main{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    position: relative;
    padding: 20px 0 40px;
    min-height: 600px!important;
    max-height: 600px!important;
}
.screen-main{
    width: 100%;
    min-width: 1200px;
    margin: 0;
    background-color: #fff;
    padding: 20px 0 70px;
}
/**左侧导航菜单**/
.left_menu{
    width: 230px;
    max-height: 100%;
    position: absolute;
    top: 20px;
    bottom: 20px;
    background-color: #fff;
    overflow: auto;
    border-right: 1px solid #eee;
}
.left_menu.fixed{
    position: fixed;
    z-index:101;
    top: 20px;
    bottom: initial;
}
.right_main{
    width: 970px;
    height: 100%;
    min-height: 520px;
    float:right;
    padding:0 15px 15px;
    margin-top: -20px;
}
.right_main .right_main_header{
    padding: 0;
    width: 100%;
}
.all_menu_list>ul>li>p,
.left_menu>ul>li>p{
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 10px;
}
.all_menu_list>ul>li>p:hover,
.left_menu>ul>li>p:hover{
    color: #3188ff;
}
.left_menu li{
    line-height: 40px;
    cursor: pointer;
    background-color: '#ffffff';
}
.left_menu h3.title{
    padding-left: 20px;
    margin-bottom: 5px;
    padding-right: 10px;
}
.left_menu .all-doc{
    position: relative;
}
.left_menu .all-doc>p{
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
}
.all_menu_list{
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    bottom: -20px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 3px 4px 20px 0px rgba(150, 181, 231, 0.5);
    display: none;
}
.all_menu_list ul{
    background-color: #fff;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}
.left_menu p{
    position: relative;
}
.left_menu p .i-arrow{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu_list{
    display: none;
}
.menu_hide{
    display: none;
}
.menu_list>ol>li{
    padding-left: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}
.menu_list>ol>li:hover,.menu_list>ol>li:hover a{
    color: #3188FF;
}
.all_menu_list .menu_link.menu_active,
.quick_menu_list .menu_link.menu_active,
.menu_list>ol>li.menu_active{
    color: #1589da !important;
    background-color: #e7f3fb;
}
.menu_list>ol>li.menu_active a{
    color: #3188ff;
}
/* 面包屑 */
.i-home{
    display: inline-block;
    width: 16px; height: 16px;
    background: url('../img/problem.png') -10px -50px;
    vertical-align: middle;
    margin-right: 10px;
    position:relative;
    bottom:1px;
}
.history-breadcrumb li{
    display: inline-block;
}
.history-breadcrumb li:hover>a{
    color:#1589da;
}
.history-breadcrumb a{
    font-size: 14px;
    color: #999;
}
.history-breadcrumb li.current-navlist:hover ol{
    display: block;
}
.history-breadcrumb li:last-child a:after{
    content: "";
}
.history-breadcrumb a:after{
    content: "/";
    color: #999;
}
.current-navlist {
    position: relative;
}
.current-navlist ol{
    position: absolute;
    top: 20px ;
    width: 155px;
    background-color: #fff;
    padding:10px 20px;
    box-shadow: 3px 4px 20px 0px rgba(150, 181, 231, 0.5);
    display: none;
    z-index: 10;
}
.current-navlist a .i-arrow{
    margin-left: 8px;
    vertical-align: middle;
}
.current-navlist ol li{
    display: block;
}
.current-navlist ol li a{
    display: block;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.current-navlist ol li a:hover{
    color: #1589da;
}
hr.line{
    margin: 15px 0;
}
/* 表格样式重置 */
.layui-table thead tr{
    background-color: #f2fafd;
}
/* tab样式重置 */
.layui-tab-brief>.layui-tab-title .layui-this,
.layui-tab-title .layui-this{
    color: #1589da;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom-color: #1589da;
}

.layui-tab-content{
    padding: 0;
}
.layui-code{
    padding-top: 10px;
}
.layui-code-ol{
    overflow: auto;
}
.layui-code-h3{
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #e2e2e2;
}
.code-view{
    position: relative;
}
.code-view .btn-copy{
    position: absolute;
    z-index: 10;
    top: 5px;
    right: 15px;
    display: none;
}
.code-view:hover .btn-copy{
    display: block;
}
.language-html{
    text-align: left;
    background-color: #F5F5F5;
    max-height:280px;
    overflow: auto;
    padding: 0 15px;
    border: 1px solid #eee;
    margin-top: 10px;
}
.btn-copy{
    width: 50px;
    height: 28px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05), 0 2px 4px rgba(0,0,0,0.05);
}
/* 产品链接 */
.link-view .link-item{
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 260px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
    text-align: center;
    padding: 30px;
    margin: 10px 0 3px 6px;
}
.link-view .link-item:hover{
    border-color: #1589da;
}
.link-view .link-item:hover .title{
    color: #1589da;
}
.link-view .link-item p{
    font-size: 14px;
    color: #999;
}
.link-view .link-item p soan{
    font-size: 14px!important;
}
.link-view .link-item .title{
    font-size: 20px;
    margin: 25px 0 20px;
    font-weight: 500;
}

/* 分页样式重置 */
.layui-laypage a:hover{
    color: #1589da;
}
.layui-laypage input:focus{
    border-color: #1589da!important;
}
/* 在线客服 */
.online{
    position: fixed;
    right: 1%;
    bottom: 5%;
    margin: auto;
    width: 60px;
    height: auto;
    padding: 0;
    line-height: normal;
    background: #1890FF;
    z-index: 999;
    text-align: center;
}
.online>a{
    border: solid 1px #eeeeee;
    display: block;
    border-bottom: 1px solid #fff;
}
.online img{
    height: 26px;
    width: 26px;
    margin: 10px 0 12px 6px;
}
.online>div+i{
    border-top: none;
}
.online p{
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    color: #ffffff;
}
.online #goTop{
    display: none;
}
.online #goTop i{
    height: 40px;
    width: 100%;
    background: url(../img/goTop.png) no-repeat 20px 10px;
    background-size: 40% 50%;
    cursor: pointer;
}

.news{
    display: inline-block;
    width: 33px;
    height: 17px;
    background: url(../img/new.png) no-repeat center;
    background-size: contain;
    margin-left: 3px;
}
.layui-carousel-ind ul:hover,
.layui-carousel-ind ul{
    background: none;
}
.no-data{
    text-align: center;
    padding: 10px 0;
}
.fixed-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
}
.margin-bottom{
    margin-bottom: 200px;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1221px) {
    .container {
        width: 1200px;
    }
    .right_main_header .h2.title{
        width:80%;
    }

}

@media (max-width: 1220px) and (min-width: 981px) {
    .container {
        width: 100%;
    }
    .inner_center{
        padding: 0 30px;
    }
    .link-view .link-item{
        width: 280px;
    }
    .container .pay-container .link-view .link-item{
        width: 293px;
    }
    .nav{
        margin-right: 20px;
    }
    .more-container .more-main{
        padding: 30px;
    }
    .more-container .more-main .more-artic li{
        width: 355px;
    }
    .footer-list.contract{
        width: 320px;
    }
}
@media (max-width: 980px) {
    .container {
        width: 1200px;
        *padding:0;
    }
}