@charset "utf-8";

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */


/*Html5*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}


/*Base*/

html {
    font: 12px/1.8 "微软雅黑";
    color: #666;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /*修正手持设备字体变化*/
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    background: transparent;
    /*修正win8系统IE连接灰色背景*/
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: 0;
}

a:active,
a:hover {
    outline: 0;
}

a {
    color: #333;
}

a:hover {
    color: #cf0901;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}

input.radio {
    width: 13px;
    height: 13px;
    float: left;
    display: inline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 1;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

dl,
dd,
dt {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

html,
body {
    position: relative;
}

a {
    cursor: pointer;
}

.w960 {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ovh {
    overflow: hidden;
}

.mt35 {
    margin-top: 35px!important;
}


/*
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-35-Thin.otf') format('truetype');
	font-weight: 250;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-45-Light.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-55-Regular.otf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-65-Medium.otf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-75-SemiBold.otf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-85-Bold.otf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-95-ExtraBold.otf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-105-Heavy.otf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'AlibabaPuHuiTi';
	src: url('font/AlibabaPuHuiTi-2-115-Black.otf') format('truetype');
	font-weight: 1000;
	font-style: normal;
}
*/

.main_content {
    width: 92%;
    margin: 0 auto;
    max-width: 1600px;
}

.main_content2 {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/***********top***************/

.header {
    width: 95%;
    top: 20px;
    left: 2.5%;
    height: 90px;
    position: fixed;
    transition: 0.3s;
    z-index: 999;
}

.header_logo {
    margin-left: 20px;
    float: left;
    width: 20%;
    margin-top: 15px;
    transition: 0.3s;
}

.header_logo img {
    max-width: 100%;
    transition: 0.3s;
}

.header_logo img.logo2 {
    display: none;
}

.header_nav {
    float: left;
    text-align: center;
    width: 70%;
    margin-top: 25px;
}

.header_nav ul {}

.header_nav>ul>li {
    line-height: 90px;
    display: inline-block;
    margin: 0 30px;
    font-size: 18px;
    transition: 0.3s;
}

.header_nav>ul>li>a {
    color: #fff;
    float: left;
    width: 100%;
    height: calc(100% - 4px);
    border-bottom: 4px solid #fd042100;
    line-height: 57px;
}

.header_nav>ul>li .navbg {
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

.header.header_bot .header_nav .navbg {
    top: 60px;
}

.header_nav>ul>li .navbg .info {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .0);
}

.header.header_bot .header_nav .navbg .info {
    /* border-top: 1px solid #e5e5e5; */
    background-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
}

.header_nav>ul>li .nav-list2 {
    position: absolute;
    z-index: 50;
    top: 100%;
    display: none;
    padding: 10px 0 10px 0;
    line-height: 40px;
}

.header_nav>ul>li .nav-list2 li {
    display: inline-block;
    padding: 0;
    margin-right: 30px;
    list-style: none;
}

.header_nav>ul>li .nav-list2 li>a {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    color: #fff;
    /* border-bottom: 4px solid #9acbd8; */
}

.header_nav>ul>li .nav-list2 li>a::after {
    position: absolute;
    bottom: -4px;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 4px;
    height: 2px;
    background: #fd0422;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.header_nav>ul>li .nav-list2 li:last-child {
    margin-right: 0;
}

.header_nav>ul>li .nav-list2 li>a:hover {
    color: #fd0422;
    /* border-bottom: 4px solid #9acbd8; */
}

.header_nav>ul>li .nav-list2 li>a:hover:after {
    width: 100%;
}

.header_nav>ul>li:hover>a {
    border-bottom: 4px solid #fd0422;
    width: 100%;
    color: #fd0422;
}

.header_search {
    float: right;
    width: auto;
    transition: 0.3s;
    cursor: pointer;
}

.header_search .find {
    color: #fff;
    padding-right: 20px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 42px;
}

.header_bot {
    padding-top: 0;
    height: 60px;
    background: rgb(255 255 255 / 0.8);
    box-shadow: 0px 0px 5px #676767;
}

.header_bot .header_logo {
    margin-top: 7px;
}

.header_bot .header_logo img {
    display: none;
}

.header_bot .header_logo img.logo2 {
    display: block;
}

.header_bot .header_nav {
    margin-top: 0;
}

.header_bot .header_nav li {
    line-height: 60px;
}

.header_bot .header_nav li a {
    color: #181818;
}

.header_bot .header_nav>ul>li .nav-list2 li>a {
    color: #181818;
}

.header_bot .header_nav>ul>li .nav-list2 li>a:hover,
.header_bot .header_nav>ul>li:hover>a {
    color: #fd0422;
}

.header_bot .header_search {
    background: #c30d23;
    height: 100%;
}

.header_bot .header_search .find {
    padding: 0 20px;
    padding-top: 17px;
    margin-top: 0px;
    height: 100%;
}

button,
input,
textarea {
    resize: none;
    border: none;
    outline: none;
}

.header .search-box {
    position: fixed;
    z-index: 888;
    top: 100%;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;
    background-color: rgb(195, 13, 35, .9);
}

.header .search-lg .search {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 800px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.header .search-lg .search p {
    margin-bottom: 50px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

.header .search-lg .input-text {
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    height: 60px;
    padding: 0 10px;
    padding-bottom: 30px;
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
    color: #fff;
    background: none;
}

.header .search-box .input-submit {
    line-height: 36px;
    float: right;
    width: 50px;
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
    background: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.header .search-lg .close-btn {
    position: fixed;
    top: 34px;
    right: 18%;
    cursor: pointer;
}

.header .search-lg .close-btn:before {
    font-size: 20px;
    content: '\2716';
    color: #fff;
}

.cnen{ position: absolute; right: 85px; color: #fff; top: 15px; font-size: 14px;}
.cnen a{ color: #fff;}
.header_bot .cnen{ color: #000;}
.header_bot .cnen a{ color: #000;}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    float: left;
}

.banner li.swiper-slide {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner li .banner_img {
    width: 100%;
    height: 100%;
    float: left;
}

.banner li .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner li .banner_img_wap {
    display: none;
}

.banner li .banner_wz {
    position: absolute;
    width: 100%;
    top: 54%;
    transform: translateY(-50%);
}

.banner li .banner_wz1 {
    font-size: 50px;
    color: #fff;
    line-height: 80px;
    position: relative;
    left: -100%;
    font-family: 'AlibabaPuHuiTi';
    font-weight: 900;
    transition: 0.3s;
}

.banner li .banner_wz1 span {
    font-size: 56px;
    border-left: 2px solid #fff;
    line-height: 42px;
    display: inline-block;
    margin-left: 12px;
    padding-left: 7px;
    top: 5px;
    position: relative;
    letter-spacing: 4px;
}

.banner li .banner_wz2 {
    font-size: 40px;
    color: #fff;
    width: 65%;
    line-height: 40px;
    margin-top: 25px;
    font-weight: 400;
    position: relative;
    left: -100%;
    transition: 0.7s;
    font-family: 'AlibabaPuHuiTi';
}

.banner li .banner_more {
    color: #fff;
    display: inline-block;
    margin-top: 125px;
    font-size: 20px;
    position: relative;
    left: -100%;
    transition: 0.9s;
    font-family: 'AlibabaPuHuiTi';
    font-weight: 400;
}

.banner li .banner_more span {
    float: left;
    width: 100%;
    padding: 12px 33px;
    background: #c30d23;
}

.banner li .banner_more i {
    margin-left: 20px;
}

.banner li .banner_more span:hover {
    background: #07549e;
}

.banner li.active .banner_wz1 {
    left: 0
}

.banner li.active .banner_wz2 {
    left: 0
}

.banner li.active .banner_more {
    left: 0
}

.banner_bot {
    position: absolute;
    bottom: 20px;
    left: 5.5%;
    z-index: 20;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.banner_bot_l {
    float: left;
}

.banner_bot_l li {
    float: left;
    margin-right: 38px;
    position: relative;
}

.banner_bot_l li .tb {
    float: left;
    font-size: 28px;
    color: #b7b7b7;
}

.banner_ewm {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.banner_ewm img {
    width: 150px;
    padding: 9.9975px;
    background: #fff;
}

.banner_ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid rgb(255 255 255);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9.9975px;
}

.banner_bot_l li:hover .banner_ewm {
    display: block;
}

.banner .swiper-pagination {
    width: auto;
    left: 7.5%;
    bottom: 90px;
}

.banner .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    border-radius: 0px;
    background: #fff;
    margin: 0 20px !important;
}

.banner .swiper-pagination-bullet-active {}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    left: 30px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.banner .swiper-button-next {
    right: 30px;
    left: auto;
    transform: rotate(180deg);
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e60012'%2F%3E%3C%2Fsvg%3E");
}

.index_kuan {
    display: inline-block;
    width: 100%;
    padding-bottom: 115px;
}


/*首页*/

.i-yyly {
    float: left;
    width: 100%;
    padding-top: 110px;
}

.i-yyly .title a {
    display: none;
}

.i-yyly-con {
    float: left;
    width: 100%;
    margin-top: 37px;
    position: relative;
}

.i-yyly-con .top_hd {
    position: absolute;
    right: 11.8%;
    top: 0;
    height: 100%;
    z-index: 99;
    width: 475px;
}

.i-yyly-con .top_hd ul {
    width: 100%;
    height: 100%;
}

.i-yyly-con .top_hd ul li {
    float: right;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 33.3333%;
    background: rgba(26, 26, 26, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.i-yyly-con .top_hd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.i-yyly-con .top_hd ul li:last-child {
    border: 0;
}

.i-yyly-con .top_hd ul li .imgk-con {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 22px;
    padding: 0 146px 0 46px;
}

.i-yyly-con .top_hd ul li .imgk-con>img {
    display: none;
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.i-yyly-con .top_hd ul li .imgk-j {
    position: absolute;
    right: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    font-size: 21px;
    color: #ff0422;
}

.i-yyly-con .top_hd ul li.on .imgk-j {
    display: none;
}

.i-yyly-con .top_hd ul li .imgk-c {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.i-yyly-con .top_hd ul li .imgk-p {
    float: left;
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    color: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.i-yyly-con .top_hd ul li.on {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.i-yyly-con .top_hd ul li.on .imgk-con>img {
    display: inline-block;
}

.i-yyly-con .top_hd ul li.on .imgk-c {
    color: #000;
    height: 22px;
    line-height: 22px;
    background: none;
}

.i-yyly-con .top_hd ul li.on .imgk-c::after {
    display: none;
}

.i-yyly-con .top_hd ul li.on .imgk-p {
    display: -webkit-box;
    color: #333;
    font-size: 16px;
}

.i-yyly-con .parBd {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.i-yyly-con .slideBox {
    float: left;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    position: absolute;
}

.i-yyly-con .slideBox img {
    width: 100%;
}

.i-yyly-con .slideBox.block {
    left: 0;
    top: 0;
    position: relative;
    z-index: 9;
    opacity: 1;
    filter: alpha(opacity=100);
}

.i-yyly-con .parBd-text {
    position: absolute;
    top: 50%;
    left: 4.8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 495px;
    width: 600px;
    color: #fff;
}

.i-yyly-con .parBd-text .parBd-t {
    float: left;
    width: 100%;
    line-height: 48px;
    line-height: 40px;
    font-size: 30px;
}

.i-yyly-con .parBd-text .parBd-p {
    float: left;
    width: 100%;
    line-height: 30px;
    height: 90px;
    margin-top: 20px;
    font-size: 14px;
    overflow: hidden;
}

.i-yyly-con .parBd-text .parBd-a {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.i-yyly-con .parBd-text .parBd-a a {
    display: inline-block;
    width: 152px;
    height: 42px;
    line-height: 42px;
    background: #bf0c1f;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.i-yyly-con .parBd-text .parBd-a a i {
    font-style: unset;
    margin-left: 5px;
}

.i-yyly-con .parBd-text .parBd-a a:hover {
    /* margin-left: 5px; */
    opacity: 0.8;
}

.title {
    float: left;
    width: auto;
    position: relative;

}

.title .title-c {
    float: left;
    width: 100%;
    max-width: 80%;
    max-width: 100%;
    line-height: 44px;
    font-size: 42px;
    font-size: 36px;
    color: #333;
}

.title .title-e {
    float: left;
    width: 100%;
    max-width: 78%;
    max-width: 100%;
    line-height: 18px;
    font-size: 14px;
    font-size: 16px;
    margin-top: 16px;
    color: #a6a6a6;
}

.title a {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #aec1d0;
}

.title a:hover {
    margin-right: 5px;
}

.title a img {
    vertical-align: top;
    margin-left: 16px;
}

.i-cpzx {
    float: left;
    width: 100%;
    padding-top: 91px;
}

.i-cpzx-list {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    display: inline-block;
}

.i-cpzx-list li {
    width: 25%;
    float: left;
    border-right: 1px #cfcfcf solid;
    margin-left: 0.3px;
    top: 0;
    transition: 0.3s;
}

.i-cpzx-list li.swiper-slide-prev {
    border-right: 0
}

.i-cpzx-list li .i-cpzx-list_tu {
    width: 100%;
    position: relative;
    padding-bottom: 92.5%;
    overflow: hidden;
    background: #f7f7f7;
}

.i-cpzx-list li .i-cpzx-list_tu img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.i-cpzx-list li .i-cpzx-list_cont {
    text-align: center;
    padding: 9%;
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    color: #bf0c1f;
}

.i-cpzx-list li .i-cpzx-list_title {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-cpzx-list li .i-cpzx-list_desc {
    margin-top: 22px;
    min-height: 60px;
    font-size: 0;
}

.i-cpzx-list li .i-cpzx-list_jt {
    float: left;
    padding: 11px;
    border-radius: 50px;
    margin: 13px 0 0 7px;
    border: 1px solid #d7d7d7;
}

.i-cpzx-list li .i-cpzx-list_jt i {}

.i-cpzx-list li .i-cpzx-list_jt img {}

.cpzx_list_bot {}

.cpzx-button-prev,
.cpzx-button-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #c30d23;
    font-size: 26px;
    background: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
}

.cpzx-button-next {
    right: 15px;
    left: auto;
}

.i-cpzx-list li:hover {
    top: -20px;
    box-shadow: 0px 0px 5px #888888;
    z-index: 99;
}

.i-cpzx-list li:hover .i-cpzx-list_cont {
    background: #bf0c1f;
    color: #fff;
}

.i-cpzx-list li:hover .i-cpzx-list_desc {
    font-size: 14px;
}

.i-cpzx-list li:hover .i-cpzx-list_jt {
    background: #fff;
    border: 1px solid #fff;
}

.i-gywm {
    float: left;
    width: 100%;
    padding-top: 75px;
}

.i-gywm-con {
    width: 100%;
    padding: 2%;
    margin-top: 45px;
    display: inline-block;
    background: url(../images/gywm_bg.jpg) center top no-repeat;
    background-size: cover;
}

.i-gywm-con-lf {
    float: left;
    width: 50%;
    position: relative;
    height: 300px;
}

.i-gywm-con-lf li {
    position: absolute;
    background: url(../images/lbx_b.png) center center no-repeat;
    background-size: contain;
    cursor: pointer;
    color: #cd031b;
}

.i-gywm-con-lf_c {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.i-gywm-con-lf_t {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.i-gywm-con-lf_d {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    
}
.i-gywm-con-lf_d p{margin-top: 0px;}

.i-gywm-con-lf li:nth-child(1) {
    width: 181px;
    height: 157px;
    left: 41.5%;
    top: 256px;
}

.i-gywm-con-lf li:nth-child(2) {
    width: 181px;
    height: 157px;
    left: 22.5%;
    top: 341px;
}

.i-gywm-con-lf li:nth-child(3) {
    width: 181px;
    height: 157px;
    left: 60.5%;
    top: 342px;
}

.i-gywm-con-lf li:nth-child(4) {
    width: 181px;
    height: 157px;
    left: 60.5%;
    top: 178px;
}

.i-gywm-con-lf li:nth-child(5) {
    width: 181px;
    height: 157px;
    left: 41.5%;
    top: 94px;
}

.i-gywm-con-lf li:nth-child(6) {
    width: 137px;
    height: 119px;
    left: 27%;
    top: 200px;
}

.i-gywm-con-lf li:nth-child(7) {
    width: 110px;
    height: 95px;
    left: 14.5%;
    top: 147px;
}

.i-gywm-con-lf li:nth-child(8) {
    width: 137px;
    height: 119px;
    left: 8%;
    top: 437px;
}

.i-gywm-con-lf li:hover {
    background: url(../images/lbx_h.png) center center no-repeat;
    background-size: contain;
    color: #fff;
}

.i-gywm-con-fr {
    float: right;
    width: 50%;
    padding: 0 2.5%;
}

.i-gywm-con-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 21px;
    padding-bottom: 34px;
    background: url(../images/gywm_t_bg.png) left bottom no-repeat;
}

.i-gywm-con-decs {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
    padding-bottom: 25px;
    border-bottom: 3px solid #fff;
}

.i-gywm-con-info {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    text-align: justify;
    min-height: 250px;
}

.i-gywm-con-more {
    float: left;
    margin-top: 26px;
}

.i-gywm-con-more a {
    float: left;
    padding: 8px 35px;
    font-size: 14px;
    background: #c30d23;
    color: #fff;
}

.i-news {
    float: left;
    width: 100%;
    padding-top: 75px;
}

.i-news-list {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.i-news-list li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
}

.i-news-list li:last-child {
    margin-right: 0;
}

.i-news-list li .i-news-list-tu {
    width: 100%;
    padding-bottom: 47%;
    position: relative;
    overflow: hidden;
}

.i-news-list li .i-news-list-tu img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.i-news-list li .i-news-list-cont {
    width: 100%;
    padding: 8% 10%;
    text-align: center;
    color: #2b2b2b;
    background: #f7f7f7;
}

.i-news-list li .i-news-list-lm {
    font-size: 16px;
    color: #c40e25;
    font-weight: bold;
    margin-top: 10px;
}

.i-news-list li .i-news-list-t {
    font-size: 22px;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-news-list li .i-news-list-d {
    font-size: 12px;
    margin-top: 26px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.i-news-list li .i-news-list-time {
    font-size: 14px;
    margin-top: 31px;
}

.i-news-list li:hover .i-news-list-cont {
    background: #bf0c1f;
    color: #fff;
}

.i-news-list li:hover .i-news-list-lm {
    color: #fff;
}

.footer {
    float: left;
    width: 100%;
}

.footer_top {
    float: left;
    width: 100%;
    padding: 44px 0;
    background: #292929;
}

.footer_lx {
    float: left;
    width: 20%;
}

.footer_logo {
    width: 100%;
}

.footer_logo img {
    height: 55px;
}

.footer_lx_cont {
    margin-top: 14px;
}

.footer_lx_cont p {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    line-height: 30px;
}

.footer_lx_cont i {
    font-size: 20px;
    margin-right: 0px;
    top: 2px;
    position: relative;
}

.footer_lx_cont a {
    color: #fff;
}

.footer_nav {
    width: 46%;
    float: left;
    padding-left: 4%;
}

.footer_nav li {
    float: left;
    width: 25%;
}

.footer_nav li .footer_nav_t {
    font-size: 18px;
}

.footer_nav li .footer_nav_t a {
    color: #fff;
}

.footer_nav li .footer_nav_cont {
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 28px;
}

.footer_nav li .footer_nav_cont a {
    color: #cccccc;
    width: 100%;
    display: inline-block;
}

.footer_ewm {
    float: right;
    width: 15%;
    text-align: center;
    margin: 5px 0;
    border-left: 1px solid #fff;
}

.footer_ewm_t {
    font-size: 18px;
    color: #fff;
}

.footer_ewm_tu {
    width: 100%;
    margin: 5px 0;
}

.footer_ewm_tu img {
    height: 80px;
}

.footer_ewm_t2 {
    font-size: 14px;
    color: #fff;
    margin-top: 17px;
}

.footer_bot {
    width: 100%;
    float: left;
    padding: 7px 0;
    color: #fff;
    background: #1b1b1b;
}

.footer_bot a {
    color: #fff;
}

.footer_copy {
    float: left;
    font-size: 12px;
}

.footer_js {
    float: right;
    font-size: 12px;
}

.footer_lx_cont a:hover,
.footer_nav li .footer_nav_t a:hover,
.footer_nav li .footer_nav_cont a:hover {
    color: #bf0c1f;
}

.footer_bot a:hover {
    color: #bf0c1f;
}


/*分页*/

.pagelist {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
    margin: 32px 0;
}

.pagelist a {
    display: inline-block;
    width: 30.9975px;
    height: 30.9975px;
    background: #efefef;
    line-height: 30px;
    overflow: hidden;
    margin: 0 3.9975px;
    font-size: 15.9975px;
    font-family: Verdana;
    border-radius: 2px;
}

.pagelist a.page-jt {
    font-size: 14px;
    font-family: cursive;
    font-weight: bold;
}

.pagelist a.page-dian {
    font-size: 12px;
}

.pagelist a.page-num-current,
.pagelist a:hover {
    background: #c30d23;
    color: #fff;
}

.pagelist span {
    font-size: 15.9975px;
    position: relative;
    top: -9.9975px;
    font-weight: 300;
    margin-left: 8px;
    color: #1a0808;
}


/*内页banner*/

.n_banner {
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
    overflow: hidden;
}

.n_banner img {
    width: 100%;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.n_banner .n_banner_title {
    position: absolute;
    width: 100%;
    text-align: left;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
}

.n_banner .n_banner_title span {
    font-size: 20px;
    font-family: Verdana;
    color: #fff;
    text-transform: uppercase;
}

.n_nav {
    width: 100%;
    line-height: 69.9975px;
    text-align: left;
    float: left;
}

.n_nav ul {
    border-bottom: 1px solid #ccc;
}

.n_nav li {
    width: 17.5%;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    bottom: -2px;
}

.n_nav li.active,
.n_nav li:hover {
    border-bottom: 3px solid #c30d23;
}

.n_nav li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.n_nav li:after {
    content: '';
    height: 20px;
    width: 2px;
    background: #efefef;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.n_nav li:last-child:after {
    display: none;
}

.n_about {
    float: left;
    width: 100%;
    padding: 76px 0 60px 0;
}

.n_about_title {
    float: left;
    width: 100%;
    line-height: 44px;
    font-size: 42px;
    color: #333;
}

.n_about_info {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 38px;
    color: #666;
    line-height: 2;
}

.n_content_title {
    float: left;
    width: 100%;
    line-height: 42px;
    font-size: 42px;
    color: #333;
}

.n_content_info .ser1-2 {
    float: left;
    width: 100%;
    margin-top: 32px;
}

.n_content_info .ser1-2 span {
    display: inline-block;
    line-height: 46px;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 24px;
    color: #333;
    border: 1px dashed #c30d23;
}

.n_content_info .ser1-3 {
    float: left;
    width: 100%;
}

.n_content_info .ser1-3 .ser1-3-left {
    float: left;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.n_content_info .ser1-3 .ser1-3-left p.lx_xiao {
    font-size: 16px;
    color: #666;
}
.n_content_info .ser1-3 .ser1-3-left p.lx_xiao a{ color: #666;}
.n_content_info .ser1-3 .ser1-3-left p.lx_xiao span {
    font-size: 16px;
    color: #666;
}

.n_content_info .ser1-3 .ser1-3-left span {
    font-family: 'CenTuryGoThic-Bold';
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
    font-size: 28px;
    margin-left: 20px;
    color: #c30d23;
}

.n_content_info .ser1-3 .ser1-3-left span a {
    color: #c30d23;
}

.n_content_info .ser1-3 .ser1-3-right {
    float: right;
}

.n_content_info .ser1-3 .ser1-3-right .lx_ewm{text-align: right; top: 30px; position: relative;}
.n_content_info .ser1-3 .ser1-3-right .lx_ewm img{ width: 150px;}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li {
    float: left;
    position: relative;
    text-align: center;
    color: #c30d23;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "/";
    font-size: 18px;
    margin-left: -9px;
    color: #ccc;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li:first-child::after {
    display: none;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li:nth-child(1),
.n_content_info .ser1-3 .ser1-3-right .ser1-3-li:nth-child(2) {
    width: 130px;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li:nth-child(3) {
    width: 120px;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li:last-child {
    width: 140px;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 {
    font-family: 'CenTuryGoThic';
    height: 42px;
    line-height: 42px;
    font-size: 20px;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 span {
    font-family: 'CenTuryGoThic-Bold';
    font-size: 42px;
    margin-right: 5px;
    color: #c30d23;
}

.n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-2 {
    line-height: 22px;
    font-size: 12px;
   
}

.map {
    width: 100%;
    float: left;
    height: 600px;
    margin-top: 50px;
}

.n_news_list {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.n_news_list li {
    float: left;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 2%;
}

.n_news_list li:nth-child(3n) {
    margin-right: 0;
}

.n_news_list li .n_news_list_tu {
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.n_news_list li .n_news_list_tu img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.n_news_list li .n_news_list_cont {
    float: left;
    width: 100%;
    background: #f5f5f5;
    padding: 40px 7.6%;
}

.n_news_list li .n_news_list_t {
    float: left;
    width: 100%;
    font-size: 22px;
    height: 28px;
    line-height: 28px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.n_news_list li .n_news_list_d {
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_news_list li .n_news_list_time {
    float: left;
    width: 100%;
    margin-top: 11px;
    font-size: 14px;
    color: #999;
}

.n_news_list li:hover .n_news_list_tu img {
    transform: scale(1.1);
}

.n_cont_title {
    float: left;
    width: 100%;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.n_cont_title_d {
    float: left;
    width: 100%;
    padding: 24px 0 20px 0;
    line-height: 30px;
    border-bottom: 1px solid #e1ddd4;
    text-align: center;
    font-size: 20px;
    color: #c30d23;
}

.n_cont_info {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 2;
    padding: 62px 0 102px 0;
    border-bottom: 1px solid #ccc;
}
.n_cont_info img{ max-width: 100%;}
.news-page {
    float: left;
    width: 100%;
    margin: 24px 0 72px 0;
    position: relative;
}

.news-page .news-page-1 {
    float: left;
    width: 80%;
    margin-top: 4px;
    padding-left: 96px;
    position: relative;
}

.news-page .news-page-1 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 96px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    border-radius: 20px;
    text-align: center;
    border: 1px dashed #ccc;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news-page .news-page-1 a {
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 30px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-page .news-page-1:hover span {
    color: #c30d23;
    border: 1px dashed #c30d23;
}

.news-page .news-page-1:hover a {
    color: #c30d23;
}

.news-page .return {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    height: 72px;
    line-height: 72px;
    font-size: 20px;
    text-align: center;
    border-radius: 36px;
    color: #fff;
    background: #c30d23;
}

.news-page .return img {
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 16px;
}

.news-page .return:hover {
    opacity: 0.8;
}

.n_honor_list {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.n_honor_list li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1%;
}

.n_honor_list li:nth-child(4n) {
    margin-right: 0;
}

.n_honor_list li .n_honor_list_tu {
    width: 100%;
    padding-bottom: 78%;
    overflow: hidden;
    position: relative;
    border: 1px solid #f5f5f5;
}

.n_honor_list li .n_honor_list_tu img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.n_honor_list li .n_honor_list_t {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    background: #f5f5f5;
    text-align: center;
    line-height: 50px;
}

.n_honor_list li:hover .n_honor_list_tu img {
    transform: scale(1.1);
}

.n_honor_list li:hover .n_honor_list_t {
    background: #c30d23;
    color: #fff;
}

.n_cp_title {
    float: left;
    width: 100%;
    line-height: 44px;
    font-size: 42px;
    color: #333;
    text-align: center;
}

.n_cp_list {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.n_cp_list li {
    float: left;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 2%;
}

.n_cp_list li:nth-child(3n) {
    margin-right: 0;
}

.n_cp_list li .n_cp_list_tu {
    width: 100%;
    padding-bottom: 78%;
    overflow: hidden;
    position: relative;
    border: 1px solid #f5f5f5;
}

.n_cp_list li .n_cp_list_tu img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.n_cp_list li .n_cp_list_t {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    background: #f5f5f5;
    text-align: center;
    line-height: 50px;
}

.n_cp_list li:hover .n_cp_list_tu img {
    transform: scale(1.1) translateX(-50%);
}

.n_cp_list li:hover .n_cp_list_t {
    background: #c30d23;
    color: #fff;
}

.add-link {
    float: left;
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.add-link a {
    padding: 0 50px;
    float: left;
    width: 20%;
    position: relative;
    height: 170px;
    line-height: 130px;
    padding-top: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.add-link a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 20px;
    left: 10px;
    transition: 0.3s;
}
.add-link a span{ line-height: 20px; display: inline-block;  align-items: center; display: inline-grid; height: 130px;  overflow: hidden;}
.add-link a:hover span, .add-link a.active span{ height: 170px;}
.add-link a:hover img, .add-link a.active img{  margin-top: 0px;}
.add-link.add-link-1 a {
    width: 50%;
}

.add-link.add-link-1 a img {
    margin-right: 48px;
}

.add-link a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    background: #c30d23;
    background: #aaa;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.add-link a::before {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 130px;
    background: rgba(255, 255, 255, 0.4);
    content: "";
}

.add-link a:hover,
.add-link a.active {
    height: 170px;
    line-height: 170px;
    padding-top: 0;
}

.add-link a:hover::after,
.add-link a.active::after {
    height: 170px;
    background: #c30d23;
}

.mian {
    float: left;
    width: 100%;
}

.pic-box img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_introduction {
    padding: 67px 0;
}

.gallery-top-tuji {
    width: 39%;
}

.gallery-top-tuji .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.gallery-top-tuji .pic-box {
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: #fff;
}

.gallery-top-tuji .pic-box font {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    padding: 0 6px 0 26px;
    line-height: 30px;
    background: url(../images/fd.png)no-repeat center left 6px #EEEEEE;
    background-size: 14px;
}

.gallery-top-tuji .pic-box:hover font {
    background-image: url(../images/fd_h.png);
}

.product_introduction .right {
    width: 58%;
}

.product_introduction .bt {
    font-size: 30px;
    color: #2f2f2f;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.product_introduction .nrzy {
    font-size: 12px;
    color: #464646;
    line-height: 25px;
    min-height: 75px;
}

.product_introduction .link {
    overflow: hidden;
    margin: 35px 0;
}

.product_introduction .link a {
    float: left;
    width: 138px;
    line-height: 40px;
    text-align: center;
    background-color: #c30d23;
    font-size: 12px;
    color: #FFFFFF !important;
    margin-right: 10px;
}

.product_introduction .link a:last-child {
    margin-right: 0;
}

.product_introduction .link a:hover {
    opacity: 0.8;
}

.dis_pc_img {
    display: block;
}

.dis_wap_img {
    display: none;
}

.gallery-thumbs-tuji {
    max-width: 640px;
    margin: 0 !important;
}

.gallery-thumbs-tuji .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.gallery-thumbs-tuji .pic-box {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    cursor: pointer;
}

.gallery-thumbs-tuji .swiper-slide-thumb-active {
    border-color: #a00000;
}

.product_introduction .bshare-custom {
    margin-top: 20px;
}

.product_details .title_cp {
    background-color: #b03839;
}

.product_details .title_cp .tel {
    padding: 30px 0;
}

.product_details .title_cp .tel p {
    line-height: 37px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.product_details .title_cp .tel p a {
    color: #FFFFFF;
}

.product_details .title_cp .tel p.fr {
    padding-left: 50px;
    background: url(../images/tb10.png)no-repeat center left;
}

.gallery-thumbs-body .swiper-slide p {
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
    padding: 13px 0;
    background-color: #a00000;
    cursor: pointer;
}

.gallery-thumbs-body .swiper-slide-thumb-active p {
    color: #a00000;
    background-color: #FFFFFF;
}

.product_details .youshi {
    padding: 40px 0;
    background: #fff;
}

.product_details .youshi .content {
    max-width: 960px;
    overflow: hidden;
}

.product_details .youshi .content li {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    float: left;
}

.product_details .youshi .content li span {
    display: block;
    font-size: 55px;
    color: #999999;
    line-height: 65px;
}

.product_details .youshi .content li p {
    font-size: 12px;
    color: #515151;
}

.product_body {
    background-color: #fff;
    padding: 55px 0 70px;
    display: inline-block;
    width: 100%;
}

.product_body .body {
    background-color: #fff;
    padding: 0 25px;
}

.product-recommend {
    padding: 45px 0 55px;
}

.product-recommend .title_cp {
    margin-bottom: 30px;
    line-height: 35px;
}

.product-recommend .title_cp span.fl {
    font-size: 24px;
    font-weight: bold;
    color: #181818;
}

.product-recommend .title_cp span.fr {
    font-size: 18px;
    color: #555555;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.product-recommend .title_cp span.fr:hover {
    color: #c30d23;
}

.product-recommend .title_cp span.fr i {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 8px;
}

.product-recommend .swiper-slide a {
    display: block;
    color: #555555;
    width: calc(100% - 1px);
}

.product-recommend .swiper-slide .pic-box {
    position: relative;
    border: 1px solid #E5E5E5;
    padding-top: 93%;
    overflow: hidden;
    background: #fff;
}

.product-recommend .swiper-slide .pic-box img {
    transition: ease-in-out 0.2s;
    height: 60%;
    width: auto;
}

.product-recommend .swiper-slide a p {
    text-align: center;
    line-height: 40px;
}

.product-recommend .swiper-slide a:hover img {
    height: 60%;
}

.product-recommend .swiper-slide a:hover {
    background: #c30d23;
    color: #ffffff !important;
}


/*Online Service*/

.kf-sidebar {
    position: fixed;
    top: 250px;
    right: 10px;
    z-index: 999;
}

.kf-sidebar li {
    width: 55px;
    height: 55px;
    margin-bottom: 1px;
    position: relative;
}

.kf-sidebar .sidebox {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: ease-in-out 0.2s;
}

.kf-sidebar .tb {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.kf-sidebar li:hover .tb {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.kf-sidebar p {
    line-height: 55px;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 20px;
    float: left;
    position: absolute;
    top: 0;
    left: 55px;
}

.kf-sidebar .kf-tel .sidebox {
    background-color: #c30d23;
}

.kf-sidebar .kf-qq .sidebox {
    background-color: #c30d23;
}

.kf-sidebar .kf-sq .sidebox {
    background-color: #c30d23;
}
.kf-sidebar .kf-mail .sidebox{background-color: #c30d23;}
.kf-sidebar .kf-weixin .sidebox {
    background-color: #c30d23;
}

.kf-sidebar .kf-ww .sidebox {
    background-color: #c30d23;
}

.kf-sidebar #goTop {
    background-color: #c30d23;
    cursor: pointer;
}

.kf-sidebar .kf-tel .tb {
    background: url(../images/kf_tel.png)no-repeat center;
}
.kf-sidebar .kf-telsj .tb {
    background: url(../images/kf_telsj.png)no-repeat center;
}
.kf-sidebar .kf-qq .tb {
    background: url(../images/kf_qq.png)no-repeat center;
}

.kf-sidebar .kf-sq .tb {
    background: url(../images/kf_sq.png)no-repeat center;
}
.kf-sidebar .kf-mail .tb{background: url(../images/kf_mail.png)no-repeat center;}
.kf-sidebar .kf-weixin .tb {
    background: url(../images/kf_weixin.png)no-repeat center;
}

.kf-sidebar .kf-ww .tb {
    background: url(../images/kf_ww.png)no-repeat center;
}

.kf-sidebar #goTop .tb {
    background: url(../images/gotop.png)no-repeat center;
}

.kf-sidebar .kf-tel p{width: 230px;}
.kf-sidebar .kf-tel:hover .sidebox{width: 285px;}
.kf-sidebar .kf-mail p{width: 230px;}
.kf-sidebar .kf-mail:hover .sidebox{width: 285px;}

.kf-sidebar .kf-qq p {
    width: 140px;
}

.kf-sidebar .kf-qq:hover .sidebox {
    width: 195px;
}

.kf-sidebar .kf-sq p {
    width: 140px;
}

.kf-sidebar .kf-sq:hover .sidebox {
    width: 195px;
}

.kf-sidebar .kf-ww p {
    width: 140px;
}

.kf-sidebar .kf-ww:hover .sidebox {
    width: 195px;
}

.kf-sidebar .ewm {
    position: absolute;
    top: -53px;
    right: 55px;
    padding-right: 15px;
    display: none;
}

.kf-sidebar .ewm .box {
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #c30d23;
}

.kf-sidebar .ewm .box img {
    display: block;
    width: 150px;
    height: 150px;
}

.sp_header {
    display: none;
}

.footer_fd_kuan {
    display: none;
}

.footer_fd,
#gotop_wap {
    display: none;
}

@media (max-width:1600px) {
    .header_nav li {
        font-size: 16px;
        margin: 0 20px;
    }
    .banner li .banner_wz1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner li .banner_wz1 span {
        font-size: 42px;
        line-height: 32px;
        top: 8px;
    }
    .banner li .banner_wz2 {
        font-size: 28px;
        line-height: 40px;
    }
    .banner li .banner_more {
        margin-top: 55px;
        font-size: 14px;
    }
    .banner li .banner_more span {
        padding: 5px 15px;
    }
    .banner li .banner_more i {
        margin-left: 10px;
        font-size: 14px;
    }
    .i-gywm-con-lf li:nth-child(1) {
        width: 161px;
        height: 157px;
        left: 41.5%;
        top: 256px;
    }
    .i-gywm-con-lf li:nth-child(2) {
        width: 161px;
        height: 157px;
        left: 22.5%;
        top: 341px;
    }
    .i-gywm-con-lf li:nth-child(3) {
        width: 161px;
        height: 157px;
        left: 60.5%;
        top: 342px;
    }
    .i-gywm-con-lf li:nth-child(4) {
        width: 161px;
        height: 157px;
        left: 60.5%;
        top: 178px;
    }
    .i-gywm-con-lf li:nth-child(5) {
        width: 161px;
        height: 157px;
        left: 41.5%;
        top: 94px;
    }
    .i-gywm-con-lf li:nth-child(6) {
        width: 117px;
        height: 119px;
        left: 27%;
        top: 200px;
    }
    .i-gywm-con-lf li:nth-child(7) {
        width: 90px;
        height: 95px;
        left: 14.5%;
        top: 147px;
    }
    .i-gywm-con-lf li:nth-child(8) {
        width: 117px;
        height: 119px;
        left: 8%;
        top: 437px;
    }
    .i-gywm-con-lf_t {
        font-size: 18px;
    }
    .i-gywm-con-lf_d {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width:1400px) {
    .header_search .find {
        margin-top: 0px;
    }
    .header_nav {
        width: 60%;
        margin-top: 15px;
    }
    .header_nav>ul>li {
        font-size: 14px;
        margin: 0 20px;
    }
    .header_search {
        
    }
    .i-yyly-con .top_hd {
        right: 3.8%;
        width: 375px;
    }
    .i-yyly-con .parBd-text .parBd-t {
        line-height: 48px;
        font-size: 30px;
    }
    .i-yyly-con .parBd-text .parBd-a a {
        width: 120px;
        font-size: 14px;
    }
    .i-yyly-con .parBd-text .parBd-a a i {
        margin-left: 9px;
    }
    .i-gywm-con-lf li:nth-child(1) {
        width: 140px;
        height: 125px;
        left: 36.5%;
        top: 256px;
    }
    .i-gywm-con-lf li:nth-child(2) {
        width: 140px;
        height: 125px;
        left: 12.5%;
        top: 320px;
    }
    .i-gywm-con-lf li:nth-child(3) {
        width: 140px;
        height: 125px;
        left: 60.5%;
        top: 320px;
    }
    .i-gywm-con-lf li:nth-child(4) {
        width: 140px;
        height: 125px;
        left: 60.5%;
        top: 194px;
    }
    .i-gywm-con-lf li:nth-child(5) {
        width: 140px;
        height: 125px;
        left: 36.5%;
        top: 131px;
    }
    .i-gywm-con-lf li:nth-child(6) {
        width: 117px;
        height: 98px;
        left: 17%;
        top: 196px;
    }
    .i-gywm-con-lf li:nth-child(7) {
        width: 90px;
        height: 78px;
        left: 2%;
        top: 155px;
    }
    .i-gywm-con-lf li:nth-child(8) {
        width: 117px;
        height: 100px;
        left: 39%;
        top: 385px;
    }
    .i-gywm-con-title{ font-size: 25px;}
    .i-gywm-con-decs{ font-size: 12px; line-height: 20px;}
    .i-gywm-con-info{ font-size: 12px; line-height: 18px;}
    .i-gywm-con-more a{ padding: 5px 20px; font-size: 12px;}
    .i-gywm-con-lf_t {
        font-size: 14px;
    }
    .i-gywm-con-lf_d {
        font-size: 10px;
        line-height: 12px;
    }
    .n_content_title {
        line-height: 30px;
        font-size: 30px;
        text-align: center;
    }
    .n_content_info .ser1-2 {
        margin-top: 24px;
    }
    .n_content_info .ser1-2 span {
        line-height: 40px;
        padding: 0 15px;
        font-size: 20px;
        font-size: 18px;
    }
    .n_content_info .ser1-3 .ser1-3-left {
        height: auto;
        line-height: 30px;
        font-size: 20px;
        font-size: 14px;
    }
    .n_content_info .ser1-3 .ser1-3-left p.lx_xiao{font-size: 14px;}
    .n_content_info .ser1-3 .ser1-3-left p.lx_xiao span{ font-size: 14px;}
    .n_content_info .ser1-3 .ser1-3-left span {
        padding-bottom: 4px;
        font-size: 30px;
        font-size: 20px;
        margin-left: 15px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-2 {
    
        font-size: 12px;
       
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        font-size: 16px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 span {
        font-size: 36px;
        font-size: 30px;
    }
    .news-page .news-page-1 span {
        font-size: 16px;
    }
    .news-page .news-page-1 a {
        font-size: 16px;
    }
    .news-page .return {
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        border-radius: 30px;
    }
    .add-link {
        margin-top: -30px;
    }
    .add-link a {
        height: 120px;
        line-height: 90px;
        padding-top: 30px;
        font-size: 16px;
    }
    .add-link a img {
        margin-right: 20px;
    }
    .add-link a span{ line-height: 20px; display: inline-block;  align-items: center; display: inline-grid; height: 100px;}
    .add-link a:hover span, .add-link a.active span{ height: 120px;}
    .add-link a:hover img, .add-link a.active img{  margin-top: 0px;}
    .add-link.add-link-1 a img {
        margin-right: 48px;
    }
    .add-link a::after {
        width: 100%;
        height: 90px;
    }
    .add-link a::before {
        height: 90px;
    }
    .add-link a:hover,
    .add-link a.active {
        height: 120px;
        line-height: 120px;
    }
    .add-link a:hover::after,
    .add-link a.active::after {
        height: 120px;
    }
}

@media (max-width: 1199px) {
    .header_nav>ul>li {
        margin: 0 13px;
    }
    .banner li .banner_img img {
        width: 150%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner li .banner_wz1 {
        font-size: 36px;
    }
    .banner li .banner_wz1 span {
        font-size: 42px;
        line-height: 33px;
        top: 6px;
    }
    .banner li .banner_wz2 {
        font-size: 30px;
    }
    .title .title-c {
        line-height: 26px;
        font-size: 24px;
    }
    .title .title-e {
        margin-top: 8px;
        font-size: 14px;
    }
    .i-yyly,
    .i-cpzx,
    .i-gywm,
    .i-news {
        padding-top: 40px;
    }
    .i-yyly-con,
    .i-gywm-con,
    .i-news-list {
        margin-top: 30px;
    }
    .i-cpzx-list {
        padding-top: 30px;
    }
    .i-yyly-con .top_hd {
        position: relative;
        right: auto;
        top: auto;
        float: left;
        width: 100%;
        height: auto;
    }
    .i-yyly-con .top_hd ul li {
        width: 33.33%;
        height: 150px;
        border-right: 1px solid #fff;
    }
    .i-yyly-con .top_hd ul li:first-child {
        border-right: 0px solid #fff;
    }
    .i-yyly-con .top_hd ul li:last-child {
        border-right: 1px solid #fff;
    }
    .i-yyly-con .top_hd ul li .imgk-con {
        line-height: 20px;
        padding: 0 68px 0 8%;
    }
    .i-yyly-con .top_hd ul li.on {
        width: 33.33%;
    }
    .i-yyly-con .top_hd ul li .imgk-p {
        height: 80px;
    }
    .i-yyly-con .top_hd ul li .imgk-con>img {
        right: 12px;
        width: 48px;
    }
    .n_content_title {
        line-height: 24px;
        font-size: 24px;
    }
    .n_content_info .ser1-3 .ser1-3-left {
        width: 100%;
    }
    .n_content_info .ser1-3 .ser1-3-right {
        width: 100%;
        margin-top: 20px;
    }
    .n_content_info {
        text-align: center;
    }
    .n_content_info .ser1-3 .ser1-3-right .lx_ewm{ text-align: center; margin-bottom: 30px;}
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li {
        float: none;
        display: inline-block;
        width: 24%!important;
    }
    .n_content_info .ser1-3 .ser1-3-left span {
        font-size: 28px;
        margin-left: 10px;
    }
    .news-page .news-page-1 span {
        font-size: 16px;
    }
    .news-page .news-page-1 a {
        font-size: 16px;
        padding: 0 3%;
    }
    .news-page .return {
        width: 180px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        border-radius: 30px;
        top: 10px;
    }
    .add-link {
        margin-top: -20px;
    }
    .add-link a {
        height: 100px;
        line-height: 80px;
        padding-top: 20px;
        font-size: 16px;
    }
    .add-link a img {
        margin-right: 0px;
        width: 42px;
    }
    .add-link a span{ line-height: 20px; display: inline-block;  align-items: center; display: inline-grid; height: 80px;}
    .add-link a:hover span, .add-link a.active span{ height: 100px;}
    .add-link a:hover img, .add-link a.active img{  margin-top: 0px;}
    .add-link.add-link-1 a img {
        margin-right: 28px;
    }
    .add-link a::after {
        height: 80px;
    }
    .add-link a::before {
        height: 80px;
    }
    .add-link a:hover,
    .add-link a.active {
        height: 100px;
        line-height: 100px;
    }
    .add-link a:hover::after,
    .add-link a.active::after {
        height: 100px;
    }
}

@media (max-width: 999px) {
    .cnen{ right: 55px;}
    .main_content {
        width: 94%;
    }
    .header_logo {
        margin-top: 0px;
        width: 30%;
    }
    .header_logo img {
        max-height: 50px;
    }
    .header_nav,
    .header_search {
        display: none;
    }
    .sp_header {
        display: block;
    }
    .header_bot .sp_nav span {
        background: #020202;
    }
    .banner li .banner_wz2 {
        width: 100%;
        margin-top: 10px;
    }
    .banner li .banner_more {
        margin-top: 20px;
    }
    .banner li .banner_more i {
        margin-left: 10px;
    }
    .footer {
        padding: 0px;
    }
    .footer_top,
    .foot_link,
    .footer_nav,
    .footer_cont,
    .footer_link,
    .kf-sidebar,
    .footer_xian {
        display: none;
    }
    .footer_bot {
        line-height: initial;
        text-align: center;
        height: auto;
        padding: 10px 0;
    }
    #gotop_wap {
        display: block;
    }
    #gotop_wap {
        position: fixed;
        bottom: 80px;
        right: 5px;
        background: url(../images/gotop1.png) no-repeat 14px 15px rgba(0, 0, 0, 0.5);
        width: 40px;
        height: 40px;
        border-radius: 4px;
        cursor: pointer;
        z-index: 999;
    }
    .footer_fd_kuan {
        display: block;
        width: 100%;
        float: left;
        height: 60px;
    }
    .footer_fd {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0px;
        height: 60px;
        background: #c30d23;
        box-shadow: 0px 0px 14px #3b3b3b;
        z-index: 99999;
    }
    .footer_fd li {
        width: 25%;
        float: left;
        text-align: center;
    }
    .footer_fd li a {
        color: #fff;
        width: 100%;
        float: left;
        line-height: 30px;
    }
    .footer_fd li .footer_fd_tu {
        width: 100%;
        height: 20px;
        float: left;
        text-align: center;
        margin-top: 10px;
    }
    .footer_fd li .footer_fd_tu img {
        height: 100%;
    }
    .footer_fd li .footer_fd_title {}
    .index_kuan {
        padding-bottom: 20px;
    }
    .i-yyly-con .top_hd ul li.on {
        width: 100%;
    }
    .i-yyly-con .top_hd ul li .imgk-p {
        height: auto;
    }
    .i-yyly-con .parBd-text .parBd-t {
        line-height: 24px;
        font-size: 20px;
    }
    .i-yyly-con .parBd-text .parBd-p {
        line-height: 20px;
        margin-top: 12px;
        height: 60px;
    }
    .i-yyly-con .parBd-text .parBd-a {
        margin-top: 12px;
    }
    .i-yyly-con .top_hd ul li {
        width: 100%;
        height: 120px;
        background: rgba(26, 26, 26, 0.2);
    }
    .i-yyly-con .top_hd ul li .imgk-c::after {
        right: 0;
    }
    .i-yyly-con .top_hd ul li .imgk-con {
        padding: 0 100px 0 4%;
    }
    .i-yyly-con .top_hd ul li .imgk-con>img {
        right: 6%;
    }
    .i-gywm-con-lf {
        width: 100%;
        min-height: 350px;
        text-align: center;
    }
    .i-gywm-con-lf ul {
        width: 450px;
        margin: 0 auto;
        position: relative;
    }
    .i-gywm-con-lf li:nth-child(1) {
        width: 140px;
        height: 125px;
        left: 44.5%;
        top: 124px;
    }
    .i-gywm-con-lf li:nth-child(2) {
        width: 140px;
        height: 125px;
        left: 20.5%;
        top: 185px;
    }
    .i-gywm-con-lf li:nth-child(3) {
        width: 140px;
        height: 125px;
        left: 68.5%;
        top: 187px;
    }
    .i-gywm-con-lf li:nth-child(4) {
        width: 140px;
        height: 125px;
        left: 68.5%;
        top: 62px;
    }
    .i-gywm-con-lf li:nth-child(5) {
        width: 140px;
        height: 125px;
        left: 44.5%;
        top: 0px;
    }
    .i-gywm-con-lf li:nth-child(6) {
        width: 117px;
        height: 98px;
        left: 24.5%;
        top: 65px;
    }
    .i-gywm-con-lf li:nth-child(7) {
        width: 90px;
        height: 78px;
        left: 10.5%;
        top: 23px;
    }
    .i-gywm-con-lf li:nth-child(8) {
        width: 117px;
        height: 100px;
        left: 1%;
        top: 248px;
    }
    .i-gywm-con-fr {
        width: 100%;
    }
    .i-gywm-con-title {
        padding-bottom: 16px;
        background-size: auto 50px;
    }
    .i-gywm-con-decs {
        margin-top: 20px;
        font-size: 18px;
        padding-bottom: 20px;
    }
    .i-gywm-con-info {
        margin-top: 20px;
        min-height: auto;
        line-height: 24px;
    }
    .i-news-list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .i-news-list li:nth-child(2n) {
        margin-right: 0;
    }
    .i-news-list li .i-news-list-cont {
        padding: 4% 6%;
    }
    .i-news-list li .i-news-list-lm {
        margin-top: 0px;
    }
    .i-news-list li .i-news-list-t {
        font-size: 20px;
        margin-top: 0px;
    }
    .i-news-list li .i-news-list-d {
        margin-top: 0px;
    }
    .i-news-list li .i-news-list-time {
        display: none;
    }
    .n_banner img {
        width: 150%;
    }
    .n_banner .n_banner_title {
        font-size: 32px;
        line-height: 35px;
    }
    .n_banner .n_banner_title span {
        font-size: 14px;
    }
    .n_about {
        padding: 40px 0;
    }
    .n_about_title,
    .n_cp_title {
        font-size: 32px;
    }
    .n_about_info {
        font-size: 16px;
        margin-top: 20px;
    }
    .n_cont_title {
        font-size: 30px;
    }
    .n_cont_title_d {
        font-size: 16px;
        padding: 0px 0 20px 0;
    }
    .n_cont_info {
        font-size: 14px;
        padding: 30px 0 30px 0;
    }
    .news-page .return {
        width: 160px;
    }
    .news-page {
        margin: 15px 0 30px 0;
    }
    .n_cp_list li .n_cp_list_t {
        font-size: 16px;
    }
    .add-link {
        margin-top: -20px;
    }
    .add-link a {
        padding:0px;
        height: 80px;
        line-height: 60px;
        padding-top: 20px;
        font-size: 12px;
   
    }
    .add-link a span{ height: 60px;}
    .add-link a:hover span, .add-link a.active span{ height: 80px;}
    .add-link a img {
        margin-right: 10px;
        width: 40px;
        display: none;
    }
    .add-link a::after {
        height: 60px;
    }
    .add-link a::before {
        height: 60px;
    }
    .add-link a:hover,
    .add-link a.active {
        height: 80px;
        line-height: 80px;
    }
    .add-link a:hover::after,
    .add-link a.active::after {
        height: 80px;
    }
    .product_details .title_cp .tel {
        padding: 15px 0;
    }
    .product_details .title_cp .tel p {
        font-size: 20px;
        line-height: 30px;
    }
    .product_details .title_cp .tel p.fr {
        font-size: 14px;
        background: none;
        padding-left: 0;
    }
    .gallery-thumbs-body .swiper-slide p {
        line-height: 20px;
        padding: 10px 0;
        font-size: 12px;
    }
    .product_details .youshi {
        padding: 15px 0;
    }
    .product_details .youshi .content li {
        padding: 0 5px;
    }
    .product_details .youshi .content li span {
        font-size: 26px;
        line-height: 40px;
    }
    .product_body,
    .product-recommend {
        padding: 5% 0;
    }
    .product_body .body {
        padding: 0;
    }
    .product-recommend .title_cp {
        margin-bottom: 15px;
    }
    .product-recommend .swiper-slide a p {
        font-size: 12px;
        line-height: 30px;
    }
    .product-recommend .title_cp span.fl {
        font-size: 20px;
    }
    .product-recommend .title_cp span.fr {
        font-size: 14px;
    }
}

@media (max-width: 799px) {
    .banner li .banner_wz {
        text-align: center;
    }
    .banner li .banner_wz1 {
        font-size: 18px;
    }
    .banner li .banner_wz1 span {
        font-size: 20px;
        line-height: 14px;
        top: 4px;
        margin-left: 5px;
        padding-left: 5px;
    }
    .banner li .banner_wz2 {
        font-size: 14px;
        margin-top: 0px;
        line-height: 22px;
    }
    .banner li .banner_more {
        margin-top: 10px;
        font-size: 12px;
    }
    .banner li .banner_more span {
        padding: 2px 8px;
    }
    .banner li .banner_more i {
        margin-left: 2px;
    }
    .banner .swiper-pagination {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .banner .swiper-pagination-bullet {
        margin: 0 5px !important;
    }
    .title .title-c {
        line-height: 22px;
        font-size: 20px;
        max-width: 70%;
    }
    .title .title-e {
        max-width: 70%;
        max-width: 100%;
    }
    .i-yyly,
    .i-cpzx,
    .i-gywm,
    .i-news {
        padding-top: 20px;
    }
    .i-yyly-con .parBd-text {
        position: relative;
        left: auto;
        top: auto;
        color: #c30d23;
        float: left;
        width: 100%;
        -webkit-transform: translateY(-0%);
        -ms-transform: translateY(-0%);
        -moz-transform: translateY(-0%);
        transform: translateY(-0%);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .i-yyly-con .parBd-text .parBd-t {
        line-height: 22px;
        font-size: 14px;
    }
    .i-yyly-con .parBd-text .parBd-p {
        line-height: 20px;
        margin-top: 8px;
        height: auto;
    }
    .i-yyly-con .parBd-text .parBd-a a {
        width: 120px;
        height: 42px;
        line-height: 42px;
        color: #fff;
    }
    .i-yyly-con .parBd-text .parBd-a a img {
        margin-left: 32px;
    }
    .i-yyly-con {
        margin-top: 20px;
    }
    .i-yyly-con .top_hd {
        border: 1px solid rgba(26, 26, 26, 0.36);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .i-yyly-con .top_hd ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .i-yyly-con .top_hd ul li:last-child {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    }
    .i-yyly-con .top_hd ul li .imgk-con {
        padding: 0 80px 0 4%;
    }
    .i-yyly-con .top_hd ul li {
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
        background: rgba(255, 255, 255, 0.4);
    }
    .i-yyly-con .top_hd ul li>span {
        background: url(../images/china/ico-down.png) no-repeat;
        background-size: 100% 100%;
    }
    .i-yyly-con .top_hd ul li .imgk-j {
        display: none;
    }
    .i-yyly-con .top_hd ul li .imgk-con>img {
        display: inline-block;
    }
    .i-yyly-con .top_hd ul li .imgk-c {
        color: #000;
        /*height: 22px;*/
        line-height: 22px;
        background: none;
        font-size: 14px;
    }
    .i-yyly-con .top_hd ul li .imgk-c::after {
        display: none;
    }
    .i-yyly-con .top_hd ul li .imgk-p {
        display: -webkit-box;
        color: #333;
        font-size: 12px;
        margin-top: 5px;
    }
    .i-yyly-con .top_hd ul li.on .imgk-p {
        font-size: 12px;
        margin-top: 5px;
    }
    .n_content_title,
    .n_about_title,
    .n_cp_title {
        line-height: 20px;
        font-size: 24px;
        text-align: center;
    }
    .n_content_info .ser1-2 {
        margin-top: 15px;
    }
    .n_content_info .ser1-2 span {
        line-height: 36px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 18px;
        font-size: 14px;
    }
    .n_content_info .ser1-3 .ser1-3-left {
        float: left;
        clear: both;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .n_content_info .ser1-3 .ser1-3-left p {
        margin-top: 10px;
    }
    .n_content_info .ser1-3 .ser1-3-left p.lx_xiao {
        font-size: 16px;
    }
    .n_content_info .ser1-3 .ser1-3-left span {
        clear: both;
        width: 100%;
        font-size: 24px;
        font-size: 20px;
        margin-left: 0px;
    }
    .n_content_info .ser1-3 .ser1-3-right {
        margin-top: 10px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 img {
        width: 24px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-2 {
        font-size: 14px;
        margin-top: 10px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li .ser1-3-li-1 span {
        font-size: 24px;
    }
    .n_content_info .ser1-3 .ser1-3-right .ser1-3-li::after {
        font-size: 14px;
    }
    .map {
        height: 400px;
        margin-top: 30px;
    }
    .n_news_list li {
        width: 49%;
        margin-right: 2%;
    }
    .n_news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .n_news_list li:nth-child(2n) {
        margin-right: 0%;
    }
    .n_news_list li .n_news_list_cont {
        padding: 20px 5%;
    }
    .n_news_list li .n_news_list_t {
        font-size: 18px;
    }
    .n_news_list li .n_news_list_time {
        margin-top: 0px;
        font-size: 12px;
    }
    .news-page .return {
        position: relative;
        left: auto;
        top: auto;
        float: right;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 20px;
        margin-top: 15px;
    }
    .news-page .return img {
        margin-right: 5px;
        width: 16px;
    }
    .news-page .news-page-1 {
        width: 100%;
    }
    .n_cp_list li {
        width: 49%;
        margin-right: 2%;
    }
    .n_cp_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .n_cp_list li:nth-child(2n) {
        margin-right: 0%;
    }
    .add-link {
        margin-top: 0px;
    }
    .add-link a {
        height: 51px;
        line-height: 50px;
        padding-top: 0px;
        font-size: 14px;
        float: none;
        display: inline-block;
        width: 32.3%;
        margin: 0.5%;
        float: left;
    }

    .add-link a img {
        margin-right: 5px;
        width: 30px;
        display: none;
    }
    .add-link a span{ height: 50px;}
    .add-link a:hover span, .add-link a.active span{ height: 50px;}
    .add-link a::after {
        height: 50px;
    }
    .add-link a::before {
        height: 50px;
    }
    .add-link a:hover,
    .add-link a.active {
        height: 51px;
        line-height: 50px;
    }
    .add-link a:hover::after,
    .add-link a.active::after {
        height: 50px;
    }
    .gallery-top-tuji {
        width: 100%;
    }
    .product_introduction {
        padding: 30px 0;
    }
    .product_introduction .right {
        width: 100%;
        margin-top: 15px;
    }
    .product_introduction .link a {
        width: 80px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .dis_pc_img {
        display: none;
    }
    .dis_wap_img {
        display: block;
    }
    .n_honor_list li {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .n_honor_list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width:599px) {
    .banner li .banner_img_pc {
        display: none;
    }
    .banner li .banner_img_wap {
        display: block;
    }
    .header_logo {
        width: auto;
        margin-left: 10px;
    }
    .header_logo img {
        max-height: 40px;
    }
    .sp_nav {
        margin-top: 10px !important;
    }
    .header_bot {
        height: 54px;
    }
    .header_bot .sp_nav {
        margin-top: 15px !important;
    }
    .banner li .banner_img img {
        width: 180%;
    }
    .i-yyly-con,
    .i-gywm-con,
    .i-news-list {
        margin-top: 20px;
    }
    .i-cpzx-list {
        padding-top: 20px;
    }
    .i-yyly-con .top_hd ul li {
        height: 100px;
    }
    .i-cpzx-list li .i-cpzx-list_tu {
        padding-bottom: 80%;
    }
    .i-cpzx-list li .i-cpzx-list_cont {
        background: #bf0c1f;
        color: #fff;
        padding: 5%;
    }
    .i-cpzx-list li .i-cpzx-list_title {
        font-size: 18px;
    }
    .i-cpzx-list li .i-cpzx-list_desc {
        font-size: 14px;
        margin-top: 5px;
        min-height: auto;
    }
    .i-cpzx-list li .i-cpzx-list_jt {
        background: #fff;
        border: 1px solid #fff;
        display: none;
    }
    .cpzx-button-prev,
    .cpzx-button-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }
    .cpzx-button-prev {
        left: 5px;
    }
    .cpzx-button-next {
        right: 5px;
    }
    .i-gywm-con-lf {
        min-height: 300px;
    }
    .i-gywm-con-lf ul {
        width: 350px;
    }
    .i-gywm-con-lf_t {
        font-size: 12px;
        line-height: 14px;
    }
    .i-gywm-con-lf_d {
        font-size: 8px;
        line-height: 12px;
    }
    .i-gywm-con-lf li:nth-child(1) {
        width: 100px;
        height: 88px;
        left: 44.5%;
        top: 124px;
    }
    .i-gywm-con-lf li:nth-child(2) {
        width: 100px;
        height: 88px;
        left: 22.5%;
        top: 169px;
    }
    .i-gywm-con-lf li:nth-child(3) {
        width: 100px;
        height: 88px;
        left: 66.5%;
        top: 169px;
    }
    .i-gywm-con-lf li:nth-child(4) {
        width: 100px;
        height: 88px;
        left: 66.5%;
        top: 79px;
    }
    .i-gywm-con-lf li:nth-child(5) {
        width: 100px;
        height: 88px;
        left: 44.5%;
        top: 34px;
    }
    .i-gywm-con-lf li:nth-child(6) {
        width: 90px;
        height: 78px;
        left: 24.5%;
        top: 81px;
    }
    .i-gywm-con-lf li:nth-child(7) {
        width: 70px;
        height: 61px;
        left: 9.5%;
        top: 49px;
    }
    .i-gywm-con-lf li:nth-child(8) {
        width: 90px;
        height: 78px;
        left: 2.5%;
        top: 216px;
    }
    .i-gywm-con-title {
        font-size: 16px;
        background-size: auto 35px;
    }
    .i-gywm-con-decs {
        font-size: 12px;
        line-height: 20px;
    }
    .i-gywm-con-info {
        font-size: 12px;
        line-height: 16px;
    }
    .i-gywm-con-more {
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }
    .i-gywm-con-more a {
        padding: 5px 20px;
        font-size: 12px;
        float: none;
    }
    .i-news-list li .i-news-list-lm {
        font-size: 12px;
    }
    .i-news-list li .i-news-list-t {
        font-size: 14px;
    }
    .footer_copy,
    .footer_js {
        width: 100%;
        text-align: center;
    }
    .n_banner img {
        width: 160%;
    }
    .n_banner .n_banner_title {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .n_banner .n_banner_title span {
        font-size: 12px;
    }
    .n_nav {
        line-height: 46px;
    }
    .n_nav li {
        width: auto;
        padding: 0 10px;
        font-size: 16px;
    }
    .n_about {
        padding: 15px 0;
    }
    .n_about_info {
        font-size: 14px;
        margin-top: 10px;
    }
    .n_news_list {
        margin-top: 20px;
    }
    .n_news_list li {
        width: 100%;
        margin-right: 0%;
    }
    .n_news_list li:nth-child(3n) {
        margin-right: 0%;
    }
    .n_news_list li .n_news_list_t {
        font-size: 16px;
    }
    .n_news_list li .n_news_list_d {
        margin-top: 0px;
        font-size: 12px;
    }
    .n_cont_title {
        font-size: 20px;
    }
    .n_cont_title_d {
        font-size: 14px;
        padding: 0px;
    }
    .n_cont_info {
        font-size: 14px;
        padding: 15px 0;
    }
    .n_cp_list {
        margin-top: 20px;
    }
    .n_cp_list li {
        width: 100%;
        margin-right: 0%;
    }
    .n_cp_list li:nth-child(3n) {
        margin-right: 0%;
    }
    .n_cp_list li:nth-child(2n) {
        margin-right: 0%;
    }
    .n_cp_list li .n_cp_list_t {
        font-size: 14px;
        line-height: 40px;
    }
    .add-link {
        line-height: 37px;
    }
    .add-link a,
    .add-link a:hover,
    .add-link a.active {
        height: 36px;
        line-height: 35px;
        font-size: 12px;
    }
    .add-link a span ,.add-link a:hover span, .add-link a.active span{ height: 36px; line-height: 18px;  overflow: hidden;}
    .add-link a::after,
    .add-link a:hover::after,
    .add-link a.active::after,
    .add-link a::before {
        height: 35px;
    }
    .product_introduction {
        padding: 20px 0;
    }
    .product_introduction .link {
        margin: 20px 0;
    }
    .product_introduction .bt {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .product_introduction .nrzy {
        min-height: 0px;
    }
    .gallery-thumbs-body .swiper-slide p {
        max-width: 50%;
    }
    .images_nav {
        flex-grow: 1;
    }
    .n_honor_list li {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .n_honor_list li:nth-child(2n) {
        margin-right: 0;
    }
}