@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
.menuWap{
    display: none;
}
body {
    font-size: 14px;
    font-family: Arial, simsun, scans-serif;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #1d1d1d;
    background: #ffffff;
}
a{
    text-decoration:none;
    color: #1d1d1d;
    font-weight: bold;
    cursor: pointer;
}
a:hover{
    text-decoration:none;
}
img {
    border: 0;
    margin: 0;
}
html {
    overflow: auto;
}
em {
    font-style: normal;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
ul, li {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
th, td {
    font-size: 12px;
}
input, select, textarea {
    font-size: 12px;
}
textarea {
    overflow-y: scroll;
    border: 1px solid #c2defd;
}
li {
    white-space: nowrap;
    text-overflow: ellipsis;
}
h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.17em;
    color: #1d1d1d;
}
h3 {
    font-size: 1em;
}
.clear{
    clear: both;
}
.titleType{
    font-size: 20px;
}

/*首页 style*/
.headerBox{
    background: #fff;
    height:100px;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
}
.header{
    width: 1260px;
    margin:0 auto;
    height:100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background: #ffffff;
}
.header .logo img{
    width:220px;
}
.navs{
    height: 100px;
    line-height: 100px;
}
.navs ul{
    display: flex;
}
.navs ul li a{
    padding:0 20px;
    display: inline-block;
}
.navs ul li a:hover{
    height:100px;
    text-decoration: none;
    color:#fff;
    background: #0364c1;
    padding:0 20px;
    line-height: 100px;
}
.pageLocationBox{
    width:100%;
    background: #fff;
    height:80px;
    line-height: 80px;
    position: relative;
    top:100px;
}
.pageLocation{
    width:1260px;
    color:#aaa;
    margin:0 auto;
}
.pageLocation a{
    background: initial;
    font-size: 14px;
    color: #5f9fb6;
    font-weight: initial;

}
main{
    background: #ffffff;
    padding:0px;
    width:1260px;
    min-height: 550px;
    position: relative;
    top:100px;
    margin:0 auto;
    box-sizing: border-box;
}
.titleType{
    font-size: 20px;
    font-family: Constantia（Regular）;
    letter-spacing: 1px;
    color: #1d1d1d;

    text-transform: uppercase;
    height:36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 89, 139, .2);
    margin: 0 0 .12rem;
    overflow: hidden;
}
.navs li a{
    font-size: 22px;
}
.navs li:hover{
    color: #fff;
    background: #1d448b;
    cursor: pointer;
}
.navs li:hover a {
    color: #fff !important;
}
.navs li a:hover{
    color: #fff;
}


section{
    display: flex;
    padding:20px 0;
    flex-wrap: wrap;
    box-sizing: border-box;
}
section img{
    width:660px;
}
section div{
    font-size: 15px;
    color:#333;
    text-align: justify;
    line-height: 1.5rem;
}
.blueDiv{
    background: #0364c1;
    color:#fff;
    width:600px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-transform: uppercase;
}
footer{
    height:280px;
    width:100%;
    position: relative;
    top:100px;
    padding-top: 40px;
    margin-top: 30px;
    background: #1d1d1d;
}
.footerBox{
    width:1260px;
    margin:0 auto 40px auto;
    color:#ccc;
    line-height: 1.8em;
    font-size: 14px;
    align-items: flex-start;
    align-content: flex-start;
    display: flex;
    justify-content: space-between;
}
.footer-l{
    width:20%;
    line-height: 2em;
    font-size: 14px;
}
.footer-m{
    width:50%;
    display: flex;
    flex-wrap: wrap;
}
.footer-m div{
    width:50%;
    font-size:14px
}
.footer-m div a{
    color:#ccc;
}
.footer-r{
    width:30%;
}
.footer-r h3{
    font-size: 1.4em;
    margin: 10px 0;
}
.footer-r div img{
    position: relative;
    top:2px;
    margin-right: 4px;
}
.copyrightBox{
    margin-top:10px;
    font-size: 14px;
    text-align: center;
    color:#ccc;
}
.copyrightBox a{
    color:#ccc;
    margin:0 10px;
    font-weight:initial;
}


/*产品分类列表样式*/
.main_left{
    width: 250px;
}
.proCategories{
    font-size: 16px;
    font-family: Constantia（Regular）;
    letter-spacing: 1px;
    color: #1d1d1d;
    text-transform: uppercase;
    height:36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 89, 139, .2);
    margin: 0 0 .12rem;
    overflow: hidden;
}
.proCategories span{
    display: inline-block;
    height:30px;
    line-height: 30px;
    border-bottom: 3px solid #0364c1;
}
.CategoriesList{

}
.CategoriesList ul{
    padding:20px 0
}
.CategoriesList ul li{
    line-height: 42px;
}
.CategoriesList ul li a{
    font-weight: initial;
}
.main_right{
    flex:1;
    margin-left: 30px;
}
.main_right_products{
    padding: 30px 0;
}
.main_right_pro{
    display: flex;
    margin:10px 0;
    border-bottom: 1px dashed #ccc;
    padding:16px 0 26px;
}
.main_right_pro:last-child{
    border-bottom: none;
}
.main_right_pro_img{
    width:200px;
    height:200px;
    border:1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 5px 5px #e9f1ff;
}
.main_right_pro_img img{
    width:100%;
    height:100%;
}
.main_right_pro_text{
    width: 770px;
    padding-left: 30px;
    box-sizing: border-box;
}
.main_right_pro_text div{
    margin-top: 16px;
    color:#333;
    line-height: 1.6em;
}
.main_right_pro_text h2{
    font-size:20px;
}
.main_right_pro_btn{
    text-align: right;
}
.main_right_pro_btn a{
    padding:4px 18px;
    width: 50px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    border-radius:4px;
    border:2px solid;
    font:14px 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    outline: none;
    cursor: pointer;
    webkit-transition: all .5s;transition: all .5s;
    color:#5081c1;
    border-color: #5081c1;
    background: -webkit-linear-gradient(to right, #5081c1, #5081c1) no-repeat;
    background: linear-gradient(to right, #5081c1, #5081c1) no-repeat;
    background-size:0% 100%;
    white-space: nowrap;
    min-width: 80px;
}
.main_right_pro_btn a:hover {
    background-size:100% 100%;
    text-decoration: none;
    color:#fff;
}
.main_right_pro_btn a:nth-child(1){
    padding:4px 18px;
    border-radius:4px;
    border:2px solid;
    font:14px 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: none;
    outline: none;
    cursor: pointer;
    webkit-transition: all .5s;transition: all .5s;
    color:#ff6702;
    border-color: #ff6702;
    background: -webkit-linear-gradient(to right, #ff6702, #ff6702) no-repeat;
    background: linear-gradient(to right, #ff6702, #ff6702) no-repeat;
    background-size:0% 100%
}
.main_right_pro_btn a:nth-child(1):hover {
    background-size:100% 100%;
    text-decoration: none;
    color:#fff;
}

.main_right_proDetail{
    margin:40px 0;
    display: flex;
    flex-wrap: wrap;
}
.product_tupian{
    overflow:visible;
    width: 450px;
}
.product_tupian .banner{
    width:450px;
    overflow: initial;
    height:450px;
    border:1px solid #e5e5e5;
    overflow:visible;
}
.product_tupian .banner .pic{
    width:450px;
    height:450px;
    overflow: hidden;
}
.product_tupian .banner .pic li img{
    width:450px;
    height: 450px;
}
.product_tupian .banner .num{
    display:flex;
    margin-top: 10px;
}
.product_tupian .banner .num li{
    width:72px;
    height: 60px;
    overflow: hidden;
    border-radius: 0;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    margin-right: 6px;
}
.product_tupian .banner .num li img{
    width: 64px;
    height: 60px;
}
.product_text{
    margin-left: 20px;
    width: 500px;
}
.product_text h2{
    font-size:24px;
    margin-bottom: 20px;
}
.product_text p{
    font-size:15px;
    text-align: justify;
    line-height: 1.8em;
}
.product_dest{
    margin-top: 90px;
    width: 980px;
}
.product_dest h2{
    font-size:24px;
    margin-bottom: 20px;
}
.product_dest p{
    font-size:15px;
    text-align: justify;
    line-height: 1.8em;
    margin-bottom: 16px;
}
.product_dest img{
    max-width: 800px;
}
.product_dest table{
    margin:20px 0;
    border-collapse: collapse;
    width: 900px;
}
.product_dest table th{
    padding:8px;
    background: #f7f8fa;
    text-align: left;
    border: 1px solid #e5e5e5;
    font-size: 15px;
}
.product_dest table td{
    padding:8px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
}
.previousNext{
    padding:20px 0;
    width: 100%;
    border-top:1px dashed #ddd;
    border-bottom:1px dashed #ddd;
    line-height: 36px;
}
.previousNext a{
    color:#0364c1;
    font-weight: inherit;
}

/*移动端样式*/
@media (max-width: 768px) {
    body{
        width: calc(100% - 20px);
        padding: 0 10px;
        overflow: hidden;
    }
    h2{
        font-size: 0.5em;
    }
    .headerBox{
        height:60px !important;
    }
    .carousel-container{
        margin-top:60px !important;
    }
    .pageLocationBox{
        width:100%;
        background: #fff;
        height:30px;
        line-height: 30px;
        position: relative;
        top:60px;
    }
    main{
        background: #ffffff;
        padding:0px;
        width:100%;
        min-height: 550px;
        position: relative;
        top:60px;
    }
    section img{
        width: 100%;
    }
    .main_right_products{
        padding: 0;
    }
    .blueDiv{
        background: #0364c1;
        color:#fff;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        text-transform: uppercase;
    }
    .navs{
        position: fixed;
        top: 0;
        right: -180px;
        display: block;
        height: 100%;
        overflow: hidden;
        z-index: 9999;
        overflow-y: auto;
        width:180px;
        -webkit-transition-duration: .45s;
        -webkit-transition-property: width;
        -webkit-transition-delay: 0s;
        -webkit-transition-timing-function: 'ease';
        transition-duration: .45s;
        transition-property: width;
        transition-delay: 0s;
        transition-timing-function: 'ease';
        background: #fff;
    }
    .navs a{
        color: #444444;
        padding: 0 15px;
        font-size:100%;
        display: block;
        text-decoration: none;
        width:100%;
        box-sizing: border-box;
        cursor: pointer;
        height:50px;
    }
    .navs{
        margin-top: 0;
        float:inherit;
    }
    .navs ul{
        text-align: inherit;
        display: initial !important;
    }
    .navs ul li{
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #f0f0f0;
    }
    .navs ul li:last-child {
        border-bottom: none;
    }
    .navs ul li a{
        font-size: 1.2em !important;
        font-weight: initial !important;
    }
    .navs ul > li > a:hover{
        background: #00bff0;
        color:#fff;
    }
    .navs ul li:hover ul{
        display:none;
    }

    .navs ul li:hover a{
        background:#00bff0;
        color:#fff;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .zhezhaoText {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        width: 0;
        height: 100%;
        cursor: pointer;
        background: rgba(0,0,0,0.2);
        z-index: 99;
    }
    .menuWap{
        display: block;
    }
    .menuWap .menu{
        position: fixed;
        right: 20px;
        top: 20px;
        width: 30px;
        height: 30px;
        display: block;
        z-index: 990;
    }
    .menuWap .menu img{
        width:28px;
        height: auto;
    }
    .menuWap .logo_mobel{
        position:fixed;
        left: 15px;
        top:17px;
        z-index: 100;
        max-width: 200px;
        max-height: 26px;
        display: block;
    }
    .menuWap .logo_mobel img{
        max-height: 26px;
    }
    .header{
        width:100% !important;
        box-sizing: border-box;
        display: initial !important
    }
    .header .logo img{
        width:130px;
        position: relative;
        left:14px;
        top:10px;
    }
    .main{
        overflow: hidden;
    }
    .productList{
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100% !important;
    }
    .everyProduct{
        width:47% !important;
        margin:10px 1% !important;
        border:1px solid #eee;
        height:197px !important;
        box-shadow: initial !important;
    }
    .everyProduct img{
        height:140px !important;
    }
    .intro-text{
        width:100% !important;
    }
    .product{
        width: 100% !important;
    }
    .product-slider-arrow.disabled{
        display: none;
    }
    .right-arrow{
        display: none;
    }
    .aboutCompany-content {
        height: initial !important;
        background-size: 100% 200px !important;
        overflow: hidden !important;
        background-position: 0 0 !important
    }
    .companyIntro {
        width: 100% !important;
        color: #fff;
        padding:16px;
        box-sizing: border-box;
        background: #1d448b;
        margin-top: 222px;
    }
    .intro-title{
        font-size: 1.2em !important;
    }
    .intro-content{
        font-size: 1em !important;
    }
    footer{
        height:initial;
        margin-left: -10px;
        padding:0 10px 140px 10px;
        box-sizing: border-box;
        width:calc(100% + 20px);
        margin-right: -10px;
        margin-top: 0;
    }
    .footerBox{
        width:100%;
        text-align: center;
        display: initial;
    }
    .footer-l{
        width: 100%;
        padding:0 16px;
        box-sizing: border-box;
    }
    .footer-m{
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
    .footer-m div{
        width:100%;
        text-align: center;
        font-size:14px
    }
    .footer-r{
        width:100%;
    }
    .footer-r div{
        width:100%;
        text-align: center;
        font-size:14px
    }
    .footer-m{
        display: none;
    }
    .main_right_proDetail{
        margin: 10px 0;
    }
    .main_right_pro_text{
        padding-left:0
    }
    .main_left{
        width: 100%;
    }
    .CategoriesList{
        width: 100%;
    }
    .CategoriesList ul{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .CategoriesList ul li{
        border-right:1px solid #666;
        margin:6px;
        padding-right: 8px;
        height:16px;
        line-height: 16px;
    }
    .CategoriesList ul li:last-child{
        border-right: none;
    }
}
