html,
body {
    font-family: '微软雅黑';
}

/* ------------------------banner------------------------- */

.container-banner {
    width: 100%;
}

.container-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------------------------navbar------------------------ */

.container-navbar {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #e3e3e3;
}

.container-navbar>ul {
    width: 64%;
    margin-left: 18%;
    height: 70px;
    overflow: hidden;
}

.container-navbar>ul>ul>li {
    float: left;
}

.container-navbar>ul>ul {
    margin-left: -18px;
}

.container-navbar>ul>ul>li p {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    margin-top: 17px;
    margin-left: 18px;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.container-navbar>ul>ul>li p:hover {
    color: #ffffff;
    background-color: #426dd7;
}

/* 触发效果 */

.navbar-active {
    color: #ffffff !important;
    background-color: #426dd7 !important;
}

/* ----------------------------container-project------------------------ */

.container-project {
    width: 100%;
    margin-top: 50px;
    background-color: #ffffff;
    margin-bottom: 70px;
}

.project-content-box {
    width: 100%;
}

.project-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.project-matter>li {
    float: left;
}

.project-matter>li:nth-child(1) {
    width: 25%;
}

.matter-list li {
    width: 90%;
    height: 70px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    color: #555555;
    text-align: center;
    font-size: 14px;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.matter-list li:hover {
    background-color: #0f307f;
    color: #ffffff;
}

.list-active {
    background-color: #0f307f !important;
    color: #ffffff !important;
}

.project-matter>li:nth-child(2) {
    width: 75%;
}

.matter-words {
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 30px 30px;
}

.matter-words table,table tr, table tr td{
    border: 1px solid #f5f5f5; 
	line-height: 26px;
	text-align: center;
}

.matter-words p{line-height: 28px;color: #777777;}

@media all and (max-width:900px) {
    .matter-words {
        padding: 6px 6px;
    }
}

.words-top {
    width: 100%;
}

.words-top h4 {
    font-size: 28px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
	margin-bottom:20px;
}

.words-top p {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
}

.words-top p a{color:#0f307f;}
.words-top p a:hover{ color:#426dd7; border-bottom:1px dotted #426dd7;}

.words-top img {
    max-width: 100%;
    margin-top: 10px;
}




// mod by F for products details MOD

.words-top .f_pro_head {width:100%;}
.words-top .f_pro_head_1 {float:left; width:40%;}
.words-top .f_pro_head_2 {float:right; width:58%;}
.words-top .f_pro_head_2_title { color:#426dd7; font-weight: bold; line-height:2;}

.words-top .f_pro_pdf_download {margin-top:20px; padding-left: 22px; background: url(/APP/Public/Home/images/pdf_download.gif) no-repeat left center; }


.words-top  h1 {
    color:#0f307f;
    font-weight: bold;
    font-size: 26px;
}
.words-top  h2 {
    color:#0f307f;
    font-size: 22px;
    border-bottom: 2px solid #0f307f;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.f_pro_tech_title{
    clear:both;
    margin-top: 40px;
    width:100%;
    text-align: center;
    color:#eee;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    background:#426dd7;
}

.words-top table{
    width:100%;
    border-collapse:collapse;
}

.words-top table tbody tr td{
    color:#666;
    border-bottom: 1px solid #ccc; 
    text-align: left;
    line-height: 20px;
    padding: 5px;
}
.words-top table tbody tr th{
    color:#426dd7;
    padding: 20px 5px 6px;
}

.words-top table tfoot tr td{
    border:none;
    color:#426dd7;
    padding: 30px 5px 5px;
    text-align: left;
}

.words-top .f_pro_img{ margin-top:50px; text-align:center;}
.words-top .f_pro_img img { margin-bottom: 30px;}

.f_pro_d_title { width:68%; margin:20px auto 30px; color:#0f307f; font-weight: bold; font-size: 26px; padding:10px; border:1px solid #0f307f; text-align: center;}
.f_pro_d_title2 { width:128px; margin:30px 0 10px; text-align: center; color:#fff; font-weight: bold; font-size: 16px; padding:10px 0; background:#426dd7;}

.words-top .f_pro_d {width:100%;}
.words-top .f_pro_d strong {display:block; color:#426dd7;}
.words-top .f_pro_d span {display:block; text-align: center;}
.words-top .f_pro_d_l50 { float:left; width:50%; padding:10px;}
.words-top .f_pro_d_r50 { float:right; width:50%; padding:10px;}
.words-top .f_pro_d_100 { clear:both; width:100%; }
.words-top .f_pro_d_100 .pd {padding:10px;}

.words-top .f_pro_d_table table tr td {text-align: center;}









.words-bottom {
    width: 100%;
}

.words-bottom h4 {
    font-size: 14px;
    color: #777777;
    font-weight: bold;
    margin-top: 20px;
}

.words-bottom h5 {
    font-size: 14px;
    color: #777777;
    margin-top: 16px;
}

.words-bottom h6 {
    font-size: 14px;
    color: #777777;
    margin-top: 16px;
}

.words-bottom p {
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
}

.words-control {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.words-control ul li {
    float: left;
    width: 50%;
    height: 60px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 60px;
    color: #999999;
    font-size: 14px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.words-control ul li:hover {
    color: #0f307f;
}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {
    .container-navbar>ul {
        width: 80%;
        margin-left: 10%;
    }
    .project-content-box>ul {
        width: 80%;
        margin-left: 10%;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner>img {
        height: 180px;
    }
    .container-navbar {
        height: auto;
    }
    .container-navbar>ul {
        width: 100%;
        margin-left: 0%;
        height: auto;
    }
    .container-navbar>ul>ul>li {
        float: left;
        width: 100%;
        height: 40px;
    }
    .container-navbar>ul>ul>li p {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 0px;
        margin-top: 0px;
        margin-left: 12px;
    }
    .container-project {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .project-matter>li:nth-child(1) {
        width: 100%;
    }
    .matter-list li {
        width: 50%;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
        float: left;
    }
    .project-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .project-matter>li:nth-child(2) {
        width: 100%;
    }
    .words-top h4 {
        font-size: 20px;
        margin-top: 30px;
    }
    .words-control ul li {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .words-top .f_pro_d_l50 { float: none; width:100%; }
    .words-top .f_pro_d_r50 { float: none; width:100%; }
    .f_pro_d_title { width:80%;}
}

<!--8.392333984375E-5-->