/*common css*/
html, body {
    height: 100%;
    width: 100%;
    min-width: 320px;
    overflow-x: scroll;
    overflow-y: hidden;
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.5;
}

a {
    color: #333333;
}

.img-self-adaption {
    width: 100%;
    position: relative;
}

.img-self-adaption > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*header*/
.mv-header {
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mv-header .logo {
    width: 120px;
    height: 30px;
    margin-top: 10px;
}

.mv-header > #menu_list {
    float: right;
    width: 24px;
    height: 18px;
    background: url("./../images/menu.png") left no-repeat transparent;
    background-size: cover;
    margin-top: 16px;
}

/* menu nav*/
#menu_nav {
    width: 114px;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 49px;
    right: 5%;
    display: none;
    z-index: 130;
    border-radius: 3px;
    padding: 10px 0;
}

#menu_nav:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.65) transparent;
    position: absolute;
    top: -20px;
    right: 5px;
}

#menu_nav > nav > a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;

}

/*footer*/
.mv-footer {
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 120;
    width: 100%;
    overflow: hidden;

}

.mv-footer > .hotLineLogo {
    width: 80px;
    float: left;
    height: 50px;
    background: url("./../images/footer.png") center no-repeat #13325e;
    background-size: 34px 34px;
}

.mv-footer > .hotLinePhone {
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    background-color: #13325e;
    height: 50px;
    line-height: 50px;
}

/*container*/
.mv-scroll-container {
    position: absolute;
    width: 100%;
    min-width: 320px;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.mv-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*banner css*/
.banner {
    width: 100%;
    padding-bottom: 42%;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.innerBanner {
    width: 100%;
    padding-bottom: 28%;
    height: auto;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.innerBanner img {
    position: absolute;
    height: 100%;
    width: 190%;
    max-width: 2000px;
    margin-left: -90%;
    max-height: 300px;
}

/* section */
.subContainer {
    background-color: #eeeeef;
}

.innerPage .static_layout, .static_layout, form dl > dd {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.static_layout>div{
    padding-top:10px;
}
/*inner page css*/
.inner_nav {
    border-bottom: 1px solid #ededed;
}

.inner_nav, .inner_nav > a {
    line-height: 32px;
    color: #999999;
    font-size: 15px;
}

.inner_nav > span {
    padding: 0 8px;
}

.tab {
    width: 100%;
    border: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background: transparent;
    line-height: 33px;
}

.contentTab.btnStyleTab {
    text-align: left;
}

.contentTab.btnStyleTab > a {
    padding: 6px 18px;
    color: #333333;
    background-color: #ededed;
    margin-right: 12px;
    border-radius: 5px;
}

.contentTab.btnStyleTab > a:last-child {
    margin-right: 0;
}

.contentTab.btnStyleTab > a.tabActive {
    color: #ffffff;
    background-color: #13325e;
}

.slideStyleTab.contentTab {
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    margin-bottom: 24px;
}

.slideStyleTab.contentTab > a {
    color: #666666;
    font-size: 16px;
    display: block;
    float: left;
    padding-top: 12px;
    border-top: 2px solid transparent;
}

.slideStyleTab.contentTab > a:last-child {
    margin-left: 24px;
}

.slideStyleTab.contentTab > a.tabActive {
    border-color: #13325e;
    color: #333333;
}

.innerPage h2 {
    font-size: 18px;
    margin: 15px 0;
}

.innerPage {
    line-height: 1.5;
    background-color: #fdfdfd;
}

.innerPage p {
    font-size: 15px;
    line-height: 24px;
    text-indent: 2em;
    color: #333333;
    margin-top: 10px;
}

.article_main_title, .article_sub_title {
    color: #333333;
}

.article_main_title {
    font-size: 24px;
    line-height: 37px;
}

.article_main_title > span:first-child {
    background-color: #13325e;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.article_sub_title {
    font-size: 18px;
    text-indent: 1.65em;
}

.article_header + p {
    margin-top: 16px;
}

.article_section {
    margin-bottom: 30px;
}
.company{
    margin-top:20px;
}
.article_section .contentHighlight {
    font-size: 20px;
    color: #000000;
}

.article_section .noTextIndent {
    padding-left: 2em;
    text-indent: 0;
}

.tab_section > .tab_introduce {
    color: #999999;
    font-size: 12px;
    text-align: center;
}

/*input*/
.inputSection {
    overflow: hidden;
}

.inputSection > input[type=text] {
    width: 100%;
    border: none;
    outline: none;
}

.inputSection > select {
    width: 100%;
    border: none;
    outline: none;
}

/*radio*/
.radioSelection > a {
    color: #333333;
    float: left;
    line-height: 21px;
}
.radioSelection > a > span {
    float: left;
    padding: 2px;
    background-color: #e9e9e9;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-right: 6px;
}

.radioSelection > a > span > i {
    float: left;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.radioSelection > a.checked > span > i {
    background-color: #f1ba46;
}