@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html,
body,
div,
span,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup,
iframe {
    font-family: "Microsoft YaHei";
    margin: 0;
    padding: 0;
    border: 0;
}


/*折叠导航1*/

.btn {
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 999;
    display: none;
}

.btn div {
    width: 25px;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
}

body {
    max-width: 1920px;
    /* min-width: 1200px; */
    margin: 0 auto;
    background: #fff;
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #333;
}

input,
textarea,
button {
    resize: none;
    font-family: "Microsoft YaHei";
    background: #fff;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #fff;
}

img {
    border: none;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

input:focus,
textarea:focus {
    outline: none;
}

span h1 h2 h3 h4 h5 {
    font-family: "Microsoft YaHei";
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.or {
    overflow: hidden;
}

.w12 {
    width: 1200px;
    overflow: hidden;
    margin: auto
}

.oh {
    overflow: hidden;
}

/*首页*/
.index-header {
    width: 100%;
}

.index-top {
    width: 100%;
    height: 35px;
    background: #2a313b;
}

.language {
    margin-top: 5px;
}

.language a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.language img {
    vertical-align: -5px;
}

.language span {
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #7d7d7d;
    margin: 0 6px;
    vertical-align: -5px;
}

.index-bottom {
    height: 111px;
}

.logo {
    margin-top: 16px;
}

.index-nav li {
    display: inline-block;
    width: 96px;
    height: 100%;
    line-height: 111px;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    margin-left: -4px;
    position: relative;
}

.index-nav li a {
    display: block;
    color: #000;
    font-size: 16px;
}

.index-nav li:hover,
.index-nav .active {
    background: #e62029;
}

.index-nav li:hover a,
.index-nav .active a {
    color: #fff;
}

.index-banner {
    position: relative;
}

.focus {
    position: absolute;
    left: 45%;
    bottom: 5%;
}

.focus li {
    display: inline-block;
    width: 55px;
    height: 4px;
    background: #646161;
}

.focus .on {
    background: #e62029;
}

.index-company,
.index-news {
    width: 582px;
}

.index-company-title {
    text-align: center;
    font-size: 28px;
    margin: 49px 0 39px 0;
    color: #000;
}

.index-company-box {
    border: 1px solid #f8f8f8;
    border-top: 4px solid #e62029;
}

.index-company-img {
    width: 225px;
    height: 316px;
    overflow: hidden;
    text-align: center;
}

.index-company-img img {
    width: 100%;
}

.index-company-text {
    width: 355px;
    height: 316px;
    background: #fefefe;
}

.index-company-text p {
    width: 92%;
    margin: 20px auto 0;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    text-indent: 28px;
}

.index-company-text a {
    color: #e62029;
}

.index-news-top ul {
    border: 1px solid #d2d2d2;
    display: inline-block;
    border-right: none;
    border-bottom: 1px solid #e62029;
}

.index-news-top ul li {
    display: inline-block;
    width: 202px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-right: 1px solid #d2d2d2;
    font-size: 18px;
    color: #272626;
}

.index-news-top ul .on {
    background: #f5eaeb;
    color: #e62029;
}

.index-news-top-li2 {
    margin-left: -4px;
}

.index-news-top a {
    display: inline-block;
    width: 170px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    border-left: none;
    border-bottom: 1px solid #e62029;
}

.index-news-top a:hover {
    background: #f5eaeb;
    color: #e62029;
}

.index-news-nav {
    width: 98.8%;
    border: 1px solid #dcdcdc;
    border-top: none;
    padding-bottom: 23px;
}

.index-news-nav li {
    width: 90.83%;
    margin: 0 auto;
    height: 51px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news-nav li a {
    color: #e62029;
}

.index-news-nav .time1 {
    font-size: 16px;
    color: #464646;
}

.index-news-nav .time2 {
    width: 110px;
    height: 20px;
    border-radius: 16px;
    background: #e62029;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 15px 20px 0;
    line-height: 20px;
    /*overflow:hidden; white-space:nowrap; text-overflow:ellipsis;*/
}

.index-box2 {
    margin-top: 50px;
}

.index-box2-nav {
    border-bottom: 4px solid #eee;
    position: relative;
}

.index-box2-nav ul {
    display: inline-block;
    margin-left: 220px;
    padding-bottom: 12px;
}

.index-box2-nav ul li {
    display: inline-block;
    font-size: 16px;
    width: 130px;
    text-align: center;
    cursor: pointer;
}

.index-box2-title {
    font-size: 28px;
    color: #000;
}

.more1 {
    font-size: 16px;
    color: #e62029;
}

.square {
    display: block;
    position: absolute;
    height: 5px;
    bottom: -5px;
    background: #e62029;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.profession {
    width: 260px;
}

.profession-title {
    border-bottom: 1px solid #efefef;
    margin-top: 20px;
}

.profession-title a {
    color: #010101;
    font-size: 16px;
}

.profession-nav {
    width: 240px;
}

.profession-nav li {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profession-nav li a {
    font-size: 14px;
    color: #000;
    display: block;
}

.profession-nav li:nth-child(2n-1) {
    margin-right: 40px;
}

.profession-nav li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #787878;
    vertical-align: 4px;
    margin-right: 5px;
}

.active3,
.profession-nav li:hover {
    background: #e62029;
    border-radius: 16px;
}

.profession-nav .active3 a,
.profession-nav li:hover a {
    color: #fff;
}

.profession-nav .active3 span,
.profession-nav li:hover span {
    background: #fff;
}

.index-product-img {
    width: 920px;
    margin-left: 20px;
    padding-bottom: 50px;
}

.index-product-img li {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-left: 16px;
}

.index-product-img li:nth-child(3n+1) {
    margin-left: 0;
}

.index-product-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.shadow {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.shadow-red {
    width: 90%;
    border: 2px solid #e62029;
    height: 90%;
    margin: 8px auto;
}

.shadow-red p {
    margin: 50px auto 20px;
}

.shadow-red p,
.shadow-red img {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
}

.shadow-red img {
    margin: 0 auto;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.shadow-red img:hover {
    transform: rotate(360deg);
}

.index-product-img li:hover .index-product-text {
    opacity: 0;
}

.index-product-img li:hover .shadow {
    opacity: 1;
}




.sc-product-img {
    width: 920px;
    margin-left: 20px;
    padding-bottom: 50px;
}

.sc-product-img li {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    margin-left: 16px;
}

.sc-product-img li:nth-child(3n+1) {
    margin-left: 0;
}

.sc-product-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.shadow {
    width: 100%;
    height: 200px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.shadow-red {
    width: 90%;
    border: 2px solid #e62029;
    height: 90%;
    margin: 8px auto;
}

.shadow-red p {
    margin: 50px auto 20px;
}

.shadow-red p,
.shadow-red img {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 20px;
}

.shadow-red img {
    margin: 0 auto;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
}

.shadow-red img:hover {
    transform: rotate(360deg);
}

.sc-product-img li:hover .sc-product-text {
    opacity: 0;
}

.sc-product-img li:hover .shadow {
    opacity: 1;
}

/*右侧广告*/
.advert {
    width: 65px;
    height: 256px;
    border: 1px solid #959595;
    right: 10px;
    background: #fff;
    border-bottom: 0;
    position: absolute;
    top: 40%;
}

.advert li {
    line-height: 63px;
    height: 63px;
    text-align: center;
    border-bottom: 1px solid #959595;
    cursor: pointer;
    position: relative;
}

.advert li:hover {
    background: #e62029;
}

.advert li .hide {
    position: absolute;
    left: 0;
    right: 0;
    margin: 16px auto;
    display: none;
}

.advert li:hover .hide,
.advert li:hover .hide-box1,
.advert li:hover .hide-box2 {
    display: block;
}

.advert li:hover .show {
    display: none;
}

.hide-box1 {
    display: none;
    background: #2e2e2e;
    position: absolute;
    right: 66px;
    top: -1px;
    width: 100px;
}

.hide-box1 p {
    color: #fff;
    font-size: 14px;
}

.hide-box2 {
    display: none;
    width: 120px;
    height: 120px;
    background: #2e2e2e;
    position: absolute;
    right: 66px;
    top: -30px;
    text-align: center;
}

.hide-box2 img {
    width: 58px;
    height: 58px;
}

.hide-box2 p {
    line-height: 20px;
    color: #fff;
    font-size: 14px;
}

/*底部*/
.index-footer {
    width: 100%;
    background: #2a313b;
}

.footer-left {
    margin-top: 27px;
}

.footer-nav {
    margin-top: 35px;
}

.footer-nav li {
    display: inline-block;
    font-size: 14px;
}

.footer-nav span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #fff;
    vertical-align: -4px;
    margin: 0 4px 0 8px;
}

.footer-nav li a {
    color: #fff;
}

.footer-company {
    color: #fff;
    font-size: 14px;
}

.footer-content {
    padding-bottom: 45px;
}

.footer-phone span {
    display: block;
    font-size: 16px;
    margin-left: 7px;
}

.footer-phone {
    color: #fff;
    width: 210px;
    margin: 45px 0 0 123px;
}

.footer-phone .number {
    font-size: 22px;
}

.footer-right p {
    text-align: right;
    color: #fff;
    font-size: 14px;
    margin-top: 6px;
}

/*关于我们*/
.inner-ban {
    width: 100%;
}

.inner-ban img {
    width: 100%;
}

.bread {
    width: 100%;
    background: #eee;
line-height: 60px;
}

.bread-nav li {
    float: left;
    width: 120px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.bread-nav li a {
    font-size: 16px;
    color: #333;
    display: block;
}

.bread-nav li:hover,
.bread-nav .active2 {
    background: #fff;
}

.bread-nav li:hover a,
.bread-nav .active2 a {
    color: #da2f2e;
}

.bread-menu {
    font-size: 16px;
    color: #999;
}

.bread-menu a {
    color: #999;
}

.bread-menu {
    line-height: 60px;
}

.about-us-box1 {
    margin-top: 60px;
    padding-bottom: 75px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.about-us-text {
    width: 52.91%;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.about-us-text p {
    font-size: 14px;
    color: #333;
    text-indent: 28px;
    line-height: 34px;
}

.about-us-pic {
    text-align: center;
}

.about-us-pic img {
    max-width: 530px;
    max-height: 370px;
}

.about-advantage {
    text-align: center;
    margin-top: 75px;
    padding-bottom: 200px;
}

.about-advantage li {
    display: inline-block;
    text-align: center;
}

.about-advantage li:nth-child(2) {
    margin: 0 120px;
}

.about-advantage dd {
    width: 295px;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

/*联系我们*/
.connect {
    padding-bottom: 175px;
}

.connect-nav {
    text-align: center;
    margin-top: 105px;
}

.connect-nav li {
    display: inline-block;
    width: 29%;
    vertical-align: top;
}

.connect-nav li dd {
    text-align: left;
    margin-top: 35px;
}

.connect-nav li:nth-child(2) {
    margin: 0 70px;
}

.connect-nav li:nth-child(2) dd {
    width: 38%;
    margin: 35px auto;
}

.connect-map,
.connect-map img {
    width: 100%;
}

.connect-map img {
    margin-top: 125px;
}

/*公司新闻*/
.new-box1 {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.new-box1-fl {
    max-width: 340px;
    max-height: 240px;
    overflow: hidden;
    text-align: center;
}

.new-box1-fr {
    width: calc(100% - 360px);
}

.new-box1-fr-title {
    font-size: 18px;
    color: #333;
}

.new-box1-fr-title span {
    font-size: 14px;
    color: #999;
}

.new-box1-fr-text {
    margin-top: 35px;
    font-size: 14px;
    color: #666;
    max-height: 72px;
    overflow: hidden;
}

.new-box1-fr a.morei {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-top: 28px;
    display: block;
    width: 120px;
    height: 40px;
    background: #e5e5e5;
    color: #ff0000;
}

.new-box1-fr .morei:hover {
    background: #ff0000;
    color: #fff;
}

.new-page {
    margin-top: 55px;
    padding-bottom: 97px;
}

.new-page a {
    background: #e5e5e5;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 15px;
}

.new-page .active4 {
    background: #e62029;
    color: #fff;
}

.news-title {
    width: 100%;
    text-align: center;
    margin-top: 65px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
}

.news-title1 {
    font-size: 24px;
    color: #333;
    line-height: 28px;
}

.news-title2 {
    font-size: 14px;
    color: #999;
    margin-top: 14px;
}

.news-text {
    width: 95%;
    margin: 10px auto;
}

.news-text p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.news-text img {
    display: block;
    margin: 50px auto;
}

.news-text {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.news-page {
    margin: 75px 0 20px 0;
}

.news-page1,
.news-page {
    font-size: 14px;
    display: block;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 70px;
}

.news-page1:hover,
.news-page:hover {
    color: #ff0000;
}

.news-content {
    padding-bottom: 120px;
}

/*产品分类*/
.product-left {
    margin-top: 60px;
}

.sidebar-title {
    font-size: 18px;
    color: #333;
}

.sidebar li {
    width: 195px;
    height: 30px;
    background: #eee;
    text-indent: 28px;
    margin-top: 15px;
}

.sidebar li a {
    color: #000;
    font-size: 14px;
    line-height: 30px;
    display: block;
}

.sidebar li a .jian {
    float: right;
    font-size: 20px;
    margin-right: 5px;
    display: none;
}

.sidebar li a .jia {
    float: right;
    font-size: 20px;
    margin-right: 5px;
    display: none;
}

.sidebar li:hover,
.sidebar .active {
    background: #e62029;
}

.sidebar li:hover a,
.sidebar .active a {
    color: #fff;
}

.sidebar li:hover a .jia {
    display: block;
}

.sidebar .active:hover a .jian {
    display: block;
}

.sidebar .active:hover a .jia {
    display: none;
}



/*产品详情*/
.detail-title {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-top: 60px;
}

.detail-title-img {
    text-align: center;
    margin-top: 85px;
}

.detail-text-title {
    border-bottom: 4px solid #eee;
    font-size: 20px;
    color: #333;
    padding-bottom: 4px;
}

.detail-text {
    margin-top: 120px;
}

.detail-text1 {
    margin: 25px auto 0;
    width: 97%;
}

.detail-text1 p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.product-recommend {
    padding-bottom: 175px;
}

.recommend-nav li {
    display: inline-block;
    position: relative;
    margin: 30px 0 0 5px;
}

.recommend-nav li:nth-child(4n+1) {
    margin-left: 0;
}

.recommend-nav li:hover .index-product-text {
    opacity: 0;
}

.recommend-nav li:hover .shadow {
    opacity: 1;
}