/*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:1200px; margin:0 auto;}
.wapper2{ width:1420px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #fd9a22;
	--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;
	--main-bg: linear-gradient(to right,#185fad 0,#109B04 100%);
}

.header{ position:relative;z-index: 999;width: 100%;}
.header.fixed{position:relative;}
.hTop{font-size: 0px;width: 100%;}
.hTop img{width: 100%;}
.hCon{width: 100%;}
.hWarp{height: 75px;}
.hWarp .logo{font-size: 0px;line-height: 1;}
.hWarp .logo img{width: auto;max-height: 70px;}
.hWarp .search{width: 100%;flex: 1;margin-left: 5%;}
.hWarp .search .box{width: 100%;height: 40px;border-radius: 50px;position: relative;overflow: hidden;background: #fff;border: 1px solid #ddd;padding: 5px;display: flex;justify-content: space-between;align-items: center;}
.hWarp .search input{width: 100%;height: 100%;padding: 0 10px;box-sizing: border-box;outline: none;flex: 1;}
.hWarp .search button{width: 100px;height: 100%;border: none;background: var(--main-color);color: #fff;font-size: 14px;font-weight: bold;border-radius: 30px;}

.hCon2{background: #00000080;font-size: 14px;color: #fff;line-height: 45px;}
.hTxt{width: 100%;font-size: 0px;}
.hTxt img{width: 100%;}
.h_menu{width: 100%;background: #d5ab81;}

/*menu*/
.menu{height:45px;line-height:45px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left: 0; top:45px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;width: 200px;padding: 10px 0;border-radius: 5px;}
.menu ul li dl dd{ line-height:1.5;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 5px 20px;}
.menu ul li dl dd a:hover{ color: var(--main-color);background: #f2f2f2;}
.menu ul li span a{ font-size:14px;color:#fff;display:block;text-align:center;padding: 0 20px;min-width: 110px;text-align: center;}
.menu ul li.cur span a,
.menu ul li span a:hover,
a.menu_hover{ background:#c1976d;color: #fff;}
.menu ul li span .fa{transition: 0.3s;}
.menu ul li span a.menu_hover .fa{transform: rotate(180deg);}

.menu ul li dl dd dl{top: -10px;left: 100%;transform: none;display: none;}
.menu ul li dl dd:hover dl{display: block;}

.language{position: relative;margin-left: 25px;}
.language dt{height: 40px;display: flex;justify-content: center;align-items: center;font-size: 14px;color: #000;cursor: pointer;width: 120px;border-radius: 30px;background: #fff;border: 1px solid #eee;padding: 0 10px;}
.language i{padding-left: 20px;}
.language dd{position: absolute;top: 40px;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: #000;color: #fff;}
.language ul li.on a{color: var(--main-color);}
/*.language:hover dd{display: block;}*/

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;box-shadow: var(--main-shadow);}
.sp_header1 .language{float: right;height: 70px;margin-right: 12px;display: flex;align-items: center;}
.sp_header1 .language dl{padding: 0 10px;}
.sp_header1 .language dd{top: 70px;}

.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height: 45px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}

.sp_nav1 span{display:block;background:#000;width:30px;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:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav1{position:fixed;z-index:999;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_show1{top:70px;}
.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{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background: var(--main-color);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper-container {width: 100%;overflow: hidden;}
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper .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 .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;}
.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;}
.iTit{text-align: center;}
.iTit strong{color: #000;font-size: 38px;font-weight: bold;display: block;}
.iTit .line{width: 50%;height: 5px;background: var(--main-color);margin: 10px auto;display: block;}
.iTit span{font-size: 14px;color: #000;margin-top: 15px;}
.iTit .icon{text-align: center;margin-top: 10px;}
.iTit .icon img{width: 50px;}
.iTit .bg{font-size: 0px;}
.iTit .bg img{width: 100%;}
.iTxt{font-size: 18px;color: #000;}
.iLine i{}
.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%;}
.iTag span{display: inline-block;padding: 5px 10px;background: var(--main-color);border-radius: 30px;font-size: 14px;color: #fff;}

/*-------------------------------------------*/

/*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{margin: 60px 0;}
.i1List{width: 100%;}
.i1List ul li{padding: 10px;}
.i1List .part{display: block;width: 100%;text-align: center;}
.i1List .part .icon{font-size: 0px;overflow: hidden;}
.i1List .part .icon img{width: 56px;}
.i1List .part .tit{margin-top: 10px;font-size: 14px;color: #000;}

.index2{margin: 60px 0;}
.i2List{width: 100%;}
.i2List ul li{width: 25%;padding: 10px;}
.i2List ul li:nth-child(2){width: 50%;}
.i2List .part{width: 100%;height: 100%;position: relative;overflow: hidden;}
.i2List .part .img{width: 100%;height: 100%;}
.i2List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 20px;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.3);opacity: 0;transition: 0.3s;}
.i2List .part .tit{font-size: 18px;color: #fff;font-weight: bold;text-align: center;}

.i2List ul li:nth-child(2) .part .tit{font-size: 32px;}
.i2List .part:hover .img img{transform: scale(1.1);}
.i2List .part:hover .imgTop{opacity: 1;}

.index3{margin: 60px 0;}
.i3List{width: 100%;}
.i3List ul li{width: 25%;padding: 5px;}
.i3List .part{width: 100%;height: 100%;background: #fff9f4;border: 8px solid #ffdfbd;padding: 20px;padding-top: 50px;position: relative;}
.i3List .part .numb{position: absolute;left: 50%;transform: translateX(-50%);width: 60px;height: 32px;display: flex;justify-content: center;align-items: center;background: var(--main-color);border-radius: 30px;color: #fff;font-size: 20px;font-weight: bold;top: -20px;}
.i3List .part .tit{color: #000;font-size: 29px;font-weight: bold;}
.i3List .part .txt{color: #000;font-size: 16px;margin-top: 20px;}

.index4{margin: 60px 0;}
.i4Warp{width: 100%;position: relative;}
.i4Warp:before{position: absolute;left: 0;top: 0;width: 55%;height: 90px;background: #fedaad;top: -20px;content: "";}
.i4Warp .desc{width: 50%;padding: 0 10px;position: relative;}
.i4Warp .img{width: 50%;padding: 0 10px;position: relative;z-index: 2;}
.i4Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.i4Warp .tit{color: #fff;font-size: 38px;font-weight: bold;}
.i4Warp .iTxt{margin-top: 35px;}

.i4List{width: 100%;}
.i4List ul li{width: 33.3%;padding: 0 10px;}
.i4List .img{width: 100%;height: 100%;}
.i4List .img img{width: 100%;height: 300px;object-fit: cover;}

.i4Warp2{width: 100%;/*max-width: 920px;*/margin: 0 auto;margin-top: 60px;}
.i4Warp2 .img{width: 100%;}
.i4Warp2 .img img{width: 100%;height: 100%;object-fit: cover;}
.i4Warp2 .desc{width: 40%;background: var(--main-color);text-align: center;padding: 20px 10px;display: flex;justify-content: center;align-items: center;}
.i4Warp2 .iTit strong{color: #fff;font-size: 34px;line-height: 1.5;}

.index5{margin: 60px 0;}
.i5Box{width: 100%;margin-bottom: 20px;}
.i5Top{position: relative;width: 100%;}
.i5Top .img{width: 100%;position: absolute;top: 0;right: 0;height: 100%;}
.i5Top .img img{width: 100%;height: 100%;object-fit: cover;}
.i5Top .box{width: 55%;background: rgb(255 255 255 / 30%);backdrop-filter: blur(3px);position: relative;z-index: 2;border-radius: 0 300px 300px 0;border-right: 20px solid var(--main-color);}
.i5Top .desc{padding: 60px 50px;width: 90%;}
.i5Top .tit{font-size: 48px;color: #000;font-weight: bold;}
.i5Top .txt{margin-top: 20px;font-size: 16px;color: #000;}
.i5Top .more{margin-top: 20px;}
.i5Top .more a{display: inline-block;padding: 10px 20px;background: #fff;border-radius: 30px;font-size: 16px;box-shadow: var(--main-shadow);}

.i5List{margin-top: 20px;border: 1px solid #ddd;border-top: 2px solid rgb(213, 171, 129);}
.i5List .title{padding: 10px 20px;border-bottom:1px solid #ddd;font-size: 22px;color: rgb(213, 171, 129);font-weight: bold;}
.i5List ul{margin-left: -2px;margin-right: -2px;}
.i5List ul li{width: 25%;border: 1px solid #ddd;margin: -0.5px;padding: 20px;}
.i5List .part{display: block;width: 100%;height: 100%;padding: 0;max-width: 160px;margin: 0 auto;}
.i5List .part .img{width: 100%;height: 160px;display: flex;justify-content: center;align-items: center;}
.i5List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i5List .part .desc{width: 100%;padding-top: 10px;}
.i5List .part .tit{font-size: 14px;color: #000;}
.i5List .part .tit a{color: #000;}
.i5List .part .tit a:hover{text-decoration: underline;color: var(--main-color);}
.i5List .part .price{margin: 10px 0;font-size: 14px;font-weight: bold;color: #000;}
.i5List .part .txt{font-size: 14px;color: #000;}

.i5Box:nth-child(2n) .i5Top .box{margin-left: auto;border-radius: 300px 0 0 300px;border-right: none;border-left: 20px solid var(--main-color);}
.i5Box:nth-child(2n) .i5Top .desc{margin-left: auto;}

.index6{margin: 60px 0;}
.i6Warp{width: 100%;}
.i6Warp .left{width: 22%;background: #fccc8b;display: flex;justify-content: center;align-items: center;padding: 30px;}
.i6Warp .right{width: 78%;padding: 0 5px;}
.i6List{width: 100%;}
.i6List ul li{width: 33.3%;padding: 5px;}
.i6List .img{width: 100%;height: 100%;}
.i6List .img img{width: 100%;height: 200px;object-fit: cover;}
.i6Warp .iTit strong{color: #fff;}
.i6Warp .iTit .icon{margin-top: 20px;}
.i6Warp .iTit .icon img{filter: brightness(0%) contrast(200%) invert(100%) opacity(100%);}

.i6List{width: 100%;max-width: 920px;margin-left: auto;margin-right: auto;}
.i6List ul li{width: 25%;padding: 15px;}
.i6List .part{display: block;width: 100%;}
.i6List .part img{width: 100%;}

.index7{margin: 60px 0;}
.i7List ul li{width: 25%;padding: 15px;    border: 1px solid #ddd;}
.i7List .part{display: block;width: 100%;}
.i7List .part img{width: 100%;}

.index8{margin: 60px 0;}
.i8Box{width: 100%;}
.i8Box img{width: 100%;}
.i8Warp{width: 100%;margin-top: 20px;position: relative;padding: 100px 50px;}
.i8Warp:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;opacity: 0.5;content: "";}
.i8Warp .desc{position: relative;z-index: 2;text-align: center;}
.i8Warp .tit{font-size: 14px;}
.i8Warp .tit a{color: #007ffc;}
.i8Warp .tag{margin-top: 20px;}
.i8Warp .tag a{display: inline-block;padding: 6px 12px;margin: 5px;background: rgba(255,255,255,0.8);border-radius: 3px;color: #333;font-size: 12px;}
.i8Warp .tag a:hover{color: var(--main-color);}
.i8Warp .tag a:first-child{color: var(--main-color);}

.index9{margin: 60px 0;}
.i9Tit{text-align: center;color: rgb(213, 171, 129);font-size: 22px;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.i9Top{width: 100%;font-size: 18px;color: #fccc8b;}
.i9Top a{font-size: 14px;color: #007ffc;}
.i9Top a:hover{color: var(--main-color);text-decoration: underline;}
.i9Top img{width: 21px;vertical-align: middle;margin-left: 10px;}

.i9List{width: 100%;}
.i9List ul li{width: 33.3%;padding: 20px;}
.i9List .part{display: flex;width: 100%;height: 100%;align-items: center;}
.i9List .part .icon{border: 1px solid #dae2ed;width: 60px;height: 60px;border-radius: 100%;display: flex;justify-content: center;align-items: center;margin-right: 10px;}
.i9List .part .icon img{width: 30px;}
.i9List .part .desc{flex: 1;font-size: 14px;color: #333;}
.i9List .part .tit{font-weight: bold;}
.i9List .part .txt{margin-top: 5px;}
.i9List .part:hover .tit{text-decoration: underline;}

.i9List ul li:nth-child(1) .part .desc,
.i9List ul li:nth-child(2) .part .desc,
.i9List ul li:nth-child(3) .part .desc{color: var(--main-color);}

.i9List2{width: 100%;}
.i9List2 ul li{width: 25%;padding: 10px;}
.i9List2 .part{display: block;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;border: 1px solid #ddd;}
.i9List2 .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}

.i9Btm{width: 100%;}
.i9Btm a{margin: 5px;}
.i9Btm .btn1,
.i9Btm .btn2{display: inline-block;padding: 5px 20px;border: 1px solid var(--main-color);border-radius: 50px;font-size: 14px;color: var(--main-color);}
.i9Btm .btn1{background: var(--main-color);color: #fff;}
.i9Btm .btn3{display: inline-block;font-size: 14px;color: #2192d9;}

.i9Btm .btn1:hover{background: #e35300;}
.i9Btm .btn2:hover{background: var(--main-color);color: #fff;}
.i9Btm .btn3:hover{color: #e35300;text-decoration: underline;}

.footer{width: 100%;border-top: 1px solid #ddd;padding: 40px 0;}
.fMenu{width: 100%;display: flex;flex-wrap: wrap;}
.fMenu dl{width: 16%;}
.fMenu dl dt{margin-bottom: 20px;font-weight: 700;font-size: 16px;line-height: 22px;color: #000;}
.fMenu ul li{margin-bottom: 20px;}
.fMenu ul li a{font-size: 14px;color: #222;}
.fMenu ul li a:hover{text-decoration: underline;}

.fShare a{display: block;margin-right: 20px;}
.fShare a img{width: 28px;}
.fTxt{font-size: 14px;color: #222;}
.copyright{padding: 20px 0;background: #f4f4f4;color: #666;font-size: 14px;text-align: center;line-height: 1.6;}
.copyright a{color: #666;}
.copyright a:hover{text-decoration: underline;}
.group-links{margin-bottom: 10px;}
.group-links a:before{content: "|";margin: 0 5px;}
.group-links a:first-child:before{display: none;}
.tnh-infos-content{margin-bottom: 10px;}

.toTop{position: fixed;right: 10px;bottom: 0;width: 50px;height: 50px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: rgba(0,0,0,0.6);color: #fff;font-size: 26px;transition: 0.3s;opacity: 0;visibility: hidden;}
.toTop.active{opacity: 1;visibility: visible;bottom: 20px;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #fff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #fff;}

.p_page{width: 100%;background: #fafafa;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;}
.inner_tit{text-align: center;font-size: 28px;color: #333;}
.inner_txt{text-align: center;font-size: 14px;color: #888;}
.inner_lie{width: 100px;position: relative;height: 1px;background: #e5e9ec;margin: 15px auto;}
.inner_lie:after{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 23px;height: 4px;background: #f60;content: "";}

.inside{padding: 60px 0;min-height: 500px;}
.inside img{max-width: 100%;}

@media only screen and (max-width: 1420px) {
.wapper2{ width:100%; padding:0 20px;}

}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 20px;}
.i3List .part .tit{font-size: 26px;}
.i3List .part .txt{font-size: 16px;}
.i4Warp2 .iTit strong{font-size: 28px;}

}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.wapper{ width:100%;padding: 0 10px;}
.wapper2{ width:100%;padding: 0 10px;}
.iTit strong{font-size: 26px;}
.iTit .line{height: 3px;width: 45%;}
.iTit span{font-size: 12px;}
.iTit .icon{margin: 0;}
.iTit .icon img{width: 38px;}
.iTxt{font-size: 16px;}

.i2List ul li{width: 50%;padding: 5px;}
.i2List ul li:nth-child(1){order: 1;}
.i2List ul li:nth-child(2){order: 0;width: 100%;}
.i2List ul li:nth-child(3){order: 2;}
.iTag span{font-size: 12px;padding: 3px 6px;}
.i3List ul li{width: 50%;margin-bottom: 20px;}
.i3List .part{padding: 10px;padding-top: 35px;}
.i3List .part .tit{font-size: 20px;}
.i3List .part .txt{font-size: 14px;}
.i4Warp .desc{width: 100%;padding: 10px 0;}
.i4Warp .img{width: 100%;padding: 0;}
.i4Warp:before{top: 0;display: none;}
.i4Warp .tit{font-size: 26px;padding: 20px;background: #fedaad;margin-bottom: 20px;}
.i4Warp .iTxt{margin-top: 0;}
.i4List ul li{padding: 5px;}
.i4Warp2 .img{width: 100%;}
.i4Warp2 .desc{position: relative;width: 100%;padding: 20px;border-radius: 0 !important;}
.i5Top .img{position: relative;height: auto;}
.i5Top .box{position: relative;width: 100%;padding: 20px;border-radius: 0 !important;border-left: none !important;border-right: none !important;border-top: 5px solid var(--main-color);border-bottom: 5px solid var(--main-color);}
.i5Top .desc{width: 100%;padding: 20px 0;}
.i5Top .tit{font-size: 26px;}
.i5Top .txt{font-size: 14px;}
.i5Top .more a{font-size: 14px;}
.i5List ul li{width: 50%;padding: 10px;}
.i6Warp .left{width: 100%;padding: 20px;}
.i6Warp .right{width: 100%;}
.i6List ul li{padding: 5px;width: 50%;}
.i7List ul li{padding: 5px;}
.i8Warp{padding: 50px 20px;}
.i8Warp .tag a{padding: 5px 10px;font-size: 12px;}
.i9List ul li{width: 100%;}
.i9List2 ul li{width: 33.3%;padding: 5px;}
.fMenu dl{width: 100%;}
.fMenu ul{display: flex;flex-wrap: wrap;}
.fMenu ul li{width: 33.3%;}
.fMenu ul li a{font-size: 12px;}
.copyright{font-size: 12px;}
.tongtu .t1{font-size: 24px;}
.tongtu .txt{font-size: 12px;}




}
