@charset "utf-8";

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0 auto;
    background: #fff;
    max-width: 1920px;
    font-family: arial, "microsoft yahei";
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #a41626;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

ul {
    padding: 0;
}

li {
    zoom: 1;
    vertical-align: middle;
}

ol {
    margin: 0px;
    padding: 0;
    padding-left: 0;
}

fieldset,
img {
    border: none;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

div {
    outline: none;
}

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

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

th,
td {
    padding: 0;
}

input,
textarea {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
    box-shadow: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

figure.cp {
    padding-bottom: 20px;
}

/*微型反应釜产品*/
@media (max-width: 1410px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }
}

@media (max-width: 1240px) {
    .container {
        padding: 0 20px;
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes jump1 {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#main {
    overflow: hidden;
    position: relative;
}

@font-face {
    font-family: "Circular-Book";
    src: url("../font/Circular-Book.woff2") format("woff2"), url("../font/Circular-Book.woff") format("woff"), url("../font/Circular-Book.ttf") format("truetype"), url("../font/Circular-Book.eot") format("embedded-opentype"), url("../font/Circular-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    overflow: hidden !important;
}

.fp-tableCell {
    vertical-align: middle !important;
}

.top {
    position: relative;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}

@media (max-width: 1240px) {
    .fp-tableCell {
        display: block;
    }
}

.header {
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 80px;
    background: #fff;
    background: url(../images/header-bg.jpg) repeat-x top center;
    position: absolute;
}

.header .logo {
    float: left;
    margin-top: 8px;
    margin-left: 80px;
    display: inline-block;
}

.header .logo1 {
    display: none;
}

.header .nav {
    float: left;
    padding-left: 70px;
    position: relative;
}

.header .nav li {
    float: left;
    margin: 0 15px;
    width: 97px;
    text-align: center;
    line-height: 80px;
    position: relative;
}

.header .nav li:before {
    content: "";
    width: 97px;
    height: 43px;
    top: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    background: url(../images/nav-hover.png) no-repeat top center;
}

.header .nav li>a {
    color: #000;
    display: block;
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.header .nav li .subnav {
    top: 80px;
    left: 50%;
    width: 150px;
    display: none;
    margin-left: -75px;
    line-height: 24px;
    position: absolute;
    padding: 10px 0;
    background: #a41626;
}

.header .nav li .subnav a {
    color: #fff;
    display: block;
    line-height: 24px;
    font-size: 15px;
    margin: 10px 0;
}

.header .nav li .subnav a:hover {
    text-decoration: underline;
}

.header .nav li:hover:before,
.header .nav .active:before {
    opacity: 1;
}

.header .nav li:hover a,
.header .nav .active a {
    color: #fff;
}

.header .menu {
    right: 20px;
    top: 19px;
    display: none;
    text-align: center;
    position: absolute;
}

.header .menu img {
    max-height: 30px;
}

.header .language {
    padding-left: 40px;
    margin-top: 32px;
    float: left;
}

.header .language img {
    margin-left: 10px;
}

.header .search {
    right: 0;
    height: 100%;
    color: #fff;
    width: 360px;
    background: #a41626;
    position: absolute;
}

.header .search input {
    margin-left: 20px;
    height: 40px;
    border: 0;
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    font-family: arial;
    background: none;
    padding-left: 50px;
    width: 100px;
    transition: all 500ms ease;
    border-bottom: solid 1px #fff;
}

.header .search input:focus {
    width: 240px;
}

.header .search ::-webkit-input-placeholder {
    color: #ffffff;
}

.header .search :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header .search ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.header .search :-ms-input-placeholder {
    color: #ffffff;
}

.header .search img {
    top: 26px;
    left: 30px;
    position: absolute;
}

@media (max-width: 1600px) {
    .header .nav {
        padding: 0 30px 0 70px;
    }

    .header .nav li {
        margin: 0;
    }

    .header .language {
        float: left;
        padding-left: 0;
    }
}

@media (max-width: 1410px) {
    .header .search {
        width: 200px;
    }

}

@media (max-width: 1240px) {
    .header {
        height: 70px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background: #fff;
        position: fixed;
    }

    .header .logo {
        margin-top: 19px;
        margin-left: 10px;
    }

    .header .logo img {
        max-height: 40px;
    }

    .header .search {
        display: none;
    }

    .header .menu {
        display: block;
    }

    .header .language {
        float: right;
        padding-right: 40px;
        padding-left: 0;
        margin-top: 26px;
    }
}

@media (max-width: 960px) {
    .header .nav {
        display: none;
    }

}

.header-ny {
    background: #0a4899;
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2;
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2;
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-1000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2;
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        transform: translate3d(1000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2;
}

@-webkit-keyframes mymove4 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    position: fixed;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
    -webkit-animation: 2s dong;
    animation: 2s dong;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.transparency {
    display: block;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.transparency.transparency-visible {
    opacity: 1;
    visibility: visible;
}

#searchPopup {
    position: absolute;
    z-index: 999;
    top: 140px;
    left: 0;
    width: 100%;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    transition: opacity .3s, visibility .3s;
}

#searchPopup>.container {
    position: relative;
    padding-right: 50px;
}

#searchPopup.searchPopup-visible {
    opacity: 1;
    visibility: visible;
    animation: slideInDown .3s;
}

#searchPopup.searchPopup-visible .close {
    transform: translateY(0) scale(1);
}

#searchPopup .btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: url(../images/search.png) no-repeat center;
}

#searchPopup .close {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: transform .3s;
    transform: translateY(0) scale(1);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: url(../images/cloase.png) no-repeat center;
}

#searchPopup input[type="search"] {
    height: 55px;
    line-height: 55px;
    border: none;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
}

#searchPopup input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#searchPopup input[type="search"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#searchPopup input[type="search"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

#searchPopup input[type="search"]:focus {
    color: #fff;
}

#searchPopup input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.banner .pic {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 4s;
    transition: all 4s;
}

.banner .tu {
    float: left;
    padding-left: 70px;
    padding-top: 25%;
}

.banner .tu-2 {
    float: right;
    padding-top: 10px;
}

.banner .slick-dots {
    bottom: 50px;
}

.banner .slick-dots li button {
    text-align: left;
    width: 27px;
    height: 9px;
    margin: 0 3px;
    border-radius: 0;
    background: #c79293;
}

.banner .slick-dots li.slick-active button {
    background: #c24548;
}

.banner .slick-active .tu {
    animation: 1s fadeInLeft2 ease;
}

.banner .slick-active .tu-2 {
    animation: 1.5s fadeInRight2 ease;
}

@media (max-width: 1240px) {
    .banner {
        display: none;
    }
}

.ph-banner {
    display: none;
    margin-top: 70px;
}

@media (max-width: 1240px) {
    .ph-banner {
        display: block;
    }
}

.ph-banner .slick-dots {
    bottom: 30px;
}

.ph-banner .slick-dots li button {
    text-align: left;
    width: 27px;
    height: 9px;
    margin: 0 3px;
    border-radius: 0;
    background: #c79293;
}

.ph-banner .slick-dots li.slick-active button {
    background: #c24548;
}

.index-title {
    color: #383838;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.index-title p:first-child {
    color: #131314;
    font-size: 36px;
    line-height: 70px;
}

.index-title:after {
    content: "";
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    background: #a41626;
}

@media (max-width: 1410px) {
    .index-title {
        font-size: 16px;
    }

    .index-title p:first-child {
        font-size: 30px;
    }
}

.index-product .index-title {
    text-align: center;
}

.index-product .probox {
    margin-top: 40px;
    border: solid 3px #6a0904;
    border-bottom: 0;
    border-top: 0;
}

@media (max-width: 1410px) {
    .index-product .probox {
        padding-bottom: 30px;
        border-bottom: solid 3px #6a0904;
    }
}

.index-product .probmenu {
    height: 70px;
    padding: 0 45px;
    background: url(../images/pro-line.png) repeat #a41626;
}

.index-product .probmenu li {
    width: 16.66%;
    float: left;
    font-size: 16px;
    position: relative;
    line-height: 70px;
    border-right: 1px solid #ea5d54;
    text-align: center;
}

.index-product .probmenu li a {
    display: block;
    color: #fff;
}

.index-product .probmenu li .txthover {
    top: -35px;
    left: -1px;
    width: 101%;
    height: 130px;
    opacity: 0;
    z-index: 10;
    font-size: 20px;
    padding-top: 10px;
    background: #af2017;
    background: linear-gradient(to right, #a5180f, #af2118, #db473e);
    position: absolute;
}

.index-product .probmenu li .txthover span {
    width: 46px;
    height: 46px;
    line-height: 44px;
    border-radius: 100%;
    display: inline-block;
    border: solid 1px #fff;
}

.index-product .probmenu li .txthover .tit {
    font-size: 20px;
    position: relative;
    line-height: 20px !important;
    height: 20px;
    overflow: hidden;
}

@media (max-width: 1240px) {
    .index-product .probmenu li .txthover {
        display: none;
    }
}

.index-product .probmenu li:first-child {
    border-left: 1px solid #ea5d54;
}

.index-product .probmenu li:hover .txthover {
    opacity: 1;
}

.index-product .prolist {
    margin: 55px 15px 0px 15px;
}

.index-product .prolist .item {
    display: block;
    margin: 0 10px;
    border: solid 1px #dedede;
}

.index-product .prolist .item .pic {
    overflow: hidden;
    background: #fff;
    position: relative;
}

.index-product .prolist .item .pic:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}

.index-product .prolist .item .pic img {
    transition: all 700ms ease;
}

.index-product .prolist .item .tit {
    height: 57px;
    color: #333;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 57px;
    overflow: hidden;
    position: relative;
    background: #e7e7e7;
}

.index-product .prolist .item .tit:after {
    content: "";
    width: 22px;
    height: 22px;
    right: 0;
    top: 17px;
    right: 17px;
    position: absolute;
    background: url(../images/pro-ico-2.png) no-repeat;
}

.index-product .prolist .item:hover {
    border-color: #a41626;
}

.index-product .prolist .item:hover .pic img {
    transform: scale(1.1);
}

.index-product .prolist .item:hover .tit {
    color: #fff;
    background-color: #a41626;
}

.index-product .prolist .item:hover .tit:after {
    background: url(../images/pro-ico-2-h.png) no-repeat;
}

.index-product .promore {
    height: 155px;
    text-align: center;
    background: url(../images/pro-more.png) no-repeat top center;
}

.index-product .promore a {
    color: #fff;
    padding-top: 90px;
    font-size: 18px;
    display: inline-block;
}

.index-product .promore a img {
    margin-top: -8px;
    margin-right: 10px;
}

@media (max-width: 1410px) {
    .index-product .promore {
        height: auto;
        background: none;
        margin-top: 60px;
    }

    .index-product .promore a {
        line-height: 60px;
        font-size: 18px;
        padding: 0 30px;
        border-radius: 30px;
        display: inline-block;
        background: #a41626;
    }

    .index-product .promore a img {
        margin-top: 9px;
    }
}

.index-product .slick-prev,
.index-product .slick-next {
    width: 45px;
    height: 70px;
    top: -125px;
    border: 0;
    margin-top: auto;
}

.index-product .slick-prev {
    left: -15px;
    background: url(../images/prev.png) no-repeat center center #6a0904;
}

.index-product .slick-next {
    right: -15px;
    background: url(../images/next.png) no-repeat center center #6a0904;
}

@media (max-width: 1410px) {
    .index-product .prolist {
        margin-top: 30px;
    }

    .index-product .slick-prev,
    .index-product .slick-next {
        top: -100px;
    }
}

@media (max-width: 1380px) and (max-height: 770px) {
    .index-product .probmenu {
        height: 50px;
    }

    .index-product .probmenu li {
        line-height: 50px;
    }

    .index-product .slick-prev,
    .index-product .slick-next {
        height: 50px;
        top: -80px;
    }

    .index-product .promore {
        margin-top: 40px;
    }

    .index-product .promore a {
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }

    .index-product .promore img {
        max-height: 20px;
    }

    .index-product .prolist .item .tit {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .index-product .probmenu {
        height: auto;
    }

    .index-product .probmenu li {
        line-height: 35px;
        width: 33.333%;
        height: auto;
        font-size: 12px;
        border-top: 1px solid #ea5d54;
    }

    .index-product .probmenu li:first-child {
        border-left: none;
    }

    .index-product .probmenu li:nth-child(3),
    .index-product .probmenu li:nth-child(6) {
        border-right: 0;
    }

    .index-product .slick-prev,
    .index-product .slick-next {
        height: 70px;
        top: -101px;
    }

    .index-product .prolist .item .tit {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .index-product .prolist .item .tit:after {
        display: none;
    }
}

@media (max-width: 1240px) {
    .index-product {
        padding: 50px 0;
    }
}

.index-about .box-1 {
    margin-top: 25px;
    background: #fff;
}

.index-about .box-1 .pic {
    width: 50%;
    float: left;
}

.index-about .box-1 .nr {
    width: 50%;
    float: left;
    font-size: 17px;
    color: #383838;
    line-height: 38px;
    text-align: justify;
    padding: 70px 50px;
    padding-bottom: 0;
}

.index-about .box-1 .nr p {
    margin-top: 30px;
}

.index-about .box-1 .nr p:first-child {
    margin-top: 0;
}

.index-about .box-1 .nr p:first-child span {
    font-weight: 700;
    color: #a41626;
}
.index-about .box-1 .nr img {
    margin: 10px 0 0 10px;
}

.index-about .box-2 {
    height: 140px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    background: #a41626;
    padding-top: 30px;
    border-bottom: solid 10px #630d17;
}

.index-about .box-2 p {
    font-size: 45px;
    letter-spacing: 10px;
    line-height: 140px;
    position: relative;
    top: -35px;
}

@media (max-width: 767px) {
    .index-about .box-2 p {
        font-size: 24px;
    }
}

@media (max-width: 567px) {
    .index-about .box-2 p {
        letter-spacing: 0px;
    }
}

.index-about .box-2 li {
    width: 25%;
    float: left;
    font-size: 18px;
    color: #f4dfdf;
    position: relative;
    text-align: center;
}

.index-about .box-2 li:after {
    width: 26px;
    height: 26px;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    background: url(../images/about-img-2.png) no-repeat;
}

.index-about .box-2 li span {
    font-size: 50px;
    color: #fff;
    line-height: 70px;
    font-family: arial;
}

.index-about .box-2 li em {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    padding-top: 10px;
    font-style: normal;
    vertical-align: top;
}

.index-about .box-2 li:first-child:after {
    display: none;
}

@media (max-width: 1410px) {
    .index-about .box-1 .nr {
        font-size: 18px;
        line-height: 30px;
    }

    .index-about .box-1 .nr img {
        margin-top: 5px;
    }
}

@media (max-width: 1240px) {
    .index-about {
        padding: 50px 0;
    }

    .index-about .box-1 .nr {
        padding: 30px;
    }

    .index-about .box-2 li {
        font-size: 16px;
    }

    .index-about .box-2 li span {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 640px) {
    .index-about .box-1 .pic {
        width: 100%;
        float: none;
        text-align: center;
    }

    .index-about .box-1 .nr {
        width: 100%;
        float: none;
    }

    .index-about .box-2 {
        padding-bottom: 20px;
    }

    .index-about .box-2 li {
        width: 50%;
        padding-top: 15px;
        font-size: 14px;
    }

    .index-about .box-2 li:after {
        display: none;
    }

    .index-about .box-2 li span {
        font-size: 30px;
        line-height: 40px;
    }
}

.index-hyyy ul {
    margin-top: 60px;
}

.index-hyyy li {
    float: left;
    width: 16.6666%;
    border-right: solid 1px #000000;
    text-align: center;
    position: relative;
}

.index-hyyy li .txtbox {
    top: 50%;
    left: 0;
    height: 180px;
    z-index: 3;
    width: 100%;
    margin-top: -90px;
    text-align: center;
    position: absolute;
}

.index-hyyy li .pic {
    transition: all 700ms ease;
    position: relative;
}

.index-hyyy li .pic:before {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    transition: all 334ms ease;
    background: rgba(164, 22, 38, 0.75);
}

.index-hyyy li .pic:after {
    content: "";
    display: block;
    padding-bottom: 192%;
}

.index-hyyy li .tit {
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
    height: 24px;
    overflow: hidden;
}

.index-hyyy li .ico img {
    transition: all 700ms ease;
}

.index-hyyy li:hover .pic {
    z-index: 2;
    transform: scale(1.1);
}

.index-hyyy li:hover .pic:before {
    opacity: 1;
}

.index-hyyy li:hover .ico img {
    transform: scale(1.05);
}

@media (max-width: 1240px) {
    .index-hyyy {
        padding: 50px 0;
    }

    .index-hyyy li .ico img {
        max-height: 60px;
    }

    .index-hyyy li .txtbox {
        height: 120px;
        margin-top: -60px;
    }
}

@media (max-width: 640px) {
    .index-hyyy ul {
        margin-top: 30px;
    }

    .index-hyyy li {
        width: 33.333%;
    }
}

.index-news .more {
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 1380px) and (max-height: 770px) {
    .index-news .more {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .index-news .more {
        margin-top: 40px;
        display: none;
    }
}

.index-news .more-ph {
    display: none;
    margin-top: 30px;
    text-align: center;
}

.index-news .more-ph a {
    color: #fff;
    padding: 0 60px 0 30px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px;
    display: inline-block;
    background: #a41626;
    position: relative;
}

.index-news .more-ph a:before {
    content: "";
    width: 30px;
    height: 1px;
    right: 20px;
    top: 50%;
    background: #fff;
    position: absolute;
}

@media (max-width: 640px) {
    .index-news .more-ph {
        display: block;
    }
}

.index-news .leftnews {
    width: 35%;
    padding: 40px;
    float: left;
    margin-top: 35px;
    padding-bottom: 80px;
    background: #fff;
    box-shadow: 1px 15px 10px 2px rgba(0, 0, 0, 0.1);
}

.index-news .leftnews .item {
    display: block;
    position: relative;
}

.index-news .leftnews .time {
    width: 81px;
    height: 81px;
    color: #fff;
    right: 0;
    bottom: 0px;
    line-height: 16px;
    font-family: arial;
    text-align: center;
    position: absolute;
    padding-top: 10px;
    background: url(../images/news-ico.png) no-repeat;
}

.index-news .leftnews .time span {
    display: block;
}

.index-news .leftnews .time .date {
    font-size: 38px;
    line-height: 38px;
}

.index-news .leftnews .pic {
    overflow: hidden;
    position: relative;
}

.index-news .leftnews .pic img {
    transition: all 700ms ease;
}

.index-news .leftnews .pic:after {
    content: "";
    display: block;
    padding-bottom: 60.5%;
}

.index-news .leftnews .tit {
    font-size: 18px;
    color: #333;
    height: 30px;
    overflow: hidden;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
}

.index-news .leftnews .txt {
    font-size: 14px;
    color: #777;
    height: 44px;
    margin-top: 10px;
    overflow: hidden;
    line-height: 22px;
}

.index-news .leftnews .tit,
.index-news .leftnews .txt {
    padding-right: 100px;
}

.index-news .leftnews .slick-dots {
    text-align: left;
    bottom: -40px;
}

.index-news .leftnews .slick-dots li {
    margin: 0 2px;
}

.index-news .leftnews .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #393939;
}

.index-news .leftnews .slick-dots li.slick-active button {
    background: #c24548;
}

.index-news .leftnews .item:hover .pic img {
    transform: scale(1.05);
}

.index-news .leftnews .item:hover .tit {
    color: #a41626;
}

.index-news .rightnews {
    width: 63%;
    float: right;
    box-shadow: 1px 15px 10px 2px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
    background: #fff;
}

.index-news .rightnews .list-1 {
    width: 50%;
    float: left;
    min-height: 480px;
    border-right: solid 1px #e9e9e9;
}

.index-news .rightnews .list-1 li {
    background: #fff;
    padding: 30px 40px 22px 40px;
    border: solid 3px #fff;
}

.index-news .rightnews .list-1 li a {
    display: block;
}

.index-news .rightnews .list-1 li .tit {
    color: #333;
    height: 24px;
    font-weight: 600;
    overflow: hidden;
    font-size: 15px;
}

.index-news .rightnews .list-1 li .txt {
    font-size: 12px;
    height: 44px;
    color: #777;
    overflow: hidden;
    line-height: 22px;
    margin-top: 10px;
}

.index-news .rightnews .list-1 li .time {
    color: #333;
    font-family: arial;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
    border-top: solid 1px #eaeaea;
}

.index-news .rightnews .list-1 li .time:before {
    content: "";
    width: 33px;
    height: 2px;
    right: -1px;
    top: 47px;
    background: #bababa;
    position: absolute;
}

@media (max-width: 640px) {
    .index-news .rightnews .list-1 li .time:before {
        height: 1px;
    }
}

.index-news .rightnews .list-1 li .time:after {
    width: 16px;
    height: 16px;
    content: "";
    right: 0;
    top: 40px;
    position: absolute;
    transform: rotate(135deg);
    border-left: solid 2px #bababa;
    border-top: solid 2px #bababa;
}

@media (max-width: 640px) {
    .index-news .rightnews .list-1 li .time:after {
        border-left: solid 1px #bababa;
        border-top: solid 1px #bababa;
    }
}

.index-news .rightnews .list-1 li .time span {
    display: block;
}

.index-news .rightnews .list-1 li .time span:first-child {
    font-size: 38px;
    line-height: 40px;
}

.index-news .rightnews .list-1 li:hover {
    border-color: #a41626;
}

.index-news .rightnews .list-1 li:hover .tit {
    color: #a41626;
}

.index-news .rightnews .list-1 li:hover .time {
    color: #a41626;
    border-color: #a41626;
}

.index-news .rightnews .list-1 li:hover .time:before {
    background: #a41626;
}

.index-news .rightnews .list-1 li:hover .time:after {
    border-left-color: #a41626;
    border-top-color: #a41626;
}

.index-news .rightnews .list-1 li:first-child {
    margin-top: 0;
}

@media (max-width: 1410px) {
    .index-news .rightnews .list-1 {
        min-height: 436px;
    }

    .index-news .rightnews .list-1 li {
        padding-top: 20px;
    }

    .index-news .rightnews .list-1 li .time {
        padding-top: 15px;
        margin-top: 14px;
    }
}

.index-news .list-2 {
    width: 50%;
    float: left;
    border-left: solid 1px #e9e9e9;
}

.index-news .list-2 li {
    padding: 39px 40px;
    padding-top: 40px;
    background: #fff;
    padding-left: 110px;
    position: relative;
    border: solid 2px #fff;
    border-top: solid 2px #e9e9e9;
}

.index-news .list-2 li .time {
    top: 40px;
    left: 0;
    width: 110px;
    color: #333;
    font-family: arial;
    text-align: center;
    position: absolute;
}

.index-news .list-2 li .time span {
    display: block;
}

.index-news .list-2 li .time span:first-child {
    font-size: 38px;
    line-height: 40px;
}

.index-news .list-2 li .tit {
    color: #333;
    height: 24px;
    font-weight: 600;
    overflow: hidden;
    font-size: 15px;
}

.index-news .list-2 li .txt {
    font-size: 12px;
    height: 44px;
    color: #777;
    overflow: hidden;
    line-height: 22px;
    margin-top: 10px;
}

.index-news .list-2 li:hover {
    border-color: #a41626;
}

.index-news .list-2 li:hover .tit {
    color: #a41626;
}

.index-news .list-2 li:hover .time {
    color: #a41626;
    border-color: #a41626;
}

@media (max-width: 1410px) {
    .index-news .list-2 li {
        padding-top: 33px;
        padding-bottom: 32px;
    }
}

@media (max-width: 1240px) {
    .index-news {
        padding: 50px 0;
    }
}

@media (max-width: 640px) {
    .index-news .leftnews {
        width: 100%;
        float: none;
    }

    .index-news .rightnews {
        width: 100%;
        float: none;
    }

    .index-news .rightnews .list-1 {
        width: 100%;
        float: none;
        min-height: auto;
    }

    .index-news .list-2 {
        width: 100%;
        float: none;
        min-height: auto;
    }
}

.footer .ad {
    text-align: center;
    background: url(../images/ad-bg.png) repeat;
}

.footer .bg {
    color: #999;
    line-height: 38px;
    padding-top: 50px;
    background: #1c1c1c;
}

.footer .menu {
    width: 40%;
    float: left;
}

.footer .menu li {
    padding-top: 15px;
}

.footer .menu li h3 {
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 18px;
}

.footer .menu li h3 a {
    color: #fff;
    width: 100%;
}

.footer .menu li a {
    color: #999999;
    width: 25%;
    float: left;
    display: block;
}

.footer .menu li a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .weixin {
    width: 20%;
    float: left;
    text-align: center;
}

.footer .weixin img {
    padding: 30px;
    border-radius: 30px;
    border: solid 1px #313131;
}

.footer .add {
    width: 38%;
    float: right;
    padding-top: 15px;
}

.footer .add a {
    color: #fff;
}

.footer .add .font18 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
}

.footer .add .txtleft {
    width: 40%;
    float: left;
}

.footer .add .txtleft span {
    font-size: 18px;
    color: #fff;
    font-family: "Circular-Book";
}

.footer .add .txtleft p {
    margin-top: 10px;
}

.footer .add .txtright {
    width: 55%;
    float: right;
}

.footer .add .txtright a {
    font-size: 18px;
    color: #fff;
    font-family: arial;
}

.footer .copy {
    margin-top: 40px;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
    border-top: solid 1px #292929;
}

@media (max-width: 1240px) {
    .footer .bg {
        padding-top: 30px;
    }

    .footer .menu {
        display: none;
    }

    .footer .add {
        width: 100%;
        float: none;
        text-align: center;
    }

    .footer .add .txtleft {
        width: 100%;
        float: none;
    }

    .footer .add .txtright {
        width: 100%;
        float: none;
    }

    .footer .weixin {
        width: 100%;
        float: none;
        display: none;
    }

    .footer .copy {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1240px) and (max-width: 480px) {
    .footer .add {
        text-align: left;
        padding-left: 10px;
    }
}

.container02 {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* 新增案例列表页+产品落地页 */
.second-nav-dzal .container {
    width: 800px;
}

.caslist .container02 .thumb,
.caslist .container02 .item {
    width: 50%;
}

.caslist .container02 .thumb {
    overflow: hidden;
    position: relative;
    background: #f0f1f6;
}

.caslist .container02 .item {
    color: #666;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    padding: 40px 80px;
}

.caslist .container02 li:nth-child(odd) .thumb,
.caslist .container02 li:nth-child(even) .item {
    float: left;
}

.caslist .container02 li:nth-child(even) .thumb,
.caslist .container02 li:nth-child(odd) .item {
    float: right;
}

/* 产品落地页 */
.cp_ms {
    display: flex;
    align-items: center;
    margin: 20px 0;
    border-bottom: solid 1px #f3f3f3;
}

.cp_ms .cp_thumb {
    width: 50%;
    float: left;
    align-self: center;
}

.cp_ms .cp_des {
    width: 50%;
    float: right;
    text-align: justify;
    vertical-align: middle;
}

.cp_ms .cp_thumb img {
    max-width: 100%;
}

.cp_nr,
.sm {
    margin: 40px 0;
    clear: both;
}

@media (max-width: 1280px) {
    .container02 {
        padding: 0 20px;
    }
}

.inbanner {
    overflow: hidden;
    width: 100%;
    margin-top: 80px;
}

.inbanner .inbanner-slick {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.inbanner .inbanner-slick img {
    display: block;
    transition: 5s;
    animation: mymove4 5s;
}

.inbanner .inbanner-slick .banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-27%);
    left: 0;
    width: 100%;
    font-size: 36px;
    color: #fff;
    line-height: 48px;
}

.inbanner .inbanner-slick .banner-info .img {
    animation: jump 2s;
    transition: 2s;
}

.inbanner .inbanner-slick .banner-info .bt {
    transition: 2s;
    animation: jump1 2s;
}

.inbanner .inbanner-slick-phone {
    display: none;
    overflow: hidden;
    position: relative;
}

.inbanner .inbanner-slick-phone img {
    display: block;
}

.inbanner .inbanner-slick-phone .banner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.inbanner .inbanner-slick-phone .banner-info .img {
    animation: jump 2s;
    transition: 2s;
}

.inbanner .inbanner-slick-phone .banner-info .bt {
    transition: 2s;
    animation: jump1 2s;
}

@media (max-width: 1200px) {
    .inbanner {
        margin-top: 70px;
    }

    .inbanner .inbanner-slick {
        display: none;
    }

    .inbanner .inbanner-slick-phone {
        display: block;
    }
}

.current {
    height: 54px;
    line-height: 53px;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    color: #888888;
}

.current a {
    color: #888888;
}

.current a:hover {
    color: #a41626;
}

.current img {
    width: 12px;
    vertical-align: middle;
    margin-left: 9px;
    margin-right: 8px;
}

.current b {
    font-weight: normal;
}

.current .container02 {
    position: relative;
}

.promenu {
    float: right;
    width: 100%;
    font-size: 22px;
    max-width: 260px;
    position: relative;
    padding-left: 25px;
    background: #a41626;
}

.promenu span a {
    display: block;
    color: #fff !important;
    width: 195px;
    height: 53px;
    overflow: hidden;
    line-height: 53px;
}

.promenu i {
    position: absolute;
    right: 25px;
    top: 24px;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    border-top: solid 10px #fff;
}

.promenu .subpro {
    z-index: 200;
    display: none;
    top: 50px;
    left: 0;
    width: 100%;
    padding-left: 25px;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #a41626;
}

.promenu .subpro a {
    opacity: 0.9;
    opacity: 1;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.promenu .subpro a:hover {
    text-decoration: underline;
}

.promenu:hover .subpro {
    display: block;
}

@media (max-width: 1240px) {
    .promenu {
        display: none;
    }
}

.inmain-title {
    font-size: 55px;
    color: #131314;
    text-align: center;
    background: url("../images/inmain-title.png") no-repeat bottom center;
    line-height: 70px;
    padding-bottom: 62px;
}

.inside-case {
    padding-top: 70px;

}

.inside-case .inmain-title {
    background: url("../images/line.png") no-repeat bottom center;
}

.inside-case .text {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*产品*/
.inside-product-2 .neirong .left {
    width: 45%;
    float: left;
}

.inside-product-2 td {
    text-align: center;
}

.inside-product-2 th {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding: 13px 10px;
    font-weight: normal;
    background: #a41626;
    border-left: solid 1px #b63538;
}

.inside-product-2 td:first-child {
    background: #f2f2f4;
    border-color: #fafafa;
}

.inside-product-2 td {
    padding: 7px;
    border-left: 1px solid #ececec;
    border-bottom: solid 1px #ececec;
}

.inside-product-2 .box-4 {
    padding-bottom: 75px;
}

.inside-case .list {
    padding: 100px 0 150px 0;
    background: url(../images/case-bg.jpg) repeat center center;
    position: relative;
}

.inside-case .list li {
    background: #fff;
}

.inside-case .list li .thumb {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #f0f1f6;
}

.inside-case .list li .thumb:after {
    content: "";
    display: block;
    padding-bottom: 78%;
}

.inside-case .list li .thumb img {
    transition: all 700ms ease;
}

.inside-case .list li .thumb:hover img {
    transform: scale(1.05);
}

.inside-case .list li .item {
    width: 50%;
    float: left;
    color: #666;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    padding: 40px 80px;
}

.inside-case .list li .item .ico {
    margin-left: -20px;
}

.inside-case .list li .item .tit {
    color: #333;
    height: 46px;
    font-weight: 700;
    overflow: hidden;
    line-height: 46px;
    font-size: 36px;
}

.inside-case .list li .item .en {
    font-size: 30px;
    color: #333333;
    padding-bottom: 20px;
    line-height: 40px;
    font-family: arial;
    position: relative;
}

.inside-case .list li .item .en:before {
    content: "";
    width: 67px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #de070d;
    position: absolute;
}

.inside-case .list li .item .txt {
    margin-top: 20px;
    height: 120px;
    overflow: hidden;
}

.inside-case .list-2 {
    padding-bottom: 75px;
    margin-top: 30px;
}

.inside-case .list-2 ul {
    margin: 40px -15px 0 -15px;
}

.inside-case .list-2 li {
    padding: 25px 15px;
    width: 25%;
    float: left;
}

.inside-case .list-2 li .item {
    display: block;
    border: solid 1px #dedede;
    background-color: #fff;
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.inside-case .list-2 li .item .pic {
    overflow: hidden;
    background: #fff;
    position: relative;
}

.inside-case .list-2 li .item .ms p {
    padding: 15px;
    text-align: justify;
    border-color: white;
}

.inside-case .list-2 li .item .pic:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.inside-case .list-2 li .item .pic img {
    transition: all 700ms ease;
}

.inside-case .list-2 li .item .tit {
    height: 46px;
    color: #333;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 46px;
    overflow: hidden;
    position: relative;
    background: #e7e7e7;
}
.inside-case .list-2 li .item .tit:after {
    content: "";
    width: 22px;
    height: 22px;
    top: 12px;
    right: 17px;
    position: absolute;
    background: url(../images/pro-ico-2.png) no-repeat;
}

.inside-case .list-2 li .item:hover {
    border-color: #a41626;
}

.inside-case .list-2 li .item:hover .pic img {
    transform: scale(1.1);
}

.inside-case .list-2 li .item:hover .tit {
    color: #fff;
    background-color: #a41626;
}

.inside-case .list-2 li .item:hover .tit:after {
    background: url(../images/pro-ico-2-h.png) no-repeat;
}

@media (max-width: 1240px) {
    .inside-case .text {
        font-size: 16px;
        line-height: 20px;
    }

    .inside-case .list-2 ul {
        margin: 0;
    }

    .inside-case .list-2 li {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.3333%;
    }
}

@media (max-width: 1000px) {
    .inside-case {
        padding-top: 50px;
    }

    .inside-case .list {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .inside-case .list li .thumb {
        width: 100%;
        float: none !important;
    }

    .inside-case .list li .item {
        width: 100%;
        float: none;
        padding: 30px;
    }

    .inside-case .list-2 li .item .ms p,
    .inside-case .list li .item .ico {
        display: none;
    }

    .inside-case .list li .item .tit {
        font-size: 24px;
        line-height: 34px;
        height: 34px;
    }

    .inside-case .list li .item .en {
        font-size: 14px;
        line-height: 18px;
    }

    .inside-case .list-2 ul {
        margin-top: 30px;
    }

    .inside-case .list-2 li {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.inside-menu {
    text-align: center;
    position: relative;
}

.inside-menu {
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}

.inside-menu:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    position: absolute;
    background: #e2e2e2;
}

.inside-menu li {
    color: #fff;
    height: 70px;
    font-size: 16px;
    z-index: 2;
    position: relative;
    border-left: solid 1px #ea5d54;
    display: inline-block;
    background: #a41626;
    line-height: 70px;
    max-width: 224px;
    width: 100%;
}

.inside-menu li:after {
    content: "";
    left: 50%;
    opacity: 0;
    margin-left: -5px;
    bottom: -10px;
    position: absolute;
    border-top: solid 10px #bb2b22;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.inside-menu li a {
    display: block;
    color: #fff;
}

.inside-menu .active {
    background: linear-gradient(to right, #aa1c13, #d8453b);
}

.inside-menu .active:after {
    opacity: 1;
}

@media (max-width: 1240px) {
    .inside-menu li {
        height: 50px;
        max-width: 150px;
        line-height: 50px;
    }
}

@media (max-width: 540px) {
    .inside-menu li {
        max-width: 105px;
        font-size: 14px;
    }
}

.inside-product {
    font-size: 16px;
    line-height: 30px;
}

.inside-product .font36 {
    color: #333;
    font-weight: 700;
    line-height: 46px;
    font-size: 36px;
}

.inside-product .font36 img {
    margin-top: 2px;
    margin-right: 10px;
    max-height: 40px;
}

.inside-product .font26 {
    color: #333;
    padding: 40px 0;
    font-size: 26px;
    position: relative;
    line-height: 40px;
}

.inside-product .font26:before {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #e2e2e2;
    display: none;
}

.inside-product .font26 img {
    top: 0;
    left: 0;
    max-height: 40px;
    position: absolute;
}

.inside-product .font26 span {
    z-index: 2;
    position: relative;
    display: inline-block;
    background: #fff;
    padding-right: 10px;
    padding-left: 50px;
}

@media (max-width: 640px) {
    .inside-product .font26 span {
        line-height: 24px;
        padding-left: 30px;
    }

    .inside-product .font26 span img {
        margin-top: 2px;
    }

    .inside-product-2 .neirong .left {
        width: 100%;
        float: none;
    }


    .inside-case .list-2 li .item .tit {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }
    .inside-case .list-2 li .item .tit:after {
        display: none;
    }
}

.inside-product .tag {
    padding-bottom: 40px;
    margin-top: 20px;
}

.inside-product .box-1 {
    padding-top: 80px;
}

.inside-product .box-1 .item {
    padding: 0px 0px 20px 15px;
}

.inside-product .box-1 .item p {
    padding-right: 30px;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.inside-product .box-1 .item p:before {
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 11px;
    border-radius: 100%;
    position: absolute;
    background: #de070d;
}

.inside-product .box-1 .item img {
    margin-top: -70px;
}

.inside-product .box-1 .table {
    border: solid 1px #ececec;
    border-bottom: 0;
}

.inside-product .box-1 .table table,
.inside-product .box-1 .table tr,
.inside-product .box-1 .table th,
.inside-product .box-1 .table td {
    border: 0;
}

.inside-product .box-1 .table th {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    padding: 12px 0;
    text-align: left;
    padding-left: 30px;
    background: #a41626;
}

.inside-product .box-1 .table td {
    border-bottom: solid 1px #ececec;
}

.inside-product .box-1 .table td:first-child {
    padding: 5px;
    background: #f2f2f4;
    border-bottom: solid 1px #fafafa;
}

.inside-product .box-2 {
    margin-top: 60px;
    padding: 60px 0;
    background: #f9f9f9;
}

.inside-product .box-2 .font26 span {
    background: #f9f9f9;
}

.inside-product .box-2 .tubox {
    padding-top: 40px;
    margin: 0 -8px;
}

.inside-product .box-2 .tubox li {
    padding: 0 8px;
    float: left;
    width: 16.6666%;
}

.inside-product .box-2 .txtxl {
    padding-bottom: 20px;
    padding-top: 50px;
    margin: 0 -10px;
}

.inside-product .box-2 .txtxl li {
    padding: 0 10px;
    width: 50%;
    float: left;
}

.inside-product .box-2 .txtxl li .hezi {
    background: #fff;
    padding: 10px 0 20px 40px;
    padding-right: 0;
    border: solid 1px #dbdbdb;
    min-height: 345px;
}

.inside-product .box-2 .txtxl li .left {
    width: 50%;
    float: left;
    color: #333333;
    line-height: 36px;
    padding-top: 50px;
}

.inside-product .box-2 .txtxl li .left .tit {
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
}

.inside-product .box-2 .txtxl li .left .tit:after {
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #de070d;
}

.inside-product .box-2 .txtxl li .right {
    width: 50%;
    float: right;
}

.inside-product .box-2 .item-2 p {
    padding-right: 30px;
}

.inside-product .box-2 .item-2 .p30 {
    padding-top: 30px;
}

.inside-product .box-3 {
    padding: 70px 0;
}

.inside-product .box-3 .p20 {
    padding-top: 20px;
}

@media (max-width: 1240px) {
    .inside-product .font36 {
        font-size: 20px;
    }

    .inside-product .font36 img {
        max-height: 20px;
        margin-top: 13px;
    }

    .inside-product .tag {
        padding-bottom: 20px;
    }

    .inside-product .font26 {
        padding: 20px 0;
        font-size: 18px;
    }

    .inside-product .font26 img {
        margin-right: 5px;
        max-height: 20px;
        margin-top: 10px;
    }

    .inside-product .box-1 {
        padding-top: 50px;
    }

    .inside-product .box-1 .item p {
        padding-left: 25px;
        margin-top: 0;
    }

    .inside-product .box-1 .item img {
        margin-top: 0;
    }

    .inside-product .box-2 .txtxl li .left {
        padding-top: 30px;
        line-height: 24px;
    }

    .inside-product .box-2 .txtxl li .hezi {
        overflow: hidden;
        min-height: auto;
        padding-bottom: 30px;
    }
}

@media (max-width: 640px) {
    .inside-product .box-1 .item {
        text-align: center;
    }

    .inside-product .box-1 .item img {
        float: none;
    }

    .inside-product .box-1 .item p {
        text-align: left;
    }

    .inside-product .box-1 .table {
        font-size: 13px;
    }

    .inside-product .box-2 .txtxl li {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .inside-product .box-2 .txtxl li .hezi {
        padding: 0 20px;
    }

    .inside-product .box-2 .txtxl li .left {
        width: 100%;
        float: none;
    }

    .inside-product .box-2 .txtxl li .right {
        width: 100%;
        float: none;
    }

    .inside-product .box-2 .txtxl li:first-child {
        margin-top: 0;
    }

    .inside-product .box-2 .tubox li {
        padding: 0 5px;
        width: 33.333%;
        margin-top: 10px;
    }

    .inside-product .box-2 .item-2 img {
        float: none;
    }

    .inside-product .box-2 {
        padding: 40px 0;
    }

    .inside-product .box-3 {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .inside-product .box-2 .tubox li {
        width: 50%;
    }
}

.inside-product-2 .text {
    color: #333;
    padding-right: 0;
    padding-left: 0;
    font-size: 20px;
}

.inside-product-2 .font30 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.inside-product-2 .ms {
    margin-top: 30px;
    padding: 0px 0 50px 75px;
    margin-left: 37px;
    position: relative;
}

.inside-product-2 .ms span {
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    background: #de070d;
    border-radius: 100%;
    position: absolute;
}

.inside-product-2 .ms span:after {
    content: "";
    width: 20px;
    height: 1px;
    top: 10px;
    left: 44px;
    position: absolute;
    background: #de070d;
}

.inside-product-2 .box-4 .tulist {
    margin: 0 -20px;
    margin-top: 40px;
}

.inside-product-2 .box-4 .tulist li {
    width: 33.333%;
    float: left;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
}

.inside-product-2 .box-4 .tulist li .txtbox {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    max-width: 285px;
    /*margin-top: -16px;*/
    position: relative;
    border-radius: 15px;
    min-height: 190px;
    padding: 15px;
    padding-top: 40px;
    background: #a41626;
    background: linear-gradient(to right, #a51727, #c52c38, #a51727);
}

.inside-product-2 .box-4 .tulist li .tit {
    font-size: 24px;
}

.inside-product-2 .box-5 {
    padding-bottom: 70px;
    margin-top: 50px;
}

.inside-product-2 .box-5 .neirong .tupian {
    text-align: center;
}

.inside-product-2 .box-5 .neirong .red {
    color: #de070d;
    font-size: 18px;
    font-weight: bold;
}

.inside-product-2 .box-5 .neirong .left {
    width: 45%;
    float: left;
}

.inside-product-2 .box-5 .neirong .right {
    width: 45%;
    float: right;
}

.inside-product-2 .box-5 .neirong .left1 {
    width: 33.333333%;
    float: left;
}

.inside-product-2 .box-6 {
    padding: 60px 0;
    background: #f9f9f9;
}

.inside-product-2 .box-6 .font16 {
    margin-top: 20px;
    margin-bottom: 70px;
}

.inside-product-2 .box-6 .tu {
    width: 24%;
    float: left;
}

.inside-product-2 .box-6 .item {
    width: 76%;
    float: right;
    margin-top: 85px;
    position: relative;
}

.inside-product-2 .box-6 .item img {
    float: left;
}

.inside-product-2 .box-6 .item p {
    font-size: 18px;
    padding-left: 60px;
    margin-top: 45px;
    position: relative;
}

.inside-product-2 .box-6 .item span {
    width: 46px;
    height: 46px;
    color: #e3363b;
    vertical-align: top;
    font-family: arial;
    font-size: 30px;
    line-height: 44px;
    border-radius: 100%;
    text-align: center;
    top: -10px;
    left: 0;
    position: absolute;
    border: solid 2px #e3363b;
}

.inside-product-2 .box-6 .item .height {
    height: 85px;
}

.inside-product-2 .box-7 {
    padding: 70px 0;
}

.inside-product-2 .box-8 {
    padding: 70px 0;
    background: #f9f9f9;
}
.inside-product-2 .box-8.box-5 {background: #fff;}
.inside-product-2 .box-8 .table {
    margin-top: 40px;
    border: solid 1px #ececec;
    border-bottom: 0;
}

.inside-product-2 .box-8 table {
    background: #fff;
    text-align: center;
}

.inside-product-2 .box-8 th {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 13px 10px;
    font-weight: normal;
    background: #a41626;
    border-left: solid 1px #b63538;
}

.inside-product-2 .box-8 td {
    padding: 7px;
    border-left: 1px solid #ececec;
    border-bottom: solid 1px #ececec;
}

.inside-product-2 .box-8 td:first-child {
    background: #f2f2f4;
    border-color: #fafafa;
}

.inside-product-2 .box-8 .bg {
    background: #fef9f9 !important;
}

@media (max-width: 1240px) {
    .inside-product-2 .font30 {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .inside-product-2 .text {
        font-size: 16px;
        line-height: 26px;
    }

    .inside-product-2 .box-4 .tulist {
        margin-right: 0;
        margin-left: 0;
    }

    .inside-product-2 .box-4 .tulist li {
        padding: 0 10px;
    }
}

/***********2021-6-3新增************/

.inside-product-2 .box-5 table {
    background: #fff;
    text-align: center;
}
.inside-product-2 .box-8.box-5 td{
    border-color: #c8c8c8;
}
.inside-product-2 .box-5 th {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 13px 10px;
    font-weight: normal;
    background: #a41626;
}

.inside-product-2 .box-5 td {
    padding: 7px;
}

.inside-product-2 .box-5 td:first-child {
    background: #f2f2f4;
    border-color: #fafafa;
}


.inside-case .second-nav {
    margin-top: 0;
}

.inside-case .second-nav ul {
    text-align: center;
    font-size: 0;
    position: relative;
}

.inside-case .second-nav ul:after {
    content: '';
    display: none;
    height: 2px;
    width: 100%;
    background: #e2e2e2;
    position: absolute;
    top: 34px;
    z-index: 1;
}

.inside-case .second-nav ul li {
    width: 150px;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-bottom: 11px;
}

.inside-case .second-nav ul li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #a2150c;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    border-right: 1px solid #eaeaea;
}

.inside-case .second-nav ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    opacity: 0;
    transition: 0.5s;
    background: url("../images/xin/dian.png") no-repeat center center;
}

.inside-case .second-nav ul li:hover a {
    background: #999 url("../images/xin/bg.png") no-repeat center center;
}

.inside-case .second-nav ul li:hover:after {
    opacity: 1;
}

.inside-case .second-nav ul .active a {
    background: #999 url("../images/xin/bg.png") no-repeat center center;
}

.inside-case .second-nav ul .active:after {
    opacity: 1;
}

.inside-case .second-nav ul li:nth-child(1) a {
    border-left: none;
}

#maodian {
    top: -150px;
    z-index: -1;
    position: absolute;
}

.pagination li {
    display: inline-block;
}

.pagination li.disabled {
    display: none;
}

.pagination li.active span {
    background-color: #a41626;
    color: white;
    border-color: #a41626;
}

.mianbaoxie i {
    margin: 0 5px;
}

.xgxw li:nth-of-type(3) {
    display: none;
}







@media (max-width: 640px) {
    .inside-product-2 .box-4 .tulist li {
        width: 100%;
    }

    .inside-product-2 .box-4 .tulist li .tit {
        font-size: 20px;
    }

    .inside-product-2 .box-4 .tulist li .txt {
        font-size: 14px;
    }

    .inside-product-2 .box-4 .tulist li .txtbox {
        line-height: 26px;
        padding: 15px;
        margin-top: 0;
        border-radius: 5px;
        max-width: 100%;
        min-height: auto;
        margin: 20px 0;
    }

    .inside-product-2 .box-5 .neirong .left {
        width: 100%;
        float: none;
    }

    .inside-product-2 .box-5 .neirong .left1 {
        width: 100%;
        float: none;
    }

    .inside-product-2 .box-5 .neirong .right {
        width: 100%;
        float: none;
    }

    .inside-product-2 .box-6 .tu {
        width: 100%;
        float: none;
        text-align: center;
    }

    .inside-product-2 .box-6 .item {
        width: 100%;
        float: none;
    }

    .inside-product-2 .box-6 .item span {
        top: 0;
        border-width: 1px;
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 20px;
    }

    .inside-product-2 .box-8 {
        white-space: word-break;
        font-size: 13px !important;
    }

    .inside-product-2 .box-8 th {
        font-size: 16px;
        line-height: 20px;
    }

    .inside-product-2 .box-8 .table {
        overflow-x: scroll;
    }

    .inside-product-2 .box-8 .table table {
        width: 800px;
    }
}

.contact01 {
    padding: 58px 0 48px 0;
    border-bottom: 1px solid #e9e9e9;
}

.contact01 .nr {
    position: relative;
    padding: 36px 0 0 0;
}

.contact01 .nr ul {
    margin: 0 -35px;
}

.contact01 .nr ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 35px 0 35px;
}

.contact01 .nr ul li .box {
    padding-top: 16px;
}

.contact01 .nr ul li .pic {
    width: 140px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.contact01 .nr ul li .pic:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.contact01 .nr ul li .text {
    padding-top: 4px;
}

.contact01 .nr ul li .text .bt {
    font-size: 24px;
    color: #182226;
    text-align: center;
    margin-bottom: 9px;
}

.contact01 .nr ul li .text .jsh {
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.contact01 .nr ul li .text .jsh a {
    color: #666666;
    font-size: 22px;
    font-family: "Circular-Book";
}

.contact01 .nr ul li .text .jsh a:hover {
    color: #a41626;
    text-decoration: underline;
}

.contact01 .nr ul li .text .jsh span {
    color: #a41626;
}

.contact02 {
    padding: 76px 0 27px 0;
    border-bottom: 1px solid #e9e9e9;
}

.contact02 .img {
    width: 57.266%;
    float: left;
    margin-top: 25px;
}

.contact02 .text {
    float: right;
    width: 39.61%;
}

.contact02 .text .item {
    margin-bottom: 42px;
    overflow: hidden;
}

.contact02 .text .bt {
    font-size: 22px;
    color: #000000;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 16px;
    margin-bottom: 15px;
}

.contact02 .text .bt img {
    margin-right: 8px;
    width: 23px;
}

.contact02 .text .jsh {
    line-height: 36px;
    font-size: 14px;
    color: #555;
}

.contact02 .text .jsh a {
    color: #555;
}

.contact02 .text .jsh a:hover {
    color: #a41626;
    text-decoration: underline;
}

.contact03 {
    padding: 39px 0 56px 0;
}

.contact03 .home-title1 {
    text-align: center;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 33px;
}

.contact03 .home-title1 h3 {
    font-size: 36px;
    color: #333;
    line-height: 50px;
    margin-bottom: 16px;
}

.contact03 .home-title1 span {
    font-size: 16px;
    color: #333;
}

.contact03 .home-title1 span img {
    width: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.contact03 .list {
    padding-top: 23px;
    width: 1050px;
    margin: 0 auto;
}

.contact03 li {
    width: 50%;
    float: left;
    position: relative;
    padding: 9px 26px 27px 26px;
}

.contact03 .p-01 {
    line-height: 30px;
    margin-bottom: 11px;
    font-size: 16px;
    color: #333;
    padding-left: 4px;
}

.contact03 .p-01 .red {
    color: #ff0000;
}

.contact03 font {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    border-radius: 5px;
    background: #f57878;
    top: 0;
    right: 26px;
    width: 160px;
    position: absolute;
    display: none;
}

.contact03 font::after {
    content: '';
    margin-top: 42px;
    display: inline-block;
    border-width: 6px 10px 9px 10px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f57878;
    transform: rotate(147deg) translate(-12px, 6px);
    position: absolute;
    bottom: -18px;
    left: 10px;
}

.contact03 input,
.contact03 textarea {
    background: #f5f5f5;
    padding: 0 20px;
    height: 55px;
    color: #333;
    vertical-align: middle;
    border: 1px #f5f5f5 solid;
    border-radius: 30px;
}

.contact03 input {
    width: 100%;
}

.contact03 input:focus {
    border-color: #ff0030;
    background: #fcf0f2;
}

.contact03 textarea {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 133px;
    border-radius: 10px;
}

.contact03 textarea:focus {
    border-color: #ff0030;
    background: #fcf0f2;
}

.contact03 .yanzhenma {
    width: 100%;
    text-align: center;
    padding-top: 33px;
}

.contact03 .yanzhenma .p-01 {
    display: inline-block;
}

.contact03 .yanzhenma input {
    width: 244px;
    margin: 0 10px 0 30px;
}

.contact03 .yanzhenma font {
    right: 500px;
    top: -15px;
}

.contact03 .yanzhenma a {
    font-size: 16px;
    color: #333;
}

.contact03 .btn {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
}

.contact03 .btn a {
    font-size: 18px;
    width: 300px;
    height: 69px;
    line-height: 69px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    background: #d4160a;
    display: block;
    margin: 0 auto;
}

.contact03 .btn a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    transition: all .5s;
    z-index: 1;
}

.contact03 .btn a span {
    color: #fff;
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 20px;
}

.contact03 .btn a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    background: #a41626;
}

.inmain-title1 {
    text-align: center;
    padding-bottom: 33px;
    background: url(../images/xin/inmain-title1.png) no-repeat bottom center;
}

.inmain-title1 .bt {
    font-size: 55px;
    color: #131314;
    line-height: 70px;
    margin-bottom: 9px;
}

.inmain-title1 .jsh {
    font-size: 24px;
    color: #383838;
}

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

.news {
    padding: 58px 0;
}

.news-bottom {
    padding-top: 56px;
}

.news-bottom .one {
    background: #f9f9f9;
}

.news-bottom .one a {
    padding: 69px 0;
    display: block;
}

.news-bottom .one .box {
    position: relative;
    min-height: 259px;
    padding-left: 471px;
}

.news-bottom .one .pic {
    width: 430px;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.news-bottom .one .pic img {
    transition: 0.5s;
}

.news-bottom .one .pic:after {
    content: '';
    display: block;
    padding-bottom: 60.23255814%;
}

@media (min-width: 1025px) {
    .news-bottom .one:hover .pic img {
        transform: scale(1.04);
    }

    .news-bottom .one:hover .text {
        border-top: 3px solid #a41626;
    }

    .news-bottom .one:hover .text .bt {
        color: #a41626;
    }

    .news-bottom .one:hover .text .more p {
        color: #fff;
        background: url("../images/xin/moreh.png") no-repeat center center;
    }
}

.news-bottom .text {
    border-top: 3px solid #f0f0f0;
    position: relative;
    padding-left: 78px;
    padding-top: 46px;
    transition: 0.5s;
}

.news-bottom .text:after {
    content: '';
    display: block;
    width: 1px;
    height: 110px;
    background: #a41626;
    position: absolute;
    top: 0;
    left: 29px;
}

.news-bottom .text .date {
    width: 58px;
    height: 58px;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 4;
    color: #fff;
    padding-top: 3px;
    background: #a41626;
}

.news-bottom .text .date span {
    line-height: 20px;
    font-size: 12px;
    display: block;
}

.news-bottom .text .date p {
    font-size: 28px;
    line-height: 29px;
}

.news-bottom .text .bt {
    font-size: 26px;
    color: #333333;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 28px;
    transition: 0.5s;
}

.news-bottom .text .jsh {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    margin-bottom: 31px;
}

.news-bottom .text .more p {
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #a41626;
    font-size: 12px;
    transition: 0.5s;
    background: url("../images/xin/more.png") no-repeat center center;
}

.news-bottom .news-list {
    padding: 63px 0 0 0;
}

.news-bottom ul {
    margin: 0 -25px 79px -25px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 3px solid #f0f0f0;
}

.news-bottom ul li {
    width: 50%;
    float: left;
    padding: 0 25px;
    margin-bottom: 70px;
}

@media (min-width: 1025px) {
    .news-bottom ul li:hover .text {
        border-top: 3px solid #a41626;
    }

    .news-bottom ul li:hover .text .bt {
        color: #a41626;
    }

    .news-bottom ul li:hover .text .more p {
        color: #fff;
        background: url("../images/xin/moreh.png") no-repeat center center;
    }
}

.page {
    text-align: center;
    overflow: hidden;
}

.page a,
.page span {
    color: #353535;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    height: 27px;
    padding: 0 9px;
    margin: 0 3px;
    font-family: arial;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dadada;
}

.page a.cpb {
    background: #a41626;
    border: 1px solid #a41626;
    color: #ffffff;
}

@media (min-width: 1025px) {
    .page a:hover {
        background: #a41626;
        border: 1px solid #a41626;
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .page a {
        display: none;
        font-size: 12px;
    }

    .page a.num1,
    .page a.num2,
    .page a.num3,
    .page a.num4 {
        display: inline-block;
    }
}

.news-show {
    padding: 76px 0 30px 0;
}

.h1 {
    color: #222;
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 31px;
}

.h2 {
    text-align: center;
    font-size: 14px;
    color: #adadad;
    padding: 5px 0 4px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.h2 span {
    padding: 0 23px;
}

.new-info {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 39px 0 82px 0;
}

.prev-next {
    overflow: hidden;
    position: relative;
    font-size: 18px;
}

.prev-next a {
    color: #333;
    display: block;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e8e8e8;
    padding: 0 22px;
}

.prev-next .prev,
.prev-next .next {
    width: 50%;
    float: left;
    transition: all .5s;
    overflow: hidden;
    padding: 0 1px;
    height: 55px;
    line-height: 55px;
}

.prev-next .prev:hover a,
.prev-next .next:hover a {
    background: #a41626;
    color: #fff;
}

.related {
    margin-top: 73px;
}

.related .relate-title h3 {
    text-align: center;
    color: #333333;
    font-size: 36px;
    line-height: 40px;
}

.related .relate-title h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 73px;
    height: 6px;
    margin-right: 20px;
    background: url(../images/xin/line07.png) no-repeat center center;
}

.related .relate-title h3:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 73px;
    height: 6px;
    margin-left: 20px;
    background: url(../images/xin/line08.png) no-repeat center center;
}

.related .news-bottom {
    padding-top: 69px;
}

.related .news-bottom ul {
    border: 0;
    margin-bottom: 0;
}

.second-nav {
    margin-top: 73px;
}

.second-nav ul {
    text-align: center;
    font-size: 0;
    position: relative;
}

.second-nav ul:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #e2e2e2;
    position: absolute;
    top: 34px;
    z-index: 1;
}

.second-nav ul li {
    width: 224px;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-bottom: 11px;
}

.second-nav ul li a {
    display: block;
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #a41626;
    padding: 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    border-right: 1px solid #ea5d54;
}

.second-nav ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    opacity: 0;
    transition: 0.5s;
    background: url("../images/xin/dian.png") no-repeat center center;
}

.second-nav ul li:hover a {
    background: #a2150c url("../images/xin/bg.png") no-repeat center center;
}

.second-nav ul li:hover:after {
    opacity: 1;
}

.second-nav ul .active a {
    background: #a2150c url("../images/xin/bg.png") no-repeat center center;
}

.second-nav ul .active:after {
    opacity: 1;
}

.second-nav ul li:nth-child(1) a {
    border-left: 1px solid #ea5d54;
}

.second-nav .slick-track {
    margin: 0 auto;
}

.second-nav .slick-list {
    z-index: 4;
}

.about .about-title {
    text-align: center;
    background: url(../images/xin/inmain-title2.png) no-repeat bottom center;
    padding-bottom: 62px;
}

.about .about-title h3 {
    font-size: 55px;
    color: #131314;
    text-align: center;
    line-height: 70px;
    margin-bottom: 30px;
}

.about .about-title p {
    font-size: 18px;
    color: #333333;
}

.about01 {
    position: relative;
    padding: 23px 0 78px 0;
    background: url("../images/xin/about-bg.jpg") no-repeat bottom center;
}

@media (max-width: 640px) {
    .about01 {
        background: none;
    }
    .jj2{display: none;}
}

.about01 .about-bottom {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 34px 0;
}

.about01 .about-l {
    text-align: center;
    font-size: 48px;
    color: #de070d;
    line-height: 80px;
    margin: 10px 0;
}

.about01 .about-l span {
    font-style: italic;
    font-weight: bold;
}

.about02 {
    position: relative;
    padding: 90px 0 49px 0;
}

.about02 .about-bottom {
    padding-top: 62px;
}

.about02 .about-bottom ul li {
    width: 16.66666667%;
    float: left;
    margin-bottom: 23px;
    padding: 0 10px;
}

.about02 .about-bottom ul li a {
    display: block;
    border: 1px solid #ececec;
}

.about02 .about-bottom ul li .pic {
    position: relative;
    overflow: hidden;
}

.about02 .about-bottom ul li .pic img {
    transition: 0.5s;
}

.about02 .about-bottom ul li .pic:after {
    content: '';
    display: block;
    padding-bottom: 71.20418848%;
}

@media (min-width: 1025px) {
    .about02 .about-bottom ul li:hover a {
        border: 1px solid #a41626;
    }

    .about02 .about-bottom ul li:hover .pic img {
        transform: scale(1.04);
    }
}

.about03 {
    position: relative;
    padding: 77px 0 24px 0;
    background: url("../images/xin/bg2.jpg") no-repeat center top;
}

.about03 .about-title {
    background: url(../images/xin/inmain-title3.png) no-repeat bottom center;
    padding-bottom: 56px;
}

.about03 .about-title h3 {
    color: #fff;
    margin: 0;
}

.about03 .about-bottom {
    padding: 74px 0;
}

.about03 .about-bottom ul {
    margin: 0 -50px 18px -50px;
    overflow: hidden;
    background: url("../images/xin/line.png") no-repeat center 37px;
}

.about03 .about-bottom ul li {
    width: 25%;
    float: left;
    padding: 0 50px;
    text-align: center;
}

.about03 .about-bottom ul li .num {
    width: 76px;
    height: 76px;
    line-height: 72px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    margin: 0 auto;
    font-family: "Circular-Book";
}

.about03 .about-bottom ul li .text {
    color: #fff;
    margin-top: 32px;
    margin-bottom: 14px;
}

.about03 .about-bottom ul li .text .bt {
    font-size: 26px;
    line-height: 30px;
}

.about03 .about-bottom ul li .text .jsh {
    font-size: 14px;
    font-family: arial;
    text-transform: uppercase;
}

.about03 .about-bottom ul li .img {
    background: url("../images/xin/bg1.png") no-repeat center top;
    padding: 30px 25px;
}

.about03 .about-bottom ul li .img .pic {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 15px;
    width: 181px;
}

.about03 .about-bottom ul li .img .pic:after {
    content: '';
    display: block;
    padding-bottom: 70.71823204%;
}

@media (min-width: 1025px) {
    .about03 .about-bottom ul li:hover {
        cursor: pointer;
    }

    .about03 .about-bottom ul li:hover .num {
        background: #fff;
        color: #a41626;
    }
}

.about04 {
    position: relative;
    padding: 95px 0 55px 0;
    background: url("../images/xin/bg4.jpg") repeat-x center left;
}

.about04 .about-title h3 {
    margin: 0;
}

.about04 .about-bottom {
    padding: 59px 0 0 0;
    position: relative;
}

.about04 .about-bottom ul li {
    width: 25%;
    float: left;
    padding: 0 10px;
}

.about04 .about-bottom ul li a {
    display: block;
    padding-bottom: 102px;
    background: url("../images/xin/bg3.png") no-repeat bottom center;
}

.about04 .about-bottom ul li .pic {
    position: relative;
    overflow: hidden;
    width: 252px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
}

.about04 .about-bottom ul li .pic img {
    transition: 0.5s;
}

.about04 .about-bottom ul li .pic:after {
    padding-bottom: 135.71428571%;
    content: '';
    display: block;
}

@media (min-width: 1025px) {
    .about04 .about-bottom ul li:hover .pic {
        border: 1px solid #a41626;
    }

    .about04 .about-bottom ul li:hover .pic img {
        transform: scale(1.04);
    }
}

.about04 .about-bottom .slick-prev:before,
.about04 .about-bottom .slick-next:before {
    content: '';
}

.about04 .about-bottom .slick-prev,
.about04 .about-bottom .slick-next {
    width: 57px;
    height: 57px;
    margin-top: -84px;
    border: 0;
    z-index: 5;
}

.about04 .about-bottom .slick-prev {
    left: 0;
    background: url("../images/xin/left.png") no-repeat center center;
}

@media (min-width: 1025px) {
    .about04 .about-bottom .slick-prev:hover {
        background: url("../images/xin/lefth.png") no-repeat center center;
    }
}

.about04 .about-bottom .slick-next {
    right: 0;
    background: url("../images/xin/right.png") no-repeat center center;
}

@media (min-width: 1025px) {
    .about04 .about-bottom .slick-next:hover {
        background: url("../images/xin/righth.png") no-repeat center center;
    }
}

.about05 {
    position: relative;
    padding: 87px 0 76px 0;
}

.about05 .about-title h3 {
    margin: 0;
}

.about05 .about-bottom {
    padding-top: 42px;
}

.about05 .about-bottom .pic {
    position: relative;
    overflow: hidden;
}

.about05 .about-bottom .pic:after {
    padding-bottom: 82.80254777%;
    content: '';
    display: block;
}

.about05 .about-bottom .left {
    width: 49.063%;
    float: left;
}

.about05 .about-bottom .right {
    width: 49.063%;
    float: right;
}

.about05 .about-bottom .right ul {
    margin: 0 -12px;
}

.about05 .about-bottom .right ul li {
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 20px;
}

.about05 .about-bottom .right ul li .pic:after {
    padding-bottom: 82.78145695%;
}

.dw {
    top: -80px;
    z-index: -1;
    height: 1;
    position: absolute;
}

@media (max-width: 1260px) {
    .second-nav ul li {
        width: 140px;
    }

    .second-nav ul li a {
        line-height: 50px;
    }

    .second-nav ul:after {
        top: 25px;
    }

    .about01 .about-l {
        font-size: 40px;
    }

    .about03 .about-bottom ul li {
        padding: 0 10px;
    }

    .about03 .about-bottom ul li .img {
        padding: 30px 0;
    }

    .about03 .about-bottom ul {
        margin: 0 -10px 18px -10px;
        background: none;
    }
}
.tdimg {float: right;width: 40%;}
.tdms{float: left;width: 50%;}
@media (max-width: 1050px) {
    .contact03 .list {
        width: 100%;
    }
    .tdms {width:100%;padding-bottom: 10px;}
    .tdimg,.tdms{float: none;}
    .tdimg{width: 700px;max-width: 100%;}
}

@media (max-width: 1023px) {
    .about .about-title h3 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .about .about-title {
        padding-bottom: 22px;
        background-size: 180px;
    }

    .about .about-title p {
        font-size: 14px;
    }

    .about01 .about-bottom {
        font-size: 14px;
        line-height: 25px;
        padding: 20px 0;
    }

    .about01 .about-l {
        font-size: 20px;
        line-height: 40px;
    }

    .about01 {
        padding: 20px 0;
    }

    .about02 {
        padding: 30px 0;
    }

    .about02 .about-bottom {
        padding-top: 20px;
    }

    .about02 .about-bottom ul {
        margin: 0 -5px;
    }

    .about02 .about-bottom ul li {
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .about03 {
        padding: 30px 0;
        background-size: cover;
    }

    .about03 .about-bottom ul li {
        width: 50%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .about03 .about-bottom ul li .num {
        width: 40px;
        height: 40px;
        line-height: 36px;
        font-size: 18px;
    }

    .about03 .about-bottom {
        padding: 20px 0 0 0;
    }

    .about03 .about-bottom ul {
        margin: 0 -10px 0 -10px;
        font-size: 0;
    }

    .about03 .about-bottom ul li .text {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about03 .about-bottom ul li .text .bt {
        font-size: 16px;
    }

    .about03 .about-bottom ul li .text .jsh {
        font-size: 12px;
    }

    .about03 .about-bottom ul li .img {
        padding: 20px 0;
    }

    .about03 .about-bottom ul li .img .pic {
        width: 100%;
    }

    .current {
        padding: 10px 0;
        font-size: 13px;
    }

    .current img {
        margin-left: 0;
        margin-right: 5px;
        margin-top: -2px;
    }

    .contact01 {
        padding: 30px 0;
    }

    .inmain-title {
        font-size: 24px;
        line-height: 40px;
        padding-bottom: 30px;
        background-size: 180px;
    }

    .contact01 .nr ul {
        margin: 0 -10px;
    }

    .contact01 .nr ul li {
        width: 50%;
        padding: 0 10px 0 10px;
    }

    .contact01 .nr {
        padding: 20px 0 0 0;
    }

    .contact01 .nr ul li .box {
        padding-top: 10px;
    }

    .contact01 .nr ul li .pic {
        width: 50px;
    }

    .contact01 .nr ul li .text {
        padding-top: 10px;
    }

    .contact01 .nr ul li .text .bt {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .contact01 .nr ul li .text .jsh {
        font-size: 14px;
        line-height: 25px;
    }

    .contact01 .nr ul li .text .jsh a {
        font-size: 18px;
    }

    .contact02 {
        padding: 30px 0 10px 0;
    }

    .contact02 .img {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .contact02 .text {
        width: 100%;
        padding-top: 10px;
    }

    .contact02 .text .bt {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .contact02 .text .bt img {
        width: 20px;
    }

    .contact02 .text .jsh {
        line-height: 26px;
    }

    .contact02 .text .item {
        margin-bottom: 20px;
    }

    .contact03 {
        padding: 30px 0;
    }

    .contact03 .home-title1 h3 {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .contact03 .home-title1 span {
        font-size: 14px;
    }

    .contact03 .home-title1 {
        padding-bottom: 10px;
    }

    .contact03 li {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .contact03 .p-01 {
        margin-bottom: 0;
        font-size: 14px;
    }

    .contact03 input,
    .contact03 textarea {
        height: 40px;
    }

    .contact03 font {
        top: -18px;
        right: 0;
    }

    .contact03 .yanzhenma {
        text-align: left;
        padding-top: 0;
    }

    .contact03 .yanzhenma input {
        width: 100px;
        margin: 0 5px 0 5px;
    }

    .contact03 .yanzhenma img {
        height: 40px;
    }

    .contact03 .yanzhenma span {
        font-size: 12px;
        display: none;
    }

    .contact03 .btn {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .contact03 .btn a {
        font-size: 16px;
        width: 140px;
        height: 40px;
        line-height: 40px;
    }

    .inmain-title1 {
        padding-bottom: 20px;
    }

    .inmain-title1 .bt {
        font-size: 24px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .inmain-title1 .jsh {
        font-size: 16px;
    }

    .news {
        padding: 30px 0;
    }

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

    .news-bottom .one a {
        padding: 20px 0;
    }

    .news-bottom .one .pic {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 10px;
    }

    .news-bottom .one .box {
        min-height: 0;
        padding-left: 0;
    }

    .news-bottom .text {
        padding-left: 70px;
        padding-top: 10px;
    }

    .news-bottom .text .bt {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .news-bottom .text .jsh {
        font-size: 14px;
        line-height: 25px;
        height: 50px;
        margin-bottom: 10px;
    }

    .news-bottom .text .more p {
        width: 100px;
        height: 25px;
        line-height: 25px;
        background-size: 100px;
    }

    .news-bottom .news-list {
        padding: 20px 0 0 0;
    }

    .news-bottom ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-bottom ul {
        margin: 0 -25px 20px -25px;
    }

    .news-bottom .text .date p {
        font-size: 20px;
    }

    .news-show {
        padding: 30px 0 10px 0;
    }

    .h1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .h2 {
        font-size: 13px;
    }

    .new-info {
        font-size: 14px;
        line-height: 25px;
        padding: 20px 0;
    }

    .prev-next .prev,
    .prev-next .next {
        width: 100%;
        margin-bottom: 5px;
    }

    .prev-next a {
        line-height: 40px;
        padding: 0 10px;
    }

    .prev-next {
        font-size: 14px;
    }

    .related {
        margin-top: 20px;
    }

    .related .relate-title h3 {
        font-size: 24px;
    }

    .related .news-bottom {
        padding-top: 20px;
    }

    .about04 {
        padding: 30px 0;
    }

    .about04 .about-bottom {
        padding: 20px 0 0 0;
    }

    .about04 .about-bottom ul li a {
        padding-bottom: 0;
        background: none;
    }

    .about04 .about-bottom .slick-prev,
    .about04 .about-bottom .slick-next {
        margin-top: -35px;
    }

    .about04 .about-bottom .slick-prev,
    .about04 .about-bottom .slick-next {
        background-size: 30px;
        width: 30px;
        height: 30px;
    }

    .about05 {
        padding: 30px 0;
    }

    .about05 .about-bottom {
        padding: 20px 0 0 0;
    }

    .about05 .about-bottom .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .about05 .about-bottom .right {
        width: 100%;
    }

    .about05 .about-bottom .right ul li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .about05 .about-bottom .right ul {
        margin: 0 -5px;
    }

    .second-nav {
        margin-top: 30px;
    }
}
@media (max-width: 792px) {
    .second-nav-dzal .container{
        width: 600px;
    }
}
@media (max-width: 768px) {
    .second-nav ul li {
        width: 20%;
    }

    .second-nav ul li a {
        line-height: 40px;
        font-size: 14px;
    }

    .second-nav ul li:after {
        display: none;
    }
}

@media (max-width: 467px) {
    .header .logo1 {
        display: inline;
        float: left;
        margin-top: 5px;
    }
}
@media (max-width: 576px) {
    .second-nav-dzal .container{
        width: 100%;
    }
}
@media (max-width: 414px) {
    .about03 .about-bottom ul li {
        width: 100%;
    }

    .about03 .about-bottom ul li .img .pic {
        width: 181px;
    }

    .about02 .about-bottom ul li {
        width: 50%;
    }

    .second-nav ul li a {
        line-height: 40px;
        font-size: 12px;
        font-weight: normal;
    }
}

.phone-nav .box::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.phone-nav .box::-webkit-scrollbar-thumb {
    background: #000;
    width: 2px;
}

.phone-nav .box::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.phone-nav {
    top: 0;
    z-index: 19999999;
    position: fixed;
    right: -150%;
    width: 240px;
    height: 100%;
}

.phone-nav .close {
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 20px;
}

.phone-nav .close img {
    max-height: 20px;
}

.phone-nav .box {
    height: 100%;
    overflow-y: auto;
    padding: 0px 20px 0 20px;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.phone-nav .list-menu {
    padding-top: 100px;
}

.phone-nav .list-menu li {
    font-size: 18px;
    position: relative;
    line-height: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.07);
}

.phone-nav .list-menu li a {
    padding: 15px 20px;
    display: block;
    position: relative;
    color: #333;
}

.phone-nav .list-menu li a span {
    z-index: 9;
    display: inline-block;
    position: relative;
}

.phone-nav .list-menu li i {
    position: absolute;
    right: 0;
    top: 10px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 30px;
    display: block;
    font-style: inherit;
    cursor: pointer;
}

.phone-nav .list-menu li i:after {
    content: "+";
    color: #666;
    font-size: 24px;
    width: 38px;
    height: 38px;
    opacity: 0.7;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    font-family: "+";
}

.phone-nav .list-menu .submenu {
    display: none;
    padding-bottom: 20px;
}

.phone-nav .list-menu .submenu a {
    opacity: 0.7;
    color: #666;
    font-size: 16px;
    padding: 0px 0px 0 20px;
}

.index-product .probmenu li a span {
    display: block;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
}

/**********IE8***********/
.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #666;
}

.prompt span a {
    text-decoration: underline;
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer;
}


.lianxidz {
    font-weight: bold;
    color: #fff;
}

.inside-menu {
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
}


