/*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;color:#666;/*width: 3840px;*/margin: 0 auto;background: #f6f2e8;}
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:1200px; margin:0 auto;}
@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}

}



.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.menu{height:35px;line-height:35px;background:#333;}
.menu ul li{ float:left; position:relative; border-right:#666 solid 1px;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:35px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index: 9;}
.menu ul li dl dd{ line-height:28px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:12px; color:#666;display:block; padding:0;text-align:left;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:14px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color:#fff;}
a.menu_hover{ background:#666;color:#fff;}
.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}


/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav span{display:block;background:#0188FB;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:9999;background:#fff;width:100%;height:calc(100% - 70px);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:70px}
.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:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #0188FB;}
.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;}


/*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;}

/*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;}

.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.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;}
.wapper2{width: calc(100% - 510px);margin: 0 auto;}
.bg1{background: #f6f2e8;}
.pt10em{padding-top: 10em;}
.pb10em{padding-bottom: 10em;}
.pb20em{padding-bottom: 20em;}


/*-------------------------------------------*/

/*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: #00b0ec;width:20px;}

.banner{width: 100%;overflow: hidden;background: #d7c3b0;}
.banner .img{text-align: center;}
.banner img{width: 100%;overflow: hidden;}

.iWarp{width: 100%;border-radius: 80px 80px 0 0;padding-top: 300px;position: relative;margin-top: 0;}
.iMenu{width: 100%;}
.iMenu ul li{width: 14%;}
.iMenu .part{display: block;width: 100%;text-align: center;overflow: hidden;}
.iMenu .part .img img{width: auto;max-width: 50%;}
.iMenu .part .t1{font-size: 1.2vw;color: #000;margin: 0.6em 0;}


.index1{width: 100%;}
.index1 ul li{width: 32%;padding-bottom: 2em;}
.index1 .part{display: block;width: 100%;background: #fff;border-radius: 50px;overflow: hidden;position: relative;box-shadow: 0px 0.8vw 2vw -1vw rgb(0 0 0 / 30%);}
.index1 .part .img{width: 100%;}
.index1 .part .img img{width: 100%;height: 100%;object-fit: cover;}
.index1 .part .desc{padding: 5% 5%;box-sizing: border-box;color: #000;}
.index1 .part .tit{font-size: 1.8vw;display: flex;align-items: center;line-height: 1;}
.index1 .part .tit span{display: inline-block;vertical-align: middle;}
.index1 .part .tit .icon img{display: inline-block;vertical-align: middle;width: 1.5vw;margin-left: 2vw;}
.index1 .part .titEn{font-size: 1.2vw;margin-top: 1em;}
.index1 .icon2 img{display: inline-block;width: 1vw;margin-right: 1vw;vertical-align: middle;}
.index1 .right span{color:#666; font-size:1vw;}
.index1 .right{display: flex;align-items: center;}

.i2Top{margin-bottom: 5em;}
.i2Top .title{font-size: 1.8vw;color: #000;font-weight: 700;}
.i2Top .more{display: inline-block;color: #000;font-size: 1.2vw;}
.i2Top .more .icon img{display: inline-block;width: 1vw;margin-left: 1.5vw;}

.i2Swiper{width: 100%;}
.i2List .swiper-slide {background: transparent;}
.i2List .part{display: block;width: 98%;height: 100%;position: relative;background: #fff;overflow: hidden;border-radius: 30px;cursor: pointer;box-shadow: 0px 0.8vw 2vw -1vw rgb(0 0 0 / 30%);}
.i2List .part .img{width: 100%;height: 100%;position: relative;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .icon{position: absolute;top: 35%;left: 50%;transform: translateX(-50%);text-align: center;}
.i2List .part .icon img{width: 25%;height: 25%;display: inline-block;}

.i2List .part .imgTop{position: absolute;left: 0;bottom: 0;background: #fff;padding: 3% 5%;box-sizing: border-box;width: 100%;}
.i2List .part .t1{color: #000;font-size: 1.6vw;}

.i2Tc{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.6);z-index: 9999;display: none;}
.i2Tc.active{display: block;}
.i2Close{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;z-index: 1;}
.i2Box{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.i2Box .video{width: 80%;height: 100%;max-height: 80%;text-align: center;margin: auto;}
.i2Box .video video{width: 100%;height: 100%;background: #000;position: relative;z-index: 9;max-height: 90vh;}
.i2Box ul{width: 100%;}

.i3Tit{color: #000;font-size: 1.4vw;margin-bottom: 1.6em;font-weight: 700;}
.i3List{width: 100%;}
.i3List ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.i3List ul li{width: 49%;margin-bottom: 7%;}
.i3List .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 30px;box-shadow: 0px 0.8vw 2vw -1vw rgb(0 0 0 / 30%);}
.i3List .part img{width: 100%;height: 100%;object-fit: cover;}
.i3List .part .icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;}
.i3List .part .icon img{width: 25%;height: 25%;display: inline-block;}

.index4 .wapper2{background: #fff;border-radius: 30px;padding: 220px 180px;box-sizing: border-box;box-shadow: 0px 0.8vw 2vw -1vw rgb(0 0 0 / 30%);}
.index4 .otherTxt{max-height: 75vh;overflow: hidden;overflow-y: auto;}
.otherTxt::-webkit-scrollbar {width: 3px;height: 8px;background-color: #fff;border-radius: 4px;position: relative;}/*下拉条样式隐藏*/
/*滚动条样式*/
.otherTxt::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.otherTxt::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.otherTxt::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.i4List{width: 100%;}
.i4List img{width: 100%;overflow: hidden;border-radius: 30px;margin-bottom: 180px;}
.i4List img:last-child{margin-bottom: 0;}

.iBottom{position: fixed;bottom: 0;left: 0;width: 100%;background: #fcf9ee;z-index: 999;box-shadow: 0px 0.5vw 1vw -0.8vw rgb(0 0 0 / 30%);}
.iBottom ul{align-items: center;}
.iBottom ul li{width: 25%;padding: 1%;box-sizing: border-box;}
.iBottom .part{display: block;text-align: center;}
.iBottom .part .icon{position:relative;display: flex;justify-content: center;}
.iBottom .part .icon img{width: 3.2vw;opacity: 1;}
.iBottom .part .icon img.img2{display:none;}
.iBottom .part .t1{font-size: 1.2vw;color: #123529;margin-top: 0.3em;}
.iBottom ul li.cur .part .t1{color: #902e33;}
.iBottom ul li.cur .part .icon img.img2{display:block;}
.iBottom ul li.cur .part .icon img.img1{display:none;}

.news{width: 100%;}
.news .i2Top .title{color: #902E33;}
.news .warp img{width: 100%;max-width: 100%;}
.newList{width: 100%;}
.newList ul li{float: left;width: 33.3%;margin-bottom: 2em;position: relative; padding:0 1%; box-sizing:border-box;}
.newList .part{display: block;width: 100%;height: 100%;}
.newList .part .img{width: 100%;height: auto;border-radius: 20px;overflow: hidden;}
.newList .part .img img{width: 100%;height: 45vh;object-fit: cover;}
.newList .part .desc{padding: 3% 2%;box-sizing: border-box;}
.newList .part .t1{color: #000;font-size: 1.2vw;}
.newList .part .tag{color: #902e33;font-size: 1vw;margin-top: 0.8em;}

.newList .update_news1 ul li{float: none;width: 100%;margin-bottom: 0;position: relative;}
.newList .update_news1 ul li:nth-child(even){top:auto;}




.newList2 .swiper-slide {background: transparent;}
.newList2 .part{display: block;width: 98%;height: 100%;border-radius: 30px;overflow: hidden;background: #fff;position: relative;cursor: pointer;box-shadow: 0px 0.8vw 2vw -1vw rgb(0 0 0 / 30%);}
.newList2 .part .img{width: 100%;height: 100%;overflow: hidden;}
.newList2 .part .img img{width: 100%;height: 45vh;object-fit: cover;}
.newList2 .part .desc{padding: 2%;box-sizing: border-box;background: #cd9e7b;color: #fff;display: flex;justify-content: space-between;position: absolute;left: 0;bottom: 0;box-sizing: border-box;width: 100%;}
.newList2 .part .t1{color: #fff;font-size: 1.6vw;flex: 1;}
.newList2 .part .icon{margin-left: 2em;display: inline-block;width: 16%;text-align: right;}
.newList2 .part .icon img{width: auto;display: inline-block;}

.newDetail .wapper2{padding: 2%;box-sizing: border-box;background: #fff;border-radius: 30px;}
.newdTit{color: #000;font-size: 1.6vw;}
.newdTag{margin: 1em 0;font-size: 1.2vw;color: #666;}
.newdTag .red{color: #902E33;}
.newdDesc{width: 100%;background: #f5f5f5;border-radius: 10px;padding: 5%;box-sizing: border-box;font-size: 1.2vw;color: #333333;}
.newdInfo{padding: 5% 0;color: #333;font-size: 1.1vw;}
.newdInfo img{max-width: 100%;width: 100%;}
.newdInfo video{max-width: 100%;width: 100%;}
.newVideo{padding: 5% 0;overflow: hidden;}
.newVideo video{width: 100%;}
.newdBtm{padding-top: 3%;}
.newdBtm h3{font-size: 1vw;color: #902E33;margin: 1% 0;}
.newdBtm .t1{font-size: 0.8vw;color: #333;}
.newdBtm .t1:hover{color: #902E33;}

.userImg{width: 100%;border-radius: 0 0 60px 60px;overflow: hidden;position: relative;z-index: 2;}
.userImg img{width: 100%;height: 100%;object-fit: cover;}
.userImg .imgTop{position: absolute;top: 18%;width: 100%;text-align: center;color: #fff;}
.userImg .desc .t1{font-size: 2vw;}
.userImg .desc .t1En{font-size: 1.4vw;margin-top: 1em;}

.userCet{position: relative;margin-top: -80px;z-index: 1; padding-top:8em !important;}
.touxiang{display: flex;align-items: center;}
.touxiang .img{width: 10vw;height: 10vw;border-radius: 50%;margin-right: 2%;overflow: hidden;}
.touxiang .img img{width: 100%;height: 100%;object-fit: cover;}
.touxiang .name{font-size: 1.8vw;color: #333;}
.userCet .list ul li{padding: 2% 0;border-bottom: 5px solid #eee;}
.userCet .list .part{display: block;display: flex;align-items: center;}
.userCet .list .part .icon img{width: 3vw;vertical-align: middle;margin-right: 2em;}
.userCet .list .part .t1{font-size: 1.6vw;color: #333;flex: 1;display: inline-block;vertical-align: middle;line-height: 1;}
.userCet .list .part .icon2{margin-left: auto;}

.hTit{text-align: center;color: #000;font-size: 1.8vw;font-weight: bold;margin-bottom: 2em;}

.index1-2{width: 100%;}
.index1-2 ul li{width: 49%;}
.index1-2 ul li:nth-child(1),
.index1-2 ul li:nth-child(2),
.index1-2 ul li:nth-child(3){width: 32%;}

.index1-2 .part .desc{background-color: #c9a589;background-position: right bottom;background-size: contain;background-repeat: no-repeat;padding: 4%;}
.index1-2 .part .tit{font-size: 1.2vw;}
.index1-2 .part .titEn{font-size: 1vw;margin-top: 0.6em;}
.index1-2 .part .tit .icon img{width: 1.2vw;}

.hisDetail{width: 100%;background: #902E33;}
.hisDetail .wapper2{border-radius: 30px;padding: 5% 3%;box-sizing: border-box;background: url(../images/bg1.jpg) repeat;}
.hTitIcon{margin: 1em 0;}
.hTitIcon img{width: 100%;}
.hVideo{width: 100%;overflow: hidden;margin-top: 2%;}
.hVideo video{width: 100%;background: #000;}
.hDesc{margin-top: 2%;font-size: 1.2vw;color: #000;line-height: 2;}
.hDesc h2{font-size: 1.8vw;}
.hDesc h3{font-size: 1.6vw;}
.hDesc h4{font-size: 1.4vw;}

.spiritTit{margin-bottom: 2%;}
.spiritTit img{width: 20vw;max-width: 50%;}

.jryx{width: 100%;}
.jryx ul li{width: 50%;margin-bottom: 3%;padding: 0 1%;box-sizing: border-box;}
.jryx .part{display: block;width: 100%;border-radius: 30px;overflow: hidden;height: 100%;}
.jryx .part .desc{padding: 3%;box-sizing: border-box;background: #fff;}
.jryx .part .tit{display: flex;justify-content: space-between;align-items: center;}
.jryx .part .tit span{flex: 1;font-size: 1.2vw;color: #000;}
.jryx .part .icon img{width: 1vw;margin-left: 1%;}
.jryx .part .img{width: 100%;}
.jryx .part .img img{width: 100%;height: 18vw;}

.value{width: 100%;}

.inside{padding: 5% 0;color: #333;font-size: 1.1vw;}
.inside img{max-width: 100%;width: auto;}

.i3Tit2{padding: 5% 0;font-size: 1.2vw;color: #333;}

.iSearch{position: relative;width: 100%;height: 10em;border: .1em solid #eee;border-radius: 80px;background: #fcf9ee; margin-bottom:2em;}
.iSearch input{width: 100%;height: 100%;outline: none;padding: 0 8% 0 3%;box-sizing: border-box;position: absolute;left: 0;top: 0;background: transparent;}
.iSearch i{position: absolute;left: 1%;font-size: 1vw;z-index: 9;top: 50%;transform: translateY(-50%);}
.iSearch button{position: absolute;top: 0;width: 10%;font-size: 1vw;color: #fff;border-radius: 80px;background: #902E33;right: 0;border: none;z-index: 9;height: 100%;}
.footer{padding: 3vw 0 5vw;text-align: center;font-size: 1vw;color: #333;}

@media only screen and (max-width: 1920px) {
.iWarp{padding-top: 80px;border-radius: 50px 50px 0 0;}
.pt10em{padding-top: 3em;}
.pb10em{padding-bottom: 3em;}
.pb20em{padding-bottom: 5em;}
.index4 .wapper2{padding: 100px 60px;}
.index1 .part{border-radius: 20px;}
.i2List .part{border-radius: 20px;}
.i3List .part{border-radius: 20px;}
.i4List img{border-radius: 20px;margin-bottom: 50px;}
.jryx .part{border-radius: 20px;}
.hTit{margin-bottom: 1em;}
.newList2 .part{/* border-radius: 20px; */}
.newDetail .wapper2{border-radius: 20px;}
.hisDetail .wapper2{border-radius: 20px;}
.iMenu ul{width: 90%;margin: 0 auto;}
.iMenu .part .img img{max-width: 60%;}
.i2List .part .icon img{width: 3.5vw;height: auto;}
.i3List .part .icon img{width: 3.5vw;height: auto;}
.i3List ul li{margin-bottom: 2%;}
.index2 .i2List{width: calc(100% - 510px);margin: 0 auto;}
.i2Top{margin-bottom: 3em;}
.index1 .part .tit{font-size: 1.4vw;}
.index1 .part .tit .icon img{width: 0.8vw;vertical-align: revert;}
.index1 .part .titEn{font-size: 1vw;margin-top: 0.6em;}
.i2List .part .t1{font-size: 1.4vw;}
.iBottom .part .icon img{width: 2vw;}
.iBottom .part .t1{font-size: 1vw;}

.iSearch{height:60px;}




}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.wapper2{width: calc(100% - 220px);}
.pb20em {padding-bottom: 15em;}
.iWarp{padding-top: 100px;border-radius: 30px 30px 0 0;margin-top: -80px;}
.index4 .wapper2{padding: 60px 50px;}
.index1 .part{border-radius: 10px;}
.index2 .i2List{width: calc(100% - 220px);margin: 0 auto;}











}

@media only screen and (max-width: 980px) {
.wapper2{width: calc(100% - 100px);}
.pb20em{padding-bottom: 5em;}
.index2 .i2List{width: calc(100% - 100px);margin: 0 auto;}
.iSearch{height:50px;}
.iSearch button{width:100px;}
.iSearch input{padding:0 100px 0 30px;}
.iSearch i{left:10px; font-size:16px;}

}

@media only screen and (max-width: 680px) {
.wapper2{width: calc(100% - 10px);}
.index4 .wapper2{padding: 50px 10px;}
#lblContent p{line-height: 5em !important;}
.newdInfo p{line-height: 5em !important;}
.i3List ul li{width: 100%;}
.newList .part .img img{height: 35vh;}
.newList ul li{width: 50%;}
.newList2 .part .icon img{width: 1.2vw;}
.i2Top{margin-bottom: 2em;}
.pt10em{padding-top: 3em;}
.userCet .list .part .icon2 img{width: 1.2vw;}
.iBottom ul li{padding: 2%;}
.iBottom .part .icon img{width: 25px;}
.iWarp{padding-top: 5em;}
.iMenu ul{width: 100%;}
.i2List .part .icon img{width: 40px;height: auto;}
.i3List .part .icon img{width: 40px;height: auto;}
.i2List .part{border-radius: 10px;}
.index2 .i2List{width: calc(100% - 10px);margin: 0 auto;}


}