/*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:#666;}
a{color:#252424;-webkit-transition: .3s all ease;-o-transition: .3s all ease;transition: .3s all ease;}
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:100%; margin:0 auto;max-width: 1380px;}
img{max-width:100%;}




.header{ position:absolute;top: 0;left: 0;width: 100%;z-index: 99; background:rgba(255,255,255,0.5);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 120px;padding: 0 20px;box-sizing: border-box;flex-wrap: wrap;}
.headList .logo{display: block;}
.headList .logo img{max-height: 50px;width: auto;}
.headList .hTop{display: flex;justify-content: space-between;align-items: center;}
.hTel ul{ font-size:16px;}
.hTel ul li{float:left; overflow:hidden;padding-left: 32px; width: 240px;margin: 5px;}



/*menu*/
.pc_menu{}
.menu{height:45px;line-height:45px; width:100%; margin:0 auto; margin-top:10px;}
.menu ul{display: flex;justify-content: center;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:235px; position:absolute; left:50%; top:45px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;border-radius: 5px;overflow: hidden;transform: translate(-50%);}
.menu ul li dl dd{ line-height:30px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 0 15px;}
.menu ul li dl dd a:hover{ color:#16181b;background: #f8f9fa;}
.menu a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 40px;}
.menu a:hover{color:#E00C0C;}
a.menu_hover{color:#E00C0C;}
.menu span a{font-weight: bold;position: relative;}
.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.on span a{color: #E00C0C !important;}

.header.fixed{position: fixed;top: 0;background: #fff;-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);-webkit-transition: .3s all ease-out;-o-transition: .3s all ease-out;transition: .3s all ease-out;}
.header.fixed .menu span a{color: #000;}


/*mMenu*/
.m_header{width: 100%;position: relative;z-index: 999;}
.sp_header{height:76px;overflow:hidden;background:#000;position:absolute;z-index:10;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:76px;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:76px;margin-top:25px}
.sp_nav span{display:block;background:#999;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:calc(100% - 52px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show{top:76px}
.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 #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#000;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #E00C0C;}
.sjj_nav ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333}
.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;}

.m_header.fixed .sp_header{background: #fff;z-index: 999;top: 0;left: 0;width: 100%;-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);position: fixed;}
.m_header.fixed .sp_nav span{background:rgba(0, 0, 0, 0.5);}

/*swiper*/
.swiper {width: 100%;height: 100%;}
.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;}

/*banner*/
.banner{width: 100%;height: 700px;position: relative;overflow: hidden;}
.banner .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;}
.banImg{width: 100%;height: 100%;position: relative;}
.banImg:after{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #0000007a;opacity: .5;content: "";}
.banTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.banTop .t1{font-size: 48px;color: #fff;font-weight: 300;margin-bottom: 20px;}
.banTop .t2{font-size: 18px;color: rgba(255, 255, 255, 0.8);margin-bottom: 20px;}
.banTop .more{background: #E00C0C;display: inline-block;padding: 20px 25px;color: #fff;font-size: 16px;border-radius: 4px;}

/*common*/
.iComTitle{text-align: center;margin-bottom: 50px;}
.iComTitle .titEn {display: inline-block;margin-bottom: 0;color: #e00c0c;font-size: 12px;font-weight: 600;letter-spacing: 2px;text-transform: uppercase;position: relative;}
.iComTitle .titEn:before {position: absolute;top: 50%;right: -60px;content: '';-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 50px;height: 1px;margin-top: -1px;background: #e00c0c;}
.iComTitle .titEn:after {position: absolute;top: 50%;left: -60px;content: '';-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 50px;height: 1px;margin-top: -1px;background: #e00c0c;}
.iComTitle .titCn{font-size: 40px;font-weight: 700;color: rgba(0, 0, 0, 0.8);}

.disFlex{display: flex;flex-wrap: wrap;}
.jusBet{justify-content: space-between;}
.jusEnd{justify-content: flex-end;}
.aliCet{align-items: center;}
.bgfff{background: #fff;}
.fff{color: #fff !important;}

.search{width: 100%;background: #E00C0C;position: relative;z-index: 9;}
.search .wapper{position: relative;height: 56px;}
.search .panel{width: 100%;position: relative;box-shadow: 0px 75px 94px -66px rgb(0 0 0 / 66%);background: #21243d;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;border-radius: 5px;padding: 24px;box-sizing: border-box;height: 116px;bottom: 0;position: absolute;left: 0;}
.search .panel .form{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.search .left{width: 50%;padding-right: 20px;box-sizing: border-box;}
.search .tit{color: rgba(255, 255, 255, 0.8);font-size: 18px;margin-bottom: 10px;}
.search .input{position: relative;}
.search .input i{position: absolute;top: 3px;left: 0;font-size: 20px;vertical-align: middle;}
.search .input input{width: 100%;height: 27px;background: none;border: none;font-size: 18px;color: rgba(255, 255, 255, 0.4);padding: 0 30px;box-sizing: border-box;outline: none;}
.search .right{width: 50%;height: 100%;}
.search .right button{width: 100%;background: #E00C0C;color: #fff;font-size: 16px;border-radius: 5px;border: none;height: 100%;}


.index1{width: 100%;background: #e00c0c;overflow: hidden;}
.index1 ul li{width: 25%;text-align: center;padding: 45px 25px;box-sizing: border-box;}
.index1 ul li:nth-child(2){background: #d00606;}
.index1 ul li:nth-child(3){background: #c70a0a;}
.index1 .icon img{width: 62px;}
.index1 .t1{font-size: 20px;font-weight: bold;color: #fff;margin: 10px 0;}
.index1 .info{font-size: 16px;color: rgba(255, 255, 255, 0.8);}
.index1 .info a{color: #fff;}
.index1 .info p{padding: 0;}

.index2{width: 100%;padding: 90px 0;overflow: hidden;}
.i2List{width: 100%;}
.i2List ul{display: flex;flex-wrap: wrap;}
.i2List ul li{width: 33.3%;padding: 0 15px;box-sizing: border-box;}
.i2List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i2List .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.i2List .part .img img{width: 100%;}
.i2List .part .imgTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;display: flex;justify-content: center;align-items: center;padding: 10px;text-align: center;box-sizing: border-box;}
.i2List .part .t1{font-size: 42px;font-weight: bold;color: #fff;}
.i2List .part .more{display: inline-block;padding: 2px 8px;border-radius: 5px;background: rgba(255, 255, 255, 0.9);font-size: 16px;color: #252424;margin-top: 10px;}
.i2List .part:hover .imgTop{background: rgba(0,0,0,0.3);}
.i2List .part:hover .more{color: #e00c0c;}

.index3{width: 100%;background: #5f5858;padding: 90px 0;overflow: hidden;}
.i3List{width: 100%;}
.i3List ul li{width: 25%;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;}
.i3List .part{display: block;width: 100%;text-align: center;overflow: hidden;}
.i3List .part .t1{width: 150px;height: 150px;background: url(../images/bg1.png) center no-repeat;background-size: contain;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 21px;margin: 0 auto;}
.i3List .part .t2{font-size: 20px;color: #fff;margin: 10px 0;}
.i3List .part .info{font-size: 16px;color: #ffffffcc;line-height: 1.8;}

.index4{width: 100%;overflow: hidden;}
.i4Warp{width: 100%;}
.i4Warp .desc{width: 45%;padding-right: 5%;box-sizing: border-box;padding-top: 55px;}
.i4Warp .desc .t1{font-size: 40px;color: rgba(0, 0, 0, 0.8);font-weight: bold;margin-bottom: 20px;}
.i4Warp .desc .info{font-size: 16px;color: #666;margin-bottom: 20px;}
.i4Warp .desc .more{font-size: 16px;}
.i4Warp .right{width: 55%;}
.i4Warp .right .img{width: 49%;height: 586px;font-size: 0px;overflow: hidden;}
.i4Warp .right .img img{width: 100%;height: 100%;object-fit: cover;}

.i4List{width: 100%;margin: 70px 0;}
.i4List ul li{width: 25%;padding: 0 25px;box-sizing: border-box;border-right: 1px solid rgba(0, 0, 0, 0.07);}
.i4List ul li:last-child{border: none;}
.i4List .part{display: flex;align-items: center;}
.i4List .part .left{font-size: 50px;color: #e00c0c;}
.i4List .part .desc{font-size: 18px;color: rgba(0, 0, 0, 0.7);margin-left: 20px;}

.index5{width: 100%;background: #0f0f1d;padding: 90px 0;overflow: hidden;}
.i5List{width: 100%;position: relative;padding-bottom: 50px;}
.i5List .part{display: block;width: 100%;background: #fff;padding: 20px;box-sizing: border-box;}
.i5List .part .img{font-size: 0px;overflow: hidden;}
.i5List .part .txt{font-size: 13px;color: #666;text-align: center;}

.i5List .swiper-pagination-bullet{width: 14px;height: 14px;border: 1px solid #fff;background: none;}
.i5List .swiper-pagination-bullet-active{background: #E00C0C;}

.index6{width: 100%;margin: 90px 0;overflow: hidden;}
.i6List{width: 100%;}
.i6List ul li{width: 25%;padding: 0 15px;margin-bottom: 40px;box-sizing: border-box;}
.i6List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i6List .part .img{width: 100%;font-size: 0px;overflow: hidden;}
.i6List .part .img img{width: 100%;transition: 0.5s;height: 300px;
    object-fit: cover;}
.i6List .part .imgTop{position: absolute;left: 0;bottom: 0;padding: 20px;}
.i6List .part h3{font-size: 18px;}
.i6List .part h3 a{display: inline-block;background: rgba(255, 255, 255, 0.9);color: #000;padding: 4px 8px;font-size: 18px;border-radius: 4px;}
.i6List .info{font-size: 14px;color: #666;margin-top: 10px;}
.i6List .info span{display: inline-block;background: rgba(255, 255, 255, 0.9);padding: 2px 8px;border-radius: 4px;}

.i6List .part:hover .img img{transform: scale(1.1);}
.i6List .part:hover h3 a{background: #E00C0C;color: #fff;}


.index7{width: 100%;margin: 90px 0;overflow: hidden;}
.i7List{width: 100%;}
.i7List ul li{width: 25%;padding: 0 15px;margin-bottom: 40px;box-sizing: border-box;}
.i7List .part{display: block;width: 100%;position: relative;overflow: hidden;}
.i7List .part .img{display: block;width: 100%;overflow: hidden;font-size: 0px;}
.i7List .part .img img{width: 100%;transition: 0.5s;}
.i7List .part .desc{padding-top: 20px;}
.i7List .part .time{font-size: 16px;color: #666666;margin-bottom: 10px;}
.i7List .part .tit{font-size: 20px;color: #000;font-weight: bold;}
.i7List .part .tit:hover{color: #E00C0C;}

.footer{background: #0f101c;width: 100%;padding: 90px 0;overflow: hidden;font-size: 16px;color: rgba(255, 255, 255, 0.7);}
.footer a{color: #E00C0C;}
.copyright{margin-top: 20px;}
.fTit{color: #fff;font-size: 18px;font-weight: bold;margin-bottom: 40px;}
.fWarp .item{width: 20%;padding-left: 5%;box-sizing: border-box;}
.fWarp .item:first-child{padding-left: 0;}
.fMenu li{line-height: 29px;}
.fMenu li a{font-size: 16px;color: rgba(255, 255, 255, 0.5);}
.fMenu li i{padding-right: 5px;font-size: 16px;vertical-align: middle;}

.fTel li{margin: 10px 0;display: flex;}
.fTel li span{flex: 1;}
.fTel li i{vertical-align: middle;padding-right: 5px;margin-top: 5px;}

.fWarp .info p{padding: 0;}

/*1111111111111111111111111111111111*/
.tongtu{width: 100%;height: 500px;position: relative;overflow: hidden;}
.tongtuImg{width: 100%;height: 100%;position: relative;}
.tongtuImg:after{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #0000007a;opacity: .5;content: "";}
.tongtuTop{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;}
.tongtuTop .t1{font-size: 48px;color: #fff;font-weight: 300;}
.current{font-size: 14px;color: rgba(255, 255, 255, 0.7);margin-bottom: 20px;}
.current a{color: rgba(255, 255, 255, 0.7);text-transform: capitalize;}
.current i{padding-left: 5px;vertical-align: middle;}
.current a:hover{color: #E00C0C;}

.comTop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	box-pack: justify;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-align: end;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: 100px;
	background: firebrick;
	padding: 20px 160px 20px 60px;
	position: relative;
	top: -74px;box-sizing: border-box;align-items: center;
}
.ResTitle_a1{}
.ResTitle_a1 span{ font-size:30px; color:#FFFFFF; line-height:1; display:inline-block; position:relative;}
.ResTitle_a1 span:after{ content:''; display:block; width:120px; height:1px;  background: #FFFFFF; position:absolute; top:50%; left:calc(100% + 20px);} 
.ResTitle_a1 br{ display:none;}
.ResTitle_a1 em{ font-size:60px; color:#fff; text-transform:uppercase; line-height:1; padding-bottom:10px; font-weight:bold; display:block;font-style: normal;}

.ki_nav_r {
	display: -webkit-box;
	/* iOS 6-, Safari 3.1-6 */
	display: -webkit-flex;
	/* Chrome */
	display: -moz-box;
	/* Firefox 19 */
	display: -ms-flexbox;
	display: flex;
	/*flex容器*/
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	box-align: end;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: calc(100% - 360px);
}

.ki_page_title {padding-top: 45px;}
#PosList_c1{padding-left:26px; line-height:44px; background:url(../images/location.png) no-repeat left; color:#b7cfc3;font-size: 16px;}
#PosList_c1 b{ font-size:14px; color:#b7cfc3; font-weight: normal;}
#PosList_c1 a{ font-size:14px; color:#b7cfc3;}

.NavList_a2 { font-size: 16px;color: #fff;}
.NavList_a2 ul {
	display: -webkit-box;
	/* iOS 6-, Safari 3.1-6 */
	display: -webkit-flex;
	/* Chrome */
	display: -moz-box;
	/* Firefox 19 */
	display: -ms-flexbox;
	display: flex;
	/*flex容器*/
	flex-wrap: wrap;
	/*ERIC增加自动分行*/
	box-pack: justify;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.NavList_a2 ul.clearfix:after,.NavList_a2 ul ul.clearfix:before{ display:none;}
.NavList_a2 li { padding:0 2.34vw; position: relative;}
.NavList_a2 li:first-child{ padding-left:0;}
.NavList_a2 a { z-index: 1;font-size: 16px; display: block; padding:15px 0 10px;color:#fff; position:relative;box-sizing: border-box;}
.NavList_a2 a.on{}
.NavList_a2 li:after { position: absolute;height: 12px;width: 1px;background: #fff;top: 50%;margin-top: -6px;right: 0;  content: '';}
.NavList_a2 a.on:after{content:''; width:100%; height:3px;background: #FFFFFF; position:absolute; bottom:-3px; display:block; }
.NavList_a2 a:hover{color: #ffffe0;}
.NavList_a2 a:hover:after{content:''; width:100%; height:3px;background: #FFFFFF; position:absolute; bottom:-3px; display:block; }

.aboTit{text-align: center;margin-bottom: 35px;}
.aboTit .t1{font-size: 48px;color: #333333;}
.aboTit .t2{position: relative; color: #a1a1a1; font-size: 18px;text-transform: uppercase;display: inline-block;padding-top: 18px;}
.aboTit .t2:before{content: "";display: block;height: 1px;background: #e0e0e0;margin: 0.7vw 0;}
.aboTit .t2:after{content: "";display: block; height: 1px;position: absolute;left: 50%; width: 40%; top: 0.7vw;background: #fabe00;transform: translateX(-50%);}


.about{width: 100%;margin-top: 60px;}
.aboWarp{width: 100%;margin: 30px 0;background: #b22222;}
.aboWarp .desc{padding: 40px;width: 40%;box-sizing: border-box;display: flex;align-items: center;}
.aboWarp .info{font-size: 17px;color: #fff;}
.aboWarp .img{width: 60%;overflow: hidden;font-size: 0px;height: 550px;}
.aboWarp .img img{width: 100%;height: 550px;object-fit: cover;}

.aboWarp2{width: 100%;margin: 20px 0;}
.aboWarp2 .desc{width: 60%;padding-right: 5%;font-size: 16px;color: #333333;box-sizing: border-box;}

.aboWarp2 .img{width: 40%;font-size: 0px;}
.aboWarp2 .img img{width: 100%;}

.aboImg{width: 100%;margin: 20px 0;font-size: 0px;overflow: hidden;}
.aboImg img{width: 100%;}

.culture{width: 100%;padding: 60px 0;}
.culInfo{font-size: 18px;color: #a52a2a;text-align: center;}
.culInfo h3{font-size: 24px;color: #000;font-weight: normal;margin-bottom: 10px;}

.culList{width: 100%;max-width: 1200px;margin: 60px auto;}
.culList ul li{width: 33.3%;padding: 0 20px;box-sizing: border-box;margin-bottom: 30px;}
.culList .part{display: block;width: 100%;border: 1px solid #e6e6e6;box-sizing: border-box;}
.culList .part .img{width: 100%;font-size: 0px;}
.culList .part .img img{width: 100%;}
.culList .part .desc{color: #4a4a4a;line-height: 1.8;min-height: 7.2em;padding: 42px 7% 2.4vw 7%;position: relative;box-sizing: border-box;}
.culList .part .tit {
	white-space: nowrap;
	font-weight: bold;
	color: #4a4a4a;
	top: -22px;
	margin-bottom: 30px;
	background: #fff;
	position: absolute;
	max-width: 86%;
	padding-right: 1vw;
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
	line-height: 1.5;
	overflow: hidden;
	transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-webkit-transform: skew(-10deg);
}

.culList .part .tit span {
	font-size: 24px;
	color: white;
	background-color: firebrick;
	padding: 10px 1vw;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}

.culList .part .tit h3 {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 72px);
	font-size: 20px;
	transform: skew(10deg);
	-ms-transform: skew(10deg);
	-webkit-transform: skew(10deg);
	font-style: normal;
}
.culList .part .txt{width: 100%;height: auto;display: block;line-height: 45px;text-align: center;font-size: 16px;}

.cNews{width: 100%;margin-top: 90px;}
.cNews .aboTit .t1{font-size: 30px;}
.cNewList{width: 100%;padding: 90px 0;background: #F1F1F1;overflow: hidden;}

.product{width: 100%;margin: 50px 0;}
.proList{width: 100%;}
.proList ul li{width: 33.3%;padding: 0 20px;margin-bottom: 20px;box-sizing: border-box;}
.proList .part{display: block;width: 100%;background: #fafafa;}
.proList .part .img{width: 100%;text-align: center;overflow: hidden;font-size: 0px;display: block;}
.proList .part .img img{width: 100%;height: 175px;max-width: 260px;object-fit: cover;border-radius: 5px;}
.proList .part .desc{padding: 10px;box-sizing: border-box;}
.proList .part .tit{text-align: center;color: #333333;}
.proList .part .tit a{font-size: 16px;color: #252424;}
.proList .part .tit a:hover{color: #E00C0C;}
.proList .part .info{font-size: 14px;color: #BDBDBD;text-align: center;}

.pagebar{width: 100%;margin: 0 auto;padding: 35px 0 10px;font-size: 0;text-align: center;border-top: 1px solid #E0E0E0;}
.pagebar a{margin: 2px;padding: 5px 10px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 5px 10px;margin: 0 5px 5px;border: 1px solid #E00C0C; border-radius: 2px; background: #E00C0C;display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid #E00C0C; background: #E00C0C;}

.prodetail{width: 100%;margin: 50px 0;}
.prodTit{font-size: 25px;color: rgba(0, 0, 0, 0.8);}
.prodWarp{width: 100%;margin: 10px 0;border: 1px solid #ddd;box-shadow: 0 1px 1px rgb(0 0 0 / 5%);border-radius: 4px;background: #fff;box-sizing: border-box;}
.panel-heading{color: #333; background-color: #f5f5f5;border-color: #ddd;padding: 10px 15px;border-bottom: 1px solid transparent;border-top-left-radius: 3px;border-top-right-radius: 3px;box-sizing: border-box;}
.panel-heading h3{font-weight: 600;font-size: 16px;}
.panel-body{padding: 15px;box-sizing: border-box;color: #333333;font-size: 16px;}
.panel-body img{max-width: 100%;}

.news{width: 100%;margin: 60px 0;}

.contact{width: 100%;margin: 60px 0;}
.contWarp{width: 100%;margin-top: 60px;}
.contWarp .map{width: calc(100% - 432px);border: 2px solid #eee;box-sizing: border-box;overflow: hidden;}
.contWarp .map img{width: 100%;height: 100%;object-fit: cover;}
.contWarp .desc{background: #b22222;padding: 2.6vw 4.2vw 2vw 2vw;width: 27.5%;text-align: left;color: #fff; display: inline-block; z-index: 2; min-width: 432px;max-width: 100%;box-sizing: border-box;box-sizing: border-box;}
.contWarp .desc h3{font-size: 24px;margin-bottom: 40px;}
.contWarp .desc ul{padding-bottom: 0.7vw;margin-bottom: 1.2vw;border-bottom: 1px dashed #ffcbcb ;}
.contWarp .desc ul li{display: flex;margin-bottom: 0.5vw;font-size: 16px;}
.contWarp .desc ul li i{vertical-align: middle;padding-right: 5px;padding-top: 12px;}
.contWarp .desc ul li p{flex: 1;}
.contWarp .desc .ewm{font-size: 16px;}
.contWarp .desc .ewm .txt{margin-left: 20px;flex: 1;}

.inside{width: 100%;margin: 60px 0;}

.f_links{width: 100%;margin-top: 20px;display: flex;flex-wrap: wrap;}
.f_links a{display: inline-block;width: 35px;height: 35px;border-radius: 50%;/*border: 1px solid #fff;*/display: flex;justify-content: center;align-items: center; margin-right:5px; margin-bottom:5px}
.f_links a img{max-width: 30px;}

.mainContent{width: 100%;padding: 40px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.mainLeft{width: 300px;margin-right: 40px;}
.mainRight{width: calc(100% - 340px);}

.ProMenu{width: 100%;box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);}
.ProMenuTitle{height: 60px;background: #b22222;padding: 0 15px;box-sizing: border-box;color: #fff;font-size: 24px;line-height: 60px;}
.tab_list5{width: 100%;box-sizing: border-box;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 20px;color: #555;font-size: 16px;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;box-sizing: border-box;background: #f1f1f1;}
.accordion .link a{color: #061a39;font-size: 16px;font-weight: 400;text-decoration: none;}
.accordion .link:hover{background: #333;color: #fff;}
.accordion .link:hover a{color: #fff;}
.accordion .link:hover i{color: #fff;}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {background: #333;color: #fff;}
.accordion li.open a {color: #fff;}
.accordion li.open i {color: #fff;}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: #027D3A !important;}
/*tab5_____end*/
.columnBox{height: 65px;line-height: 65px;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.columnBox h3{font-size: 22px;color: #000;font-weight: normal;text-transform: capitalize;}
.Current{font-size: 14px;color: #666;}
.Current a{color: #666;text-transform: capitalize;}





@media only screen and (max-width: 1380px) {
.wapper{ width:100%;padding: 0 5%;box-sizing: border-box;}
.menu a{padding: 0 25px;}
.comTop{padding: 20px 60px;}
.ResTitle_a1 em{font-size: 52px;}
.ResTitle_a1 span{font-size: 28px;}
.aboTit .t1{font-size: 36px;}
.aboTit .t2{font-size: 16px;}



}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;padding: 0 3%;}
.menu a{padding: 0 15px;}
.i4List ul li{width: 50%;margin-bottom: 50px;}
.comTop{padding: 20px 30px;}
.ResTitle_a1 em{font-size: 48px;}
.ResTitle_a1 span{font-size: 24px;}
.aboTit .t1{font-size: 36px;}
.aboTit .t2{font-size: 14px;}


}

@media only screen and (max-width: 1200px) {
.comTop{width: 100%;left: 0;margin-left: 0;justify-content: center;flex-wrap: wrap;}
.ResTitle_a1{width: 100%;display: flex;justify-content: center;align-items: center;}
.ResTitle_a1 span:after{display: none;}
.ki_nav_r{width: 100%;display: flex;justify-content: center;align-items: center;}
#PosList_c1{padding-left: 0;}








}

@media only screen and (max-width: 980px) {
.wapper{padding: 0 2%;}
.header{ display:none}
.sp_header{ display:block;}
.sjj_nav{ display:block;}
.search{background: #c0c0c0;}
.search .panel{width: 98%;left: 50%;transform: translateX(-50%);height: auto;}
.search .panel form{flex-wrap: wrap;}
.search .left{width: 100%;padding: 0;margin-bottom: 20px;}
.search .right{width: 100%;}
.search .right button{height: auto;padding: 20px;box-sizing: border-box;}
.index1 ul li:nth-child(2){background: none;}
.index1 ul li:nth-child(3){background: none;}
.index1 .icon img{width: 62px;}
.i2List ul li{padding: 0 10px;}
.i2List .part .t1{font-size: 38px;}
.i3List ul li{padding: 0 10px;}
.i6List ul li{width: 50%;}
.i7List ul li{width: 50%;}
.ResTitle_a1 em{font-size: 36px;}
#posT{display: none;}
.aboTit .t1{font-size: 28px;}
.aboTit .t2{font-size: 16px;}
.about{max-width: 780px;margin: 60px auto;}
.aboWarp .desc{width: 100%;padding: 20px;}
.aboWarp .img{width: 100%;}
.aboWarp2 .desc{width: 100%;padding: 0;}
.aboWarp2 .img{display: none;}

.culture{max-width: 780px;margin: 0 auto;}
.culList ul li{width: 100%;padding: 0;}
.culList .part{display: flex;justify-content: space-between;}
.culList .part .img{width: 50%;}
.culList .part .desc{width: 50%;}
.culList .part .tit{position: relative;top: auto;}
.proList ul li{width: 50%;}

.contact{max-width: 780px;margin: 60px auto;}
.contWarp .map{width: 100%;height: 380px;order: 1;}
.contWarp .desc{width: 100%;height: auto;order: 0;min-width: 100px;}



}

@media only screen and (max-width: 780px) {
.search .right button{padding: 15px;}
.index1 ul li{width: 100%;}
.i2List ul li{width: 100%;padding: 0;}
.iComTitle .titCn{font-size: 28px;}
.i3List ul li{width: 100%;padding: 0;}
.i4Warp .desc{width: 100%;order: 1;padding: 0;}
.i4Warp .right{width: 100%;order: 0;margin-bottom: 20px;}
.i4Warp .right .img{height: auto;width: 50%;font-size: 0px;}
.i4List ul li{width: 100%;border: none;padding: 0;}
.i6List ul li{width: 100%;padding: 0;}
.i7List ul li{width: 100%;padding: 0;}
.fWarp .item{width: 100%;padding: 0;margin-bottom: 20px;}
.comTop{top: 0;}
.aboTit .t1{font-size: 18px;}
.aboTit .t2{font-size: 14px;}
.aboWarp .info{font-size: 16px;}
.aboWarp2 .desc{font-size: 14px;}
.proList ul li{width: 100%;padding: 0;}
.contWarp .desc{padding: 35px 20px;box-sizing: border-box;}
.banTop .t1{font-size:20px;}
.banTop .t2{font-size:14px;}
.mainLeft{width:100%; margin-right:0; margin-bottom:20px;}
.mainRight{width:100%;}







}

@media only screen and (max-width: 580px) {
.ResTitle_a1{display: none;}
.NavList_a2 li:after{display: none;}
.comTop{padding: 15px;}
.NavList_a2 li{padding: 0 10px;}
.culList .part{display: block;}
.culList .part .img{width: 100%;}
.culList .part .desc{width: 100%;}
.culList .part .tit{position: absolute;top: -22px;}






}