* {
    padding: 0;
    margin: 0;
    /*font-family: 黑体;*/
    font-family: 'Source Code Pro'
}

body {
    /*设置跟psd一样的宽度*/
    width: 750px;
    max-width: 750px !important;
    margin: 0 auto;
    /*background: #f5f5f5 !important;*/
    /*background: #fbfcfd !important;*/
    /*overflow: hidden;*/
}

.active_show{
    display: block!important;
    z-index: 9999999;
}
.return_h {
    width: 20px;
    height: 20px;
    position: fixed;
    bottom: 119px;
    right: 127px;
    background: #FFFFFF;
    z-index: 9999999999999;
    /*border: 2px solid #4b7ef7;*/
    border-radius: 3px;
}

.return_h>img {
    width: 90px;
    height: 97px;
}

a{
    text-decoration: none;
}

li{
    outline: none;
}

input,button{
    outline: none;
}

.wrap {
    width: 100%;
    min-width: 750px;
    /*height:100%;*/
}

.bg_100 {
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main_1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/*//通用标题标签*/

.type_headings>h4{
    color: #414D5B;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

.type_headings>div{
    display: inline-block;
    padding: 0px 30px;
    height:28px;
    margin:26px auto 44px auto;
    color: #398AFF;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    background: #f3f8ff;
    border-radius: 30px;
}
/*==========分割线==========*/


a:active{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*==========顶部导航==========*/
.active_nav {
    color: #0076fe !important;
}

.topNav {
    width: 100%;
    height:52px;
    background:rgba(0,0,0,0);
    /*box-shadow: 0 0 5px 1px #eeeeee;*/
    border-bottom: solid 1px rgba(238,238,238,1);
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 99999999;*/
}

.navWrap {
    min-width: 1200px;
    /*max-width: 1400px;*/
    width:98%;
    height: 100%;
    /*background: #eeeeee;*/
    margin: 0 auto;
}

.logo > img {
    /*width: 130px;*/
    height: 33px;
    margin-top:9px;
    width: auto;
}

.topNavWrap {
    width: 1070px;
    height: 100%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.topNavWrap > div {
    font-size: 14px;
    color: #2c3946;
    cursor: pointer;
    text-align: center;
}
/*==========顶部导航 end==========*/

/*==========底部导航==========*/

.bottomLogo {
    width: 130px;
    height: 46px;
    display: block;
}

.bottomNav {
    width: 100%;
    height: 355px;
    background: #2c2c2c;
}

.bottomWrap {
    width: 1200px;
    height: 270px;
    margin: 0 auto;
    /*background: #eeeeee;*/

    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    /*align-items: center;*/
}

input,button{
    outline: none;
}

