html,
body {
    padding: 0;
    margin: 0;
    background: #fff;
    letter-spacing: 1px;
    font-family: PingFangSC, PingFang SC;
    font-size: 1.2rem;
    width: 100%;
    color: #131415;
    overflow-x: hidden;
}

html {
    font-size: 14px !important;
}

ul {
    list-style: none;
}

body a {
    outline: none;
    /*transition: 0.5s all;*/
    /*-webkit-transition: 0.5s all;*/
    /*-moz-transition: 0.5s all;*/
    /*-o-transition: 0.5s all;*/
    /*-ms-transition: 0.5s all;*/
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
    font-family: PingFangSC, PingFang SC;
}

select, input[type="email"], input[type="text"], input[type=password],
input[type="button"], input[type="submit"], textarea {
    font-family: PingFangSC, PingFang SC;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: PingFangSC, PingFang SC;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: PingFangSC, PingFang SC;
}


ul {
    margin: 0;
    padding: 0;
}

span, i {
    display: inline-block;
    font-style: normal;
}

.iHeader {
    height: 100px;
    background: #2B3445;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999;
}

.iHeader ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
}

.iHeader ul li {
    color: #ffffff;
    /*padding: 0 30px;*/
    cursor: pointer;
    height: 100px;
    line-height: 100px;
    width: 14.28%;
    text-align: center;
}

.iHeader ul li:hover, .iHeader ul li.active {
    color: #EBD181;
}

.iHeader ul li:nth-of-type(1) {
    width: 10.28%;
}

.iHeader ul li:nth-of-type(5) {
    width: 18.28%;
}

.iHeader img {
    width: 269px;
    height: 100%;
    margin-top: 20px;
    margin-right: 50px;
}

.iTitle {
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.headerTitle {
    line-height: 20px;
}

.headerSpan span {
    color: #528890;
    font-weight: 500;
    height: 50px;
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*border-bottom: 1px solid #F0EEEE;*/
    cursor: pointer;
    font-size: 1rem;
    padding: 0 20px;
    position: relative;
}

.headerSpan span.spanActive:before, .headerSpan span.spanActive:before {
    content: '';
    width: 5px;
    height: 50px;
    background: #EF9801;
    position: absolute;
    top: 0;
    left: -5px;
}

.headerSpan span.spanActive:nth-of-type(2):before, .headerSpan span.spanActive:nth-of-type(2):before {
    background: #6E9D4C;
}

.headerSpan span.spanActive:nth-of-type(3):before, .headerSpan span.spanActive:nth-of-type(3):before {
    background: #3F64A8;
}

.headerSpan span.spanActive:nth-of-type(4):before, .headerSpan span.spanActive:nth-of-type(4):before {
    background: #D3293D;
}

.headerSpan span.spanActive:nth-of-type(5):before, .headerSpan span.spanActive:nth-of-type(5):before {
    background: #53908B;
}


.headerSpan {
    display: flex;
    flex-wrap: wrap;
}

.headerSpan > div {
    /*margin-left: 30px;*/
}

.headerTitle {
    padding: 10px;
    color: #ffffff;
    font-size: 1.2rem;
    background: #EBD181;
    border-radius: 3px;
    border: 1px solid #2C6BDF;
    text-align: center;
    cursor: pointer;
    margin: 20px 0 30px 30px;
    height: 20px;
}

.index {
    margin: 0 auto;
    width: 100%;
    /*background: #2B3445;*/
}

.iTitle div {

}

.iTitle div span {
    font-size: 14px;
    color: #131415;
}

.iTitle div span.active {
    color: #2C6BDF;
}

.inContent, .iImgRow, .iiMain, .ivContent, #headerNav, .iTitle, .ilMain, .ifMain, .inMain, .icMain {
    max-width: 1238px;
    margin: 0 auto !important;
}

.iFooter {
    width: 100%;
    padding: 25px 0;
    /*height: 137px;*/
    background: #0B1E2E;
    margin-top: 20px;
}

.ifMain {
    width: 80%;
    margin-left: 10%;
}

.ifMain > div {
    text-align: center;
    font-size: 1rem;
    color: #999;
    /*padding-top: 36px;*/
    display: flex;
    align-items: center;
}

.footActive {
    transition: 0.1s all;
    cursor: pointer;
    color: #EBD181;
}

.footActive:hover {
    /*color: #ffffff !important;*/
    text-decoration: underline;
    transition: 0.1s all;
}

.ifMain > div:nth-of-type(2) {
    /*padding-top: 10px;*/
}

.ifMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ifml-logo img {
    width: 322px;
    height: 84px;
}

.ifml-text span {
    font-size: 1rem;
    /*color: #FFFFFF;*/
}

.ifMain-right img {
    width: 32px;
    height: 32px;
    margin-left: 40px;
}

.ifMain-right{
    opacity: 0;
}

.ifMain-left {
    width: 100%;
}

.ifMain-left .ifml-logo, .ifMain-left .ifml-text {
    text-align: left;
}

.ifMain-left .ifml-text {
    margin: 0 auto;
}

.ifMain-left .ifml-text span:nth-of-type(2), .ifMain-left .ifml-text span:nth-of-type(3) {
    color: #EBD181;
}

.iFooter .ifMain .ifMain-right {
    /*padding-top: 50px;*/
    position: relative;
    top: 0;
    left: 0;
}

.iFooter .ifMain .ifMain-right div {
    width: 120px;
    height: 120px;
    position: absolute;
    /*top: -80px;*/
    left: -4px;
    bottom: 45px;
    background-color: #fff;
    display: none;
}

.iFooter .ifMain .ifMain-right div img {
    width: 100%;
    height: 100%;
    margin-left: 0;
}
