/*
Theme Name: Aluminum
Author: Guoweiwei
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #FFFFFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

fieldset {
    min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/** * 2.0 - Genericons */
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

/** * 3.0 Typography */
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Arial", "方正黑体", "Microsoft Yahei";
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}


/** * ?.0 common*/
/** * ?.0 common-header*/
/*common*/
.fl {
    float: left;
}

.fr {
    float: right;
}

input,
button {
    border: none;
    outline: none;
    font-family: inherit;
}

border {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

a:focus {
    outline: none;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

input {
    margin: 0;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.flex-stretch {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

.flex-start {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
}

/*header begin*/
header {
    position: relative;
    height: 75px;
    width: 100%;
    z-index: 1000;
}

.txjp-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
}

header .header-main {
    zoom: 1;
    margin: 0 auto;
    padding-top: 12px;
    padding-left: 5%;
    padding-right: 5%;
    height: inherit;
    max-width: calc(1600px + 10%)
}

header .header-main:after,
.navbar-head:after,
header ul.nav:after {
    content: "\0020";
    clear: both;
    display: block;
    height: 0;
}

header .navbar-head {
    margin-top: 20px;
}

.nav-bg {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 60px;
    background: #FFF;
    border-top: 1px solid #c9caca;
    display: none;
}

header .custom-logo-link {
    height: 41px;
    width: 246px;
}

header .custom-logo-link img {
    width: 246px;
    height: 41px;
}

header ul.nav {
    font-size: 0;
    margin-top: 14px;
}

header ul.nav>li {
    display: inline-block;
    background: url(./assets/images/line.png) no-repeat left center;
}

header ul.nav li.menu-item {
    position: relative;
}

header ul.nav li:first-child {
    background: none;
}

header ul.nav li.current-menu-item,
header ul.nav li.current-menu-parent {
    color: #003d79;
}

header ul.nav li:hover {
    color: #003d79;
}

header ul.nav li a.tit-a {
    display: inline-block;
    padding: 12px 14px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
}

.extra-link .search-ico {
    background: url(./assets/images/icon.png) no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 20px;
    margin-top: 27px;
    margin-left: 30px;
    display: block;
}

.sub-nav {
    position: absolute;
    left: 0;
    top: 49px;
    width: 1200px;
    display: none;
    z-index: 10;
}

header ul li:nth-child(4) .sub-nav {
    left: -95px
}

header ul li:nth-child(5) .sub-nav {
    left: -595px
}

header ul li:nth-last-child(2) .sub-nav {
    left: -130px
}

header ul li:nth-last-child(1) .sub-nav {
    left: -180px
}

/*.sub-nav dl{}*/
.sub-nav li {
    position: relative;
    height: auto;
    margin: 0 15px;
    display: inline-block;
}

.sub-nav li a {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    display: block;
    padding: 18px 0;
    font-weight: 700;
}

header .sub-nav li i {
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    background-color: #333;
}

/*header .sub-nav li:hover i{left: 0;width: 100%;transition: all 0.4s ease 0s;}*/
header .m-btn {
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-top: 14px;
}

header .m-btn .box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

header .m-btn .line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}

header .m-btn .line1 {
    width: 12px;
    top: 0;
}

header .m-btn .line2 {
    width: 20px;
    top: 6px;
}

header .m-btn .line3 {
    width: 16px;
    top: 13px;
}

#search-box {
    position: fixed;
    top: 74px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #FFF;
    text-align: right;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
    border-top: 1px solid #c9caca;
    font-size: 0;
}

#search-box form {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

#search-box input {
    width: 420px;
    height: 42px;
    border: 1px solid #000;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
}

.widget_search>form>div>input {
    height: 40px;
    border: 1px solid #000;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
}

.widget_search>form>div.search-wrap {
    width: 90%
}

#search-box button {
    position: absolute;
    right: 0;
    top: 1px;
    width: 60px;
    height: 40px;
    color: #fff;
    background-color: #000;
    line-height: initial;
    cursor: pointer;
}

.widget_search>form>div>button {
    position: absolute;
    width: 42px;
    height: 40px;
    color: #fff;
    background-color: #000;
    line-height: initial;
    cursor: pointer;
}

/*footer begin*/
footer a {
    color: #b8c3cb;
}

footer .f-top {
    width: 100%;
    height: 360px;
    background-color: #004567;
    padding-top: 40px;
    color: #fff;
}

footer .f-top .f-cont {
    max-width: calc(1600px + 10%);
    padding-left: 5%;
    padding-right: 5%;
    margin: 0 auto
}

footer .f-top ul {
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

footer .f-top li {
    float: left;
}

footer .f-top h3 {
    font-size: 16px;
    color: #fff;
}

footer .f-top h3 a {
    font-size: 16px;
    color: #fff;
}

footer dl {
    max-width: 300px;
}

footer dl dt.list-tit {
    margin-bottom: 40px;
}

footer dl dt.list-tit .en {
    color: #b8c3cb;
    text-transform: uppercase;
}

footer dl dd {
    overflow: hidden;
    color: #b8c3cb;
    margin: 5px 0;
}

footer .f-cont .menu {
    display: block;
    padding: 0
}

footer .f-cont li {
    float: none;
    overflow: hidden;
    color: #b8c3cb;
    margin: 5px 0;
}

footer .menu li a:hover {
    color: #fff;
}

footer dl dd.tel {
    font-size: 24px;
}

footer dl dd.tel p {
    color: #fff;
}

footer dl dd.hr {
    margin-bottom: 10px;
}

footer dl dd:hover {
    color: #fff;
}

footer dl dd .f-icon {
    width: 23px;
    margin-right: 10px;
}

footer dl dd i {
    background: url(./assets/images/icon.png) no-repeat center;
    display: inherit;
}

footer dl dd.tel i {
    background-position: 0 -39px;
    width: 23px;
    height: 23px;
    margin-top: 8px;
    float: right;
}

footer dl dd b {
    display: none;
}

/*serv hr + footer hr*/
hr {
    width: 30px;
    background-color: #fff;
    border: none;
    height: 1px;
}

footer dl dd.e-mail i {
    background-position: 0 -62px;
    height: 14px;
    margin-top: 4px;
    width: 18px;
    margin-left: 2px;
}

footer dl dd.adr i {
    background-position: 0 -76px;
    height: 20px;
    margin-top: 1px;
    width: 12px;
    margin-left: 5px;
}

footer dl dd.adr p {
    font-size: 14px;
}

footer .f-bot {
    width: 100%;
    height: 40px;
    background-color: #4c4948;
    text-align: center;
}

footer .f-bot a {
    color: #FFFFFF;
}

footer .f-bot p {
    font-size: 12px;
    line-height: 40px;
    color: #FFFFFF;
}


/*banner begin*/
.banner {
    width: 100%;
}

#bigImages {
    margin: 0 auto;
    max-width: 1600px;
}

#bigImages li {
    width: 100%;
    font-size: 0;
}

#bigImages li a {
    width: inherit;
}

#bigImages li img {
    max-width: 100%;
    height: auto;
}


/*container begin*/
.container>div {
    width: 100%;
    padding: 0 5%;
    max-width: calc(1600px + 10%);
    margin: 0 auto 100px;
}

.container>.w-1600 {
    overflow: hidden;
}

.container>.news-container {
    margin: 0 auto;
}

.container>.product-container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.over-ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tit-box {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 50px;
}

.tit-box h2,
.tit-sml h3 {
    color: #003d79;
}

.tit-box .en {
    font-size: 24px;
    text-transform: capitalize;
    color: #c9caca;
}

.tit-box .more {
    font-size: 14px;
    color: #003d79;
    font-family: "microsoft yahei";
    font-weight: 700;
}

.tit-box .more:after {
    content: "";
}

.cases-box,
.pro-box,
.serv-box {
    overflow: hidden;
}

.container>.cases-box {
    padding-left: calc(5% + 95px);
    padding-right: calc(5% + 95px);
    margin: 0 auto;
}

.cases-box .cases-cont {
    margin-bottom: 80px;
}

.cases-box ul.cases-cont {
    overflow: hidden;
    font-size: 0;
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
}

.cases-box ul.cases-cont li {
    display: inline-block;
    padding: 0 25px;
    width: calc(100%/3);
    max-width: 470px;
    overflow: hidden;
}

.cases-box ul.cases-cont li a {
    display: inline-block;
    max-width: 470px;
    height: auto;
}

.cases-box ul.cases-cont img {
    width: 100%;
    height: auto;
    max-width: 420px;
    max-height: 265px;
}

.cases-box ul.cases-cont img:hover {
    opacity: 0.8;
}

.cases-box dl {
    margin-top: 15px;
    line-height: 30px;
}

.cases-box dl dt {
    font-size: 16px;
    font-weight: 700;
}

.cases-box dl p {
    font-size: 15px;
    color: #9fa0a0;
    font-family: "microsoft yahei";
    margin-bottom: 0;
}

.cases-box ul.cases-cont li:hover img {
    opacity: 0.8;
}

.cases-box ul.cases-cont li:hover p {
    color: #000000;
}

.tit-sml {
    margin: 20px 0;
    overflow: hidden;
}

.tit-sml span {
    font-size: 18px;
    color: #c9caca;
    text-transform: capitalize;
    margin-left: 12px;
}

.tit-more {
    display: none;
}


.news-box {
    width: 35%;
    max-width: 560px;
    color: #325989
}

.news-box ul.news-cont {
    flex-grow: 10;
    width: 100%;
}

.news-box ul.news-cont li {
    position: relative;
    overflow: hidden;
    height: 30%;
    width: 100%;
}

.news-box ul.news-cont li {
    margin-top: 5px;
    background-color: #f6f9fc;
}

.news-box ul.news-cont li:first-child {
    margin-top: 0
}

.news-box ul.news-cont li:hover {
    background-color: #e5f5ff;
    color: #003d79
}

.news-box ul.news-cont li:hover i {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid #4458ae;
    border-left: 35px solid transparent;
    transition: all 0.3s ease 0s;
}

.news-box ul.news-cont li a {
    font-size: 16px;
    padding: 0 20px;
    width: 80%;
    max-width: 480px;
}

.news-date {
    width: 20%;
    max-width: 80px;
    text-align: center;
    border-right: 1px solid #fff;
}

.news-day {
    margin-top: 3px;
    font-size: 30px;
    line-height: 0.8;
}

.news-m-year {
    font-size: 12px;
    color: #4c82b7;
    line-height: 1;
}

.news-box a {
    font-size: 18px;
}

.equ-box {
    width: 63.75%;
    max-width: 1020px;
}

.equ-box h3 {
    padding-left: 20px;
}

.equ-box ul {
    font-size: 0;
    overflow: hidden;
    width: 100%;
}

.equ-box ul li {
    position: relative;
    display: inline-block;
    width: calc(100%/3);
    padding-left: 20px;
}

.equ-box ul li img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.pro-box {
    padding-left: 120px;
    padding-right: 120px;
}

.container>.product-pdf {
    padding-left: calc(5% + 120px);
    padding-right: calc(5% + 120px);
}

.pro-box ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.pro-box li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    overflow: hidden;
    font-size: 0;
    color: #000;
    background-color: #f7fafc;
}

.product-container.pro-box li {
    width: unset;
    background: none;
    flex: 1 1 33.333333%;
}

.product-container.pro-box li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003D79;
    opacity: .3;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 1;
}

.pro-box li:hover {
    /* background-color: #eaf7ff; */
}

.hr-pro {
    color: #000;
    width: 40px;
    background: #000;
    margin-right: 25px;
}

/* 产品中心文字start */
.pro-dept {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    background: linear-gradient(to right, rgba(0, 61, 121, 0.3) 0%, rgba(0, 61, 121, 0) 100%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 2;
}

.pro-dept:hover {
    cursor: pointer;
}

.pro-dept .pro-dept-left {
    text-align: center;
}

.pro-dept .icon-youjiantou .icon {
    width: 32px;
    height: 32px;
    color: #fff;
    fill: currentColor;
    display: none;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.pro-title {
    color: #fff;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 产品中心文字end */
/* .pro-desc {
    padding-top: 20%;
} */

.pro-tit {
    width: 60%;
    font-size: 18px;
}

.pro-tit .en {
    text-transform: uppercase;
    color: #c9caca;
}

.pro-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: all 0.6s;
}

.pro-box .pro-pic,
.pro-box .pro-desc {
    width: 50%;
    max-width: 450px;
    overflow: hidden;
}


.product-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-container .pro-pic,
.product-container .pro-desc {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}


.pro-box .pro-desc {
    height: 100%;
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
}

.pro-desc dl {
    margin-top: 25%;
}

.pro-desc dl {
    width: 100%;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}

.pro-desc dl dt {
    position: relative;
}

.pro-desc dl dt span {
    margin: 0 9%;
}

.pro-desc dl dd.en {
    text-transform: uppercase;
    padding: 0 18%;
    color: #c9caca;
}

.pro-box li.pro-1f .pro-desc {
    right: 0;
}

.pro-box li span hr {
    width: 40px;
    margin-top: 20px;
}

.pro-box li.pro-1f span {
    float: left;
}

.pro-box li.pro-2f span {
    float: right;
}

.pro-box li.pro-1f .en {
    margin-left: 40px;
}

.pro-box li.pro-2f .en {
    margin-right: 40px;
}

.pro-box li.pro-2f .pro-desc {
    left: 0;
}

.pro-box li.pro-2f dl {
    text-align: right;
}

.serv-box {
    padding-left: 120px;
    padding-right: 120px;
}

.tit-box .serv-more {
    color: #000000;
    font-weight: normal;
}

.serv-cont ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.serv-cont ul li {
    width: calc(100%/3);
    text-align: center;
}

.serv-cont li span {
    background: url(./assets/images/service-ico.png) no-repeat center;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.serv-cont li:hover span {
    background: url(./assets/images/service-ico.png) no-repeat center;
}

.serv-cont li:nth-child(1) span {
    background-position: 0 0;
}

.serv-cont li:nth-child(1):hover span {
    background-position: -70px 0;
}

.serv-cont li:nth-child(2) span {
    background-position: 0 -70px;
}

.serv-cont li:nth-child(2):hover span {
    background-position: -70px -70px
}

.serv-cont li:nth-child(3) span {
    background-position: 0 -140px
}

.serv-cont li:nth-child(3):hover span {
    background-position: -70px -140px
}

.serv-cont .serv-type {
    line-height: 35px;
    margin: 15px 0;
    font-size: 20px;
    font-family: "microsoft yahei";
}

.serv-cont li:hover .serv-type {
    color: #003d79;
}

.serv-cont P {
    color: #9fa0a0;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serv-cont li:hover p {
    color: #000000;
}

.serv-cont li button {
    width: 160px;
    height: 55px;
    margin: 25px 0 20px;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    background-color: #4c4948;
    cursor: pointer;
}

.serv-cont li:hover button {
    background-color: #003d79;
}

.serv-cont li:nth-child(3):hover button {
    color: #FFFFFF;
}

.serv-cont button i {
    display: inherit;
    width: 19px;
    height: 19px;
    background: url(./assets/images/icon.png) no-repeat center;
    background-position: 0 -20px;
    vertical-align: middle;
    margin-right: 15px;
}

.custom-logo-link {
    float: left
}


/**二级页面**/
.ab-cont,
.case-cont,
.news-cont,
.contact-cont {
    overflow: hidden;
}

/*about 关于金鹏*/
.container>.tit-banner {
    width: 100%;
    background-size: 100% 100%;
    padding-left: calc(5% + 35px);
    -moz-background-size: 100% 100%;
    padding-top: 95px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.tit-banner h2 {
    color: #FFFFFF;
}

.tit-banner hr {
    background-color: #FFFFFF;
    width: 45px;
}

.container>.breadCrumb {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
    margin-bottom: 90px;
    text-align: right;
}

.breadCrumb ul {
    text-align: right;
    overflow: hidden;
}

.breadCrumb ul li {
    float: left;
    font-family: "microsoft yahei";
    font-size: 14px;
}

.breadCrumb ul li:after {
    content: '/';
    padding: 0 10px;
}

.breadCrumb ul li:last-child:after {
    content: ' ';
    padding: 0;
}

.tag-block,
.tag-block-type {
    width: 20%;
}

.tag-block>ul>li,
.tag-block-type>section>div>ul>li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    max-width: 80%;
    font-size: 18px;
}

.tag-block>ul>li,
.tag-block-type>ul>li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    max-width: 80%;
    font-size: 18px;
}

.tag-block ul li a,
.tag-block-type ul li a {
    display: block;
    max-width: 80%;
}

.tag-block>ul>li.current-menu-item:before,
.tag-block>ul>li.on:before,
.tag-block>ul>li.current-menu-item-parent:before,
.tag-block>ul>li.current-menu-item-ancestor:before,
.tag-block>ul>li.current-menu-parent:before,
.tag-block>ul>li.current-menu-ancestor:before {
    position: absolute;
    left: 0;
    top: 4px;
    border-left: 5px solid #000000;
    height: 20px;
    content: ' ';
}

.tag-block>ul>li span,
.tag-block-type>section>div>ul>li span {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    padding: 0 10px;
    cursor: pointer;
    z-index: 10;
}

.tag-block>ul>li span:before,
.tag-block-type>section>div>ul>li span:before {
    font-family: FontAwesome;
    height: auto;
    content: "\f067";
}

.tag-block>ul span.open:before {
    content: "\f068";
}

.tag-block ul.children {
    display: none;
}

.tag-block .current-menu-item-ancestor ul.children,
.current-menu-item-parent ul.children {
    display: block;
}

.tag-block>ul>li.current-menu-item-ancestor>span:before,
.tag-block .current-menu-item-parent>span:before {
    content: "\f068";
}

.tag-block>ul li.current-menu-item-ancestor>span.close:before,
.tag-block .current-menu-item-parent>span.close:before {
    content: "\f067";
}

.tag-block-type ul.children {
    position: relative;
}

.tag-block-type ul.children .plusBtn {
    display: none;
}

.tag-block-type ul.children,
.tag-block ul.children {
    margin-top: 25px;
    padding: 10px 0;
    background-color: #f7f8f8;
}

.tag-block-type ul.children li a,
.tag-block ul.children li a {
    margin: 5px 0 5px 20px;
    padding-left: 10px;
    line-height: 33px;
}

.tag-block-type ul.children>li>a,
.tag-block ul.children>li>a {
    font-size: 16px;
}

.tag-block-type ul.children>li.current-menu-item>a,
.tag-block-type ul.children>li.current-menu-parent>a,
.tag-block ul.children>li.current-menu-item>a,
.tag-block ul.children>li.current-menu-item-ancestor>a,
.tag-block ul.children>li>a:hover,
.tag-block ul.children>li.current-menu-parent>a {
    background-color: #000000;
    color: #FFFFFF;
}

.tag-block ul.children ul.children {
    display: none;
}

.tag-block ul.children ul.children>li {
    font-size: 14px;
}

.tag-main {
    width: 80%;
    position: relative;
}

/*overview - 文章页*/
.tag-main .article h3 {
    font-size: 21px;
    padding-bottom: 52px;
}

.tag-main .article .article-main {
    padding: 45px 0 55px;
}

.tag-main .article .article-main p {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 32px;
    overflow: hidden;
}

.article-main p:last-of-type {
    margin-bottom: 0px
}

.entry-content h3 {
    font-size: 21px;
    padding-bottom: 52px;
}

.entry-content img {
    display: block;
    width: auto;
    height: auto;
}

.entry-content>p {
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 32px;
}

.entry-content p:first-of-type {
    padding-top: 25px;
}

.entry-content p:last-of-type {
    padding-bottom: 25px;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 0;
}

.tag-main .article .news-page-date {
    margin-top: 15px;
    color: #9fa0a0;
    font-size: 13px;
}

/*develop*/
.timeline {
    position: relative;
}

.timeline:before {
    content: ' ';
    position: absolute;
    top: 164px;
    left: 50%;
    border-left: 1px solid #000000;
    height: 100%;
}

.timeline:after {
    content: ' ';
    position: absolute;
    top: 119px;
    left: 50%;
    border-left: 1px dashed #000000;
    height: 55px;
}

.timeline .timeline-block {
    position: relative;
    margin-top: 90px;
    overflow: hidden;
}

.timeline .timeline-block:first-child {
    margin-top: 0;
}

.timeline .timeline-block:last-child {
    z-index: 5;
}

.timeline .timeline-cont {
    width: calc(50% - 1px);
    position: relative;
    background-color: #FFFFFF;
}

.timeline .timeline-block:last-child .timeline-cont {
    padding-top: 64px;
}

.timeline .timeline-block:last-child .timeline-cont p {
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.timeline-cont p {
    padding: 10px 0;
    font-size: 16px;
}

.timeline .text {
    font-size: 21px;
    font-weight: 700;
}

.timeline .en,
.timeline .time {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "microsoft yahei";
}

.timeline .en span.big,
.timeline .time span {
    font-size: 21px;
}

.timeline .time {
    font-weight: 700;
}

.timeline .time span {
    color: #003d79;
}

.timeline-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #000000;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
    background-color: #FFFFFF;
    z-index: 10;
}

/*honor-资质荣誉*/
.honor-box ul {
    overflow: hidden;
    width: calc(100% + 50px);
}

.honor-box ul li {
    position: relative;
    float: left;
    width: calc((100% - 150px)/3);
    margin-right: 50px;
}

.honor-box ul li img {
    max-height: 250px;
}

.honor-box ul li p {
    font-size: 15px;
    font-family: "microsoft yahei";
    text-align: center;
    height: 50px;
    line-height: 25px;
    margin: 25px 20px 70px;
    overflow: hidden;
}

.honor-box .honor-time {
    position: absolute;
    top: 0;
    left: 20px;
    width: 20%;
    padding-top: 5px;
    background-color: #666464;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}

.honor-box .honor-time .fs18 {
    font-size: 18px;
    line-height: 25px;
}

.honor-box .honor-time .fs48 {
    font-size: 48px;
    line-height: 45px;
}


/**case 产品与案例**/
/*工程案例*/
.case-box {
    margin-bottom: 45px;
}

.case-box ul {
    overflow: hidden;
    width: calc(100% + 40px);
}

.case-box ul li {
    float: left;
    width: calc((100% - 120px)/3);
    margin-right: 40px;
}

.case-box dl dt {
    font-size: 15px;
    font-weight: 700;
    margin: 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.case-box dl dd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: "microsoft yahei";
    color: #9fa0a0;
    font-size: 14px;
}

.case-box .more {
    font-weight: 700;
    margin: 45px 0 65px;
    color: #9fa0a0;
}

.case-box .more:after {
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    margin-left: 7px;
}

/*门窗案例*/
.tab-item>ul {
    width: 100%;
    margin-bottom: 60px;
}

.tab-item>ul>li {
    float: left;
    width: initial;
    margin-right: 0;
}

.tab-item>ul>li.current-cat>a {
    color: #5b57a6;
}

.tab-item>ul>li:after {
    content: "/";
    margin: 0 18px;
}

.tab-item>ul>li:last-child:after {
    display: none;
}


.tab-cont>ul {
    width: calc(100% + 55px);
}

.tab-cont>ul>li {
    width: calc((100% - 165px)/3);
    margin-right: 55px;
    margin-bottom: 25px;
    text-align: center;
}

.tab-cont>ul>li p {
    font-weight: 700;
    font-family: "microsoft yahei";
    margin: 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.tab-cont>ul>li>img {
    max-width: 400px;
    max-height: 200px;
}

/*case 详情页*/
.detail-box h3 {
    font-size: 15px;
    margin-bottom: 65px;
}

.big-pic {
    position: relative;
}

.big-pic>img {
    max-width: 1320px;
    max-height: 550px;
    display: table;
    margin: 0 auto;
    padding: 0 120px;
}


.detail-box p {
    margin: 0 100px;
    font-size: 13px;
}

.description {
    font-size: 16px;
    line-height: 2;
    text-indent: 28px;
    margin-bottom: 25px;
}

/**news 新闻资讯**/
/*公司要闻*/
.tag-main .news-box {
    width: 100%;
    max-width: inherit;
}

.tag-main .news-box .news-block {
    overflow: hidden;
    margin-bottom: 20px
}

.tag-main .news-block .news-text {
    position: relative;
}

.tag-main .news-block .news-text,
.tag-main .news-item {
    overflow: hidden;
}

.tag-main .news-text img {
    width: 360px;
    height: 225px;
    margin-right: 30px;
}

.tag-main .news-text img:hover {
    opacity: 0.8;
}

.tag-main .news-text .news-tit,
.tag-main .news-item .news-tit {
    height: auto;
    line-height: 29px;
    font-size: 15px;
    margin: 5px 0;
    font-weight: 700;
}

.tag-main .news-text .news-tit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-main .news-text .news-tit:after {
    content: "new";
    background: url(./assets/images/news-icon-bg.png) no-repeat center;
    width: 41px;
    height: 29px;
    display: inline-block;
    margin-left: 25px;
    text-align: center;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: top;
}

.tag-main .news-text p,
.news-text .more a {
    color: #9fa0a0;
    font-size: 14px;
}

.tag-main .news-text p {
    margin: 30px 230px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tag-main .news-text .more {
    position: absolute;
    bottom: 0;
    left: 390px;
}

.tag-main .news-text .more a {
    font-family: "黑体";
    display: inline-block;
}

.tag-main .news-text .more a:hover {
    color: #000000;
}

.tag-main .news-text .more a:after {
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    margin-left: 7px;
}

.tag-main .news-block .news-time,
.tag-main li .news-time {
    text-align: right;
    color: #9fa0a0;
    font-size: 13px;
    margin: 10px 0;
}

.tag-main .news-box ul {
    width: inherit;
    margin-bottom: 75px;
}

.tag-main .news-box ul li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dcdddd;
}

.tag-main .news-item .news-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    display: inline-block;
    border-radius: 50%;
    margin-right: 28px;
    vertical-align: top;
    margin-top: 4px;
}

.tag-main .news-item .news-tit {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag-main .news-item a {
    display: inline-block;
    vertical-align: top;
    max-width: 85%;
}

/**contact 联系我们**/
/*联系方式*/
.txjp-office {
    border-bottom: 1px solid #dcdddd;
    padding-bottom: 26px;
}

.txjp-office:nth-child(1) {
    border-top: 1px solid #dcdddd;
}

.txjp-office h3 {
    margin: 45px 0 35px;
}

.office-info li {
    margin-bottom: 20px;
}

.office-info li span {
    width: 30px;
    height: 30px;
    background: url(./assets/images/contact-icon.png) no-repeat center #bfc0c0;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
}

.office-info li:nth-child(1) span {
    background-position: 0 0;
}

.office-info li:nth-child(2) span {
    background-position: 0 -30px;
}

.office-info li:nth-child(3) span {
    background-position: 0 -60px;
}

.office-info li p {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding-left: 20px;
}

.office-info li p b {
    display: block;
    font-weight: 300;
}

.office-info li p strong {
    font-size: 18px;
    font-style: italic;
}

/*job - 人才招聘*/
.job-title {
    width: 100%;
}

.job-title>ul {
    background-color: #000000;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}

.job-title>ul,
.job-block>ul {
    overflow: hidden;
}

.job-title ul li,
.job-block>ul>li {
    float: left;
}

.job-block>ul>li {
    padding: 14px 0;
    margin-top: 13px;
    border-bottom: 1px solid #dcdddd;
    line-height: 28px;
    font-size: 15px;
}

.job-title ul li,
.job-block>ul>li {
    width: calc(100%/7);
    text-align: center;
}

.job-block>ul>li {
    font-weight: 700;
}

.job-block>ul>li:last-child:after {
    font-size: 14px;
    color: #5b57a6;
    cursor: pointer;
    content: "[查看详情]";
}

.job-block>ul>li:last-child.active {
    margin-top: 12px;
}

.job-block>ul>li:last-child.active:after {
    content: "\f102";
    font-family: FontAwesome;
    padding: 4px 10px;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    height: 28px;
}

.job-detail {
    padding: 23px 25px;
    font-size: 14px;
    background-color: #f7f8f8;
    line-height: 34px;
    border-bottom: 1px solid #dcdddd;
    display: none;
}

.job-detail ul {
    display: none;
    overflow: hidden;
}

.job-detail ul li {
    width: calc(100%/2);
    float: left;
}

.job-detail .detail {
    border-bottom: 1px solid #dcdddd;
    padding-bottom: 18px;
}

.job-detail .detail h3 {
    color: #5b57a6;
    font-size: 14px;
}

.job-contact {
    padding-top: 20px;
}

.job-detail ul,
.job-detail .detail,
.job-contact {
    padding-left: 30px;
}

/*contact - 客服服务*/
.contact-box form {
    overflow: hidden;
    position: relative;
}

form .form-group {
    width: 45%;
}

form .review-box {
    width: calc(55% - 68px);
    margin-left: 68px;
    overflow: hidden;
}

form .review-box label {
    vertical-align: top;
}

form .submit-box {
    display: table;
    margin: 0 auto;
    clear: both;
    position: relative;
}

form div.item {
    margin-bottom: 25px;
    font-size: 0;
}

form div.item:last-child {
    margin-bottom: 0;
}

form .item label,
form .input-block {
    display: inline-block;
    font-size: 14px;
}

form .item label {
    min-width: 60px;
    text-align: right;
    vertical-align: top;
    height: 50px;
    line-height: 50px;
}

form .input-block {
    width: calc(100% - 85px);
    max-width: 500px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dcdddd;
    margin-left: 25px;
}

form .input-block b {
    font-size: 18px;
    margin-right: 85px;
}

form .out-none {
    border: none;
    font-size: 18px;
}

form input {
    width: calc(100% - 50px);
    height: 30px;
    line-height: 30px;
    padding: 15px 10px;
}

/*input[type=radio]{width: 20px;height: 20px;margin-right: 14px;vertical-align: middle;background-color: #000000;}*/
.contact-box input[type="radio"]+label::before {
    content: "\a0";
    /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 19px;
    height: 19px;
    margin-right: 14px;
    border-radius: 50%;
    border: 2px solid #000000;
    text-indent: .15em;
    line-height: 1;
}

.contact-box input[type="radio"]:checked+label::before {
    background-color: #000000;
    background-clip: content-box;
    padding: 2px;
}

.contact-box input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.contact-box input[type=submit] {
    width: 500px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 18px;
    font-family: "microsoft yahei";
    margin: 90px auto 0;
    padding: 0;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 20px;
    right: -20px;
}

form .input-block span:nth-child(1) {
    display: inline-block;
    width: 50px;
    height: 49px;
    background-color: #666464;
    vertical-align: top;
}

form .input-block span:after {
    content: " ";
    background: url(./assets/images/contact-service-icon.png) no-repeat center;
    display: inline-block;
}

form .input-block span.name:after {
    width: 30px;
    height: 30px;
    background-position: 0 0;
    margin: 10px;
}

form .input-block span.tel:after {
    width: 24px;
    height: 24px;
    background-position: 0 -30px;
    margin: 13px;
}

form .input-block span.company:after {
    width: 27px;
    height: 27px;
    background-position: 0 -54px;
    margin: 11px 11px 12px 12px;
}

form .input-block span.e-mail:after {
    width: 27px;
    height: 18px;
    background-position: 0 -81px;
    margin: 16px 11px 16px 12px;
}

.contact-box input::-moz-placeholder,
.contact-box textarea::-moz-placeholder {
    color: #9fa0a0;
    font-size: 13px;
}

.contact-box input::-webkit-input-placeholder,
.contact-box textarea::-webkit-input-placeholder {
    color: #9fa0a0;
    font-size: 13px;
}

.contact-box input:-ms-input-placeholder,
.contact-box textarea::-webkit-input-placeholder {
    color: #9fa0a0;
    font-size: 13px;
}

.contact-box form textarea {
    width: calc(100% - 85px);
    max-width: 550px;
    height: 350px;
    background-color: #f7f8f8;
    margin-left: 25px;
    border: 1px solid #dcdddd;
    outline: 0;
    padding: 5px 10px
}

.contact-box form textarea::-moz-placeholder {
    background: url(./assets/images/review.png) no-repeat 230px 15px;
    padding-top: 20px;
    padding-left: 20px;
}

.contact-box form textarea::-webkit-input-placeholder {
    background: url(./assets/images/review.png) no-repeat 230px 15px;
    padding-top: 20px;
    padding-left: 20px;
}

.contact-box form textarea::-ms-input-placeholder {
    background: url(./assets/images/review.png) no-repeat 230px 15px;
    padding-top: 20px;
    padding-left: 20px;
}



/*分页标签*/
.wp-pagenavi {
    display: table;
    margin: 0 auto;
}

.wp-pagenavi .pages {
    border: none;
    width: inherit;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    border: 1px solid #9fa0a0;
    text-align: center;
    color: #9fa0a0;
    margin: 0 7px;
    font-size: 14px;
    padding: 0px 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
    padding: 0 12px;
    width: inherit;
}

.wp-pagenavi span.current {
    color: #FFFFFF;
    background-color: #000000;
}

.pagination-box ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/*
====> 10.1 Featured Slider
--------------------------------------------------------------*/
.big-slider-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

.bx-wrapper .big-slider img {
    margin: 0 auto;
}

.big-slider img {
    margin-bottom: 0;
}

.big-slider .displayblock {
    display: block;
}

.big-slider .displaynone {
    display: none;
}

.big-slider .slider-entry-container {
    position: absolute;
    width: 700px;
    text-align: center;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.big-slider .entry-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 35px;
    line-height: 1.1;
}

.big-slider .entry-title a {
    color: #ffffff;
}

.big-slider .entry-title a:hover {
    color: #80abc8;
}

.big-slider-wrapper .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
}

.big-slider-wrapper .bx-wrapper .bx-viewport {
    left: 0;
}

.fip-icons-container {
    font-family: "fontAwesome";
}


@font-face {
    font-family: 'fontAwesome';
    font-style: normal;
    font-weight: 300;
    src: url("assets/fonts/fontawesome-pro-light-300.eot");
    src: url("assets/fonts/fontawesome-pro-light-300.eot?#iefix") format("embedded-opentype"),
        url("assets/fonts/fontawesome-pro-light-300.woff2") format("woff2"),
        url("assets/fonts/fontawesome-pro-light-300.woff") format("woff"),
        url("assets/fonts/fontawesome-pro-light-300.ttf") format("truetype"),
        url("assets/fonts/fontawesome-pro-light-300.svg#fontawesome") format("svg")
}

.fa,
.fal {
    font-family: 'fontAwesome';
    font-weight: 300;
}

.slider-button {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 18px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #ffffff;
}

.slider-button:hover {
    background: rgba(255, 255, 255, 0.26);
}

.slide-prev,
.slide-next {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 3px;
}

.slide-prev {
    margin-left: 20px;
}

.slide-next {
    right: 0;
    margin-right: 20px;
}

.slide-prev:hover,
.slide-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slide-prev a:before,
.slide-next a:before {
    font-family: FontAwesome;
    font-weight: 300;
    font-style: normal;
    text-decoration: inherit;

    color: #fff;
    line-height: 70px;
    font-size: 70px;
    padding: 0;
    display: block;
}

.slide-prev a:before {
    content: "\f104";
}

.slide-next a:before {
    content: "\f105";
}

.slide-prev a,
.slide-next a {
    padding: 5px 12px;
    display: block;
}

.banner_figure {
    margin: 0
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
}

.scroller-arrow i {
    background: #000 !important;
}

.sep {
    padding: 0 5px
}

/*.ts-ls-fill .ts-narrow.ts-ls img{*/
/*height: auto!important;*/
/*}*/
div.news-box>ul>li>div.news-item {
    width: 80%;
}

.review-box>span>span.wpcf7-not-valid-tip {
    margin-left: 80px;
}

/*.ts-ls-fill .ts-narrow.ts-ls img{*/
/*width: auto;*/
/*max-width: none;*/
/*max-height: 550px;*/
/*}*/

/*.photo-scroller .scroller-thumbnails {*/
/*z-index: 99;*/
/*margin-top: 60px;*/
/*}*/

/*图片*/
.ts-cont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.masthead {
    transform: initial !important;
}

figure {
    margin: 0;
}

.error-404 {
    text-align: center;
}

.error-404 img {
    width: 60%;
    height: auto;
    margin: 0 auto;
}

.error-404__content {
    margin-bottom: 30px;
}

.error-404__text {
    font-size: 18px;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.error-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.error-container:before,
.error-container:after {
    content: " ";
    display: table;
}

.error-container:after {
    clear: both;
}

.alternative-heading--center {
    color: #444444;
    font-weight: 900;
}

.error-404__text {
    font-size: 18px;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.error-404__text a {
    color: #5b57a6;
    text-decoration: none;
}

.error-404__text {
    line-height: 1.6;
}

#content img {
    width: auto;
    max-width: 100%;
}

.no-result input {
    width: 420px;
    height: 42px;
    border: 1px solid #000;
    background-color: #f8f8f8;
    padding-left: 10px;
    font-size: 14px;
}

.no-result button {
    position: absolute;
    width: 60px;
    height: 42px;
    color: #fff;
    background-color: #000;
    line-height: initial;
    cursor: pointer;
}

.wp-video {
    margin: 0 auto;
    padding-top: 45px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ab-cont .tag-block ul ul li {
    position: relative;
    margin-bottom: 40px;
    padding-left: 20px;
    max-width: 80%;
    font-size: 18px;
}

.ab-cont .tag-block ul ul li a {
    display: block;
    max-width: 80%;
}

.ab-cont .tag-block>ul>ul .on:before {
    position: absolute;
    left: 0;
    top: 4px;
    border-left: 5px solid #000000;
    height: 20px;
    content: ' ';
}

.ab-cont .tag-block>ul>ul>li:hover:before {
    position: absolute;
    left: 0;
    top: 4px;
    border-left: 5px solid #000000;
    height: 20px;
    content: ' ';
}

/* 联系我们 */
.right-menu {
    position: fixed;
    right: 10px;
    bottom: 54px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    z-index: 1000;
}

.right-menu .right-kefu {
    margin-left: 4px;
    width: 85px;
    height: 85px;
    padding: 10px;
    background: #148BA9;
    border-radius: 4px 4px 4px 4px;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
}

.right-menu .right-kefu .icon-kefu .icon {
    width: 42px;
    height: 47px;
}

.right-menu .right-kefu .title {
    font-size: 12px;
    color: #ffffff;
}

.right-menu .right-contact {
    position: relative;
    width: 137px;
    height: 341px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.16);
    z-index: 1000;
    display: none;
}

.right-menu .right-contact .kefu-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    border: 2px solid #ff0000;
}

.right-menu .right-contact .kefu-avatar .icon {
    width: 44px;
    height: 44px;
}

.right-menu .right-contact .card-content {
    padding: 30px 10px 10px 10px;
    text-align: center;
}

.right-menu .right-contact .card-content .kefu-line {
    font-size: 12px;
    margin-bottom: 10px;
}

.right-menu .right-contact .card-content .kefu-line .line {
    color: #B3B3B3;
}

.right-menu .right-contact .card-content .kefu-line .card-line {
    /* margin-left: 10px; */
    text-align: center;
}

.right-menu .right-contact .card-content .kefu-line .card-line a {
    color: #666666;
}

.right-menu .right-contact .card-content .qq-line .qq-btn {
    width: 117px;
    height: 27px;
    line-height: 27px;
    background: #148BA9;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    font-size: 14px;
    color: #ffffff;
}

.right-menu .right-contact .card-content .wx-line {
    padding: 7px 7px 10px 7px;
    background: #148BA9;
    margin-top: 10px;
    margin-bottom: 4px;
}

.right-menu .right-contact .card-content .wx-line .wx-ma {
    margin-bottom: 10px;
}

.right-menu .right-contact .card-content .wx-line .wx-ma img {
    width: 103px;
    height: 102px;
}

.right-menu .right-contact .card-content .wx-line .wx-title {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
}

.right-menu .right-contact .card-content .desc {
    height: 34px;
    color: #999999;
    font-size: 12px;
}

.right-menu .right-contact .card-content .desc div {
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
}

.right-menu:hover .right-kefu {
    opacity: 1;
}

.show {
    display: block;
}

.ab-cont {
    position: relative;
}

.single .entry-title {
    line-height: 36px;
}

.buy-now {
    position: absolute;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    width: 150px;
    height: 36px;
    background: #073B77;
    border-radius: 93px 93px 93px 93px;
    opacity: 1;
}

.buy-now:hover {
    color: #ffffff;
}