@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #242424;
    font-size: 1.6rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}

.ff-A {
    font-family: Arial !important;
}

.ff-M {
    font-family: Microsoft YaHei !important;
}

:root {
    --prop: 1;
    --base_color: #46774d;
}

.base_color {
    color: var(--base_color) !important;
}

.base_bg {
    background-color: var(--base_color) !important;
}

.M_color { color: #242424; }


a {
    transition: all 0.3s;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f00;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.tri {
    margin-left: 10px;
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #dadada transparent transparent transparent;
}

.dv {
    display: inline-block !important;
    vertical-align: middle;
}

.imgbox {
    position: relative;
    overflow: hidden;
}

.imgbox:after {
    content: '';
    display: block;
}

.imgbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgbox_4_3,

.img_1_1 {
    background: #f8f9fa;
}

.imgbox_3_1:after {
    margin-top: 33.3333%;
}

.imgbox_2_1:after {
    margin-top: 50%;
}

.imgbox_4_3:after {
    margin-top: 75%;
}

.imgbox_1_1:after {
    margin-top: 100%;
}

.imgbox_270_480:after {
    margin-top: 177.7777%;
}

.imgbox_4_3 video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .img-fluid {
    margin: 0 auto !important;
}

.ImgScale img,
.ImgScale i {
    transition: all 0.3s;
}

.ImgScale:hover img,
.ImgScale:hover i {
    transform: translate(-50%, -50%) scale(1.05);
}

.IScale i,
.IScale img {
    transition: all 0.3s;
}

.IScale:hover i,
.IScale:hover img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.rotateY:before {
    transform: rotateY(180deg);
}

.fs12 {
    font-size: 1.2rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs15 {
    font-size: 1.5rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs20 {
    font-size: 2.0rem;
}

.fs22 {
    font-size: 2.2rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs30 {
    font-size: 3.0rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs46 {
    font-size: 4.6rem;
}

.fs60 {
    font-size: 6.0rem;
}

.fs63 {
    font-size: 6.3rem;
}

.fs78 {
    font-size: 78px;
}

.iconfont.fs30 {
    font-size: 3.0rem;
}

.iconfont.fs40 {
    font-size: 4.0rem;
}

.iconfont.fs50 {
    font-size: 5.0rem !important;
}

.iconfont.fs60 {
    font-size: 6.0rem !important;
}

.iconfont.fs78 {
    font-size: 7.8rem !important;
}

.lh-18 {
    line-height: 1.8;
}

.lh-20 {
    line-height: 2.0;
}

.lh-32 {
    line-height: 32px;
}

.op6 {
    opacity: 0.6;
}

.desc.op6 { opacity: 1; color: #959595; }

.op8 {
    opacity: 0.8;
}

.border-3 {
    border: #ff4f00 3px solid;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

.rounded-30 {
    border-radius: 30px;
}

.stroke {
    height: 60px;
    background: url(../Image/title_bg.png) center no-repeat;
    letter-spacing: 2px;
    color: #ffe400;
    text-shadow: 3px 3px 0px #000, 3px 3px 0px #000, 2px 2px 0px #000, -2px -2px 0px #000, 3px 3px 0px #000, -3px -3px 0px #000;
}


.ls-btn a:nth-child(1):hover {
    background-color: #28a745 !important;
}

.ls-btn a:nth-child(1):hover * {
    color: #fff !important;
}

.ls-btn a:nth-child(2):hover {
    background-color: #007bff !important;
}

.ls-btn a:nth-child(2):hover * {
    color: #fff !important;
}

/*.stroke{ text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;}
*/

.lineT {
    border-left: 5px solid var(--base_color);
}

/*PAGE
----------------------------------------*/

.location.info,
.location.info a {
    color: #666;
}

#wrap {
    width: 100%;
}

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}

.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color);
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../Image/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../Image/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../Image/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../Image/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.prev_next li .box {
    border: 1px dotted #ccc;
    color: #000;
    border-radius: 3px;
    transition: all 0.3s;
}

.prev_next li .box:hover {
    background: var(--base_color);
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

.border-dashed {
    border: 1px #ff4f00 dashed;
}

.content table {
    border-collapse: collapse;
    border: none;
}

.content td {
    border: solid #efefef 1px;
    padding: 5px;
    font-size: 1.8rem;
}

/* Header
----------------------------------------*/

header {
    background: #ffffff;
}

.top_search {
    background: #fff;
}

.top_search .search_text {
    width: 75%;
    height: 30px;
}

#tsjy_1 ::-webkit-input-placeholder {
    color: #666666;
    opacity: 0.8;
}


#tsjy_2 ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.top_search .search_so {
    background-color: #a40b06;
    width: 25%;
    height: 30px !important;
    line-height: 30px;
    padding: 0;
}

.top_search_m {
    display: none;
}


.logo,
.logo .container,
.logo .container a {
    height: 93px;
}

#page_index .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}


.mainNav li a {
    color: #fff;
    padding: 0 1rem;
    position: relative;
}

.mainNav li a:hover,
.mainNav li a.active{
    background: #f60 !important;
    color: #fff;
}

.nav-tab {
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: auto;
}

.nav-tab-item {
    flex: 1 0 auto;
    color: white;
}

.guide {
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    background: linear-gradient(to right, rgba(70, 119, 77, 0), rgba(70, 119, 77, 0.9));
}


.pnavList li a:hover,.pnavList li a.active {
    color: var(--base_color);
}

.pnavList li a:hover *,.pnavList li a.active * {
    color: var(--base_color);
}

/*NAV*/

#banner_box {
    width: 1200px;
    max-width: 100%;
}

.page_banner {
    height: 240px;
    background: url(../Image/mc.gif);
}
.fwxm_banner { height: 260px; }

.fwxm_banner_15 { background: url(../Image/fwxm/item_bg_15.jpg); }

.fwxm_banner_16 { background: url(../Image/fwxm/item_bg_16.jpg); }

.fwxm_banner_17 { background: url(../Image/fwxm/item_bg_17.jpg); }

.fwxm_banner_18 { background: url(../Image/fwxm/item_bg_18.jpg); }

/*BANNER*/

.location,
.location a {
    color: #666;
}

.location a:hover {
    color: #f60;
}

.fwlcList .box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto; 
    border-width: 10px;
    margin-top: 15px;
    border-style: solid;
    border-color: var(--base_color) transparent transparent transparent;
}

/*LOCATION*/


/* Footer
----------------------------------------*/


.footer-info,
.footer-info a {
    color: #fff !important;
}

.footer-info a:hover {
    color: #ff0 !important;
}


#page-footer-gt {
    z-index: 9;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background: var(--base_color);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    width: 100%;
    height: 70px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../Image/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../Image/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../Image/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../Image/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}


/*FOOTER*/

/*INDEX*/

.in_title .more i {
    transition: all 0.3s;
}

.in_title .more:hover {
    color: var(--base_color);
}

.in_title .more:hover i {
    transform: translate(10px, -10px);
    color: var(--base_color);
}


#in_box1 .goods_list a:hover {
    color: #f60;
}

#in_box1 .num , #in_box1 .num li a { background: #fafbfa; }


#in_box1 .num li a:hover { background: var(--base_color) !important; color: #fff !important; }

#in_box1 .num li a:hover *{ color: #fff !important; }

.in_tskcList .imgbox img { min-height: 100%; }

.in_tskcList a { background: #fafbfa; }

.in_tskcList a:hover { background: var(--base_color); color: #fff; }
.in_tskcList a:hover *{ color: #fff !important; }


#in_box2 {}


.case a .cover,
.case a img {
    transition: all 0.5s;
}

.case a:hover img {
    transform: translate(-100%, -50%) rotateY(-90deg);
}

.case a .cover {
    transform: translateX(50%) rotateY(-90deg);
}

.case a:hover .cover {
    transform: translateX(0) rotateY(0);
}

.case .cont {
    height: 0;
}

#in_box3 { background: #fafbfa; }


.about_num li a {
    padding-top: 30px !important;
}

.about_num li a:hover,
.about_num li.active a {
    background: var(--base_color);
    transform: scale(1.05);
}

.about_num li a:hover *,
.about_num li.active a * {
    color: #fff;
}

.about_num li a .i1,
.about_num li a .i2 {
    height: 60px;
}

.about_num li a .i2 {
    display: none;
}

.about_num li a:hover .i1,
.about_num li.active a .i1 {
    display: none;
}

.about_num li a:hover .i2,
.about_num li.active a .i2 {
    display: block;
}

.about_link li a:hover { color: var(--base_color); }

.about_link li a:hover * {color: var(--base_color);}


#in_box4 {}

.team_box {
    background: url(../Image/mc.gif) #46774d;
}

.fw_list li img {
    border: 10px solid rgba(255, 255, 255, 0.5);
}

#in_box5 {}


.in_best_news a { background: #fafbfa; }
.in_best_news a:hover { background: var(--base_color) !important; color: #fff !important; }
.in_best_news a:hover * {color: #fff !important; }

.in_best_news a i.line { transition: all 0.3s; }
.in_best_news a:hover i.line { width: 110px !important; background: #fff !important; }


.in_news_nomal li a:hover { padding-right: 20px !important; }

.in_news_nomal a i.line { transition: all 0.3s; }
.in_news_nomal a:hover i.line { width: 110px !important; }


#in_box6 {}

.news_type li a {
    color: var(--base_color);
}

.news_type li a:hover {
    background-color: var(--base_color);
    color: #fff;
}

/*ABOUT*/

.main_bg {
    background: url(../Image/mc.gif);
    height: auto;
}


.main_bg_h {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 545px;
}


/*PAGE*/

/*NEWS CONTENTS PAGE*/


.mainInfo iframe {
    width: 100%;
    height: 600px;
}

.mainInfo img {
    max-width: 100%;
    height: auto !important;
}

/*PRODUCTS LIST PAGE*/

.picList li a { background: #fafbfa; }

.picList li a:hover { background: var(--base_color) !important; color: #fff !important; }

.picList li a:hover *{color: #fff !important; }


.picList .n_cont {
    height: 80px;
    line-height: 2;
}


/*MESSAGE*/

#page_index #c_mess_box input,
#page_index #c_mess_box textarea {
    margin-bottom: 10px !important;
}

#page_mess_box li {
    margin-bottom: 10px;
}

#page_mess_box li input {
    height: 40px;
}


.de-contact .contact-list .lineT {
    border-left: 5px solid var(--base_color);
    padding-left: 10px;
}

.de-contact .contact-list {
    border: 1px solid #efefef !important;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}

.de-contact .contact-list li {
    margin-bottom: 10px;
}

.de-contact .contact-list ul li div {
    padding-left: 60px;
    color: #595959;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
}

.de-contact .contact-list ul li div.icon-01 {
    background: url(../Image/contact-icon-01.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-02 {
    background: url(../Image/contact-icon-02.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-03 {
    background: url(../Image/contact-icon-03.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-04 {
    background: url(../Image/contact-icon-04.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-05 {
    background: url(../Image/contact-icon-05.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-06 {
    background: url(../Image/contact-icon-06.png) no-repeat 10px 10px #fff;
}

#dituContent {
    width: 100%;
    height: 398px;
    margin: 0 auto 30px;
    border: 1px dotted #ccc;
    border-radius: 10px;
}

#page_message input,
#page_proinfo input {
    background: #fff;
}

#page_proinfo #in_box4 {
    background-image: none !important;
}

#page_proinfo .img {
    width: 100%;
}

#page_proinfo .img img {}


#page_proinfo .sy {
    width: 80px;
    height: 80px;
    background: url(../Image/favicon.png) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}


.e_nav .num {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    animation: myfirst 0.8s infinite;
}

@keyframes myfirst {
    from {
        background: #000;
        color: #fff;
    }

    to {
        background: #f00;
        color: #fff;
    }
}


#jdsl_box4 .desc { color: #c3cfc4 !important; }


.slider_list a.active { background: #f60 !important; }


