/*初始化样式*/

input {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

 html{font-family:"微软雅黑"!important;}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.haodnght{
    width: 20%;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
}
/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.xypg-right-content {
    font-size: 14px;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.max1560 {
    max-width: 1620px;
    padding: 0 2%;
    margin: 0 auto;
}


.wh15 {
    max-width: 1530px;
    padding: 0 15px;
    margin: 0 auto;
}



@media (max-width:1440px) and (min-width:1024px) {
    .max1560 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fwbold {
    font-weight: bold;
}


/*头部样式*/

.top_head {
    position: absolute;
    background: rgba(27, 27, 27, .3);
    width: 100%;
    left: 0px;
    z-index: 999;
}

.top_right {
    height: 80px;
    width: 78%;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    max-height: 80px;
}


/* 头部搜索 */

.search {
    position: relative;
    width: 50px;
    height: 90px;
    z-index: 99;
}

.search1 {
    width: 100%;
    height: 100%;
    background: url(../images/ss01.png) no-repeat center center;
    cursor: pointer;
}

#formsearch1 {
    position: absolute;
    z-index: 20;
    top: 92px;
    right: 0;
    display: none;
    width: 350px;
    margin-left: -20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

#formsearch1 input {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 34px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#formsearch1 input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.sinput {
    position: relative;
    height: 36px;
}

#formsearch1 input#keyword {
    outline: none;
    text-indent: 6px;
}

#formsearch1 input#s_btn {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: -1px;
    width: 39px;
    height: 34px;
    border: 0;
    outline: none;
    color: #fff;
    background: #005ea6;
    cursor: pointer;
    font-size: 13px;
}

.search .triangle {
    position: absolute;
    top: -15px;
    right: 0;
    display: none\9;
    overflow: hidden;
    width: 320px;
    height: 15px;
}


/*  */

.x-banner {
    position: relative;
}


/* section2 */

.section2 {
    position: relative;
}

.c2-top {
    position: relative;
    margin-bottom: 1.5625vw;
}

.c2-top-left {
    position: relative;
}

.c2-top-left h3 {
    font-size: 2.34375vw;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.0416vw;
    line-height: 1.3;
}

.c2-top-left p {
    font-size: 16px;
    font-family: "Arial";
    color: #939393;
}

.c2-top-right {
    position: relative;
}

.c2-top-right .textlou h1 {
    font-size: 4.7916vw;
    line-height: 1;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #b6b6b6;
    color: transparent;
}

.c2-bom {
    position: relative;
}

.c2-bom-left {
    position: relative;
    width: 45.51%;
}

.c2-bom-left img {
    display: block;
    width: 100%;
}

.c2-bom-right {
    position: relative;
    width: 50%;
}

.c2-bom-right h1 {
    color: #000;
    font-size: 1.5625vw;
    padding-bottom: 1.0416vw;
    margin-bottom: 1.5625vw;
    border-bottom: 1px dashed #bfbfbf;
}

.c2-bom-right .c2-bom-text {
    font-size: 16px;
    color: #444444;
    line-height: 1.9;
    margin-bottom: 1.5625vw;
}


/* number */

.number {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
    margin-bottom: 31px;
    display: none;
}

.number li {
    width: 33.33%;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    padding: 0px 0 20px;
}

.number li h3 {
    color: #d30100;
    display: inline-block;
}

.number li h3 i {
    font-style: inherit;
    color: #d30100;
    font-size: 3.125vw;
    font-weight: 600;
    font-family: "Impact";
}

.number li h3 span {
    font-size: 16px;
    font-weight: normal;
    font-style: inherit;
    margin-left: 10px;
    vertical-align: top;
    color: #444444;
}

.number li p {
    font-size: 16px;
    line-height: 1.7;
    color: #444444;
    padding-top: 5px;
    font-weight: 400;
    font-family: "微软雅黑";
}

.c2-more {
    position: relative;
    background: #d30100;
    width: 210px;
    line-height: 60px;
}

.c2-more a {
    display: flex;
    align-items: center;
}

.c2-more a span {
    width: calc(100% - 60px);
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.c2-more a i {
    width: 60px;
    height: 60px;
    background: url(../images/ab-san.png) no-repeat center;
    border-left: 1px solid #fff;
    display: block;
}

.c2-more a:hover span {
    font-size: 18px;
}


/* section3 */

.section3 {
    position: relative;
    background: url(../images/home-c3bg.jpg) no-repeat;
    background-size: cover;
}

.c3-top {
    position: relative;
}

.home-tit3 {
    margin-bottom: 35px;
}

.home-tit3 h3 {
    font-size: 2.34375vw;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.0416vw;
    line-height: 1.3;
}

.home-tit3 p {
    font-size: 16px;
    font-family: "Arial";
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

.home-tit3 p::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 1px;
    background: #d30100;
    content: "";
}

.home-sort3 {
    position: relative;
    display: flex;
}

.home-sort3 li {
    position: relative;
    margin: 0 5px 10px 5px;
}

.home-sort3 li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 42px;
    background: #fff;
    padding: 0 1.125vw;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.home-sort3 li.on a {
    background-color: #d30100;
    color: #fff;
}


/* */

.c3-con {
    position: relative;
}

.pro_con {
    position: relative;
}

.list_pp1 {
    width: 50%;
    position: relative;
    height: 550px;
}

.list_pp1 li {
    position: relative;
    height: 100%;
}

.list_pp1 li a {
    display: block;
    position: relative;
    height: 100%;
}

.list_pp1 li a .com-img {
    height: 100%;
}

.list_pp1 li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.list_pp1 li h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.list_pp1 li:hover h3 {
    background-color: rgba(213, 48, 47, .6);
}


/* */

.list_pp2 {
    width: calc(50% - 12px);
    display: flex;
    flex-wrap: wrap;
    height: 550px;
}

.list_pp2 li {
    position: relative;
    width: calc(50% - 24px);
    margin: 0 12px 24px 12px;
    height: calc(50% - 12px);
}

.list_pp2 li:nth-child(n+3) {
    margin-bottom: 0px;
}

.list_pp2 li a {
    display: block;
    position: relative;
    height: 100%;
}

.list_pp2 li a .com-img {
    height: 100%;
}

.list_pp2 li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.list_pp2 li h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 40px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.list_pp2 li:hover h3 {
    background-color: rgba(213, 48, 47, .6);
}


/* section4 */

.section4 {
    position: relative;
    background: url(../images/home-c4bg.jpg) no-repeat;
    background-size: cover;
}

.c4-top {
    position: relative;
    margin-bottom: 20px;
}

.c4-top-left {
    position: relative;
}

.c4-top-left h3 {
    font-size: 2.34375vw;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.0416vw;
    line-height: 1.3;
}

.c4-top-left p {
    font-size: 16px;
    font-family: "Arial";
    color: #939393;
}

.c4-top-right {
    position: relative;
}

.c4-top-right .textlou {
    position: relative;
}

.c4-top-right .textlou h1 {
    font-size: 4.7916vw;
    line-height: 1;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #b6b6b6;
    color: transparent;
}

.c4-top-right .textlou a {
    display: block;
    width: 158px;
    line-height: 50px;
    background: #d30100;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0px;
    bottom: -65px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.c4-top-right .textlou a:hover {
    font-size: 18px;
}


.ringydsbh{
    overflow: hidden;
}

.swaaion{
    text-align: center;
    margin-top: 2%;
}



.c6-right { position: relative; }
.c6-right .c6rrxx { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.c6-right .c6rrxx { opacity: 0; visibility: hidden; transition: all .5s ease; }
.c6-right .c6rrxx.on { position: static; opacity: 1; visibility: visible; }




.dhusdnjhty li:hover, .dhusdnjhty li.on {
    position: relative;
    color: #d30100;
    cursor: pointer;
}

.dhusdnjhty li:hover a, .dhusdnjhty li.on a {
    color: #d30100;
}



.swaaion .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #a9a7a5;
    opacity: 1;
}
.swaaion  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d30100;
}
.dhusdnjhty {
    margin-top: 10%;
}

.dhusdnjhty li{
    font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000000;
    width: 33%;
    text-align: left;
    background: url(../images/tt.png) 80% center no-repeat;
}
.dhusdnjhty li:nth-child(3){
    background: none;
}
.dhusdnjhty li a{
    color: #000000;
}
.hdusnj{
    position: relative;
}
.dhsungg{
    position: absolute;
    top:40%;
    right: -5%;
    background: url(../images/a2.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    outline: none;
    border: none;
}
.ritjhyty{
    position: absolute;
    top:40%;
    left: -5%;
    background: url(../images/a1.png) no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    outline: none;
    border: none;
}



.ritjhyty:hover{
    background: url(../images/a1hh.png) no-repeat;
}


.dhsungg:hover{
    background: url(../images/a2hh.png) no-repeat;
}


.c4-con {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c4-left {
    position: relative;
    width: 31.41%;
}

.c4-left ul {
    position: relative;
}

.c4-left ul li {
    position: relative;
    padding: 1.4025vw 0;
   
    border-bottom: 1px solid #c5c5c5;
}
.c4-left ul li a{
     display: flex;
    justify-content: space-between;
    align-items: center;
}

.c4-left ul li span {
    cursor: pointer;
    position: relative;
    font-size: 1.25vw;
    font-weight: bold;
    color: #444444;
    padding-left: 1.0416vw;
}

.c4-left ul li i {
    width: 38px;
    height: 38px;
    background: url(../images/appli-img.png) no-repeat center #b8b8b8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.c4-left ul li.on {
    border-color: #d30100;
}

.c4-left ul li.on span {
    color: #d30100;
}

.c4-left ul li.on i {
    background-color: #d30100;
}


/**/

.c4-right {
    position: relative;
    width: 60.25%;
}

.c4-right ul li {
    position: relative;
}

.c4-right ul li .big-img {
    position: relative;
}

.c4-right ul li .big-img img {
    display: block;
    width: 100%;
}

.c4-right ul li .big-txt {
    position: absolute;
    right: 50px;
    bottom: 30px;
    z-index: 999;
    background: rgba(255, 255, 255, .9);
    max-width: 300px;
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.c4-right ul li .big-txt .bxt1 {
    font-size: 1.5625vw;
    color: #d30100;
    font-weight: bold;
    margin-bottom: 5px;
}

.c4-right ul li .big-txt .bxt2 {
    font-size: 12px;
    color: #969696;
    font-family: "Arial";
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b8b8b8;
}

.c4-right ul li .big-txt .bxt3 {
    font-size: 15px;
    color: #1d1d1d;
    line-height: 1.5;
    margin-bottom: 20px;
}

.c4-right ul li .big-txt .bxt4 {
    position: relative;
    background: #d30100;
    width: 140px;
    line-height: 40px;
    margin-bottom: 15px;
}

.c4-right ul li .big-txt .bxt4 a {
    display: flex;
    align-items: center;
}

.c4-right ul li .big-txt .bxt4 a span {
    width: calc(100% - 40px);
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.c4-right ul li .big-txt .bxt4 a i {
    width: 40px;
    height: 40px;
    background: url(../images/app-san.png) no-repeat center;
    border-left: 1px solid #fff;
    display: block;
}

.c4-right ul li .big-txt .bxt4 a:hover span {
    font-size: 14px;
}


/**/

.c4-right ul li .prev,
.c4-right ul li .next {
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 50px;
    z-index: 999;
}

.c4-right ul li .prev {
    left: 0px;
    background: url(../images/app-prev.png) no-repeat center rgba(0, 0, 0, .6);
}

.c4-right ul li .next {
    left: 55px;
    background: url(../images/app-next.png) no-repeat center rgba(0, 0, 0, .6);
}


.c4-right ul li .next:hover{
    background: url(../images/app-next.png) no-repeat center rgba(210, 7, 7, 0.6);
}

.c4-right ul li .prev:hover {
    background: url(../images/app-prev.png) no-repeat center rgba(210, 7, 7, 0.6);
}


/* section5 */

.section5 {
    position: relative;
    background: url(../images/home-c5bg.jpg) no-repeat;
    background-size: cover;
}

.c5-top {
    position: relative;
    margin-bottom: 1.0416vw;
}

.c5-top-left {
    position: relative;
}

.c5-top-left h3 {
    font-size: 2.34375vw;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3;
}

.c5-top-right {
    position: relative;
}

.c5-top-right .textlou {
    position: relative;
}

.c5-top-right .textlou h1 {
    font-size: 4.7916vw;
    line-height: 1;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #b6b6b6;
    color: transparent;
}

.c5-top-right .textlou a {
    display: block;
    width: 158px;
    line-height: 50px;
    background: #d30100;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 103px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.c5-top-right .textlou a:hover {
    font-size: 18px;
}

.c5-top-p {
    font-size: 16px;
    font-family: "Arial";
    color: #ffffff;
    margin-bottom: 2.6042vw;
}

.c5-con {
    position: relative;
}

.c5-con ul {
    display: flex;
    flex-wrap: wrap;
}

.c5-con ul li {
    position: relative;
    width: 25%;
    overflow: hidden;
}

.c5-con ul li .pw-img img {
    display: block;
    width: 100%;
}

.c5-con ul li .pw-txt {
    position: absolute;
    background: #fff;
    padding: 1.5625vw 1.302083vw;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    left: 0px;
    top: 0px;
    cursor: pointer;
}

.c5-con ul li .pw-txt .pw1 {
    font-size: 1.35416vw;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.c5-con ul li .pw-txt .pw2 {
    font-size: 0.8333vw;
    color: #9a9a9a;
    font-weight: normal;
    font-family: "Arial";
    margin-bottom: 5px;
}

.c5-con ul li .pw-txt .pw3 {
    font-size: 0.8333vw;
    color: #444343;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c5-con ul li .pw-txt2 {
    position: absolute;
    background: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    height: 0px;
    overflow: hidden;
}

.c5-con ul li .pw-txt2 .pdfdf {
    padding: 1.5625vw 25px;
}

.c5-con ul li .pw-txt2 .pw1 {
    font-size: 1.35416vw;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.c5-con ul li .pw-txt2 .pw2 {
    font-size: 0.8333vw;
    color: #9a9a9a;
    font-weight: normal;
    font-family: "Arial";
    margin-bottom: 15px;
}

.c5-con ul li .pw-txt2 .pw3 {
    font-size: 0.8333vw;
    color: #444343;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c5-con ul li .pw-txt2 .pw4 {
    display: none;
    width: 128px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c5-con ul li .pw-txt2 .pw4 a {
    font-size: 0.8333vw;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.c5-con ul li .pw-txt2 .pw4 a:hover {
    font-size: calc(0.833vw + 2px);
}

.c5-con ul li:hover .pw-txt {
    opacity: 0;
    visibility: hidden;
}

.c5-con ul li:hover .pw-txt2 {
    height: 100%;
    background: rgba(23, 81, 168, .8);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.c5-con ul li:hover .pw-txt2 * {
    color: #fff!important;
}

.c5-con ul li:hover .pw-txt2 .pw4 a {
    color: #d30100!important;
}

.c5-con ul li:hover .pw-txt2 .pw3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.c5-con ul li:hover .pw-txt2 .pw4 {
    display: block;
}


/* section6 */

.section6 {
    position: relative;
    background: url(../images/home-c6bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.c6-con {
    position: relative;
    padding-left: 9.375vw;
    padding-right: 8%;
}

.c6-con .c6-left {
    position: relative;
    width: 340px;
}

.c6-left-tit {
    position: relative;
}

.c6-left-tit h3 {
    font-size: 2.34375vw;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.0416vw;
    line-height: 1.3;
}

.c6-left-tit p {
    font-size: 16px;
    font-family: "Arial";
    color: #939393;
}

.c6-arrows {
    margin: 3.5175vw 0;
    position: relative;
    display: flex;
    align-items: center;
}

.c6-arrows .swiper-button-prev,
.c6-arrows .swiper-button-next {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 20px;
    height: 40px;
    outline: none;
    border: none;
    margin: 0;
}

.c6-arrows .swiper-button-prev {
    background: url(../images/home-news-prev.png) no-repeat center;
}

.c6-arrows .swiper-button-next {
    background: url(../images/home-news-next.png) no-repeat center;
    margin-left: 30px;
}


.c6-arrows .swiper-button-prev:hover {
    background: url(../images/home-news-prev-h.png) no-repeat center;
}

.c6-arrows .swiper-button-next:hover {
    background: url(../images/home-news-next-h.png) no-repeat center;
}




.bxt6 {
    position: relative;
    background: #d30100;
    width: 140px;
    line-height: 40px;
    margin-bottom: 15px;
}

.bxt6 a {
    display: flex;
    align-items: center;
}

.bxt6 a span {
    width: calc(100% - 40px);
    color: #fff;
    font-size: 12px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.bxt6 a i {
    width: 40px;
    height: 40px;
    background: url(../images/app-san.png) no-repeat center;
    border-left: 1px solid #fff;
    display: block;
}

.bxt6 a:hover span {
    font-size: 14px;
}


/**/

.c6-con .c6-right {
    position: relative;
    width: calc(100% - 340px);
    overflow: hidden;
}

.c6rrxx {
    width: calc(100% + 8.3333vw);
}

.home-news-mySwiper {
    position: relative;
    overflow: hidden;
}

.home-news-mySwiper .swiper-slide {
    position: relative;
    padding-left: 1.822916vw;
    padding-right: 1.822916vw;
    border-left: 1px solid #e3e3e3;
}

.home-news-mySwiper .swiper-slide a {
    display: block;
}

.home-news-mySwiper .swiper-slide .tim {
    position: relative;
    margin-bottom: 20px;
}

.home-news-mySwiper .swiper-slide .tim span {
    display: block;
    color: #8c8c8c;
    font-size: 1.25vw;
}

.home-news-mySwiper .swiper-slide .tim span:nth-child(1) {
    font-size: 3.385416vw;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.home-news-mySwiper .swiper-slide h3 {
    margin-bottom: 1.5625VW;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.home-news-mySwiper .swiper-slide .com-img {
    margin-bottom: 15px;
}

.home-news-mySwiper .swiper-slide .com-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.home-news-mySwiper .swiper-slide .timp {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
}

.home-news-mySwiper .swiper-slide:hover h3 {
    color: #d30100;
}


/* section7 */

.section7 {
    position: relative;
    background: url(../images/home-c7bg.jpg) no-repeat;
    background-size: cover;
}

.c7-top {
    position: relative;
    margin-bottom: 1.0416vw;
}

.c7-top-left {
    position: relative;
}

.c7-top-left h3 {
    font-size: 2.34375vw;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3;
}

.c7-top-right {
    position: relative;
}

.c7-top-right .textlou {
    position: relative;
}

.c7-top-right .textlou h1 {
    font-size: 4.7916vw;
    line-height: 1;
    background-color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #b6b6b6;
    color: transparent;
}

.c7-top-right .textlou a {
    display: block;
    width: 158px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    color: #d30100;
    font-size: 16px;
    position: absolute;
    right: 0px;
    bottom: -61px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.c7-top-right .textlou a:hover {
    font-size: 18px;
}

.c7-top-p {
    font-size: 16px;
    font-family: "Arial";
    color: #ffffff;
    margin-bottom: 1.5625vw;
}

.c7-con {
    position: relative;
}

.home-c7-list {
    display: flex;
    flex-wrap: wrap;
}

.home-c7-list li {
    position: relative;
    width: calc(100%/6 - 18px);
    margin: 0 9px 18px 9px;
}

.home-c7-list li a {
    display: block;
}

.home-c7-list li img {
    display: block;
    width: 100%;
}


/* section8 */

.section8 {
    position: relative;
    background: url(../images/home-c8bg.jpg) no-repeat;
    background-size: cover;
}

.c8-con {
    position: relative;
}

.c8-left {
    position: relative;
    background: #d30100;
    padding: 3.125vw 4.6875vw;
    width: 50%;
}

.mess-tit {
    margin-bottom: 20px;
}

.mess-tit h3 {
    display: flex;
    align-items: flex-end;
    font-size: 1.822916vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.mess-tit h3 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 10px;
}

.mess-tit p {
    color: #fff;
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 1.5625vw;
}

.mess-coon {
    position: relative;
}


/*  */

.x-message-wrap2 {
    margin-left: 0px;
    margin-right: 0px
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 47px;
    border: none;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    outline: none;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: #fff
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: #fff
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: #fff
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: #fff;
}

.mlr {
    margin-left: -5px;
    margin-right: -5px;
}

.retivezz50 {
    width: 47%;
    padding-left: 0px;
    padding-right: 0px;
}

.retivezz {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.retivezz i {
    position: relative;
    width: 28px;
    text-align: center;
}

.retivezz i img {
    display: inline-block;
    max-width: 28px;
}

.x-message-wrap2 .x-textarea h4 {
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
    background: url(../images/me004.png) no-repeat left center;
    line-height: 40px;
    margin-bottom: 10px;
}

.x-message-wrap2 textarea {
    border: 1px solid #fff;
    margin-bottom: 25px;
    padding-top: 15px;
    height: 110px;
    resize: none
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 30%;
    height: 37px;
    font-size: 14px;
    border: 1px solid #fff;
    margin-bottom: 0;
}

.x-message-wrap2 #checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 20%;
    height: 37px;
    font-size: 0;
    background: #e7e4e4;
    padding: 0px;
}

.x-message-wrap2 .x-submit {
    margin-left: 1%;
    width: 49%;
    height: 37px;
    background: #fff;
    color: #d30100;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap2 .x-submit:hover {
    background: #fff;
    color: #d30100;
}

.x-message-wrap2 .n-default .x-textarea .msg-wrap {
    top: 10px;
}

.x-message-wrap2 .n-default .n-invalid {
    border-color: #ff0000 !important;
}

.x-message-wrap2 .n-default .msg-wrap {
    top: -5px;
}

.c8-right {
    position: relative;
    background: #fff;
    width: 50%;
}

.ditu {
    position: relative;
    padding: 18% 0;
}

.ditu>img {
    visibility: hidden;
    width: 100%;
}

#map1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.c8-liss {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 1.5625vw;
}

.c8-liss .lxdianhua {
    width: calc(100% - 285px);
}

.c8-liss .lxdianhua .dh-item {
    width: 50%;
    text-align: center;
}

.c8-liss .lxdianhua .dh-item span img {
    max-width: 40px;
}

.c8-liss .lxdianhua .dh-item h3 {
    margin-top: 10px;
    padding-bottom: 20px;
    font-size: 1.14583vw;
    color: #000000;
    position: relative;
}

.c8-liss .lxdianhua .dh-item h3::before {
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 5px;
    left: 50%;
    margin-left: -25px;
    content: "";
    background: #d30100;
}

.c8-liss .ewm-item {
    width: 285px;
    display: flex;
    justify-content: space-between;
}

.c8-liss .ewm-item .ewmw {
    width: 139px;
}

.c8-liss .ewm-item .ewmw img {
    display: block;
    max-width:100%; height:auto !important;width:auto !important;
}


/* home-ban */

.home-ban {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 1.7;
}

.home-ban a {
    font-size: 14px;
    color: #8d8d8d;
}

.home-ban a:hover {
    color: #fff;
}

.home-copyright {
    text-transform: uppercase;
}

.link{
    display: none;
}


/*页面底部*/

#footer {
    height: 321px;
    background: #009b4c;
}

.ff_er {
    width: 324px;
    height: 304px;
    background: #009b4c;
}

.ff_er h3 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    padding-top: 42px;
}

.ff_er .er {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}

.ff_cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 6px;
}

.ff_cont {
    width: 414px;
    padding-right: 65px;
    background: url(../images/line2.png) no-repeat right top;
    margin-top: 42px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    border-right: 1px solid #d8e1dd;
    padding-bottom: 20px;
}

.ff_cont a {
    color: #fff;
    font-size: 14px;
}

.navs_foot {
    width: 395px;
    margin-top: 65px;
    line-height: 39px;
}

.navs_foot a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    text-align: center;
    line-height: 24px;
}

.x-layout {
    background: #333333;
    padding: 0;
    padding-top: 45px;
    padding-bottom: 35px;
}

.x-layout-menu dl {
    width: 190px;
    float: left;
    text-align: left;
}

.x-layout-menu dl dt {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.x-layout-menu dl dd a {
    font-size: 13px;
    color: #cccccc;
    line-height: 26px;
}

.x-layout-menu dl dd:hover a {
    font-size: 15px;
    color: #d30100;
     transition: all 0.5s;
}

.ff2 .f-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}

.ct {
    font-size: 13px;
    color: #cccccc;
    line-height: 26px;
}
.ff3{
    margin-left: 2%;
}
.ff3 .ct {
    font-size: 13px;
    color: #cccccc;
    line-height: 26px;
    margin-top: 36px;
}

.erq {
    text-align: center;
    width: 20%;
    color: #cccccc;
    line-height: 40px;
    font-size: 13px;
    padding-top: 28px;
    display: flex;
    justify-content: flex-start;
}
.erq li:nth-child(1){
    margin-right: 3%
}
.erq img{
    max-width:100%; height:auto !important;width:auto !important;

}

.foot2 {
    background: #333333;
    border-top: 1px solid #3f3f3f;
    padding: 20px 0;
    line-height: 30px;
}

.cop {
    width: 60%;
    color: #cccccc;
    font-size: 13px;
}

.cop a {
    color: #cccccc;
    font-size: 13px;
}

.jis {
    color: #cccccc;
    font-size: 13px;
}

.yqlj {
    width: 170px;
    border-left: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
    color: #cccccc;
    font-size: 13px;
    line-height: 74px;
    background: url(../images/link.png) no-repeat 130px center;
    padding-left: 26px;
    position: relative;
}

.yqlj a {
    color: rgba(255, 255, 255, .6);
    display: block;
}

.x-footer {
    background: #333333;
    color: #ccc;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
}

.x-footer a {
    color: #ccc;
}

.x-copyright {
    margin: 0;
}

.yqlj dd {
    position: absolute;
    bottom: 75px;
    left: 0;
    background: #fff;
    display: none;
}

.yqlj dd a {
    display: block;
    line-height: 38px;
    text-align: center;
    color: #555555;
    width: 191px;
}


/* 产品详情页面 */

.product-detail-swiper {
    width: 43%;
    float: left;
}

.product-detail-swiper .view {
    border: 1px solid #e5e5e5;
}

.product-detail-swiper .view .swiper-slide {
    outline: none;
}

.product-detail-swiper .view .slick-con {
    text-align: center;
    display: block;
    /*height: 318px;*/
    /*line-height: 318px;*/
    width: 100%;
    font-size: 0;
}

.product-detail-swiper .view .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-detail-swiper .view .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.product-detail-swiper .preview {
    margin: 0 -5px;
    position: relative;
    margin-top: 10px;
  
}

.product-detail-swiper .preview .swiper-slide {
    outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
    border-color: #024683;
}

.product-detail-swiper .preview .slick-con {
    text-align: center;
    display: block;
    height: 101px;
    line-height: 99px;
    margin: 0 5px;
    border: 1px solid #e1e1e1;
    font-size: 0;
}
.preview{
    position: relative;
    max-width: 65%;
}
.slick-con img{
    width: 100%;
    height: auto;
}

.product-detail-swiper .preview .slick-con img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.product-detail-swiper .preview .slick-con:after {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

 .preview .arrow-left,
 .preview .arrow-right {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
    width: 20px;
    height: 50px;
    background: rgba(89, 89, 89, 0.8);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}

.preview .arrow-left {
    left: 5px;
}

 .preview .arrow-right {
    right: 5px;
}

.product-detail-lists {
    /*width: calc(100% - 440px);*/
    width: 50%;
    /*padding-top: 20px;*/
    float: right;
}

.product-detail-lists h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    /*line-height: 65px;*/
    padding-bottom: 30px;
}

.product-detail-lists .product-detail-item li {
    border-top: 1px solid #eee;
    padding: 25px 0;
    font-size: 18px;
    color: #333333;
}

.product-detail-lists .product-detail-item li span {
    font-size: 14px;
    color: #666666;
}

.product-detail-lists .product-detail-inquiry {
    margin-top: 50px;
}

.product-detail-lists .product-detail-inquiry a {
    display: inline-block;
    width: 26%;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: #d30100;
    border-radius: 2px;
}

.product-detail-lists .product-detail-inquiry a i {
    font-size: 20px;
    line-height: 0;
    vertical-align: -2px;
    margin-right: 5px;
}

.product-detail-lists .service-number {
    font-size: 14px;
    color: #333333;
    display: none;
}

.product-detail-lists .service-number span {
    font-size: 25px;
    color: #b80024;
}

.icon-arrowleft:before {
    content: "<"!important;
}

.icon-arrowright:before {
    content: ">"!important;
}

.gong img {
    display: block;
    width: 133px;
    height: 72px;
    position: fixed;
    top: 110px;
    right: 40px;
    z-index: 999;
    display: none!important;
}


/*  */

.section {
    overflow: hidden;
}

@media (max-width: 1440px) {
    .logo a img {
        max-height: 40px;
    }
    .x-menu>li>a {
        font-size: 15px;
    }
    .c2-bom-right .c2-bom-text {
        font-size: 14px;
    }
    .c2-more {
        width: 160px;
        line-height: 40px;
    }
    .c2-more a span {
        width: calc(100% - 40px);
        font-size: 14px;
    }
    .c2-more a:hover span {
        font-size: 16px;
    }
    .c2-more a i {
        width: 40px;
        height: 40px;
    }
    .home-sort3 li a {
        font-size: 14px;
    }
    .list_pp1 li h3,
    .list_pp2 li h3 {
        font-size: 14px;
    }
    .list_pp1,
    .list_pp2 {
        height: 460px;
    }
    .c4-left ul li {
        padding: 1.125vw 0;
    }
    .c4-left ul li i {
        width: 30px;
        height: 30px;
        background-size: 9px;
    }
    .c4-right ul li .big-txt .bxt3 {
        font-size: 14px;
    }
    .c4-top-right .textlou a,
    .c5-top-right .textlou a,
    .c7-top-right .textlou a {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }
    .c4-top-right .textlou a:hover,
    .c5-top-right .textlou a:hover,
    .c7-top-right .textlou a:hover {
        font-size: 16px;
    }
    .c5-con ul li .pw-txt .pw1,
    .c5-con ul li .pw-txt2 .pw1 {
        font-size: 18px;
    }
    .c5-con ul li .pw-txt .pw2,
    .c5-con ul li .pw-txt2 .pw2 {
        font-size: 12px;
    }
    .c5-con ul li .pw-txt .pw3,
    .c5-con ul li .pw-txt2 .pw3 {
        font-size: 13px;
    }
    .c5-con ul li .pw-txt2 .pw4 {
        width: 110px;
        line-height: 36px;
    }
    .c5-con ul li .pw-txt2 .pw4 a {
        font-size: 13px;
    }
    .c6-con {
        padding-left: 30px;
    }
    .c6-con .c6-left {
        width: 220px;
    }
    .c6-con .c6-right {
        width: calc(100% - 250px);
    }
    .home-news-mySwiper .swiper-slide h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .home-news-mySwiper .swiper-slide .timp {
        font-size: 13px;
    }
    .c8-con {
        padding-left: 5.2083vw;
        padding-right: 5.2083vw;
    }
    .x-message-wrap2 input[type='text'],
    .x-message-wrap2 textarea {
        height: 37px;
        font-size: 14px;
    }
    .x-message-wrap2 textarea {
        height: 60px;
    }
    .x-message-wrap2 .x-submit,
    .x-message-wrap2 .x-textarea h4 {
        font-size: 14px;
    }
    .retivezz i img {
        max-width: 22px;
    }
    .c8-liss .lxdianhua {
        width: calc(100% - 200px);
    }
    .c8-liss .ewm-item {
        width: 200px;
    }
    .c8-liss .ewm-item .ewmw {
        width: 49%;
    }
    .c8-liss .lxdianhua .dh-item span img {
        max-width: 30px;
    }
}

@media (max-width: 1300px) {
    .logo a img {
        max-height: 60px;
    }
    .x-menu>li>a {
        font-size: 14px;
    }
    .c4-left ul li{
    padding: 1.625vw 0;
    }
    .ditu iframe{
        height:300px;
        width: 500px;
    }
    .home-ban{font-size: 12px;}
    .home-ban a{font-size: 12px;}
}


/* --------------- */

@media (max-width: 1024px) {
    .x-banner {
        height: auto;
    }
    .x-banner .owl-carousel .banner-item a img {
        height: auto;
    }
    .fp-tableCell {
        height: auto!important;
    }
    .fp-section {
        height: auto!important;
    }
    #fp-nav {
        display: none;
    }
    .section2,
    .section3,
    .section4,
    .section5,
    .section6,
    .section7,
    .section8 {
        padding: 30px 0;
    }
    .home-ban {
        display: none;
    }
}

@media (max-width: 992px) {
    .c2-bom-left,
    .c2-bom-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .c2-bom-right h1 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .c2-bom-right .c2-bom-text {
        margin-bottom: 30px;
    }
    .c2-top {
        margin-bottom: 30px;
    }
    .c2-top-left p {
        margin-bottom: 20px;
    }
    .c2-top-left h3,
    .home-tit3 h3,
    .c4-top-left h3,
    .c5-top-left h3,
    .c6-left-tit h3,
    .c7-top-left h3 {
        font-size: 20px;
    }
    .home-sort3 {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .list_pp1 {
        height: 100%;
        width: 100%;
    }
    .list_pp2 {
        width: auto;
        height: 100%;
    }
    .list_pp2 {
        margin: 20px -12px;
    }
    .c4-left,
    .c4-right {
        width: 100%;
    }
    .c4-left {
        margin-bottom: 30px;
    }
    .c4-right ul li .big-txt {
        position: relative;
        right: 0px;
        bottom: 0px;
        max-width: 100%;
    }
    .c4-left ul li {
        padding: 15px 0;
    }
    .c4-left ul li span {
        font-size: 16px;
    }
    .c4-right ul li .big-txt .bxt1 {
        font-size: 18px;
    }
    .c4-right ul li .big-txt .bxt2 {
        font-size: 14px;
    }
    .c5-con ul li {
        width: 50%;
    }
    .c6-con {
        padding-left: 15px;
        padding-right: 15px;
    }
    .c6-con .c6-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .c6-con .c6-right {
        width: 100%;
    }
    .c6rrxx {
        width: 100%;
    }
    .home-c7-list li {
        width: calc(100%/4 - 18px);
        margin: 0 9px 18px 9px;
    }
    .c8-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .c8-right {
        width: 100%;
    }
    .home-ban {
        position: relative;
        padding-top: 30px;
    }
    .c8-liss .lxdianhua .dh-item h3 {
        font-size: 16px;
    }
    .mess-tit h3 {
        font-size: 24px;
    }
    .mess-tit p {
        font-size: 16px;
    }
    .x-message-wrap2 textarea {
        height: 100px;
    }
    .c7-top-p {
        margin-bottom: 30px;
    }
    .home-sort3 li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-detail-swiper{
        width:100%;
    }
    .product-detail-lists{
        width:100%;
    }
    .list_pp2 li{
        height:100%;
    }
}

@media (max-width: 768px) {
    .erq {
        width: 100%;
    }
    .number li h3 i {
        font-size: 24px;
    }
    .c2-top-right .textlou h1,
    .c4-top-right .textlou h1 {
        font-size: 30px;
    }
    .c4-top-right .textlou h1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .c4-top-right .textlou a{
        bottom: -5px;
    }
    .c4-top-right .textlou a,
    .c5-top-right .textlou a,
    .c7-top-right .textlou a {
        position: relative;
    }
    .c5-top-right .textlou a{
        left: 268px;
    top: -115px;
    }
    .c2-top-left h3,
    .home-tit3 h3,
    .c4-top-left h3,
    .c5-top-left h3,
    .c6-left-tit h3,
    .c7-top-left h3 {
        margin-bottom: 15px;
    }
    .c5-top-left,
    .c7-top-left {
        width: 100%;
    }
    .c5-top-right,
    .c7-top-right {
        width: 100%;
        margin: 20px 0;
    }
    .c5-top-right .textlou h1,
    .c7-top-right .textlou h1 {
        margin-bottom: 15px;
    }
    .c5-top-p {
        margin-bottom: 20px;
    }
    .c8-con {
        padding-left: 0px;
        padding-right: 0px;
    }
    .c8-liss {
        padding: 30px 15px;
    }
    .c8-liss .lxdianhua {
        width: 100%;
    }
    .c8-liss .ewm-item {
        margin: 20px auto 0;
        width:80%;
    }
    .home-c7-list li {
        width: calc(100%/3 - 18px);
        margin: 0 9px 18px 9px;
    }
    .home-news-mySwiper .swiper-slide .tim span {
        font-size: 14px;
    }
    .home-news-mySwiper .swiper-slide .tim span:nth-child(1) {
        font-size: 22px;
    }
    .c5-con ul li {
        width: 100%;
    }
    .c5-con ul li .pw-txt {
        height: 110px;
        padding: 15px;
    }
    .c8-liss .ewm-item .ewmw img{
        max-width:100%; height:auto !important;width:auto !important;
    }
    .ritjhyty{
        display:none;
    }
    .dhsungg{
        display:none;
    }
}


/*  */

@media(min-width: 769px) {
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .sun-ani-up {
        -webkit-transform: translateY(-200px);
        transform: translateY(200px);
    }
    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }
    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}


/* nei_cate */

.nei_border {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.nei_cate {
    position: relative;
}

.nei_cate .xypg-left-nav {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.nei_cate .xypg-left-nav>li {
    border: none;
    text-align: center;
    transition: all 0.5s ease-out;
    width: 16%;
}

.nei_cate .xypg-left-nav>li>a {
    transition: all 0.2s linear;
    color: #000000;
    font-size: 16px;
    line-height: 3.74;
    padding: 0;
}

.nei_cate .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .xypg-left-nav>li:hover>a,
.nei_cate .xypg-left-nav>li.clicked>a {
    background: #d30100;
    color: #fff;
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

.djsidnjh img{
    width: 100%;
    height: auto;
}
@media(max-width:500px){
    .c5-top-right .textlou {
        position: relative;
        height: 22px;
    }
    .c7-top {
        position: relative;
        margin-bottom: 1.0416vw;
        height: 114px;
    }
    .c7-top-right .textlou a{
        display: none;
    }
}



/*手机底部*/
@media (max-width:768px){
    .db{display:block!important;}
   }
   
   
   .dbb{height:50px;}
   
   /* 页脚 */
   .footer {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 999;
     background: #be131b;
   }
   
   .footer ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   
   .footer ul li {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     text-align: center;
     color: #ffffff;
     line-height: 30px;padding:10px 0;
     font-size: 0;
   }
   
   .footer ul li.active {
     background: #da251c;
   }
   
   .footer ul li a {
     display: block;color:#fff;
   }
   
   .footer ul li .iconfont {
     font-size: 18px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
   }
   
   .footer ul li span {
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;color:#fff;
   }
   .xypg-banner img{
    width: 100%;
    height: auto;
   }
   
   .footer li .icon-home{ background: url(../images/a111.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-home2{ background: url(../images/a222.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-phone{ background: url(../images/a333.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-contact{ background: url(../images/a444.png) no-repeat;width:20px;height:20px;}
   
   .footer li .icon-phone:before{font-size:0;}
   .footer ul li a{border-right:1px solid #fff;}
   .footer ul li:last-child a{border-right:none;}
   

   .nei_cate .xypg-left-nav>li .xypg-left-subnav{
    display: none!important;
   }
   .xypg-right-mbx{
    display: none!important;
   }
   
   
.cp1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.cp1 li {
    width:32.5%;
    margin-bottom:20px;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;text-align:center;
}

.cp1 li .img img{
    display: block;width:100%;
}

.cp1 li .wz1 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.cp1 li:hover {
    border-color: #d93227;
}   
   
   
 @media (max-width:768px){
    .cp1 li{width:49%;}
   }
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   