a,
a:before,
a:after,
#goTop,
.container,
.lm,
span,
.title,
img,
li,
.tab,
i {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}

.lm,
.right,
.left,
.date,
#banner .item span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.justify,
.inner,
img,
input,
textarea,
select,
button,
table,
label,
.center,
.searchForm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.playBtn {
    content: "";
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.playBtn:before {
    content: "";
    width: 78.57143%;
    height: 78.57143%;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.playBtn:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "\e620";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding-left: 4px;
}

.playBtn:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1400px) {
    .playBtn:after {
        font-size: 40px;
    }
}

@media screen and (max-width: 875px) {
    .playBtn:after {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .playBtn:after {
        font-size: 16px;
    }
}

.placeH {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.placeH:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.placeH .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

@media screen and (max-width: 875px) {
    .placeH {
        position: static;
        height: auto;
    }
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0px;
    font-size: 0px;
}

.justify:after {
    content: "";
    height: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.justify .line {
    display: inline-block;
    height: 0px;
    overflow: hidden;
}

.justify > * {
    text-align: left;
    font-size: 14px;
}

.justify .box {
    display: inline-block;
    vertical-align: top;
}

.box.justify {
    text-align: justify;
}

body,
#pageNum {
    font-family: "MontserratRegular", Arial, Helvetica, "Microsoft YaHei", SimSun,
    Sans-serif;
}

blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
table,
textarea,
ul {
    margin: 0;
    padding: 0;
}

area:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
}

a img,
abbr,
acronym,
fieldset,
img,
legend {
    border: 0 none;
}

figure,
li,
ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline;
    font-weight: 400;
    font-size: 100%;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button {
    overflow: visible;
}

pre,
textarea {
    overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

a[href],
label[for],
select {
    cursor: pointer;
}

a,
div,
input,
span,
textarea {
    -webkit-tap-highlight-color: transparent;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, monospace;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid silver;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    background: #ddd;
    font-weight: 700;
}

table td,
th {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon.eot");
    src: url("../font/icomoond41d.eot?#iefix") format("embedded-opentype"),
    url("../font/icomoon.woff") format("woff"),
    url("../font/icomoon.html") format("woff2"),
    url("../font/icomoon.ttf") format("truetype"),
    url("../font/icomoon.svg#icomoon") format("svg");
}

html {
    font-size: 16px;
}

body {
    color: #555555;
    line-height: 1.5714;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #555;
}

*:before,
*:after {
    text-align: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"],
input[type="password"],
textarea {
    text-align: left;
    background: transparent;
}

input[type="text"]:focus,
input[type="text"].focusOn,
input[type="password"]:focus,
input[type="password"].focusOn,
textarea:focus,
textarea.focusOn {
    background: #fff;
}

.search::-webkit-input-placeholder {
    color: white;
}

.search:-moz-placeholder {
    color: white;
}

.search:-ms-input-placeholder {
    color: white;
}

input,
textarea,
select,
button,
label {
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.center {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
}

@media screen and (max-width: 1366px) {
    .center {
        width: 88%;
    }
}

@media screen and (max-width: 1300px) {
    .center {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .center {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

i {
    font-style: normal;
}

img {
    vertical-align: bottom;
}

a[href^="mailto:"],
a[href^="tel:"] {
    display: inline-block;
}

table {
    line-height: 1.5;
    width: 100%;
}

table.table-left td,
table.table-left th {
    text-align: left;
}

.addthis_sharing_toolbox {
    white-space: nowrap;
}

hr {
    height: 1px;
    width: 100%;
    overflow: hidden;
    border: 0px none;
    box-shadow: none;
    background: #ccc;
}

.headerTtnWrap {
    position: fixed;
    right: 0;
    top: 0;
    background: #fe7d0b;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #fff;
    display: none;
}

#menuBtn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    top: 0;
    cursor: pointer;
    z-index: 999;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

#menuBtn:before {
    font-family: icomoon;
    color: #fff;
}

#menuBtn.active:before {
    content: "\e60b";
    font-size: 28px;
}

#menuBtn {
    position: fixed;
    right: 10px;
    top: 28px;
    background: rgba(0, 0, 0, 0.75);
}

#menuBtn:before {
    content: "\e637";
    font-size: 28px;
}

.fb:before {
    content: "\e62c";
}

.tt:before {
    content: "\e62b";
}

.in:before {
    content: "\e630";
}

.gg:before {
    content: "\e62d";
}

.yt:before {
    content: "\e631";
}

.wx:before {
    content: "\649";
}

.wb:before {
    content: "\647";
}

.searchForm {
    position: relative;
    max-width: 100%;
}

.searchForm .search {
    width: 100%;
    border: 0px none;
}

.searchForm .searchBtn {
    border: 0px none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}

#pageNum {
    margin-top: 1%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 1%;
}

#pageNum a,
#pageNum span {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 7px;
    border: 1px solid #d7d7d5;
}

#pageNum a:hover,
#pageNum .cur {
    color: #fff;
    background: #a51a1c;
    border: 1px solid #a51a1c;
}

#goTop {
    position: fixed;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    bottom: 6%;
    right: 3%;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    cursor: pointer;
    z-index: 999;
}

#goTop:before {
    content: "\e627";
    font-family: "icomoon";
    text-align: inherit;
}

#goTop:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}

@media screen and (max-width: 900px) {
    #goTop {
        margin-bottom: 50px;
    }
}

.imgWrap {
    display: block;
    position: relative;
    overflow: hidden;
}

.imgWrap img {
    width: 100%;
    display: block;
}

iframe[name="google_conversion_frame"] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

object[id^="tq_as"] {
    overflow: hidden;
    margin: 0;
    height: 0 !important;
}

#div_ser table td,
#div_ser table th {
    border: 0px none;
}

.container {
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.title {
    line-height: 1.2;
}

span.help-block-error {
    display: inline-block;
    padding-left: 5px;
    color: #a94442;
}

.formTextWaper.has-error input.help-block-error,
.formTextWaper.has-error textarea.help-block-error {
    border-color: #ebccd1;
}

#header {
    width: 100%;
    z-index: 2;
    background: #fff;
}

#header.move {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#header > .center {
    position: relative;
    padding: 20px 0 15px;
}

#header #logo,
#header .topRight {
    vertical-align: middle;
}

.topRight {
    text-align: right;
}

.headerTop {
    height: 30px;
    line-height: 30px;
}

.headerTop .msg {
    display: inline-block;
    vertical-align: middle;
    color: #bdbdbd;
    text-align: right;
    margin-right: 0;
}

.headerTop .msg li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    padding-left: 30px;
    font-size: 12px;
}

.headerTop .msg li:before {
    display: block;
    content: "";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    color: #011091;
    position: absolute;
    top: 0;
    left: 0;
}

.headerTop .msg li .wrap {
    display: inline-block;
    vertical-align: middle;
}

.headerTop .msg li .text {
    display: block;
    font-size: 14px;
    color: #6c6c6c;
}

.headerTop .msg li .text:hover {
    color: #C81522;
}

.headerTop .msg li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.headerTop .msg .tel:before {
    content: "\e6c7";
    font-size: 16px;
}

.headerTop .msg .eml:before {
    content: "\e6c6";
    font-size: 18px;
}

.lang {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.lang li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

.lang li:last-child {
    margin-right: 0;
}

.lang li a {
    color: #999;
}

.lang li:hover > a,
.lang li.active > a {
    color: #C81522;
}

.seaBtn {
    width: 40px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 3px;
}

.seaBtn:before {
    content: "\e655";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
}

.seaBtn.selected:before {
    content: "\e60b";
}

.searchWrap {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 100%;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.searchWrap .searchCont {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
    border: 0;
}

.searchWrap .search {
    width: 100%;
    height: 100%;
    padding: 0 120px 0 45px;
    box-sizing: border-box;
    background: #f3f3f3;
    border-radius: 3px 0 0 3px;
    color: black;
}

.searchWrap .search.focusOn + label,
.searchWrap .search:focus + label {
    display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
    background: #f3f3f3;
}

.searchWrap label {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    color: #5f656d;
    text-transform: capitalize;
    padding-left: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.searchWrap .searchBtn {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #C81522;
    font-weight: 800;
    font-size: 12px;
    font-family: Arial, "Microsoft YaHei", SimSun, Sans-serif;
    background: none;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
    color: #000;
}

.searchWrap i {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #C81522;
    font-size: 16px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.searchWrap i:before {
    content: "\e618";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
}

#nav {
    font-size: 0;
    line-height: 1;
    z-index: 1;
    margin-top: 5px;
    text-align: left;
}

#nav > li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

#nav > li:last-child {
    margin-right: 0;
}

#nav > li > a {
    display: block;
    color: #333;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    padding: 5px 0;
}

#nav > li > a:before {
    content: "";
    height: 2px;
    background: #C81522;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
}

#nav > li.active > a,
#nav > li.selected > a {
    color: #C81522;
}

#nav > li.active > a:before,
#nav > li.selected > a:before {
    left: 0;
    right: 0;
}

#nav > li > ul {
    display: block;
    width: 285px;
    position: absolute;
    top: 100%;
    left: -20px;
    background: #000;
    padding: 25px 0;
    z-index: 999;
    transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -moz-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -webkit-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -o-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -ms-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    margin-top: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    /* box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2); */
}

#nav > li > ul > li {
    line-height: 1.2;
    position: relative;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    margin-bottom: 1px;
}

#nav > li > ul > li:last-child {
    margin-bottom: 0;
}

#nav > li > ul > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 10px 40px 10px 20px;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

#nav > li > ul > li > a:before {
    content: "\e624";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 18px;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    filter: alpha(opacity=0);
    opacity: 0;
}

#nav > li > ul > li.hasUl > a:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

#nav > li > ul > li:hover > a,
#nav > li > ul > li.active > a {
    background: #011091;
}

#nav > li > ul > li > ul {
    display: none;
    width: 270px;
    position: absolute;
    top: -25px;
    left: 100%;
    background: #000;
    padding: 25px 0;
    z-index: 999;
    transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -moz-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -webkit-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -o-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    -ms-transition: 0.4s all cubic-bezier(1, -0.6, 0.195, 0.34);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

#nav > li > ul > li > ul > li {
    line-height: 1.2;
    position: relative;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    margin-bottom: 1px;
}

#nav > li > ul > li > ul > li:last-child {
    margin-bottom: 0;
}

#nav > li > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    padding: 10px 40px 10px 20px;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    position: relative;
}

#nav > li > ul > li > ul > li:hover > a,
#nav > li > ul > li > ul > li.active > a {
    background: #011091;
}

#nav > li.selected > ul {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    #header.indexHeader {
        position: static;
        background: #1d1d1d;
    }

    #logo,
    #header .topRight {
        width: 100%;
        text-align: center;
    }

    .headerMidRig {
        margin-top: 25px;
    }

    .topRig {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    #nav {
        margin-left: 0;
        text-align: center;
    }

    #header {
        position: relative;
    }

    .headerMid .center {
        padding-bottom: 0;
    }

    .headerMid {
        position: relative;
    }

    #header .topRight {
        margin-top: 15px;
    }
}

@media screen and (max-width: 875px) {
    #menuBtn {
        display: block;
    }

    .topRig {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .headerTtnWrap {
        display: block;
    }

    #header {
        text-align: center;
        z-index: 99;
        padding-top: 10px;
    }

    .headerTop {
        height: auto;
    }

    .headerTop .msg {
        margin-right: 0;
        display: block;
        text-align: center;
    }

    #header .headerTopRig {
        display: block;
        text-align: center;
    }

    .headerTop .shareWrap {
        margin-left: 0;
    }

    #nav {
        width: 100%;
        position: fixed;
        float: none;
        top: 40px;
        right: 0;
        z-index: 100;
        margin: 0;
        display: none;
        background: #C81522;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    }

    #nav > li {
        margin: 0;
        display: block;
        text-align: center;
        line-height: 1;
        padding: 0;
        font-size: 14px;
        margin-bottom: 1px;
    }

    #nav > li > a {
        padding: 12px 0;
        display: block;
        color: white;
        font-size: 14px;
        border-right: 0;
    }

    #nav > li:hover,
    #nav > li.active {
        background: #c9932c;
    }

    #nav > li:hover a,
    #nav > li.active a {
        color: white;
        background: none;
    }

    #nav > li:hover:before,
    #nav > li.active:before {
        display: none;
    }

    #nav > li:last-child {
        border-bottom: 0;
    }

    #nav > li:hover ul {
        display: none;
    }

    #nav > li:hover > a:before {
        display: none;
    }

    #nav > li:before {
        display: none;
    }

    .headerBot {
        text-align: center;
    }

    .headerBot .center {
        position: static;
    }

    .searchWrap {
        width: 100%;
        top: 100%;
        height: 43px;
        z-index: 9999;
        padding: 0;
    }

    .searchWrap .searchCont {
        top: 0;
        right: 0;
        bottom: 0;
    }

    .searchWrap .search {
        min-height: 43px;
    }

    .headerBot {
        position: static;
    }

    .headerMid .msg li .text {
        font-size: 14px;
    }

    .headerMid .msg li .wrap {
        text-align: left;
    }
}

#banner {
    /* margin-bottom: 4.16667%;  */
}

#banner .slick-prev,
#banner .slick-next {
    width: 60px;
    height: 60px;
    line-height: 56px;
    background: none;
    color: #00165a;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #00165a;
    font-weight: bold;
}

#banner .slick-prev:hover,
#banner .slick-next:hover {
    background: rgba(230, 33, 42, 0.6);
}

#banner .slick-prev:before {
    content: "\e621";
}

#banner .slick-next:before {
    content: "\e624";
}

@media screen and (max-width: 1200px) {
    #banner .slick-prev,
    #banner .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-top: -15px;
    }
}

@media screen and (max-width: 875px) {
    #banner {
        /* margin-bottom: 40px; */
    }
}

.block2_T53 {
    margin-bottom: 4.16667%;
}

.block2_T53 .flWrap {
    width: 33.33333%;
    float: left;
    background: #a5a5a5;
    padding: 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.block2_T53 .flWrap:nth-child(2) {
    background: #6f6c6c;
}

.block2_T53 .imgWrap {
    width: 32.72727%;
    vertical-align: middle;
}

.block2_T53 .textWrap {
    /*width: 69.6281%;*/
    vertical-align: middle;
}

.block2_T53 .tit {
    font-size: 30px;
    color: #f3f3f3;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.block2_T53 .des {
    line-height: 24px;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
    color: #f3f3f3;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .block2_T53 {
        margin-bottom: 35px;
    }

    .block2_T53 .flWrap {
        width: 100%;
    }

    .block2_T53 .tit {
        font-size: 20px;
    }

    .block2_T53 .imgWrap {
        width: 38%;
    }

    .block2_T53 .textWrap {
        width: 78%;
    }
}

.block3_T53 {
    text-transform: capitalize;
    /* margin-bottom: 4.16667%; */
    text-align: center;
    margin: 7% 0;
}

.block3_T53 .title {
    font-size: 40px;
    text-transform: capitalize;
    color: #222;
}

@media screen and (max-width: 1400px) {
    .block3_T53 .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 875px) {
    .block3_T53 .title {
        font-size: 24px;
    }
}

.block3_T53 .desc {
    color: #5f656d;
    max-width: 850px;
    margin: 20px auto 0;
}

.block3_T53 .wrap {
    margin-top: 2.34375%;
}

.block3_T53 .flWrap {
    width: 50%;
    position: relative;
    overflow: hidden;
    float: left;
}

.block3_T53 .flWrap:hover .titWrap {
    filter: alpha(opacity=0);
    opacity: 0;
}

.block3_T53 .flWrap:hover .shade {
    top: 0;
}

.block3_T53 .titWrap {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0110916b;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    padding: 0 3.125%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
}

.block3_T53 .titWrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.block3_T53 .titWrap .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

.block3_T53 .titWrap .textMidSon {
    font-size: 30px;
    color: #fff;
}

.block3_T53 .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #0110916b;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    padding: 0 3.125%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
}

.block3_T53 .shade:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.block3_T53 .shade .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

.block3_T53 .shade .tit {
    display: block;
    font-size: 30px;
    color: #fff;
}

.block3_T53 .shade .more {
    display: inline-block;
    font-size: 24px;
    color: #0110916b;
    padding: 2.22222% 6.66667%;
    background: #fff;
    line-height: 1;
    margin-top: 6.66667%;
}

@media screen and (max-width: 875px) {
    .block3_T53 {
        /* margin-bottom: 35px; */
    }

    .block3_T53 .titWrap {
        height: 50px;
    }

    .block3_T53 .titWrap .textMidSon,
    .block3_T53 .shade .tit {
        font-size: 18px;
    }

    .block3_T53 .shade .more {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .block3_T53 .flWrap {
        width: 100%;
    }
}

.block4_T53 {
    margin-bottom: 4.16667%;
    text-align: center;
}

.block4_T53 .title {
    font-size: 40px;
    text-transform: capitalize;
    color: #222;
}

@media screen and (max-width: 1400px) {
    .block4_T53 .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 875px) {
    .block4_T53 .title {
        font-size: 24px;
    }
}

.block4_T53 .block4_T53Slick {
    margin: 3.33333% auto 0;
    max-width: 1000px;
}

.block4_T53 .block4_T53Slick .slick-prev,
.block4_T53 .block4_T53Slick .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    margin-top: -25px;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.block4_T53 .block4_T53Slick .slick-prev {
    left: -10%;
}

.block4_T53 .block4_T53Slick .slick-next {
    right: -10%;
}

.block4_T53 .botWrap {
    background: #f5f5f5;
    /* margin-top: 35px; */
    padding: 5.20833% 0;
}

.block4_T53 .botWrap .des {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    /* font-weight: bold; */
}

.block4_T53 .botWrap .video {
    float: left;
    width: 50%;
    height: 100%;

}

.block4_T53 .botWrap .box {
    vertical-align: bottom;
}

.block4_T53 .botWrap .more {
    font-size: 24px;
    color: #fff;
    padding: 15px 40px;
    font-weight: normal;
    background: #011091;
    line-height: 1;
    text-transform: capitalize;
}

.block4_T53 .botWrap .more:hover {
    background: #a9a7a2;
}

@media screen and (max-width: 1200px) {
    .block4_T53 .block4_T53Slick .slick-prev,
    .block4_T53 .block4_T53Slick .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 20px;
    }

    .block4_T53 .block4_T53Slick .slick-next {
        right: 0;
    }

    .block4_T53 .block4_T53Slick .slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 875px) {
    .block4_T53 {
        margin-bottom: 35px;
    }

    .block4_T53 .botWrap {
        margin-top: 0;
    }

    .zcw_about {
        text-align: center;
    }

    .zcw_about a {
        font-size: 24px !important;
        color: #fff !important;
        padding: 1.66667% 5% !important;
        background: #C81522 !important;
        line-height: 1 !important;
        text-transform: capitalize !important;
    }

    .block4_T53 .botWrap .des {
        width: 100%;
        font-size: 17px;
    }

    .block4_T53 .botWrap .video {
        width: 100%;
        padding: 20px 30px;
        box-sizing: border-box;
    }

    .block4_T53 .botWrap .more {
        font-size: 16px;
        margin-top: 20px;
    }
}

.block5_T53 {
    margin-bottom: 4.16667%;
    text-align: center;
    background: #f5f5f5;
    padding-top: 5.20833%;
    padding-bottom: 4.16667%;
}

.block5_T53 .title {
    font-size: 40px;
    text-transform: capitalize;
    color: #222;
}

@media screen and (max-width: 1400px) {
    .block5_T53 .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 875px) {
    .block5_T53 .title {
        font-size: 24px;
    }
}

.block5_T53 .desc {
    color: #5f656d;
    max-width: 850px;
    margin: 20px auto 0;
}

.block5_T53 .wrap {
    background: #fff;
    margin-top: 3.33333%;
}

.block5_T53 .flWrap {
    float: left;
    width: 25%;
    text-align: left;
    padding-top: 33.33333%;
    position: relative;
}

.block5_T53 .flWrap:nth-child(2n) .textWrap {
    top: 50%;
}

.block5_T53 .flWrap:nth-child(2n) .textWrap:before {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #fff;
}

.block5_T53 .flWrap:nth-child(2n) .imgWrap {
    top: 0;
}

.block5_T53 .flWrap:hover .textWrap {
    background: #011091;
}

.block5_T53 .flWrap:hover:nth-child(2n + 1) .textWrap:before {
    border-top-color: #011091;
}

.block5_T53 .flWrap:hover:nth-child(2n) .textWrap:before {
    border-bottom-color: #011091;
}

.block5_T53 .flWrap:hover .date {
    color: #fff;
}

.block5_T53 .flWrap:hover .date i {
    color: #fff;
}

.block5_T53 .flWrap:hover .tit {
    color: #fff;
}

.block5_T53 .textWrap {
    padding-top: 66.66667%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.block5_T53 .textWrap:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 6.66667%;
    top: 100%;
    z-index: 1;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.block5_T53 .textWrap .shade {
    padding: 0 6.66667%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    font-size: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.block5_T53 .textWrap .shade:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.block5_T53 .textWrap .shade .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

.block5_T53 .date {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    padding-bottom: 20px;
    position: relative;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.block5_T53 .date:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #ffcc2e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.block5_T53 .date i {
    color: #011091;
}

.block5_T53 .tit {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
    text-transform: capitalize;
    margin-top: 20px;
}

.block5_T53 .imgWrap {
    display: block;
    padding-top: 66.66667%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    overflow: hidden;
}

.block5_T53 .imgWrap img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.block5_T53 .more {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 1% 4%;
    background: #011091;
    line-height: 1;
    text-transform: capitalize;
    margin-top: 4.16667%;
    border-radius: 25px;
}

.block5_T53 .more:hover {
    background: #a9a7a2;
}

@media screen and (max-width: 875px) {
    .block5_T53 {
        margin-bottom: 35px;
    }

    .block5_T53 .flWrap {
        width: 50%;
        padding-top: 66.66667%;
    }


}

@media screen and (max-width: 600px) {
    .block5_T53 .date {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .block5_T53 .tit {
        font-size: 14px;
        margin-top: 5px;
        line-height: 20px;
        height: 60px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

.block05_T46 {
    margin-bottom: 5.20833%;
    text-align: center;
}

.block05_T46 .title {
    font-size: 40px;
    text-transform: capitalize;
    color: #222;
}

@media screen and (max-width: 1400px) {
    .block05_T46 .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 875px) {
    .block05_T46 .title {
        font-size: 24px;
    }
}

.block05_T46 .desc {
    color: #5f656d;
    max-width: 850px;
    margin: 20px auto 0;
}

.block05_T46 .wrap {
    margin-top: 3.75%;
}

.block05_T46 .box {
    width: 30.83333%;
}

.block05_T46 .box:hover .imgWrap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.block05_T46 .box:hover .tit {
    color: #011091;
}

.block05_T46 .line {
    width: 30.83333%;
}

.block05_T46 .imgWrap {
    display: block;
}

.block05_T46 .imgWrap img {
    display: block;
}

.block05_T46 .tit {
    color: #111;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
    display: inline-block;
}

.block05_T46 .des {
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #5f656d;
    margin-top: 15px;
}

@media screen and (max-width: 600px) {
    .block05_T46 {
        margin-bottom: 20px;
    }

    .block05_T46 .box {
        width: 48%;
        margin-bottom: 20px;
    }
}

.block10_T46 {
    margin-bottom: 4.16667%;
    text-align: center;
}

.block10_T46 .title {
    font-size: 40px;
    text-transform: capitalize;
    color: #222;
}

@media screen and (max-width: 1400px) {
    .block10_T46 .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 875px) {
    .block10_T46 .title {
        font-size: 24px;
    }
}

.block10_T46 .desc {
    color: #5f656d;
    max-width: 850px;
    margin: 20px auto 0;
}

.block10_T46 .block10_T46Slick {
    padding: 0 8.33333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4.16667%;
}

.block10_T46 .block10_T46Slick .item {
    margin-right: 20px;
}

.block10_T46 .block10_T46Slick .slick-prev,
.block10_T46 .block10_T46Slick .slick-next {
    width: 46px;
    height: 46px;
    line-height: 42px;
    background: #C81522;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid #C81522;
    margin-top: -23px;
}

.block10_T46 .block10_T46Slick .slick-prev:hover,
.block10_T46 .block10_T46Slick .slick-next:hover {
    background: none;
    color: #C81522;
}

.block10_T46 .block10_T46Slick .slick-prev:before {
    content: "\e621";
}

.block10_T46 .block10_T46Slick .slick-next:before {
    content: "\e624";
}

.block10_T46 .block10_T46Slick .slick-prev {
    left: 0;
}

.block10_T46 .block10_T46Slick .slick-next {
    right: 0;
}

@media screen and (max-width: 875px) {
    .block10_T46 {
        margin-bottom: 60px;
    }

    .block10_T46 .block10_T46Slick {
        margin-right: -30px;
        padding: 0 40px;
        margin-top: 30px;
    }

    .block10_T46 .block10_T46Slick .item {
        margin-right: 30px;
    }

    .block10_T46 .block10_T46Slick .slick-prev,
    .block10_T46 .block10_T46Slick .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        margin-top: -15px;
    }

    .block10_T46 .block10_T46Slick .slick-next {
        margin-right: 30px;
    }
}

#footer {
    background: #2b2b35;
}

.footerTop {
    padding-top: 3%;
    position: relative;
    padding-bottom: 3%;
}

.footerTop .title {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.footerTop .title:before {
    left: 0;
    bottom: 0;
    width: 50px;
    background: #C81522;
    height: 2px;
}

.footerContact ul > li {
    position: relative;
    color: #b3b3b3;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 36px;
}

.footerContact ul > li:first-child {
    padding-top: 0;
}

.footerContact ul > li:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    position: absolute;
    top: -4px;
    left: 0;
    color: #C81522;
    font-size: 20px;
    width: 21px;
    text-align: center;
}

.footerContact ul > li > span {
    text-transform: uppercase;
    display: block;
}

.footerContact ul > li > a {
    color: #b3b3b3;
}

.footerContact ul > li > a:hover {
    text-decoration: underline;
    color: #C81522;
}

.footerContact ul > li .cont {
    color: #b3b3b3;
}

.footerContact ul > li.add:before {
    content: "\e605";
}

.footerContact ul > li.tel:before {
    content: "\e6c7";
}

.footerContact ul > li.eml:before {
    content: "\e6c6";
}

.footerContact ul > li.skype:before {
    content: "\e632";
}

.footerContact ul > li.fax:before {
    content: "\e6b5";
}

.footerContact ul > li.whatsapp:before {
    content: "\e6bc";
}

.footerContact ul > li.mob:before {
    content: "\e608";
}

.footerAbout {
    width: 20%;
}

.footerContact {
    width: 20%;
}

.footerAbout .des {
    font-size: 14px;
    line-height: 24px;
    height: 192px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    color: #b3b3b3;
    margin-top: 40px;
}

.footerMenu {
    width: 9%;
}

.footerMenu ul li {
    margin-bottom: 1px;
    padding: 12px 0;
    border-bottom: 1px solid #373737;
}

.footerMenu ul li:first-child {
    padding-top: 0;
}

.footerMenu ul li a {
    display: block;
    color: #b3b3b3;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}

.footerMenu ul li a:before {
    content: "\e624";
    color: #fff;
    position: absolute;
    top: -4px;
    left: 0;
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    font-size: 20px;
}

.footerMenu ul li a:hover {
    color: #C81522;
}

.footerPro:nth-of-type(1) {
    width: 20%;
}

.footerPro:nth-of-type(2) {
    width: 16%;
}

.footerPro ul li {
    margin-bottom: 1px;
    padding: 12px 0;
    border-bottom: 1px solid #373737;
}

.footerPro ul li:first-child {
    padding-top: 0;
}

.footerPro ul li a {
    display: block;
    color: #b3b3b3;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}

.footerPro ul li a:before {
    content: "\e624";
    color: #fff;
    position: absolute;
    top: -4px;
    left: 0;
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    font-size: 20px;
}

.footerPro ul li a:hover {
    color: #C81522;
}

.footerShareWrap {
    margin-top: 15.09434%;
}

.footerShareWrap > ul > li {
    margin-right: 1px;
    display: inline-block;
}

.footerShareWrap > ul > li:last-child {
    margin-right: 0;
}

.footerShareWrap > ul > li > a {
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #b3b3b3;
    font-size: 18px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    border: 1px solid #C81522;
}

.footerShareWrap > ul > li > a:before {
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
}

.footerShareWrap > ul > li > a.fb:before {
    content: "\e62c";
}

.footerShareWrap > ul > li > a.tt:before {
    content: "\e62b";
}

.footerShareWrap > ul > li > a.in:before {
    content: "\e630";
}

.footerShareWrap > ul > li > a.yt:before {
    content: "\e631";
}

.footerShareWrap > ul > li > a.gg:before {
    content: "\e62d";
}

.footerShareWrap > ul > li > a:hover:before {
    color: #C81522;
}

.footerBot {
    padding-top: 1.30208%;
    padding-bottom: 1.04167%;
    text-align: center;
    background: #2b2b35;
}

.footerBot .copyRight {
    display: inline-block;
    margin-right: 40px;
    color: #fff;
}

.footerBot .support {
    display: inline-block;
    color: #fff;
}

.footerBot .support a {
    color: #C81522;
    text-transform: uppercase;
}

.footerBot .support a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 875px) {
    .footerTop {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .footerTop .footerAbout,
    .footerTop .footerPro,
    .footerTop .footerMenu {
        display: none;
    }

    .footerTop .top .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .footerTop .top .box ul {
        margin-top: 15px;
    }

    .footerBot {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .footerContact ul > li {
        display: block;
        margin-bottom: 15px;
    }

    .footerTop .title {
        margin-bottom: 20px;
    }

    .footerBot .box {
        width: 100%;
        text-align: center;
    }

    .footerShareWrap {
        margin-top: 10px;
    }

    .footerTop .title:before {
        display: none;
    }

    .footerPro .tit {
        display: block;
        margin-top: 10px;
    }

    .footerTop .title {
        font-size: 20px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
    .footerBot .center > div {
        width: 100%;
    }
}

.crumbsWrap {
    padding: 6.77083% 0 6.51042%;
    position: relative;
    overflow: hidden;
    background-image: url("../imgs/nbanner01.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.crumbsWrap:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.7;
    background: #001659;
}

.crumbsWrap i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.crumbsWrap .bg {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.crumbsWrap .box {
    vertical-align: middle;
}

.crumbsWrap .wrap {
    position: relative;
    text-align: center;
}

.crumbsWrap .cateName {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    /*visibility: hidden;*/
}


@media screen and (max-width: 1400px) {
    .crumbsWrap .cateName {
        font-size: 30px;
    }
}

@media screen and (max-width: 875px) {
    .crumbsWrap .cateName {
        font-size: 16px;
        font-family: "hindbold", Arial, "Microsoft YaHei", SimSun, Sans-serif;
    }
}

@media screen and (max-width: 600px) {
    .crumbsWrap {
        padding: 40px 0;
    }
}

.crumbs {
    padding-top: 1.5625%;
    padding-bottom: 1.5625%;
    border-bottom: 1px solid #d3d8dc;
}

.paddingStyle {
    padding-top: 2.60417%;
    padding-bottom: 3.38542%;
}

.bgColor {
    background: #efefef;
}

@media screen and (max-width: 1200px) {
    .paddingStyle {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.content {
    padding-bottom: 3.125%;
    position: relative;
    padding-top: 2.08333%;
}

.contentWrap {
    position: relative;
}

@media screen and (max-width: 1600px) {
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 875px) {
    .contentWrap {
        position: static;
    }
}

#aside {
    width: 320px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
}

#aside .wrap {
    background: #f1f1f1;
    margin-bottom: 30px;
}

#aside .asideTitle {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    white-space: nowrap;
    font-size: 0;
    height: 70px;
}

#aside .asideTitle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

#aside .asideTitle .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

#aside .asideTitle .textMidSon {
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    text-align: center;
}

#aside .asideTitle .textMidSon:before {
    left: 0;
    bottom: 0;
}

#aside .asideList > li {
    position: relative;
    border-top: 1px solid #d3d8dc;
}

#aside .asideList > li i {
    display: none;
}

#aside .asideList > li:last-child {
    margin-bottom: 0;
}

#aside .asideList > li > a {
    display: block;
    padding: 15px 20px;
    color: #666;
    position: relative;
    font-size: 16px;
}

#aside .asideList > li:hover > a {
    color: #fff;
    background: #011091;
}

#aside .asideList > li.active > a {
    color: #fff;
    background: #011091;
}

#aside .asideList > li > ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #011091;
}

#aside .asideList > li > ul > li {
    font-size: 14px;
    border-bottom: 1px solid #d3d8dc;
}

#aside .asideList > li > ul > li:last-child {
    border: 0;
}

#aside .asideList > li > ul > li > a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    position: relative;
}

#aside .asideList > li > ul > li:hover > a,
#aside .asideList > li > ul > li.active > a {
    background: #071abd;
}

#aside .asideList > li:hover > ul {
    display: block;
}

@media screen and (max-width: 875px) {
    .content {
        position: relative;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 40px;
    }

    #aside {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        display: none;
    }

    #aside .asideTitle {
        background: #C81522;
        color: white;
        padding: 13px 60px 13px 10px;
        line-height: 1;
        cursor: pointer;
        margin-bottom: 1px;
        font-size: 20px;
        height: auto;
        margin-top: 0;
    }

    #aside .asideTitle:before {
        display: none;
    }

    #aside .asideTitle:after {
        display: block;
        content: "Close \e636";
        font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun,
        Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -15px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
    }

    #aside .asideList {
        display: block;
        padding: 0;
        margin-top: 0;
    }

    #aside .asideList > li {
        margin-bottom: 1px;
        background: #C81522;
    }

    #aside .asideList > li > a {
        color: white;
        padding-right: 10px;
        padding-left: 10px;
        height: 35px;
        line-height: 35px;
        border: 0;
    }

    #aside .asideList > li:hover,
    #aside .asideList > li.active {
        background: #a51a1c;
    }

    #aside .asideList > li.active > ul {
        display: none;
    }

    #aside .asideList > li > ul {
        display: none;
        position: static;
    }

    #aside .asideList > li.hasUl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #aside .asideList > li.hasUl a {
        flex: 1;
    }

    #aside .asideList > li.hasUl a ~ ul a {
        padding: 5px 0 5px 20px;
    }

    #aside .asideList > li.hasUl i {
        display: block;
        padding: 0 10px;
        height: 35px;
        line-height: 35px;
        color: #fff;
    }

    #aside .asideList > li.hasUl ul {
        width: 100%;
    }

    #aside .asideTitle .textMidSon {
        color: #fff;
    }

    #aside .listside:after {
        content: "Open \e656";
    }

    #aside .asideList:before {
        display: none;
    }

    #aside .asideList > li > a:before,
    #aside .asideList > li.hasUl > a:after {
        display: none;
    }
}

.mainRight {
    width: 70%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    min-height: 700px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
}

@media screen and (max-width: 875px) {
    #aside .asideTitle .textMidSon {
        font-size: 20px;
    }

    .mainRight {
        width: 100%;
        min-height: auto;
        padding: 30px 0;
    }

    #aside .asideTitle {
        text-align: left;
        border-radius: 0;
    }

    #aside .asideList > li.hasUl > span {
        display: none;
    }

    #aside .asideList > li > a {
        padding: 0 10px;
        text-align: left;
        font-size: 14px;
    }

    #aside .asideList > li:hover > a,
    #aside .asideList > li.active > a {
        color: #fff;
    }

    #aside .asideTitle .textMidSon {
        background: none;
        padding: 0;
    }

    #aside .asideTitle .textMidSon {
        font-size: 18px;
    }
}

.danBlock01_T36 {
    margin-bottom: 3.64583%;
}

.danBlock01_T36 .topWrap .leftWrap {
    width: 50.41667%;
}

.danBlock01_T36 .topWrap .rightWrap {
    width: 38.75%;
}

.danBlock01_T36 .topWrap .title {
    font-size: 35px;
    font-weight: bold;
    color: #111;
    position: relative;
    padding-bottom: 20px;
    padding-bottom: 15px;
}

.danBlock01_T36 .topWrap .title:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.danBlock01_T36 .topWrap .title:before {
    left: 0;
    bottom: 0;
}

.danBlock01_T36 .topWrap .des {
    color: #5f656d;
    line-height: 30px;
    font-size: 15px;
    margin-top: 5.78512%;
}

.danBlock01_T36 .botWrap {
    margin-top: 4.16667%;
}

.danBlock01_T36 .botWrap li {
    width: 45%;
    margin-bottom: 2.5%;
}

.danBlock01_T36 .botWrap .num {
    width: 12.40741%;
    padding-top: 12.40741%;
    border-radius: 50%;
    background: #C81522;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    border: 1px solid #C81522;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

.danBlock01_T36 .botWrap .num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    color: #fff;
}

.danBlock01_T36 .botWrap .num:hover {
    background: #fff;
}

.danBlock01_T36 .botWrap .num:hover span {
    color: #C81522;
}

.danBlock01_T36 .botWrap .textWrap {
    width: 77.77778%;
}

.danBlock01_T36 .botWrap .tit {
    font-size: 22px;
    color: #111;
    font-weight: bold;
}

.danBlock01_T36 .botWrap .tit:hover {
    color: #C81522;
}

.danBlock01_T36 .botWrap .des {
    color: #5f656d;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

@media screen and (max-width: 875px) {
    .danBlock01_T36 {
        margin-bottom: 40px;
    }

    .danBlock01_T36 .botWrap li {
        width: 47%;
    }

    .danBlock01_T36 .botWrap .tit {
        font-size: 16px;
    }

    .danBlock01_T36 .botWrap .num {
        width: 12%;
        padding-top: 12%;
        font-size: 18px;
    }

    .danBlock01_T36 .textWrap {
        width: 84%;
    }

    .danBlock01_T36 .topWrap .leftWrap {
        width: 100%;
    }

    .danBlock01_T36 .topWrap .des {
        margin-top: 15px;
    }

    .danBlock01_T36 .topWrap .title {
        font-size: 24px;
    }

    .danBlock01_T36 .topWrap .rightWrap {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .danBlock01_T36 .botWrap li {
        width: 100%;
    }
}

.danBlock02_T36 {
    margin-bottom: 5.20833%;
}

.danBlock02_T36 .leftWrap {
    width: 50.41667%;
}

.danBlock02_T36 .rightWrap {
    width: 40.25%;
}

.danBlock02_T36 .title {
    font-size: 35px;
    font-weight: bold;
    color: #111;
}

.danBlock02_T36 .subTit {
    font-size: 35px;
    font-weight: bold;
    color: #C81522;
    position: relative;
    padding-bottom: 20px;
    padding-bottom: 15px;
}

.danBlock02_T36 .subTit:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.danBlock02_T36 .subTit:before {
    left: 0;
    bottom: 0;
}

.danBlock02_T36 .des {
    line-height: 24px;
    color: #5f656d;
    margin-top: 4.95868%;
}

.danBlock02_T36 .wrap {
    margin-top: 6.61157%;
}

.danBlock02_T36 .wrap li {
    font-size: 16px;
    color: #5f656d;
    padding-left: 33px;
    position: relative;
    margin-bottom: 12px;
}

.danBlock02_T36 .wrap li:before {
    content: "\e68e";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background: #C81522;
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 875px) {
    .danBlock02_T36 .leftWrap {
        width: 100%;
    }

    .danBlock02_T36 .title,
    .danBlock02_T36 .subTit {
        font-size: 24px;
    }

    .danBlock02_T36 .des {
        margin-top: 15px;
    }

    .danBlock02_T36 .wrap {
        margin-top: 20px;
    }

    .danBlock02_T36 .rightWrap {
        width: 100%;
        margin-top: 20px;
    }
}

.danBlock03_T36 {
    margin-bottom: 5.20833%;
    direction: rtl;
}

.danBlock03_T36 .box {
    direction: ltr;
}

.danBlock03_T36 .leftWrap {
    width: 50.41667%;
}

.danBlock03_T36 .rightWrap {
    width: 40.25%;
    position: relative;
}

.danBlock03_T36 .title {
    font-size: 35px;
    font-weight: bold;
    color: #111;
}

.danBlock03_T36 .subTit {
    font-size: 35px;
    font-weight: bold;
    color: #C81522;
    position: relative;
    padding-bottom: 20px;
    padding-bottom: 15px;
}

.danBlock03_T36 .subTit:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.danBlock03_T36 .subTit:before {
    left: 0;
    bottom: 0;
}

.danBlock03_T36 .des {
    line-height: 24px;
    color: #5f656d;
    margin-top: 4.95868%;
}

.danBlock03_T36 .wrap {
    margin-top: 6.61157%;
}

.danBlock03_T36 .wrap li {
    font-size: 16px;
    color: #5f656d;
    padding-left: 33px;
    position: relative;
    margin-bottom: 12px;
}

.danBlock03_T36 .wrap li:before {
    content: "\e68e";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background: #C81522;
    color: #fff;
    font-size: 12px;
}

.danBlock03_T36 .playBtn {
    content: "";
    width: 15.78947%;
    height: 0;
    padding-top: 15.78947%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.danBlock03_T36 .playBtn:before {
    width: 70%;
    height: 70%;
}

.danBlock03_T36 .playBtn:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "\e620";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    font-size: 40px;
    color: #fff;
    padding-left: 4px;
}

.danBlock03_T36 .playBtn:hover {
    background: #C81522;
    border-color: #C81522;
}

.danBlock03_T36 .playBtn:hover:after {
    color: #d49f05;
}

@media screen and (max-width: 1400px) {
    .danBlock03_T36 .playBtn:after {
        font-size: 40px;
    }
}

@media screen and (max-width: 875px) {
    .danBlock03_T36 .playBtn:after {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .danBlock03_T36 .playBtn:after {
        font-size: 16px;
    }
}

@media screen and (max-width: 875px) {
    .danBlock03_T36 {
        margin-bottom: 40px;
        direction: ltr;
    }

    .danBlock03_T36 .leftWrap {
        width: 100%;
    }

    .danBlock03_T36 .subTit {
        font-size: 24px;
    }

    .danBlock03_T36 .des {
        margin-top: 15px;
    }

    .danBlock03_T36 .wrap {
        margin-top: 20px;
    }

    .danBlock03_T36 .rightWrap {
        margin-top: 20px;
    }
}

@media screen and (max-width: 650px) {
    .danBlock03_T36 .rightWrap {
        width: 100%;
    }

    .danBlock03_T36 .rightWrap img {
        width: 100%;
    }
}

.danBlock04_T36 {
    margin-bottom: 5.20833%;
}

.danBlock04_T36 .box {
    width: 30.83333%;
    text-align: center;
    padding: 5% 2.08333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.danBlock04_T36 .box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.danBlock04_T36 .line {
    width: 30.83333%;
}

.danBlock04_T36 .num {
    display: inline-block;
    width: 18.10811%;
    padding-top: 18.10811%;
    border-radius: 50%;
    background: #C81522;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    border: 1px solid #C81522;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

.danBlock04_T36 .num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    color: #fff;
}

.danBlock04_T36 .num:hover {
    background: #fff;
}

.danBlock04_T36 .num:hover span {
    color: #C81522;
}

.danBlock04_T36 .tit {
    display: block;
    font-size: 20px;
    color: #111;
    font-weight: bold;
    margin-top: 20px;
}

.danBlock04_T36 .des {
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #5f656d;
    margin-top: 20px;
}

@media screen and (max-width: 875px) {
    .danBlock04_T36 {
        margin-bottom: 40px;
    }

    .danBlock04_T36 .num {
        font-size: 20px;
    }
}

@media screen and (max-width: 700px) {
    .danBlock04_T36 .box {
        width: 47%;
    }
}

@media screen and (max-width: 450px) {
    .danBlock04_T36 .box {
        width: 100%;
    }
}

.products01 {
    text-align: center;
}

.products01 .title {
    font-size: 34px;
    font-weight: bold;
    color: #111;
}

.products01 .desc {
    color: #5f656d;
    line-height: 28px;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 9.16667%;
    margin-top: 2.5%;
}

.products01 .box {
    width: 32%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-bottom: 3.57143%;
}

.products01 .box:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.products01 .line {
    width: 45.59524%;
}

.products01 .botWrap {
    padding: 8.57143% 7.14286% 11.42857%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    border-bottom: 1px solid #d5d5d5;
}

.products01 .tit {
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.products01 .tit:hover {
    color: #C81522;
}

.products01 .des {
    font-size: 14px;
    color: #5f656d;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.products01 .more {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 11.66667%;
}

.products01 .more:hover {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .products01 .botWrap {
        padding: 0;
        margin-top: 10px;
        border-bottom: 0;
    }

    .products01 .tit {
        font-size: 18px;
    }

    .products01 .box:hover {
        background: none;
        box-shadow: none;
    }

    .products01 .des {
        margin-top: 5px;
    }
}

@media screen and (max-width: 600px) {
    .products01 .box {
        width: 47%;
        margin-bottom: 15px;
    }
}

.products02 {
    text-align: center;
}

.products02.products04 .box {
    width: 30.11905%;
}

.products02.products04 .line {
    width: 30.11905%;
}

.products02 .box {
    width: 23.16667%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-bottom: 3.57143%;
}

.products02 .box:hover .tit {
    color: #C81522;
}

.products02 .box:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.products02 .line {
    width: 23.16667%;
}

.products02 .botWrap {
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-top: 10px;
}

.products02 .tit {
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.products02 .tit:hover {
    color: #C81522;
}

.products02 .des {
    font-size: 14px;
    color: #5f656d;
    margin-top: 7px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.products02 .more {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 11.66667%;
}

.products02 .more:hover {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .products02 .tit {
        font-size: 16px;
    }

    .products02 .box,
    .products02 .line {
        width: 31%;
    }

    .products02 .box:hover {
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 600px) {
    .products02 .box,
    .products02.products04 .box {
        width: 47%;
        margin-bottom: 15px;
    }
}

.products03 {
    text-align: center;
}

.products03 .topWrap {
    font-size: 0;
}

.products03 .topWrap li {
    display: inline-block;
    width: 150px;
    height: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 0;
    margin-right: 4px;
    cursor: pointer;
}

.products03 .topWrap li:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.products03 .topWrap li .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

.products03 .topWrap li .textMidSon {
    font-size: 16px;
    color: #5f656d;
    padding: 0 10px;
    line-height: 1.1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.products03 .topWrap li.selected {
    border-color: #C81522;
    background: #C81522;
    color: #fff;
}

.products03 .botWrap {
    margin-top: 4.16667%;
}

.products03 .botWrap .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products03 .botWrap .cont {
    width: 32.30303%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.products03 .botWrap .cont:hover:after {
    filter: alpha(opacity=100);
    opacity: 1;
}

.products03 .botWrap .cont:hover .tit {
    margin-top: -80px;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.products03 .botWrap .cont:hover .more {
    top: 50%;
    margin-top: -22.5px;
}

.products03 .botWrap .cont:hover img {
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
}

.products03 .botWrap .cont:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.products03 .botWrap .img img {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
}

.products03 .botWrap .tit {
    width: 100%;
    height: 80px;
    background: #C81522;
    white-space: nowrap;
    font-size: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    z-index: 1;
}

.products03 .botWrap .tit:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.products03 .botWrap .tit .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

.products03 .botWrap .tit .textMidSon {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.products03 .botWrap .more {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -22.5px;
    transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
    -moz-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
    -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
    -o-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
    -ms-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
    z-index: 1;
}

.products03 .botWrap .more:before {
    content: "\e659";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    color: #111;
}

.products03 .botWrap .more:hover:before {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .products03 {
        margin-bottom: 40px;
    }

    .products03 .title {
        font-size: 24px;
    }

    .products03 .botWrap {
        margin-top: 20px;
    }

    .products03 .topWrap li .textMidSon,
    .products03 .botWrap .tit .textMidSon {
        font-size: 14px;
    }

    .products03 .botWrap .tit {
        height: 50px;
    }

    .products03 .botWrap .cont:hover .tit {
        margin-top: -50px;
    }

    .products03 .botWrap .more {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .products03 .topWrap li {
        height: 40px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 700px) {
    .products03 .botWrap .cont {
        width: 45.45455%;
    }
}

.proDetail {
    padding-bottom: 2.60417%;
}

.proDetail .proDetTop .left {
    width: 45%;
    position: relative;
    float: left;
}

.proDetail .proDetTop .rig {
    width: 49%;
    float: right;
}

.proDetail .proDetTop .rig .cate {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #C81522;
    padding: 0 10px;
    min-width: 95px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.proDetail .proDetTop .rig .tit {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, "Microsoft YaHei", SimSun, Sans-serif;
    margin-top: 7.47863%;
}

.proDetail .proDetTop .rig .des {
    font-size: 15px;
    line-height: 25px;
    color: #5f656d;
    margin-top: 5px;
    width: 80%;
}

.proDetail .proDetTop .rig .playbtn {
    display: inline-block;
    margin-top: 4.2735%;
}

.proDetail .proDetTop .rig .toContact {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.proDetail .proDetTop .rig .toContact span {
    display: inline-block;
    vertical-align: middle;
    color: #C81522;
}

.proDetail .proDetTop .rig .toContact:before {
    content: "\e666";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #C81522;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-right: 10px;
}

.proDetail .proDetTop .rig .msg {
    color: #555;
    display: inline-block;
    vertical-align: middle;
}

.proDetail .proDetTop .rig .msg li {
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-right: 50px;
}

.proDetail .proDetTop .rig .msg li:last-child {
    margin-right: 0;
}

.proDetail .proDetTop .rig .msg li a {
    color: #C81522;
}

.proDetail .proDetTop .rig .msg li a:hover {
    color: #C81522;
}

.proDetail .proDetTop .rig .msg li:after {
    width: 30px;
    height: 30px;
    line-height: 34px;
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    content: "";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    color: #C81522;
}

.proDetail .proDetTop .rig .msg .tel:after {
    content: "\e691";
    font-size: 20px;
}

.proDetail .proDetTop .rig .msg .eml:after {
    content: "\e67f";
    font-size: 16px;
}

.proDetail .proDetTop .rig .shareWrap {
    margin-top: 8.77193%;
}

.proDetail .proDetTop .rig .shareWrap .name {
    display: inline-block;
    vertical-align: middle;
    color: #C81522;
    margin-right: 20px;
    font-size: 18px;
}

.proDetail .proDetTop .rig .btnWrap {
    margin-top: 5.34188%;
}

.proDetail .proDetTop .rig .btnWrap a {
    display: inline-block;
    padding: 15px 29px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #caa661;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.proDetail .proDetTop .rig .btnWrap a:hover {
    background: #000;
}

@media screen and (max-width: 875px) {
    .proDetail .proDetTop .rig .btnWrap a {
        padding: 7px 12px;
    }
}

.proDetail .proDetTop .rig .btnWrap .moreBtn {
    background: #C81522;
    margin-right: 12px;
}

.proDetail .proDetTop .rig .btnWrap .moreBtn:after {
    content: "\e63c";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -2px;
}

.proDetail .proDetTop .rig .btnWrap .moreBtn:hover {
    background: #000;
}

.proDetail .proDetTop .rig .btnWrap .toForm {
    display: inline-block;
    vertical-align: middle;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.proDetail .proDetTop .rig .btnWrap .toForm:before {
    display: inline-block;
    content: "\e604";
    color: #C81522;
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -1px;
}

.proDetail .proDetTop .rig .btnWrap .toForm:hover {
    background: #C81522;
}

.proDetail .proDetTop .rig .btnWrap .toForm:hover:before {
    color: #fff;
}

.proDetail .proDetTop .rig .shareBox {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.proDetail .proBanner .item {
    position: relative;
}

.proDetail .proBanner .playBtn {
    display: block;
    width: 13.0719%;
    padding-top: 13.0719%;
    height: 0;
    background: rgba(255, 255, 255, 0.5);
}

.proDetail .proBanner .playBtn:before {
    width: 68%;
    height: 68%;
}

.proDetail .proBanner .playBtn:after {
    font-size: 40px;
}

.proDetail .proBanner .slick-dots {
    bottom: -20px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.proDetail .proBanner .slick-dots li button {
    background: #d2e4f4;
    height: 11px;
    width: 105px;
    border-radius: 0;
}

.proDetail .proBanner .slick-dots li.slick-active button {
    background: #C81522;
}

@media screen and (max-width: 875px) {
    .proDetail .proBanner .slick-dots li button {
        width: 60px;
        height: 8px;
    }
}

.proDetail .proUl {
    margin-top: 20px;
    margin-right: -10px;
}

.proDetail .proUl .item {
    margin-right: 10px;
    cursor: pointer;
}

.proDetail .proUl .slick-prev {
    left: 0;
}

.proDetail .proUl .slick-prev:before {
    content: "\e63b";
}

.proDetail .proUl .slick-next {
    right: 20px;
}

.proDetail .proUl .slick-next:before {
    content: "\e63c";
}

.proDetail .proUl .slick-prev,
.proDetail .proUl .slick-next {
    width: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #6a6a6a;
    top: 50%;
    margin-top: -15px;
}

@media screen and (max-width: 1400px) {
    .proDetail .proDetail .title {
        font-size: 45px;
    }

    .proDetail .proDetTop .rig .title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 875px) {
    .proDetail .proDetail {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .proDetail .proDetail .title {
        font-size: 30px;
    }

    .proDetail .proDetTop .rig .playBtn span {
        display: none;
    }

    .proDetail .proDetTop .rig .playBtn:after {
        top: 0;
        margin: auto;
    }

    .proDetail .proDetMid .shareWrap {
        display: block;
        margin-top: 10px;
    }

    .proDetail .proDetTop .rig .shareWrap .name {
        font-size: 14px;
    }
}

@media screen and (max-width: 650px) {
    .proDetail .proBanner .playBtn {
        width: 60px;
        height: 60px;
        padding-top: 0;
    }

    .proDetail .proDetMid {
        margin-top: 10px;
    }

    .proDetail .proDetTop .left {
        width: 100%;
    }

    .proDetail .proDetTop .rig {
        width: 100%;
        margin-top: 20px;
    }

    .proDetail .proDetTop .rig .videoContact {
        margin-top: 20px;
    }

    .proDetail .proDetTop .rig .shareWrap {
        margin-top: 20px;
    }

    .proDetail .proDetTop .rig .tit {
        margin-top: 20px;
        font-size: 24px;
    }

    .proDetail .proDetTop .rig .des {
        width: 100%;
    }
}

.proDetail .proDetTags {
    margin-top: 6.66667%;
}

.proDetail .proDetTags #tags {
    text-transform: uppercase;
    padding: 0 10px;
    font-family: Arial, "Microsoft YaHei", SimSun, Sans-serif;
}

.proDetail .proDetTags #proDes #tags li {
    display: inline-block;
    box-sizing: border-box;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    padding: 1.25% 2.91667%;
    position: absolute;
}

.proDetail .proDetTags #proDes #tags li:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    z-index: 1;
    display: none;
}

.proDetail .proDetTags #proDes #tags li:last-child {
    margin-right: 0;
}

.proDetail .proDetTags #proDes #tags li {
    cursor: pointer;
    font-size: 15px;
    color: #a3a3a3;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}

.proDetail .proDetTags #proDes #tags li.selected {
    color: #000;
    border: 1px solid #e6e8e8;
}

.proDetail .proDetTags #proDes #tags li.selected:before {
    display: block;
}

.proDetail .proDetTags .tagContent:first-child {
    display: block;
}

.proDetail .proDetTags #proDes .tagContent {
    padding: 30px;
    box-sizing: border-box;
}

.proDetail .proDetTags .tagContent {
    word-wrap: break-word;
    word-break: break-word;
    overflow: auto;
    display: none;
    border: 1px solid #e6e8e8;
    margin-top: -1px;
}

.proDetail .proDetTags .tagContent.selected {
    display: block;
}

@media screen and (max-width: 875px) {
    .proDetail .proDetTags {
        margin-top: 35px;
    }

    .proDetail .proDetTags #proDes .tagContent {
        padding: 20px 10px;
    }
}

.proDetail .proForm {
    margin-top: 3.33333%;
}

.proDetail .proForm .title {
    font-size: 20px;
    color: #222931;
    position: relative;
    padding-bottom: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    margin-bottom: 2.91667%;
    font-weight: bold;
}

.proDetail .proForm .title:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #C81522;
    position: absolute;
    bottom: 0;
}

.proDetail .proForm .title:before {
    top: 0;
    left: 0;
}

@media screen and (max-width: 875px) {
    .proDetail .proForm {
        margin-top: 40px;
    }

    .proDetail .proForm .title {
        font-size: 18px;
    }
}

.proDetail .proRecommend {
    margin-top: 4.16667%;
}

.proDetail .proRecommend .title {
    font-size: 20px;
    color: #222931;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    padding-top: 15px;
    font-weight: bold;
}

.proDetail .proRecommend .title:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.proDetail .proRecommend .title:before {
    top: 0;
    left: 0;
}

.proDetail .proRecommend .wrap {
    margin-top: 2.08333%;
}

.proDetail .proRecommend .box {
    width: 29.33333%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-bottom: 2.5%;
}

.proDetail .proRecommend .box:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.proDetail .proRecommend .line {
    width: 29.33333%;
}

.proDetail .proRecommend .botWrap {
    padding: 8.57143% 7.14286% 11.42857%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    border-bottom: 1px solid #d5d5d5;
}

.proDetail .proRecommend .tit {
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.proDetail .proRecommend .tit:hover {
    color: #C81522;
}

.proDetail .proRecommend .des {
    font-size: 14px;
    color: #5f656d;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.proDetail .proRecommend .more {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 11.66667%;
}

.proDetail .proRecommend .more:hover {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .proDetail .proRecommend {
        margin-top: 40px;
    }

    .proDetail .proRecommend .title {
        font-size: 18px;
    }

    .proDetail .proRecommend .wrap {
        margin-top: 20px;
    }

    .proDetail .proRecommend .botWrap {
        padding: 0;
        margin-top: 10px;
    }

    .proDetail .proRecommend .tit {
        font-size: 18px;
    }

    .proDetail .proRecommend .box:hover {
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 600px) {
    .proDetail .proRecommend .box {
        width: 47%;
        margin-bottom: 30px;
    }
}

.proDetail02 .titWrap .title {
    width: 100%;
    font-size: 30px;
    font-family: "hindbold", Arial, "Microsoft YaHei", SimSun, Sans-serif;
    color: #C81522;
}

.proDetail02 .titWrap .shareWrap {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.proDetail02 .titWrap .shareWrap span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.proDetail02 .titWrap .shareWrap .shareBox {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.proDetail02 .proBanner {
    margin-top: 15px;
}

.proDetail02 .proBanner .item {
    position: relative;
}

.proDetail02 .proBanner .play img {
    display: block;
    width: 11.90476%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.proDetail02 .proBanner .slick-dots {
    bottom: 0;
    margin-bottom: -35px;
}

.proDetail02 .proBanner .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
}

.proDetail02 .proBanner .slick-dots li.slick-active button {
    background: #C81522;
}

.proDetail02 .proDetTags {
    margin-top: 11.30952%;
}

.proDetail02 .proDetTags #proDes #tags li {
    display: inline-block;
    box-sizing: border-box;
    transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    position: relative;
    margin-right: 45px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.proDetail02 .proDetTags #proDes #tags li:last-child {
    margin-right: 0;
}

.proDetail02 .proDetTags #proDes #tags li:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #C81522;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.proDetail02 .proDetTags #proDes #tags li:last-child {
    margin-right: 0;
}

.proDetail02 .proDetTags #proDes #tags li {
    cursor: pointer;
    font-size: 20px;
    color: #888;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
}

.proDetail02 .proDetTags #proDes #tags li.selected {
    color: #C81522;
}

.proDetail02 .proDetTags #proDes #tags li.selected:before {
    display: block;
}

.proDetail02 .proDetTags .tagContent:first-child {
    display: block;
}

.proDetail02 .proDetTags #proDes .tagContent {
    padding: 30px 0;
    box-sizing: border-box;
}

.proDetail02 .proDetTags .tagContent {
    word-wrap: break-word;
    word-break: break-word;
    overflow: auto;
    display: none;
    border-top: 1px solid #e6e8e8;
}

.proDetail02 .proDetTags .tagContent.selected {
    display: block;
}

@media screen and (max-width: 875px) {
    .proDetail02 .proDetTags {
        margin-top: 55px;
    }

    .proDetail02 .proDetTags #proDes .tagContent {
        padding: 20px 0;
    }

    .proDetail02 .titWrap .title {
        font-size: 20px;
    }

    .proDetail02 .proDetTags #proDes #tags li {
        font-size: 16px;
    }
}

.proDetail02 .proRecommend {
    margin-top: 4.16667%;
}

.proDetail02 .proRecommend .title {
    font-size: 20px;
    color: #222931;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    padding-top: 15px;
    font-weight: bold;
}

.proDetail02 .proRecommend .title:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.proDetail02 .proRecommend .title:before {
    top: 0;
    left: 0;
}

.proDetail02 .proRecommend .wrap {
    margin-top: 2.08333%;
}

.proDetail02 .proRecommend .box {
    width: 29.33333%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-bottom: 2.5%;
}

.proDetail02 .proRecommend .box:hover .tit {
    color: #C81522;
}

.proDetail02 .proRecommend .box:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.proDetail02 .proRecommend .line {
    width: 29.33333%;
}

.proDetail02 .proRecommend .botWrap {
    padding: 8.57143% 0 11.42857%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    border-bottom: 1px solid #d5d5d5;
}

.proDetail02 .proRecommend .tit {
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.proDetail02 .proRecommend .tit:hover {
    color: #C81522;
}

.proDetail02 .proRecommend .des {
    font-size: 14px;
    color: #5f656d;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.proDetail02 .proRecommend .more {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 11.66667%;
}

.proDetail02 .proRecommend .more:hover {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .proDetail02 .proRecommend {
        margin-top: 40px;
    }

    .proDetail02 .proRecommend .title {
        font-size: 18px;
    }

    .proDetail02 .proRecommend .wrap {
        margin-top: 20px;
    }

    .proDetail02 .proRecommend .botWrap {
        padding: 0;
        margin-top: 10px;
    }

    .proDetail02 .proRecommend .tit {
        font-size: 18px;
    }

    .proDetail02 .proRecommend .box:hover {
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 600px) {
    .proDetail02 .proRecommend .box {
        width: 47%;
        margin-bottom: 30px;
    }
}

.listDefault_02 {
    padding-bottom: 2.60417%;
}

.listDefault_02 .wrap {
    overflow: hidden;
}

.listDefault_02 .cont {
    width: 110%;
    padding-bottom: 3.33333%;
}

.listDefault_02 .fBox {
    width: 30.30303%;
    float: left;
}

.listDefault_02 .fBox:hover .shade01 {
    left: 100%;
}

.listDefault_02 .fBox:hover .shade02 {
    right: 0;
}

.listDefault_02 .shade01 {
    width: 100%;
    height: 100%;
    background: rgba(9, 35, 66, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11.53846% 7.69231%;
    font-family: Arial, "Microsoft YaHei", SimSun, Sans-serif;
}

.listDefault_02 .shade01 .tit {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #C81522;
    display: inline-block;
    padding: 0 10px;
    min-width: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.listDefault_02 .shade01 .des {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 18.18182%;
}

.listDefault_02 .shade02 {
    width: 100%;
    height: 100%;
    background: rgba(9, 35, 66, 0.9);
    position: absolute;
    top: 0;
    right: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11.53846% 7.69231%;
}

.listDefault_02 .shade02 .tit {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 20px;
    padding-bottom: 15px;
    font-family: Arial, "Microsoft YaHei", SimSun, Sans-serif;
}

.listDefault_02 .shade02 .tit:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.listDefault_02 .shade02 .tit:before {
    bottom: 0;
    left: 0;
}

.listDefault_02 .shade02 .des {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.listDefault_02 .shade02 .more {
    position: absolute;
    bottom: 6.41026%;
    left: 0;
    margin-left: 7.69231%;
    font-size: 12px;
    font-weight: bold;
    color: #C81522;
    text-transform: uppercase;
}

.listDefault_02 .shade02 .more:after {
    content: "\e63c";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 15px;
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
}

.listDefault_02 .shade02 .more:hover {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .listDefault_02 .shade01 .des,
    .listDefault_02 .shade02 .tit {
        font-size: 24px;
    }
}

@media screen and (max-width: 875px) {
    .listDefault_02 {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .listDefault_02 .fBox {
        width: 45.45455%;
    }

    .listDefault_02 .cont {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 500px) {
    .listDefault_02 .fBox {
        width: 90.90909%;
    }
}

.listDefault_03 {
    padding-bottom: 2.60417%;
}

.listDefault_03 .box {
    width: 30.83333%;
    margin-bottom: 4.16667%;
}

.listDefault_03 .box:hover .shade {
    top: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.listDefault_03 .box:hover .shade .des {
    transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    -ms-transition: 0.8s all ease;
}

.listDefault_03 .box:hover .shade .more {
    transition: 1s all ease;
    -moz-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    -ms-transition: 1s all ease;
}

.listDefault_03 .box:hover .des,
.listDefault_03 .box:hover .more {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}

.listDefault_03 .line {
    width: 30.83333%;
}

.listDefault_03 .imgWrap {
    display: block;
    position: relative;
}

.listDefault_03 .imgWrap img {
    display: block;
}

.listDefault_03 .shade {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 12.16216%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 0;
    transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -moz-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -webkit-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -o-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -ms-transition: all 0.5s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    overflow: hidden;
}

.listDefault_03 .shade:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.listDefault_03 .shade .textMidSon {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    font-size: 14px;
    width: 100%;
}

.listDefault_03 .shade:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 41, 49, 0.9);
}

.listDefault_03 .des {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    position: relative;
    transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -moz-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -webkit-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -o-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -ms-transition: all 0.35s cubic-bezier(0.465, 0.05, 0.965, 0.32);
}

.listDefault_03 .more {
    display: inline-block;
    font-size: 12px;
    color: #C81522;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15.51724%;
    transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -moz-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -webkit-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -o-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    -ms-transition: all 0.25s cubic-bezier(0.465, 0.05, 0.965, 0.32);
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    position: relative;
}

.listDefault_03 .more:after {
    content: "\e63c";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    color: #fff;
    display: inline-block;
    margin-left: 17px;
    vertical-align: middle;
    margin-top: -2px;
}

.listDefault_03 .more:hover {
    color: #fff;
}

.listDefault_03 .tit {
    font-family: Arial, "Microsoft YaHei", SimSun, Sans-serif;
    display: inline-block;
    margin-top: 5.40541%;
    padding-bottom: 10px;
}

.listDefault_03 .tit:before {
    content: attr(data-num);
    font-size: 34px;
    color: #C81522;
    font-weight: 800;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    margin-top: -7px;
}

.listDefault_03 .tit span {
    font-size: 26px;
    font-weight: bold;
    color: #15233d;
    position: relative;
    padding-bottom: 20px;
}

.listDefault_03 .tit span:before {
    content: "";
    height: 3px;
    width: 72px;
    background: #caa661;
    position: absolute;
    bottom: 0;
}

.listDefault_03 .tit span:before {
    left: 0;
    top: 100%;
    margin-top: 10px;
}

.listDefault_03 .tit:hover span {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .listDefault_03 {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .listDefault_03 .title {
        font-size: 26px;
    }

    .listDefault_03 .tit:before {
        font-size: 24px;
        margin-right: 5px;
    }

    .listDefault_03 .tit span {
        font-size: 18px;
    }

    .listDefault_03 .desc {
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .listDefault_03 .box {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .listDefault_03 .box {
        width: 100%;
    }
}

.news01 {
    text-align: center;
}

.news01 .title {
    font-size: 34px;
    font-weight: bold;
    color: #111;
}

.news01 .desc {
    color: #5f656d;
    line-height: 28px;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 9.16667%;
    margin-top: 2.5%;
}

.news01 .box {
    width: 29.33333%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-bottom: 2.5%;
}

.news01 .box:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news01 .line {
    width: 29.33333%;
}

.news01 .botWrap {
    padding: 8.57143% 7.14286% 11.42857%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    border-bottom: 1px solid #d5d5d5;
}

.news01 .tit {
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.news01 .tit:hover {
    color: #C81522;
}

.news01 .date {
    color: #C81522;
    margin-top: 10px;
}

.news01 .date:before {
    content: "\e69e";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.news01 .des {
    font-size: 14px;
    color: #5f656d;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news01 .more {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 11.66667%;
}

.news01 .more:hover {
    color: #C81522;
}

@media screen and (max-width: 875px) {
    .news01 .botWrap {
        padding: 0;
        margin-top: 10px;
    }

    .news01 .tit {
        font-size: 18px;
    }

    .news01 .box:hover {
        background: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 600px) {
    .news01 .box {
        width: 47%;
        margin-bottom: 15px;
    }
}

.news02 {
    text-align: center;
}

.news02 .title {
    font-size: 34px;
    font-weight: bold;
    color: #111;
}

.news02 .desc {
    color: #5f656d;
    line-height: 28px;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 9.16667%;
    margin-top: 2.5%;
}

.news02 .box {
    width: 100%;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    margin-bottom: 5.35714%;
}

.news02 .box:hover .date {
    background: rgba(0, 0, 0, 0.8);
}

.news02 .box:hover .tit {
    color: #C81522;
}

.news02 .botWrap {
    padding: 3.57143% 3.21429% 0;
    transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
}

.news02 .tit {
    font-size: 20px;
    color: #111;
}

.news02 .tit:hover {
    color: #C81522;
}

.news02 .date {
    color: #fff;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.news02 .date:before {
    content: "\e69e";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
    color: #C81522;
}

.news02 .des {
    font-size: 14px;
    color: #5f656d;
    margin-top: 15px;
    line-height: 24px;
    height: 96px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news02 .more {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 3.57143%;
}

.news02 .more:hover {
    color: #C81522;
}

@media screen and (max-width: 500px) {
    .news02 .tit {
        font-size: 16px;
    }
}

.newsDetail.newsDetail02 .title {
    text-align: center;
}

.newsDetail .title {
    font-size: 24px;
    color: #151515;
    line-height: 1;
}

.newsDetail .dateShare {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececee;
}

.newsDetail .date {
    color: #C81522;
}

.newsDetail .date:before {
    content: "\e69e";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
    color: #C81522;
}

.newsDetail .shareWrap span,
.newsDetail .shareWrap .shareBox {
    display: inline-block;
    vertical-align: middle;
}

.newsDetail .shareWrap span {
    margin-right: 10px;
    color: #333;
}

.newsDetail .shareWrap .shareBox {
    margin-top: 0;
}

.newsDetail .textWrap {
    padding-top: 30px;
    color: #5f656d;
}

@media screen and (max-width: 875px) {
    .newsDetail .title {
        font-size: 20px;
    }

    .newsDetail .shareWrap {
        display: block;
        margin-top: 15px;
    }

    .newsDetail.newsDetail02 .title {
        text-align: left;
    }
}

.contact01.contact02 .contactBot {
    padding-top: 2.60417%;
}

.contact01 .contactBot {
    padding-top: 5.20833%;
    padding-bottom: 4.16667%;
}

.contact01 .contactBot .title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.contact01 .contactBot .des {
    font-size: 15px;
    color: #5f656d;
    margin-top: 12px;
    margin-bottom: 35px;
}

.contact01 .leftWrap {
    width: 33.33333%;
}

.contact01 .leftWrap .des {
    color: #C81522;
}

.contact01 .rightWrap {
    width: 57.5%;
}

.contact01 .msg > li {
    position: relative;
    color: #222931;
    margin-bottom: 25px;
    padding-left: 35px;
    font-size: 18px;
}

.contact01 .msg > li:before {
    content: "";
    font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun, Sans-serif;
    position: absolute;
    top: -5px;
    left: 0;
    color: #C81522;
    font-size: 24px;
    width: 24px;
    text-align: center;
}

.contact01 .msg > li > span {
    text-transform: capitalize;
}

.contact01 .msg > li > a {
    color: #222931;
}

.contact01 .msg > li > a:hover {
    text-decoration: underline;
    color: #C81522;
}

.contact01 .msg > li.add:before {
    content: "\e605";
}

.contact01 .msg > li.tel:before {
    content: "\e6c7";
}

.contact01 .msg > li.eml:before {
    content: "\e6c6";
}

.contact01 .msg > li.skype:before {
    content: "\e632";
}

.contact01 .msg > li.fax:before {
    content: "\e6b5";
}

.contact01 .msg > li.whatsapp:before {
    content: "\e6bc";
}

.contact01 .msg > li.mob:before {
    content: "\e608";
}

@media screen and (max-width: 875px) {
    .contact01 .contactBot .title {
        font-size: 20px;
    }

    .contact01 .leftWrap {
        width: 100%;
    }

    .contact01 .msg > li {
        margin-bottom: 15px;
        font-size: 14px;
        padding-left: 30px;
    }

    .contact01 .msg > li.add:before {
        font-size: 24px;
    }

    .contact01 .msg > li.tel:before {
        font-size: 20px;
        left: 1px;
    }

    .contact01 .msg > li.eml:before {
        font-size: 22px;
        left: 0;
    }

    .contact01 .contactBot .des {
        margin-bottom: 20px;
    }

    .contact01 .contactBot {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .contact01 .rightWrap {
        width: 100%;
        margin-top: 30px;
    }

    .contact01.contact02 .contactBot {
        padding-top: 30px;
    }
}

.pageNum {
    max-width: 100%;
}

.pageNum a,
.pageNum span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 6px;
    line-height: 20px;
    padding: 5px 12px;
    color: #333;
    border: 1px solid #d7d7d5;
}

.pageNum span.current,
.pageNum a:hover {
    background: #C81522;
    color: #fff;
}

@media screen and (max-width: 450px) {
    .pageNum {
        font-size: 12px;
    }
}

.prenext {
    text-transform: capitalize;
    padding-top: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.prenext div {
    display: inline-block;
    padding-right: 3px;
    color: #000;
}

.prenext a {
    color: #C81522;
    font-weight: bold;
}

.shareBox {
    margin-top: 30px;
}

#menuBtn {
    background: #000;
}

#footerToolBar {
    background: #C81522;
}

.iniBanner .item {
    display: none;
}

.iniBanner .item:first-child {
    display: block;
}

.slick-slider .slick-track .item {
    display: block;
}

#chatToolBox #chatToolMail {
    background: #C81522;
}

.category, .category-title {
    display: none;
}

.factory {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.factory dl {
    width: 49%;
    margin-bottom: 20px;
}

.factory dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.factory dl dt img {
    max-width: 100%;
    max-height: 100%;
}

.factory dl dd {
    line-height: 40px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.about img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .factory {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .factory dl {
        width: 100%;
    }

    #footer {
        margin-bottom: 47px;
    }

    #footerMap {
        display: none;
    }

    .category-title {
        display: block;
        text-align: center;
        width: 100px;
        padding: 10px 30px;
        color: #fff;
        border-radius: 5px;
        margin: 20px auto 0 auto;
        background-color: #C81522;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }

    .category {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 0;
    }

    .category dl {
        width: 48%;
        text-align: center;
        margin: 10px 0;
    }

    .category dl dt img {
        width: 50%;
    }

    .category dl dd a {
        display: block;
        text-align: center;
        color: #333;
        font-size: 14px;
    }
}

#goTop {
    background: #C81522;
}

/*# sourceMappingURL=main.css.map */