@charset "utf-8";
/* base css begin */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "sourcehansans";
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none;
}

img {
    vertical-align: bottom;
}

/*/////////////////////////////////媒体查询/////////////////////////////*/
@media only screen and (min-width: 320px) {
    html {
        font-size: 10px;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 600px) {
    html {
        font-size: 18px;
    }
}

/* base css end */
.container {
    width: 90%;
    margin: 0 auto;
}

.bold {
    font-weight: 700 !important;
}

.black {
    color: #333;
}

.white {
    color: #fff;
}

.blue {
    color: #0083FB;
}

.gray {
    color: #808080;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-end {
    justify-content: flex-end
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.padding-top-xs {
    padding-top: 1rem;
}

.padding-top-sm {
    padding-top: 2rem;
}

.padding-top-xl {
    padding-top: 3rem;
}

.padding-bottom-xs {
    padding-bottom: 1rem;
}

.padding-bottom-sm {
    padding-bottom: 2rem;
}

.padding-bottom-xl {
    padding-bottom: 3rem;
}

#header {
    padding: 1rem 0;
    background: #f9f9f9;
}

#header img {
    width: 1.5rem;
    vertical-align: middle;
}

#header .logo img {
    width: 12rem;
}

#header .back img {
    width: .7rem;
}

#nav {
    display: none;
    width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s ease all;
    background: #fff;
    z-index: 999;
}

.close-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.close-nav img {
    width: 1rem;
}

.menu {
    width: 90%;
    margin: 0 auto;
}

.menu .title {
    display: inline-block;
    position: relative;
    font-weight: normal;
    color: #1d4a8b;
    padding: .5rem 1rem .5rem 0;
}

.menu .title::after {
    position: absolute;
    top: 50%;
    margin-top: -.2rem;
    margin-left: .5rem;
    content: '';
    width: .6rem;
    height: .6rem;
    border-top: 1px solid #1f4e8c;
    border-right: 1px solid #1f4e8c;
    transform: rotate(-45deg);
}

.menu .title::after {
    transform: rotate(135deg);
    margin-top: -.6rem;
}

.menu .title.special:after {
    display: none;
}

.menu .menu-hide::after {
    transform: rotate(-45deg) !important;
    margin-top: -.2rem;
}

.no-sub {
    color: #333 !important;
    margin-left: 0.5rem;
}

.no-sub a {
    color: #333 !important;
}

.no-sub:after {
    border: none !important;
}

.submenu {
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.submenu a:hover {
    font-weight: 700;
}

.menu .submenu h4 {
    position: relative;
    padding: .5rem .5rem .5rem .5rem;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.submenu h4::before {
    position: absolute;
    content: '';
    width: .3rem;
    height: .3rem;
    background: #456499;
    border-radius: 50%;
    left: -6px;
    top: 50%;
    margin-top: -.15rem;
}

.submenu h4.no-child::after {
    content: none;
}

.submenu h4 a {
    color: #1d4a8b;
}

.submenu ul {
    border-top: 1px solid #eee;
    margin-top: -1px;
    margin-left: 0;
}

.submenu ul li {
    border-bottom: 1px solid #eee;
}

.submenu ul li a {
    position: relative;
    display: block;
    color: #333;
    padding: .5rem 0 .5rem 1rem;
}

.submenu ul li a::before {
    position: absolute;
    content: '';
    width: .3rem;
    height: .3rem;
    background: #456499;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -.15rem;
}

#nav.display-nav {
    display: block;
}

.guide-box ul {
    margin: .5rem .5rem 0 .5rem;
}

.guide-box ul li {
    position: relative;
    padding-bottom: .5rem;
}

.guide-box ul li a {
    display: block;
}

.guide-box ul li img {
    width: 100%;
    z-index: 1;
}

.guide-box ul li .txt {
    position: absolute;
    width: 90%;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    left: 0;
    top: 0;
    margin-left: 5%;
    z-index: 11;
    color: #fff;
}

.guide-box ul li .txt h4 {
    font-size: 1.3rem;
    text-shadow: 0px 2px 4px #000;
    margin-bottom: .5rem;
}

.guide-box ul li .txt p {
    text-shadow: 0px 2px 4px #000;
}

/*detail*/
.detail-box {
    padding-bottom: 1rem;
}

.detail-logo {
    padding: 1rem 0 1.5rem 0;
}

.detail-logo img {
    width: 12rem;
}

.crumb-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #83a4c5;
    padding: .5rem 0;
}

.crumb-box img {
    width: 1rem;
}

.crumb-box ul {
    margin-left: .5rem;
    white-space: nowrap;
    overflow-x: scroll;
}

.crumb-box ul li {
    font-size: 1.15rem;
    display: inline-block;
    position: relative;
    padding-right: .5rem;
    color: #1d4a8b;
}

.crumb-box ul li a {
    color: #1d4a8b;
}

.crumb-box ul li::after {
    position: absolute;
    content: '';
    width: .5rem;
    height: .5rem;
    right: 0;
    top: 50%;
    margin-top: -.3rem;
    border-top: 1px solid #1d4a8b;
    border-right: 1px solid #1d4a8b;
    transform: rotate(46deg);
}

.crumb-box ul li:last-child::after {
    content: none;
}

.product-pic {
    position: relative;
    margin-top: .5rem;
}

.product-pic img {
    width: 100%;
    border-radius: 1.2rem;
}

.product-pic .info {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: .5rem 1rem;
    left: 0;
    font-size: .8rem;
    bottom: 1rem;
}

.product-pic .info span {
    font-weight: 700;
    text-decoration: underline;
}

.product-txt {
    color: #000;
}

.product-txt .item {
    border-bottom: 2px solid #83a4c5;
    padding: 1rem 0;
}

.product-txt .item > div:not(:first-child) {
    margin-top: 1rem;
}

.product-txt div {

}

.product-txt div h4 {
    color: #1d4a8b;
    line-height: 20px;
}

.product-txt div p {
    display: flex;
}

.product-txt div p span {
    display: block;
    width: 90%;
}

.product-txt div p span.dot {
    width: 4px;
    height: 4px;
    background: #1e4e8c;
    border-radius: 50%;
    margin: .6rem .5rem 0;
}

.product-txt ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.product-txt ul li img {
    width: 2rem;
    margin-right: .6rem;
    vertical-align: middle;
}

.product-ident {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-ident div {
    margin-top: 0 !important;
}

.product-ident img {
    width: 2.2rem;
    margin-right: 1rem;
}

.product-ident p:first-child {
    margin-bottom: 1rem;
}

.list-box {
    padding: 1rem .5rem;
    border-bottom: 2px solid #83a4c5;
}

.list-box .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-box .title .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.list-box .title .left img {
    width: 2.2rem;
    margin-right: 1rem;
}

.list-box .title .right {
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/show.png") center no-repeat;
    background-size: 1.5rem 1.5rem;
}

.list-box .title .open {
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/hide.png") center no-repeat;
    background-size: 1.5rem 1.5rem;
}

.list-box ul {
    display: none;
}

.list-box ul.show {
    display: block;
}

.list-box ul li {
    padding: 1rem 0;
    font-weight: bold;

    border-bottom: 2px solid #83a4c5;
}

.list-box ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1e4e8c;
    line-height: 20px;
}

.list-box ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.list-box ul li a img {
    width: 7.5rem;
    border-radius: 1rem;
    margin-right: 1rem;
}

.apply-btn {
    position: fixed;
    right: 0;
    top: 25%;
    width: 3rem;
    padding: 1rem 0.7rem 1rem 0.8rem;
    background: #1d4a8b;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    box-shadow: -4px 0 15px #06182c;
    line-height: 1.8rem;
}

.apply-box {
    margin-top: 25%;
    width: 100%;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.apply-cont {
    position: fixed;
    width: 86%;
    margin-left: 7%;
    text-align: center;
    z-index: 999;
    top: 11%;
}

.apply-form {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 2rem;
    border: 2px solid #1e4e8c;
}

.apply-form .logo {
    text-align: left;
}

.apply-form .logo img {
    width: 12rem;
}

.apply-form .title {
    color: #1e4e8c;
    line-height: 1.6rem;
    margin: 2rem;
}

.apply-form .title h4 {
    font-size: 2rem;
    font-weight: 500;
}

.apply-form ul li {
    margin-bottom: 1rem;
}

.apply-form input {
    width: 100%;
    padding: .5rem;
    text-align: left;
    border-radius: 2px;
    border: 2px solid #1e4e8c;
}

.apply-form input::-webkit-input-placeholder {
    color: #a4a5a5;
}

.apply-form button {
    width: 100%;
    background: #1e4e8c;
    border-radius: 2px;
    color: #fff;
    padding: .8rem 0;
    font-size: 1.2rem;
    border: 0;
    margin: 2rem 0 1rem 0;
}

.apply-close img {
    width: 2rem;
    margin-top: 2rem;
}

.submit-box {
    display: none;
    position: fixed;
    width: 86%;
    margin-left: 7%;
    text-align: center;
    z-index: 999;
    top: 21%
}

.submit-cont {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 2rem 2rem 2rem;
    color: #1e4e8c;
    border: 2px solid #1d4a8b;
}

.submit-cont h4 {
    font-size: 1.6rem;
    margin-bottom: .5rem;
}

.submit-cont .logo {
    text-align: left;
}

.submit-cont .logo img {
    width: 12rem;
    margin: 0;
}

.submit-cont img {
    width: 6rem;
    margin: 3rem 0 1rem 0;
}

.submit-cont .submit-info {
    margin: 2rem 0;
}

.submit-cont button {
    width: 100%;
    background: #1d4a8b;
    border-radius: 2px;
    color: #fff;
    padding: .8rem 0;
    font-size: 1.2rem;
    border: 0;
    margin: 2rem 0 1rem 0;
}

.product-large {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.product-large .mask {
    position: absolute;
    border-radius: 12px;
}

.product-large .large-box {
    position: absolute;
    width: 66%;
    margin-left: 17%;
    margin-top: 20%;
    z-index: 9999;
}

.large-pic ul li {
    position: relative;
}

.large-pic .txt {
    position: absolute;
    font-size: .8rem;
    top: 0;
    left: 0;
    color: #1d4a8b;
    padding: 1rem;
}

.large-close {
    text-align: center;
    margin-top: 1.5rem;
}

.large-close img {
    width: 2rem;
}

.slogan {
    position: absolute;
    top: 0;
    left: 1rem;
}

.slogan img {
    width: 5rem;
    border-radius: 0%;
}

#imgList li {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: opacity .5s;
}

#imgList li.current {
    opacity: 1;
    height: auto;
}

#imgList li img {
    border: 3px solid #fff;
    border-radius: 12px;
}

#imgList li .txt {
    position: absolute;
    font-size: .8rem;
    top: 0;
    left: 0;
    color: #1d4a8b;
    padding: 1rem;
}

.iconList {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.iconList ul li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    font-size: 0;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    float: left;
    opacity: .5;
}

.iconList ul li.active {
    opacity: 1;
}

.tabCont .tabbox {
    display: none;
}

.tabCont .tabbox.show {
    display: block;
}

.tab-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
}

.tab-title .arrow {
    display: block;
    width: .6rem;
    height: .6rem;
}

.tab-title .left {
    border-top: 1px solid #1e4e8c;
    border-left: 1px solid #1e4e8c;
    transform: rotate(-45deg);
}

.tab-title .right {
    border-top: 1px solid #1e4e8c;
    border-right: 1px solid #1e4e8c;
    transform: rotate(45deg);
}

.tab-title .tabList {
    width: 90%;
    overflow-x: scroll;
}

.tab-title ul {
    position: relative;
    /*width: 200%;*/
    white-space: nowrap;
}

::-webkit-scrollbar {
    display: none;
}

.tab-title ul li {
    font-size: 1.15rem;
    display: inline-block;
    color: #1e4e8c;
    padding: 0.2rem 1.2rem;
    border-radius: 0.3rem;
}

.tab-title ul li.on {
    color: #fff;
    background: #1e4e8c;
}

.hide {
    display: none;
}

.trademark {

}

.trademark:after {
    content: "®";
    transform: scale(0.1);
    font-weight: 400;
    position: relative;
    top: -4px;
    font-size: 10px;
    color: #ffffff;
}


.trademark-blue {

}

.trademark-blue:after {
    content: "®";
    transform: scale(0.1);
    font-weight: 400;
    position: relative;
    top: -.15rem;
    font-size: 10px;
    color: #1d4a8b;
}

.detail-mask {
    position: absolute;
    top: 0;
    left: 0;
}
