* {
    padding: 0;
    margin: 0;
    font-family:MicrosoftYaHei;
}

body {
    /*设置跟psd一样的宽度*/
    width: 750px;
    max-width: 750px !important;
    margin: 0 auto;
    /*background: #f5f5f5 !important;*/
    /*background: #fbfcfd !important;*/
    /*overflow: hidden;*/
}


/*英文的样式*/
.english_text {
    text-align: center;
    width: 110px;
    height: 28px;
    line-height: 28px;
    color: #398AFF;
    font-size: 14px;
    margin: 0 auto;
    background: #f3f8ff;
    border-radius: 15px;
}


.wx_bx {
    width: 690px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}

li{
    outline: none;
}

input,button{
    outline: none;
}

.wrap {
    width: 100%;
    min-width: 750px;
    /*height:100%;*/
}

html,body,.wrap{
    /*height: 100%;*/
    height: auto;
}

.wrap{
    background: #fff;
}

.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;
}

.type_headings>div{
    width:168px;
    height:28px;
    margin:33px auto 0px 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;
}

