/*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;font-family:''; color:#54534a;background: #c9cacc;}
a {
	color: #ce7019;
	-webkit-transition: color .2s linear, background .2s linear;
	-ms-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
}
a:hover{ color: #794400; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
img{max-width: 100%;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;padding: 0 10px;box-sizing: border-box;}




.header{ position:relative;background: rgba(0,0,0,0.8);position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: flex-end;height: 106px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 70px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:50px;line-height:50px;}
.menu ul li{ float:left; position:relative;}
/*二级*/
.menu ul li .m_nav2{ background: rgba(0,0,0,0.8);position:absolute; left:0px; top:50px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 99;min-width: 280px; }
.menu ul li .m_nav2 .m_item{ line-height:42px;position: relative; }
.menu ul li .m_nav2 .m_item a{ font-size:16px; color:#fff;display:block; padding:0; text-align:left;padding: 0 10px;box-sizing: border-box;position: relative;}
.menu ul li .m_nav2 .m_item a .icon{display: inline-block;border-top: 0.4em solid;border-right: 0.4em solid transparent;border-bottom: 0;border-left: 0.4em solid transparent;position: absolute;top: 20px;right: 10px;transform: rotate(-90deg);}
.menu ul li .m_nav2 .m_item a:hover{ color:#ce7019;}
/*三级*/
.menu .m_nav2 .m_item .m_nav3{position: absolute;left: 100%;top: 0;background: rgba(0,0,0,0.8); box-shadow:2px 2px 5px rgba(0,0,0,0.2);width: 100%;box-sizing: border-box;display: none;}
.menu .m_nav2 .m_item .m_nav3 dd{ line-height:42px;position: relative; }
/*链接样式*/
.menu a{ font-size:18px;color:#fff; text-decoration:none;display:block;text-align:center;padding: 0 25px;}

/*线*/
.menu ul li .line{position: absolute;bottom: 0;left: 0%; display: none; width: 100%; margin: 0 auto;background: #dbb630; height: 5px;}
.menu ul li span a:hover .line{display: block;}
.menu ul li.on span a .line{display: block;}
.menu .menu_down span a:after {display: inline-block;margin-left: 0.255em;vertical-align: 0.255em;content: "";border-top: 0.3em solid;border-right: 0.3em solid transparent;border-bottom: 0;border-left: 0.3em solid transparent;}
.menu ul li:last-child span a{background: #ce7019;font-weight: bold;}
.menu ul li:last-child .line{display: none !important;}
.menu ul li:last-child span a:hover{background: #d48337;}

.languages li{ margin-right:20px;}
.languages li a{color:#666; font-size:15px;}
.pc_menu .languages{margin-left:72px;}
.pc_menu .languages li a{color:#fff;}

/*mMenu*/
.m_header{width: 100%;display: none;z-index: 9999;}
.sp_header{height:auto;overflow:hidden;background: rgba(0,0,0,0.8);position:fixed;z-index:10;width:100%;display: flex;top: 0;padding: 20px;box-sizing: border-box;justify-content: space-between;align-items: center;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:60px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:50px;background: #54534a;}
.sp_nav span{display:block;background:#fff;width:20px;height:2px;position:absolute;left:15px;transition:all ease 0.35s;}
.sp_nav span:nth-of-type(1){top:20px}
.sp_nav span:nth-of-type(2){top:25px}
.sp_nav span:nth-of-type(3){top:30px}
.sp_nav_se span:nth-of-type(1){top:25px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:25px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background: rgba(0,0,0,0.8);width:100%;height:calc(100% - 52px);font-size:14px;line-height:40px;top:106px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: none;}
.nav_show{right: 0;}
.sjj_nav ul{padding: 5%;box-sizing: border-box;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #4D4D4D solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #4D4D4D solid;}
.sjj_nav ul li ul{display:none;padding: 0;}
.sjj_nav ul li a{color:#fff;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #CE7019;}
.sjj_nav ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}



/*swiper*/
.swiper {width: 100%;height: 100%;}
.swiper-slide {background: transparent;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;}

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;height: 720px;}
.banner .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .img{font-size: 0px;width: 100%;height: 100%;position: relative;}
/* .banner .img:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: url(../images/overlay-header.png) repeat;content: "";} */
.banner .imgTop{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 100%;max-width: 1200px;padding: 0 30px;box-sizing: border-box;text-align: center;height: 100%;z-index: 2;padding-top: 180px;color: #fff;}
.banner .t1 {
	/*font-weight: 300;*/
	font-size: 56px;
	line-height: 64px;
	text-transform: uppercase;
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	text-shadow: 2px 2px 2px rgb(0 0 0 / 75%);
}

.banner .info {
	font-size: 21px;
	line-height: 28px;
	-webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	-moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
	text-shadow: 2px 2px 2px rgb(0 0 0 / 75%);
}

.banner .swiper-button-next,.banner .swiper-button-prev{color: #ce7019;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size: 30px;}





/*common*/
.iComTitle{}

.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.jusEnd{justify-content: flex-end;}
.aliCet{align-items: center;}
.bgfff{background: #fff;}
.jusCet{justify-content: center;}

.index1{width: 100%;position: relative;background-color: #c9cacc;border-bottom: 8px solid #aeafb1;z-index: 9;}
.i1List{position: relative;top: -60px;}
.i1List ul li{width: 33.333%;padding: 0 15px;box-sizing: border-box;}
.i1List .part {
	padding: 25px 20px 0 20px;
	background-color: #c9cacc;
	-webkit-box-shadow: 0 0 9px rgb(0 0 0 / 75%);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 9px rgb(0 0 0 / 75%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.i1List .part .t1{font-size: 36px;color: #54534a;line-height: 42px;text-transform: uppercase;margin: 0.5em 0;}
.i1List .part .btm{padding-bottom: 120px;position: static;}
.i1List .part .btm:after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: -10px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 50%;
	border: 10px solid transparent;
	-webkit-border-image: -webkit-gradient(linear, 0 0, 0 50%, from(rgba(201, 202, 204, 0)), to(#c9cacc)) 1 stretch;
	-webkit-border-image: -webkit-linear-gradient(rgba(201, 202, 204, 0), #c9cacc 50%) 1 stretch;
	-moz-border-image: -moz-linear-gradient(rgba(201, 202, 204, 0), #c9cacc 50%) 1 stretch;
	-o-border-image: -o-linear-gradient(rgba(201, 202, 204, 0), #c9cacc 50%) 1 stretch;
	border-image: linear-gradient(to bottom, rgba(201, 202, 204, 0), rgba(201, 202, 204, 1) 50%) 1 stretch;
}
.i1List .part .info{font-size: 18px;margin-bottom: 20px;}
.i1List .part .info p{line-height: 1.4;}
.i1List .part .more {
	margin: 0 auto;
	display: block;
	width: 70%;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.tcx_button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-rendering: auto;
	border: 0;
	-webkit-appearance: none;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	margin: .5em 0 1em 0;
	background-color: #ce7019;
	border-style: solid;
	border-width: 16px;
	-moz-border-image: url(../images/button-border.png) 16 repeat;
	-webkit-border-image: url(../images/button-border.png) 16 repeat;
	-o-border-image: url(../images/button-border.png) 16 repeat;
	border-image: url(../images/button-border.png) 16 repeat;
	letter-spacing: -2px;
}
.tcx_button:hover{text-decoration: none;color: #fff;background-color: #794400;}

.index2{width: 100%;background: url(../images/overlay-products.png), linear-gradient(to bottom, rgba(79,78,80,1) 0%,rgba(113,112,115,1) 50%,rgba(79,78,80,1) 100%);padding: 40px 0;}
.index2 .wapper{padding: 0;}
.i2Tit{text-align: center;color: #fff;font-size: 56px;text-transform: uppercase;-webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.75); -moz-text-shadow: 2px 2px 2px rgba(0,0,0,0.75);text-shadow: 2px 2px 2px rgb(0 0 0 / 75%);letter-spacing: -3px;font-weight: 300;}
.i2List{width: 100%;margin: 60px 0;position: relative;overflow: hidden;padding: 0 20px;box-sizing: border-box;}
.i2List .swiper-slide{width: 100%;padding: 0 10px;box-sizing: border-box;}
.i2List .part{display: block;width: 100%;background: #fff;}
.i2List .part .img{font-size: 0px;width: 100%;}
.i2List .part .img img{width: 100%;height: auto;}
.i2List .part .desc{padding: 10px;box-sizing: border-box;min-height: 80px;font-size: 18px;}
.i2List .part .t1{color: #717073;text-transform: uppercase;font-weight: bold;}
.i2List .part:hover .t1{color: #ce7019;}
.i2List .part .info{font-size: 14px;}
.i2List .swiper-button-next,.i2List .swiper-button-prev{color: #ce7019;font-weight: bold;}
.i2List .swiper-button-next:after,.i2List .swiper-button-prev:after{font-size: 30px;}
.i2List .swiper-button-next{right: 0;}
.i2List .swiper-button-prev{left: 0;}

.index3{width: 100%;padding: 10px;box-sizing: border-box;padding-bottom: 30px;}
.i3Swiper{width: 100%;}
.i3Swiper .swiper-slide{width: 100%;padding: 0 10px;box-sizing: border-box;}
.i3Swiper .part{display: block;width: 100%;background: #fff;position: relative;}
.i3Swiper .part .top{width: 100%;height: 364px;background: #fff;position: relative;display: block;}
.i3Swiper .part .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.i3Swiper .part .imgTop{position: absolute;bottom: 0;left: 0;width: 100%;height: auto;background: #fff;padding: 10px 20px;box-sizing: border-box;opacity: 0;}
.i3Swiper .part:hover .imgTop{opacity: 1;}
.i3Swiper .part .time{position: absolute;top: 0;left: 0;padding: 20px;box-sizing: border-box;font-size: 16px;color: #000;}
.i3Swiper .part .time i{color: #D48337;padding-right: 5px;}
.i3Swiper .part .info{font-size: 18px;color: #222;}
.i3Swiper .part .btm{width: 100%;height: 65px;border-top: 1px solid rgba(0,0,0,.1);padding: 0 10px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.i3Swiper .part .left{display: flex;align-items: center;}
.i3Swiper .part .icon{width: 50px;height: 50px;border-radius: 50%;overflow: hidden;font-size: 0px;margin-right: 5px;}
.i3Swiper .part .icon img{width: 100%;height: 100%;object-fit: cover;}
.i3Swiper .part .txt{color: #CE7019;font-size: 15px;}
.i3Swiper .part .txt strong{display: block;font-size: 18px;}
.i3Swiper .part .right a{color: #aeafb1;font-size: 18px;display: inline-block;margin-left: 10px;}
.i3Swiper .part .right a:hover{color: #222;}
.i3Swiper .swiper-button-next,.i3Swiper .swiper-button-prev{color: #fff;background: rgba(151,152,172,.27);width: 60px;height: 60px;width: 60px;height: 60px;border-radius: 50%;}
.i3Swiper .swiper-button-next:after,.i3Swiper .swiper-button-prev:after{font-size: 20px;}

.index4{width: 100%;margin: 10px 0;padding: 40px 0;background: #aeafb1;}
.search{width: 100%;padding: 0 20px;box-sizing: border-box;}
.search .t1{margin-right: 40px;font-size: 36px;color: #54534a;text-transform: uppercase;letter-spacing: -2px;}
.search .searchInput {
	width: 100%;
	height: 56px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	font-size: 24px;
	color: #717073;
	flex: 1;
	outline: none;
}
.search .searchInput:focus{background: #e9e9e9;color: #54534a;}
.search .searchsubmit{margin: 0;margin-left: 40px;}

.footer{width: 100%;padding: 20px 0;background: #000;color: #fff;}
.fTop .item{width: 50%;padding: 0 20px;box-sizing: border-box;}
.fTit{color: #fff;border-bottom: 1px solid #ce7019;padding-bottom: 5px;margin: 0.5em 0 0.25em 0;font-size: 36px;text-transform: uppercase;letter-spacing: -2px;}
.fList li{font-size: 21px;}
.fList li a{display: block;width: 100%;padding: 20px 0 20px 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px dotted #4d4d4d;position: relative;color: #fff;}
.fList li a::before {content: '\25b8';font-size: 16px;color: #ce7019;position: absolute;top: 21px;left: 0;}
.fList li a:hover{background-color: rgba(255,255,255,0.15);}
.fList li .t1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.fList li .time{text-transform: uppercase;font-size: 15px;}

.fLinks{display: flex;flex-wrap: wrap;margin-top: 20px;}
.fLinks a{display: inline-block;margin-right: 20px;margin-bottom: 20px;width: 50px;height: 50px;background: #54534a;text-align: center;line-height: 50px;color: #fff;}
.fLinks a i{vertical-align: middle;}
.fLinks a:nth-child(1):hover{background: #3b5998;}
.fLinks a:nth-child(2):hover{background: #00aced;}
.fLinks a:nth-child(3):hover{background: #dd4b39;}
.fLinks a:nth-child(4):hover{background: #007bb6;}
.fLinks a:nth-child(5):hover{background: #cb2027;}
.fLinks a:nth-child(6):hover{background: #bb0000;}
.fLinks a:nth-child(7):hover{background: #aad450;}
.fLinks a:nth-child(8):hover{background: #517fa4;}


.copyright{padding: 20px 0;font-size: 13px;margin-top: 20px;}
.copyright a{color: #fff;}
.copyright:hover a{color: #fff;text-decoration: underline;}
.copyright a:hover{color: #fff;text-decoration: none;}


/*11111111111111111111*/
.tongtu{width: 100%;position: relative;}
.tongtu .img{width: 100%;font-size: 0px;overflow: hidden;height: 300px;position: relative;}
.tongtu .img:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: url(../images/overlay-header.png) repeat;content: "";}
.tongtu .img img{width: 100%;height: 100%;object-fit: cover;}
.tongtu .imgTop{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 100%;max-width: 1200px;padding: 0 30px;box-sizing: border-box;z-index: 2;padding-bottom: 40px;}
.tongtu .imgTop .i2Tit{text-align: left;}

.breadcrumb{background: #aeafb1;width: 100%;/*height: 40px;*/margin-bottom: 10px;}

.proclass{width: 100%;background: #455560;padding: 40px 0;}
.proclass .i2Tit{text-align: left;}
.proclass .info{font-size: 18px;color: #fff;margin-top: 10px;}

.proclass2{width: 100%;background: url(../images/overlay-products.png), linear-gradient(to bottom, rgba(79,78,80,1) 0%,rgba(113,112,115,1) 50%,rgba(79,78,80,1) 100%);padding: 40px 0;}
.proclass2 .wapper{padding: 0;}

.proList{margin-top: 40px;}
.proList ul li{width: 33%;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;}
.proList .part{display: block;width: 100%;background: #fff;}
.proList .part .img{font-size: 0px;width: 100%;}
.proList .part .img img{width: 100%;height: auto;}
.proList .part .desc{padding: 10px;box-sizing: border-box;min-height: 80px;font-size: 18px;}
.proList .part .t1{color: #717073;text-transform: uppercase;font-weight: bold;}
.proList .part:hover .t1{color: #ce7019;}
.proList .part .info{font-size: 14px;}



.mainContent{width: 100%;background: #c9cacc;padding: 40px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 28%;}
.mainRight{width: 65%;}
.mainRight .i2Tit{text-align: left;color: #54534a;}

.ProMenu{width: 100%;}
.mTit{border-bottom: 1px solid #54534a;padding-bottom: 5px;font-size: 36px;color: #54534a;text-transform: uppercase;margin-bottom: 0.5em;letter-spacing: -2px;}
.ProMenu .tit{background: #dbb630;}
.ProMenu ul li a{color: #fff;padding: 6px 10px;box-sizing: border-box;font-size: 18px;display: block;}
.ProMenu ul li span a{background: #ce7019;}
.ProMenu ul li dl{padding: 5px 0 5px 15px;box-sizing: border-box;background: #aeafb1;}
.ProMenu ul li dl a{color: #54534a !important;font-size: 16px;position: relative;padding: 6px 10px;padding-left: 15px;}
.ProMenu ul li dl a:before{position: absolute;left: 0;content: "•";top: 5px;}

.product{width: 100%;}
.product .proList ul li{padding: 0 15px;width: 33.3333%;}


.prodetail{width: 100%;}
.prodTit{font-size: 56px;color: #54534a;letter-spacing: -3px;color: #ce7019;}
.prodInfo{font-size: 18px;}
.prodInfo p{word-wrap:break-word;white-space: pre-wrap;}
.prodBtm{width: 100%;background: #fff;padding: 20px;border: 4px solid #aeafb1;border-width: 0 4px 4px 0;box-sizing: border-box;}
.prodBtm .tit{font-size: 26px;color: #717073;margin-bottom: 20px;}
.prodBtm ul li {display: block;position: relative;text-align: center;font-size: 20px;width: 33.3%;padding: 20px;box-sizing: border-box;}


.events{width: 100%;padding: 20px 0;}
.eventList{width: 100%;}
.eventList ul li{width: 50%;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;}
.eventList .part{display: block;width: 100%;display: flex;justify-content: space-between;background: #fff;}
.eventList .part .day{color: #fff;width: 140px;font-size: 20px;background-color: #455a21;padding: 20px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
.eventList .part:hover .day{background: #2c3b14;}
.eventList .part .day strong{font-size: 36px;}
.eventList .part .desc{width: calc(100% - 140px);padding: 20px;box-sizing: border-box;}
.eventList .part .t1{font-size: 26px;color: #717073;letter-spacing: -2px;text-transform: uppercase;margin-bottom: 10px;}
.eventList .part .info{font-size: 16px;color: #54534a;}

.newMenu{width: 100%;margin-bottom: 20px;}
.newMenu ul li{margin: 15px 0;}
.newMenu .part{display: block;padding-left: 15px;position: relative;}
.newMenu .part::before{content: '\25b8';font-size: 16px;color: #ce7019;position: absolute;top: 0;left: 0;}
.newMenu .part .t1{font-size: 18px;}
.newMenu .part .date{font-size: 13px;text-transform: uppercase;color: #717073;}

.mSearch{width: 100%;}
.mSearinput {
	width: 100%;
	max-width: 100%;
	height: 56px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	border: 4px solid #aeafb1;
	border-width: 4px 0 0 4px;
	font-size: 24px;
	color: #717073;
	outline: none;
}
.mSearinput:focus{background: #e9e9e9;color: #54534a;}
.mSearch .searchsubmit{margin-left: auto;display: block;}

.news{width: 100%;}
.news ul li{padding: 40px 0;border-bottom: 8px solid #aeafb1;}
.news ul li:first-child{padding-top: 0;}
.news .part{width: 100%;}
.news .part .t1{font-size: 36px; color: #54534a;text-transform: uppercase;margin-bottom: 0.5em;letter-spacing: -3px;}
.news .part .date{position: relative;font-size: 14px;text-transform: uppercase;color: #717073;margin: 1em 0;}
.news .part .info{font-size: 18px;}
.news .part .info img{-webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);max-width: 100%;height: auto;}

.contact{width: 100%;padding: 20px 0;}
.contTit{font-size: 36px;letter-spacing: -2px;}
.contInfo{font-size: 18px;}
.contInfo p{line-height: 1.6;}
.contList{width: 100%;margin-top: 20px;}
.contList ul li{width: 33.33%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.contList .part{display: block;width: 100%;}
.contList .part .img{width: 100%;font-size: 0px;}
.contList .part .img img{width: 100%;}
.contList .part .t1{font-size: 26px;color: #717073;margin: 0.5em 0;text-align: center;letter-spacing: -3px;}
.contList .part .info{margin: 1em 0;font-size: 18px;text-align: center;}
.contList .part .more{text-align: center;margin: 1em 0;}

.inside{width: 100%;font-size: 16px;margin-bottom: 20px;}



@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.menu a{padding: 0 20px;}
.banner{height: 485px;}
.banner .t1{font-size: 36px;}
.banner .info{font-size: 16px;}
.i1List ul li{width: 50%;margin-bottom: 50px;}
.i1List ul li:last-child{width: 100%;}
.i1List .part .more{text-align: center;}
.i2Tit{font-size: 48px;}
.fTit{font-size: 28px;}
.proList ul li{padding: 0 15px;}
.mTit{font-size: 28px;}
.prodTit{font-size: 36px;}
.eventList .part .t1{font-size: 18px;}





}


@media only screen and (max-width: 980px) {
.header{ display:none}
.m_header{ display:block;}
.sjj_nav{ display:block;z-index: 9999;}
.i2Tit{font-size: 38px;}
.i2List{margin: 40px 0;}
.search .t1{width: 100%;margin-right: 0;margin-bottom: 10px;font-size: 26px;}
.fTop .item{padding: 0 15px;}
.proclass .info{font-size: 16px;}
.proList ul li{padding: 0 10px;}
.product .proList ul li{padding: 0 10px;}
.prodTit{font-size: 26px;}
.news .part .t1{font-size: 26px;}
.contTit{font-size: 26px;}
.contList .part .t1{font-size: 22px;}
.contList .part .tcx_button{font-size: 18px;}
.tcx_button{font-size: 26px;}




}

@media only screen and (max-width: 780px) {
.sp_header{padding: 10px;}
.sp_logo img{max-height: 50px;}
.sjj_nav{top: 90px;}
.i1List{top: 0;padding-top: 20px;}
.i1List ul li{width: 100%;}
.i1List .part .t1{font-size: 26px;}
.i1List .part .info{font-size: 16px;}
.i1List .part .more{font-size: 26px;}
.banner .imgTop{bottom: 0;padding-top: 0;top: auto;height: auto;background: rgba(0,0,0,0.5);padding: 20px;}
.banner .t1{font-size: 18px;letter-spacing: -2px;line-height: 1.5;}
.banner .info{font-size: 13px;}
.i2Tit{font-size: 26px;}
.i2List .swiper-slide{padding: 0 5px;}
.i2List{margin: 30px 0;}
.tcx_button{font-size: 26px;}
.fTop .item{width: 50%;}
.fTop .item:last-child{width: 100%;}
.proList ul li{width: 50%;}
.product .proList ul li{padding: 0 5px;}
.mainWarp{flex-wrap: wrap;}
.mainLeft{width: 100%;order: 1;}
.mainRight{width: 100%;order: 0;}
.product .proList ul li{width: 50%;}
.prodBtm ul li{width: 50%;}
.eventList ul li{width: 100%;}
.news .part .info{font-size: 16px;}
.contInfo{font-size: 16px;}
.contList .part .info{font-size: 16px;}
.contList ul li{width: 50%;}



}

@media only screen and (max-width: 580px) {
p{line-height: 1.5;}
.sp_header{height: 70px;}
.sjj_nav{top: 70px;}
.sp_logo img{max-height: 40px;}
.sp_logo{padding-left: 0;}
.banner{height: 380px;}
.banner .imgTop{padding: 10px;}
.banner .t1{font-size: 16px;}
.banner .info{font-size: 12px;}
.i1List ul li{padding: 0 10px;}
.i1List .part .t1{text-align: center;font-size: 18px;line-height: 1.6;}
.i1List .part .info{font-size: 14px;text-align: center;}
.i1List .part .more{font-size: 18px;padding: 0 20px;}
.tcx_button{line-height: 25px;}
.i1List .part .btm{padding-bottom: 80px;}
.i2List{padding: 0 15px;}
.i2List .part .desc{font-size: 16px;padding: 5px;}
.i2List .swiper-button-next:after, .i2List .swiper-button-prev:after{font-size: 20px;}
.i2List{margin: 20px 0;}
.i3Swiper .part .info{font-size: 16px;}
.tcx_button{font-size: 18px;}
.search{padding: 0;}
.search .searchInput{width: 100%;font-size: 18px;padding: 10px;flex: none;margin-bottom: 10px;}
.search .searchsubmit{margin-left: 0;margin-right: auto;}
.fTop .item{width: 100%;padding: 0;}
.copyright{margin-top: 0;padding: 10px 0;}
.proclass .info{font-size: 14px;}
.proList ul li{width: 100%;}
.product .proList ul li{width: 100%;}
.prodInfo{font-size: 16px;}
.eventList ul li{padding: 0;}
.eventList .part .desc{padding: 15px;width: calc(100% - 120px);}
.eventList .part .day strong{font-size: 28px;}
.eventList .part .day{width: 120px;}
.newMenu .part .t1{font-size: 16px;}
.contList ul li{width: 100%;padding: 0;}



}