﻿    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .chanpina .di_bl{text-align:left;padding-left:20px; line-height:30px;}
	.nav .submenu .di_bl{ line-height:30px;}
    ul,
    ol,
    dl,
    table,
    th,
    tr,
    td,
    input,
    textarea,
    li,
    a,
    div,
    span,
    em,
    i {
        margin: 0;
        padding: 0;
        border: 0;
    }
    #bsWXBox{display:none !important;}
    img {
        margin: 0;
        padding: 0;
        border: 0;
		vertical-align: bottom;
    }
    
    li {
        list-style: none;
    }
    /*全局样式*/
    
    html,
    body {
        width: 100%;
        margin: 0 auto;
    }
    /*= 清除浮动=*/
    
    .clear {
        clear: both;
        height: 0px;
        line-height: 0px;
        font-size: 0px;
        overflow: hidden;
        display: block;
    }
    
    .clearfix:after {
        content: "";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        font-size: 0px;
    }
    
     :focus {
        outline: 0
    }
    
    a,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        cursor: pointer
    }
    /* Hides from IE-mac \*/
    
    * html .clearfix {
        height: 0%;
    }
    /* End hide from IE-mac */
    
    *+html .clearfix {
        min-height: 0%;
    }
    /* 针对IE7 */
    
    *+html .clearfix {
        min-height: 0%;
    }
    /*原文件配置*/
    
    body {
        color: #000;
        background: #ffffff;
        font: 16px/30px '思源黑体 CN 常规', 思源黑体 CN 淡, sans-serif;
        min-width: 320px;
        padding-top: 65px;
    }
    
    a {
        color: #000;
        text-decoration: none;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    
    a:hover {
	color: #000;
    }
    /*块级转化*/
    
    .di_in {
        display: inline-block;
    }
    
    .di_no {
        display: none;
    }
    
    .di_bl {
        display: block;

    }
	 .di_bl.no1 {
		line-height:1;
    }
.submenu .di_bl:hover{ background:#c6263c; color:#fff}
    /*原文件配置  end*/
    /*横向居中*/
    
    .te_c {
        text-align: center;
    }
    
    .fB {
        font-weight: bold;
    }
    /*相对定位*/
    
    .p_r {
        position: relative;
    }
    /* 白色背景 */
    
    .bgfff {
        background: #fff;
    }
    
    .text-uppercase {
        text-transform: uppercase;
    }
    
    .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .flex-v {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .flex-1 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .flex-align-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flex-pack-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .flex-pack-justify {
        -webkit-box-pack: justify;
        -webkit-justify-content: pace-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flex-warp {
        flex-flow: wrap
    }
    
    .flex-column {
        flex-flow: column
    }
    
    .ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .cfff {
        color: #FFF;
    }
    
    .container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
    
    @media (max-width:1440px) {
        .container {
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    
    .mark {
        background-color: rgba(0, 0, 0, .8);
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: none;
    }
    /*全局样式 start*/
    
    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        background-color: #FFF;
        border-bottom: 2px #e5e5e5 solid;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }
    
    header .logo {
	height: 75px;
    }
    
    header .logo img {
	height: 28px;
    }
    
    header .search-btn {
        height: 37px;
        width: 45px;
        background: url("../images/search.png")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/search.svg*/
        no-repeat center;
        background-size: 50%;
        cursor: pointer;
        border: 0px #090909 solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-right: 0;
    }
    
    header .user {
        background: url(../images/user.png)no-repeat center;
        background-size: 100%;
        width: 25px;
        height: 25px;
        display: inline-block;
    }
    
    header .gouwuche {
        background: url(../images/header_icon_03.png)no-repeat center;
        background-size: 100%;
        width: 25px;
        height: 25px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 5px;
    }
    
    header .lang-btn {
        line-height: 45px;
        border: 0px #090909 solid;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        -ms-border-radius: 23px;
        -o-border-radius: 23px;
        font-family: 思源黑体 CN 淡, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 550;
        padding: 0 20px;
        cursor: pointer;
    }
    
    header .lang-btn::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 2px #090909 solid;
        border-right: 2px #090909 solid;
        display: block;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        margin-left: 10px;
		display:none;
    }
    
    header .lang-btn .sublang {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        padding: 10px;
        line-height: 2;
        font-size: 16px;
        top: 46px;
        display: none;
    }
    
    header .lang-btn:hover .sublang {
        display: block;
    }
    
    .nav {
        margin-right: 280px;
    }
    
    .nav>li {
        margin-right: 80px;
    }
    
    .nav>li>a {
	line-height: 68px;
	font-size: 22px;
    }
    /*   
    .nav>li>a::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 2px #090909 solid;
        border-right: 2px #090909 solid;
        display: block;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        margin-left: 10px;
    }
    */
    
    .nav>li.on>a {
        color: #c6263c;
    }
    
    .nav>li.on>a::after {
        border-top-color: #c6263c;
        border-right-color: #c6263c;
    }
    
    .nav .submenu {
	display: none;
	position: absolute;
	background-color: #FFF;
	top: 68px;
	
	width: 240px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	line-height: 2;
    }
    
    .nav>li:first-child .submenu {
        width: 1336px;
        padding: 40px;
    }
    
    .nav .submenu .tab {
        border-right: 1px #e5e5e5 solid;
        width: 200px;
        margin-right: 5%;
    }
    
    .nav .submenu .tab span {
        font-size: 18px;
        line-height: 45px;
    }
    
    .nav .submenu .tab span.on {
        color: #c6263c;
    }
    
    .nav .submenu .content {
        border-right: 1px #e5e5e5 solid;
        width: 450px;
        margin-right: 5%;
    }
    
    .nav .submenu .content:last-child {
        border-right: 0;
        margin-right: 0;
    }
    
    .search-content {
        position: fixed;
        left: 0%;
        top: -200px;
        z-index: 98;
        width: 100%;
        background-color: rgba(198, 38, 60, 1.0);
        padding: 50px 20% 70px 20%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    
    .search-content .close {
	position: absolute;
	right: 220px;
	top: 20px;
	color: #FFF;
	font-size: 24px;
	cursor: pointer;
    }
    
    .search-content .search {
        border-bottom: 2px #FFF solid;
    }
    
    .search-content input[type='text'] {
        height: 70px;
        padding-left: 20px;
        background: none;
        font-size: 32px;
	font-weight:bold;
	color:#fff;
    }
    
    .search-content input[type='text']::placeholder {
        color: #FFF;
    }
    
    .search-content input[type='submit'] {
        width: 100px;
        height: 70px;
        background: url("../images/search1.png")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/search1.svg*/
        no-repeat center;
        background-size: auto 50%;
    }
    
    .search-content .key-text {
        margin-top: 20px;
    }
    
    .search-content .key-text a {
        margin-top: 10px;
        background-color: #FFF;
        color: #d03340;
        font-size: 14px !important;
        padding: 3px 10px;
        margin-right: 10px;
	line-height: 20px;
    }
    
    .search-content.cur {
        top: 77px;
    }
    
    .m-btn {
        display: none;
        background: url("../images/m-btn.svg")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/m-btn.svg*/
        no-repeat center;
        background-size: 100%;
        width: 30px;
        height: 30px;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        margin-right: 20px;
    }
    
    .m-btn.close {
        background-image: url("../images/close.svg")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/close.svg*/
        ;
        background-size: 80%;
    }
    
    .m-btn.close {
        background-image: url("../images/close.svg")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/close.svg*/
        ;
        background-size: 80%;
    }
    
    .m-nav {
        position: fixed;
        right: -80%;
        width: 40%;
        height: calc(100% - 90px);
        top: 85px;
        background-color: #fff;
        display: none;
        z-index: 99;
        padding-top: 20px;
        overflow-y: auto;
        padding-left: 20px;
    }
    
    .m-nav>li>i {
        position: absolute;
        right: 20px;
        top: 15px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        width: 10px;
        height: 10px;
        border-right: 1px #FFF solid;
        border-top: 1px #FFF solid;
    }
    
    .m-nav>li>a {
        line-height: 45px;
        color: #000;
        padding: 0;
    }
    .m-nav>li{ border-bottom:1px #f1f1f1 solid;}
    .m-nav .subnav {
        padding-left: 20px;
        padding-top: 10px;
        display: none;
    }
    
    .m-nav .subnav a {
        color: #666;
        line-height: 2;
        font-size: 14px;
    }
    
    footer {
        margin-top: 110px;
        background:url(/images/fbg.jpg) center top no-repeat;
		background-size:cover;
        color: #FFF;
border-top:#d2001d solid 3px;
        padding-top: 50px;
    }
    
    footer .f-info li {
        margin-right: 70px;
    }
    
    footer .f-info li .tit {
        font-size: 18px;
    }
    
    footer .f-info li .tit a {
        color: #666;
    }
    footer .f-info li .tit a:hover{ background:none;color:#fff}
    footer .f-info li .sub-text {
        margin-top: 15px;
        font-size: 14px;
    }
    
    footer .f-info li .sub-text a {
	color: #999;
    }
    footer .f-info { align-items:center}
    footer .copyright {
        padding: 20px 0;
        
        font-size: 16px;
        color: #666;
        margin-top: 10px;
    }
    
    footer .tel {
       
        font-family: Impact, Haettenschweiler, '思源黑体 CN 淡 Narrow Bold', sans-serif;
    }
    footer .tel h2{ color: #666;font-size: 34px; font-weight:normal; margin:0; font-weight:600;}
    footer .erwma {
        background-color: #FFF;
        overflow: hidden;
        height: 80px;
        width: 80px;
margin-right:20px;
       
    }
    
    footer .erwma img {
        width: 100%;
    }
    
    footer .code-tel {
        align-items: center;
    }
    
    footer .code-tel .text {
        font-size: 16px;
       
        color: #666;
    }
    
    footer .sns .item {
        width:70px;
        height: 70px;
        margin-right: 10px;
        display: block;
        opacity: .5;
    }
    
    footer .sns .item img {
        width: 100%;
     
    }
    
    footer .sns .item .wxshow {
        display: none;
        position: absolute;
        width: 100px;
        height: 100px;
        padding: 5px;
        background: #fff;
        left: -20px;
        bottom: 70px;
        z-index: 3;
    }
    
    footer .sns .item .wxshow img {
        width: 100%;
        height: auto;
    }
    
    footer .return a {
        font-size: 14px;
        color: #999;
    }
    
    footer .return a::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 20px;
        background: url("../images/top1.svg")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/top1.svg*/
        center no-repeat;
        background-size: 50%;
        opacity: .7;
    }
    
    .top {
        position: fixed;
        width: 50px;
        bottom: 10%;
        right: 2%;
        z-index: 199;
        display: none;
    }
    
    .top a {
        width: 48px;
        height: 48px;
        display: block;
        overflow: hidden;
        background: url("../images/up1.png")/*tpa=http://html30.web10.flashquan.com/2023/jomard/images/up1.png*/
        no-repeat center;
        border: 2px solid #ccc;
        border-radius: 100%;
    }
    /*全局样式 end*/
    
    @media (min-width: 1025px) {
        footer .f-info li .sub-text a:hover {
            color: #FFF;
        }
        footer .sns .item:hover {
            opacity: 1;
        }
        footer .sns .item:hover .wxshow {
            display: block;
        }
        footer .sns .item:hover .wxshow::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -6px;
            width: 0;
            height: 0;
            border-left: 6px transparent solid;
            border-right: 6px transparent solid;
            border-top: 6px #FFF solid;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
        }
    }
    
    @media (max-width:1600px) {
        .nav {
            margin-right: 180px;
        }
    }
    
    @media (max-width:1440px) {
        .nav {
            margin-right: 120px;
        }
        .nav>li {
            margin-right: 40px;
        }
    }
    
    @media (max-width:1366px) {
        .nav {
            margin-right: 80px;
        }
    }
    
    @media (max-width: 1199px) {
        /*修改1200以下、小屏显示器*/
        body {
            padding-top: 85px;
        }
        header .logo {
            height: 85px;
        }
        header .logo img {
            height: 40px;
        }
        .search-content input[type='text'],
        .search-content input[type='submit'] {
            height: 60px;
        }
        .search-content {
            padding: 20px;
        }
        .search-content .key-text a,
        .search-content input[type='text'] {
            font-size: 16px;
        }
        .search-content.cur {
            top: 87px;
        }
        header .search-btn {
            margin-right: 0;
            width: 45px;
            height: 45px;
        }
        .m-btn {
            display: block;
        }
        .nav {
            display: none;
        }
        header .gouwuche {
            display: none;
        }
        .m-nav {
            display: block;
        }
    }
    
    @media (max-width: 1023px) {
        /*修改1024以下、平板*/
        body {
            padding-top: 60px;
        }
        header .logo {
            height: 70px;
        }
        header .logo img {
            height: 35px;
        }
        footer {
            margin-top: 60px;
            padding-top: 30px;
        }
        footer .code-tel {
            width: 100%;
            align-items: flex-start;
            margin-top: 30px;
        }
        footer .f-info {
            width: 100%;
        }
        footer .f-info li {
            width: 100%;
            margin-right: 0;
            padding-bottom: 10px;
            border-bottom: 1px #333 solid;
            margin-top: 10px;
        }
        footer .f-info li .tit a {
            font-size: 14px;
            color: #666;
        }
        footer .f-info li .sub-text,
        footer .copyright>div:last-child {
            display: none;
        }
        footer .return,
        footer .sns {
            margin-top: 20px;
        }
        .m-nav {
            top: 70px;
        }
        .search-content.cur {
            top: 70px;
        }
        header .lang-btn {
            font-size: 14px;
            padding-right: 0;
            padding-left: 10px;
        }
    }
    
    @media (max-width: 767px) {
        /*修改768以下、小屏平板*/
        header .logo {
            height: 60px;
        }
        .m-nav {
            top: 60px;
            width: 70%;
        }
        .m-nav>li>a {
            font-size: 14px;
        }
        .search-content.cur {
            top: 60px;
        }
    }
    
    @media (max-width: 540px) {
        /*修改425以下、普通的安卓手机屏*/
        .container {
            padding-left: 15px;
            padding-right: 15px;
        }
        header .logo img {
            height: 25px;
        }
        header .search-btn {
            width: 35px;
            height: 35px;
        }
        .search-content input[type='text'],
        .search-content input[type='submit'] {
            height: 40px;
        }
        .search-content input[type='submit'] {
            width: 20%;
        }
        .search-content .key-text a {
            font-size: 14px;
        }
        .search-content .close {
            top: 10px;
            right: 10px;
            font-size: 18px;
        }
        footer {
            margin-top: 40px;
        }
        header .user {
            width: 20px;
            height: 20px;
        }
        .m-btn {
            margin-right: 5px;
        }
        header .lang-btn .sublang {
            font-size: 14px;
        }
    }
    
    .n-banner {
        overflow: hidden;
    }
    
    .n-banner img {
        width: 100%;
    }
    
    .n-banner .text-content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 9;
    }
    
    .n-banner .title {
        font-size: 60px;
        line-height: 1.2;
    }
    
    .n-banner .text {
        font-size: 24px;
        margin-top: 30px;
        line-height: 1.8;
    }
    
    @media (max-width:1440px) {
        .n-banner .title {
            font-size: 48px;
            line-height: 1.5;
        }
        .n-banner .text {
            font-size: 20px;
            margin-top: 20px;
        }
    }
    
    @media (max-width:1199px) {
        .n-banner .title {
            font-size: 32px;
        }
        .n-banner .text {
            font-size: 16px;
        }
    }
    
    @media (max-width:1023px) {
        .n-banner .title {
            font-size: 24px;
        }
        .n-banner .text {
            font-size: 14px;
            margin-top: 10px;
        }
    }
    
    @media (max-width:540px) {
        .n-banner .title {
            font-size: 20px;
        }
        .n-banner .text {
            font-size: 12px;
        }
    }
    
    .page {
        margin-top: 50px;
    }
    
    .page a {
        border: 1px #e0e0e0 solid;
        padding: 0 10px;
        margin: 0 5px;
        height: 32px;
        line-height: 32px;
    }
    
    .page a.on {
        background-color: #c6263c;
        color: #FFF;
    }
    
    .page .prev,
    .page .next {
        width: 32px;
    }
    
    .page .prev::before {
        content: '';
        position: absolute;
        left: 13px;
        top: 10px;
        width: 8px;
        height: 8px;
        border-top: 1px #333 solid;
        border-left: 1px #333 solid;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    
    .page .next::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 10px;
        width: 8px;
        height: 8px;
        border-top: 1px #333 solid;
        border-right: 1px #333 solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
