body {
    font-size: 14px;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
    background: #FFF;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*color: #FFF;*/
}

* {
    margin: 0px;
    padding: 0px;
}

ul,
li,
dl,
dd,
dt,
ol {
    list-style: none;
}

em,
strong {
    font-style: normal;
}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
    /*color: #FFF;*/
}

.clear {
    clear: both;
    overflow: hidden;
    display: block;
}

p {
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
}

textarea,
input {
    background-color: #FFFFFF;
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif";
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select {
    outline: 0 none;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}


::-webkit-scrollbar {
    width: 0px;
}

:-moz-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666666;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666666;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(129, 129, 129, 0.5);
}

::-webkit-scrollbar-thumb:horizontal {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.hoverc {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.hoverb {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.indexmainbox {
    padding-top: 130px;
}



.coughNavBox{
    width: 100%;
    background: #FFF;
    position: fixed;
    z-index: 1005;
}
.coughNav{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coughNav_logo_title{
    font-size: 18px;
    margin-bottom: 5px;
}
.coughNav_feature{
    font-size: 18px;
}
.coughNav_feature_list{
    margin-left: 20px;
    font-size: 16px;
    cursor: pointer;
}
.coughMenu{
    width: 100%;
    background: #0339a7;
    height: 40px;
}

.coughMenu .coughMenu_list {
    width: 1200px;
    list-style: none;
    margin: 0 auto;
    display: flex;
    height: 40px;
    justify-content: space-between;
}

.coughMenu .coughMenu_list>li {
    position: relative;
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.coughMenu .coughMenu_list>li a{
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.coughMenu .coughMenu_list ul {
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #0339a7;
}

.coughMenu .coughMenu_list>li:hover > ul {
    display: inherit;
}

.coughMenu .coughMenu_list ul li {
    width: 100%;
    position: relative;
}
.coughMenu .coughMenu_list ul li:hover > a {
    color: #ccc;
}

.coughFooterBox{
    background: #2D2D2D;
    width: 100%;
    margin-top:70px;
}
.coughFooter{
    padding: 50px 0 0;
    margin: 0 auto;
    color: #fff;
}
.coughFooter_top{
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.coughFooter_bottom{
    border-top: 1px solid #999;
    margin-top: 30px;
    padding: 5px 0 10px;
}
.coughFooter_fl{
    display: flex;
    justify-content: space-between;
    width: 900px;
}

.coughTouch_tit{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.coughTouch_item{
    margin-bottom: 10px;
    font-size: 14px;
}


.coughSkill{
    text-align: center;
}

.coughSkill img{
    width: 100px;
}
.coughSkill_tit{
    margin-top: 10px;
}

.coughFooter_bottom_item{
    text-align: center;
    font-size: 12px;
    color: #FFF;
    padding: 5px 0 0 0;
}



/*加载*/

.page-loading,
.page-loading > div {
    position: relative;
    box-sizing: border-box;
}

.page-loading {
    width: 48px;
    height: 48px;
    display: block;
    font-size: 0;
    color: #0339a7;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.page-loading > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.page-loading > div:nth-child(1),
.page-loading > div:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
}

.page-loading > div:nth-child(1) {
    top: -25%;
    z-index: 1;
    height: 100%;
    border-radius: 10%;
    animation: square-jelly-box-animate 0.6s -0.1s linear infinite;
}

.page-loading > div:nth-child(2) {
    bottom: -9%;
    height: 10%;
    background: #0339a7 !important;
    border-radius: 50%;
    opacity: 0.2;
    animation: square-jelly-box-shadow 0.6s -0.1s linear infinite;
}


@keyframes square-jelly-box-animate {
    17% {
        border-bottom-right-radius: 10%;
    }

    25% {
        transform: translateY(25%) rotate(22.5deg);
    }

    50% {
        border-bottom-right-radius: 100%;
        transform: translateY(50%) scale(1, 0.9) rotate(45deg);
    }

    75% {
        transform: translateY(25%) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes square-jelly-box-shadow {
    50% {
        transform: scale(1.25, 1);
    }
}


.tabBox{
    width: 1300px;
    margin: 10px auto 50px;
}
.tabList{
    border-bottom: 2px solid #0339a7;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
.tabList a{
    color: #000;
    margin-right: 30px;
    cursor: pointer;
}
.tabCur{
    color: #0339a7 !important;
}



/*登录*/
.loginNavBox{
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
}
.loginNav{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loginNav_logo_title{
    font-size: 18px;
    margin-bottom: 5px;
}



.loginFooterBox{
    background: #2D2D2D;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginFooter_bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loginFooter_bottom_item{
    color: #fff;
    margin-bottom: 5px;
}
















