

.flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

@font-face {
    font-family: 'PingFang Regular';
    src:url('../font/PingFang Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "微软雅黑";
    /*font-family: 'PingFang Regular';*/
    /*font-family: 'PingFang SC','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;*/
}
button {
    outline: none;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
.fix {
    position: fixed;
}
.flex {
    display: -moz-box;  /* Firefox */
    display: -ms-flexbox;    /* IE10 */
    display: -webkit-box;    /* Safari */
    display: -webkit-flex;    /* Chrome, WebKit */
    display: flex;
}
.flex1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}

/*------------------header--------------------*/
.header{
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
}
.header .logo{
    height: 80px;
    width: 394px;
    margin-left: 36px;
}
.header .nav{
    padding-right: 46px;
}
.header .nav_ul{
    width: 100%;
}
.nav_ul>li{
    float: left;
    line-height: 80px;
    margin: 0 12px;
    height: 80px;
    padding-right: 40px;
}
.nav_ul>li.fr {
    padding: 0;
}
.nav_ul .active{
    border-bottom: 3px solid #00aeff !important;
}
.header .nav .nav_ul .active a{
    color:#00aeff;
}
.header .nav .nav_ul>li:last-child{
    margin: 0;
}
.header .nav .nav_ul li:hover .a,.header .nav .nav_ul li:hover span.iconfont{
    color:#00aeff;
}
.header .nav_ul>li a{
    color: #666;

}
.header li .iconfont {
    margin-left: 6px;
    font-size: 12px;
}
.header .nav .nav_ul>li.dropdown{
    /*border: 1px solid transparent;*/
}
.header .nav .nav_ul>li:hover.dropdown:before{
    border-top-color: #00aeff;
}
.header .nav .nav_ul>li.dropdown:hover ul {
    display: flex;
}

.dropdown .fun_center,.dropdown .cus_serve,.dropdown .more{
    position: absolute;
    z-index: 1000;
    top:80px;
    background: #fff;
    display: none;
    width: 100px;
}
.dropdown .fun_center>li,.dropdown .cus_serve>li,.dropdown .more>li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100px;
    /*text-align: center;*/
}
.header .nav .nav_ul .dropdown .fun_center>li a,.header .nav .nav_ul .dropdown .cus_serve>li a,.header .nav .nav_ul .dropdown .more>li a{
    color: #3a3a3a;
}
/*免费体验*/
.header .nav .nav_ul>li.free{
    width: 93px;
    height: 35px;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
    margin-left: 10px;
}
.header .nav .nav_ul>li.free a{
    display:inline-block;
    width: 93px;
    height: 35px;
    background: #00AEFF;
    line-height: 35px;
    border-radius: 4px;
    color: #fff;
    padding: 0;
    font-size:16px;
}
.nav_ul>li{
    float: left;
    line-height: 80px;
    margin: 0 4px;
    height: 80px;
}
.header li.fr{
    line-height: 38px;
    height: 38px;
    text-align: center;
    width: 90px;
    background: #0b86f9;
    border-radius: 4px;
    margin: 21px 18px 21px 0 !important;
    cursor: pointer;
}
.header li.fr:hover{
    /*background: #2894fe;*/
}
.header .login a{
    color: #fff !important;
    padding: 0 !important;
}
.header .user_register.fr a{
    color:#0086ff !important;
    padding: 0 !important;
}
.header .user_register.fr{
    width: 90px;
    border: 1px solid #0086ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.header .user_register.fr:hover{
    background:#0086ff !important;
}
.header .user_register.fr:hover a{
    color:#fff !important;
}
.m_solve{
    /*width: 1200px;*/
}
.dropdown .m_fun_center>li{
    width: 202px;
    float: left;
    padding: 0 36px;
}

.dropdown .m_fun_center dl dt{
    width: 300px;
    font-size: 16px;
    color: #333;
}
.dropdown .m_fun_center dl dd{
    font-size: 12px;
    color: #999;
}
/*------------------footer--------------------*/
.link{
    font-size: 12px;
    text-align: left;
    padding: 35px 0;
    line-break: 26px;
    border-bottom: 1px solid #434548;
}
.link a{
    margin-right: 20px;
}
.footer{
    background: #34373a;
    color: #8c8d8d;
    text-align: center;

}
.footer a{
    color: #8c8d8d;
}
.footer .footer-top{
    height: 291px;
    border-bottom: 1px solid #434548;
}
.footer .footer-top dl{
    text-align: left;
    height: 251px;
    font-size: 15px;
    line-height: 40px;
    padding: 40px 50px 0 50px;
    border-right: 1px solid #434548;
}
.footer .footer-top dl:last-child{
    border: 0;
}
.footer .footer-top .contact{
    padding: 40px 45px 0 45px;
}
.footer .footer-top .contact dd{
    color: #56bdf6;
}
.footer .footer-top dl dd{
    font-size: 12px;
    line-height: 30px;
}
.footer .footer-top dl dd h3{
    font-size: 17px;
    line-height: 27px;
}
.footer .footer-top dl dd button{
    width: 120px;
    height: 36px;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 10px;
    background: #56bdf6;
}
.footer .footer-top dl dd button a{
    color: #fff;
}
.footer .footer-top dl dd button:hover{
    background: #12b5ff;
}
.footer .footer-edtion{
    line-height: 90px;
    font-size: 14px;
    font-weight:lighter;
}
.footer img{
    width: 130px;
    height: 130px;
    display: inline-block;
    margin: 15px 20px 15px 0;
}
.footer img:nth-of-type(2){
    margin: 0;
}
/*顶端进度条*/
.load-wrap{width:100%;height:2px;position:absolute;top:0;left:0;background:#ffffff}
#pre-load{position:fixed;top:0;height:2px;background:#00aeff;transition:opacity 3s linear}




/*hover 效果*/

.btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {

    background: #fdfdfd  !important;

    color: #6b6b6b;

}

.btn-default{

    background: #fdfdfd  !important;

    color: #6b6b6b;

    border:1px solid #efefef !important;

    outline: none;

}

.btn-default:hover{

    background:#f7f7f7  !important;

}

.btn-default:active{

    background: #e9e9e9  !important;

    outline: none;

    border:1px solid #e9e9e9 !important;

}

/*左侧悬浮框*/
.left-xf{
    position: fixed;
    left: 10px;
    top: 50%;
    margin-top: -160px;
    width: 200px;
    height: 330px;
    text-align: center;

}
@keyframes move{
    0%{}
    50%{transform: translateX(-20px);transform: translateY(-20px)}
    100%{}
}
.left-xf a{
    background: url(../img/left-xf.png) no-repeat;
    display: block;
    width: 200px;
    height: 330px;
    position: relative;
}
.left-xf .point{
    position:absolute;
    right: 60px;
    bottom: 5px;
    animation: move1 0.5s ease-in-out infinite;
}
.left-xf .pre{
    width: 127px;
    height: 60px;
    margin: 170px auto;
    animation: move2 0.5s ease-in-out infinite;
}
@keyframes move1{
    0%{}
    50%{transform: translateX(-5px);transform: translateY(-5px)}
    100%{}
}
@keyframes move2{
    0%{}
    50%{transform:scale(0.9,0.9);}
    100%{}
}




/*====================================================================2017-11-13==========*/
.header .nav .nav_ul .dropdown .fun_center>li a:hover{
    color: #00aeff;
}
/*新版导航*/
.dropdown .m_fun_center{
    background: #fff;
    width: 900px;
    z-index: 1000;
    display: none;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: -530px;
    box-shadow: 0px -2px 14px rgba(0,0,0,0.06);
    padding: 0 40px;
    justify-content: center;

}
.dropdown .m_fun_center dd a{
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.dropdown .m_fun_center>li{
    float: left;
    padding: 24px 12px 24px 20px;
    margin: 36px 30px;
    background: #f8f8f8;
}
html .dropdown .m_fun_center.fouritem li{
    margin: 36px 10px;
    width: 194px;
}
.dropdown .m_fun_center>li:hover {
    background: #f8f8f8;
}

.dropdown .m_fun_center>li>dl>dt{
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: 600;
    width:100%;
    position: relative;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}
.dropdown .m_fun_center>li>dl>dt .iconfont {
    transform: rotate(-90deg);
    color: transparent;
}
.dropdown .m_fun_center>li a:nth-of-type(1){
    color: #333;
    width: 150px;
}
.dropdown .m_fun_center>li:hover a,.dropdown .m_fun_center>li:hover .iconfont{
    color: #0086ff;
}

.dropdown .m_fun_center>li>dl>dd{
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 12px;
}

.dropdown .m_fun_center>li>dl>dd>a{
    text-align: left;
    display: block;
    color: #333;
    position: relative;
}

.new {
    padding: 0 7px 0 4px;
    width: 32px;
    height: 18px;
    background: #ff8000;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 4px;
    font-style: italic;
    transform: scale(0.7);
    /*animation: ad 2s ease-in-out infinite;*/
}
.new:before{
    content: "";
    border-left: 4px solid #ff8000;
    border-bottom: 3px solid #ff8000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: -3px;
    z-index: 99;
    transform: rotate(45deg);
}
/*
@keyframes ad{
	0%{transform: translateY(3px)}
	50%{transform: translateY(-3px)}
	100%{transform: translateY(3px)}
}*/
.dropdown .m_fun_center>li>dl>dd>a.orange{
    color: #f57402;
    font-weight: 600;
}
.dropdown .m_fun_center>li>dl>dd>a.orange:hover{
    color:#00aeff;

}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .header ul li {
        padding-right: 20px;
    }
    .header .logo {
        width: 350px;
    }
    .header div div:nth-of-type(2) {
        padding-right: 10px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
    .header ul li {
        padding-right: 14px;
    }
    html body .header .logo {
        width: 280px;
    }
    html body .header img {
        width: 260px;
    }
    .header div div:nth-of-type(2) {
        padding-right: 0;
    }
}

/*修改*/
.wiki-top {
    padding-top: 100px;
    width: 100%;
}
.wrapper {
    width: 1179px;
    height: 100%;
    margin: 0 auto;
}
.header li>a {
    font-size: 16px;
}
.footer .footer-top p a:hover {
    color: #8c8d8d;
    text-decoration: underline;
}

.dropup, .dropdown {
    position: static;
}
.align {
    text-align: center;
}
.marginauto {
    margin: 0 auto;
    width: 1200px;
}