*{ padding: 0; margin: 0;}
body {
    font: 14px/24px '微软雅黑', 'Roboto', Arial, Helvetica, sans-serif;
    color: #232323;
    background: #fff;
}
a{
    text-decoration: none !important;
    color: inherit;
}
a:focus {
    outline: none;
}
ul,li{
    list-style: none;
}
.pic{
    width: 100%;
    height: auto;
    display: block;
}
.container::before,.container::after{
    display: none;
}
.pa0{
    padding: 0;
}

/*--------------------------------------------
2. Heading Styles
--------------------------------------------*/
h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.top60 {
    margin-top: 60px;
}
.bottom60{
    margin-bottom: 60px;
}
.pa0{ padding:0 !important;}
/* top */
.topnav {
    height: 112px;
    background: #f4dfb5;
}
.toplink{
    padding: 30px 0 0;
}
.toplink li span{
    margin-right: 15px;
    line-height: 28px;
}
.Language {
    float: right;
    display: block;
    line-height: 68px;
    margin-top: 24px;
}
.Language a{
    display: block;
    line-height: 30px;
}

.Language img {
    margin-right: 10px;
}

/* nav */
.navbar {
    border: none;
    height: 66px;
    margin: 0 auto;
    z-index: 99;
    padding: 0 20px;
    background: #0095e8;
    transition: 1s;
    position: relative;
    border-radius: 0;
}
/* .navbar::after{
    position: absolute;
    top: 100%;
    left: 0;
    background: url(../img/line.png) no-repeat scroll center top;
    content: "";
    height: 30px;
    width: 100%;
} */

.navbar>div {
    background: #0095e8;
}
.navbar-nav {
    float: right;
}
.navbar-nav>li>a {
    line-height: 42px;
}
.navbar-brand {
    padding-top: 0 !important;
    background: #fff;
    height: auto;
    position: absolute;
    z-index: 2;
    float: left;
    width: 204px;
}
.navbar-brand:hover{
    background: #fff !important;
}

.navbar-brand>img {
    width: 100%;
    padding-top: 5px;
}

.navbar-brand-p {
    width: 350px;
    padding: 20px 10px;
    font-size: 20px;
    color: #333;
}
.nav>li>a {
    padding: 12px 30px !important;
}

.nav>li>a:hover{
    color: #fac000 !important;
}
.navbar-nav>.active>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: rgba(255, 255, 255, 0);
}


@media all and (min-width: 992px) and (max-width: 1200px) {

    .navbar-toggle {
        border: none;
        margin-top: 20px;
        margin-right: 35px;
    }

    .navbar-toggle:hover {
        background: #fff !important;
    }

    .navbar-toggle:focus .icon-bar {
        background: #888 !important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    body {
        overflow-x: hidden;
    }

    .nav>li>a {
        margin: 0 23px;
    }

    .list-inline {
        margin-left: 0 !important;
    }

    .company li a {
        width: 140px;
    }

    .word:nth-of-type(3),
    .word:nth-of-type(4) {
        display: none;
    }

    .word {
        font-size: 12px;
    }


}

@media all and (max-width: 767px) {
    .navbar-nav {
        z-index: 999999;
        background: #fff;
        margin: 0 0 !important;
    }

    .navbar-brand {
        width: 202px !important;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background: #fff;
    }
    .navbar-default .navbar-nav>li>a{
        color: #000;
    }
    .nav {
        float: none
    }

    .contact1 {
        padding: 20px 20px !important;
    }

    .con-center {
        float: right;
    }

    .navbar-header {
        margin-bottom: 16px;
    }
   
}

/* syabout */
.aboutbox{
    width: 100%;
    display: inline-block;
    background: url(../img/abg.png) center center no-repeat;
    padding: 60px 0;
}
.pic{
    width: 100%;
    height: auto;
    display: inline-block; 
}
.syablist {
    width: 100%;
    height: auto;
    margin: 46px 0 0;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.syablist li{
    width: 50%;
    text-align: center;

}
.syablist li .syablj {
    width: 100%;
    height: auto;
    margin-bottom: 34px;
}

.syablist li a {
    width: 50%;
    height: auto;
    text-align: center;
    color: #111;
}

.syablist li a img {
    margin-bottom: 5px;
}
.syablist li a>p{
    height: 50px;
}
.absynr{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #777;
    margin-top: 36px;
}
.absynr h3 {
    width: 28%;
    height: auto;
    text-align: center;
    position: relative;
    line-height: 80px;
    color: #0095e8;
    font-weight: 600;
    margin-right: 20px;
}
.absynr h3::before{
    content:"";
    position: absolute;
    background: #0095e8;
    height: 3px;
    width: 100px;
}
.absynr h3::after {
    content: "";
    position: absolute;
    background: #0095e8;
    height: 3px;
    width: 60px;
    bottom: 0;
    left: 27px;
}
.absynr p{
    width: 70%;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    text-indent: 2em;
    text-align: justify;
}
.absynr p:hover{
    color: #444;
}

/* 产品类别 */
.clearfix:after {
    height: 0;
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
}

.ellisis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.centera {
    margin: 60px 20px;
    overflow: hidden;
}

.hover {
    background: #12499e;
    color: #fff;
    position: relative;
}
.hover::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #12499e transparent transparent;
    margin: 0 auto 10px;
}
.hover:hover{
    color: #fff !important;
}

#tablea {
    width: 100%;
    height: auto;
}

.box {
    margin: 10px;
    display: none;
    position: relative;
}
.box img{
    width: 100%;
    height: auto;
    display: block;
}
.box .pjj{
    position: absolute;
    top: 78px;
    right: 23px;
    color: #fff;
}
.box .pjj h3{
    margin-bottom: 20px;
}
.box .pjj a{
    display: inline-block;
    margin-top: 15px;
    border: 2px solid #fff;
    padding: 5px 20px;
    font-size: 15px;
}
#oranger{
    width: 99%;
    border: 1px solid #ddd;
    background: #fefefe;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
#oranger a{
    /* background: #12499e; */
    height: 50px;
    width: 16.34%;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.morepro{
    margin: 0 auto;
    text-align: center;
    width: 190px;
    display: block;
    margin: 15px auto 22px;
    font-size: 18px;
    border: 1px solid #ddd;
    border: 1px solid #555;
    color: #555;
    padding: 8px 10px;
    border-radius: 5px;
}
.morepro:hover{
    background: #12499e;
    color: #fff;
}
.morepro b{
    font-size: 12px;
}
.pname{
    margin: 14px 0 22px;
}
.newp img{
    /* border: 1PX solid #ddd; */
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
}
.title__line {
    color: #444444;
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 46px;
    padding-bottom: 36px;
    position: relative;
    font-weight: 200;
}
.title__line::before {
    background: rgba(0, 0, 0, 0) url(../img/title.png) no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 250px;
}

/* news */
.newsbox{
    width: 100%;
    height: auto;
    background: url(../img/bg.jpg) center center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}
.synew{
    margin: 50px 0;
    background: #f5f5f5;
}
.synew .synzi{
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid #fac000;
    text-align: center;
}
.synew .synzi h4{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
}
.synew .synzi p{
    color: #666;
}
.synew .synzi a{
    border: 1px solid #555;
    color: #555;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 40%;
    text-align: center;
        text-transform: capitalize;
        transition: all 0.5s ease 0s;
}
.synew .synzi:hover a {
    background: #12499e none repeat scroll 0 0;
    border: 1px solid #12499e;
    color: #fff;
}

/* adtu */
.adtu{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.adtu p{
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    width: 70%;
    text-align: right;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
}
.adtu p span{
    font-size: 72px;
    line-height: 50px;
}
.adtu p b{
    font-size: 44px;
}
.adtu img{
    margin: -5px 0 72px 0;
}

/* 首页设备 */
.hotpro h4{
    color: #2e6c46;
}
.hotpro p {
    color: #666;
}

/* footer */
.off-white-bg{
    background: url(../img/bgf.jpg) center center no-repeat;
    padding-top: 30px;
    margin-top: 50px;
}
.single-footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    color: #f7f7f7;
}

.loc-address>span {
    display: flex;
    line-height: 20px;
    color: #ddd;
}

.loc-address>span i {
    font-size: 18px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    margin-top: 2px;
}

.loc-address span+span {
    margin-top: 12px;
}

.payment-mth {
    margin-top: 30px;
}
.payment-mth img{
    width: 128px;
}
.footer-content ul li:not(:last-child) {
    line-height: 30px;
}

.footer-content ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #ddd;
}

.footer-content ul li:hover a {
    padding-left: 10px;
}

.footer-link-list li {
    color: #5b697b;
    margin-bottom: 8px;
}

.footer-middle-content {
    border-top: 1px solid #2d3846;
    border-bottom: 1px solid #2d3846;
}

.footer-link-list li span.title {
    background: #37475a none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    padding: 10px 32px 10px 17px;
}

.footer-link-list li a {
    color: hsl(216, 15%, 65%);
    font-size: 13px;
    text-decoration: none;
}

.footer-link-list li a:hover {
    color: #fff;
}

.footer-bottom-content p a:hover {
    color: #f1ac06;
}

.footer-social-content li {
    display: inline-block;
    margin-left: 15px;
}

.footer-social-content li a {
    border-radius: 5px;
    color: #555;
    display: block;
    line-height: 43px;
    padding: 0 3px;
    text-align: center;
    text-decoration: none;
}

.footer-social-content li a:hover {
    color: #f1ac06;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.copy-right-text{
    color: #f5f5f5;
    margin: 10px 0;
}
.footer-bottom{
    border-top: 1px dashed #444;
    margin-top: 12px;
}
.call-us {
    font-size: 18px;
    color: #fac000;
    font-weight: 600;
}
.call-us p{
    line-height: 28px;
    font-weight: 500;
    font-size: 18px;
}
.footer-social-content p{
    margin: 10px 0;
}

@media all and (max-width: 767px) {
    .absynr h3{
        width: 100%;
    }
    .absynr p{
        width: 90%;
    }
    .absynr h3::after{
        left: 48px;
    }
    #oranger{
        height: auto;
        margin-bottom: 0;
    }
    #oranger a{
        width: 49.3%;
    }
    .box{
        margin: 10px 0;
    }
    .box .pjj{
        top: -11px;
        right: 2px;
    }
    .box .pjj>p{
        display: none;
    }
    .box .pjj h3{
        font-size: 12px;
        margin-bottom: 0;
    }
    .box .pjj a{
        font-size: 12px;
        padding: 5px;
    }
    .footer-full{
        display: none;
    }
}