@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #504f4f;
    font-size: 1.6rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
}


:root {
    --prop: 1;
    --base_color: #ff4f00;
}

.base_color {
    color: var(--base_color) !important;
}

.base_bg {
    background-color: var(--base_color) !important;
}


a {
    transition: all 0.3s;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f60;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--base_color);
}

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;
}

.dv {
    display: inline-block !important;
    vertical-align: middle;
}

.mr_10 {
    margin-right: 10px;
}

.img_2_1,
.img_4_3,
.img_1_1,
.img_3_4 {
    background: #f8f9fa;
}

.img_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: scale(1.05);
}

.IScale i,
.IScale img {
    transition: all 0.3s;
}

.IScale:hover i,
.IScale:hover img {
    transform: rotateY(180deg);
}

.line-height-18 {
    line-height: 1.8;
}

.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;
}

.fs24 {
    font-size: 2.4rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs28 {
    font-size: 2.8rem;
}

.fs30 {
    font-size: 3.0rem;
}

.fs32 {
    font-size: 3.2rem;
}

.fs34 {
    font-size: 3.4rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs40 {
    font-size: 4.0rem;
}

.fs45 {
    font-size: 4.5rem;
}

.fs50 {
    font-size: 5.0rem;
}

.fs58 {
    font-size: 5.8rem;
}

.fs80 {
    font-size: 8.0rem;
}

.op6 {
    opacity: 0.6;
}

.op8 {
    opacity: 0.8;
}

.py-8 {
    padding: 7rem 0;
}

.border-3 {
    border: #ff4f00 3px solid;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-15 {
    border-radius: 15px;
}

.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%;
    max-width: 750px;
    background: #fff;
}

#page_index #wrap {
    background: #FFF;
}


.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
----------------------------------------*/


.logo,
.logo .container,
.logo .container a {
    height: 93px;
}

#page_index .logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.mainNav li a {
    color: #343333;
}

.mainNav li a:hover,
.mainNav li a.active {
    background-color: #efefef;
}

#page_index .logo .border-b {
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

/*NAV*/

#banner_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: var(--base_h);
}

#page_banner_box {
    width: 100%;
    position: relative;
    background: url(../Image/page_banner.jpg) center no-repeat;
    height: 350px;
}

/*BANNER*/

.location,
.location a {
    color: #666;
}

.location a:hover {
    color: #f60;
}

/*LOCATION*/


/* Footer
----------------------------------------*/

.page-footer {
    background: var(--base_color);
    overflow: hidden;
    position: relative;
    color: #fff;
    max-width: 750px;
}

.page-footer a {
    color: #fff;
}


nav.fixed-bottom {
    max-width: 750px !important;
}

nav.fixed-bottom a:hover {
    background: #000;
}

/*FOOTER*/

/*INDEX*/

.in_title {
    max-width: 100%;
    color: #ff4f00;
    line-height: 1.4;
}

.in_title a {
    color: #ff4f00;
}

.in_title b {
    display: inline-block;
    vertical-align: middle;
}


#in_box1 {}

#in_box1 .in_title {
    width: 100%;
    height: 60px;
    background: url(../Image/title_bg.png) center no-repeat;
}


#in_box1 .in_title a {
    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;
}

#in_box1 .goods_list a {
    color: #333;
}

#in_box1 .goods_list a:hover {
    color: #f60;
}


#in_box2 {}

.type_list a {
    color: var(--base_color);
}

.type_list a:hover {
    background: var(--base_color);
    color: #fff;
}

.pro_list li a .sy {
    width: 50px;
    height: 50px;
    background: url(../Image/favicon.png) top left no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.pro_list li a {
    color: #222;
}

#in_box3 {}

#in_box4 {}

.fw_list li img {
    border: 10px solid rgba(255, 255, 255, 0.5);
}

#in_box5 {}

#in_box6 {}

.news_type li a {
    color: var(--base_color);
}

.news_type li a:hover {
    background-color: var(--base_color);
    color: #fff;
}


/*PAGE*/

/*NEWS CONTENTS PAGE*/

.mainInfo iframe {
    width: 100%;
    height: 600px;
}

.mainInfo img {
    max-width: 100%;
    height: auto !important;
}

/*PRODUCTS LIST PAGE*/

.proUL li {
    margin-bottom: 30px;
}

.proUL li a .cont {
    background: var(--base_color);
    color: #c09a64;
    color: #c09a64;
}


.picList li {
    margin-bottom: 30px !important;
}


/*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: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    animation: myfirst 0.8s infinite;
}

@keyframes myfirst {
    from {
        background: #000;
        color: #fff;
    }

    to {
        background: #f00;
        color: #fff;
    }
}

.video { padding: 0 42px; }
.video video, .video iframe { width: 100% !important; background: #ccc; border: 5px solid #efefef; padding: 2px; }