.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.index .box {
    padding: 3em 0;
}

.minheight {
    min-height: 500px;
}

@media (max-width: 425px) {
    .box {
        width: 100%;
    }

    .index .box {
        padding: 3em 20px;
    }
}

.header-top {
    padding: 15px 0;
}

.header-top img,
.header-top span {
    float: left;
    padding: 0 15px;
}

.header-top .fl img {
    border-right: 1px solid #eee;
}

.header-top .fl span h1 {
    font-weight: bold;
    line-height: 50px;
    padding-top: 5px;
}

.header-top .fl span p {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.header-top .fr span {
    padding: 0;
}

.header-top .fr span h4 {
    font-weight: bold;
    line-height: 25px;
    padding-top: 5px;
}

.header-top .fr span p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.header-nav {
    background: #282828;
}

.header-nav ul.nav li {
    background: #282828;
    float: left;
    text-align: center;
}

.header-nav ul.nav li a {
    position: relative;
    display: block;
    color: #fff;
    padding: 14px 0;
    font-size: 16px;
    width: 240px;
}

.header-nav ul.nav li:hover>a,
.header-nav ul.nav li.active>a,
.header-nav ul.nav li:focus>a {
    background: #ff0035;
    color: #fff;
}

.header-nav ul.nav li ul {
    width: 100%;
    text-align: center;
    border-top: 2px solid #aaa;
    visibility: hidden;
    position: absolute;
    z-index: 5;
    left: -50%;
    opacity: 0;
    transition: all 0.2s ease;
    background: #fff;
    display: none;
}

.header-nav ul.nav li ul li {
    width: 100%;
}

.header-nav ul.nav li:hover ul {
    visibility: initial;
    opacity: 1;
    left: 0;
}

img.navbtn {
    display: none;
    position: fixed;
    right: 0;
    top: 10px;
    height: 40px;
    margin-right: 30px;
    z-index: 10;
}

@media (min-width: 992px) {
    .header-nav ul.nav li ul {
        display: block;
    }
}

.banner img {
    width: 100%;
}

.banner-s {
    display: none;
}

.footer br {
    display: none;
}

@media (max-width: 425px) {
    .header-nav ul.nav {
        width: 100%;
        height: 0px;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        background: #264F65;
        transition: all 1s;
        z-index: 10;
    }

    .header-nav ul.nav li {
        color: white;
        float: none;
        text-align: center;
    }

    .header-nav ul.nav li a {
        line-height: 50px;
        width: 100%;
        padding: 0;
    }

    img.navbtn {
        display: block;
    }

    .banner-b {
        display: none;
    }

    .banner-s {
        display: block;
    }

    .footer br {
        display: block;
    }
}

.heading-section:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 50%;
    margin-left: -30px;
    height: 3px;
    width: 60px;
    background: #ff0035;
}

.heading-section h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.heading-section p {
    letter-spacing: 2px;
    color: #fff;
    display: inline-block;
    background: #ff0035;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 14px;
}

.tabControl a {
    padding: 10px 20px;
    line-height: 60px;
    white-space: nowrap;
    background: #ff0035;
    color: #fff;
    transition: all 0.2s;
    box-shadow: 1px 1px 1px #717171;
    cursor: pointer;
}

.tabControl a:hover,
.tabControl a.active {
    background: #282828;
}

.productlist .tabControl a {
    display: flex;
    justify-content: center;
    line-height: normal;
    margin: 1px 0;
}

.productlist .product-list .content-img {
    height: 290px;
}

.productlist .product-list .content-img>div a {
    line-height: 190px;
}

.productdetail .txt p {
    line-height: 2em;
    font-size: 16px;
}

.productdetail img {
    max-width: 100%;
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}

div.content-img img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    width: 100%;
    min-height: 100%;
    color: #fff;
}

div.content-img p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 5px;
}

.product-list .content-img {
    height: 370px;
}

.product-list span {
    font-size: 14px;
    line-height: 3em;
}

.product-list .col-md-4 {
    padding: 0;
    margin: 15px;
}

.heading-section {
    padding-bottom: 1em;
    margin-bottom: 3em;
}

@media (min-width: 992px) {
    div.content-img img:hover {
        /* transform: scale(1.1); */
    }

    .productdetail div.content-img img:hover {
        transform: scale(1);
    }
}

@media (max-width: 425px) {
    div.content-img {
        height: auto !important;
        width: auto !important;
    }

    /* .heading-section {
        display: none;
    } */
    .tabControl {
        text-align: left;
        padding: 0;
    }

    .productdetail .tabControl {
        display: none;
    }
}

/* .newsStick span {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.3em;
}

.newsStick p {
    font-size: 14px;
    line-height: 1.7em;
}

 */

.ul-center {
    text-align: center;
}

.ul-center:after {
    content: '';
    visibility: hidden;
    font-size: 0;
    height: 0;
    display: block;
    clear: both;
}

.ul-center ul {
    display: inline-block
}

.BNtop {
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.BNtop h5 {
    font-weight: bold;
    color: #264F65;
    text-align: left;
    font-size: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

.BNtop h4 {
    color: #999;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

#map {
    height: 300px;
    margin: 10px 0;
}

.contact {
    text-align: left;
}

.contact ul li {
    margin: 20px 0;
    overflow: hidden;
}

.contact i {
    text-align: center;
    width: 20px;
    line-height: 20px;
}

/* .contact p {
    width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    line-height: 1.3em;
    float: right;
} */

@media (max-width: 425px) {
    #map {
        margin: 10px auto;
    }
}

.message .col-sm-6 {
    padding: 0;
    width: calc(50% - 30px);
    -moz-width: calc(50% - 30px);
    -webkit-width: calc(50% - 30px);
}

.message .col-sm-12 {
    border: 1px solid #000;
    border-radius: 0;
    height: 40px;
    margin-bottom: 20px;
}

.message .col-sm-12 p {
    color: #000;
    line-height: 38px;
    margin-left: 20px;
    font-size: 14px;
    float: left;
}

.message .col-sm-12 input {
    color: #000;
    background: transparent;
    float: left;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message .col-sm-12.textarea {
    height: 220px;
}

.message .col-sm-12.textarea textarea {
    color: #000;
    background: transparent;
    height: 200px;
    width: calc(100% - 100px);
    font-size: 14px;
    margin-top: 9px;
    border: 0;
    resize: none;
    float: left;
}

.message .col-sm-12.btn {
    height: auto;
}

.message .col-sm-12 a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    background: #ff0035;
    color: #fff;
}

.message .col-sm-12 a:hover {
    background: #FF355F;
}

@media (max-width: 425px) {
    .message .col-sm-6 {
        width: 100%;
        float: left;
    }

    .message .col-sm-6 .col-sm-12 input,
    .message .col-sm-6.fr .col-sm-12 textarea {
        width: 60%;
    }

    .message .col-sm-12.btn {
        width: 100%;
        padding: 0;
    }

}

.product-list .content-img>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    opacity: 0;
    transition: 400ms ease all;
}


.product-list .content-img>div a {
    line-height: 270px;
    border: 2px solid;
    color: #fff;
    display: flex;
    justify-content: center;
    transition: 800ms ease all;
}

.product-list .content-img>div a:before,
.product-list .content-img>div a:after {
    content: '';
    position: absolute;
    top: 50px;
    right: 50px;
    height: 2px;
    width: 0;
    background: #ff0035;
    transition: 400ms ease all;
}

.product-list .content-img>div a:after {
    right: inherit;
    top: inherit;
    left: 50px;
    bottom: 46px;
}

@media (min-width: 992px) {
    .product-list .content-img>div:hover {
        opacity: 1;
        transition: 800ms ease all;
    }

    .product-list .content-img>div:hover a:before,
    .product-list .content-img>div:hover a:after {
        width: calc(100% - 100px);
    }
}

.index1 .product-list {
    min-height: 860px;
}

.index1 .product-content {
    display: none;
}

.index1 .product-content.active {
    display: block;
}

.index2 {
    background: url(../images/index2-bg.jpg) no-repeat center;
    height: 610px;
}

.index2 .l {
    width: 50%;
    height: 100%;
    margin: 0;
    position: relative;
}

.index2 .l img {
    position: absolute;
    right: 140px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.index2 .r {
    width: 50%;
    height: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
}

.index2 .r img {
    position: absolute;
    left: -48px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.index3 .content-img {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 0 auto;
    opacity: 0.8;
    background-color: #000;
    transition: all 0.4s;
}

.index3 .content-img:hover {
    opacity: 1;
}

.index3 .product-list p {
    margin-top: 30px;
    font-size: 18px;
}

.index4 .accordionMenu>div {
    width: 170px;
    height: 310px;
    float: left;
    overflow: hidden;
    position: relative;
    transition: 400ms ease all;
}

.index4 .accordionMenu>div.active {
    width: 350px;
}

.index4 .accordionMenu>div>div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 400ms ease all;
}

.index4 .accordionMenu>div.active>div {
    height: 40px;
}

.index4 .accordionMenu>div>div a {
    color: #fff;
    font-size: 18px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.index5 {
    background: url(../images/index5-bg.jpg) no-repeat top center;
    color: #fff
}

.index5 .col-xs-12 {
    width: auto;
}

.index5 .text {
    width: calc(100% - 630px);
    margin: 30px 0 0 50px;
}

.index5 .text p {
    margin-top: 30px;
    line-height: 1.5em;
}

.index5 .content-img {
    border: 2px solid #565656;
}

.news .news-list li {
    float: left;
    width: 360px;
    height: 250px;
    background: #eee;
    padding: 0 30px;
    margin: 20px 20px;
}

.news .news-list li .newsTime {
    width: 90px;
    height: 90px;
    background: #ff3660;
    color: #fff;
    padding: 20px 10px;
    text-align: right;
    position: relative;
    top: -25px;
}

.news .news-list li .newsTime .up {
    font-size: 25px;
}

.news .news-list li .newsTime .down {
    font-size: 12px;
}

.news .news-list li .newsConts .up {
    font-size: 18px;
    line-height: 40px;
}

.news .news-list li .newsConts .down {
    font-size: 14px;
    color: #a2a2a2;
    line-height: 1.5em;
}

.footer {
    background: #333;
    color: #fff;
}

.footer .contact ul li {
    margin: 10px 0;
}

.footer .message .col-sm-12 {
    border: 1px solid #fff;
}

.footer .message .col-sm-12 p,
.footer .message .col-sm-12 input,
.footer .message .col-sm-12 a,
.footer .message .col-sm-12 textarea {
    color: #fff;
    background: transparent;
}

.footer .message .col-sm-12 a:hover {
    background: #fff;
    color: #333;
}

.footer .text-center {
    background: #282828;
    padding: 15px 0;
}

/* aboutpage */

.aboutpage .col-md-10 p {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2px;
}

.aboutpage .heading-section p {
    background: none;
    color: #aaa;
    padding: 0;
    font-size: 16px;
}

.aboutpage .heading-section:after {
    height: 0;
}

.aboutpage .col-md-12.text-center,
.productdetail .col-md-12.text-center {
    margin-top: 50px;
    height: 50px;
}

.aboutpage .col-md-12.text-center a,
.productdetail .col-md-12.text-center a {
    padding: 6px 20px;
    border: 1px solid #000;
    border-radius: 20px;
}

.aboutpage .col-md-12.text-center a:hover,
.productdetail .col-md-12.text-center a:hover {
    background: #ff0035;
    color: #fff;
    border-color: #ff0035;
}

.newslist .col-md-12.text-center {
    margin-top: 11px;
}

.newslist ul.news-list {
    position: relative;
    top: -20px;
}

.newslist ul.news-list li {
    padding: 20px 15px 10px;
    margin: 10px 0;
    overflow: hidden;
    background: #f7f7f7;
}

.newslist ul.news-list li:hover {
    background: #fafafa;
}

.newslist .newsTime {
    width: 110px;
    float: right;
    text-align: center;
    color: #aaa;
}

.newslist .newsTime span.up {
    height: 18px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

.newslist .newsTime span.down {
    height: 41px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}

.newslist .newsConts {
    margin-left: 30px;
    float: left;
    width: 60%;
    overflow: hidden;
}

.newslist .newsConts p.up {
    font-size: 16px;
    color: #000;
    display: block;
    height: 35px;
    transition: all 1s;
}

.newslist .newsConts p.down {
    height: 50px;
    color: #A2A2A2;
    line-height: 24px;
    transition: all 0.5s;
    overflow: hidden;
}

@media (max-width: 425px) {
    .newslist.index .box {
        padding: 3em 0;
    }

    .newslist .BNtop {
        padding: 0 20px;
    }

    .newslist .heading-section {
        padding: 0 20px 1em;
    }

    .newslist .news-list {
        padding: 30px 0 0;
    }

    .newslist ul.news-list li {
        padding: 10px 20px;
        position: relative;
    }

    .newslist .newsTime {
        margin-left: 0;
        position: absolute;
        right: 0;
    }

    .newslist .newsTime span.down {
        font-size: 13px;
        font-weight: normal;
    }

    .newslist .newsConts {
        margin-left: 0;
        width: 100%;
    }

    .newslist .newsConts p.down {
        line-height: 16px;
    }
}

@media (max-width: 425px) {

    .aboutpage img,
    .product1 img {
        max-width: 100%;
    }
}

.background-img {
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 425px) {
    .background-img {
        background-size: auto 100%;
    }
}

@media (max-width: 425px) {
    a.btn {
        text-align: center;
    }
}















@media (max-width: 425px) {
    .header-top .fl span h1 {
        font-size: 15px;
    }

    .header-top .fl span p {
        display: none;
    }

    .header-top .fr {
        display: none;
    }

    .heading-section h3 {
        font-size: 20px;
    }

    .heading-section p {
        font-size: 14px;
    }

    .tabControl a {
        padding: 5px 20px;
        line-height: normal;
        margin: 3px;
        display: flex;
        justify-content: center;
    }

    .product-list .col-xs-6 {
        margin: 5px;
    }

    .index1 {
        display: none;
    }

    .index2 {
        background-image: url(../images/index2-bg.jpg);
        background-size: auto 100%;
        height: auto;
        overflow: hidden;
    }

    .index2 .l,
    .index2 .r {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .index2 .l img,
    .index2 .r img {
        width: 74%;
        position: relative;
        left: 13%;
    }

    .index3 .content-img {
        opacity: 1;
    }

    .index3 .col-md-3 {
        margin-top: 15px;
    }

    .index3 .product-list p {
        margin-top: 10px;
        font-size: 14px;
    }

    .index4 {
        display: none;
    }

    .index5>div>div:nth-child(2) img {
        width: 100%;
    }

    .index5 .text {
        width: 100%;
    }

    .index5 .text h2 {
        font-size: 23px;
        text-align: center;
    }

    .index5>div>div:nth-child(3) {
        display: none;
    }

    .news .news-list li {
        width: auto;
    }

    .news .news-list li:nth-child(4),
    .news .news-list li:nth-child(5),
    .news .news-list li:nth-child(6) {
        display: none;
    }

    .footer>div:nth-child(1)>div:nth-child(1)>div:nth-child(1)>div:nth-child(1) h2 {
        font-size: 24px;
    }
}