/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1600px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #1c3446;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	--font-66: 66px;
	--font-58: 58px;
	--font-48: 48px;
	--font-46: 46px;
	--font-40: 40px;
	--font-38: 38px;
	--font-36: 36px;
	--font-32: 32px;
	--font-30: 30px;
	--font-28: 28px;
	--font-26: 26px;
	--font-24: 24px;
	--font-22: 22px;
	--font-20: 20px;
	--font-18: 18px;
	--font-16: 16px;
}


.header{ position:absolute;top: 0;left: 0;width: 100%;z-index: 999;box-shadow: 0 4px 10px rgb(0 0 0 / 0%);border-bottom: rgba(255,255,255,0.2) 1px solid;transition: all 0.5s;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}

/*menu*/
.menu{height:80px;line-height:80px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{width: auto; position:absolute; left:50%; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);}
.menu ul li dl dd{ line-height:40px;border-bottom: 1px #f2f2f2 solid;position: relative;background: #fff;min-width: 150px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block; word-break: keep-all;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 10px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}

.menu ul li dl dd dl{top: 0;left: 100%;transform: none;display: none;}
.menu ul li dl dd:hover dl{display: block;}
.menu ul li dl:after{position: absolute;width: 0;height: 12px;font-size: 0;line-height: 0;overflow: hidden;border-width: 9px;border-style: dashed dashed dashed solid;border-color: transparent transparent #fff transparent;top: -15px;left: 0;right: 0;margin: auto;content: "";}

.language{position: relative;margin-left: 35px;}
.language dt{height: 35px;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #fff;cursor: pointer;width: 120px;border-radius: 10px;background: var(--main-color);border: 1px solid var(--main-color);}
.language i{padding-left: 10px;}
.language dd{position: absolute;top: 35px;right: 0;width: 120px;background: #fff;display: none;box-shadow: var(--main-shadow);border-radius: 10px;overflow: hidden;}
.language ul li{line-height: 40px;text-align: center;}
.language ul li a{display: block;padding: 0 10px;font-size: 14px;color: #000;}
.language ul li a img{width: auto;height: 15px;margin-right: 5px;vertical-align: middle;}
.language ul li a:hover{background: var(--main-color);color: #fff;}
/*.language:hover dd{display: block;}*/

.searchBtn{color: #fff;margin-right: 20px;}
.searchBtn a{color: #fff;font-size: 20px;display: flex;justify-content: center;align-items: center;width: 50px;height: 50px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav1 span{display:block;background:#fff;width:26px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:8px}
.sp_nav1 span:nth-of-type(3){top:16px}
.sp_nav_se1 span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:8px;transform:rotate(-45deg)}

.sjj_nav1{position:fixed;z-index:998;background:#506676;width:100%;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;height: 100%;}
.nav_show1{top:0;}
.sjj_nav1 .warp{padding: 150px 0 50px;}
.sjj_nav1 .warp>ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sjj_nav1 ul li{position:relative;line-height:45px;}
.sjj_nav1 .warp>ul>li{width: auto;flex: 1;margin-right: 20px;}
.sjj_nav1 .warp>ul>li>a{color:#fff;width:100%;font-size: 20px;display: block;font-weight: bold;}

.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}

.sjj_nav1 ul li ul{display:block}
.sjj_nav1 ul li ul li a{color:#fff;display:block;text-align:left;line-height: 32px;position: relative;padding-left: 20px;font-size: 16px;}
.sjj_nav1 ul li ul li a:before{content: "";display: block;width: 2px;height: 2px;position: absolute;left: 0;top: 50%;margin-top: -1px;transition: all 0.5s;background: #fff;}
.sjj_nav1 ul li ul li a:hover{transform: translateX(10px);color: #fff;}
.sjj_nav1 ul li ul li a:hover:before{width: 10px;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav1 ul li ul li>ul{margin-left:20px}
.sjj_nav1 ul li ul li>ul li a{font-size: 14px;}

.sjj_nav1 ul li i{display: none;}






/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt70{padding-top: 70px;}
.pb70{padding-bottom: 70px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{font-size: 42px;color: #333;}
.iTitEn{}
.iTit{font-size: 32px;color: #333;}
.iTxt{font-size: 16px;color: #333;}
.iTxt p{line-height: 2;}
.iTxt img{max-width: 100%;}
.iLine{}
.iLine i{width: 100%;height: 1px;background: #eee;display: block;}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

.iMore a{display: inline-block;padding: 12px 35px;background: var(--main-color);border-radius: 20px 0 20px 0;color: #fff;font-size: 14px];}

.aMoreStyle a{background: var(--main-color);display: block;width: 127px;height: 42px;line-height: 42px;text-align: center;color: #fff;font-size: 14px;position: relative;overflow: hidden;border-radius: 20px 0 20px 0;}
.aMoreStyle a:before{content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);}
.aMoreStyle a:hover:before{-webkit-animation: wave .75s;animation: wave .75s;z-index: 1;}

@-webkit-keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}
	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

.aMoreStyle2 a{background: #fff;color: var(--main-color);}
.color{color: var(--main-color) !important;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{background: url(../images/bg_3.jpg) bottom center;background-repeat: repeat-x;}
.i1List{width: 100%;}
.i1List ul li{width: 25%;padding: 0 10px;margin-bottom: 20px;}
.i1List .part{display: block;width: 100%;height: 100%;}
.i1List .part .img{width: 100%;border-radius: 10px 10px 0 0;}
.i1List .part .img img{width: 100%;    height: 300px;object-fit: contain;}
.i1List .part .desc{padding-top: 20px;text-align: center;}
.i1List .part .tit{font-size: 20px;color: #555;}
.i1List .part .more{font-size: 16px;color: var(--main-color);margin-top: 10px;}
.i1List .part:hover .img img{transform: scale(1.1);}
.i1List .part:hover .tit{color: var(--main-color);}

.i2Warp{padding: 7%;border-radius: 2vw 0 2vw 0;position: relative;overflow: hidden;}
.i2Warp:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--main-color);content: "";opacity: 0.9;}
.i2Warp .desc{position: relative;z-index: 9;}

.i2List{width: 100%;max-width: 1440px;margin: 0 auto;margin-top: 60px;}
.i2List ul li{width: 100%;/*width: 33.3%;padding: 0 30px;*/margin-bottom: 20px;}
.i2List .part{display: block;width: 100%;height: 100%;}
.i2List .part .img{width: 100%;border-radius: 10px;/*height: 19vw;*/position: relative;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .img:after{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 40px;height: 40px;border-radius: 50%;background: var(--main-color);font-size: 16px;color: #fff;content: "\f0da";font-family: "fontawesome";z-index: 9;display: flex;justify-content: center;align-items: center;}
.i2List .part .desc{padding: 15px 0;text-align: center;}
.i2List .part .tit{font-size: 16px;color: #555;}

.index3{background-color: rgba(246,246,246,1);padding-top: 6%;padding-bottom: 6%;box-shadow: 0 10px 20px 10px rgb(0 0 0 / 5%) inset;}
.i3List{width: 100%;}
.i3List .i3Item:last-child{margin-bottom: 0;}
.i3Item{position: relative;width: 100%;margin-bottom: 90px;}
.i3Item .part{width: 100%;position: relative;}
.i3Item .part .img{width: 90%;border-radius: 3vw 0 3vw 0;}
.i3Item .part .img img{width: 100%;height: 100%;}
.i3Item .part .imgTop{position: absolute;top: 50%;transform: translateY(-50%);right: 0;background: #fff;box-shadow: 0 0 10px 2px rgb(0 0 0 / 5%);border-radius: 2vw 0 2vw 0;padding: 3.125vw;z-index: 9;max-width: 510px;width: 100%;}
.i3Item .part .desc{width: 100%;}
.i3Item .part .iTit{color: var(--main-color);}
.i3Item .part .iTxt{margin: 10px 0;}
.i3Item .part .aMoreStyle{}
.i3List .i3Item:nth-child(2n) .part .img{margin-left: auto;}
.i3List .i3Item:nth-child(2n) .part .imgTop{right: auto;left: 0;}

.index4{width: 100%;}
.i4List{width: 100%;}
.i4List ul li{width: 33.3%;padding: 0 25px;margin-bottom: 25px;}
.i4List .part{display: block;width: 100%;}
.i4List .part .img{width: 100%;border-radius: 10px;}
.i4List .part .img img{width: 100%;}
.i4List .part .desc{width: 100%;padding-top: 25px;}
.i4List .part .tit{font-size: 22px;color: #333;height: 30px;line-height: 30px;}
.i4List .part .line{width: 100%;height: 1px;background: #eee;margin: 15px 0;}
.i4List .part .txt{font-size: 15px;color: #777;height: 50px;line-height: 25px;}
.i4List .part .time{font-size: 14px;color: rgba(138,138,138,1);margin-top: 8px;}
.i4List .part:hover .img img{transform: scale(1.1);}
.i4List .part:hover .tit{color: var(--main-color);}

.footer{background: var(--main-color);font-size: 16px;color: #fff9;}
.copyright{padding: 30px 0;text-align: center;border-top: 1px solid rgba(255,255,255,0.3);}
.fWarp{padding: 60px 0;}
.fMenu{}
.fMenu dl{margin-right: 2.2vw;}
.fMenu dl:last-child{margin-right: 0;}
.fMenu ul li a{font-size: 15px;color: #fff9;}
.fWarp dl dt{margin-bottom: 20px;font-size: 20px;color: #fff;}
.fWarp dl dt a{color: #fff;}
.fWarp dl dd{}
.fWarp dl dd ul li{margin: 10px 0;}
.fTel{margin-left: auto;max-width: 18vw;}
.fTel ul li{font-size: 14px;}
.fEwm{width: 150px;text-align: center;margin-left: 3vw;}
.fEwm img{width: 100%;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;background: #000;}
.tongtu .img img{width: 100%;height: 400px;object-fit: cover;opacity: 0.9;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 40px;color: #fff;}
.tongtu .txt{text-align: center;font-size: 18px;color: #fff;margin-top: 10px;}

.p_page{width: 100%;background: #fff;border-bottom: 1px solid #eee;}
.current{padding: 20px 0;}
.current a{font-size: 14px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

.pMenu{}
.pMenu>ul>li{margin-right: 3.125vw;}
.pMenu>ul>li:last-child{margin-right: 0;}
.pMenu>ul>li>a{font-size: 18px;height: 66px;line-height: 66px;display: block;position: relative;color: #777;}
.pMenu>ul>li>a:after{position: absolute;content: '';left: 50%;bottom: 0px;width: 0%;height: 3px;background-color: none;transition: all .3s;z-index: -1;}
.pMenu>ul>li>a:hover,
.pMenu>ul>li.on>a{color: var(--main-color);}
.pMenu>ul>li>a:hover:after,
.pMenu>ul>li.on>a:after{width: 100%;left: 0;background: var(--main-color);z-index: 1;}

.mainFull{background: #f7f7f7;}
.mainWarp{width: 100%;}
.mainWarp .ml{width: 20%;}
.mainWarp .mr{width: 76%;}
.mrBox{background: #fff;width: 100%;height: 100%;padding: 20px 0;}
.mrBox .iTit{padding: 20px;}
.mlTit{background: var(--main-color);color: #fff;padding: 30px 20px;font-size: 19px;}
.mlTit strong{font-size: 28px;font-weight: normal;}
.mlTit span{}
.mlMenu{width: 100%;background: #fff;padding: 20px 10px;}
.mlMenu ul li{width: 100%;position: relative;}
.mlMenu ul li a{display: block;line-height: 45px;padding-right: 20px;font-size: 16px;color: #333;border-bottom: 1px solid #eee;}
.mlMenu ul li .icon{position: absolute;top: 0;right: 0;width: 20px;height: 45px;line-height: 45px;color: #333;font-size: 16px;cursor: pointer;text-align: center;}
.mlMenu ul li ul{display: none;}
.mlMenu ul li ul li{}
.mlMenu ul li ul li a{font-size: 14px;padding-left: 20px;}
.mlMenu ul li a:hover{color: var(--main-color);}
.mlMenu ul li.hover>a{color: var(--main-color);}


/*about1*/

.about1{width: 100%;}
.abo1Warp{width: 100%;background: #f8f8f8;}
.abo1Warp .iImg{width: 50%;padding: 20px;}
.abo1Warp .iImg img{width: 100%;}
.abo1Warp .desc{width: 50%;padding: 20px;}
.abo1Warp .iTxt{font-size: 14px;color: #666;}
.abo1Box .abo1Warp:nth-child(2n) .iImg{order: 0;}
.abo1Box .abo1Warp:nth-child(2n) .desc{order: 1;}

.cultureList{width: 100%;}
.cultureList ul li{width: 25%;padding: 0 25px;margin-bottom: 50px;}
.cultureList .part{display: block;width: 100%;position: relative;height: 100%;height: 100%;display: flex;flex-direction: column;}
.cultureList .part .icon{width: 100%;text-align: center;display: block;justify-content: center;z-index: 9;position: relative;}
.cultureList .part .icon img{max-width: 109px;}
.cultureList .part .desc{padding: 25px;padding-top: 75px;margin-top: -50px;text-align: center;transition: 0.3s;flex: 1;}
.cultureList .part .tit{font-size: 20px;color: var(--main-color);}
.cultureList .part .txt{font-size: 16px;color: #6f6f6f;margin-top: 10px;}
.cultureList .part:hover .desc{background: #cf012b;}
.cultureList .part:hover .tit{color: #fff;}
.cultureList .part:hover .txt{color: #fff;}

.honorList{width: 100%;}
.honorList ul li{width: 25%;padding: 0 15px;margin-bottom: 30px;}
.honorList .part{display: block;width: 100%;height: 100%;background: #f5f5f5;}
.honorList .part .img{width: 100%;}
.honorList .part .img img{width: 100%;    height: 250px;object-fit: contain;}
.honorList .part .tit{padding: 20px;font-size: 17px;color: rgba(0,0,0,0.7);text-align: center;}
.honorList .part:hover{background: var(--main-color);}
.honorList .part:hover .tit{color: #fff;}

.product{width: 100%;}
.proList{width: 100%;}
.proList ul li{width: 33.3%;padding: 10px;}
.proList .part{display: block;width: 100%;border: 1px solid #fff;background: #fff;transition: 0.3s;}
.proList .part .img{width: 100%;}
.proList .part .img img{width: 100%;    height: 350px; object-fit: contain;}
.proList .part .desc{padding: 20px;}
.proList .part .tit{font-size: 16px;color: #666;text-align: center;}
.proList .part:hover{background: var(--main-color);border-color: var(--main-color);}
.proList .part:hover .tit{color: #fff;}

/*prodetail*/

.prodetail{width: 100%;background: #f5f5f5;padding: 80px 0 50px;}
.prodWarp{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;}
.prodWarp .pro_ml_box{position: sticky;z-index: 1;overflow-x: hidden;top:100px;}
.prodWarp .pro_mr_box{margin-top:0px;position: -webkit-sticky;position: sticky;z-index: 1;top: 0;overflow-x: hidden;}

.pro_ml{width: 72%;}
.pro_mr{width: 25%;}
.pro_ml_box{background: #fff;padding: 20px;}
.pro_mr_box{background: #fff;padding: 20px;}
.pro_mr_box .title{font-size: 20px;color: #333;}
.pro_mr_box .iLine{margin: 20px 0;}
.pro_mr_list{width: 100%;}
.pro_mr_list ul li{margin-bottom: 20px;}
.pro_mr_list .part{display: block;width: 100%;background: #eee;}
.pro_mr_list .part .img{width: 100%;}
.pro_mr_list .part .img img{width: 100%;}
.pro_mr_list .part .tit{padding: 15px;text-align: center;font-size:16px;color: #333;}
.pro_mr_list .part:hover{background: var(--main-color);}
.pro_mr_list .part:hover .img img{transform: scale(1.1);}
.pro_mr_list .part:hover .tit{color: #fff;}


.prod1{width: 100%;}
.prod1Left{width: 49%;}
.prod1Right{width: 48%;}
.prodPanel{width: 100%;height: 400px;border: 1px solid #ddd;}
.prodPanel .part{display: flex;justify-content: center;align-items: center;}
.prodPanel .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.prod1 .swiper-button-next,.prod1 .swiper-button-prev{color: #333;}
.prod1 .swiper-button-next:after,.prod1 .swiper-button-prev:after{font-size: 42px;}
.prodpSwiper .swiper-slide img{transition: 0.5s;}
.prodpSwiper .swiper-slide img:hover{transform: scale(1.1);}
.prodpSwiper{z-index: 98 !important;}
.prodtSwiper{margin-top: 10px;}
.prodtSwiper .swiper-slide{border: 1px solid #ddd;}
.prodtSwiper .swiper-slide img{opacity: 0.6;}
.prodtSwiper .swiper-slide-thumb-active{border-color: #000;}
.prodtSwiper .swiper-slide-thumb-active img{opacity: 1;}

.prod1Tit{font-size: 24px;color: #444;margin-bottom: 20px;}
.prod1Tag{font-size: 14px;color: #666;}
.prod1Txt{font-size: 14px;color: #666;}
.prodLink{}
.prodLink a{border-radius: 5px;}

.pageBar{margin-top: 50px;padding-top: 20px;border-top: 1px solid #ddd;font-size: 14px;}
.pageBar .item{width: auto;max-width: 50%;}

.prod2{margin-top: 50px;font-size: 16px;}
.prod2 img{max-width: 100%;width: auto;}
.prod2Tit{border-bottom: 1px solid #ddd;margin-bottom: 25px;}
.prod2Tit span{display: inline-block;padding: 12px 20px;background: var(--main-color);color: #fff;font-size: 18px;font-weight: bold;}

.prodetail2{width: 100%;padding: 60px 0 20px;}
.prodetail2 .iTit{font-size: 24px;}
.prodMes{width: 100%;}
.prodMes ul li{width: 49%;margin-bottom: 20px;}
.prodMes ul li.w100{width: 100%;}
.prodMes input,
.prodMes textarea{width: 100%;border: 1px solid #ced4da;color: #495057;height: 35px;border-radius: 3px;padding: 0 10px;font-size: 14px;outline: none;}
.prodMes textarea{height: 150px;padding: 10px;}
.prodMes button{width: 160px;height: 40px;background: var(--main-color);font-size: 14px;color: #fff;border: none;display: block;margin: 0 auto;}
.prodMes button:hover{background: rgba(158,2,33,1);}

/*news*/

.news{width: 100%;}
.newsList{width: 100%;}
.newsList ul li{width: 100%;padding: 35px 0;border-bottom: 1px solid #ddd;}
.newsList .part{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.newsList .part .desc{width: 70%;}
.newsList .part .time{font-size: 16px;color: var(--main-color);}
.newsList .part .tit{font-size: 22px;color: #555;margin-top: 20px;}
.newsList .part .line{margin: 25px 0;}
.newsList .part .line i{display: inline-block;width: 40px;height: 2px;background: var(--main-color);transition: 0.6s;}
.newsList .part .txt{font-size: 16px;color: #666;line-height: 1.8;}
.newsList .part .img{width: 25%;border-radius: 2vw 0 0 0;}
.newsList .part .img img{width: 100%;}
.newsList .part:hover .img img{transform: scale(1.1);}
.newsList .part:hover .tit{color: var(--main-color);}
.newsList .part:hover .line i{width: 100%;}

.new_mr_list ul li{margin-bottom: 10px;}
.new_mr_list .part{background: transparent;}
.new_mr_list .part:hover{background: transparent;}
.new_mr_list .part .tit{text-align: left;}
.new_mr_list .part:hover .tit{color: var(--main-color);}

.newsDetail .iTit{font-size: 24px;font-weight: bold;}

/*scientific*/

.scientific{width: 100%;}
.scientific .info{font-size: 16px;color: #333;}
.scientific .info h2{font-size: 20px;}
.scientificList{width: 100%;}
.scientificList ul li{width: 33.3%;padding: 10px;}
.scientificList .part{display: block;width: 100%;}
.scientificList .part .img{width: 100%;}
.scientificList .part .img img{width: 100%;}

.contactList{width: 100%;}
.contactList ul li{width: 33.3%;padding: 10px;margin-bottom: 50px;}
.contactList .part{width: 100%;text-align: center;}
.contactList .part .icon{width: 70px;height: 70px;border-radius: 50%;background: var(--main-color);display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.contactList .part .icon img{width: 30px;}
.contactList .part .tit{font-size: 14px;color: #999;margin: 20px 0;}
.contactList .part .txt{font-size: 16px;color: #333;}
.contactList .part .txt a{color: #333;}
.contactMap{width: 100%;height: 350px;overflow: hidden;}
.contactMap img{width: 100%;}
.contactMap iframe{width: 100%;}
.contactMap p{display: block;padding: 0;line-height: none;}

.form_area_b {display: flex;flex-wrap: wrap;padding: 20px 0;justify-content: space-between;}
.form_area_b .box{width: 100%;}
.form_area_b .box.w50{width: 49%;}
.form_area_b .box.w30{width: 32%;}
.form_area_b .box.w100{width: 100%;}
.form_area_b input {display: block;width: 100%;height: 50px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;outline: none;background: #f6f6f6;}
.form_area_b textarea {display: block;outline: none;width: 100%;min-height: 150px;border: 1px solid #ccc;border-radius: 4px;margin-bottom: 20px;padding-left: 15px;padding-top: 15px;background: #f6f6f6;}
.form_area_b button{width: 300px;height: 70px;color: #fff;font-size: 16px;background: var(--main-color);border: none;display: block;margin: 0 auto;}

.inside{width: 100%;overflow: hidden;min-height: 500px;}
.inside img{max-width: 100%;}



@media only screen and (max-width: 1600px) {
.wapper{ width:100%;padding: 0 5%;}
.menu a{padding: 0 9px;font-size: 16px;}
.searchBtn{margin-right: 10px;}
.sp_nav1{width: 36px;}
.language dt{width: 100px;}
.language dd{width: 100px;}
.pMenu>ul>li>a{font-size: 16px;}

}

@media only screen and (max-width: 1300px) {
.wapper{ width:100%;padding: 0 20px;}
.menu a{padding: 0 10px;font-size: 14px;}
.searchBtn{margin-right: 5px;}
.searchBtn a{font-size: 16px;width: 35px;height: 35px;}
.sp_nav1{width: 32px;}
.headList .logo img{max-height: 45px;}
.sjj_nav1 ul li ul li a{font-size: 14px}
.language{margin-left: 15px;}
.i2List ul li{padding: 0 15px;}
.pMenu>ul>li>a{font-size: 14px;}
.cultureList ul li{padding: 0 10px;}
.cultureList .part .icon img{max-width: 80px;}
.mlTit{padding: 20px 10px;font-size: 14px;}
.mlTit strong{font-size: 20px;}
.mlMenu ul li a{font-size: 14px;line-height: 1.6;padding: 10px 0;}











}

@media only screen and (max-width: 999px) {
.wapper{ width:100%;padding: 0 10px;}

.menu{display: none;}
.sjj_nav1 .warp{padding: 100px 10px 20px;}
.sjj_nav1 .warp>ul{display: block;}
.sjj_nav1 .warp>ul>li{width: 100%;margin: 0;}
.sjj_nav1 ul li i{display: block;}
.sjj_nav1 ul li ul{display: none;}
.headList{height: 60px;}
.headList .logo img{max-height: 40px;}
.sp_nav1{margin-top: 12px;}
.sp_nav1 span{left: 0;width: 25px;}
.language dt{width: 80px;font-size: 12px;}
.language dd{width: 80px;}
.language dd a{font-size: 12px;}

.iTit{font-size: 24px;}
.iTitCn{font-size: 32px;}
.iTxt{font-size: 14px;}

.i1List ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.i2List .part .img{height: auto;}
.i1List .part .tit{font-size: 16px}
.i1List .part .more{font-size: 14px}

.i2List ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.i3Item{margin-bottom: 35px;}
.i3Item .part .img{width: 100%;}
.i3Item .part .imgTop{position: relative;top: auto;left: auto;right: auto;margin-top: 20px;width: 100%;max-width: 100%;transform: none;padding: 20px;}
.i4List ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.i4List .part .tit{font-size: 16px;}
.i4List .part .txt{font-size: 14px;}
.fMenu{display: block;width: 100%;}
.fMenu dl{width: 100%;margin-right: 0;padding: 5px 0;}
.fMenu dl dt{font-size: 16px;}
.fMenu dl dd ul{display: flex;flex-wrap: wrap;}
.fMenu dl dd ul li{width: 25%;}
.fMenu dl dd ul li a{font-size: 12px;}
.fTel{width: 100%;margin: 20px 0;max-width: 100%;}
.fEwm{margin: 0 auto;width: 120px;}
.fWarp{display: block;}
.footer{font-size: 14px;}

.p_page .warp{display: block;}
.current{border-bottom: 1px solid #eee;}
.pMenu ul{justify-content: center;flex-wrap: wrap;}
.pMenu>ul>li{width: 25%;text-align: center;margin: 0;}
.pMenu>ul>li>a{height: auto;line-height: 1.6;padding: 10px 5px;}
.tongtu .img img{height: 200px;}
.tongtu .t1{font-size: 20px}
.tongtu .txt{font-size: 14px;}
.abo1Warp{display: block;}
.abo1Warp .desc{width: 100%;}
.abo1Warp .iImg{width: 100%;}
.contactList ul li{width: 50%;padding: 5px;margin-bottom: 20px;}
.cultureList ul li{width: 100%;margin-bottom: 20px;}
.honorList ul li{width: 50%;padding: 0 5px;margin-bottom: 20px;}
.honorList .part .tit{font-size: 14px;padding: 10px;}
.form_area_b .box.w30{width: 100%;}
.form_area_b button{width: 220px;height: 50px;}
.newsList ul li{padding: 10px 0;}
.newsList .part .desc{width: 100%;order: 1;}
.newsList .part .img{width: 100%;order: 0;margin-bottom: 20px;}
.newsList .part .line{margin: 15px 0;}
.pro_ml{width: 100%;margin-bottom: 20px;}
.pro_mr{width: 100%;}
.mainWarp .ml{width: 100%;margin-bottom: 20px;}
.mainWarp .mr{width: 100%;}
.proList ul li{width: 50%;padding: 5px;}
.proList .part .desc{padding: 10px;}

.prod1Left{width: 100%;margin-bottom: 20px;}
.prod1Right{width: 100%;}
.prodPanel{height: 250px;}
.pageBar .item{width: 100%;max-width: 100%;}












}
