@CHARSET "UTF-8";

/*=== 作者：Distantmemory - 时间：2017年07月 - 版本：1.0 - 个人：www.distantmemory.cc - 公司：www.timoo.net ===*/

/*=== 字体 ===*/
@font-face {
    
    font-family: "SourceSans";
    src: url("../fonts/SourceSansPro-Regular.eot");
    src: url("../fonts/SourceSansPro-Regular.eot") format("embedded-opentype"),
         url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
         url("../fonts/SourceSansPro-Regular.woff") format("woff"),
         url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: "SourceCode";
    src: url("../fonts/SourceCodePro-Regular.eot");
    src: url("../fonts/SourceCodePro-Regular.eot") format("embedded-opentype"),
         url("../fonts/SourceCodePro-Regular.woff2") format("woff2"),
         url("../fonts/SourceCodePro-Regular.woff") format("woff"),
         url("../fonts/SourceCodePro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    
    font-family: "FuturaBook";
    src: url("../fonts/FuturaBook.eot");
    src: url("../fonts/FuturaBook.eot") format("embedded-opentype"),
         url("../fonts/FuturaBook.woff2") format("woff2"),
         url("../fonts/FuturaBook.woff") format("woff"),
         url("../fonts/FuturaBook.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    
}

/*== HTML ==*/
* { backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden; 
box-sizing: border-box; }

html { min-height: 100%; font-size: 625%; overflow-y: scroll; }
:root { overflow-y: auto; overflow-x: hidden; }
:root body { position: absolute; }
body { width: 100%; min-height: 100%; overflow: hidden !important; }

/*== 格式化 ==*/
body, button, input, select, textarea, h1 ,h2, h3, h4, h5, h6 { color: #333; font: 0.16rem/0.24rem "FuturaBook", "SourceSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", SimSun, sans-serif; outline: none; }
div { box-sizing: border-box; }
ul, li, p { margin: 0; padding: 0; }
li { list-style: none; }
a, a:after, a:before { color: #333; cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
a:focus, a:hover { color: #FE9F38; text-decoration: none; outline: none; }
i { font-style: normal; }

/*=== 动画 ===*/
@keyframes robot-eye {

    0% { opacity: 1; }
    2% { opacity: 0; }
    25% { opacity: 1; }
    100% { opacity: 1; }
    
}

@keyframes rotate-360 {
    
    0% { 
        
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);  
        transform:rotate(0deg);
    
    }
    
    100% { 
        
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);  
        transform:rotate(360deg);
    
    }
    
}

/*=== Uikit ===*/
.uk-grid { margin-left: 0; }
.uk-grid > * { padding-left: 0; }
.uk-grid + .uk-grid { margin-top: 0; }
.uk-container { padding: 0; }
[class*="uk-align-"] { margin-bottom: 0; }
* + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin { margin-top: 0; }

/*=== 通用 ===*/
.tm-transition { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.tm-box { padding: 0 0.08rem; }
.tm-no-padding { padding: 0 !important; }
.tm-display-none { display: none !important; }

/*=== 媒体查询 ===*/
/*手机*/
@media ( min-width : 320px) { 
    
    /*=== 通用 ===*/
    .tm-first-box { margin-top: 0.64rem; }
    .tm-left { padding-left: 0.08rem; padding-right: 0.08rem; }
    .tm-right { margin-top: 0.16rem; padding-left: 0.08rem; padding-right: 0.08rem; }

    .summary-s { display: block; }
    .summary-m { display: none; }
    .summary-l { display: none; }

    .banner-mobile { display: block !important; }
    .banner-pc { display: none !important; }

    /*=== 首页 ===*/
    .section { padding: 0.32rem 0; }
    .section.index-full .title { position: relative; margin-bottom: 0.24rem; }
    .section.index-full .title .subject { display: inline-block; position: relative; padding: 0 0.16rem; background: #FFF; line-height: 0.32rem; font-size: 0.24rem; z-index: 2; }

    /*顶部*/
    .top .logo { padding: 0.08rem; max-width: 2rem; overflow: hidden; } 
    .top .logo img { width: 100%; height: 0.48rem; }
    .top .lang { padding: 0.22rem 0; line-height: 0.16rem; }
    .top .lang li + li { margin-left: 0.08rem; }
    .top .lang li a { display: block; height: 0.16rem; }
    .top .lang img { display: block; }

    /*=== 手机端导航 ===*/
    .mobile-menu-icon { position: relative; top: -0.02rem; margin: auto 0.08rem; line-height: 0.64rem; }
    .mobile-menu-icon i { color: #FE9F38; }
    .mobile-menu-icon i svg { width: 0.28rem; height: 0.28rem; }
    .mobile-menu { width: 50%; max-width: 2.4rem; }
    .mobile-menu .uk-offcanvas-bar { padding: 0; width: 100%; background: #FFF; box-shadow: 0 0 0.04rem rgba(0,0,0,0.1); }
    .mobile-menu .uk-offcanvas-bar a { display: block; padding: 0.08rem 0.16rem; border-bottom: 0.01rem solid #EFEFEF; color: #333; }
    .mobile-menu .submenu { height: 0; line-height: 0.21rem; font-size: 0.14rem; visibility: hidden; opacity: 0; overflow: hidden; }
    .mobile-menu .submenu.on { visibility: visible; opacity: 1; }
    .mobile-menu nav ul > li { position: relative; 
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; 
        transition: all 0.5s; }
    .mobile-menu nav > ul > li.on > a { background: #FE9F38; color: #FFF; }
    .mobile-menu .submenu > li > a { padding-left: 0.32rem; background: #F6F6F6; }
    .mobile-menu .submenu > li { border-top: 0.01rem solid #FFF; border-bottom: 0.01rem solid #DAD6D3; }
    .mobile-menu .submenu > li:first-child { border-top: none; }
    .mobile-menu .submenu > li:last-child { border-bottom: none; }
    .mobile-menu .submenu > li.on > a { background: #102747; color: #FFF; }
    .mobile-menu .control-icon { position: absolute; top: 0; right: 0; background: none !important; }
    .mobile-menu .control-icon i { color: #FE9F38; }
    .mobile-menu .control-icon.on i { 
        -webkit-transform:rotate(135deg);
        -moz-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        -o-transform:rotate(135deg);  
        transform:rotate(135deg); }
    .mobile-menu li.on .control-icon i { color: #FFF; }
    .mobile-menu .control-icon i svg { width: 0.2rem; height: 0.2rem; }

    /*=== 产品展示 ===*/
    /*首页幻灯片*/
    .slide-index-product .pagination { margin-top: 0.32rem; }

    /*=== 单篇内容 ===*/
    /*首页*/
    .index-about { padding-left: 0.08rem; padding-right: 0.08rem; opacity: 0; }
    .index-video { padding-left: 0.08rem; padding-right: 0.08rem; color: #102747; opacity: 0; }
    .index-about-box .box > .title .subject { font-size: 0.24rem; }
    .index-about .info { margin-top: 0.16rem; line-height: 0.24rem; text-indent: 2em; font-size: 0.14rem; color: #F1F4F7; }
    .index-video iframe { width: 100%; height: 2rem; }
    
    /*=== 新闻资讯 ===*/
    .index-news .hot-news .picture { height: 1.8rem; overflow: hidden; }
    .index-news .hot-news .picture img { width: 100%; min-height: 1.8rem; }
    .index-news .news-list .list .text { position: relative; padding-left: 0; }
    .index-news .news-list .list .text:before { content: ""; display: none; position: absolute; left: 1.04rem; width: 0.01rem; height: 100%; background: #E1E6EA; }

    /*=== 底部内容 ===*/
    .footer .box .code { position: relative; top: 0; left: 0; padding: 0.24rem 0.32rem; height: 100%; background: #FE9F38; color: #FFF; }
    .footer .box .content { padding: 0.16rem 0 0.16rem 0; height: auto; line-height: 0.28rem; overflow: hidden; }
    .footer .box .content li { float: none; text-align: center; }

    /*=== 内页 ===*/
    .page { padding: 0.16rem 0 0.32rem; background: #F6F6F6; }
    .tm-right .box { padding: 0 0.16rem; background: #FFF; word-break: break-all; }

    /*=== 分页 ===*/
    .tm-right .box .content .page-nav ul li.count,
    .tm-right .box .content .page-nav ul li.select,
    .tm-right .box .content .page-nav ul li.number > *:first-child,
    .tm-right .box .content .page-nav ul li.number > *:last-child { display: none; }
    .tm-right .box .content .nature .subject { margin-top: 0.16rem; margin-bottom: 0.16rem; font-size: 0.2rem; }

}

@media ( min-width : 360px) { 
    
} 

/*平板电脑*/
@media ( min-width : 768px) { 
    
    .tm-left { padding-left: 0.08rem; padding-right: 0.16rem; }
    .tm-right { margin-top: 0; padding-left: 0.16rem; padding-right: 0.08rem; }

    .summary-s { display: none; }
    .summary-m { display: block; }
    .summary-l { display: none; }

    .banner-mobile { display: none !important; }
    .banner-pc { display: block !important; }

    /*=== 首页 ===*/
    .section.index-full .title { margin-bottom: 0.48rem; }
    .section.index-full .title .subject { display: inline-block; position: relative; padding: 0 0.24rem; background: #FFF; line-height: 0.48rem; font-size: 0.3rem; z-index: 2; }

    /*主导航*/
    .top .menu > ul > li { position: relative; padding: 0.16rem 0; line-height: 0.32rem; }
    .top .menu > ul > li + li:before { content: ""; display: block; position: absolute; top: 50%; left: 0; margin-top: -0.06rem; width: 0.01rem; height: 0.14rem; background: #D2DAE3; }
    .top .menu > ul > li > a { display: block; padding: 0 0.24rem; color: #253A57; }
    .top .menu > ul > li:hover > a,
    .top .menu > ul > li.on > a { color: #FE9F38; }

    .top .submenu { position: absolute; top: 0.64rem; left: 0; width: 100%; line-height: 0.4rem; font-size: 0.14rem; z-index: 999; }
    .top .submenu > li > a { display: block; height: 0; background: rgba(255,255,255,1); opacity: 0; visibility: hidden; overflow: hidden; }
    .top .submenu > li + li > a { border-top: 0.01rem solid rgba(0,0,0,0.05); }
    .top .submenu > li:hover > a,
    .top .submenu > li.on > a { background: #FE9F38; color: #FFF; }
    .top .menu > ul > li:hover .submenu { box-shadow: 0 0.02rem 0.02rem rgba(0,0,0,0.1); }
    .top .menu > ul > li:hover .submenu > li > a { height: 0.4rem; opacity: 1; visibility: visible; }

    /*=== 产品展示 ===*/
    /*首页幻灯片*/
    .slide-index-product .pagination { margin-top: 0.48rem; }

    /*=== 单篇内容 ===*/
    /*首页*/
    .index-about { padding-left: 0.16rem; padding-right: 0.32rem; }
    .index-video { padding-left: 0.32rem; padding-right: 0.16rem; }
    .index-about-box .box > .title .subject { font-size: 0.3rem; }
    .index-video iframe { height: 2.4rem; }

    /*=== 新闻资讯 ===*/
    .index-news .hot-news .picture { height: 2.8rem; overflow: hidden; }
    .index-news .hot-news .picture img { width: 100%; min-height: 2.8rem; }
    .index-news .news-list .list .text { position: relative; padding-left: 1.28rem; }
    .index-news .news-list .list .text:before { display: block; }

    /*=== 底部内容 ===*/
    .footer .box .code { position: absolute; }
    .footer .box .content { padding: 0.32rem 0 0.32rem 2.4rem; height: 1.92rem; }
    .footer .box .content li { float: left; text-align: left; }

    /*=== 内页 ===*/
    .page { padding: 0.64rem 0; }
    .tm-right .box { padding: 0.16rem 0.32rem; }

    /*=== 分页 ===*/
    .tm-right .box .content .page-nav ul li.number > *:first-child,
    .tm-right .box .content .page-nav ul li.number > *:last-child { display: block; }

} 

/*笔记本电脑*/
@media ( min-width : 992px) {   
    
} 

/*PC电脑*/
@media ( min-width : 1200px) {
    
    /*=== 通用 ===*/
    .tm-first-box { margin-top: 1.04rem; }
    .tm-left { padding-left: 0; padding-right: 0.16rem; }
    .tm-right { padding-left: 0.16rem; padding-right: 0; }

    .summary-s { display: none; }
    .summary-m { display: none; }
    .summary-l { display: block; }

    /*=== 首页 ===*/
    .section { padding: 0.64rem 0; }

    /*顶部*/
    .top .logo { padding: 0.16rem 0; max-width: 100%; overflow: hidden; } 
    .top .logo img { height: 0.72rem; }
    .top-fixed .logo { padding: 0.08rem; }
    .top-fixed .logo img { height: 0.48rem; }
    .top .lang { padding: 0.44rem 0; }
    .top-fixed .lang { padding: 0.22rem 0; }
    
    /*主导航*/
    .top .menu > ul > li { padding: 0.36rem 0; }
    .top .submenu { top: 1.04rem; }
    .top-fixed .menu > ul > li { padding: 0.16rem 0; }
    .top-fixed .submenu { top: 0.64rem; }

    /*=== 单篇内容 ===*/
    /*首页*/
    .index-about { padding-left: 0; padding-right: 0.32rem; }
    .index-about .info { line-height: 0.32rem; font-size: 0.16rem; }
    .index-video { padding-left: 0.32rem; padding-right: 0; }
    .index-video iframe { width: 100%; height: 3.2rem; }

    /*=== 新闻资讯 ===*/
    .index-news .hot-news .picture { height: 3.28rem; overflow: hidden; }
    .index-news .hot-news .picture img { width: 100%; min-height: 3.28rem; }
    .index-news .news-list .list .text { position: relative; padding-left: 1.28rem; }
    .index-news .news-list .list .text:before { display: block; }

    /*=== 底部内容 ===*/
    .footer .box .content { padding: 0.32rem 0 0.32rem 2.4rem; height: 1.92rem; line-height: 0.28rem; overflow: hidden; }

    /*=== 分页 ===*/
    .tm-right .box .content .page-nav ul li.count,
    .tm-right .box .content .page-nav ul li.select { display: block; }
    .tm-right .box .content .nature .subject { margin-bottom: 0.38rem; }
    
}

/*大屏PC电脑*/
@media ( min-width : 1600px) { 
    
}

/*=== Fancy Select ===*/
.select .fancy-select { float: right; margin-left: 0.04rem; text-transform: none; font-size: 0.14rem; font-weight: 400; }
.select .fancy-select .trigger { padding: 0; padding-left: 0.08rem; width: 0.64rem; background: #FE9F38; box-shadow: none !important; border: none !important; border-radius: 0; line-height: 0.26rem; text-align: left; color: #FFF; }
.select .fancy-select .trigger.open { background: #FE9F38; border: none; color: #FFF; }
.select .fancy-select .trigger::after { right: 0.08rem; top: 50%; margin-top: -0.03rem; border: 0.06rem solid transparent; border-top-color: #FFF; }
.select .fancy-select .trigger.open::after { border-top-color: #FFF; }
.select .fancy-select ul.options { min-width: 0.64rem; max-height: 1.65rem; background: #FFF; border: none; border-radius: 0; color: #333; z-index: 9999; }
.select .fancy-select ul.options.open { top: 0.28rem; }
.select .fancy-select ul.options.overflowing.open { top: auto; bottom: 0.28rem; }
.select .fancy-select ul.options li { float: none !important; margin: 0 !important; padding: 0 0.08rem; text-align: left; color: #333; }
.select .fancy-select ul.options li + li { margin-left: 0; border-top: 0.01rem solid #EFEFEF; }
.select .fancy-select ul.options li.hover { background: #FFF; color: #FE9F38; }
.select .fancy-select ul.options li.selected { background: #FFF; color: #CCC; }

/*=== 首页 ===*/
.section.index-full .title:before { content: ""; display: block; position: absolute; top: 50%; left: 0; margin-top: -0.005rem; width: 100%; height: 0.01rem; background: #9CAFCB; }
.section.index-full .title .subject a { color: #778FAD; }
.section.index-full .title .subject a:hover { color: #FE9F38; }

/*顶部*/
.top { position: fixed; top: 0; right: 0; width: 100%; background: #FFF; box-shadow: 0.04rem 0 0.04rem rgba(0,0,0,0.1); z-index: 999; }


/*幻灯片*/
.banner,
.slide-index-news { position: relative; overflow: hidden; }
.banner .pagination { position: absolute; bottom: 0.16rem; z-index: 2; }
.banner .pagination .swiper-pagination-bullet,
.slide-index-news .pagination .swiper-pagination-bullet,
.slide-list-news .pagination .swiper-pagination-bullet { margin: 0; width: 0.12rem; height: 0.12rem; background: rgba(16,39,71,0.7); border: 0.02rem solid rgba(255,255,255,0.7); border-radius: 0; opacity: 1; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.banner .pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.slide-index-news .pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.slide-list-news .pagination .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 0.08rem; }
.banner .pagination .swiper-pagination-bullet-active,
.banner .pagination .swiper-pagination-bullet:hover,
.slide-index-news .pagination .swiper-pagination-bullet-active,
.slide-index-news .pagination .swiper-pagination-bullet:hover,
.slide-list-news .pagination .swiper-pagination-bullet-active,
.slide-list-news .pagination .swiper-pagination-bullet:hover  { background: rgba(254,159,56,0.7); }
.slide-index-news .pagination { position: absolute; top: 0.08rem; padding-right: 0.08rem; height: 0.32rem; z-index: 2; }
.slide-list-news .pagination { position: absolute; top: 0; right: 0; height: 0.4rem; line-height: 0.48rem; text-align: right !important; }
.picture-list .pagination { margin: auto -0.04rem; overflow: hidden; }
.picture-list .img-pagination { box-sizing: border-box; display: block; margin-top: 0.04rem; padding: 0.04rem; width: 20%; height: 100%; background: none; border-radius: 0; }
.picture-list .img-pagination img { border: 0.04rem solid #FE9F38; }

.banner .button > div { position: absolute; top: 50%; margin-top: -0.32rem; width: 0.64rem; height: 0.64rem; z-index: 2; }
.banner .button > div i  { opacity: 0; visibility: hidden; }
.banner:hover .button > div i { opacity: 0.5; visibility: visible; }
.banner:hover .button > div i:hover  { opacity: 1; }
.banner .button > div i svg { width: 0.64rem; height: 0.64rem; }
.banner .button > div i svg polyline { stroke: #FE9F38 !important; stroke-miterlimit: 10; stroke-width: 0.015rem; }
.banner .button .banner-prev { left: 0.32rem; }
.banner .button .banner-next { right: 0.32rem; }

/*=== 内页 ===*/
.tm-left .menu .title { padding: 0 0.16rem; height: 0.56rem; background: #102747; line-height: 0.56rem; font-size: 0.2rem; color: #FFF; overflow: hidden; }
.tm-left .menu .title i { position: relative; top: -0.01rem; }
.tm-left .menu .title i svg { width: 0.24rem; height: 0.24rem; }
.tm-left .menu .title a { margin-left: 0.04rem; color: #FFF; }
.tm-left .menu ul li { border-top: 0.01rem solid #FFF; border-bottom: 0.01rem solid #DAD6D3; }
.tm-left .menu ul li:first-child { border-top: none; }
.tm-left .menu ul li:last-child { border-bottom: none; }
.tm-left .menu ul li a { display: block; position: relative; padding: 0.12rem 0.16rem 0.12rem 0.28rem; background: #EEE; font-size: 0.14rem; }
.tm-left .menu ul li a:before { content: ""; display: block; position: absolute; top: 50%; left: 0.16rem; margin-top: -0.02rem; width: 0.04rem; height: 0.04rem; border-radius: 50%; background: #FE9F38; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.tm-left .menu ul li a:hover,
.tm-left .menu ul li.on a { background: #FE9F38; color: #FFF; }
.tm-left .menu ul li a:hover:before,
.tm-left .menu ul li.on a:before { background: #FFF; }

.tm-right .box .title { height: 0.4rem; border-bottom: 0.01rem solid #EFEFEF; line-height: 0.4rem; font-size: 0.14rem; opacity: 0; overflow: hidden; }
.tm-right .box .title .crumbs i { position: relative; top: -0.02rem; margin: auto 0.02rem; cursor: default; }
.tm-right .box .title .crumbs i svg { width: 0.16rem; height: 0.16rem; }
.tm-right .box .title .crumbs a.on { color: #FE9F38; } 

.tm-right .box .content { padding: 0.16rem 0; }
.tm-right .box .content .list { margin: auto -0.16rem; }
.tm-right .box .content .unit { padding: 0.16rem; opacity: 0; }
.tm-right .box .content .unit .whole { box-shadow: 0 0 0.04rem rgba(0,0,0,0.1); }
.tm-right .box .content .unit .whole:hover { box-shadow: 0 0 0.12rem rgba(0,0,0,0.15); } 
.tm-right .box .content .unit .whole a { display: block; }
.tm-right .box .content .unit .whole a .picture { padding: 0.16rem; }
.tm-right .box .content .unit .whole a .subject { padding: 0 0.08rem; height: 0.4rem; border-top: 0.01rem solid #EFEFEF; line-height: 0.4rem; font-size: 0.14rem; overflow: hidden; }
.tm-right .box .content .unit .whole:hover a .subject { color: #FE9F38 !important; }
.tm-right .box .content .page-nav { margin-top: 0.32rem; padding-top: 0.32rem; border-top: 0.01rem solid #EFEFEF; font-size: 0.14rem; }
.tm-right .box .content .page-nav > ul { display: inline-block; }
.tm-right .box .content .page-nav ul li { float: left; }
.tm-right .box .content .page-nav ul li + li { margin-left: 0.24rem; }
.tm-right .box .content .page-nav ul li.count,
.tm-right .box .content .page-nav ul li.select { line-height: 0.26rem; }
.tm-right .box .content .page-nav ul li.count span + span { margin-left: 0.16rem; }
.tm-right .box .content .page-nav ul li.count span i { margin: auto 0.04rem; color: #FE9F38; }
.tm-right .box .content .page-nav ul li.number a,
.tm-right .box .content .page-nav ul li.number span { display: block; float: left; margin: auto 0.04rem; padding: 0 0.08rem; border: 0.01rem solid #DDD; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.tm-right .box .content .page-nav ul li.number .nolink { color: #999; }
.tm-right .box .content .page-nav ul li.number a:hover,
.tm-right .box .content .page-nav ul li.number .current { border-color: #FE9F38; color: #FE9F38; }
.tm-right .box .content header { position: relative; }
.tm-right .box .content .picture-list { position: relative; opacity: 0; }
.tm-right .box .content .picture-list .slide-info-product { border: 0.04rem solid #FE9F38; overflow: hidden; }
.tm-right .box .content .nature { padding-bottom: 0.64rem; font-size: 0.14rem; overflow: hidden; }
.tm-right .box .content .nature li + li { position: relative; padding: 0.08rem 0; line-height: 0.28rem; border-bottom: 0.01rem dashed #DDD; color: #BBB; overflow: hidden; }
.tm-right .box .content .nature .heading { color: #666; }
.tm-right .box .content .nature .color-vaule { position: absolute; top: 0; left: 0; padding-left: 0.48rem; width: 100%; height: 100%; line-height: 0.44rem; overflow: hidden; }
.tm-right .box .content .nature .color-arr { margin: 0.15rem auto; }
.tm-right .box .content .nature .color-arr .color { display: block; padding: 0; width: 0.14rem; height: 0.14rem; border: none; }
.tm-right .box .content .nature .color-arr .color + .color { margin-left: 0.08rem; }
.tm-right .box .content .nature .vaule i { margin: auto 0.04rem; color: #FE9F38; }
.tm-right .box .content .nature .vaule s { color: #BBB; }
.tm-right .box .content .buy-button { position: absolute; bottom: 0; right: 0; }
.tm-right .box .content .buy-button a { display: inline-block; padding: 0.04rem 0.16rem; background: #FE9F38; font-size: 0.14rem; color: #FFF; }
.tm-right .box .content .buy-button a:hover { background: #102747; }
.tm-right .box .content .buy-button a i { position: relative; top: -0.02rem; margin-right: 0.06rem; }
.tm-right .box .content .buy-button a i svg { width: 0.16rem; height: 0.16rem; }
.tm-right .box .content .buy-button a i svg polyline { stroke: #FFF !important; stroke-miterlimit: 10; stroke-width: 0.015rem; }
.tm-right .box .content .details-title { margin-top: 0.16rem; line-height: 0.32rem; }
.tm-right .box .content .details-title .subject { font-size: 0.2rem; }
.tm-right .box .content .details-nature { margin-top: 0.16rem; padding: 0.04rem 0; height: 0.4rem; border-top: 0.01rem dashed #EEE; border-bottom: 0.01rem solid #FE9F38; font-size: 0.14rem; color: #999; overflow: hidden; }
.tm-right .box .content .details-nature ul { display: inline-block; }
.tm-right .box .content .details-nature ul li + li { margin-left: 0.16rem; }
.tm-right .box .content .details-nature ul li .vaule { color: #FE9F38; }
.tm-right .box .content .details .subject { margin-top: 0.32rem; padding: 0.08rem 0; border-top: 0.01rem dashed #EEE; border-bottom: 0.01rem solid #FE9F38; color: #FE9F38; }
.tm-right .box .content .details .subject i { position: relative; top: -0.01rem; margin-right: 0.06rem; }
.tm-right .box .content .details .video { margin-top: 0.32rem; }
.tm-right .box .content .details .video iframe { width: 100%; box-shadow: 0 0 0.04rem rgba(0,0,0,0.1); }
.tm-right .box .content .details .info { padding: 0.16rem 0; }
.tm-right .box .content .details .info img { margin: 0.08rem auto; box-shadow: 0 0 0.04rem rgba(0,0,0,0.1); }
.tm-right .box .content .details .info .pages { margin-top: 0.32rem; }
.tm-right .box .content .details .info .pages ul { display: inline-block; font-size: 0.14rem; }
.tm-right .box .content .details .info .pages a,
.tm-right .box .content .details .info .pages span { display: block; float: left; margin: auto 0.04rem; padding: 0 0.08rem; border: 0.01rem solid #DDD;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; } 
.tm-right .box .content .details .info .pages a:hover,
.tm-right .box .content .details .info .pages .current { border-color: #FE9F38; color: #FE9F38; }
.tm-right .box .content .info-nav { padding-top: 0.16rem; border-top: 0.01rem dashed #DDD; font-size: 0.14rem; }
.tm-right .box .content .list-title { margin-bottom: 0.16rem; border-bottom: 0.01rem solid #FE9F38; line-height: 0.4rem; color: #FE9F38; }
.tm-right .box .content .list-title .icon i { position: relative; top: -0.02rem; margin-right: 0.04rem; }
.tm-right .box .content .list-recommend { position: relative; margin-bottom: 0.24rem; padding-bottom: 0.24rem; border-bottom: 0.01rem dashed #EEE; overflow: hidden; }
.tm-right .box .content .list-recommend .list-content .heading { margin-top: 0.08rem; }
.tm-right .box .content .list-recommend .list-content .heading .date { margin: 0.04rem auto; font-size: 0.14rem; color: #999; }
.tm-right .box .content .list-recommend .list-content .info { text-indent: 2em; line-height: 0.28rem; font-size: 0.14rem; color: #666; }
.tm-right .box .content .list-recommend .ani { visibility: hidden; }
.tm-right .box .content .list-new .list-unit { position: relative; height: 0.4rem; line-height: 0.4rem; border-bottom: 0.01rem dashed #DDD; font-size: 0.14rem; overflow: hidden; }
.tm-right .box .content .list-new .list-unit .icon { margin-right: 0.06rem; }
.tm-right .box .content .list-new .list-unit .icon i { position: relative; top: -0.02rem; }
.tm-right .box .content .list-new .list-unit a:hover .subject { color: #FE9F38 !important; }
.tm-right .box .content .list-new .list-unit a:hover .icon i { animation: rotate-360 2s linear infinite; }

/*=== 产品展示 ===*/
.index-product { opacity: 0; }

/*首页幻灯片*/
.slide-index-product { overflow: hidden; }
.slide-index-product .swiper-slide { position: relative; font-size: 0.14rem; }
.slide-index-product .swiper-slide:before { content: ""; display: block; position: absolute; top: 0; left: -0.08rem; width: 0.01rem; height: 100%; background: #E1E6EA; }
.slide-index-product .swiper-slide a .picture { position: relative; top: 0; opacity: 1; 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s; 
    transition: all 0.2s; }
.slide-index-product .swiper-slide a:hover .picture { top: 0.04rem; opacity: 0.75; }
.slide-index-product .swiper-slide a .subject { margin: 0.16rem auto; height: 0.24rem; color: #253A57; overflow: hidden; }
.slide-index-product .swiper-slide a:hover .subject { color: #FE9F38; }
.slide-index-product .swiper-slide a .button span { display: inline-block; padding: 0.04rem 0.32rem; background: #FE9F38; color: #FFF; }
.slide-index-product .swiper-slide a:hover .button span { background: #253A57; }

.slide-index-product .pagination .swiper-pagination-bullet { margin: 0; width: 0.14rem; height: 0.14rem; background: rgba(255,255,255,0); border: 0.02rem solid rgba(119,143,173,1); opacity: 1; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.slide-index-product .pagination .swiper-pagination-bullet + .swiper-pagination-bullet { margin-left: 0.12rem; }
.slide-index-product .pagination .swiper-pagination-bullet-active,
.slide-index-product .pagination .swiper-pagination-bullet:hover { background: rgba(254,159,56,1); border: 0.02rem solid rgba(254,159,56,1); }

/*=== 单篇内容 ===*/
/*首页*/
.index-about-box { position: relative; }
.index-about-box .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.index-about-box .background .background-about { background: #102747; }
.index-about-box .background .background-video { background: #F1F4F7; }

.index-about-box .container { position: relative; }
.index-about-box .box > .title { margin-bottom: 0.16rem; line-height: 0.48rem; }
.index-about-box .box > .title .more a { display: block; }
.index-about-box .box > .title .more .text { position: relative; right: -0.08rem; }
.index-about-box .box > .title .more i { position: relative; top: 0.16rem; }
.index-about-box .box > .title .more i:first-child { right: -0.08rem; }
.index-about-box .box > .title .more i svg { width: 0.16rem; height: 0.16rem; }

.index-about .box > .title .more a { color: #778FAD; }
.index-about .box > .title .subject,
.index-about .box > .title .more a:hover { color: #FFF; }

.index-video .box > .title .more a { color: #102747; }
.index-video .box > .title .more a:hover { color: #FE9F38; }

/*=== 新闻资讯 ===*/
.index-news .hot-news .heading { margin: 0.16rem auto; }
.index-news .hot-news .heading .date { font-size: 0.14rem; color: #888; }
.index-news .hot-news .info,
.index-news .news-list .list .text .info { position: relative; }
.index-news .hot-news .info .summary,
.index-news .news-list .list .text .info .summary { position: relative;  font-size: 0.14rem; color: #778FAD; }
.index-news .hot-news .info .more,
.index-news .news-list .list .text .info .more { position: absolute; bottom: 0; right: 0; }
.index-news .hot-news .info .more a,
.index-news .news-list .list .text .info .more a { font-size: 0.14rem; color: #778FAD; } 
.index-news .hot-news .info .more a:hover,
.index-news .news-list .list .text .info .more a:hover { color: #FE9F38; }

.index-news .news-list .list { position: relative; opacity: 0; }
.index-news .news-list .list + .list { margin-top: 0.16rem; }
.index-news .news-list .list .number { position: absolute; top: 50%; margin-top: -0.4rem; width: 0.8rem; height: 0.8rem; line-height: 0.8rem; font-size: 0.72rem; color: #FE9F38; }
.index-news .news-list .list .text .subject { line-height: 0.32rem; height: 0.32rem; overflow: hidden; }
.index-news .news-list .list .text .date { margin-bottom: 0.08rem; color: #888; }
.index-news .news-list .list .text .info .summary { height: 0.72rem; overflow: hidden; }

/*=== 留言 ===*/
.guest { font-size: 0.14rem; }
.guest .tip { margin-bottom: 0.16rem; padding-bottom: 0.16rem; border-bottom: 0.01rem dashed #FE9F38; border-style color; color: #FE9F38; }
.guest .guest-list { position: relative; }
.guest .guest-list + .guest-list { margin-top: 0.16rem; }
.guest .guest-list .input-subject { position: absolute; left: 0; top: 0; }
.guest .guest-list .input-subject span,
.guest .guest-list .textarea-subject span { color: #FF4343; }
.guest .guest-list .input { box-sizing: border-box; padding-left: 0.64rem; width: 100%; }
.guest .guest-list .input input[type="text"] { padding: 0; min-width: 1.6rem; height: 0.23rem; border: none; border-bottom: 0.01rem solid #EEE; line-height: 0.23rem; font-size: 0.14rem; color: #666; overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.guest .guest-list .input input[type="text"]:hover,
.guest .guest-list .input input[type="text"]:focus { border-bottom-color: #FE9F38; color: #FE9F38; }
.guest .guest-list .input #FaqTitle { width: 100%; }
.guest .guest-list .input #Code-Num { min-width: 0.64rem; width: 0.64rem; text-align: center; }
.guest .guest-list .textarea textarea { margin-top: 0.08rem; padding: 0.08rem; width: 100%; min-height: 1.6rem; border: 0.01rem solid #EEE; color: #666; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.guest .guest-list .textarea textarea:hover,
.guest .guest-list .textarea textarea:focus { border-color: #FE9F38; }
.guest .guest-list .input.code { padding-left: 0.72rem; }
.guest .guest-list .input.code img { cursor: pointer; }
.guest .guest-list .button { margin-top: 0.16rem; }
.guest .guest-list .button input { display: block; padding: 0.04rem 0.32rem; background: #FE9F38; border: none; font-size: 0.14rem; color: #FFF; cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
.guest .guest-list .button input + input { margin-left: 0.32rem; }
.guest .guest-list .button input:hover { background: #102747; }

/*=== 底部内容 ===*/
.footer { background: #102747; font-size: 0.14rem; color: #778FAD; }
.footer a { color: #778FAD; }
.footer a:hover { color: #FFF; }
.footer .box { position: relative; }
.footer .box .code img { max-width: 1.2rem !important; }
.footer .box .content li { margin-right: 0.16rem; }
.footer .box .content .foot-menu { margin-bottom: 0.16rem; }
.footer .box .content .foot-menu li { position: relative; }
.footer .box .content .foot-menu li + li { margin-left: 0.16rem; }
.footer .box .content .foot-menu li + li:before { content: ""; display: block; position: absolute; top: 50%; left: -0.16rem; margin-top: -0.06rem; width: 0.01rem; height: 0.12rem; background: #FFF; }
.footer .box .content .foot-menu li a { color: #FFF; }
.footer .box .content .foot-menu li a:hover,
.footer .box .content .foot-menu li.on a { color: #FE9F38; } 