@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    color: #333333;
    margin: 0;
}

body div {
    overflow: hidden;
}

div,
ul,
li {
    list-style: none;
}

div a {
    color: #363636;
    text-decoration: none;
}

div a:hover {
    color: #363636;
    text-decoration: none;
}

div p {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 2.5rem;
}

.db {
    display: block;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.tc {
    text-align: center !important;
}

.row {
    margin: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.white {
    color: #ffffff !important;
}

.fb {
    font-weight: bold;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mr1 {
    margin-right: 1rem;
}

.mr05 {
    margin-right: 0.5rem;
}

.mb06 {
    margin-bottom: 0.6rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.border1 {
    border: 1px solid #eeeeee;
}

.br1 {
    border-right: 1px solid #eeeeee !important;
}

.bl1 {
    border-left: 1px solid #eeeeee !important;
}

.p1 {
    padding: 1rem;
}

.pt1 {
    padding-top: 1rem;
}

.pb05 {
    padding-bottom: 0.5rem;
}

.pb1 {
    padding-bottom: 1rem;
}

.white {
    color: #ffffff;
}

.oh {
    overflow: hidden;
}

.w40 {
    width: 78%;
}

.bg_1 {
    background: #27569c;
}

.bg_2 {
    background: #d2a92d;
}

.bg_3 {
    background: #79a15a;
}

.col-md-12 {
    padding: 0;
}

.header-bg {
    width: 100%;
    background: #e9551e;
}

.container {
    width: 1000px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-title {
    width: 100%;
    margin: 0 auto;
}

.name-box {
    width: 60%;
    height: 6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.name-box img {
    height: 6rem;
    float: left;
}

.name-box span {
    float: left;
    margin-left: 1.5rem;
    color: #27569c;
}

.name-box span h4 {
    font-size: 2.5rem;
    margin-top: 5px;
    margin-bottom: 0;
    /* letter-spacing: 0.5rem; */
}

.name-box span h6 {
    margin-top: 8px;
    letter-spacing: 0.07rem;
}

.phone-box {
    width: 20rem;
    background: url("../images/phone_01.jpg") 0 50% no-repeat;
    background-size: 4rem 4rem;
    height: 6rem;
    line-height: 2.5rem;
    text-align: left;
    font-size: 1.6rem;
    padding-left: 5rem;
    padding-top: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.title-box {
    width: 100%;
    height: 5rem;
    margin: 0 auto;
}

.title-box .btn {
    line-height: 5rem;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.title-box .btn a {
    color: #ffffff;
    padding: 0 2.7rem;
    display: block;
    font-size: 1.6rem;
}

.title-box .btn a:hover {
    color: #ffffff;
    background: #a25939;
    text-decoration: none;
    transition: background 0.5s ease 0s;
}

.content-box {
    width: 100%;
    margin: 2rem auto 0 auto;
}

.news_box .img_box {
    padding: 0 1.25rem 0 0;
}

.news_box .img_box img {
    width: 570px;
    height: 400px;
}

.news_box_pl {
    padding: 0 0 0 1.25rem;
}

.index_title {
    width: 100%;
    height: 3.5rem;
    background: #f4f4f4;
}

.index_title a {
    padding: 0 2rem;
    line-height: 3.5rem;
    text-align: center;
    display: block;
    float: left;
}

.index_title a:last-child {
    float: right;
    text-align: right;
    font-size: 1.2rem;
    padding-right: 1%;
}

.index_title a:hover {
    background: #a25939;
    transition: background 0.5s ease 0s;
    color: #FFFFFF;
}

.index_title a:last-child:hover {
    background: none;
    color: #27569c;
    text-decoration: underline;
}

.index_active {
    background: #a25939;
    color: #ffffff;
}

.news_item {
    /*padding-top: 1.5rem;*/
}

.news_item a {
    width: 100%;
    line-height: 3.5rem;
    display: block;
    background: url(../images/list-01.png) no-repeat -5px center;
    padding-left: 2rem;
    padding-right: 0.5rem;
}

.news_item a font {
    float: right;
    width: 20%;
    text-align: right;
    display: inline-block;
    font-size: 1.2rem;
    color: #838383;
}

.content-left {
    width: 75%;
    padding-left: 1rem;
    margin-bottom: 2rem;
    float: right;
}

.content-left h4 {
    font-size: 1.8rem;
    border-bottom: 1px dashed #a25939;
    line-height: 3rem;
}

.content-left h5 {
    color: #FFFFFF;
    background: #a25939;
    font-size: 1.6rem;
    line-height: 3.5rem;
    padding-left: 0.8rem;
    border-radius: 0.2rem;
}

.content-left div {
    line-height: 2.8rem;
    color: #969696;
}

.content-left img {
    /*width: 100% !important;*/
}

.content-right {
    width: 25%;
    float: left;
    padding-right: 2rem;
}

.content-right h4 {
    text-transform: uppercase;
    font-size: 1.5rem;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 1.2rem;
    margin-bottom: 1.6rem;
}

.content-right h4::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #a25939;
    width: 6rem;
}

.content-right-class a {
    color: #969696;
    transition: all .3s;
    padding: 0.8rem 0rem 0.8rem 3.2rem;
    display: block;
    border: 1px solid #a25939;
    margin-bottom: 1.6rem;
    border-radius: 0 7px 0 0;
    position: relative;
}

.content-right-class a::after {
    transition: all .3s;
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background: #a25939;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    top: 50%;
    left: 1.6rem;
}

.content-right-news .col-xl-7, .content-right-news .col-xl-5 {
    padding: 0;
    margin-bottom: 1.6rem;
}

.content-right-news .col-xl-5 img {
    width: 100%;
    height: 7rem;
}

.content-right-news .col-xl-7 {
    padding-left: 1rem;
}

.content-right-news a {
    color: #969696;
    font-size: 1.2rem;
    display: block;
    line-height: 2.2rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}

.content-right-news .col-xl-7 font {
    font-size: 1rem;
    color: #6f6f6f;
    display: block;
    text-align: right;
    padding-right: 0.5rem;
    padding-top: 0.7rem;
}

.content-right-product .col-xl-6 {
    padding: 0 0.4rem 1rem 0.4rem;
}

.content-right-product .col-xl-6 img {
    width: 100%;
    height: 9rem;
    border: 1px solid #ececec;
    padding: 5px;
}

.page {
    text-align: center;
    width: 100%;
    margin: 1.5rem 0;
}

.content-news {
    display: flex;
}

.content-news .col-xl-1 {
    text-align: center;
    background: #a25939;
    height: 9rem;
    margin-top: 1.5rem;
    line-height: 2.3rem;
    color: #FFFFFF;
    font-size: 1.8rem;
    padding-top: 2rem;
    border-radius: 0.24rem;
}

.content-news .col-xl-11 .content-info {
    color: #8c8c8c;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    line-height: 2.2rem;
    margin-bottom: 1rem;
}

.content-news .more {
    display: inline-block;
    color: #fff;
    line-height: 3rem;
    padding: 0 2rem;
    white-space: nowrap;
    border-radius: 0.24rem;
    background: #a25939;
    float: right;
}

.index_class {
    margin: 0 auto;
    width: 80rem;
}

.index_class a {
    width: 17.5rem;
    height: 4.4rem;
    display: block;
    float: left;
    color: #FFFFFF;
    line-height: 4.4rem;
    font-size: 1.8rem;
    margin: 0 1.25rem;
    text-align: center;
}

.index_class a:hover {
    color: #FFFFFF;
}

.more_1 {
    background: #79a15a;
    color: #FFFFFF;
    padding: 0.5rem 3rem;
}

.index_about {
    background-size: 50rem 50rem;
    margin: 5rem 0 0 0;
    padding-bottom: 6rem;
    width: 50%;
}

.index_about div:last-child span {
    width: 33%;
    padding: 0 3rem;
    float: left;
    text-align: center;
}

.index_about div:last-child span img {
    width: 50%;
    height: 5rem;
}

.index_about div:last-child span h5 {
    text-align: center;
    font-size: 2rem;
}

.index_about div:last-child span h5 i {
    width: 100%;
    text-align: center;
    font-style: normal;
    color: #999999;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.index_bg {
    background: url("../images/index_bg_01.jpg") no-repeat;
    background-size: 100% 100%;
}

.index_bg div {
    margin: 5rem 20rem 0 12rem;
    float: right;
    width: 35%;
    text-align: left;
    font-size: 1.7rem;
}

.index_bg div span {
    display: block;
}

.index_bg div span a {
    font-size: 1.3rem;
    color: #FFFFFF;
    padding: 0.7rem 3rem;
    background: #4db00b;
    border: 1px solid #4db00b;
    border-radius: 0.4rem;
}

.index_bg div span a:hover {
    border-radius: 0;
    border: 1px solid #f0f0f0;
    background: none;
    transition: background 0.5s ease 0s;
}

.index-bottom {
    color: #FFFFFF;
    padding: 2rem 0;
}

.index-bottom div {
    width: 60%;
    float: left;
}

.index-bottom h4 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
}

.index-bottom a {
    float: right;
    padding: 0.6rem 3rem;
    border: 1px solid #f0f0f0;
    margin-top: 2rem;
    color: #f0f0f0;
}

.index-news {
    margin-bottom: 5rem;
}

.index-news div {
    width: 30%;
    border: 1px solid #CCCCCC;
    padding: 0;
    margin: 0 3% 0 0;
}

.index-news div:last-child {
    margin-right: 0;
    width: 34%;
    border: 0;
}

.index-news div img {
    width: 100%;
}

.index-news div h5 {
    padding: 1rem;
    margin: 0;
}

.index-news div span {
    font-size: 1.2rem;
    padding: 0 1rem 1rem 1rem;
    display: block;
    color: #999999;
}

.index-news div:last-child div {
    width: 100%;
    border: 0;
    margin-bottom: 1rem;
}

.index-news div span p,
.index-news div:last-child div span p {
    line-height: 1.8rem;
}

.index-news div:last-child div img {
    width: 6rem;
    height: 6rem;
    float: left;
}

.index-news div:last-child div h5,
.index-news div:last-child div span {
    float: left;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    width: 80%;
    padding-top: 0;
}

.index-news div:last-child div span {
    font-weight: 400;
}

.img-box .col-md-3 {
    /*padding: 0;*/
}

.img-box .col-md-3 img {
    width: 100%;
    height: 18rem;
}

.index_pro_list {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.index_pro_list span:first-child {
    font-size: 5rem;
    color: #79a15a;
    float: left;
    font-family: "Heiti TC";
    margin-right: 1.5rem;
}

.index_pro_list h6 {
    text-align: left;
    color: #79a15a;
    display: block;
    width: 80%;
    float: left;
    margin: 1rem 0;
    font-size: 1.4rem;
}

.index_pro_list span:last-child {
    text-align: left;
    float: left;
    width: 80%;
    font-size: 1.3rem;
}

.footer_box div:first-child {
    padding: 2rem 0;
    width: 100%;
}

.footer_box div:last-child span {
    text-align: center;
    line-height: 2.7rem;
    display: block;
    color: #FFFFFF;
}

.footer_box span:first-child {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.footer_box span:first-child a {
    padding: 0 1.5rem;
    color: #FFFFFF;
}

.about_class a {
    display: block;
    float: left;
    font-size: 1.6rem;
    margin: 0 1rem 0 1rem;
    padding: 0.7rem 2.2rem;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 0.2rem;
    transition: all 0.5s ease-in-out;
}

.about_class a:hover {
    border: 1px solid #79a15a;
    transition: all 0.5s ease-in-out;
}

.news_list {
    width: 90%;
    margin: 3rem 1rem 4rem 1rem;
}

.news_list li {
    border: 1px solid #cecece;
    padding: 0.5rem 2rem;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
    margin-bottom: 2rem;
}

.news_list li:hover {
    color: #79a15a;
    border: 1px solid #79a15a;
    transition: all 0.5s ease-in-out;
}

.news_list li a {
    color: #666666;
    display: block;
}

.news_list li a h5 {
    border-bottom: 1px solid #cecece;
    line-height: 3.5rem;
    margin: 0 0 1rem 0;
}

.news_list li a h5 span {
    float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
}

.news_list li a p {
    line-height: 2rem;
    font-size: 1.3rem;
}

.news_list li a i {
    display: block;
    color: #F76301;
    text-align: right;
}

.pagebar {
    margin: 2rem auto 3rem 1rem;
    font-size: 1.3rem;
    text-align: center;
}

.content {
    width: 100%;
    background: #F4F4F4;
    padding: 2rem 2rem;
    margin-bottom: 4rem;
}

.content h4 {
    margin: 0;
}

.msgInfo {
    font-size: 1.2rem;
    color: #999999;
    border-bottom: 1px solid #FFFFFF;
    display: table;
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
}

.msgPreNxt {
    border-top: 1px solid #FFFFFF;
    margin-top: 3rem;
    padding-top: 1rem;
}

.msgPreNxt a:last-child {
    float: right;
    text-align: right;
}

.navPos {
    margin: 3rem auto;
}

.msgLst {
    border: #FFFFFF 1px solid;
    box-shadow: 2px 2px 2px 0px rgb(120 120 120 / 30%);
    padding: 0;
    background: #FFFFFF;
}

.title-list {
    position: absolute;
    z-index: 10000;
    background: #FFFFFF;
    opacity: 0.8;
    height: 0;
}

.title-list a {
    float: left;
    color: #a25939 !important;
    display: inline-block;
    padding: 0 2.3rem;
    height: 4rem;
    line-height: 4rem;
}

.title-list a:hover {
    background: none !important;
    color: #a25939 !important;
    text-decoration: underline;
}

.lb-box {
    margin-top: 15rem !important;
}

.index-product-img {
    width: 24rem;
    float: left;
    padding: 1rem 1rem 0 1rem !important;
    margin-right: 1.5rem !important;
}

.index-product-img img {
    width: 100%;
    height: 15rem;
}

.index-product-img span {
    line-height: 4rem;
    width: 100%;
    display: block;
    text-align: center;
}
