@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
@font-face {
    font-family: "OpenSans-Regular";
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg') format('svg');
}

@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');
}
/* html{ font-size:625%;} */
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;
}
/*p{
    text-align: start !important;
}*/
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;
}

.bm120{
    margin-bottom: 120px;
}

/*gotop*/
.gotop {
	position: fixed;
	text-align: center;
	right: 50px;
	bottom: 50px;
	color: #fff;
	background-color: #333;
	text-align: center;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	background-clip: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 99999;
	cursor: pointer;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: translateY(50%) scale(0.8);
	-webkit-transform: translateY(50%) scale(0.8);
	-ms-transform: translateY(50%) scale(0.8);
	-o-transform: translateY(50%) scale(0.8);
	transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
	background-color: #005199!important;
	color: #fff;
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop.active {
	opacity: 1;
	visibility: visible;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.breadcrumbs_ty a,
    .breadcrumbs_ty span
  {
      font-size: 18px;
      color: #000000;
  }
  .breadcrumbs_ty p{
      margin: 5px 0;
  }
   .breadcrumbs_ty{
       padding: 15px 0;
   }
   .ty_line_down{
       width: 100%;
       background-color: #cdcdcd;
       height: 1px;
   }
   .breadcrumbs_ty_grey a,
    .breadcrumbs_ty_grey span
  {
      font-size: 30px;
      color: #ffffff;
  }
  .breadcrumbs_ty_grey p{
      margin: 5px 0;
  }
   .breadcrumbs_ty_grey{
       padding: 15px 15px;
       background-color: rgba(22,22,22,0.7);
   }
  
.gotop em {
	font-size: 16px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.gotop:before {
	font-family: 'fontawesome';
	content: "\f176";
	display: block;
}

.gotop:hover:before {
	-webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5);
	opacity: 0;
	filter: alpha(opacity=0);
}

.gotop:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* header通用样式 */
.nav1{position: fixed;top: 0; width: 100%;z-index: 999;}
#header .nav1{
    background-color: #000000;
}
.nav1 .container{padding: 0;}
#header .nav1main{
    display: flex;
    height: 80px;
    justify-content: space-between;
}
.nav1main .left{
    height: 100%;
    object-fit: cover;
    line-height: 80px;
    width: 30%;
}
.nav1main .left>img{
    /* height: 50%; */
    width: 120px;
    object-fit: cover;
}
.nav1main .left>span{
font-size: 16px;
font-weight: 600;
margin: 0 10px;
color: #fff;
}
.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-around;
    margin-left: 150px;
}
.nav1main .center .head_nav>li>a{
    font-size: 12px;
    color: #aaa;
    font-weight: 600;
}
.nav1main .center .head_nav>li>a:hover{
    border: 0;
    color: #005199;
    border-top: 3px solid #005199;
}
.nav1main .center .head_nav>li>a::after{
    background-color: transparent;
    
}
.nav1main .center .head_nav>li>a>em{
    margin: 0;
}
.nav1main .center .head_nav>li.active>a{
    font-size: 16px;
    color: #005199;
    border-top: 3px solid #005199;
    font-weight: 600;
}
.nav1main>.center .sub-menu>li:hover>a{
    color: #005199;
}
.nav1main>.center .sub-menu>li:hover>a::before{
    background-color: #005199;
}
.nav_wrap .head_nav li ul{top: 100% !important;left: 10% !important;}
.nav_wrap .head_nav>li ul ul{top: -30% !important;left: 100% !important;}
.nav2{
    position: relative;
}
/* .nav2 .carousel .carousel-item>a>img{width: 100%; height: 500px;} */
.nav2cont{
    position: absolute;
    top: 15%;
    left: 10%;
}
.nav2cont .on{
    border: 1px solid #ddd;
    width: 30%;
    padding: 5px ;
    border-radius: 55px;
    display: flex;
    background-color: #eff0f4;
    margin-bottom: 20px;
}
.nav2cont .on .left{
    width: 35%;
    background-color: #f89047;    
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    text-align: right;
}
.nav2cont .on .left>span{
    display: block;
    /* line-height: 50px; */
    color: white;
    font-size: 15px;
    padding: 10px 0;
}
.nav2cont .on .right{
    width: 60%;
}
.nav2cont .on .right>span{
    display: block;
    padding: 10px 0;
    /* line-height: 50px; */
    color: #9399a6;
    font-size: 15px
}
.nav2cont .in{
    margin-bottom: 40px;
}
.nav2cont .in>div{
    width: 40%;
    font-size: 60px;
    font-weight: 600;
    /* color: white; */
}
.nav2cont .un>button{
    padding: 15px 20px;
    background-color: #005199;
    color: white;
    border: 0;
    border-radius: 5px;
}
.nav2cont .un>button>i{
    width: 14px;
    margin: auto 0;
}
.nav2cont .un>button:hover{
    padding: 15px 20px;
    background-color: white;
    color: #005199;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
}
.nav2txt{
    position: absolute;
    display: flex;
    top: 15%;
    left: 45%;
}

.nav2txt>span{
    display: block;
    margin: 0 100px;
    color: white;
}
.nav2txt>span>p:nth-child(2){
    font-size: 23px;
    font-weight: 600;
}
.nav2txt>span:nth-child(2){
    text-align: right;
}
.nav2txt2{
    display: none;
}

.nav2lunbo{
    position: absolute;
    width: 30%;
    object-fit: cover;
    overflow: hidden;
    bottom: 3%;
    left: 10%;
}
.nav2lunbo .swiper{
    width: 100%;
}
.nav2lunbo .swiper img{width: 100%;}
.carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 50% !important
}
.d-block{width: 100% !important;}
.carousel-control-prev>img,.carousel-control-next>img{
    width: auto;
}

/* footer通用样式 */
.footermain{
    /* background-color: black; */
    color: white;
    background-image: url(../images/fbg.png);
    position: relative; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footermain .main>ul{display: flex;padding: 150px 0;width: 100%;justify-content: space-between; position: relative; z-index:999;}
.footermain .main>ul li img{
    width: 120px;
}
.footermain .main>ul>li:nth-child(1)>ul{display: flex;}
.footermain .main>ul>li:nth-child(1)>div{margin: 20px 0;}
.footermain .main>ul>li:nth-child(1)>div>h6{font-size: 18px;font-weight: 600;}
.footermain .main>ul>li:nth-child(1)>div>p{font-size: 16px;}

.footermain .main>ul>li:nth-child(1)>ul>li{margin-right: 10px;}
.footermain .main>ul>li:nth-child(1)>ul>li>i{font-size: 20px;}
.footermain .main>ul>li:nth-child(2)>div{margin: 0 0 20px 0;}
.footermain .main>ul>li:nth-child(2)>div>p{color: #0ba7f1; font-size: 16px; margin-bottom: 10px;}
.footermain .main>ul>li:nth-child(2)>div>h6{ font-size: 20px;}

.footermain .main>ul>li:nth-child(3)>h6{font-size: 18px; color: #0ba7f1; margin-bottom: 10px;}
.footermain .main>ul>li:nth-child(3)>p{font-size: 16px;margin-bottom: 10px;opacity: 0.8;}

.footer{position: relative;}
.footer .fimg{
    position: absolute;
    bottom: 47px;
    z-index: 999;
    right: 0;
}

.footer .line{
    width: 100%;
    background-color: #aaa;
    height: 2px;
}
.footd .down{
    display: flex;
    /* justify-content: end; */
    margin: auto 0;
}
.footd .down>span{
    color: #aaa;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
}
.pright,.plist,.plistzz{
    display: none;
}
.nav_wrap .head_nav li ul{
    top: 75%;
    left: 20%;
}
/* 客服模块 */
.side_content .side_list .cont li a:hover{
    color: #005199;
}
.side_content .side_list .cont li i{color: #005199;}

/* 手机导航样式 */
.plist{
    position: absolute;
    top: 0;
    left: -100%;
    background-color: white;
    width: 300px;
    height: 1087%;
    z-index: 999;
    transition: 0.5s !important;
}
.plist>div{display: flex; justify-content: space-between;align-items: center;}
.plist>div>img{height: auto; margin-left: 10px;}
.plist>div>i{font-size: 40px; margin:10px; color: #005199;}
.plistzz{
    position: absolute;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 1087%;

    z-index: 999;
    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{
    color: #005199;
}
.plist>ul>li:hover{
    color: #000;
}
.plist>ul>li>ul{
    display: none;
}
.plist>ul>li>ul>li{
    padding: 5px;
    color: #333;
}
.plist>ul>li:nth-child(1){position: relative;}
.plist>ul>li:nth-child(1)>i{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
}
.plist>ul>li:nth-child(1)>input{
    width: 100%;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #000000;
    font-size: 25px;
}
.plist>ul>li>ul>li:hover{
    color: #005199;
}
.pright #nva1se{
    font-size: 30px;
    color: #005199;
    padding: 10px;
}
/* 查询 */
.szz .main{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999999;
}
.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-left: 50px;
}
.szz .main>div>div{position: relative;}
#sses{
    position: absolute;
    font-size: 30px;
    color: #fff;
    left: 0;
    bottom: -50px;
    cursor: pointer;
}

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

/* 客服  */


/* new */
.newmodle{
    margin: 100px 0;
}
.newmodle .main{
    display: flex;
    justify-content: space-between;
}
.newmodle .left{
    width: 27%;
}
.newmodle .right{
    width: 70%;
}
.newmodle .left>.title{
    background-color: #005199;
    text-align: center;
    width: 100%;
}
.newmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.newmodle .left>ul{
    width: 100%;
}
.newmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.newmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.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: 14px;
    padding: 5px;
}
.newmodle .right>ul>li>.liright>span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    color: #333;
}
.newmodle .right>ul>li>.liright>span:nth-child(2):hover{
    color: #005199;
}
.newmodle .right>ul>li>.liright>span:nth-child(3){
    font-size: 14px;
    padding: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newmodle .right>ul>li>.lileft>img{
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newmodle .right>ul>li>.lileft{
    width: 30%; 
}
.newmodle .right>ul>li>.liright>a{
    color: #005199;
    text-align: right;
    margin-right: 15px;
    padding: 20px 0;
}
.newmodle .right>ul>li>.liright{
    margin-left: 10px;
    width: 100%;

}
.newmodle .right>ul>li{
    padding-bottom: 10px;
    margin: 50px 0;
    cursor: pointer;
}
.newmodle .right>ul>li:nth-child(1){
    margin-top: 0;
}
.newmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.newmodle .pagelist>a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.newmodle .pagelist>a.item2{
    width: 120px;
}
.newmodle .pagelist>a:hover{
    color: #005199;
}
.newmodle .pagelist>a.on{
	background: #005199;
	color: #fff;
}
.newmodle .right>ul>li{
    position: relative;
}
.newmodle .right>ul>li>.line{
    width: 100%;
    height: 5px;
    background-color: #eee;
    position: absolute;
    bottom: -5%;
}
.newmodle .right>ul>li>.line2{
    width: 00%;
    height: 5px;
    background-color: #005199;
    position: absolute;
    bottom: -5%;
}
.newmodle .right>ul>li:hover>.line2{
    width: 100%;
    transition: 0.5s;
}
#newlist>li>a:hover{
    color: #005199;
}
#newlist>li>a.active{
    color: #005199;
}
/* newlist */
.newlistmodle{
    margin: 100px;
}
.newlistmodle .newlistmain .txt>span:nth-child(1){
    color: #bbb;
    font-size: 14px;
    padding: 5px;
}
.newlistmodle .newlistmain .txt>span:nth-child(2){
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}
.newlistmodle .newlistmain .txt>span:nth-child(3){
    font-size: 14px;
    padding: 5px;
    color: #bbb;
    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: 20px 10px;
    border: 1px solid #bbb;
}
.newlistmodle .newlistmain .imge{
    width: 100%;
    overflow: hidden;
    /* height: 300px; */
}
.newlistmodle .newlistmain .imge>img{
    overflow: hidden;
    transition: all 2s;
    width: 100%;
}
.newlistmodle .newlistmain .imge:hover>img{
    transform: scale(1.1);
    transition: 0.5s;
}
.newlistmodle .newlistmain{
    position: relative;
    box-shadow: 3xp 3px 4px 2px #005199;
}
/* .newlistmodle .newlistmain >.line{
    width: 100%;
    height: 5px;
    background-color: #bbb;
    position: absolute;
    bottom: 0;
} */
.newlistmodle .newlistmain>.line2{
    width: 00%;
    height: 5px;
    background-color: #005199;
    position: absolute;
    bottom: 0;
}
.newlistmodle .newlistmain:hover>.line2{
    width: 100%;
    transition: 0.5s;
}

.newlistmodle .newlistmain .txt{
border: 0;
box-shadow: 2px 2px 2px 2px #eee;
padding: 30px 15px 50px 15px;
}

.newlistmodle .c{
    padding: 20px;
}
.newlistmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.newlistmodle .pagelist>a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.newlistmodle .pagelist>a.item2{
    width: 120px;
}
.newlistmodle .pagelist>a.on{
    background: #005199;
	color: #fff;
	border-color: #005199
}
.newlistmodle .c{
    cursor: pointer;
}
/* newinfo */
.newinfomodle{
    margin: 100px 0;
}
.newinfomodle .newinfomain{
    display: flex;
    justify-content: space-between;
}
.newinfomodle .left{
    width: 27%;
}
.newinfomodle .right{
    width: 70%;
}
.newinfomodle .left>.title{
    background-color: #005199;
    text-align: center;
    width: 100%;
}
.newinfomodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.newinfomodle .left>ul{
    width: 100%;
}
.newinfomodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.newinfomodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.newinfomodle .right .newtit{
    border-bottom: 1px dashed #bbb;
    padding: 10px 0;
}
.newinfomodle .newtime{
    margin: 10px 0;
}

.newinfomodle .newcon{
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
}
.newinfomodle .newcon>p{
    padding: 5px 15px;
}
.newinfomodle .updown{
    padding: 10px 0;
}
.newinfomodle .updown>div{
    padding: 5px 0;
}
#newlist>li>a>i{
    display: none;
}
#newlist>li>a:hover{
    color: #005199;
}
#newlist>li>a.active{
    color: #005199;
}
.newinfomodle .right .updown>div>a:hover{
    color: #005199;
}
/* prouuct */
.productmodle{
    margin: 100px 0;
}
.productmodle .productmain{
    display: flex;
    justify-content: space-between;
}
.productmodle .left{
    width: 27%;
}
.productmodle .right{
    width: 70%;
}
.productmodle .left>.title{
    background-color: #005199;
    text-align: center;
    width: 100%;
}
.productmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productmodle .left>ul{
    width: 100%;
}
.productmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productmodle .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productmodle .right .c{
    padding: 0;
    text-align: center;
    margin: 10px;
    width: 30%;
}
.productmodle .right .row{
    width: 100%; 
    margin: 0;                                                                                                                 
}
.productmodle .right .down{
    cursor: pointer;
    width: 100%;
}
.productmodle .right .down .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    display: inline-block;
    height: 100%;
}
.productmodle .right .down .img>img{
    transition: all 0.5s;
    width: 100%;

}
.productmodle .right .c .down .img .up{
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    top: -100%;
    background-color: #005199;
    opacity: 0.3;
    transition: all 0.5s;
}
.productmodle .right .c .up .dup{
    position: relative;
    width: 100%;
    height: 100%;
}
.productmodle .right .c .up .dup i{
    position: absolute;
    top: -100%;
    left: 50%;
    font-size: 50px;
    color: white;
    display: flex;
    transform: translate(-50%,-50%);
    transition:all  0.5s;
}
.productmodle .right .c .img:hover .up .dup i{
    top: 50%;
}
.productmodle .right .down .img:hover>img{
    transform: scale(1.1);
    transition: 0.5s;
}
.productmodle .right .down .img:hover .up{
    top: 0;
    /*transition: 1s;*/
}
.productmodle .right .down>span{
    padding: 5px;
}
.productmodle .pagelist{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px
}

.productmodle .pagelist>a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.productmodle .pagelist>a.item2{
    width: 120px;
}
.productmodle .pagelist>a.on{
    background: #005199;
	color: #fff;
	border-color: #005199
}

#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}
#productlist>li>ul>li>a:hover{
    color: #005199;
}
/* #productlist>li>ul>li>a.active{
    color: #005199;
} */
#productlist>li>a:hover{
    color: #005199;
}
/* #productlist>li>a.active{
    color: #005199;
} */
/* productlist */
.productlistmodle{
    margin: 100px 0;
}
.productlistmodle .productlistmain{
    display: flex;
    justify-content: space-between;
}
.productlistmodle .left{
    width: 27%;
}
.productlistmodle .right{
    width: 70%;
}
.productlistmodle .left>.title{
    background-color: #005199;
    text-align: center;
    width: 100%;
}
.productlistmodle .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productlistmodle .left>ul{
    width: 100%;
}
.productlistmodle .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productlistmodle .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productlistmodle .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productlistmodle .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.productlistmodle .pagelist>a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.productlistmodle .pagelist>a.item2{
    width: 120px;
}
.productlistmodle .pagelist>a.on{
    background: #005199;
	color: #fff;
	border-color: #005199
}
.productlistmodle .right>ul>li{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    margin: 15px;
    overflow: hidden;
}
.productlistmodle .right>ul>li>.img{
    width: 35%;
    overflow:hidden;
    border-radius: 15PX;

}
.productlistmodle .right>ul>li>.img>img{
    width: 100%;
    transition: 0.3s;
    border-radius: 15PX;
}
.productlistmodle .right>ul>li>.txt{
    width: 63%;
}
.productlistmodle .right>ul>li>.txt>span:nth-child(1){
font-weight: bold;
font-size: 35px;
}
.productlistmodle .right>ul>li>.txt>.sline{
    width: 40%;
    height: 5px;
    background-color: #005199;
}
.productlistmodle .right>ul>li>.txt>span:nth-child(3){
    display: block;
    padding: 20px 0; 
}
.productlistmodle .right>ul>li>.txt>button{
    padding: 10px 18px;
    border: 0;
    background-color: #005199;
    color: white;
}
.productlistmodle .right>ul>li:hover{
    box-shadow: 3px 3px 2px 2px #ddd;
    transition: 0.6s;
}
.productlistmodle .right>ul>li:hover>.img>img{
    transform: scale(1.1);
    object-fit: cover;
    transition: 0.3s;
}
.productlistmodle .right>ul>li:hover>.txt>button{
    background-color: #050141;
    transition: 0.3s;
}

#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
    /* padding: 0 5px; */
}
#productlist>li>ul>li>a:hover{
    color: #005199;
}
#productlist>li>ul>li>a.active{
    color: #005199;
}
#productlist>li>a:hover{
    color: #005199;
}
#productlist>li>a.active{
    color: #005199;
}

/* productinfo */
.productinfomodle {
    margin: 100px 0;
}
.productinfomodle  .productinfomain{
    display: flex;
    justify-content: space-between;
}
.productinfomodle  .left{
    width: 27%;
}
.productinfomodle  .right{
    width: 70%;
}
.productinfomodle  .left>.title{
    background-color: #005199;
    text-align: center;
    width: 100%;
}
.productinfomodle  .left>.title>a{
    width: 100%;
    font-size: 24px;
    color: white;
    padding: 20px 0;
    display: block;
}
.productinfomodle  .left>ul{
    width: 100%;
}
.productinfomodle  .left>ul>li{
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 10px;
    font-size: 16px;
    cursor: pointer;
}
.productinfomodle .left>ul>li a{
    align-items: center;
}
.productinfomodle  .left>ul>li>ul>li{
    cursor: pointer;
    color: #bbb;
    border-bottom:  1px solid #eee;
    padding: 10px;
}
.productinfomodle  .left>ul>li>ul>li:nth-last-child(1){
    border: 0;
}
.productinfomodle .right .left{
    width: 50%;
}
.productinfomodle .right .left .big{
    display: block;
    width: 88%;
    margin: 0 auto;
}
.productinfomodle .right .left .swiper-container{
    margin-top: 10px;
}
.productinfomodle .content{
    display: flex;
}
.productinfomodle .content .right{
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}
.productinfomodle .content .right>span:nth-child(1){
    font-size: 20px;
    color: #005199;
    font-weight: 600;
}
.productinfomodle .content .right>button{
    width: 40%;
    padding: 10px 0;
    border: 0;
    color: white;
    background-color: #005199;
    margin-top: 10px;
}
.productinfomodle .content .right>button:hover{
    background-color: white;
    border: 2px solid #005199;
    color: #005199;
    transition: 0.6s;
}

.productinfomodle .news{
    margin-top: 50px;
    border: 0;
}
.productinfomodle .news .bt{
    display: flex;
    padding: 0;
}
.productinfomodle .news .bt>button{
    border: 1px solid #005199;
    color: #005199;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    margin-right: 20px;
}
.productinfomodle .news .bt>button.active{
    border: 0;
    color: white;
    background-color: #005199;
}  
.productinfomodle .news .txt{
    padding: 20px 0;
}
.productinfomodle .news .txt>h3{
    padding: 10px 0;
}
.productinfomodle .tit{
    background-color: #005199;
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 8px;
}
.productinfomodle .inp .inpmain>ul>li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.productinfomodle .inp .inpmain>ul>li>div{
    width: 48%; 
}
.productinfomodle .inp .inpmain>ul>li>div>input{
    width: 100%;
    padding: 10px 5px;
    border-radius: 6px;
    border: 0;
    background-color: #f6f7fa;
    margin-top: 3px;
}
.productinfomodle .inp .inpmain .textarea{
    width: 100%;
}
.productinfomodle .inp .inpmain .textarea>textarea{
    width: 100%;
    background-color: #f6f7fa;
    border: 0;
    border-radius: 6px;
}
.productinfomodle .inp .inpmain>button{
    padding: 15px 25px;
    background-color: #005199;
    color: white;
    border-radius: 8px;
    border: 0;
    margin-top: 10px;
}
.productinfomodle .show{
    margin-top: 50px;
    text-align: center;
}
.productinfomodle .show .tit{
    margin: 30px 0;
}

.productinfomodle .down .img{
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}
.productinfomodle .down .up{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #005199;
    opacity: 0.6;
    display: none;
}
.productinfomodle .down .up>i{
    font-size: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.productinfomodle .down:hover .up{
    display: block;
    transition: 0.6s;
}
.productinfomodle .down:hover .img>img{
    transform: scale(1.1);
    transition: 0.6s;
}
.productinfomodle .down:hover>span>a{
    color: #005199;
}
.swiper-pagination{
    position: relative;
    bottom: 0;
    font-size: 30px;    
}
.swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background-color: #005199;
}
.productinfomodle .show .ss{
    display: none;
}
.productinfomodle .content .swiper-container img{
    /*width: 80px;*/
    /*height: 40px;*/
}

.content .swiper-container{
    width: 80%;
    margin: auto;
}
.productinfomodle .s{
    width: 100%;
    overflow: hidden;
}
.b{
    margin-top: 20px;
}
.b .swiper-slide{
    /* width: 80px !important; */
    /*height: 50px;*/
}
.b img{
    /*width: 80px;*/
    /*height: 100%;*/
}
.b>.swiper-wrapper>.swiper-slide>a.active>img{
    border: 2px solid #005199;
}

.productinfomain .content .left{
    position: relative;
}
.productinfomain .content .left .cprev{
    position: absolute;
    top: 92%;
    height: 25px;
    background-image: url(../images/swiper_button_004.png);
    background-position: 10px;
}
.productinfomain .content .left .cnext{
    position: absolute;
    top: 92%;
    width: 25px;
    height: 25px;
    background-image: url(../images/swiper_button_004.png);
    background-position: -10px;
}
.div-not-click {
    pointer-events: none;
    opacity: 0.5;
    /* transform: scale(); */
}
.bg>img{
    position: relative; 
    width: 100%;
}

.productinfomain .content{
    position: relative;
}
.thumbnail{
    width: 400px;
    height: 300px;
    position: relative;
}
.original{
    position: absolute;
    top: 0;
    left: 100%;
    width: 600px;
    height: 300px;
    overflow: hidden;
    opacity: 0.8;
    display: none;
}
.original>img{
    width: 1200px;
    height: 600px;
    position: absolute;
    object-fit: cover;
}
.magnifier{
    width: 50px;
    height: 50px;
    background: rgba(34, 33, 33, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
/* #productlist>li>a.active{
    color: #005199;
} */
#productlist>li>a:hover{
    color: #005199;

}
.show .s .img>img{height: 166px;border-radius: 15px;}

.productinfomain .left>ul>li>ul>li:hover>a{
    color: #005199;
}
#productlist>li>ul>li>a::before{
    content: '-  ';
    font-size: 20px;
    font-weight: 600;
}

/* search */
.searchmodle{
    margin: 100px 0;
}
.searchmodle .searchmain{
    display:flex;
}
.searchmodle .searchmain .left{
    width: 70%;
    /* border: 1px solid #005199; */
}
.searchmodle .searchmain .right{
    width: 29%;
    /* border: 1px solid #005199; */
}
.searchmodle .left .cards{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 80%;
    padding: 10px;
    background-color: #f6f9fc;
    border-radius: 10px;
    margin: 10px;
}
.searchmodle .left .up{
    color:#86939f ;
}
.searchmodle .left .line{
    border-bottom: 1px solid #86939f;
    display: none;
}
.searchmodle .left .up>p:nth-child(4){
    padding: 10px;
    color: #005199;
}
.searchmodle .left .up>p:nth-child(2){
    padding: 15px;
}
.searchmodle .left .up>h6{
    font-size: 24px;
    padding: 18px 15px 10px 15px;
}
.searchmodle .left .cards>.up>h6:hover{
    color: #005199;
}

.searchmodle .right .frame{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.searchmodle .right .frame>input{
    width: 100%;
    padding: 10px;
    border:1px solid  transparent;
    background-color: #f6f9fc;

}
.searchmodle .right .frame>input:focus{
    border:1px solid  #005199;
    transition: 0.6s;
    background-color: #fff;
}
.searchmodle .right .frame>button{
    position: absolute;
    right: 0;
    border: 0;
    background-color: #005199;
    color: white;
}
.searchmodle .right .frame>button>i{
    padding: 15px;
}
.searchmodle .right .txt{
    height: 50px;
    margin-top: 10px;
    display: flex;
    font-size: 30px;
}
.searchmodle .right .txt>span{
    line-height: 50px;
    padding: 0 10px;

}
.searchmodle .right .txt>span:nth-child(3){
    color: #005199;
    cursor: pointer;
}
.searchmodle .right .txt>span:nth-child(3):hover{
    color: #005199;
    transition: 0.8s;
}
.searchmodle .right .txt .t{
    width: 5px;
    height: 50px;
    background-image: linear-gradient(red,yellow);
}
.searchmodle .right .hello{
    color: #50626f;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0;
}
.searchmodle .right .hello:hover{
    color: #005199;
    transition: 0.6s;
}
.searchmodle .right .img{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    height: 400px;
    position: relative;
}
.searchmodle .right .img>img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 0.8s;
}
.searchmodle .right .img:hover>img{
    transform: scale(1.2);
    transition: 0.8s;
    cursor: pointer;
}
.searchmodle .right .img>.zz{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#2e3a46;
    opacity: 0.5;
    top: 0;
    transition: 0.8s;
}
.searchmodle .right .img:hover>.zz{
    opacity: 0.8;
    transition: 0.8s;
}
.searchmodle .right .img .txt{
    display: flex;
    flex-direction: column;
    padding: 10px;
    position: absolute;
    top: 30%;
    text-align: left;
    left: 6%;
}
.searchmodle .right .img .txt>button{
    width: 50%;
    padding: 10px 20px;
    background-color: #005199;
    color: white;
    border: 1px solid transparent;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.8s;

}
.searchmodle .right .img .txt>button:hover{
    background-color:transparent;
    border: 1px solid #005199;
    color: #fff;
    transition: 0.8s;
}

.searchmain .pagelist{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 30px
}

.searchmain .pagelist>a.item{
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.searchmain .pagelist>a.item2{
    width: 120px;
}
.searchmain .pagelist>a:hover{
    color: #005199;
}
.searchmain .pagelist>a.on{
	background: #005199;
	color: #fff;
}
.searchmain .left .r .imgs{
    width: 20%;
    /* object-fit: cover; */
    border-radius: 10px;
}
.searchmain .left .r .imgs>img{
    border-radius: 5px;
    width: 100%;
}
.m4zz{
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

/* 404 */
.modle404 .modlemain404{display: flex;}
.modlemain404 .left{width: 60%; display: flex; justify-content: end;}
.modlemain404 .left>img{width: 80%;object-fit: cover;}
.modlemain404 .right{width: 39%;}
.modlemain404 .right>h1{padding: 10px 0;font-size: 100px;}
.modlemain404 .right>h6{font-size: 30px; padding: 10px 0;}
.modlemain404 .right>p{
    padding: 10px 0;
}
.modlemain404 .right>button{
    padding: 11px 20px;
    border-radius: 55px;
    border: 2px solid #0d3de5;
    background-color: white;
    margin: 20px 0;
}
.modlemain404 .right>button:hover{
    background-color: #0d3de5;
    color: white;
    transition: 0.5s;
}

/* main1 */
#main{
    background-image: url(../images/mainbgimg.png);
}
.main1 .main .top{display:flex; justify-content: center; align-items: center;}
.main1 .main .top>span{
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #005199;
    margin: 0 10px;
}
.main1 .main .center{display: flex;flex-direction: column;align-items: center;}
.main1 .main .center>h4{color: #68696a; padding: 10px;margin: 5px 0;}
.main1 .main .center>h3{color: #0ba7f1; padding: 5px;margin: 5px 0;}
.main1 .main .center>input{
    margin: 15px;
    padding: 8px 40px;
    background-color: #005199;
    border: 0;
    color: #fff;
    /* box-shadow: 1px 1px 1px #000, -1px -1px 1px #fff; */
    border-left: 3px solid #407db3;
    border-top: 3px solid #407db3;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-radius: 1px;
    margin-bottom: 40px;
}

.main1 .main{position: relative;}
.main1 .swiper-button-next, .main1 .swiper-button-prev{
    display: block;
    top:103%;
    background-color: #005199;
    border-left: 3px solid #407db3;
    border-top: 3px solid #407db3;
    border-right: 3px solid #407db3;
    border-bottom: 3px solid #407db3;
    border-radius: 1px;
    height: 50px;
    z-index: 99 !important;
    width: 50px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main1 .swiper-button-next.swiper-button-disabled,.main1 .swiper-button-prev.swiper-button-disabled{
    background-color: #cbd0d7;
    opacity: 1;
    border-left: 3px solid #bdc3c9;
    border-top: 3px solid #bdc3c9;
    border-right: 3px solid #bdc3c9;
    border-bottom: 3px solid #bdc3c9;
    border-radius: 2px;
    cursor: pointer;
}
:root{
    --swiper-navigation-size:25px;
}
.main1 .main .down{
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}
.main1 .main .down>h4{
    color: #005199;
}

/* main2 */
.main2{
    /* background-color: #005199; */
    background-image: url(../images/jx\ 6.png);
    z-index: 99;
}
.main2 .main>ul{
    padding: 100px 0 50px 0;
    display: flex;
    justify-content: space-between;
}
.main2 .main>ul>li{
    position: relative;
}
.main2 .main>ul>li>img{
    height: 80px;
    width: 80px;
}
.main2 .main>ul>li>.txt{
    position: absolute;
    color: #fff;
    top: -60%;
    left: -187%;
    width: 334%;
    text-align: center;
}
.main2 .main>ul>li>.txt h3{
    font-size: 55px;
    font-weight: 600;
}
.main2 .main>ul>li>.txt>h6{
    font-size: 25px;
}
/* main3 */
.main3 .main>.up{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.main3 .main>.up>span{
    width: 100px;
    height: 3px;
    background-color: #005199;
    margin: 0 15px;
}
.main3 .main>.up>h1{
    font-size: 60px;
    font-weight: 600;
}
.main3 .main .down>ul>li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    width: 46%;
    margin: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.main3 .main .down>ul>li>img{
    width: 95%;
}
.main3 .main .down>ul>li>.txt{
    width: 80%;
    padding: 15px 0;
}
.main3 .main .down>ul>li>.txt>h3{
    padding: 15px;
    font-weight: 600;
}
.main3 .main .down>ul>li>.txt p{
    display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     overflow: hidden;


}
.layout>ul{
    display: none;
}
.main3 .main .down>ul>li>.btns>img{
    width: 100px;
    height: 100px;
    display: none;
}
.main3 .main .down>ul>li>.btns>img.active{
    display: block;
}
.main3 .main .down>ul>li:hover>.txt{
    color: #005199;
    transition: 0.3s;
}
.main3 .main .down{
    text-align: center;
}
.main3 .main .down>input{
    padding: 10px 40px;
    border: 1px solid #005199;
    background-color: transparent;
    color: #005199;
    margin: 50px 0 25px 0;
    font-weight: 600;
    transition: 0.5s;
}
.main3 .main .down>input:hover{
    border: 1px solid transparent;
    background-color: #005199;
    color: #FFF;
    transition: 0.5s;
}
/* main4 */
.main4{
    background-image: url(../images/agricultural-silos-building-exterior.png);
    height: 1091px;
    object-fit: cover;
}
.main4 .main{text-align: center;}
.main4 .main>h1{font-size: 60px; font-weight: 600; margin: 20px 0 !important; padding-top: 20px !important;color:#fff;}
.main4 .main>p{padding: 2px 0; color:#fff;}
.main4 .main>input{
    padding: 10px 50px; 
    margin: 40px;
    color: #fff;
    background-color: #005199;
    border-left: 3px solid #407db3;
    border-top: 3px solid #407db3;
    border-right: 1px solid #407db3;
    border-bottom: 1px solid #407db3;
    border-radius: 1px;
}
/* main5 */
.main5{background-image: url(../images/tc\ 17.png);height: 740px;position: relative;}
.main5 .m5bg{position: absolute; width: 100%;height: 100%; top: 0;opacity: 0.6;}
.main5 .m5bg>img{width: 100%;height: 100%;}
.main5 .main>.up{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}
.main5 .main>.up>span{
    width: 100px;
    height: 3px;
    background-color: #005199;
    margin: 0 15px;
}
.main5 .main>.up>h1{
    font-size: 100px;
    font-weight: 600;
}
.main5 .c{position: relative;}
.main5 .c .nc{
    text-align: center;
    width: 60%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36%;
    object-fit: cover;
}
.main5 .c .nc .up>h5{font-weight: 600;}
.main5 .c .nc .down{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main5 .c .nc>.line{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 15px 0;
}
.main5 .c .nc>.m5btn{
    padding: 8px 40px;
    margin: 10px 0;
    border-radius: 1px;
    cursor: pointer;
}
.main5 .c .tme>div:nth-child(1){font-size:45px;}
.main5 .c .tme{
    position: absolute;
    background-color: #005199;
    color: #fff;
    width: 60px;
    /* height: 100px; */
    /* text-align: center; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    left: 5%; 
}
.main5 .c .tme>div:nth-child(1){height: 60px;}
.main5 .c .tme>div:nth-child(2){text-align: center;height: 39%;}
.main5 .main{position: relative;}
.main5 .swiper-button-next, .main5 .swiper-button-prev{
    display: block;
    top:110%;
    right: 0;
    background-color: #005199;
    border-left: 3px solid #407db3;
    border-top: 3px solid #407db3;
    border-right: 3px solid #407db3;
    border-bottom: 3px solid #407db3;
    border-radius: 1px;
    z-index: 99 !important;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main5 .swiper-button-next{right: 30px;}
.main5 .swiper-button-prev{left: 0;}
.main5 .swiper-button-next.swiper-button-disabled,
.main5 .swiper-button-prev.swiper-button-disabled{
    background-color: #cbd0d7;
    opacity: 1;
    border-left: 3px solid #bdc3c9;
    border-top: 3px solid #bdc3c9;
    border-right: 3px solid #bdc3c9;
    border-bottom: 3px solid #bdc3c9;
    border-radius: 2px;
    cursor: pointer;
}
.main5 .swiper-pagination{
    position: absolute;
    left: 50%;
    transform: translateX(-10%);
    bottom:-20%;
}
.main5 .m5lunbo2{display: none;}

/* h1标题 */
.main5 .main>.up>h1,
.main4 .main>h1,
.main3 .main>.up>h1,
.main1 .main .top h1{
    font-size: 3.5rem;
    font-weight: 600;
}
h1>.fl-heading-text{
    font-size: 45px;
    font-weight: 600;
}
.fl-module-content{
    margin-left: 0;
}
h2>.fl-heading-text{
    font-size: 22px;
}
hr{
    display: none;
}
.fl-callout-title-text{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lian{
    width: 40%;
    padding: 10px 0;
    border: 0;
    color: white;
    background-color: #005199;
    margin-top: 10px;
    text-align: center;
}
.n2swp{
    position: absolute;
    width: 100% !important;
    text-align: center !important;
}
.n2swp .swiper-pagination-bullet{
    background-color: #ffffff;
}
.n2spimg{
    max-height: 500px;
    object-fit: cover;
}
.fl-module-content{
    /*margin: 0 !important;*/
}
.fl-rich-text p{
    margin: 10px 0;
}


/**/
.pagelist{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px
}

.pagelist a,.pagelist span {
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 2px;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	color: #333;
	text-align: center;
	background: #fff;
	transition: all .3s ease;
	margin: 0 5px

}
.pagelist a.item2{
    width: 120px;
}
.pagelist a:hover{
    color: #005199;
}
.pagelist a.current{
	background: #005199;
	color: #fff;
}



@media (max-width:576px)
{
    /*头部 脚部样式  */
    .nav1 .nav1main .center{display: none;}
    .nav1 .container{padding: 0 20px;}
    .d-block{width: 100% !important;}
    .carousel-indicators{top: 80%;}
    /* .nav2 .carousel-inner .carousel-item>a>img{width: 100%;} */

    .footer .footermain .container{padding: 20px;}
    /* .footer .footermain .main{text-align: center;} */
    .footer .footermain .main>ul{flex-direction: column;width: 100%; padding: 80px 0;}
    /* .footermain .main>ul>li:nth-child(1)>ul{justify-content: center} */
    .footer .footermain .main .left{width: 100%;text-align: center;}
    .footer .footermain .main .right{width: 100%;}
    .footermain .main .left>input{width: 100%;}
    .footermain .main .left>button{width: 100%;}
    .footermain .main .right>ul{flex-direction: column;}
    .footermain .main .right>ul>li{width: 100%;text-align: center;padding: 10px 0;}
    .footermain .main .right>ul>li>ul{justify-content: center;}
    .footd .down{
        display: flex;
        justify-content: center;
        margin: auto 0;padding-bottom: 20px;

    }
    .footd .container{padding: 0;}
    .footd .down>span{padding:  15px 0;}
    .footer .fimg{
        width: 50%;
        bottom: 100px;
        right: 0;
    }
    /* 主体部分 */
    .main1 .main .center{text-align: center;}
    .main2 .main>ul{
        flex-direction: column;
    }
    .main2 .main>ul>li{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main2 .main>ul>li>.txt{
        position: static;
        width: auto;
    }
    .main3 .main .down>ul>li{
        width: 100%;
        margin: 10px 0;
    }
    /* .main3 .main>.up>h1{
        font-size: 25px;
    } */
    .main4{height: auto;}
    .main4 .main>input{
        margin: 40px 0;
    }
    .main5{
        height: 660px;
    }
    /* .main5 .main>.up>h1{
        font-size: 25px;
    } */
    .main5 .m5lunbo{display: none;}
    .main5 .m5lunbo2{display: block;}
    .main5 .c .nc{
        position: static;
        width: 100%;
    }
    .main5 .c>img{
        height: 300px !important;
    }
    .main5 .swiper-button-next, 
    .main5 .swiper-button-prev{top: 88%;}
    .main5 .swiper-button-next{right: 0;}
    .pright,.plist,.plistzz{
        display: block;
    }
    .footermain .right>ul>li:nth-child(1){
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footermain .right>ul>li:nth-child(1)>div{padding:0 10px ;}
    .footermain .right>ul>li>div>i{padding: 0;}
    .main5 .main>.up>h1,
    .main4 .main>h1,
    .main3 .main>.up>h1,
    .main1 .main .top h1{
        font-size: 1.5rem;
        font-weight: 600;
    }

    /* 子页通用样式 */
    .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,
    .searchmodle .searchmain .left{width: 100%;}

    .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 .main>.left{display: none;}
    .newmodle .right{margin-top: 20px;}
    .newmodle .right>ul>li{display: block;}
    .newmodle .right>ul>li>.lileft{width: 100%;}
    /* newlist */
    .newlistmodle{margin: 0;}
    /* newinfo */
    .newinfomodle .newinfomain>.left{display: none;}

    /* product */
    .productmodle .right .c{width: 100%;}
    .productmodle .productmain>.left{display: none;}
    /* productlist */
    .productlistmodle .right>ul>li{display: block;}
    .productlistmodle .right>ul>li>img{width: 100%;}
    .productlistmodle .right>ul>li>.txt{width: 100%;}
    .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
    .productlistmodle .productlistmain>.left{display: none;}
    /* productinfo */
    .productinfomodle .content{display: block;}
    .productinfomodle .content .right>button{width: 60%;}
    .productinfomain .content .left .cnext{top: 94%;right:0;}
    .productinfomain .content .left .cprev{top: 94%;left: 0;}
/*    .s{display: none;}*/
    .productinfomodle .show .ss{display: block; overflow: hidden;}
    .productinfomodle .show .ss .down .img{width: 100%; object-fit: cover;}
    .productinfomodle .show .ss .down .img>img{width: 100%; border-radius: 15px;}
    .productinfomodle{margin: 50px 0;}
    .productinfomain>.left{display: none;}
    .productinfomodle .content .right>span:nth-child(1){font-size: 16px;}
    .zoomContainer{display: none;}

    /* 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 .container{padding: 0 20px;} 
    .modle404 .modlemain404{display: block;}
    .modlemain404 .left{width: 100%; display: flex; justify-content: center;}
    .modlemain404 .left>img{height: 300px;}
    .modlemain404 .right{width: 100%; text-align: center;}
	}


@media (min-width:576px) and (max-width:767px)
{
        /*头部 脚部样式  */
        .nav1 .nav1main .center{display: none;}
        .nav1 .container{padding: 0 20px;}
        .d-block{width: 100% !important;}
        .carousel-indicators{top: 80%;}
        /* .nav2 .carousel-inner .carousel-item>a>img{width: 100%;} */
    
        .footer .footermain .container{padding: 20px;}
        /* .footer .footermain .main{text-align: center;} */
        .footer .footermain .main>ul{flex-direction: column;width: 100%; padding: 80px 0; }
        /* .footermain .main>ul>li:nth-child(1)>ul{justify-content: center} */
        .footer .footermain .main .left{width: 100%;text-align: center;}
        .footer .footermain .main .right{width: 100%;}
        .footermain .main .left>input{width: 100%;}
        .footermain .main .left>button{width: 100%;}
        .footermain .main .right>ul{flex-direction: column;}
        .footermain .main .right>ul>li{width: 100%;text-align: center;padding: 10px 0;}
        .footermain .main .right>ul>li>ul{justify-content: center;}
        .footd .down{
            display: flex;
            /* justify-content: center; */
            margin: auto 0;
        }
        .footer .fimg{
            width: 50%;
            bottom: 100px;
            right: 0;
        }
        /* 主体部分 */  
        .main1 .main .center{text-align: center;}
        .main2 .main>ul{
            flex-direction: column;
        }
        .main2 .main>ul>li{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .main2 .main>ul>li>.txt{
            position: static;
            width: auto;
        }
        .main3 .main .down>input{
            margin: 0;
            margin-top: 10px;
        }
        .main3 .main .down>ul>li{
            width: 100%;
            margin: 10px 0;
        }
        /* .main3 .main>.up>h1{
            font-size: 25px;
        } */
        .main4{height: auto;}
        .main4 .main>input{
            margin: 40px 0;
        }
        .main4 .main>h1{margin: 0;}
        .main5{
            height: 660px;
        }
        /* .main5 .main>.up>h1{
            font-size: 25px;
        } */
        /* .main5 .m5lunbo{display: none;} */
        /* .main5 .m5lunbo2{display: block;} */
        .main5 .c .nc{
            position: static;
            width: 100%;
            transform: translateY(-20%);
        }
        .main5 .swiper-button-next, 
        .main5 .swiper-button-prev{top: 100%;}
        .main5 .swiper-button-next{right: 0;}
        .pright,.plist,.plistzz{
            display: block;
        }
        .footermain .right>ul>li>div>i{padding: 0;}
        .footermain .right>ul>li:nth-child(1){
            display: flex;
            justify-content: space-between;
        }
        .main5 .main>.up>h1,
        .main4 .main>h1,
        .main3 .main>.up>h1,
        .main1 .main .top h1{
            font-size: 1.5rem;
            font-weight: 600;
        }
        .main5 .main>.up>h1,
        .main4 .main>h1,
        .main3 .main>.up>h1,
        .main1 .main .top h1{
            font-size: 2.5rem;
            font-weight: 600;
        }
         /* 子页通用样式 */
         .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,
         .searchmodle .searchmain .left{width: 100%;}
     
         .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 .main>.left{display: none;}
         .newmodle .right{margin-top: 20px;}
         .newmodle .right>ul>li{display: block;}
         .newmodle .right>ul>li>.lileft{width: 100%;}
         /* newlist */
         .newlistmodle{margin: 0;}
         
         /* newinfo */
         .newinfomodle .newinfomain>.left{display: none;}
         /* product */
         .productmodle .right .c{width: 45%;}
         .productmodle .productmain>.left{display: none;}
         .nav2cont .on{width: 80%;margin: 0 auto;}
         /* productlist */
         .productlistmodle .right>ul>li{display: block;}
         .productlistmodle .right>ul>li>img{width: 100%;}
         .productlistmodle .right>ul>li>.txt{width: 50%;}
         .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
         .productlistmodle .productlistmain>.left{display: none;}
         /* productinfo */
         .productinfomodle .productinfomain .right .content{display: block;}
         .productinfomain .content .left .cnext{top: 95%;right:0;}
         .productinfomain .content .left .cprev{top: 95%;left: 0;}
         .productinfomain>.left{display: none;}
         .zoomContainer{display: none;}

/*         .s{display: none;}*/
         .productinfomodle .show .ss{display: block; overflow: hidden;}
         .productinfomodle .show .ss .down .img{width: 100%; object-fit: cover;}
         .productinfomodle .show .ss .down .img>img{width: 100%; border-radius: 15px;}
         .productinfomodle{margin: 50px 0;}
         .productinfomain>.left{display: none;}
         .productinfomodle .content .right>span:nth-child(1){font-size: 16px;}
 
         /* 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 .container{padding: 0 20px;} 
         .modle404 .modlemain404{display: block;}
         .modlemain404 .left{width: 100%; display: flex; justify-content: center;}
         .modlemain404 .left>img{height: 300px;}
         .modlemain404 .right{width: 100%; text-align: center;}
	}

@media (min-width:768px) and (max-width:992px)
{
        /*头部 脚部样式  */
        .nav1 .nav1main .center{display: none;}
        .nav1 .container{padding: 0;}
        .d-block{width: 100% !important;}
        .carousel-indicators{top: 80%;}
        /* .nav2 .carousel-inner .carousel-item>a>img{width: 100%;} */
    
        .footer .footermain .container{padding: 20px;}
        /* .footer .footermain .main{text-align: center;} */
        .footer .footermain .main>ul{flex-direction: column;width: 100%; padding: 80px 0;}
        /* .footermain .main>ul>li:nth-child(1)>ul{justify-content: center} */
        .footer .footermain .main .left{width: 100%;text-align: center;}
        .footer .footermain .main .right{width: 100%;}
        .footermain .main .left>input{width: 100%;}
        .footermain .main .left>button{width: 100%;}
        .footermain .main .right>ul{flex-direction: column;}
        .footermain .main .right>ul>li{width: 100%;text-align: center;padding: 10px 0;}
        .footermain .main .right>ul>li>ul{justify-content: center;}
        .footd .down{
            display: flex;
            /* justify-content: center; */
            margin: auto 0;
        }
        .footer .fimg{
            width: 50%;
            bottom: 100px;
            right: 0;
        }
        /* 主体部分 */
        .main1 .main .center{text-align: center;}
        .main2 .main>ul{
            /* flex-direction: column; */
            flex-wrap: wrap;

        }
        .main2 .main>ul>li{
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 50%;
        }
        .main2 .main>ul>li>.txt{
            position: static;
            width: auto;
        }
        .main3 .main .down>ul>li{
            width: 47%;
            margin: 10px ;
        }
        /* .main3 .main>.up>h1{
            font-size: 25px;
        } */
        .main4{height: auto;}
        .main4 .main>input{
            margin: 40px 0;
        }
        .main5{
            height: 580px;
        }
        /* .main5 .main>.up>h1{
            font-size: 25px;
        } */
        .main5 .m5lunbo{display: none;}
        .main5 .m5lunbo2{display: block;}
        .main5 .swiper-button-next, 
        .main5 .swiper-button-prev{top: 110%;}
        .main5 .swiper-button-next{right: 0;}
        
        .pright,.plist,.plistzz{
            display: block;
        }
        /* .footermain .main .right>ul{flex-direction: row;} */
        .footermain .right>ul>li>div>i{padding: 0;}
        .footermain .right>ul>li:nth-child(1){
            display: flex;
            justify-content: space-between;
        }
        .main5 .main>.up>h1,
        .main4 .main>h1,
        .main3 .main>.up>h1,
        .main1 .main .top h1{
            font-size: 3.5rem;
            font-weight: 600;
        }
        /* 子页通用样式 */
        .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,
        .searchmodle .searchmain .left{width: 100%;}
    
        .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 .main>.left{display: none;}
        .newmodle .right{margin-top: 20px;}
        /* .newmodle .right>ul>li{display: block;} */
        /* .newmodle .right>ul>li>.lileft{width: 100%;} */
        /* newlist */
        .newlistmodle{margin: 0;}
        .newlistmodle .c{width: 50%;}
        /* newinfo */
        .newinfomodle .newinfomain>.left{display: none;}
        /* product */
        .productmodle .right .c{width: 47%;}
        .productmodle .productmain>.left{display: none;}

        /* productlist */
        .productlistmodle .right>ul>li{display: block;}
        .productlistmodle .right>ul>li>img{width: 100%;}
        .productlistmodle .right>ul>li>.txt{width: 100%;}
        .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
        .productlistmodle .productlistmain>.left{display: none;}
        /* productinfo */
        .productinfomodle .productinfomain .right .content{display: block;}
        .productinfomain .content .left .cnext{top: 94%;right:0;}
        .productinfomain .content .left .cprev{top: 94%;left: 0;}
        .productinfomain>.left{display: none;}
        .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 */
        .modlemain404 .left{display: block;margin: auto;}
        .modlemain404 .left>img{width: 100%;}
	}
	

@media (min-width:992px) and (max-width:1200px)
{
    .nav1main .center{width: 80%;}
    .nav1main .center{display: none;}
    .footermain .main>ul{width: 100%;}
    .footer .fimg{
        width: 40%;
        bottom: 25px;
        right: 0;
    }
    .main2 .main>ul{padding: 50px 0;}
    .main2 .main>ul>li>.txt{position: static;width: auto;}
    .main2 .main>ul>li{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main3 .main .down>ul>li{width: 45%;}
    .main4{height: auto;}
    .main5{
        height: 660px;
    }
    .main5 .c .nc{width: auto;}
    .pright,.plist,.plistzz{
        display: block;
    }
            /* 子页通用样式 */
            .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,
            .searchmodle .searchmain .left{width: 100%;}
        
            .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 .main>.left{display: none;}
            .newmodle .right{margin-top: 20px;}
            /* .newmodle .right>ul>li{display: block;} */
            /* .newmodle .right>ul>li>.lileft{width: 0%;} */
            /* newlist */
            .newlistmodle{margin: 0 10PX;}
    
            /* newinfo */
            .newinfomodle .newinfomain>.left{display: none;}
            /* product */
            .productmodle .right .c{width: 31%;}
            .productmodle .productmain>.left{display: none;}
    
            /* productlist */
            .productlistmodle .right>ul>li{display: block;}
            .productlistmodle .right>ul>li>img{width: 100%;}
            .productlistmodle .right>ul>li>.txt{width: 100%;}
            .productlistmodle .right>ul>li>.txt>span:nth-child(1){font-size: 25px;}
            .productlistmodle .productlistmain>.left{display: none;}
            /* productinfo */
            .productinfomodle .productinfomain .right .content{display: block;}
            .productinfomain .content .left .cnext{top: 97%;right:0;}
            .productinfomain .content .left .cprev{top: 97%;left: 0;}
            .productinfomain>.left{display: none;}
            .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 */
            .modlemain404 .left{display: block;margin: auto;}
	}

@media (min-width:1200px) and (max-width:1400px)
{
    /* .nav1main .left{width: 20%;} */
    .nav1main .center{width: 80%;}
    .footer .fimg{
        width: 40%;
        bottom: 30px;
        right: 0;
    }
    .main2 .main>ul>li>.txt{
        left: -131%;
    }
        /* productinfo */
    .productinfomain .content .left .cnext{top: 94%;right:0;}
    .productinfomain .content .left .cprev{top: 94%;left: 0;}
    #bg{height: 290px;}
    #bg>img{height: 100%;object-fit: cover;}
    .productinfomodle .content .right>button{width: 60%;}
	
}
@media (min-width:1400px)and (max-width:1600px){
    .nav1main .center{width: 80%;}
    .main5{
        height: 660px;
    }
}
