﻿html, body {
    width: 100%;
    height: 100%;
    position: relative;
}
/** 公共样式 **/
a:hover {
    text-decoration: none;
}

.common-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.common-h4 {
    font-size: 26px;
    color: #322222;
    text-align: center;
    font-weight: bold;
}

    .common-h4 span {
        color: #0e5bae;
    }

.common-title-line {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.common-h5 {
    text-align: center;
    font-size: 12px;
    color: #999999;
}
/** 首页 **/
.head {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.m-head {
    display: none;
}

.head-logo {
    width: 40%;
    height: 100px;
    background: url("../images/index/logo-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    text-align: right;
    line-height: 100px;
}

    .head-logo img {
        margin-right: 15%;
        height: 70px;
    }

.head-right {
    width: 100%;
    height: 100px;
}

.head-search {
    width: 100%;
    background: #252831;
}

.head-search-content {
    text-align: right;
    padding:10px 0;
    font-size:16px;
    color:#ffffff;
}
 .head-search-content img{
        margin-right:10px;
    }
    .head-search-content a{
        color:#ffffff
    }
.search-input {
    vertical-align: middle;
    color: #ffffff;
    border: none;
    outline: none;
    background: #252831;
}

    .search-input::placeholder {
        color: #ffffff;
    }

.search-btn {
    width: 63px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/index/common-fx.png") no-repeat;
}

.head-nav {
    width: 60%;
    float: right;
}

    .head-nav > div {
        display: inline-block;
        width: 110px;
        height: 58px;
        margin-right: 10px;
        text-align: center;
        line-height: 58px;
    }

        .head-nav > div a {
            font-size: 16px;
            color: #000000;
            font-weight: bolder;
        }

.head-nav-active {
    background: url("../images/index/nav_img.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
}

    .head-nav-active a {
        color: #ffffff !important;
    }

.m-nav-content {
    display: none;
}

.index-banner {
    width: 100%;
}

    .index-banner img {
        width: 100%;
    }

    .index-banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .6;
    }

    .index-banner .swiper-pagination-bullet-active {
        background: #ffffff;
        opacity: 1;
    }

.product-row {
    margin-top: 50px;
}

.product-content {
    width: 100%;
    height: 137px;
    padding: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-bottom: 20px;
}

.product-content-cover {
    display: inline-block;
    padding: 10px;
    border-right: 1px dashed #dcdcdc;
}

.product-wz {
    color: #ffffff;
}

.circle-bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0e5bae;
}

.product-content-right {
    width: 67%;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.product-content-title {
    text-align: center;
    font-size: 18px;
    color: #333333;
}

.product-content-des {
    font-size: 14px;
    margin: 5px 0;
    color: #666666;
}

    .product-content-des span {
        margin-right: 10px;
    }

.about-section {
    width: 100%;
    height: 520px;
    padding: 50px 0;
    background: url("../images/index/about_bg.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    background-attachment: fixed
}

.about-title-c {
    color: #ffffff;
}

.about-content {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

    .about-content p {
        color: #ffffff;
        text-align: justify;
        text-indent: 2em;
        line-height: 2em;
        font-size: 14px;
    }

    .about-content > div {
        width: 100%;
        overflow: hidden;
        margin: 30px 0;
        text-align: center;
    }

        .about-content > div a {
            display: inline-block;
            border: 1px solid #ffffff;
            padding: 6px 16px;
            color: #ffffff;
            font-size: 16px;
        }

.news-content {
    width: 100%;
    height:166.5px;
    overflow: hidden;
}

.news-content-cover {
    width: 30%;
    margin-right: 5%;
    float: left;
}

    .news-content-cover img {
        width: 100%;
    }

.news-content-right {
    width: 65%;
    float: left;
}

.news-row-margin {
    margin-top: 50px;
}

.m-news-swiper {
    display: none;
}

.news-col-margin {
    margin-bottom: 30px;
}

.news-content-data > div:first-child {
    font-size: 14px;
    color: #000000;
}

    .news-content-data > div:first-child span {
        color: #0e5bae;
    }

.news-content-data-line {
    width: 30px;
    height: 3px;
    background: #0e5bae;
    margin-top: 10px;
}

.news-content-title {
    margin: 15px 0;
}

    .news-content-title a {
        font-size: 16px;
        color: #333333;
    }

.news-content-des {
    font-size: 14px;
    color: #999999;
}

.contact-section {
    height: 840px;
}

.contact-form {
    overflow: hidden;
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: auto;
}

.contact-map {
    width: 100%;
    /**height: 350px;**/
    margin-top: 50px;
}

.form-row {
    margin: 15px 0;
}

    .form-row img {
        margin-right: 5px;
        vertical-align: middle;
    }

    .form-row span {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
    }

        .form-row span a {
            font-size: 14px;
            color: #333333;
        }

    .form-row input {
        width: 44.7%;
        border: 1px solid #c2c2c2;
        padding: 10px;
    }

        .form-row input:first-child {
            margin-right: 10%;
        }

    .form-row textarea {
        width: 100%;
        border: 1px solid #c2c2c2;
        padding: 10px;
        resize: none;
    }

.form-send {
    
}

.form-row button {
    padding: 11px 24px;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #0e5bae;
    color: #ffffff;
}

.foot-section {
    width: 100%;
    background: #252831;
    overflow: hidden;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

    .foot-section a {
        font-size: 14px;
        color: #ffffff;
    }
/** 首页兼容 **/
@media (max-width: 1440px) {
    .head {
        height: 90px;
    }

    .head-logo {
        height: 90px;
        line-height: 90px
    }

        .head-logo img {
            height: 50px;
        }

    .head-right {
        height: 90px;
    }

    .search-btn {
        height: 32px;
        line-height: 32px;
    }

    .contact-section {
        height: 830px;
    }
}

@media (max-width: 1280px) {
    .head {
        height: 85px;
    }

    .head-logo {
        height: 85px;
        line-height: 85px
    }

        .head-logo img {
            height: 50px;
        }

    .head-right {
        height: 85px;
    }

    .search-btn {
        height: 32px;
        line-height: 32px;
    }
}

@media (max-width: 1280px) {
    .head {
        height: 80px;
    }

    .head-logo {
        height: 80px;
        line-height: 80px
    }

        .head-logo img {
            height: 50px;
        }

    .head-right {
        height: 80px;
    }

    .search-btn {
        height: 32px;
        line-height: 32px;
    }

    .head-nav > div {
        height: 48px;
        line-height: 48px;
    }
}

@media (max-width: 1080px) {
    .head {
        display: none;
    }

    .m-head {
        width: 100%;
        padding: 15px;
        background: #252831;
        display: block;
        position: relative;
    }

    .m-head-logo {
        display: inline-block;
    }

        .m-head-logo img {
            height: 30px;
        }

    /** 移动端导航 **/
    .mIcon {
        width: 50px;
        height: 50px;
        padding: 3px 10px;
        position: absolute;
        z-index: 3;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
    }

    .icon-bar {
        display: block;
        width: 32px;
        height: 2px;
        margin-top: 8px;
        margin-bottom: 8px;
        transition: all .4s ease;
        background: #ffffff;
    }

    .icon-bar-w {
        background: #ffffff;
    }

    .mIconActive .icon-bar:nth-child(1) {
        animation: 0.5s ease-out forwards animate1;
        -webkit-animation: 0.5s ease-out forwards animate1;
    }

    .mIconActive .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .mIconActive .icon-bar:nth-child(3) {
        animation: 0.5s ease-out forwards animate2;
        -webkit-animation: 0.5s ease-out forwards animate2;
    }

    .mIconClose .icon-bar:nth-child(1) {
        animation: 0.5s ease-out forwards animate3;
        -webkit-animation: 0.5s ease-out forwards animate3;
    }

    .mIconClose .icon-bar:nth-child(2) {
        opacity: 1;
    }

    .mIconClose .icon-bar:nth-child(3) {
        animation: 0.5s ease-out forwards animate4;
        -webkit-animation: 0.5s ease-out forwards animate4;
    }


    @-webkit-keyframes animate1 {
        0% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }

        100% {
            -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
        }
    }

    @keyframes animate1 {
        0% {
            transform: rotate(0deg) translateY(0px);
        }

        100% {
            transform: rotate(45deg) translateY(8px) translateX(8px);
        }
    }

    @-webkit-keyframes animate2 {
        0% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }

        100% {
            -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
        }
    }

    @keyframes animate2 {
        0% {
            transform: rotate(0deg) translateY(0px);
        }

        100% {
            transform: rotate(-45deg) translateY(-7px) translateX(6px);
        }
    }

    @-webkit-keyframes animate3 {
        0% {
            -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
        }

        100% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }
    }

    @keyframes animate3 {
        0% {
            transform: rotate(45deg) translateY(8px) translateX(8px);
        }

        100% {
            transform: rotate(0deg) translateY(0px);
        }
    }

    @-webkit-keyframes animate4 {
        0% {
            -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
        }

        100% {
            -webkit-transform: rotate(0deg) translateY(0px);
        }
    }

    @keyframes animate4 {
        0% {
            transform: rotate(-45deg) translateY(-8px) translateX(8px);
        }

        100% {
            transform: rotate(0deg) translateY(0px);
        }
    }

    /** 移动端导航 **/
    .m-nav-content {
        display: block;
        width: 100%;
        height: 100%;
        background: #0e5bae;
        position: fixed;
        left: 100%;
        transition: .6s all 0s;
        z-index: 2;
    }

    .m-nav-active {
        left: 0;
        transition: .6s all 0s;
    }

    .m-nav-content ul {
        width: 100%;
        overflow: hidden;
        padding: 15px;
        list-style: none;
        margin: 0;
    }

        .m-nav-content ul a li {
            padding: 15px;
            border-bottom: 1px solid #ffffff;
        }

            .m-nav-content ul a li img {
                float: right;
            }

        .m-nav-content ul a li {
            font-size: 14px;
            color: #ffffff;
        }

    .body-active {
        overflow: hidden;
    }

    .common-section {
        padding: 30px 0;
    }

    .about-section {
        height: auto;
    }

    .contact-section {
        height: auto;
    }

    .contact-form {
        padding: 15px;
        height: auto;
        box-shadow: none;
        position: relative;
    }

    .form-row input {
        width: 100%;
    }

        .form-row input:first-child {
            margin-right: 0;
            margin-bottom: 15px;
        }

    .news-row-margin {
        display: none;
    }

    .m-news-swiper {
        margin-top: 50px;
        display: block;
        padding-left: 15px;
        height: 330px;
    }

    .m-news .swiper-slide {
        padding: 5px;
        width: 70%;
    }

    .m-news-content {
        overflow: hidden;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .m-news-content-cover {
        text-align: center;
    }

        .m-news-content-cover img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
        }

    .m-news-content-data {
        font-size: 12px;
        margin: 15px 0;
        color: #999999;
        text-align: center;
    }

    .m-news-content-title {
        margin: 10px 0;
        text-align: justify;
    }

        .m-news-content-title a {
            font-size: 16px;
            color: #333333;
            font-weight: bolder;
        }

    .m-news-content-des {
        font-size: 14px;
        text-align: justify;
        color: #666666;
    }
}

@media (max-width: 320px) {
    .product-content-right {
        width: 67%;
    }
}

/** 关于奥勒 **/
.about-content-list {
    margin: 50px 0;
}

    .about-content-list p {
        text-align: justify;
        text-indent: 2em;
        font-size: 14px;
        color: #333333;
        line-height: 2em;
    }

    .about-content-list div {
        text-align: center;
        margin: 30px 0;
    }

        .about-content-list div img {
            width: 300px;
        }
/** 联系我们 **/
.contact-list-h4 {
    font-size: 26px;
    color: #322222;
    font-weight: bold;
}

    .contact-list-h4 span {
        color: #0e5bae;
    }

.contact-list-map {
    width: 100%;
    height:300px;
}
#canvas {
    cursor: pointer;
    border: 1px solid #c2c2c2;
    vertical-align:middle;
}
.code-input{
    width:150px!important;
    vertical-align:middle;
    margin-right:15px;
}
/** 行业动态 **/
.news-detail {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-detail-title {
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.news-detail-data {
    text-align: center;
    margin: 50px 0;
    font-size: 14px;
    color: #666666;
}

.news-detail-content {
    width: 100%;
}

    .news-detail-content p {
        font-size: 14px;
        color: #666666;
        line-height: 2em;
    }

@media (max-width: 1080px) {
    .news-detail-content p img {
        width: 100%;
    }
    .news-content {
        height: 116px;
    }

    .news-content-data-line {
        margin-top:0;
    }
    .news-content-title {
        margin: 5px 0;
    }
}
/** 产品中心 **/
.product-content-list-left {
    margin: 30px 0;
}

.product-content-ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom:15px;
}

    .product-content-ul li {
        border: 1px solid #0e5bae;
        text-align: center;
        font-size: 16px;
        display: inline-block;
        width: 100%;
        color: #0e5bae;
        cursor: pointer;
        position: relative;
    }

        .product-content-ul li a {
            display: inline-block;
            font-size: 16px;
            color: #0e5bae;
        }

.product-active {
    background: #0e5bae;
    border-bottom: 1px solid #ffffff !important;
}

    .product-active a {
        color: #ffffff !important;
    }

.normal-dl {
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #e9e9e9;
    transition: .6s all 0s;
}

.active-dl {
    height: auto !important;
    transition: .6s all 0s;
}

.product-content-ul dl dt {
    text-align: center;
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #d1d1d1;
}

    .product-content-ul dl dt:last-child {
        border-bottom: none;
        height: 62px;
        ine-height: 62px;
    }

    .product-content-ul dl dt a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        color: #333333;
    }

.normal-img {
    opacity: 0;
    position: absolute;
    left: 76px;
}

.active-img {
    opacity: 1;
}

.down-img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.up-img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.up-active-img {
    z-index: 1;
}

.active-dt {
    background: #0e5bae;
}

.active-dt a{
    color:#ffffff!important;
}

.crumb {
    text-align: right;
    overflow: hidden;
    margin: 15px 0;
}

    .crumb a {
        font-size: 14px;
        color: #666666;
    }

    .crumb span {
        font-size: 14px;
        color: #666666;
        margin: 0 5px;
    }

        .crumb span:first-child {
        }

.product-list-right {
    margin: 30px 0;
}

.product-list {
    width: 100%;
    margin-top: 30px;
}

.product-list-content {
    background: #f7f7f7;
    width: 100%;
    overflow: hidden;
    ;
}

.product-title {
    width: 200px;
    height: 62px;
    background: #0e5bae;
    position: relative;
    line-height: 62px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.product-title-arrow {
    width: 0;
    height: 0;
    border-color: transparent #0e5bae;
    border-width: 0 0 62px 40px;
    border-style: solid;
    position: absolute;
    right: -40px;
    top: 0;
}

.product-list-cover {
    width: 100%;
    overflow: hidden;
}

    .product-list-cover img {
        width: 100%;
        transition: .6s all 0s;
    }

        .product-list-cover img:hover {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transition: .6s all 0s;
        }

.product-list-name {
    margin: 10px 0;
    text-align: center;
}

    .product-list-name a {
        font-size: 14px;
        color: #333333;
    }

.product-list-right-content {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

    .product-list-right-content h4 {
        font-size: 24px;
        color: #333333;
    }

    .product-list-right-content div {
        margin: 20px 0;
    }

.product-list-content-des {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

.product-list-content-des2 {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}

    .product-list-content-des p {
        font-size: 14px;
        font-weight: bolder;
        color: #0e5bae;
    }
 
    .product-list-content-des span {
        font-size: 14px;
        font-weight: bolder;
        color: #0e5bae;
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
    }

.product-list-content-des-d {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #0e5bae;
    margin-right: 5px;
    border-radius: 50%;
}

.product-list-ib {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.product-list-ib-img {
    display: inline-block;
    vertical-align: middle;
}

.product-list-content-des h4 {
    font-size: 24px;
    color: #000000;
    font-weight: bolder;
}

.product-list-content-des-p {
    font-size: 14px;
    color: #333333 !important;
    font-weight: bolder;
}

.product-div{
    font-size:14px;
    color:#333333;
    margin:15px 0;
}
.pro-list2 {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    font-weight: bolder;
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
}

.pro-list2-icon {
    display: inline-block;
    width: 5px;
    height: 16px;
    background: #0e5bae;
    border-radius: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.pro-list2-table1 {
    width: 80%;
    border: 1px solid #a1b5bf;
}

    .pro-list2-table1 tr:nth-child(odd) {
        background: #c4e3ef;
        height: 40px;
        font-size: 16px;
    }

    .pro-list2-table1 tr:nth-child(even) {
        background: #ffffff;
        height: 40px;
        font-size: 16px;
    }

    .pro-list2-table1 tr td {
        padding: 10px;
    }

        .pro-list2-table1 tr td:first-child {
            text-align: center;
            background: #0e5bae;
            color: #ffffff;
            border-bottom: 1px solid #a1b5bf;
        }

        .pro-list2-table1 tr td:last-child {
            padding-left: 15px;
            color: #333333;
        }

.pro-list2-col1 {
    width: 20%;
}

.pro-list2-col2 {
    width: 80%;
}

.pro-list2-fx {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #0e5bae;
    margin-right: 5px;
}

.pro-list2-table2 {
    width: 100%;
    border: 1px solid #a1b0b7;
}

    .pro-list2-table2 tr:nth-child(even) {
        background: #c4e3ef;
        height: 40px;
        font-size: 16px;
    }

    .pro-list2-table2 tr:nth-child(odd) {
        background: #ffffff;
        height: 40px;
        font-size: 16px;
    }

    .pro-list2-table2 tr {
        height: 40px;
        text-align: center;
    }

        .pro-list2-table2 tr td {
            padding: 10px;
            border-right: 1px solid #a1b0b7;
        }

        .pro-list2-table2 tr:first-child {
            background: #656262;
        }

            .pro-list2-table2 tr:first-child td {
                text-align: center;
                font-size: 16px;
                color: #ffffff;
            }

.tab-btn {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

    .tab-btn span {
        display: inline-block;
        padding: 6px 16px;
        color: #333333;
        font-size: 16px;
        margin-right: 15px;
        cursor: pointer;
    }

.active-tab {
    border-bottom: 2px solid #0e5bae;
}

.tab-content {
    display: none;
}

.active-tab-content {
    display: block;
}

.product-des-table {
    width: 70%;
    border: 1px solid #c9c9c9;
}

    .product-des-table tr {
        height: 40px;
        text-align: center;
    }

        .product-des-table tr td {
            border: 1px solid #c9c9c9;
        }
@media(max-width:1440px){
    .product-title-arrow{
        right:-39px;
    }
}
@media(max-width:1080px){
    .product-title-arrow{
        right:-39px;
    }
    .product-list-content-des img{

     width:100%;
   }
 .product-list-content-des table{

     width:100%;
   }
}

/** 移动端产品中心兼容 **/
@media(max-width:1080px){
    .product-list-content-des2 img{
        width:100%;
    }
    .product-list-content-des img {
        width: 100%;
    }
    .product-list-content-des table{
        width:100%;
    }
    .form-row button {
      margin:10px 0
    }
}


