* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Arial';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .outfix {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9000;
    }
    .pctop {
        width: 100%;
        height: 45px;
        background-color: #0959b6;
    }
    .pctopper {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 45px;
    }
    .pctopperleft {
        border-left: 7px solid ##0959b6;
        padding: 0 20px;
        height: 45px;
        display: flex;
        align-items: center;
        background-color: #0959b6;
    }
    .pctopperleft strong {
        display: block;
        font-weight: bold;
        color: #fff;
        margin-left: 10px;
    }
    .pcsou {
        display: flex;
    }
    .pcsou input {
        background-color: transparent;
        padding-left: 15px;
        color: #fff;
        border: none;
        outline: none;
    }
    .pcsou input::-webkit-input-placeholder {
        color: #fff;
    }
    .pcsou i {
        color: #fff;
    }
    .topquote {
        height: 35px;
        border-radius: 5px;
        line-height: 35px;
        display: block;
        margin-left: 30px;
        font-size: 16px;
        font-weight: bold;
        width: 150px;
        text-align: center;
        background-color: #eb9a00;
        color: #000;
    }
    .pctopperright {
        display: flex;
        align-items: center;
    }
    .pchead {
        width: 100%;
        height: 85px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        background-color: #fff;
    }
    .pcheader {
        max-width: 1200px;
        height: 85px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo {
        display: block;
        height: 85px;
    }
    .pclogo img {
        height: 85px;
    }
    .pcnav>ul {
        display: flex;
        align-items: center;
    }
    .pcnav>ul>li {
        position: relative;
    }
        .pcnav > ul > li > a {
            display: block;
            color: #000;
            padding: 0 20px;
            font-weight: bold;
            height: 85px;
            line-height: 85px;
            font-size: 16px;
        }
    .telitem {
        /*width: 85px;
        height: 85px;*/
        /*background-image: url(../images/bg0.png);*/
        background-repeat: no-repeat;
        background-size: 100%;
        /*padding-top: 5px;
        padding-left: 51px;*/
    }
    .telitem p {
        font-size: 12px;
        color: #fff;
    }
    .telitem strong {
        display: block;
        color: #fff;
        font-size: 15px;
    }
    .pcdrop {
        position: fixed;
        background-color: #fff;
        top: 0;
        width: 1200px;
        top: 150px;
        opacity: 0;
        visibility: hidden;
        left: 50%;
        padding: 20px;
        transform: translateX(-50%);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        transition: all ease 0.2s;
    }
    .pcnav>ul>li:hover .pcdrop {
        opacity: 1 !important;
        visibility: visible !important;
        top: 130px !important;
    }
    .pcdropcon {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .dropconitem {
        /*flex: 1;*/
        padding: 0 20px;
        width: 25%;
    }
    .dropconitem ul li {
        margin-bottom: 30px;
    }
    .dropconitem ul li a {
        display: block;
        color: #464646;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .dropconitem ul li .droptitlea {
        display: block;
        font-weight: bold;
        color: #464646;
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #b8b8b8;
    }
    .mbtop {
        display: none;
    }
    .mbhead {
        display: none;
    }
    .mboutfix {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .sep {
        height: 130px;
    }
    .banner {
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .banner img {
        width: 100%;
    }
    .banner .swiper-pagination-bullet {
        width: 40px !important;
        height: 8px !important;
        border-radius: 0 !important;
    }
    .banner .swiper-pagination-bullet-active {
        background-color: #eb9a00 !important;
    }
    .indexquote {
        max-width: 1180px;
        margin: 50px auto;
        background-color: #f3f3f3;
        padding: 60px 30px;
    }
    .indexquote strong {
        display: block;
        text-align: center;
        color: #222;
        font-size: 30px;
        margin-bottom: 15px;
    }
    .indexquote img {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .indexquote input {
        width: 100%;
        height: 45px;
        padding-left: 15px;
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1px solid #bfbfbf;
        outline: none;
    }
    .complete {
        display: block;
        height: 45px;
        line-height: 45px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background-color: #0959b6;
        border-radius: 10px;
        font-weight: bold;
    }
    .con1 {
        width: 100%;
        border-top: 10px solid #d8d8d8;
        border-bottom: 10px solid #d8d8d8;
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .con1item {
        width: 20%;
        padding: 40px 15px;
    }
    .con1itemfirst {
        background: #0959b6;
    }
    .con1itemsecond {
        background: #0959b6;
    }
    .con1itemthird {
        background: #0959b6;
    }
    .con1itemfourth {
        background: #0959b6;
    }
    .con1itemlast {
        background: #0959b6;
    }
    .con1item p {
        display: block;
        font-size: 22px;
        color: #fff
    }
    .con1item strong {
        font-size: 24px;
        color: #fff;
        display: block;
        padding-left: 30px;
    }
    .indexpro {
        max-width: 1150px;
        margin: 0 auto;
        margin-bottom: 75px;
    }
    .indexprotitle {
        font-size: 30px;
        color: #d1d2d4;
        border-left: 8px solid ##0959b6;
        padding: 15px 0;
        border-bottom: 1px solid #d1d2d4;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .indexprocon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexprocon ul li {
        width: 23%;
        border: 1px solid #d1d2d4;
        background-color: #fff;
        margin-bottom: 15px;
    }
    .indexprocon ul li .box_a_index {
        display: block;
    }
    .indexprocon ul li .box_a_index img {
        width: 100%;
    }
    .indexprobox img {
        display: block;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .indexprobox {
        border-top: 1px solid #d1d2d4;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .indexprobox a {
        text-align: center;
        color: #464646;
        font-size: 16px;
        display: block;
        font-weight: bold;
    }
    .con2 {
        max-width: 1150px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 65px;
    }
    .con2item {
        width: 48%;
        position: relative;
    }
    .con2item img {
        width: 100%;
    }
    .con2itempos {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con2itempos p {
        font-size: 28px;
        text-align: center;
        color: #fff;
    }
    .con2itempos strong {
        font-size: 45px;
        text-align: center;
        display: block;
        color: #fff;
    }
    .line2 {
        display: block;
        margin: 0 auto;
        width: 60px !important;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .con2itempos a {
        display: block;
        transition: all ease 0.4s;
        width: 160px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: 3px solid #c48610;
        color: #c48610;
        font-weight: bold;
    }
    .con2itempos a:hover {
        color: #000;
        background-color: #fff !important;
        border: 3px solid #fff;
    }
    .foot {
        width: 100%;
        border-top: 8px solid #d8d8d8;
        padding: 40px;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footeritem {
        flex: 1;
    }
    .flogo {
        display: block;
        margin-bottom: 35px;
        height: 100px;
    }
    .f1 strong {
        font-size: 22px;
        margin-bottom: 20px;
        color: #fff;
        display: block;
    }
    .f1 span {
        color: #a9a9a9;
        font-size: 15px;
        display: block;
        margin-bottom: 25px;
    }
    .f1 p {
        font-size: 14px;
        color: #a9a9a9;
        margin-bottom: 5px;
    }
    .f2 strong {
        display: block;
        margin-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }
    .f2s {
        display: flex;
        align-items: center;
    }
    .f2s input {
        max-width: 200px;
        background: rgba(255, 255, 255, .15);
        height: 45px;
        border-radius: 10px 0 0 10px;
        font-size: 14px;
        display: block;
        border: none;
        padding-left: 15px;
    }
        .f2s a {
            border-radius: 0 10px 10px 0;
            margin-left: 5px;
            font-weight: 700;
            font-size: 18px;
            height: 45px;
            line-height: 45px;
            padding: 0 20px;
            background-color: #d4b870;
            color: #fff;
        }
    .f2link {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .f2link a {
        color: #fff;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        text-align: center;
        border: 2px solid #fff;
        line-height: 36px;
        margin-right: 15px;
    }
    .f2 ul {
        padding-left: 20px;
    }
    .f2 ul li {
        list-style: disc !important;
        margin-bottom: 5px;
    }
    .f2 ul li a {
        color: #a9a9a9;
        font-size: 15px;
    }
    .f2 ul li::marker {
        color: #a9a9a9;
    }
    .f3 strong {
        display: block;
        margin-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }
    .f3 a {
        font-size: 15px;
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .inbanner {
        width: 100%;
        padding: 65px 0;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .inbanner strong {
        display: block;
        font-size: 45px;
        color: #222;
        text-align: center;
    }
    .inbanner img {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
    }
    .inbanner p {
        font-size: 14px;
        color: #464646;
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 15px;
    }
    .inbanner a {
        margin: 0 auto;
        display: block;
        width: 90px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #eb9a00;
        font-size: 12px;
        color: #fff;
    }
    .bread {
        max-width: 1150px;
        margin: 0 auto;
        margin-top: 0px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }
        .bread a {
            display: block;
            color: #404040;
            font-size: 15px;
        }
    .bread span {
        color: #222;
        font-size: 15px;
    }
    .prodetail {
        max-width: 1180px;
        margin: 35px auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prodetailleft {
        width: 61%;
    }
    .prodetailleft strong {
        display: block;
        font-size: 35px;
        color: #222;
    }
    .prodetailright {
        flex: 1;
        padding-left: 40px;
    }
    .detailleft_swiper {
        margin-top: 45px;
    }
    .prodetailright strong {
        color: #464646;
        padding: 10px 0;
        font-size: 22px;
        border-left: 6px solid ##0959b6;
        padding-left: 15px;
        border-bottom: 1px solid #d1d2d4;
        display: block;
        margin-bottom: 20px;
    }
    .prodetailright p {
        font-size: 13px;
        color: #222;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .prodetailright ul li {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 6px solid #eaeaea;
        margin-bottom: 10px;
    }
    .prodetailright ul li img {
        width: 39px;
        height: 39px;
    }
        .prodetailright ul li a {
            font-size: 20px;
            padding-left: 15px;
            color: ##0959b6;
            display: block;
        }
    .details {
        max-width: 1180px;
        margin: 40px auto;
    }
    .support .prodetailright {
        width: 48% !important;
    }
    .help {
        width: 100%;
    }
    .help .prodetailright {
        width: 100% !important;
    }
    .heipcon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .heipconleft {
        width: 48%;
    }
    .heipconleft input {
        width: 80%;
        display: block;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #cccccc;
        outline: none;
        margin-bottom: 20px;
        border-radius: 7px;
    }
    .heipconright input[type='text'] {
        width: 80%;
        display: block;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #cccccc;
        outline: none;
        margin-bottom: 20px;
        border-radius: 7px;
    }
    .heipconright select {
        width: 80%;
        display: block;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #cccccc;
        outline: none;
        margin-bottom: 20px;
        border-radius: 7px;
    }
    .submin {
        width: 180px;
        height: 45px;
        line-height: 45px;
        background-color: #3376e0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        display: block;
        margin-top: 40px;
        border-radius: 7px;
    }
    .heipconright {
        width: 48%;
    }
    .demopart {
        max-width: 1180px;
        margin: 0 auto;
    }
    .demopart p {
        font-size: 15px;
        color: #222;
        line-height: 25px;
        margin-bottom: 110px;
    }
    .democon {
        padding: 80px 0;
        margin-bottom: 100px;
        background-image: url(../images/bg2.png);
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .democon strong {
        display: block;
        font-size: 36px;
        color: #fff;
        margin-bottom: 25px;
    }
    .democon span {
        display: block;
        font-size: 20px;
        color: #fff;
        margin-bottom: 30px;
        text-align: center;
    }
    .demopartcon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .demopartcon input {
        display: block;
        width: 575px;
        height: 44px;
        padding-left: 15px;
        outline: none;
        border: none;
    }
    .demopartcon a {
        display: block;
        height: 44px;
        width: 65px;
        text-align: center;
        color: #fff;
        line-height: 44px;
        background-color: #000;
    }
    .video {
        max-width: 1180px;
        display: flex;
        margin: 0 auto;
        height: 650px;
        background-color: #fff;
        border: 1px solid #e6e6e6;
    }
    .videoleft {
        width: 80%;
        padding: 30px;
    }
    .videoright {
        width: 20%;
        border-left: 1px solid #e6e6e6;
        padding: 20px;
        overflow-y: scroll;
    }
    .videoleft strong {
        color: #464646;
        padding: 10px 0;
        font-size: 20px;
        border-left: 6px solid ##0959b6;
        padding-left: 15px;
        border-bottom: 1px solid #d1d2d4;
        display: block;
        margin-bottom: 20px;
    }
    .videoright ul li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        padding: 20px;
    }
    .videoright ul li img {
        width: 100%;
    }
    .videoright ul li p {
        font-size: 12px;
        font-weight: bold;
        color: #222;
        padding: 10px 0;
    }
    .blog {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .blogitemout {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
    .blogitem {
        width: 100%;
        background: #fff;
        padding: 20px;
        border: 1px solid #e4e4e4;
    }
    .blogitem .newtitle {
        color: #3376e0;
        font-size: 16px;
        font-weight: bold;
    }
    .date {
        font-size: 12px;
        color: #595959;
        display: block;
        padding: 10px 0;
    }
    .newtail {
        padding: 20px 0;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .newtail p {
        font-size: 14px;
        color: #222;
        line-height: 25px;
    }
    .rm {
        color: #3376e0;
        font-size: 14px;
        font-weight: bold;
    }
    .blogdetail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
    }
    .blogdetailleft {
        width: 71%;
        padding: 30px;
        background-color: #fff;
    }
    .blogdetailleft p {
        font-size: 14px;
        color: #222;
        line-height: 25px;
    }
    .blogdetailright {
        width: 24%;
    }
    .blogdetailright_1 {
        padding: 35px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .blogdetailright_1 input {
        display: block;
        width: 100%;
        height: 44px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #cccccc;
        background-color: #fafafa;
    }
    .blogdetailright_2 {
        padding: 35px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .blogdetailright_3 {
        padding: 35px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .blogdetailright_3 a {
        font-size: 15px;
        color: ##0959b6;
    }
    .blogdetailright_2 strong {
        color: #464646;
        padding: 10px 0;
        font-size: 20px;
        border-left: 6px solid ##0959b6;
        padding-left: 15px;
        border-bottom: 1px solid #d1d2d4;
        display: block;
        margin-bottom: 20px;
    }
    .blogdetailright_2 ul li a {
        color: #000000;
        font-size: 13px;
        margin-bottom: 20px;
        display: block;
        font-weight: bold;
    }
    .form1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form1 input {
        width: 31%;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .form1 select {
        width: 31%;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .quote {
        display: flex;
        flex-wrap: wrap !important;
    }
    .quote .prodetailright {
        width: 100% !important;
        flex: auto !important;
        margin-bottom: 30px;
    }
    .f_title {
        height: 55px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        line-height: 55px;
        background-color: #ededed;
    }
    .in_froup {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 0;
    }
    .in_froup label {
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        margin-left: 20px;
    }
    .in_froup label span {
        display: block;
        margin-left: 10px;
    }
    .form2 input[type="text"] {
        width: 100%;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .form2 textarea {
        width: 100%;
        min-height: 200px;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .form3item select {
        width: 50%;
        margin-top: 20px;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .inside {
        max-width: 1100px;
        margin: 50px auto;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        padding: 15px;
        width: 100%;
    }
    .form1 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form1 input {
        width: 100%;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .form1 select {
        width: 31%;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .quote {
        display: flex;
        flex-wrap: wrap !important;
    }
    .quote .prodetailright {
        width: 100% !important;
        flex: auto !important;
        margin-bottom: 30px;
    }
    .f_title {
        height: 55px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        line-height: 55px;
        background-color: #ededed;
    }
    .in_froup {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 15px 0;
    }
    .in_froup label {
        display: flex;
        margin-bottom: 15px;
        align-items: center;
        margin-left: 20px;
    }
    .in_froup label span {
        display: block;
        margin-left: 10px;
    }
    .form2 input[type="text"] {
        width: 100%;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .form2 textarea {
        width: 100%;
        min-height: 200px;
        padding-left: 15px;
        padding-top: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .form3item select {
        width: 50%;
        margin-top: 20px;
        height: 45px;
        padding-left: 15px;
        outline: none;
        display: block;
        border: 1px solid #cccccc;
        border-radius: 7px;
        margin-bottom: 20px;
    }
    .blogdetail {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .blogdetailleft {
        width: 100%;
        margin-bottom: 30px;
        padding: 10px;
        background-color: #fff;
    }
    .blogdetailleft p {
        font-size: 14px;
        color: #222;
        line-height: 25px;
    }
    .blogdetailright {
        width: 100%;
    }
    .blogdetailright_1 {
        padding: 35px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .blogdetailright_1 input {
        display: block;
        width: 100%;
        height: 44px;
        outline: none;
        padding-left: 15px;
        border: 1px solid #cccccc;
        background-color: #fafafa;
    }
    .blogdetailright_2 {
        padding: 35px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .blogdetailright_3 {
        padding: 35px;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .blogdetailright_3 a {
        font-size: 15px;
        color: ##0959b6;
    }
    .blogdetailright_2 strong {
        color: #464646;
        padding: 10px 0;
        font-size: 20px;
        border-left: 6px solid ##0959b6;
        padding-left: 15px;
        border-bottom: 1px solid #d1d2d4;
        display: block;
        margin-bottom: 20px;
    }
    .blogdetailright_2 ul li a {
        color: #2565cb;
        font-size: 13px;
        margin-bottom: 20px;
        display: block;
        font-weight: bold;
    }
    .blog {
        display: flex;
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .blogitemout {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
    .blogitem {
        width: 100%;
        background: #fff;
        padding: 20px;
        border: 1px solid #e4e4e4;
    }
    .blogitem .newtitle {
        color: #3376e0;
        font-size: 16px;
        font-weight: bold;
    }
    .date {
        font-size: 12px;
        color: #595959;
        display: block;
        padding: 10px 0;
    }
    .newtail {
        padding: 20px 0;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }
    .newtail p {
        font-size: 14px;
        color: #222;
        line-height: 25px;
    }
    .rm {
        color: #3376e0;
        font-size: 14px;
        font-weight: bold;
    }
    .video {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        padding: 15px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #e6e6e6;
    }
    .videoleft {
        width: 100%;
    }
    .videoright {
        width: 100%;
        margin-top: 30px;
    }
    .videoleft strong {
        color: #464646;
        padding: 10px 0;
        font-size: 20px;
        border-left: 6px solid ##0959b6;
        padding-left: 15px;
        border-bottom: 1px solid #d1d2d4;
        display: block;
        margin-bottom: 20px;
    }
    .videoright ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .videoright ul li {
        width: 48%;
        border-bottom: 1px solid #e6e6e6;
    }
    .videoright ul li img {
        width: 100%;
    }
    .videoright ul li p {
        font-size: 12px;
        font-weight: bold;
        color: #222;
        padding: 10px 0;
    }
    .demopart {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .demopart p {
        font-size: 15px;
        color: #222;
        line-height: 25px;
        margin-bottom: 30px;
    }
    .democon {
        padding: 30px 15px;
        margin-bottom: 30px;
        background-image: url(../images/bg2.png);
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .democon strong {
        display: block;
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px;
    }
    .democon span {
        display: block;
        font-size: 15px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }
    .demopartcon {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .demopartcon input {
        display: block;
        width: 75%;
        height: 44px;
        padding-left: 15px;
        outline: none;
        border: none;
    }
    .demopartcon a {
        display: block;
        height: 44px;
        width: 25%;
        text-align: center;
        color: #fff;
        line-height: 44px;
        background-color: #000;
    }
    .help {
        width: 100%;
    }
    .help .prodetailright {
        width: 100% !important;
    }
    .heipcon {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .heipconleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .heipconleft input {
        width: 100%;
        display: block;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #cccccc;
        outline: none;
        margin-bottom: 20px;
        border-radius: 7px;
    }
    .heipconright input[type='text'] {
        width: 100%;
        display: block;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #cccccc;
        outline: none;
        margin-bottom: 20px;
        border-radius: 7px;
    }
    .heipconright select {
        width: 100%;
        display: block;
        height: 50px;
        padding-left: 15px;
        border: 1px solid #cccccc;
        outline: none;
        margin-bottom: 20px;
        border-radius: 7px;
    }
    .submin {
        width: 180px;
        height: 45px;
        line-height: 45px;
        background-color: #3376e0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        display: block;
        margin-top: 40px;
        border-radius: 7px;
    }
    .heipconright {
        width: 100%;
    }
    .details {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .prodetail {
        width: 100%;
        margin: 30px auto;
        display: flex;
        padding: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prodetailleft {
        width: 100%;
    }
    .prodetailleft strong {
        display: block;
        font-size: 20px;
        color: #222;
    }
    .prodetailright {
        width: 100%;
        margin-top: 20px;
    }
    .detailleft_swiper {
        margin-top: 25px;
    }
    .prodetailright strong {
        color: #464646;
        padding: 10px 0;
        font-size: 22px;
        border-left: 6px solid ##0959b6;
        padding-left: 15px;
        border-bottom: 1px solid #d1d2d4;
        display: block;
        margin-bottom: 20px;
    }
    .prodetailright p {
        font-size: 13px;
        color: #222;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .prodetailright ul li {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 6px solid #eaeaea;
        margin-bottom: 10px;
    }
    .prodetailright ul li img {
        width: 39px;
        height: 39px;
    }
    .prodetailright ul li a {
        font-size: 20px;
        padding-left: 15px;
        color: #2565cb;
        display: block;
    }
    .bread {
        width: 100%;
        padding: 20px 15px;
        margin: 0 auto;
        margin-top: 0px;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }
    .bread a {
        display: block;
        color: #000;
        font-size: 15px;
    }
    .bread span {
        color: #222;
        font-size: 15px;
    }
    .inbanner {
        width: 100%;
        padding: 30px 15px;
        background-image: url(../images/inbanner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .inbanner strong {
        display: block;
        font-size: 25px;
        color: #222;
        text-align: center;
    }
    .inbanner img {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
    }
    .inbanner p {
        font-size: 14px;
        color: #464646;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 15px;
    }
    .inbanner a {
        margin: 0 auto;
        display: block;
        width: 90px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #eb9a00;
        font-size: 12px;
        color: #fff;
    }
    .foot {
        width: 100%;
        border-top: 8px solid #d8d8d8;
        padding: 20px;
        background-image: url(../images/footbg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footeritem {
        width: 100%;
        margin-bottom: 25px;
    }
    .flogo {
        display: block;
        margin-bottom: 35px;
        height: 100px;
    }
    .f1 strong {
        font-size: 22px;
        margin-bottom: 20px;
        color: #fff;
        display: block;
    }
    .f1 span {
        color: #a9a9a9;
        font-size: 15px;
        display: block;
        margin-bottom: 25px;
    }
    .f1 p {
        font-size: 14px;
        color: #a9a9a9;
        margin-bottom: 5px;
    }
    .f2 strong {
        display: block;
        margin-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }
    .f2s {
        display: flex;
        align-items: center;
    }
    .f2s input {
        max-width: 200px;
        background: rgba(255, 255, 255, .15);
        height: 45px;
        border-radius: 10px 0 0 10px;
        font-size: 14px;
        display: block;
        border: none;
        padding-left: 15px;
    }
        .f2s a {
            border-radius: 0 10px 10px 0;
            margin-left: 5px;
            font-weight: 700;
            font-size: 18px;
            height: 45px;
            line-height: 45px;
            padding: 0 20px;
            background-color: ##0959b6;
            color: #fff;
        }
    .f2link {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .f2link a {
        color: #fff;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        text-align: center;
        border: 2px solid #fff;
        line-height: 36px;
        margin-right: 15px;
    }
    .f2 ul {
        padding-left: 20px;
    }
    .f2 ul li {
        list-style: disc !important;
        margin-bottom: 5px;
    }
    .f2 ul li a {
        color: #a9a9a9;
        font-size: 15px;
    }
    .f2 ul li::marker {
        color: #a9a9a9;
    }
    .f3 strong {
        display: block;
        margin-bottom: 20px;
        color: #fff;
        font-size: 22px;
    }
    .f3 a {
        font-size: 15px;
        color: #fff;
        display: block;
        margin-bottom: 5px;
    }
    .con2 {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    .con2item {
        width: 100%;
        margin-bottom: 25px;
        position: relative;
    }
    .con2item img {
        width: 100%;
    }
    .con2itempos {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .con2itempos p {
        font-size: 20px;
        text-align: center;
        color: #fff;
    }
    .con2itempos strong {
        font-size: 25px;
        text-align: center;
        display: block;
        color: #fff;
    }
    .line2 {
        display: block;
        margin: 0 auto;
        width: 60px !important;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .con2itempos a {
        display: block;
        transition: all ease 0.4s;
        width: 160px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        border: 3px solid #c48610;
        color: #c48610;
        font-weight: bold;
    }
    .con2itempos a:hover {
        color: #000;
        background-color: #fff !important;
        border: 3px solid #fff;
    }
    .indexpro {
        max-width: 100%;
        padding: 15px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .indexprotitle {
        font-size: 20px;
        color: #231f20;
        border-left: 4px solid ##0959b6;
        padding: 15px 0;
        border-bottom: 1px solid #d1d2d4;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .indexprocon ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexprocon ul li {
        width: 100%;
        border: 1px solid #d1d2d4;
        background-color: #fff;
        margin-bottom: 25px;
    }
    .indexprocon ul li .box_a_index {
        display: block;
    }
    .indexprocon ul li .box_a_index img {
        width: 100%;
    }
    .indexprobox img {
        display: block;
        margin: 0 auto;
        margin-bottom: 12px;
    }
    .indexprobox {
        border-top: 1px solid #d1d2d4;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .indexprobox a {
        text-align: center;
        color: #464646;
        font-size: 16px;
        display: block;
        font-weight: bold;
    }
    .con1 {
        width: 100%;
        border-top: 10px solid #d8d8d8;
        border-bottom: 10px solid #d8d8d8;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .con1item {
        width: 100%;
        padding: 40px 15px;
    }
    .con1itemfirst {
        background: #3276e0;
        display: none;
    }
    .con1itemsecond {
        background: #4e4e4e;
    }
    .con1itemthird {
        background: #393939;
    }
    .con1itemfourth {
        background: #4e4e4e;
    }
    .con1itemlast {
        background: #4e4e4e;
        display: none;
    }
    .con1item p {
        display: block;
        font-size: 22px;
        color: #fff
    }
    .con1item strong {
        font-size: 24px;
        color: #fff;
        display: block;
        padding-left: 30px;
    }
    .indexquote {
        width: 95%;
        margin: 30px auto;
        background-color: #f3f3f3;
        padding: 30px 15px;
    }
    .indexquote strong {
        display: block;
        text-align: center;
        color: #222;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .indexquote img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .indexquote input {
        width: 100%;
        height: 45px;
        padding-left: 15px;
        margin-bottom: 20px;
        border-radius: 10px;
        border: 1px solid #bfbfbf;
        outline: none;
    }
    .complete {
        display: block;
        height: 45px;
        line-height: 45px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background-color: #0959b6;
        border-radius: 10px;
        font-weight: bold;
    }
    .banner .swiper-pagination-bullet {
        width: 25px !important;
        height: 5px !important;
        border-radius: 0 !important;
    }
    .banner .swiper-pagination-bullet-active {
        background-color: #eb9a00 !important;
    }
    .banner {
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    .banner img {
        width: 100%;
    }
    .sep {
        height: 105px;
    }
    .closembnav {
        text-align: center;
        color: #fff;
        font-size: 20px !important;
        margin-bottom: 20px;
    }
    .onenav {
        display: flex;
        padding: 0 10px;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #478cca;
    }
    .secarr {
        transition: all ease .4s;
        color: #fff;
        font-weight: bold;
        font-size: 20px !important;
    }
    .thirdarr {
        transition: all ease .4s;
        color: #fff;
        font-weight: bold;
        font-size: 20px !important;
    }
    .onenav>a {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
    }
    .fz {
        transform: rotate(90deg) !important;
    }
    .secdrop {
        display: none;
    }
    .secdrop ul li {
        display: flex;
        padding: 0 25px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #478cca;
    }
    .secdrop ul li a {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        height: 50px;
        line-height: 50px;
    }
    .sanji {
        display: none;
    }
    .sanji a {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        padding-left: 35px;
    }
    .mbnav {
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: #3376e0;
        padding: 15px;
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        overflow: scroll;
    }
    .mboutfix {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }
    .mbhead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
        padding: 0 20px;
        background-color: #fff;
        height: 75px;
    }
    .mblogo {
        display: block;
        width: 30%;
    }
    .mblogo img {
        height: 60px;
        display: block;
    }
    .quot {
        display: block;
        width: 30%;
        background-color: ##0959b6;
        height: 45px;
        border-radius: 10px;
        color: #fff;
        font-weight: bold;
        line-height: 45px;
        text-align: center;
        font-size: 15px;
    }
    .mbtop {
        height: 30px;
        background-color: #3376e0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0959b6;
    }
    .mbtop img {
        height: 25px;
    }
    .mbtop strong {
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin-left: 10px;
        display: block;
    }
    .pctop {
        display: none;
    }
    .outfix {
        display: none;
    }
}