@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.both {
    clear: both;
}

a {
    color: #000;
    transition: 0.5s;
}

#box {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 500px;
}

#box img {
    transition: 0.3s;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.arrow {
    width: 100%;
}

.arrow a {
    position: absolute;
    top: 45%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #333;
    font-size: 24px;
    padding: 10px 15px;
    opacity: 0;
}

#box:hover .arrow a {
    opacity: 1;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.ib {
    display: inline-block;
}

.flex {
    display: flex;
    justify-content: space-evenly;
}

.pd {
    padding: 40px 0;
}


nav {
    width: 100%;
    text-align: center;
    background: #222;
}

nav #index {
    background: #ff5001;
}

nav a {
    display: inline-block;
    font-size: 15px;
    line-height: 50px;
    width: calc(80% / 8);
    color: #fff;
}

nav a:hover {
    background: #ff5001;
}

.top {
    width: 100%;
    line-height: 40px;
    background: #e9e9e9;
    color: #666;
    overflow: hidden;
}

.logo {
    font-size: 28px;
    width: 100%;
    /* height: 120px; */
    display: inline-block;
    /* line-height: 120px; */
    /* overflow: hidden; */
    padding-top: 10px;
}

.tel {
    display: inline-block;
}

.logo1 {
    width: 50%;
    display: inline-block;
}

#key {
    background: #f7f7f7;
    padding: 15px 0;
}

#key p {
    color: #ff5001;
    font-weight: 700;
}

#key p a {
    color: #888;
}

#key p a:hover {
    color: #166e3e;
}


.fwxm {
    text-align: center;
}

.width i {
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 66, 0, 0.1);
}

.width h1 {
    font-size: 36px;
    margin-top: -50px;
    color: #ff4200;
    font-weight: bold;
}


.smbox {
    width: calc(98% / 4);
    margin-bottom: 10px;
    border: solid #808080 1px;
}

.smbox img {
    width: 100%;
    height: 300px;
}

.smbox h3 {
    width: 100%;
    color: rgb(27, 27, 27);

    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.smbox a:hover h3 {
    color: #ff5001;
    transition: 1s;
}

.lxfs {

    background: url(../img/lx-bj.jpg) no-repeat center;
    text-align: right;

}

.lxfs .width {
    display: flex;
    flex-direction: row-reverse;
}

.lxfs .text {
    width: 50%;
}

.lxfs .text p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
    height: 50px;
    margin-bottom: 20px;
}


.lxfs .text .tell {
    border-bottom: none;
    font-size: 34px;
}

.about {
    text-align: center;
}


.gy-cont {
    display: inline-block;
    margin-top: 10px;
    width: 50%;
    background-color: #fff;
    padding: 30px;
    height: 350px;
    text-align: left;
}

.gy-cont h3 {
    font-size: 48px;
    font-weight: bold;
    color: #ff4200;
}

.gy-cont h1 {
    font-size: 30px;
    padding: 10px 0;
    color: #000;
}

.gy-cont p {
    line-height: 28px;
    text-align: center;
}

.gy-btn {
    width: 178px;
    height: 44px;
    margin: 36px auto 0 auto;
    text-align: center;

}

.gy-btn a {
    display: block;
    width: 178px;
    height: 44px;
    line-height: 44px;
    background: #ff5001;
    color: #fff;
    border-radius: 44px;
}

.gy-cont h1 {
    margin: 0;
}

.gy-cont p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.right {
    /* margin-top: 40px; */
    display: inline-block;
    width: 30%;
    /* height: 400px; */
}

h3 {
    margin: 0;
    padding: 0;
}

.abt {
    display: flex;
}

.news {
    text-align: center;
}



.newsleft {
    width: 45%;
    padding: 2%;
    background: #eee;
}

.newsleft a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 40px;
}

.left-title {
    display: inline-block;
    width: 80%;
    font-size: 18px;
    text-align: left;
    font-weight: 100;
}

.newstop {
    text-align: left;
}

.newstop h1 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-top: -1px;
}

#foot_nav {
    display: none;
}

.newstop span {
    float: right;
}

.newsright {
    width: 45%;
    padding-left: 4%;
}

.newsright .left-title {
    display: inline-block;
    width: 80%;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
}

.newsright .title {
    display: block;
    width: 100%;
    text-align: left;
}


.newsright .text {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;

}

#bnews:hover .title {
    color: #ff4200;
}

#bnews {
    margin: 10px 0;
}


.link {
    margin: 20px 0;

}

.link p {
    margin-bottom: 10px;
    line-height: 42px;
    border-bottom: 2px solid #ccc;
}


.footer {
    padding: 20px 0;
    background: #414141;
    color: #aaa;
    text-align: center;
}




#foot_nav {
    display: none;
}


@media screen and (max-width: 980px) {
    * {
        -webkit-text-size-adjust: none;
    }

    #box {
        height: 300px;
    }

    #key {
        display: none;
    }

    .width {
        width: 99%;
    }




    nav a {
        width: calc(100% / 8);
    }


    .logo1 img {
        width: 100%;
    }

    /* .ib{display: none;} */
    .tel img {
        display: none;
    }

    .ib b {
        font-size: 27px !important;
    }

    .width i {
        font-size: 70px;
    }

    .smbox {
        width: calc(98% / 2);
    }

    .smbox img {

        height: 250px;
    }

    .lxfs .text {
        width: 100%;
    }

    .lxfs {
        text-align: center;
        background-position: right;
    }

    .gy-cont {
        height: auto;
    }

    .logo1 {
        width: 64%;
    }

    .newsleft {
        width: 96%;
    }

    .newsright {
        width: 96%;
    }

    .news .flex {
        flex-direction: column;
    }


    .footer {
        padding-bottom: 80px;
    }

#aboutfl{    display: flex;
    align-items: center;}
    .gy-cont p{
        word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;
    }

.right img{
    height: 200px !important;
}



    #foot_nav {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
    }

    #foot_nav li {
        list-style: none;
    }

    #foot_nav li a {
        width: calc(100% / 4);
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #3cb371;
        color: #fff;
        float: left;
    }

}