@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.4rem;

    /*1.6 × 10px = 16px */

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

    background: #fff;

}



:root {

    --prop: 1;

    --base_color: #0060ad;

}



.base_color {

    color: var(--base_color) !important;

}





.base_bg {

    background: var(--base_color) !important;

}





.layui-layer-btn .layui-layer-btn0 {

    color: #fff !important;

}





a {

    color: #666666;

    transition: all 0.3s;

}



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;

}



.imgbox {

    position: relative;

    overflow: hidden;

}



.imgbox:after {

    content: '';

    display: block;

}



.imgbox img,

.imgbox video,

.imgbox div.contbox {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

}



.imgbox_4_3,

.imgbox_1_1 {

    background: #f8f9fa;

}



.imgbox_3_1:after {

    margin-top: 33.3333%;

}



.imgbox_5_2:after {

    margin-top: 40%;

}



.imgbox_2_1:after {

    margin-top: 50%;

}



.imgbox_4_3:after {

    margin-top: 75%;

}



.imgbox_1_1:after {

    margin-top: 100%;

}



.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 .fluid-img {

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

}



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

}



.fs20 {

    font-size: 2.0rem;

}



.fs24 {

    font-size: 2.4rem;

}



.fs26 {

    font-size: 2.6rem;

}



.fs30 {

    font-size: 3rem;

}



.fs36 {

    font-size: 3.6rem;

}



.fs45 {

    font-size: 4.5rem !important;

}



.fs55 {

    font-size: 5.5rem;

}



.fs60 {

    font-size: 6.0rem;

}



.op6 {

    opacity: 0.6;

}



.op8 {

    opacity: 0.8;

}



.iconfont.fs20 {

    font-size: 2.0rem;

}



.iconfont.fs35 {

    font-size: 3.5rem;

}



.iconfont.fs30 {

    font-size: 3.0rem;

}



.iconfont.fs40 {

    font-size: 4.0rem;

}



.iconfont.fs50 {

    font-size: 5.0rem;

}



.iconfont.fs60 {

    font-size: 6.0rem;

}



.lh-18 {

    line-height: 1.8;

}



.lh-20 {

    line-height: 2;

}



.lh-24 {

    line-height: 2.4;

}



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

}



/* Header

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



#name_box_w .logo,

#name_box_w .nav a {

    line-height: 67px;

}



.nav a {

    color: #454545;

}



.nav a:hover {

    color: var(--base_color);

}





/*NAV*/



#banner_box {

    width: 100%;

    overflow: hidden;

}

#keywords,#keywords a {font-weight: bold; color: #fff; }
#keywords a:hover { color: #ff0; }


/*BANNER*/



.location a {

    color: #fff;

}



.location a:hover {

    color: #f60;

}



/*LOCATION*/





#sider .title:after {

    background: #fff;

    content: "";

    width: 40px;

    height: 4px;

    display: block;

    margin: 10px auto;

}



.prev_nex .box:hover {
    background: var(--base_color);
    color: #fff;
}

.prev_nex .box:hover * {
    color: #fff !important;
}



/* Footer

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



.page-footer {

    position: relative;

    color: #989898;

    background: #010103;

}



.page-footer a {

    color: #989898;

}



.page-footer a:hover {

    color: #f00;

}



#page-footer-gt {

    z-index: 9;

    width: 100%;

    height: 70px;

    box-sizing: border-box;

    padding: 10px 0;

    background: rgba(0, 0, 0, 1);

    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 {

    max-width: 100%;

    color: #000;

}



.in_line {

    width: 90px;

    height: 10px;

    display: block;

    margin: 2rem auto;

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

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

}



#in_box1 {

    background: #f8f8f8;

}



#in_box1 .link_list li a i {

    color: #0870c4;

}



#in_box1 .link_list li a .border {

    transition: all 0.3s;

    width: 90px;

    border-color: #0870c4 !important;

}



#in_box1 .link_list li a:hover .border {

    background: #0870c4 !important;

}



#in_box1 .link_list li a:hover i {

    color: #fff;

}



#in_box2 {

    background: url(../Image/in_bg2.gif) #FFF;

}



#in_box2 .in_title:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #0870c4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#in_box2 .in_title:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #0870c4;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}



.in_list li a {
    background: #0870c4;
    border-radius: 20px;
    color: #fff;
}

.in_list li a:hover {
    background: #fda102;
    color: #000;
}



.in_newslist li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.in_newslist li a:hover {
    background: var(--base_color);
    border: 1px solid var(--base_color);
}



#in_box4 .in_title:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fda102;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}





/*PAGE*/



#about_box2 {

    background: url(../Image/in_bg2.gif) #FFF;

}





/*NEWS CONTENTS PAGE*/



.btn_more a:hover {
    background: var(--base_color);
    color: #fff;
}



.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 .cover {

    opacity: 0;

    transform: scale(1.2);

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, 0.5);

    color: #fff;

    transition: all 0.3s;

}



.proUL li a:hover .cover {

    opacity: 1;

    transform: scale(1);

}



.proUL li a .title {

    transition: all 0.3s;

}





.proUL li a:hover .title {

    opacity: 0;

}





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

}





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

}