* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
}

a {
    text-decoration: none;
}


/*文本修饰*/

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
	object-fit: cover;
}

table,
table td {
    border-collapse: collapse;
}


/* 限制行数 */

.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.div1200 {
	width: 1200px;
	margin: 0 auto;
}

.div1600 {
    width: 94%;
    margin: 0 auto;
}

.top {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 99;
}
.index-top{
    opacity: 0;
}
.index-top .top{
    position: relative;
}
.banner{
    margin-top: 102px;
}
.da_top .banner{
    margin-top: 204px;
}

.top_left {
    width: 20%;
    line-height: 100px;
}

.top_right {
    width: 44%;
}

.top_right_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_right_ul > li {
	width: 20%;
	text-align: center;
    line-height: 100px;
	position: relative;
}

.top_right_ul > li:hover > .top_xiala {
	display: block;
}

.top_xiala {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	z-index: 999;
	display: none;
	background-color: rgba(255,255,255,1);
}

.top_xiala > li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.top_xiala > li > a {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}

.top_xiala > li:hover > a {
	color: #e60012;
}

.da_top {
    width: 100%;
    height: 100%;
}

.top_right_ul > li > a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}


/* 手机端头部 */

.nav {
    width: 98%;
    margin: 0 auto;
    position: relative;
    /* background-color: #f6f6f6; */
    display: none;
}

.nav_left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
/*    height: 85px;*/
}

.nav_list {
    height: 85px;
}

.menuTrigger {
    cursor: pointer;
    width: 33px;
    height: 30px;
    position: relative;
    float: right;
    top: 30px;
}

.menuTrigger span {
    display: block;
    height: 5px;
    width: 100%;
    background: #e90505;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.menuTrigger span:first-child {
    top: 0;
}

.menuTrigger span:nth-child(2) {
    top: 12px;
}

.menuTrigger span:nth-child(3) {
    top: 24px;
}

.menu1 span:nth-child(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.menu1 span:nth-child(2) {
    display: none;
}

.menu1 span:nth-child(3) {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.wap_nav_ul {
    display: none;
    position: absolute;
    top: 85px;
    z-index: 111;
    width: 100%;
    background-color: #f6f6f6;
    left: 0;
}

.wap_nav_ul > li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
	position: relative;
}

.wap_nav_ul > li > a {
    padding-left: 25px;
    box-sizing: border-box;
	font-size: 14px;
}

.wzbj > a {
    color: #e90505 !important;
    font-weight: bold;
}

.banner {
    position: relative;
    /* height: 800px; */
    overflow: hidden;
    ;
}

.index_bann .swiper-button-prev:after {
    content: '';
    background: url(../images/index111.png) no-repeat;
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-prev.swiper-button-disabled::after {
	background: url(../images/index1.png) no-repeat;
}

.index_bann .swiper-button-next.swiper-button-disabled::after {
	background: url(../images/index2.png) no-repeat;
}

.index_bann .swiper-button-next.swiper-button-disabled,
.index_bann .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
	width: 65px;
	height: 66px;
}

.index_bann .swiper-button-next:after {
    content: '';
    background: url(../images/index111_1.png) no-repeat;
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-prev,
.index_bann .swiper-button-next {
    width: 65px;
    height: 66px;
}

.index_bann .swiper-button-prev {
    left: 30px;
}

.index_bann .swiper-button-next {
    right: 30px;
}

.index_bann .swiper-button-next.swiper-button-disabled,
.index_bann .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_jxll {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 10;
    transform: translate(-50%);
}

.index_jxll span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
	background: 0;
}

.fp-tableCell:last-child {
    border-top: 1px solid rgba(0,0,0,0.2);
}

.index_jxll_img {
    text-align: center;
}

.index_box2 {
    background-color: #f7f5f2;
    width: 100%;
    position: relative;
}

.index_box2_left {
    /* background: url(../images/index4.png) right no-repeat; */
	width: 50%;
    /* padding-top: 23px; */
    /* height: 804px; */
}

.index_box2_right {
	width: 50%;
	/* padding-top: 23px; */
}

.index_box2_title {
    margin-top: 8%;
}

.index_box2_title span {
    font-size: 53px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.index_box2_title p {
    width: 100%;
    margin-top: 80px;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #585454;
}

.index_box2_ljgd {
    margin-top: 160px;
}

.index_box2_ljgd>a>span {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    color: #fd5622;
}

.index_box2_ljgd>a>img {
    position: relative;
    left: -10px;
}

.section {
    position: relative;
}

.index_box3 {
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
	outline: none;
}

.index_box3_left {
    width: 65%;
    height: 100%;
    /* background-color: #FD5622; */
	background-color: rgba(0,0,0,0.1);
	padding: 0 2%;
	box-sizing: border-box;
}

.index_box3_left .index_box3_ul {
    /* margin-left: 3%; */
    height: 100%;
}

.index_box3_left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_box3_left .swiper-wrapper .swiper-slide-box3 {
    background-color: #fff5eb;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_box3_right .swiper-button-next:after {
    content: "";
    background: url(../images/index10_10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box3_right .swiper-button-prev:after {
    content: "";
    background: url(../images/index10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box3_right .swiper-button-next,
.index_box3_right .swiper-button-prev {
    width: 47px;
    height: 47px;
    top: 120%;
}

.index_box3_right .swiper-button-next.swiper-button-disabled:after {
    background: url(../images/index9_9.png) no-repeat;
    /* width: 100%; */
}

.index_box3_right .swiper-button-next.swiper-button-disabled,
.index_box3_right .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_box3_right .swiper-button-prev.swiper-button-disabled:after {
    background: url(../images/index9.png) no-repeat;
    /* width: 100%; */
}

.index_box3_right .swiper-button-prev {
    left: 8%;
}

.index_box3_right .swiper-button-next {
    left: 20%;
}

.swiper-container-rtl .swiper-button-prev {}

.index_box3_right {
    width: 35%;
    position: relative;
}

.index_box3_title {
    width: 50%;
    height: 40%;
    margin-top: 50%;
    margin-left: 10%;
}

.index_box3_title span {
    font-size: 77px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.index_box3_title p {
    margin-top: 9%;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #585454;
}

.index_box4 {
    width: 100%;
    height: 100%;
}

.index_box4_left {
    width: 65%;
}

.index_box4_img {
    width: 100%;
}

.index_box4 .index_box4_left {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.index_box4_left_tit {
	padding-bottom: 25px;
}

.index_box4_left_tit span {
    display: block;
	padding-top: 25px;
    /* margin-top: 25px; */
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.index_box4_left_tit p {
    margin-top: 25px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
}

.index_box4_right .swiper-button-next:after {
    content: "";
    background: url(../images/index10_10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box4_right .swiper-button-prev:after {
    content: "";
    background: url(../images/index10.png) no-repeat;
    width: 47px;
    height: 47px;
}

.index_box4_right .swiper-button-next,
.index_box4_right .swiper-button-prev {
    width: 47px;
    height: 47px;
    top: 120%;
}

.index_box4_right .swiper-button-next.swiper-button-disabled:after {
    background: url(../images/index9_9.png) no-repeat;
    /* width: 100%; */
}

.index_box4_right .swiper-button-next.swiper-button-disabled,
.index_box4_right .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index_box4_right .swiper-button-prev.swiper-button-disabled:after {
    background: url(../images/index9.png) no-repeat;
    /* width: 100%; */
}

.index_box4_right .swiper-button-prev {
    left: 25%;
}

.index_box4_right .swiper-button-next {
    left: 37%;
}

.swiper-container-rtl .swiper-button-prev {}

.index_box4_right {
    width: 35%;
    position: relative;
}

.index_box4_title {
    width: 50%;
    height: 40%;
    margin: 50% auto 0;
}

.index_box4_title span {
    font-size: 77px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #231815;
}

.index_box4_title p {
    margin-top: 9%;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #585454;
}

.index_box5 {
    width: 100%;
}

.index_xw {
    background-color: #FFFFFF;
    padding-top: 5%;
}

.index_box5_tit {
    width: 100%;
    text-align: center;
    padding-bottom: 3%;
    border-bottom: 1px solid #efefef;
}

.index_box5_tit span {
    font-size: 54px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #FD5622;
}

.index_box5_tit p {
    margin-top: 30px;
    font-size: 35px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.footer {
    width: 100%;
}

.footer1 {
    padding-top: 45px;
    padding-top: 3%;
}

.footer_right_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_right_ul>li {
    padding: 0 4%;
}

.footer_right_ul>li>a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.foot1_list {
    margin-top: 30px;
}

.foot1_list>li {
    margin-top: 20px;
}

.foot1_list>li>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #828282;
}

.foot1_list p {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
}

.footer2 {
    margin-top: 5%;
    display: flex;
    justify-content: center;
}

.footer2_ul {
    display: flex;
}

.footer2_img {
    padding: 0 4%;
}

.footer2_con {
    margin-left: 1%;
    line-height: 30px;
}

.footer2_con p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer2_con p a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}


/* 泡卤王国页面 */

.pro {
    width: 100%;
    margin-top: 102px;
}

.pro_box1 {
    height: 100px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #efefef;
}

.pro_box1_zong {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_box1_left {
    margin-top: 40px;
}

.pro_box1_list {
    display: flex;
}

.pro_box1_list li {
    border-right: 1px solid #cccccc;
    text-align: center;
    padding: 0 30px;
}

.pro_box1_list li a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro_box1_list li:first-child {
    padding-left: 0;
}

.pro_box1_list li:last-child {
    border: 0;
}

.pro_box1_bor a {
    color: #e60012 !important;
    border-bottom: 3px solid #e60012;
    padding-bottom: 37px;
}

.pro_box1_right {
    margin-top: 40px;
}

.pro_box1_right img {
    margin-right: 8px;
}

.pro_box1_right span,
.pro_box1_right span a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro_box2 {
    margin-top: 60px;
}

.pro_box2_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_box2_list li {
    width: 20%;
    background: url(../images/pro2.png) no-repeat;
    height: 60px;
    line-height: 60px;
    /* text-align: right; */
	text-align: center;
    background-size: 100% 100%;
}

.pro_box2_list li a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    /* margin-right: 24px; */
}

.pro_box2_list li.pro_box2_back {
    background: url(../images/pro3.png) no-repeat;
    background-size: 100% 100%;
}

.pro_box2_list li.pro_box2_back a {
    color: #FFFFFF;
}

.pro_box3 {
    margin-top: 60px;
}

.pro_box3_tit {
    text-align: left;
    display: none;
}


/* .pro_box3_tit:nth-child(2) {
    display: block;
} */

.pro_box3_tit>p {
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ececec;
    position: 1;
}

.pro_box3_tit > span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #343434;
    position: relative;
    z-index: 111;
    margin-top: -20px;
    display: block;
}

.pro_box3_z_body {
	text-align: left;
    margin-top: 30px;
}

/* .pro_box3_z_body p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #FD5622;
} */

.pro_box4 {
    margin-top: 100px;
    background-color: #f6f6f6;
}

.pro_box4_ul {
    padding: 100px 0;
}

.pro_box4_ul>li {
    padding-bottom: 40px;
}

.pro_box4_ul>li:last-child {
    padding: 0;
}

.pro_box4_tit img {
    margin-top: -8px;
}

.pro_box4_tit span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    margin-left: 10px;
}

.pro_box4_cp>ul>li {
    float: left;
    width: 22%;
    margin-right: 4%;
    background: #FFFFFF;
    text-align: center;
    height: 443px;
    margin-top: 35px;
    position: relative;
}

.pro_box4_cp ul li:nth-child(4n) {
    margin-right: 0;
}

.pro_box4_cp ul li p {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

.pro_box4_ul li .pro_box4_cp {
    display: none;
}

.pro_box4_ul li:first-child .pro_box4_cp {
    display: block;
}

.about .about_box1 {
    background-color: #ffffff;
}

.news .about_box1 {
    background-color: #ffffff;
}


/* 产品详情页面 */

.pro_show_zong {
    width: 100%;
    margin-bottom: 5%;
}

.pro_show_img {
    width: 20%;
}

.pro_show_right {
    width: 77%;
}

.pro_show_right span {
    font-size: 24px;
    font-weight: bold;
}

.pro_show_right p {
    margin-top: 1%;
    line-height: 25px;
}


/* 关于我们页面 */

.about_box2 {
    width: 100%;
    margin-top: 60px;
}

.about_box2_left {
    width: 48%;
}

.about_box2_left>span {
    display: block;
    margin-top: 90px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    width: 110px;
    text-align: center;
    padding: 10px 10px;
    background-color: #e60012;
}

.about_box2_left>p {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #010101;
    margin-top: 90px;
}

.about_box2_z_body {
    margin-top: 55px;
}

.about_box2_z_body>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 40px;
    text-indent: 2em;
}

.about_box2_right {
    width: 48%;
}

.about_box2 .about_box2_left1>span {
    margin-top: 30px;
}

.about_box2_left_tit {
    margin-top: 40px;
    display: flex;
}

.about_box2_left_tit>p {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #010101;
}

.about_box2_left_tit>span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 17px;
    margin-left: 20px;
}

.about_box2 .about_box2_left1 .about_box2_z_body {
    margin-top: 30px;
}

.about_box2 .about_box2_left1 .about_box2_z_body>p {
    margin-top: 15px;
}

.about_box3 {
    margin-top: 7%;
    background-color: #f9f9f9;
    /* padding-bottom: 7%; */
}

.about_box3_tit {
    width: 100%;
    text-align: center;
    padding-top: 6%;
}

.about_box3_tit p {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.about_box3_tit span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #666666;
}

.about_box3_xiang .swiper-button-next:after {
    content: "";
    background: url(../images/about51.png) no-repeat;
    width: 50px;
    height: 50px;
}

.about_box3_xiang .swiper-button-prev:after {
    content: "";
    background: url(../images/about50.png) no-repeat;
    width: 50px;
    height: 50px;
}

.about_box3_xiang .swiper-button-next,
.about_box3_xiang .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 288px;
}

.about_box3_slide {
    width: 100%;
    height: 290px;
    display: flex;
    align-items: flex-end;
}

.about_box3_bot {
    width: 100%;
}

.about_box3_bot_zong {
    /* width: 45%; */
    display: flex;
}

.about_box3_bot .about_box3_right {
    margin: 0 0 20px 10px;
    position: relative;
    height: 50px;
    border-left: 1px solid #c2c2c2;
    width: 3;
}

.about_box3_bot_zong .about_box3_slide_con {
    width: 91%;
    margin-top: 53px;
}

.about_box3_bot_zong .about_box3_slide_con h6 {
    position: initial;
}

.about_box3_right>i {
    position: absolute;
    left: -8px;
    bottom: -20px;
    width: 10px;
    height: 10px;
    border: solid 2px #fd5622;
    border-radius: 50%;
}

.about_box3_slide1 {
    border-left: 1px solid #c2c2c2;
    position: relative;
    margin-left: 10px;
    margin-top: 50px;
    width: 100%;
}

.about_box3_slide1>i {
    position: absolute;
    left: -8px;
    top: -20px;
    width: 10px;
    height: 10px;
    border: solid 2px #fd5622;
    border-radius: 50%;
}

.about_box3_slide_con {
    margin-left: 15px;
    padding-bottom: 40px;
    position: relative;
}

.about_box3_right .about_box3_slide_con {
    padding-bottom: 0;
}

.about_box3_slide_con h6 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
    position: absolute;
    top: -40px;
}

.about_box3_slide_con h6 span {
    font-weight: bold;
    font-size: 24px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012;
}

.about_box3_slide_con>p {
    margin-top: 22px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
}

.about_box3_slide_con>p:nth-child(3) {
    margin-top: 0;
}

.about_box3_xiang {
    position: relative;
    /* margin-top: 50px; */
}

.about_box3_xiang1 {
    position: absolute;
    top: 272px;
    left: 0;
}

.about_box4_zong {
    margin-top: 40px;
}

.about_box4_left {
    width: 49%;
    position: relative;
	overflow: hidden;
	transition: all 0.4s
}

.about_box4_left img {
    width: 100%;
}

.about_box4_title {
    position: absolute;
    /* top: 43%;
	left: 50%;
	transform: translateX(-50%); */
    /* width: 90%; */
    width: 100%;
    padding: 3% 4% 5% 4%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
}

.about_box4_title span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.about_box4_title span::after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: 0;
    width: 52px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
}

.about_box4_left:hover .about_box4_title {
	display: none;
}

.about_box4_left:hover .about_box4_left_tit {
	right: 0;
}

.about_box4_right:hover .about_box4_title {
	display: none;
}

.about_box4_right:hover .about_box4_left_tit {
	right: 0;
}

.about_box4_left_tit {
    position: absolute;
    /* top: 43%;
	left: 50%;
	transform: translateX(-50%); */
    /* width: 90%; */
    width: 100%;
    padding: 3% 4%;
    right: 100%;
    bottom: 0;
    height: 60%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.3);
	transition: all 0.4s
}

.about_box4_left_tit span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.about_box4_left_tit span::after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: 0;
    width: 52px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
}

.about_box4_left_z_body {
    margin-top: 6%;
}

.about_box4_left_z_body p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}

.about_box4_right {
    width: 49%;
    position: relative;
	overflow: hidden;
	transition: all 0.4s
}

.about_box4_right img {
    width: 100%;
}

.about_box5 {
    margin-top: 7%;
    background-color: #f9f9f9;
}

.about_box5_zong {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_box5_left {
    width: 31%;
}

.about_box5_left h6 {
    margin-top: 25%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #e60012;
    width: 110px;
    text-align: center;
    padding: 10px 10px;
}

.about_box5_left span {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e60012 ;
}

.about_box5_left p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 35px;
}

.about_box5_left p:nth-child(4) {
    margin-top: 0;
}

.about_box5_cen {
    width: 31%;
}

.about_box5_cen img {
    width: 100%;
}

.about_box5_right {
    width: 31%;
}

.about_box5_right h6 {
    margin-top: 25%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #e60012;
    width: 110px;
    text-align: center;
    padding: 10px 10px;
}

.about_box5_right p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

.about_box5_right p:nth-child(3) {
    margin-top: 0;
}

.about_box5_right p span {
    font-size: 15px;
    color: #e60012 ;
}

.about_box6 {
    padding-bottom: 7%;
}

.about_box6_lunbo1,
.about_box6_lunbo2 {
    margin-top: 6%;
    position: relative;
}

.about_box6_top {
    width: 140px;
    text-align: center;
    margin: 0 auto;
    height: 34px;
    background-color: #e60012;
    line-height: 34px;
}

.about_box6_top span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.about_box6_lunbo1_top,
.about_box6_lunbo2_top {
    margin-top: 45px;
}

.about_box6_lunbo1 .swiper-button-next:after,
.about_box6_lunbo2 .swiper-button-next:after {
    content: "";
    background: url(../images/about18.png) no-repeat;
    width: 47px;
    height: 47px;
}

.about_box6_lunbo1 .swiper-button-prev:after,
.about_box6_lunbo2 .swiper-button-prev:after {
    content: "";
    background: url(../images/about17.png) no-repeat;
    width: 47px;
    height: 47px;
}

.about_box6_lunbo1 .swiper-button-next,
.about_box6_lunbo1 .swiper-button-prev,
.about_box6_lunbo2 .swiper-button-next,
.about_box6_lunbo2 .swiper-button-prev {
    width: 47px;
    height: 47px;
    top: 65%;
}

.about_box6_swi1 .swiper-slide {
    text-align: center;
    height: 165px;
    line-height: 165px;
    background-color: #ffffff;
    box-shadow: 2px 5px 5px 0px rgba(41, 41, 41, 0.11);
}

.hide {
    display: none;
}

.show {
    display: block;
}

.qyry_ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 2%;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.qyry_ul li:nth-child(4n) {
	margin-right: 0;
}

/*.qyry_ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 2%;
}
.qyry_ul li:nth-child(2n) {
	margin-right: 0;
}*/

.pc_about {
	display: block;
}

.wap_about {
	display: none;
}


/* 联系我们页面 */

.contact_box1 {
    width: 100%;
    background: #f6f6f6;
    padding-bottom: 4%;
}

.contact_box1_dq {
    padding-top: 4%;
}

.form {
    display: flex;
    justify-content: center;
}

.form select {
    outline: none;
}

.diqu {
    width: 11%;
    height: 50px;
    border: solid 1px #d2d2d2;
}

.bumeng {
    width: 20%;
    height: 50px;
    border: solid 1px #d2d2d2;
    margin-left: 1%;
}

.form_sousuo {
    width: 30%;
    border: solid 1px #d2d2d2;
    margin-left: 1%;
    background: #FFFFFF;
}

.form_sousuo input {
    outline: none;
}

.form_text {
    width: 90%;
    height: 100%;
    border: 0;
    border: 0;
    padding-left: 2%;
    box-sizing: border-box;
}

.sousuo {
    width: 10%;
    background: 0;
    border: 0;
    line-height: 50px;
}

.contact_box1_ul {
    margin-top: 3%;
}

.contact_box1_ul li {
    background-color: #FFFFFF;
    padding-top: 2%;
    padding-bottom: 3%;
    margin-top: 3%;
    /* cursor: pointer; */
}

.contact_box1_ul li:first-child {
    margin-top: 0;
}

.contact_box1_ul_left {
    width: 20%;
    border-right: 1px solid #081a33;
    height: 64px;
}

.contact_box1_ul_left span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    margin-left: 15%;
    position: relative;
}

.contact_box1_ul_left span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 19px;
    height: 3px;
    background-color: #e60012;
}

.contact_box1_ul_right {
    width: 79%;
}

.contact_box1_ul_right_zong {
    width: 94%;
    margin: 0 auto;
}

.contact_box1_ul_right_left {
    width: 93%;
}

.contact_box1_ul_right_left span {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
}

.contact_box1_ul_right_right {
    width: 7%;
}

.contact_box1_ul_right_left p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    margin-top: 17px;
}

.contact_box1_ul_right_right span {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
    line-height: 60px;
    cursor: pointer;
}

.contact_box1_ul_right_right p {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
    line-height: 60px;
    display: none;
    cursor: pointer;
    margin-right: 4px;
}

.con_rzyq {
    width: 94%;
    margin: 0 auto;
}

.con_rzyq {
    margin-top: 1%;
    display: none;
}

.con_rzyq>span {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 2px;
    color: #333333;
}

.z_body>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 2px;
    color: #666666;
}

.daohan {
    text-align: center;
    margin-top: 4%;
}


/* 新闻页面 */

.news {
    background-color: #F6F6F6;
    padding-bottom: 4%;
}

.news_ul {
    padding-top: 1%;
    /*display: flex;
    flex-wrap: wrap;*/
}

.news_ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #FFFFFF;
    /*padding-bottom: 3%;*/
    margin-top: 3%;
}

.news_ul li:nth-child(3n) {
    margin-right: 0;
}

.news_ul_img {
    width: 100%;
}

.news_ul_img img {
    width: 100%;
}

.news_ul_con {
    /*height: 100%;*/
    box-sizing: border-box;
    width: 100%;
	margin: 0 auto;
	padding: 6% 5%;
	/*box-sizing: border-box;*/
    /* margin: 6% auto 0; */
}

.news_ul_con span {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    color: #333333;
}

.news_ul_con p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    margin-top: 3%;
    height: 38px;
}

.news_ul_con h6 a {
    display: block;
    margin-top: 3%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #848484;
}


/* 新闻详情页面 */
.news_show{
    margin-top: 102px;
}
.news_show_con {
    margin-top: 5%;
}

.news_show_left {
    width: 68%;
}

.news_left_tit>span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #242424;
}

.news_left_zong {
    display: flex;
    margin-top: 2%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_zong_fen_right {
    margin-top: 15px;
}

.news_zong_fen_right span a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.news_left_zong1 {
    display: flex;
    flex-wrap: wrap;
}

.news_zong_fen p {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.news_zong_fen span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 13px;
    margin-left: 10px;
    display: inline-block;
}

.bdsharebuttonbox {
    /* margin-left: 5%; */
}

.news_left_zong .bdsharebuttonbox a {
    padding-left: 0;
}

.news_left_zong .bdsharebuttonbox a.bds_weixin {
    margin-left: 10px;
}

.bdsharebuttonbox .bds_weixin {
    background: url(../images/news_show2.jpg) no-repeat;
    width: 40px;
    height: 39px;
}

.news_left_zong .bdsharebuttonbox .bds_weixin,
.news_left_zong .bdsharebuttonbox .bds_tsina,
.news_left_zong .bdsharebuttonbox .bds_more {
    background-position: initial;
}

.bdsharebuttonbox .bds_tsina {
    background: url(../images/news_show3.jpg) no-repeat;
    width: 34px;
    height: 39px;
}

.news_left_zong .bdsharebuttonbox .bds_more {
    background: url(../images/news_show1.jpg) no-repeat;
    width: 34px;
    height: 39px;
}

.news_show_z_body {
    margin-top: 4%;
}

.news_show_z_body p {
    text-indent: 2em;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}

@media screen and (max-width: 768px){
    .news_show_z_body img{
        width: 100%!important;
        height: auto!important;
    }
}

.news_show_z_body p:last-child {
    margin-top: 3%;
}

.news_show_z_body > img {
    margin: 3% 0;
	width: 100%;
}

.news_show_right {
    width: 27%;
}

.news_show_right_tit span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
}

.xgxw_tui {
    margin-top: 8%;
}

.xgxw_tui li {
    margin-top: 8%;
}

.xgxw_tui li a p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f66c00;
    margin-top: 5%;
}

/* 线上商城 */
.pro_con6 {
	margin-top: 5%;
	width: 100%;
	margin-bottom: 6%;
}

.pro_con6_tit {
	text-align: center;
	width: 100%;
}

.pro_con6_tit span {
	color: #e60012;
	font: 900 34px/1 "Lato";
}

.pro_con6_tit p {
	margin-top: 2%;
    font-size: 30px;
    letter-spacing: .06em;
	color: #e60012;
}

.pro_con6_ul {
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_con6_ul li {
	text-align: center;
	width: 19%;
}

.pro_con6_ul li p {
	margin-top: 5%;
	font-size: 14px;
    color: #e1251b;
    text-align: center;
}

/* 新闻 */

.news_ul li .news_ul_img {
	overflow: hidden;
	position: relative;
}

.news_ul li .news_ul_img img {
	transition: all 0.8s;
}

.news_ul li:hover .news_ul_img img {
	transform: scale(1.2);
}

.news_ul li:hover .news_ul_con {
	background-color: #e60012;
}

.news_ul li:hover .news_ul_con span {
	color: #FFFFFF;
}

.news_ul li:hover .news_ul_con p {
	color: #FFFFFF;
}

.news_ul li:hover .news_ul_con h6 a {
	color: #FFFFFF;
}

/* 视频 */

.video {
	padding-bottom: 5%;
}

.video_list {
	width: 80%;
	margin: 0 auto;
}

/* 首页新闻 */

.index_box4_img {
	overflow: hidden;
	position: relative;
}

.index_box4_img img {
	transition: all 0.8s;
}

.swiper-slide-box4:hover .index_box4_img img {
	transform: scale(1.2);
}

.swiper-slide-box4:hover .index_box4_left_tit {
	background-color: #e60012;
}

.swiper-slide-box4:hover .index_box4_left_tit span {
	color: #FFFFFF;
}

.swiper-slide-box4:hover .index_box4_left_tit p {
	color: #FFFFFF;
}

/* 右边的客服信息 */

.lx {
	position: fixed;
	top: 33%;
	right: 0;
	z-index: 99999;
}
.lx>ul>li {
	width: 70px;
	height: 70px;
	border-bottom: 1px solid #fff;
	background: #4690d9;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 3px;
}
.wx {
	position: absolute;
	top: 0px;
	right: 50px;
	/* background: red; */
	width: 150px;
	height: 150px;
	display: none;
	z-index: 99999;
}
.wx img {
	width: 130px;
	height: 156px;
}
.lx>ul>li:first-child:hover .wx {
	display: block;
}
.lx>ul>li:nth-child(3):hover .call {
	display: block;
}
.call {
	width: 230px;
	height: 100%;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background: #FD5622;
	transition: all 1s;
}
.call>p {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	transition: all 1s;
}
.call>p>img {
	/* margin-left: 5px; */
	margin-right: 13px;
	transition: all 1s;
}

.contact1_z {
	display: block;
}

.contact1_z1 {
	display: none;
}