@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg') format('svg');
}
body {
    font-size: 14px;
    background: #FFF;
    overflow-x: hidden;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #333333;
    font-family: 'Noto-sans', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

a {
    color: #222222
}

a:hover {
    color: rgb(24, 23, 23);
    transform: scale(1.0);
    transition: all 0.1s linear;
    text-decoration: none
}

a:focus {
    outline: none;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.main_title:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .main_title {
    zoom: 1;
}

*:first-child+html .main_title {
    zoom: 1;
}

a {
    text-decoration: none;
}

.p10 {
    padding-left: 10px
}

.p20 {
    padding-left: 20px;
}

.p30 {
    padding-left: 30px
}

.t10 {
    padding-top: 10px
}

.b10 {
    padding-bottom: 10px;
}

.t20 {
    padding-top: 20px
}

.b20 {
    padding-bottom: 20px;
}

.t30 {
    padding-top: 30px
}

.b30 {
    padding-bottom: 30px;
}

.t40 {
    padding-top: 40px
}

.b40 {
    padding-bottom: 40px;
}

.t50 {
    padding-top: 50px
}

.b50 {
    padding-bottom: 50px;
}

.t60 {
    padding-top: 60px
}

.b60 {
    padding-bottom: 60px
}

.t80 {
    padding-top: 80px
}

.b80 {
    padding-bottom: 80px;
}

.t100 {
    padding-top: 100px
}

.b100 {
    padding-bottom: 100px;
}

.b120 {
    padding-bottom: 150px;
}

.tm10 {
    margin-top: 10px
}

.bm10 {
    margin-bottom: 10px;
}

.tm20 {
    margin-top: 20px
}

.bm20 {
    margin-bottom: 20px;
}

.tm30 {
    margin-top: 30px
}

.bm30 {
    margin-bottom: 30px;
}

.tm50 {
    margin-top: 50px
}

.bm50 {
    margin-bottom: 50px;
}

.tm80 {
    margin-top: 80px;
}

.bm80 {
    margin-bottom: 80px;
}

.tm100 {
    margin-top: 100px;
}

.bm100 {
    margin-bottom: 100px;
}

.tm150 {
    margin-top: 150px;
}

.tm120 {
    margin-top: 120px;
}

.bm120 {
    margin-bottom: 120px;
}

.bm150 {
    margin-bottom: 150px;
}



/* ********************************************************************HEADER通用样式 ***************************************************************/
/* *******************************************顶部导航栏************************************************************************ */


.nav1 {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background:url(../images/hbg.png) no-repeat;
    background-size: 100% 100%;
    /*background-color: transparent;
    background-color: rgba(237, 199, 72, .9);*/
}
.nav1 .container-fluid{padding: 0;}
.nav1 .container {
    padding: 0;
}

.nav1main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav1main .left{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
}
.nav1main .left>img{
    width: 60%;
}
.nav1main .center {
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.nav1main .center .search {
    padding-left: 15px;
}

.nav1main .center .search>i {
    color: #fff;
    font-size: 25px;
    line-height: 80px;
    font-weight: 200;
    cursor: pointer;
}

.nav1main .center .head_nav {
    display: flex;
    justify-content: space-between;
}

.nav1main .center .web_head .nav_wrap {
    float: left;
    margin: 0;
}

.nav1main .center .head_nav>li>a {
    font-size: 16px;
    color: #333333;
    border-bottom: 2px solid transparent;
    display: flex;
    align-items: center;
}

.nav1main .center .head_nav>li>a>i {
    color: #333333;
    font-size: 22px;
}
.nav1main .center .head_nav>li:hover>a>i{
    color: #FFFFFF;
    font-weight: 600;
} 
.nav1main .center .head_nav>li.active>a>i{
    color: #ffffff;
}
.nav1main .center .head_nav>li:hover>a{
    color: #ffffff;
    transition: 0.1s;
}
.nav1main .center .head_nav>li:hover>a>em{
    color: #ffffff;
}

.nav1main .center .head_nav>li>a::after {
    background-color: transparent;
}
.nav1main .center .head_nav>li.active>a{
    color: #FFFFFF;
    font-weight: 600;
}

.nav1main .right{
    position: relative;
    overflow: hidden;
    width: 15%;
}
.nav1main .right>input{
    width: 0;
    border: 1px solid transparent;
    height: 0;
    font-size: 24px;
    transition: 0.5s;
}
.nav1main .right>i{
    position: absolute;
    font-size: 20px;
    right: 25%;
    top: 13%;
}
.nav1main .right>div>p{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
/* 导航栏搜索框 */
.btn-box {
    color: #fff;
    width: auto;
    border-radius: 25px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(315deg, #1e208b 0, #ffffff 100%);
    background-size: 104% 104%;
    cursor: pointer;
    }
    
    .btn-box span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    }
    
    .btn-box input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #000000;
    padding-left: 20px;
    line-height: 50px !important;
    height: 50px;
    box-sizing: border-box;
    vertical-align: 4px;
    font-size: 16px;
    width: 50px;
    transition: all .3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 5px;
    }
    
    .btn-box:hover input {
    display: inline-block;
    width: 80%;
    padding-right: 50px
    }
    
    .btn-box input:not(:placeholder-shown) {
    display: inline-block;
    width: 80%;
    padding-right: 50px
    }

/* *******************************************banner图轮播部分************************************************************* */
.nav2{
    position: relative;
    margin-top: 80px;
}
.nav2 .n2img1{
    position: absolute;
    width: 400px;
    left: 0;
    bottom: -5%;
    z-index: 10;
}
.nav2 .n2img2{
    position: absolute;
    width: 400px;
    right: 0;
    bottom: -35%;
    z-index: 10;
}
/* *******************************************************视频遮罩********************************************************** */
#main4zz {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999;
}

#main4zz .video {
    width: 100%;
    height: 100%;
    position: relative;
}

#main4zz #clmain4zz {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 55px;
    color: #fed219;
    cursor: pointer;
}

#main4zz>.video>video {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
}
em{font-style:initial}
/* *******************************************************footer通用样式********************************************* */
.footer{
    background-color: #161923;
    padding: 50px 0;
    color: #ffffff;
}
.footerul li a{color:#fff}
.footer .footerul>div{
    cursor: pointer; 
    margin: 15px 0;
}
.footer .footerul>div:nth-child(1)>img{
    margin-bottom: 32px;
    width: 40%;
}
.footer .footerul>div:nth-child(1)>div>div{
    display: flex;
    align-items: center;
}
.footer .footerul>div:nth-child(1)>div>div>i{
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 12px 12px 12px 0;
}
.footer .footerul>div:nth-child(1)>div>div>div{
    display: flex;
    flex-direction: column;
    font-weight: 600;
}
.footer .footerul>div:nth-child(2)>h5,
.footer .footerul>div:nth-child(3)>h5,
.footer .footerul>div:nth-child(4)>h5
{
    margin-bottom: 16px;
    font-weight: 600;
}
.footer .footerul>div:nth-child(2)>ul li,
.footer .footerul>div:nth-child(3)>ul li,
.footer .footerul>div:nth-child(4)>ul li
{
    font-size: 16px;
    margin: 5px 0;
    transition: 0.3s;
}
.footer .footerul>div:nth-child(2)>ul li{
    display: flex;
    align-items: center;
    width: 80%;
    margin: 14px 0;
}
.footer .footerul>div:nth-child(2)>ul li i{
    margin-right: 8px;
    color: #fed219;
}
.none{display:none;}
.footer .footerul li:hover a
{
    color: #fed219;
    transition: 0.3s;
}
.footer .footerul div:nth-child(3) ul li,
.footer .footerul div:nth-child(4) ul li{
    display: flex;
    align-items: center;
}
.footer .footerul div:nth-child(3) ul li .kxy,
.footer .footerul div:nth-child(4) ul li .kxy{
    width: 10px;
    height: 10px;
    border: 3px solid #fed219;
    margin-right: 8px;
    border-radius: 5px;
}
.footer .footerul>div:nth-child(5)>div{
    background-color:#0c0d13;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 25px 0;
    
}
.footer .footerul>div:nth-child(5)>div>.fbtn{
    height: 80px;
    align-items: center;
}
.footer .footerul>div:nth-child(5)>div>.fbtn>div{
    background-color: #ffce00;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 60px;
    color: #000000;
    border-bottom: 3px solid transparent;
    transition: 0.5s;
    margin: auto;
}
.footer .footerul>div:nth-child(5)>div>.fbtn>div:hover{
    border-bottom: 3px solid #DA9F00;
    padding: 13px 60px;
    transition: 0.5s;
}
.footer .footerul>div:nth-child(5)>div>.fbtn>div>i{
    margin-left: 8px;
}
.footer .fline{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 35px 0;
}
.footer .container:nth-child(3){
    display: flex;
    justify-content: space-between;
}
.footer .container:nth-child(3)>span>em>a{
    color: #fed219;
}
/* ********************************************手机导航栏************************************************************************** */
.pright,
.plist,
.plistzz {
    display: none;
}

.pright {
    width: 100%;
}
.pright>i:nth-child(1){
    float: left;
}

.pright>i {
    font-size: 40px;
    color: #333333;
    line-height: 80px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.plist>div {
    background-color: transparent;
}

.nav_wrap .head_nav li ul {
    top: 75%;
    left: 20%;
}
/* 视频按钮 */
.dr{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}

.drbtn{
    position: relative;
}
 .cw{
    width: 85px;
    height: 85px;
    border-radius: 50px;
    /* background-color: #bfe35c; */
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .cw:hover{
    border: 1px solid transparent;
    background-color: #ffce00;
    transition: 0.5s;
}
.cw:hover>i{
    color: #fff;    
}
 .cw>i{
    font-size: 28px;
    color: #ffffff;
}
.bo {
	position: absolute;
	top: 0;
}

.bo::before {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	/* background-color: #0d3de5; */
    border:2px solid #ffce00;
    /* border: 3px solid #fff; */
	animation: scale 2s infinite;
}

.bo::after {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	border-radius: 50%;
    /* border: 1px solid #fff; */
	/* background-color: #0d3de5; */
    border:2px solid #ffce00;
	animation: scale2 2s infinite;
}
@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes scale2 {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

/* ************************************************************MAIN模块************************************************** */
/* main1 */
#txt1 td{border:1px solid #000;padding:10px;}
.main1 .m1tit>h4{color: #DA9F00;}
.main1 .m1tit>h1{font-weight: 600;}
.main1 .m1tit{margin-bottom: 35px;}
.main1 .m1>.right{
    margin-left: 100px;
}
.main1 .m1>.right>ul>li{
    border-bottom: 1px solid  #D7DDF3;
    padding: 15px 0;
    width: 80%;
}
.main1 .m1>.right>ul>li>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.main1 .m1>.right>ul>li>div:nth-child(1)>h4{
    font-size: 21px;
    color:#DA9F00;
    font-weight: 600;
}
.main1 .m1>.right>ul>li>div:nth-child(1)>span{
    color: #DA9F00;
    cursor: pointer;
}
.main1 .m1>.right>ul>li>div:nth-child(2){
    padding: 15px;
    display: none;
    font-size: 16px;
    color: #333333;
}
/* main2 */
.main2 .m2>div>div{
    margin: 25px 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
} 
.main2 .m2>div>div>.m2z{
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: -100%;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 25px;
}
.main2 .m2>div>div:hover>.m2z{
    top: 0;
    transition: 0.5s;
}
.m2z a{color:#fff}
.main2 .m2>div>div>.m2z>h2{font-weight: 600;}
.main2 .m2>div>div>.m2z>p{
    margin-top: 10px;
}
.main3{
    background-color: #f7faff;
}
.main3 .m3{
    position: relative;
    display: flex;
    justify-content: end;
}
.main3 .m3>.left{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.main3 .m3>.left>.m3txt{
    background-color: #ffffff;
    padding: 30px;
}
.main3 .m3>.right>img{
    height: 100%;
    object-fit: cover;
}
.main3 .m3>.left>.m3txt>h3{
    color: #DA9F00;
    font-size: 28px;
}
.main3 .m3>.left>.m3txt>h1{
    margin:25px 0;
    font-size: 22px;
}
.main3 .m3>.left>.m3txt>.m3btn{height: 80px;}
.main3 .m3>.left>.m3txt>.m3btn>a{
    display: inline-block;
    background-color: #FFCE00;
    padding: 15px 40px;
    margin: 15px 0;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
    margin-left: 8px;
}
.main3 .m3>.left>.m3txt>.m3btn>a:hover{
    padding: 18px 40px ;
    border-bottom: 2px solid #DA9F00;
    transition: 0.5s;
}
.main3 .m3>.right{
    position: relative;
    z-index: 1;
}
/* mian4 */
.main4 .m4>.left>.m4txt>h3{
    color: #DA9F00;
}
.main4 .m4>.left>.m4txt>h2{
    font-weight: 600;
    font-size: 50px;
    width: 90%;
    margin: 25px 0;
}
.main4 .m4>.left>.m4txt>ul>li{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.main4 .m4>.left>.m4txt>ul>li>div{
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: 3px solid #fed219;
    margin-right: 8px;
}
.main4 .m4>.left>.m4txt>.m4btn{
    height: 80px;
}
.main4 .m4>.left>.m4txt>.m4btn>a{
    display: inline-block;
    background-color: #fed219;
    padding: 15px 40px;
    margin-top: 25px;
    border-bottom: 2px solid transparent;
    transition: 0.5s;

}
.main4 .m4>.left>.m4txt>.m4btn>a>i{
    margin-left: 8px;
}
.main4 .m4>.left>.m4txt>.m4btn>a:hover{
    padding: 18px 40px;
    border-bottom: 2px solid #DA9F00;
    transition: 0.5s;
}
.main4 .m4>.right>img{
    height: 100%;
}
/* main5 */
.main5 .m5 .right{padding: 0;}
.main5 .m5 .left{padding: 0;}
.main5 .m5 .right>.up{
    background-color: #ffce00;
    width: 100%;
    height: 50%;
}

.main5 .m5 .right>.down{
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nl{margin-left:20px;}
.main5 .m5 .right>.down .m5card p{
    font-size: 21px;
    margin-bottom: 15px;
    display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 4;
 overflow: hidden;
}
.main5 .m5 .right>.down .m5card>div{
    display: flex;
    align-items: center;
}
.main5 .m5 .right>.down .m5card>div>img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.main5 .m5 .right>.down .m5card>div>div h5{
    color: #DA9F00;
    margin-bottom: 5px;
}
.main5 .m5 .right>.up{
    display: flex;
    align-items: center
}
.main5 .m5 .right>.up>div{
    margin-left: 200px;
    padding: 25px;
}
.main5 .m5 .right>.up>div>h6{
    font-size: 14px;
    margin: 15px 0;
}
.main5 .m5 .right>.up>div>h3{
    font-weight: 600;
    margin: 15px 0;
}
.main5 .m5 .right>.up>div>p{
    font-size: 16px;
    margin: 15px 0;
}
.main5 .m5 .right>.up>div>a{
    display: inline-block;
    border: 1px solid #000000;
    padding: 15px 40px;
    margin: 15px 0;
}
/* main6 */
.main6 .swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.main6 .swiper img{
    height: 85px;
}
/*  */
/* 轮播按钮 */
.nav2 .swiper {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fed219;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;
    /* 设置按钮大小 */
}

.fp-section {
    height: auto !important;
}

/* new */

.newmodle{
    background-color: transparent;
}
.newmodle .main>.left {
    margin-right: 40px;
}


.newmodle .left>.title {
    background-color: #fed219;
    text-align: center;
    width: 100%;
}

.newmodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.newmodle .left>ul {
    width: 100%;
}

.newmodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #fed219;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.newmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomodle .left>ul>li>div>a.active {
    color: #0d6aa5;
}

.newmodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.newmodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.newmodle .right>ul>li {
    display: flex;
}

.newmodle .right>ul>li>.liright {
    display: flex;
    flex-direction: column;
}

.newmodle .right>ul>li>.liright>span:nth-child(1) {
    color: #bbb;
    font-size: .875rem;
    padding: .3125rem;
}

.newmodle .right>ul>li>.liright>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
    color: #333;
}

.newmodle .right>ul>li>.liright>span:nth-child(2):hover {
    color: #fed219;
}

.newmodle .right>ul>li>.liright>span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newmodle .right>ul>li>.lileft>img {
    border-radius: .9375rem;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.newmodle .right>ul>li>.lileft {
    width: 30%;
}

.newmodle .right>ul>li>.liright>a {
    color: #fed219;
    text-align: right;
    margin-right: .9375rem;
    padding: 1.25rem 0;
}

.newmodle .right>ul>li>.liright {
    margin-left: .625rem;
    width: 100%;

}

.newmodle .right>ul>li {
    padding-bottom: .625rem;
    margin: 3.125rem 0;
    cursor: pointer;
}

.newmodle .right>ul>li:nth-child(1) {
    margin-top: 0;
}

.newmodle .right>ul>li {
    position: relative;
}

.newmodle .right>ul>li>.line {
    width: 100%;
    height: .3125rem;
    background-color: transparent;
    position: absolute;
    bottom: -5%;
}

.newmodle .right>ul>li>.line2 {
    width: 00%;
    height: .3125rem;
    background-color: #fed219;
    position: absolute;
    bottom: -5%;
}

.newmodle .right>ul>li:hover>.line2 {
    width: 100%;
    transition: 0.5s;
}

#newlist>li>a:hover {
    color: #fed219;
}

#newlist>li>a.active {
    color: #fed219;
}

/* newlist */
.newlistmodle{
    background-color: transparent;
}
.newlistmodle .newlistmain .txt>span:nth-child(1) {
    padding: .3125rem;
}
.newlistmodle .newlistmain .txt>span:nth-child(2) {
    font-size: 1.25rem;
    font-weight: bold;
    padding: .3125rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#map{height:450px;}
.newlistmodle .newlistmain .txt>span:nth-child(3) {
    font-size: .875rem;
    padding: .3125rem;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newlistmodle .newlistmain .txt>a {
    color: #3f6ad7;
}

.newlistmodle .newlistmain .txt {
    display: flex;
    flex-direction: column;
    padding: 1.25rem .625rem;
    border: .0625rem solid #bbb;
}

.newlistmodle .newlistmain .imge {
    width: 100%;
    overflow: hidden;
}

.newlistmodle .newlistmain .imge>img {
    overflow: hidden;
    transition: all 2s;
    width: 100%;
    height: 25rem;
    object-fit: cover;
    transition: 0.5s;
}

.newlistmodle .newlistmain .imge:hover>img {
    transform: scale(1.1);
    transition: 0.5s;
}

.newlistmodle .newlistmain {
    position: relative;
    box-shadow: 3xp .1875rem .25rem .125rem #fed219;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.newlistmodle .newlistmain>.line2 {
    width: 0;
    height: .3125rem;
    background-color: #fed219;
    position: absolute;
    bottom: 0;
}

.newlistmodle .newlistmain:hover>.line2 {
    width: 100%;
    transition: 0.5s;
}

.newlistmodle .newlistmain .txt {
    border: 0;
    box-shadow: .125rem .125rem .125rem .125rem transparent;
    padding: 1.875rem .9375rem 3.125rem .9375rem;
}

.newlistmodle .c {
    padding: 1.25rem;
}



.newlistmodle .c {
    cursor: pointer;
}

/* newinfo */


.newinfomodle .newinfomain {
    display: flex;
    justify-content: space-between;
}

.newinfomodle .left {
    width: 27%;
}

.newinfomodle .left>.title {
    background-color: #fed219;
    text-align: center;
    width: 100%;
}

.newinfomodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.newinfomodle .left>ul {
    width: 100%;
}

.newinfomodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #eee;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
}

.newinfomodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.newinfomodle .right .newtit {
    border-bottom: .1px dashed #bbb;
    padding: 10px 0;

}

.newinfomodle .newcon>p {
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
}

.newinfomodle .newcon .newimgs {
    margin: 15px;
}
.newinfomodle .newcon .newimgs>img{
    margin: 15px 0;
}

.newinfomodle .newtime {
    margin: 10px 0;
}

.newinfomodle .newcon {
    border-bottom: .0625rem solid #bbb;
    padding: 1.25rem 0;
}

.newinfomodle .newcon>p {
    padding: .3125rem .9375rem;
}

.newinfomodle .updown {
    padding: .625rem 0;
}

.newinfomodle .updown>div {
    padding: .3125rem 0;
}

#newlist>li>a>i {
    display: none;
}

#newlist>li>a:hover {
    color: #fed219;
}

#newlist>li>a.active {
    color: #fed219;
}

.newinfomodle .right .updown>div>a:hover {
    color: #fed219;
}

/* product */
.productmodle {
    background-color: transparent;
}
.productmodle .productmain>.left{
    margin-right: 40px;

}

.productmodle .left>.title {
    background-color: #fed219;
    text-align: center;
    width: 100%;
}

.productmodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productmodle .left>ul {
    width: 100%;
}

.productmodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #fed219;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productmodle .left>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productmodle .left>ul>li>div>a.active {
    color: #fed219;
}

.productmodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productmodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productmodle .right .c {
    padding: 0;
    text-align: center;
}


.productmodle .right .down {
    cursor: pointer;
    width: 95%;
}
.pagelist a{    padding: 5px 10px;
background-color: #fff;
margin-right: 10px;
font-size:15px;
color: #fed219;
border: 1px solid #fed219;
}
.current{
	background-color: #fed219 !important;
	color: #fff !important;
	border: 1px solid #fed219 !important;
}
.pagelist a:hover{        background-color: #fed219 !important;
	color: #fff !important;
	border: 1px solid #fed219 !important;}
.current2{display:none;}
.productmain .down{    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}}
.productmodle .right .down a{
    display: block;
    padding: 15px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.productmodle .right .down .img {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto
    ;
}

.productmodle .right .down .img>img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productmodle .right .c .down .img .up {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #fed219;
    opacity: 0.3;
    display: none;
}

.productmodle .right .c .up>i {
    font-size: 3.125rem;
    color: white;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.productmodle .right .down .img:hover>img {
    transform: scale(1.1);
    transition: 0.5s;
}

.productmodle .right .down .img:hover .up {
    display: block;
    transition: 1s;
}

.productmodle .right .down>span {
    padding: .3125rem;
}

#productlist>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#productlist>li>ul>li>a:hover {
    color: #fed219;
}

#productlist>li>a:hover {
    color: #fed219;
}

#productlist>li>div>i {
    color: #fed219;
}

/* productlist */
.productlistmodle{
    background-color: transparent;
}
.productlistmodle .productlistmain>.left{
    margin-right: 40px;
}
.productlistmodle .left>.title {
    background-color: #fed219;
    text-align: center;
    width: 100%;
}

.productlistmodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productlistmodle .left>ul {
    width: 100%;
}

.productlistmodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #fed219;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productlistmodle .left>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productlistmodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    /* pointer-events: none */
}

.productlistmodle .left>ul>li>div>a.active {
    color: #fed219;
}

.productlistmodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productlistmodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productlistmodle .right>.plst>a {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    cursor: pointer;
    margin: 12px 0;
    overflow: hidden;
}

.productlistmodle .right>.plst>a>.img {
    width: 35%;
    overflow: hidden;
    border-radius: 15PX;

}

.productlistmodle .right>.plst>a>.img>img {
    width: 100%;
    height: 300px;
    transition: 0.3s;
    border-radius: 15PX;
    object-fit: cover;
    margin-right: 1.25rem;
    margin: 20px 25px 20px 0;
}

.productlistmodle .right>.plst>a>.txt {
    width: 63%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.productlistmodle .right>.plst>a>.txt>span:nth-child(1) {
    font-weight: bold;
    font-size: 2.1875rem;
}

.productlistmodle .right>.plst>a>.txt>.sline {
    width: 40%;
    height: .3125rem;
    background-color: #fed219;
}

.productlistmodle .right>.plst>a>.txt>span:nth-child(3) {
    display: block;
    margin: 1.25rem 0 2.5rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.productlistmodle .right>.plst>a>.txt>button {
    padding: .625rem 1.125rem;
    border: 0;
    background-color: #fed219;
    color: white;
    width: 30%;
}

.productlistmodle .right>.plst>a:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.6s;
}

.productlistmodle .right>.plst>a:hover>.img>img {
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}

.productlistmodle .right>.plst>a:hover>.txt>button {
    background-color: #fed219;
    transition: 0.3s;
}

#productlist>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

#productlist>li>ul>li>a:hover {
    color: #fed219;
}

#productlist>li>ul>li>div>a.active {
    color: #fed219;
}

#productlist>li>div>a:hover {
    color: #fed219;
}

#productlist>li>a.active {
    color: #fed219;
}

/* productinfo */
.productinfomodle{
    background-color: transparent;
}
.productinfomodle .productinfomain {
    display: flex;
    justify-content: space-between;
}

.productinfomodle .right {
    margin: auto 1.25rem;
}

.productinfomodle .left>.title {
    background-color: #fed219;
    text-align: center;
    width: 100%;
}

.productinfomodle .left>.title>a {
    width: 100%;
    font-size: 1.5rem;
    color: white;
    padding: 1.25rem 0;
    display: block;
}

.productinfomodle .left>ul {
    width: 100%;
}

.productinfomodle .left>ul>li {
    width: 100%;
    border: .0625rem solid #fed219;
    padding: 1.25rem .625rem;
    font-size: 1rem;
    cursor: pointer;
    border-top: 0;
}

.productinfomodle .left>ul>li>h5 {
    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

.productinfomodle .left>ul>li>div {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.productinfomodle .left>ul>li>div>a.active {
    color: #fed219;
}

.productinfomodle .left>ul>li>ul>li {
    cursor: pointer;
    color: #bbb;
    border-bottom: .0625rem solid #eee;
    padding: .625rem;
}

.productinfomodle .left>ul>li>ul>li:nth-last-child(1) {
    border: 0;
}

.productinfomodle .right .leph {
    display: none;
}

.productinfomodle .right .left .big {
    display: block;
    width: 88%;
    margin: 0 auto;
}

.productinfomodle .right .left .swiper-container {
    margin-top: .625rem;
}

.productinfomodle .content {
    display: flex;
}

.productinfomodle .content .right {
    display: flex;
    flex-direction: column;
    padding: 0 1.25rem;
    justify-content: flex-start;
    height: 25rem;
}

.productinfomodle .content .right>div {
    display: flex;
    flex-direction: column;
}

.productinfomodle .content .right>h4,
.productinfomodle .content .right>h3 {
    color: #fed219;
    font-weight: 600;
	overflow-wrap: break-word;
}
.productinfomodle .content .right>p{
    width: 100%;
	margin-top:20px;
}

.productinfomodle .content .right>a {
    width: 50%;
    padding: .625rem 0;
    border: 2px solid transparent;
    color: white;
    background-color: #fed219;
    margin-top: .625rem;
    text-align: center;
}

.productinfomodle .content .right>a:hover {
    background-color: white;
    border: 2px solid #fed219;
    color: #fed219;
    transition: 0.6s;
}

.productinfomodle .news {
    margin-top: 3.125rem;
    border: 0;
}

.productinfomodle .news .bt {
    display: flex;
    padding: 0;
}

.productinfomodle .news .bt>button {
    border: .0625rem solid #fed219;
    color: #fed219;
    background-color: white;
    font-size: 1rem;
    padding: .625rem;
    margin-right: 1.25rem;
}

.productinfomodle .news .bt>button.active {
    border: 0;
    color: white;
    background-color: #fed219;
}

.productinfomodle .news .txt {
    padding: 1.25rem 0;
}

.productinfomodle .news .txt>h3 {
    padding: 10px 0;
    font-weight: 600;
    color: #fed219;
}

.productinfomodle .news .txt>p {
    font-size: 16px;
    padding: 10px 0;
}

.productinfomodle .tit {
    background-color: #fed219;
    font-size: 1.125rem;
    color: white;
    width: 100%;
    padding: .5rem;
    text-align: center;
}
.productinfomodle .bd{
    margin: 30px 0;
}
.productinfomodle .bd .feedbackForm{
    padding: 40px 0;
}

.productinfomodle .tab table {
    width: 100%;
    border: 1px solid #fed219;
}

.productinfomodle .tab table tr {
    border: 1px solid #fed219;
}

.productinfomodle .tab table tr td {
    border: 1px solid #fed219;
    padding: 15px;
}

.productinfomodle .show {
    margin-top: 3.125rem;
    text-align: center;
}
.productinfomodle .show .show1{
    position: relative;
    margin-bottom: 50px;
}
.productinfomodle .show .show1 .swiper-pagination{
    bottom: -21%;
}
.productinfomodle .show2{
    display: none;
}
.productinfomodle .show .tit {
    margin: 1.875rem 0;
}

.productinfomodle .down .img {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
    width: 100%;
}

.productinfomodle .down .up {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    /* border-radius: 15px; */
    background-color: #fed219;
    opacity: 0.6;
    transition: 0.5s;
}
.productinfomodle .down:hover .up{
    bottom: 0;
    transition: 0.5s;
}

.productinfomodle .down .up>i {
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    bottom: 100%;
    font-size: 2.5rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.4s;
}
.productinfomodle .down:hover .up>i{
    bottom: 0;
    transition: 0.6s;
}

.productinfomodle .down:hover .img>img {
    transform: scale(1.2);
    transition: 0.5s;
}

.productinfomodle .down:hover>span>a {
    color: #fed219;
}

.swiper-pagination {
    position: absolute;
    bottom: 5%;
    font-size: 1.875rem;
}

.swiper-pagination-bullet {
    width: .8125rem;
    height: .8125rem;
    background-color: #fed219;
}

.productinfomodle .content .swiper-container img {
    width: 5rem;
    height: 2.5rem;
    object-fit: cover;
}

.productinfomodle .content .swiper-container video {
    width: 5rem !important;
    height: 2.5rem;
}

.content .swiper-container {
    width: 80%;
    margin: auto;
}

.productinfomodle .s {
    width: 100%;
    overflow: hidden;
}

.b {
    margin-top: 1.25rem;
}

.b .swiper-slide {
    width: 5rem !important;
    height: 3.125rem;
}

.b img {
    height: 100%;
}

.b>.swiper-wrapper>.swiper-slide>a.active>img {
    border: .125rem solid #fed219;
}

.b>.swiper-wrapper>.swiper-slide>a.active>video {
    border: .125rem solid #fed219;
}

video {
    height: 100%;
    object-fit: cover;
}

.productinfomain .content .left {
    position: relative;
}

.productinfomain .content .left .cprev,
.productinfomain .content .left .cprev2
{
    position: absolute;
    top: 92%;
    left: 2%;
}

.productinfomain .content .left .cnext,
.productinfomain .content .left .cnext2
{
    position: absolute;
    top: 92%;
    right: 2%;
}
/* connect */
.connectmain .up {
    display: flex;
}

.connectmain .up>.left {
    display: flex;
    align-items: center;
}

.connectmain .up>.left>div {
    padding: 25px 25px 25px 0;
}

.connectmain .up>.left>div>h4 {
    padding: 10px;
}

.connectmain .up>.left>div>p {
    padding: 10px;
}

.connectmain .up>.left>div>ul {
    padding: 10px;
}

.connectmain .up>.left>div>ul>li {
    margin: 15px 0;
    padding: 15px 0;
    font-size: 18px;
}

.connectmain .up>.left>div>ul>li>i {
    color: #ffce00;
    margin-right: 5px;
}

.connectmain .up>.right>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connectmain .up>.right>div>span {
    margin-right: .625rem;
    font-size: 18px;
    width: 25%;
}

.connectmain .up>.right>div>input {
    width: 75%;
    margin: .9375rem 0;
    padding: .5rem .625rem;
}

.connectmain .up>.right>div>textarea {
    width: 80%;
    margin: .9375rem 0;
    padding: .5rem .625rem;
}

.connectmain .up>.right>input {
    padding: .625rem 2.5rem;
    border: .0625rem solid #ffce00;
    color: #ffce00;
    background-color: transparent;
    transition: 0.5s;
}

.connectmain .up>.right>input:hover {
    border: .0625rem solid transparent;
    background-color: #ffce00;
    color: #fff;
    transition: 0.5s;

}
/* 产品详情轮播 */
.swiper{
    --swiper-pagination-color: #fff;/* 两种都可以 */
  }
  #bg{height: 340px;}
  #bigve,#bigframe{width: 100%;height: 340px;}
  #bigve2,#bigframe2{width: 100%;height: 340px;}
  .productinfomain 
  .swiper-button-next:after,
  .productinfomain 
  .swiper-button-prev:after{
    font-size: 32px;
    color:transparent !important;
}
.productinfomain .swiper-button-prev{
    background-image: url(../images/jtl.png) !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: -6px;
    transition: 0.5s;
}
.productinfomain .swiper-button-prev:hover{
    /* background-position-y: -36px; */
    transition: 0.5s;
}
.productinfomain .swiper-button-next{
    background-image: url(../images/jtr.png) !important;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: -6px;
    transition: 0.5s;
}
.productinfomain .swiper-button-next:hover{
    /* background-position-y: -36px; */
    transition: 0.5s;
}

.div-not-click {
    pointer-events: none;
    opacity: 0.5;
}

.bg>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productinfomain .content {
    position: relative;
}

.thumbnail {
    width: 25rem;
    height: 18.75rem;
    position: relative;
}

.original {
    position: absolute;
    top: 0;
    left: 100%;
    width: 37.5rem;
    height: 18.75rem;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}

.original>img {
    width: 75rem;
    height: 37.5rem;
    position: absolute;
    object-fit: cover;
}

.magnifier {
    width: 3.125rem;
    height: 3.125rem;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

#productlist>li>a:hover {
    color: #fed219;

}

.show .s .img>img {
    /* border-radius: 15px; */
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.productinfomain .left>ul>li>ul>li:hover>a {
    color: #fed219;
}

#productlist>li>ul>li>a::before {
    content: '-  ';
    font-size: 1.25rem;
    font-weight: 600;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
}

/* search */
.searchmodle {
    background-color: transparent;
}
.searchmodle .searchmain {
    display: flex;
    flex-direction: column-reverse;
}

.searchmodle .searchmain .left {
    width: 100%;
}
.searchmodle .searchmain .left>.r{
    width: 100%;
}

.searchmodle .left .cards {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: .625rem;
    background-color: #f6f9fc;
    border-radius: .625rem;
    margin: .625rem;
}

.searchmodle .left .up {
    color: #86939f;
}

.searchmodle .left .line {
    border-bottom: .0625rem solid #86939f;
    display: none;
}

.searchmodle .left .up>p:nth-child(4) {
    padding: .625rem;
    color: #fed219;
}

.searchmodle .left .up>p:nth-child(2) {
    padding: .9375rem;
}

.searchmodle .left .up>h6 {
    font-size: 1.5rem;
    padding: 1.125rem .9375rem .625rem .9375rem;
}

.searchmodle .left .cards>.up>h6:hover {
    color: #fed219;
}

.searchmain .left .r .imgs {
    width: 20%;
    border-radius: .625rem;
}

.searchmain .left .r .imgs>img {
    border-radius: .3125rem;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* 404 */
.modle404{
    background: url(../images/404.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}
.modle404 .zz404{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
}
.modle404 .zz404 .modlemain4042>h1{
    font-size: 220px !important;
    color: #ffffff;
}
.modle404 .zz404 .modlemain4042>p{
    font-size: 32px;
    color: #ffffff;
    margin: 15px 0;
}
.modle404 .zz404 .modlemain4042>div{
    position: relative;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 0 5px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 25px 0 35px 0;
}
.modle404 .zz404 .modlemain4042>div>input{
    width: 79%;
    height: 75%;
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, .3);
    padding: 0 8px;
    color: #ffffff;
    font-size: 18px;
}
.modle404 .zz404 .modlemain4042>div>input::placeholder{
    color: #eeeeee;
}
.modle404 .zz404 .modlemain4042>div>button{
    position: absolute;
    right: 0;
    border: 1px solid transparent;
    height: 75%;
    padding: 0 40px ;
    width: 20%; 
    margin-right: 5px;
    border-radius: 15px;
}
.modle404 .zz404 .modlemain4042>ul{
    display: flex;
    margin-top: 35px;
}
.modle404 .zz404 .modlemain4042>ul>li{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.5s;
}
.modle404 .zz404 .modlemain4042>ul>li:hover{
    background-color: #fff;
    color: #000000;
    transition: 0.5s;
}
.modle404 .zz404 .modlemain4042>a{
    padding: 10px 40px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.5s;
    display: inline-block;
    margin: 15px 0;
}
.modle404 .zz404 .modlemain4042>a:hover{
    border: 1px solid transparent;
    background-color: #ffffff;
    color: #000000;
    transition: 0.5s;
}
/* 页码 */
.pagelist {
    text-align: center;
    font-size: 0;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem
}

 .pagelist>a.item {
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.5rem;
    border-radius: .125rem;
    border: .0625rem solid #dedede;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.24px;
    color: #333;
    text-align: center;
    background: #fff;
    transition: all .3s ease;
    margin: 0 .3125rem
}

 .pagelist>a.item2 {
    width: 7.5rem;
}

.pagelist>a.on {
    background: #fed219;
    color: #fff;
    border-color: #fed219
}



/* ************************************************************客服模块******************************************* */
.side_content .side_list .cont li a:hover {
    color: #fed219;
}

.side_content .side_list .cont li i {
    color: #fed219;
}

/* ************************************************************手机导航样式*************************************** */
#header{
    position: relative;
}
.plist {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 1087%;
    z-index: 99999;
    transition: 0.5s !important;
}

.plist>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
}

.plist>div>img {
    height: auto;
    margin: 10px;
    width: 20% !important;
}

.plist>div>i {
    font-size: 40px;
    margin: 10px;
    color: #fed219;
}

.plistzz {
    position: fixed;
    top: 0;
    left: -200%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 1087%;
    z-index: 9999;
    transition: 1.8s;
}

.plist>ul {
    margin: 10px;
}

.plist>ul>li {
    padding: 10px;
    color: #999;
    font-size: 16px;
}

.plist>ul>li>a {
    color: #999;
}

.plist>ul>li.active>a,
.plist>ul>li.active>i {
    color: #fed219;
}

.plist>ul>li:hover {
    color: #000;
}

.plist>ul>li>ul {
    display: none;
}

.plist>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li>ul>li>ul>li>ul>li {
    padding: 5px 15px;
    color: #333;
}

.plist>ul>li:nth-child(1) {
    position: relative;
}

.plist>ul>li:nth-child(1)>i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
}

.plist>ul>li:nth-child(1)>input {
    width: 100%;
    padding: 2px 15px 2px 10px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 16px;
}

.plist>ul>li>ul>li:hover {
    color: #000000;
}

.pright #nva1se {
    font-size: 30px;
    color: #000000;
    padding: 10px;
}

/* ***********************************************************查询************************************************* */
.szz .main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}

.szz .main {
    display: none;
}

.szz .main>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.szz .main>div>input {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding:0 10px;
}

.szz .main>div>div {
    position: relative;
}

.szz .main>div>div>i {
    position: absolute;
    font-size: 30px;
    color: #fff;
    right:10px;
    bottom: -50px;
    cursor: pointer;
}

.szz .main>i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 40px;
    color: #fed219;
    cursor: pointer;
}

#phone {
    display: none;
}

/* *************************************************************************面包屑导航********************************** */
.breadcrumb {
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #fed219;
    padding-bottom: 15px;
    padding-top: 35px;
    width: 100%;
}

.breadcrumb>div {
    display: inline;
    font-size: 16px;
}

.breadcrumb>div:not(:first-child):before {
    content: "/";
    margin: 0 5px;
    color: gray;
}

.breadcrumb>div>a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb>div>a:hover {
    color: #fed219;
}

.breadcrumb>div.active>a {
    color: #fed219;
}

/* *************************************************************************576*********************************************  */
@media (max-width:576px) {

    /*头部 脚部样式  */
    .nav1 {
        border-radius: 0;
    }
    .nav1 .container {
        padding: 0 10px;
    }
    .nav1 .nav1main .center {
        display: none;
    }
    .nav1 .nav1main .right {
        display: none;
    }
    .nav1main .left {
        display: block;
    }
    .nav1main .left{
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer .footerul>div:nth-child(5)>div>.fbtn>div{
        margin-top: 15px;
    }
    .pright,
    .plist,
    .plistzz {
        display: block;
    }
    #header .nav1main {
        justify-content: space-between;
    }
    .dr{top: 25%;}
    /* main1 */
    .main1 .m1>.right{
        margin-left: 0;
        margin: 15px 0;
    }
    .main1 .m1>.right>ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main1{height: 760px;}
    /* main3 */
    .main3 .m3>.left{
        position: static;
    }
    .main3 .m3>.left{
        transform: unset;
    }
    /* main4 */
    .main4 .m4 .left{
        margin-bottom: 25px;
    }
    /* main5 */
    .main5 .m5 .right>.up>div{
        margin-left: 0;
    }
    /* main6 */
    /* .main6 .swiper img{
        height: 20px;
    } */
    h1,h2{
        font-size: 24px !important;
    }
    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain>.right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */

    .newmodle .right {
        margin-top: 20px;
    }

    .newmodle .right>ul>li {
        display: block;
    }

    .newmodle .right>ul>li>.lileft {
        width: 100%;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>.plst>a {
        display: block;
    }

    .productlistmodle .right>.plst>a>.img {
        width: 100%;
    }

    .productlistmodle .right>.plst>a>img {
        width: 100%;
    }

    .productlistmodle .right>.plst>a>.txt {
        width: 100%;
        position: static;
    }

    .productlistmodle .right>.plst>a>.txt>button {
        position: static;
    }

    .productlistmodle .right>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmodle .productlistmain>.left {
        display: none;
    }

    /* productinfo */
    .productinfomodle .right {
        margin: 0;
        padding: 0 !important;
    }

    .productinfomodle .content {
        display: block;
    }

    .productinfomodle .content .right>button {
        width: 60%;
    }

    .productinfomain .content .left .cnext {
        top: 89%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 89%;
        left: 0;
    }
    .productinfomodle {
        margin: 50px 0;
    }

    .productinfomodle .content .right>span:nth-child(1) {
        font-size: 16px;
    }
    .productinfomodle .show .show1 .swiper-pagination{
        bottom: -50px;
    }

    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: none;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: block;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}
        /* connect */
        .connectmain .up>.right>div{
            display: block;
        }
        .connectmain .up>.right>div>input,
        .connectmain .up>.right>div>textarea
        {
            width: 100%;
        }
    /* 页码 */
    .pagelist>a.item2{
        margin: 15px 0;
    }
            .main3 .m3>.left>.m3txt>h1{
        font-size: 16px !important;
    }
}

/* *************************************************************************576-768*********************************************  */

@media (min-width:576px) and (max-width:768px) {

    /*头部 脚部样式  */
/*头部 脚部样式  */
.nav1 {
    border-radius: 0;
}

.nav1 .container {
    padding: 0 10px;
}

.nav1 .nav1main .center {
    display: none;
}

.nav1 .nav1main .right {
    display: none;
}
.nav1main .left{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pright,
.plist,
.plistzz {
    display: block;
}

#header .nav1main {
    justify-content: space-between;
}


.nav2 .swiper img {
    height: 100%;
}
.footer .footerul>div:nth-child(5)>div>.fbtn>div{
    margin-top: 15px;
}
    /* main1 */
    .main1 .m1>.right{
        margin-left: 0;
        margin: 35px 0;
    }
    .main1 .m1>.right>ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main1{height: 780px;}
    /* main3 */
    .main3 .m3>.left{
        position: static;
    }
    .main3 .m3>.left{
        transform: unset;
    }
    /* main4 */
    .main4 .m4 .left{
        margin-bottom: 25px;
    }
    /* main5 */
    .main5 .m5 .right>.up>div{
        margin-left: 0;
    }
    /* main6 */
    /* .main6 .swiper img{
        height: 20px;
    } */
    h1,h2{
        font-size: 24px !important;
    }



    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain>.right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    .newmodle .right>ul>li{
        display: block;
    }

    .newmodle .right>ul>li>.lileft {
        width: 100%;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    /* newinfo */
    /* product */
    .nav2cont .on {
        width: 80%;
        margin: 0 auto;
    }

    /* productlist */
    /* .productlistmodle .right>.plst>a{display: block;} */
    .productlistmodle .right>.plst>a>img {
        width: 100%;
    }

    .productlistmodle .right>.plst>a>.txt {
        width: 60%;
    }

    .productlistmodle .right>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    .productlistmodle .right>.plst>a>.txt>button {
        width: 50%;
    }
    .productlistmodle .right>.plst>a{
        flex-direction: column;
    }
    .productlistmodle .right>.plst>a>.img{width: 100%;}
    .productlistmodle .right>.plst>a>.txt{width: 100%;}
    /* productinfo */
    .productinfomodle .content .right{
        margin: 0 !important;
        padding: 0 !important;
    }
    .productinfomodle .productinfomain>.right .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }

    .zoomContainer {
        display: none;
    }
    .productinfomodle .show .show1 .swiper-pagination{
        bottom: -50px;
    }

    .productinfomodle {
        margin: 50px 0;
    }

    .productinfomodle .content .right>span:nth-child(1) {
        font-size: 16px;
    }

    .productinfomodle .right .left {
        display: none;
    }

    .productinfomodle .right .leph {
        display: block;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: block;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}
    /* connect */
    .connectmain .up>.right>div{
        display: block;
    }
    .connectmain .up>.right>div>input,
    .connectmain .up>.right>div>textarea
    {
        width: 100%;
    }
    
            .main3 .m3>.left>.m3txt>h1{
        font-size: 16px !important;
    }

}

/* *************************************************************************768-992*********************************************  */

@media (min-width:768px) and (max-width:992px) {

    /*头部 脚部样式  */
    .nav1 {
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1 .nav1main .right {
        display: none;
    }
    .nav1main .left{
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pright,
    .plist,
    .plistzz {
        display: block;
    }
    #header .nav1main {
        justify-content: space-between;
    }
    .nav2 .swiper img {
        height: 100%;
    }   
    .footer .footerul>div:nth-child(5)>div>.fbtn>div{
        margin-top: 15px;
    }

        /* main1 */
        .main1 .m1>.right{
            margin-left: 0;
            margin: 35px 0;
        }
        .main1 .m1>.right>ul{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    .main1{height: 850px;}
        /* main3 */
        .main3 .m3>.left{
            position: static;
        }
        .main3 .m3>.left{
            transform: unset;
        }
        /* main4 */
        .main4 .m4 .left{
            margin-bottom: 25px;
        }
        /* main5 */
        .main5 .m5 .right>.up>div{
            margin-left: 0;
        }
        /* main6 */
        /* .main6 .swiper img{
            height: 20px;
        } */
        h1,h2{
            font-size: 24px !important;
        }
    
    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main .left,
    .productlistmodle .productlistmain .left,
    .productmodle .productmain .left,
    .productinfomodle .productinfomain .left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain>.right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0;
    }

    .newlistmodle .c {
        width: 50%;
    }

    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>.plst>a>img {
        width: 100%;
    }

    .productlistmodle .right>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomodle .content .right{
        margin: 0 !important;
        padding: 0 !important;
    }
    .productinfomodle .productinfomain>.right .content {
        display: block;
    }

    .productinfomain .content .left .cnext {
        top: 94%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 94%;
        left: 0;
    }


    .zoomContainer {
        display: none;
    }

    .productinfomodle .right .left {
        display: none;
    }

    .productinfomodle .right .leph {
        display: block;
    }
    .productinfomodle .show .show1 .swiper-pagination{
        bottom: -50px;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: flex;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}

        .main3 .m3>.left>.m3txt>h1{
        font-size: 16px !important;
    }
}

/* *************************************************************************992-1200*********************************************  */

@media (min-width:992px) and (max-width:1200px) {
    .main5 .m5 .right>.down .m5card p{
        font-size: 16px;
    }
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    .nav1 .nav1main .center {
        display: none;
    }

    .nav1main .right {
        display: none;
    }
    .nav1main .left{
        width: 10%;
    }
    .pright,
    .plist,
    .plistzz {
        display: block;
    }

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 .swiper img {
        height: 100%;
    }
        /* main1 */
        .main1 .m1>.right{
            margin-left: 70px;
        }
        .main1{
            height: 500px;
        }
        /* main3 */
        .main3 .m3>.left{
            position: static;
            transform: unset;
        }
        h1{
            font-size: 28px !important;
        }
        h2{
            font-size: 24px !important;
        }
        h3{
            font-size: 22px !important;
        }

    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }
    #bg>img {
        height: 100%;
        object-fit: cover;
    }

    /* 子页通用样式 */
    .newinfomodle .newinfomain,
    .newmodle .main,
    .productlistmodle .productlistmain,
    .productmodle .productmain,
    .productinfomodle .productinfomain,
    .searchmodle .searchmain {
        display: block;
    }

    .newinfomodle .newinfomain .left,
    .newmodle .main>.left,
    .productlistmodle .productlistmain>.left,
    .productmodle .productmain>.left,
    .productinfomodle .productinfomain>.left{
        width: 100%;
        display: none;
    }

    .newinfomodle .newinfomain .right,
    .newmodle .main .right,
    .productlistmodle .productlistmain .right,
    .productmodle .productmain .right,
    .productinfomodle .productinfomain>.right,
    .searchmodle .searchmain .right {
        width: 100%;
    }

    .newinfomodle .container,
    .newmodle .container,
    .productlistmodle .container,
    .productmodle .container,
    .productinfomodle .container,
    .searchmodle .container {
        padding: 0 20px;
    }

    /* new */
    .newmodle .right {
        margin-top: 20px;
    }

    /* newlist */
    .newlistmodle {
        margin: 0 10PX;
    }
    /* newinfo */
    /* product */
    /* productlist */
    .productlistmodle .right>.plst>a>img {
        width: 100%;
    }

    .productlistmodle .right>.plst>a>.txt>span:nth-child(1) {
        font-size: 25px;
    }

    /* productinfo */
    .productinfomodle .content .right>a{
        width: 50%;
    }
    .bg>img {
        height: 500px;
        object-fit: cover;
    }

    .zoomContainer {
        display: none;
    }

    /* search */
    .searchmodle .searchmain {
        display: flex;
        flex-direction: column-reverse;
    }

    .searchmodle .left .r {
        display: flex;
        margin: 0;
    }

    .searchmodle .left .cards {
        display: block;
        width: 47%;
        margin: 10px 10px;
    }

    .searchmain .left .r .imgs {
        width: 100%;
        margin: 0;
    }

    /* 404 */
    .modle404{background-size: unset;}
    
        .main3 .m3>.left>.m3txt>h1{
        font-size: 16px !important;
    }
}

/* *************************************************************************1200-1600*********************************************  */

@media (min-width:1200px) and (max-width:1400px) {
    .nav1 {
        width: 100%;
        border-radius: 0;
    }

    .nav1 .container {
        padding: 0 10px;
    }

    /*.nav1 .nav1main .center {*/
    /*    display: none;*/
    /*}*/

    /*.nav1main .right {*/
    /*    display: none;*/
    /*}*/
    /*.nav1main .left{*/
    /*    width: 10%;*/
    /*}*/
    /*.pright,*/
    /*.plist,*/
    /*.plistzz {*/
    /*    display: block;*/
    /*}*/

    #header .nav1main {
        justify-content: space-between;
    }

    .nav2 .swiper img {
        height: 100%;
    }
    /* main1 */
    .main1{
        height: 560px;
    }
    .main1 .m1>.right{
        margin-left: 70px;
    }
    /* main3 */
    .main3 .m3>.left{
        position: static;
        transform: unset;
    }
    .main3 .m3>.left>.m3txt>h1{
        font-size: 16px !important;
    }
    h1{
        font-size: 24px !important;
    }
    h2{
        font-size: 22px !important;
    }
    /* productinfo */
    .productinfomain .content .left .cnext {
        top: 92%;
        right: 0;
    }

    .productinfomain .content .left .cprev {
        top: 92%;
        left: 0;
    }


    #bg>img {
        height: 100%;
        object-fit: cover;
    }

    .productinfomodle .content .right>button {
        width: 60%;
    }
    /* 404 */
    .modle404{background-size: unset;}

}
#submit {

    color: #fff;
    background-color: #fed219!important;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
#submit1 {
    width: 100%;
    color: #fff;
    background-color: #fed219;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}
a:hover{text-decoration:none!important;}
.breadcrumbs_ty a,
.breadcrumbs_ty span{
  font-size: 18px;
  color: #000000;
}
.breadcrumbs_ty p{
  margin: 5px 0;
}
.breadcrumbs_ty{
   padding: 15px 0;
}
.breadcrumbs_ty .last{
   text-transform:capitalize !important;
}
.ty_line_down{
   width: 100%;
   background-color: #cdcdcd;
   height: 1px;
}