@charset "utf-8";



html {

    font-size: 62.5%;

    /*10 ÷ 16 × 100% = 62.5%*/

}



body {

    margin: 0;

    padding: 0;

    text-align: left;

    color: #001200;

    font-size: 1.6rem;

    /*1.6 × 10px = 16px */

    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;

    background: #ffffff;

    /*background: #fff;*/

}



:root {

    --prop: 1;

    --base_color: #438ed3

}



.base_color {

    color: var(--base_color) !important;

}



a {

    transition: all 0.3s;

}



a:link {

    color: #333333;

    text-decoration: none

}



a:visited {

    color: #333333;

    text-decoration: none

}



a:hover {

    text-decoration: none;

    color: #000;

}



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-fluid,

.img_4_3 .img-fluid,

.img_1_1 .img-fluid,

.img_3_4 .img-fluid {

    margin: 0 auto;

}



.img_2_1,

.img_4_3,

.img_1_1,

.img_3_4 {

    background: #f8f9fa;

}



.overhide {

    overflow: hidden;

}



.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;

}



.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);

}



.fs14 {

    font-size: 1.4rem;

}



.fs15 {

    font-size: 1.5rem;

}



.fs16 {

    font-size: 1.6rem;

}



.fs17 {

    font-size: 1.7rem;

}



.fs18 {

    font-size: 1.8rem;

}



.fs22 {

    font-size: 2.2rem;

}



.fs24 {

    font-size: 2.4rem;

}



.fs26 {

    font-size: 2.6rem;

}



.fs40 {

    font-size: 4.0rem;

}





.fs45 {

    font-size: 4.5rem;

}



.op6 {

    opacity: 0.6;

}



.op8 {

    opacity: 0.8;

}



.py-8 {

    padding: 7rem 0;

}



/*PAGE

----------------------------------------*/



.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(../images/prev.jpg) no-repeat center;

}



.de-page-mian .page-inner a.prev.on {

    background: #fff url(../images/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(../images/next.jpg) no-repeat center;

}



.de-page-mian .page-inner a.next.on {

    background: #fff url(../images/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;

}



/* Header

----------------------------------------*/



#name_box_w {

    height: 100px;

    font-size: 1.6rem;

}





.logo {

    height: 100px;

}



.nav_box {

    width: calc(100% - 520px);

    padding: 0 40px;

}





.top_tel {

    height: 100px;

}



.top_tel p {

    border: 2px solid var(--base_color);

    border-radius: 30px;

    color: var(--base_color)

}



.top_tel p a {

    color: var(--base_color)

}



nav.nav a {

    color: #000;

    height: 100px;

    line-height: 100px;

    padding: 0;

}



nav.nav a:hover,

nav.nav .active {

    font-size: 1.8rem;

    font-weight: bold;

    color: var(--base_color);

}



#index nav.nav a {

    color: #fff;

}



#index nav.nav a:hover,

#index nav.nav .active {

    color: #fff;

}



#index .top_tel p {

    border: 2px solid #fff;

    color: #fff;

}



#index .top_tel p a {

    color: #fff;

}



/*NAV*/



#banner_box {

    width: 100%;

    overflow: hidden;

    position: relative;

    padding-top: var(--base_h);

}



#page_banner_box {

    width: 100%;

    position: relative;

    background: url(../images/page_banner0.jpg) center no-repeat;

    height: auto;

}



/*BANNER*/



.location a {

    color: #fff;

}



.location a:hover {

    color: #f60;

}



/*LOCATION*/





/* Footer

----------------------------------------*/

.page-footer {

    background: #639bd0;

    overflow: hidden;

    position: relative;

    color: #fff;
    padding-top: 80px !important;

}



.footer-info {
    font-size: 1.5rem;
    line-height: 2.4;

}



.footer-info a {

    color: #fff;

}



.footer-info a:hover {

    color: #fff;

}



.footer-copyright {

    color: #c09a64;

}



.link_box a {

    color: #c09a64;

}



.link_box a:hover {

    color: #fff;

}



#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(../images/e1.png);

    background-size: 100%;

}



#page-footer-gt ul li:nth-child(2) i {

    background: url(../images/e2.png);

    background-size: 100%;

}



#page-footer-gt ul li:nth-child(3) i {

    background: url(../images/e3.png);

    background-size: 100%;

}



#page-footer-gt ul li:nth-child(4) i {

    background: url(../images/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 {

    max-width: 100%;

    color: #333;

}



.in_title a {

    color: #333;

}



.in_title .more i {

    font-size: 4.0rem !important;

    opacity: 0.6;

}



.in_title .more:hover i {

    opacity: 1;

}



.in_line {

    width: 90px;

    height: 10px;

    display: block;

    margin: 3rem auto;

    margin: calc(var(--prop) * 3rem) auto;

    background: url(../images/in_title_line.png) center no-repeat;

}



#in_box1 {

}

.video_box {

    width: 429px;

}



.video_box video,

.video_box iframe {

    width: 429px;

    max-width: 429px;

    height: 500px;

}


.type_nav a {}



.type_nav a:hover {

    background: var(--base_color);

    color: #ddb979;

}



#in_box3 {
    background: #72abe0;

}


.nav-tabs .nav-link.active {

    color: var(--base_color) !important;

    opacity: 1;

    background: none;

}



#in_box5 {

}





#in_box5 .time big {

    display: block;

}



#in_box5 .in_newslist a:hover * {

    color: var(--base_color);

}

.in_bar { position: relative;
    bottom: -50px;
    z-index: 99; }

.in_bar .container {
    background: url(../images/in_bar.jpg) center no-repeat;
    background-size: cover;
}



/*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;

}



.picUL li {

    margin-bottom: 30px;

}



.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(../images/contact-icon-01.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-02 {

    background: url(../images/contact-icon-02.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-03 {

    background: url(../images/contact-icon-03.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-04 {

    background: url(../images/contact-icon-04.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-05 {

    background: url(../images/contact-icon-05.png) no-repeat 10px 10px #fff;

}



.de-contact .contact-list ul li div.icon-06 {

    background: url(../images/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;

}