/*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;}
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:1280px; margin:0 auto;padding-left: 10px;padding-right: 10px;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #fce308;
    --main-color-white: #fff;
    --main-color-tit: #08121d;
    --main-color-txt: #475467;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.header{ position:fixed;top: 0;left: 0;width: 100%;background: #fff;z-index: 999;box-shadow: 0px 25px 40px 0px rgb(0 0 0 / 5%);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 120px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.hHei{height: 120px;}

/*menu*/
.pc_menu{}
.menu{height:70px;line-height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:16px; color:var(--main-color-txt);display:block;font-weight: normal;}
.menu ul li dl dd a:hover{ color:var(--main-color);}
.menu a{ font-size:18px;color:var(--main-color-tit);display:block;text-align:center;padding: 0 25px;font-weight: bold;}
.menu a:hover{color:var(--main-color);}
a.menu_hover{color:var(--main-color);}

.hTel{display: inline-block;border: 1px solid var(--main-color);padding: 15px 35px;background: var(--main-color);color: #fff;font-size: 16px;}
.hTel:hover{color: var(--main-color);background: transparent;}

.header .language{display: flex;flex-direction: column;margin-left: 20px;margin-right: 0;float: none;height: 100%;}
.language{display: flex;float: right;height: 70px;align-items: center;}
.language a{display: block;width: 40px;height: 40px;background: #efefef;border-radius: 50%;text-align: center;line-height: 40px;color: var(--main-color);font-size: 16px;}
.language a:hover{color: #fff;background: var(--main-color);}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:var(--main-color-tit);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:99991;background:#000000E3;width:100%;height:100%;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:ease 0.35s;display: none;}
.nav_show1{top:0;}
.sjj_nav1 .warp{position: fixed;background: #08121d;box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);right: -100%;top: 0;z-index: 99992;padding: 20px;box-sizing: border-box;width: 80%;transition:right ease 0.35s;}
.nav_show1 .warp{right:0;}
.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{position:relative;line-height:45px;font-size:18px}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#fff;width:100%;display: block;box-sizing: border-box;}
.sjj_nav1 ul li ul li a{color:#fff;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#fff;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#fff}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.sjj_nav1 .warp .logo3{text-align: center;}
.sjj_nav1 .warp .logo3 img{width: auto;max-height: 40px;}
.sjj_nav1 .hTel{border-radius: 5px;width: 100%;text-align: center;font-weight: bold;}

.sjj_nav1_close{width: 40px;height: 40px;cursor: pointer;position: absolute;top: 5%;left: 5%;text-align: center;line-height: 40px;}
.sjj_nav1_close img{width: 30px;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

/*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{color: var(--main-color-tit);font-size: 56px;font-weight: 400;}
.iTit span,
.iTit strong{color: var(--main-color);}
.iTit strong,
.iTit b{font-weight: 600;}
.iTxt{font-size: 22px;font-weight: 400;color: var(--main-color-txt);}
.iLine{}
.iMore a{display: inline-block;border: 1px solid var(--main-color);padding: 15px 35px;background: var(--main-color);color: #fff;font-size: 16px;font-weight: bold;}
.iMore a:hover{color: var(--main-color);background: transparent;}

.iMore.iMore2 a{color: var(--main-color);background: #fff;border: 1px solid #fff;}
.iMore.iMore2 a:hover{color: #fff;background: transparent;}

/*-------------------------------------------*/

/*banner*/
.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%;height: 720px;position: relative;}
.banTop{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index: 9;}
.banTop .desc{width: 50%;padding-bottom: 120px;}
.banTop .t1{font-size: 3.8vw;font-weight: 300;}
.banTop .t1 b{font-weight: 500;}
.banTop .txt{margin: 20px 0;background: #176AFF80;padding: 10px;font-size: 1.2vw;font-weight: 300;}
.banTop .txt p{line-height: 1.6;}

.banMore{display: flex;align-items: center;}
.banMore .moreBtn{display: inline-block;font-size: 16px;color: var(--main-color);padding: 25px 55px;background: #fff;}
.banMore .moreBtn:hover{background: var(--main-color);color: #fff;}
.banMore .line{display: inline-block;margin-left: 20px;max-width: 100%;width: auto;}

.index1{width: 100%;}
.index1 .wapper{max-width: 1000px;}
.i1Warp{width: 100%;position: relative;z-index: 10;margin-top: -100px;}
.i1Item{width: 50%;padding: 0 10px;box-sizing: border-box;}
.i1Item .part{display: block;width: 100%;height: 100%;background: #fff;box-shadow: var(--main-shadow);padding: 40px;}
.i1Item .part .icon img{width: 50px;}
.i1Item .part h4{margin-top: 20px;color: var(--main-color-tit);font-size: 18px;font-weight: 600;}
.i1Item .part h3{font-size: 24px;font-weight: 700;color: var(--main-color);margin: 5px 0;}
.i1Item .part .txt{font-weight: 300;font-size: 14px;color: var(--main-color-tit);}
.i1Item .part .iMore{margin-top: 20px;}

.index2{width: 100%;margin: 140px 0px 100px 0px;}
.i2Warp{}
.i2Warp .img{width: 50%;}
.i2Warp .img img{width: 100%;}
.i2Warp .desc{width: 40%;}

.index3{padding: 20px 0;}
.i3List{width: 100%;position: relative;padding-bottom: 30px;}
.i3List .img{width: 100%;height: 200px;display: flex;justify-content: center;align-items: center;}
.i3List .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;display: inline-block;}
.i3List .swiper-pagination-bullet-active{background: var(--main-color-tit);}

.index4{width: 100%;}
.i4Warp{min-height: 900px;display: flex;align-items: flex-end}
.i4Warp .desc{width: 50%;padding-bottom: 150px;}

.index5{width: 100%;padding: 140px 0px 100px 0px;}
.i5Warp{}
.i5Warp .imgBg{width: 50%;position: relative;padding-right: 30px;}
.i5Warp .imgBg .img{position: relative;z-index: 2;}
.i5Warp .imgBg .img img{width: auto;max-width: 100%;}
.i5Warp .imgBg .imgIcon{position: absolute;left: -27px;top: -41px;z-index: 1;}
.i5Warp .imgBg .imgIcon img{max-width: 100%;}
.i5Warp .imgBg .imgIcon img{animation: myMove1 18s linear infinite; -webkit-animation: myMove1 18s linear infinite;}
.i5Warp .desc{width: 50%;padding-left: 30px;}

@-webkit-keyframes myMove1{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes myMove1{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes myMove1{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes myMove1{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

.index6{width: 100%;padding: 140px 0px 100px 0px;}
.i6Warp{}
.i6Warp .desc{width: 45%;padding-right: 30px;}
.i6Warp .imgBg{width: 55%;position: relative;}
.i6Warp .imgBg .img{position: relative;z-index: 2;}
.i6Warp .imgBg .img img{width: auto;max-width: 100%;}
.i6Warp .imgBg .imgIcon{position: absolute;z-index: 1;}
.i6Warp .imgBg .imgIcon img{max-width: 100%;}

.i6Warp .imgBg .imgIcon.icon1{max-width: 35%;left: -10%;top: -120px;}
.i6Warp .imgBg .imgIcon.icon2{right: 195.7px;top: 330px;z-index: 4;width: auto;}
.i6Warp .imgBg .imgIcon.icon3{top: 340px;left: 50px;z-index: 3;}
.i6Warp .imgBg .imgIcon.icon3 img{-webkit-animation: bounce-up 3s linear infinite;animation: bounce-up 3s linear infinite;}

@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-2px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(10px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-2px);
}
}

.index7{padding: 60px 0 120px;overflow: hidden;}
.i7Warp{}
.i7Warp .desc{width: 45%;padding-right: 30px;}
.i7Warp .imgBg{width: 55%;position: relative;}
.i7Warp .imgBg .img{position: relative;z-index: 2;}
.i7Warp .imgBg .img img{width: auto;max-width: 100%;}
.i7Warp .imgBg .imgIcon{position: absolute;z-index: 3;left: 0;bottom: -80px;max-width: 40%;}
.i7Warp .imgBg .imgIcon img{max-width: 100%;}

.index8{padding: 100px 80px;overflow: hidden;}
.index8 .iTit strong{padding-top: 30px;display: block;}
.i8List{width: 100%;}
.i8List ul li{display: inline-block;width: 25%;padding: 10px;text-align: center;}
.i8List .part{display: block;}
.i8List .part .img{width: 108px;height: 108px;display: flex;justify-content: center;align-items: center;margin: 0 auto;border-radius: 50%;background: #1a1f2a;}
.i8List .part .img img{width: auto;max-width: 50px;}
.i8List .part .tit{font-size: 24px;color: #fff;margin-top: 20px;}
.i8List .part .tit .timer{color: var(--main-color);font-size: 48px;}
.i8List .part .txt{margin-top: 20px;color: #FFFFFFDB;font-size: 18px;font-weight: bold;}

.index9{margin: 100px 0;overflow: hidden;width: 100%;}
.i9Warp{}
.i9Warp .img{width: 50%;padding-right: 20px;}
.i9Warp .img img{width: 100%}
.i9Warp .desc{width: 50%;}

.index10{padding: 40px 0;}
.i10Img{width: 100%;text-align: center;margin-top: 100px;}
.i10Img img{max-width: 100%;height: auto;}

.index11{position: relative;width: 100%;padding: 60px 0;}
.i11Bg{position: absolute;width: 100%;top: -300px;z-index: -1;}
.i11Bg img{width: 100%;}
.i11List{width: 100%;position: relative;z-index: 2;margin-top: 80px;}
.i11List .part{display: block;width: 100%;border-radius: 10px;height: 100%;overflow: hidden;background: #FBFBFB;padding: 20px;}
.i11List .part .img{width: 100%;height: auto;border-radius: 10px;}
.i11List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i11List .part .desc{padding: 20px;}
.i11List .part .t1{font-size: 2vw;font-weight: bold;color: var(--main-color-tit);}
.i11List .part .txt{font-size: 1vw;color: var(--main-color-tit);opacity: 0.7;}
.i11List .part:hover{background: #000612;}
.i11List .part:hover .t1,
.i11List .part:hover .txt{color: #fff;}
.i11List .swiper-slide{background: transparent;}

.index12{width: 100%;background: url(../images/wbg.png) center center no-repeat;background-size: cover;padding: 80px 0;}
.i12Warp{}
.i12Warp .f_left,
.i12Warp .f_right{width: 50%;}
.i12Warp .f_right{padding-left: 30px;}

.i12Part{border-radius: 15px;background: #fff;position: relative;transition: 0.3s;}
.i12Part .desc{padding: 25px;}
.i12Tit{font-size: 32px;font-weight: bold;color: var(--main-color-tit);display: block;}
.i12Txt{margin-top: 20px;font-size: 16px;font-weight: 400;color: var(--main-color-tit);opacity: 0.7;}
.i12Img{width: 100%;border-radius: 0 0 15px 15px;overflow: hidden;display: block;}
.i12Img img{width: 100%;}
.i12Part:hover{background: var(--main-color);}
.i12Part:hover .i12Tit,
.i12Part:hover .i12Txt{color: #fff;}

.i12Warp .f_left .i12Part{margin-top: 100px;padding-bottom: 15px;}
.i12Warp .f_left .i12Part .iMore{position: absolute;bottom: 45px;left: 50%;transform: translateX(-50%);}

.i12List ul li{margin-bottom: 20px;}

.index13{padding: 60px 0;}
.index13 .iTxt{max-width: 700px;margin: 20px auto;font-size: 18px;}
.i13List1{margin-top: 60px;}
.i13List1 .part{display: block;width: 100%;border-radius: 15px;border: 1px solid #fff;overflow: hidden;transition: 0.3s;}
.i13List1 .part .img{width: 100%;}
.i13List1 .part .img img{width: 100%;}
.i13List1 .part .desc{padding: 25px;transition: 0.3s;}
.i13List1 .part .t1{font-size: 24px;color: var(--main-color-tit);font-weight: bold;transition: 0.3s;}
.i13List1 .part .txt{font-size: 18px;color: var(--main-color-tit);font-weight: 400;margin-top: 20px;opacity: .7;transition: 0.3s;}
.i13List1 .part .btm{margin-top: 20px;}
.i13List1 .part .time{font-size: 14px;color: --main-color;transition: 0.3s;opacity: 0.8;}
.i13List1 .part .more{display: inline-block;padding: 10px 20px;background: #F7F7F7;color: var(--main-color);font-size: 16px;transition: 0.3s;}

.i13List1 .part:hover{background: var(--main-color);}
.i13List1 .part:hover .t1,
.i13List1 .part:hover .txt,
.i13List1 .part:hover .time{color: #fff;}
.i13List1 .part:hover .more{background: #fff;}

.i13List2{width: 100%;margin-top: 100px;position: relative;padding-bottom: 60px;}
.i13List2 .part{display: block;width: 100%;text-align: center;}
.i13List2 .part .txt{color: var(--main-color-tit);font-size: 20px;font-style: italic;}
.i13List2 .part .t1{font-size: 14px;color: var(--main-color-tit);margin-top: 25px;}
.i13List2 .part .t2{font-size: 14px;color: var(--main-color);margin-top: 10px;}
.i13List2 .swiper-pagination-bullet-active{background: var(--main-color-tit);}

.footer{background: #000612;color: #fff;}
.fTop{width: 100%;padding: 80px 0 20px;}
.fTop .iTit{font-size: 32px;flex: 1;}
.fSearch{width: 400px;height: 55px;margin-left: 60px;position: relative;border-bottom: 1px solid rgba(255,255,255,0.3);}
.fSearch input{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;color: #ffffffee;outline: none;background: transparent;font-size: 16px;}
.fSearch input::placeholder{color: #ffffffee;}
.fSearch button{position: absolute;top: 0;right: 0;width: 60px;height: 100%;border: none;background: transparent;text-align: center;color: #fff;}
.fLogo{width: 100%;padding: 20px 0;}
.fLogo a{display: inline-block;padding: 20px;}
.fLogo a img{width: auto;height: 80px;}

.fMenu{width: 100%;padding: 40px 0 50px;}
.fMenu dl{width: 20%;}
.fMenu dl dt a{display: block;color: #fff;font-weight: bold;font-size: 20px;margin-bottom: 20px;}
.fMenu dl dd{padding-left: 15px;}
.fMenu dl dd a{display: block;font-size: 16px;color: #fff;margin: 5px 0;}
.fMenu dl dd a:before{content: "•";padding-right: 10px;}
.fMenu dl dd a:hover{color: var(--main-color);}

.fBtm{padding: 20px 0 40px 0;border-top: 1px solid rgba(255,255,255,0.3);;font-size: 16px;color: #fff;}
.fShare{display: flex;flex-wrap: wrap;}
.fShare a{display: inline-block;margin-left: 10px;}
.fShare a img{width: 21px;}

.tanchuang{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99999;background: rgba(0,0,0,0.3);display: none;}
.tanchuang.active{display: block;}
.tanchuang .warp{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.tanchuang .box{width: 100%;max-width: 640px;height: auto;min-height: 300px;background: #fff;color: #333;padding: 60px;box-sizing: border-box;border-radius: 3px;overflow: hidden;position: relative;}
.tcTop{margin-bottom: 20px;}
.tcTop .t1{font-size: 36px;color: var(--main-color-tit);}
.tcTop .t2{font-size: 20px;color: var(--main-color-tit);margin-top: 10px;}
.tcTop .t2 b{color: var(--main-color);}

.tcClose{font-size: 20px;cursor: pointer;position: absolute;top: 20px;right: 20px;}
.tcClose img{width: 20px;filter: brightness(0%) contrast(200%) invert(0%) opacity(100%);}
.tcForm{width: 100%;}
.tcForm ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.tcForm ul li{width: 49%;margin-bottom: 15px;position: relative;}
.tcForm ul li:last-child{width: 100%;}
.tcForm ul li:nth-last-child(2){width: 100%;}
.tcForm ul li:nth-last-child(3){width: 100%;}
.tcForm .tit{color: #111;font-size: 14px;margin-bottom: 5px;}
.tcForm .tit i{color: #f00;font-style: normal;vertical-align: middle;padding-right: 5px;}
.tcForm input,
.tcForm textarea{width: 100%;height: 40px;padding: 0 10px;box-sizing: border-box;border: 1px solid #dcdfe6;border-radius: 5px;outline: none;color: #606266;background: #fff;}
.tcForm input:focus,
.tcForm textarea:focus{border-color: #409eff;}
.tcForm textarea{padding: 10px;height: 120px;}
.tcForm button{width: 100%;height: 50px;border-radius: 0;text-align: center;background: var(--main-color);font-size: 16px;color: #fff;border: none;margin: 0 auto;display: block;font-weight: bold;}
.tcForm .error{font-size: 12px;color: #f00;position: absolute;bottom: -15px;left: 0;display: none;}

.fIcon{position: fixed;right: 50px;bottom: 50px;}
.fIcon a{display: block;width: 50px;height: 50px;border-radius: 50%;background: #fff;text-align: center;line-height: 50px;color: var(--main-color);font-size: 20px;}
.fIcon.fIcon1{bottom: 120px;}

.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: #1966ff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #888;}

.inside{padding: 60px 0;}

@media only screen and (max-width: 1280px) {
.wapper{ width:100%;}
.menu a{padding: 0 12px;}
.hTel{padding: 12px 15px;}
.iTit{font-size: 46px;}
.iTxt{font-size: 18px;}
.iMore a{padding: 12px 25px;}
.i12Tit{font-size: 28px;}
.i13List1 .part .t1{font-size: 20px;}
.i13List1 .part .txt{font-size: 16px;}
.fTop .iTit{font-size: 28px;}
.fMenu dl dt a{font-size: 18px;}
.fMenu dl dd a{font-size: 14px;}
.i12Warp .f_left .i12Part .iMore{width: 100%;text-align: center;}
.i4Warp{min-height: 600px;}
.index8{padding: 100px 60px;}
.banner{height: 680px;}
.i3List .img{height: 180px;}
.i11Bg{top: 200px;}
.tcTop .t1{font-size: 26px;}

}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.iTit{font-size: 36px;}
.iTxt{font-size: 16px;}
.iMore a{padding: 10px 25px;}
.i12Tit{font-size: 24px;}
.i13List1 .part .t1{font-size: 18px;}
.i13List1 .part .txt{font-size: 14px;}
.fTop .iTit{font-size: 24px;}
.fMenu dl dt a{font-size: 16px;}
.fMenu dl dd a{font-size: 14px;}
.banMore .moreBtn{padding: 12px 25px;}
.index8{padding: 100px 10px;}
.banner{height: 580px;}
.i3List .img{height: 160px;padding: 10px;}
.i11Bg{top: 100px;}
.index13 .iTxt{font-size: 16px;}









}

@media only screen and (max-width: 780px) {
.wapper{ width:100%;}
.banner{height: 380px;}
.banTop .desc{width: 100%;padding: 10px;}
.banMore .moreBtn{padding: 10px;}
.banMore .line{display: none;}
.i1Warp{margin: 60px 0;}
.i1Item{width: 100%;margin: 20px 0;}
.i1Item .part{padding: 20px;}
.i1Item .part h4{font-size: 16px;}
.i1Item .part h3{font-size: 18px;}
.index2{margin: 80px 0;}
.i2Warp .desc{width: 100%;margin-bottom: 20px;}
.i2Warp .img{width: 100%;}
.iTit{font-size: 24px;}
.iTxt{font-size: 14px;}
.iMore a{font-size: 14px;}
.i4Warp{min-height: auto;}
.i4Warp .desc{width: 100%;padding: 60px 0;}
.index5{padding: 60px 0;}
.i5Warp .imgBg{width: 100%;padding: 0;margin-bottom: 20px;}
.i5Warp{overflow: hidden;}
.i5Warp .desc{width: 100%;padding: 0;}
.index6{padding: 60px 0;}
.i6Warp .desc{padding: 0;padding-bottom: 20px;width: 100%;}
.i6Warp .imgBg{width: 100%;}
.i6Warp .imgBg .imgIcon.icon1{top: 0;}
.i6Warp .imgBg .imgIcon.icon3{top: auto;bottom: 0;}
.i6Warp .imgBg .imgIcon.icon2{top: auto;bottom: 5%;max-width: 30%;right: auto;left: 0;}
.i7Warp .desc{width: 100%;padding: 0;padding-bottom: 20px;}
.i7Warp .imgBg{width: 100%;}
.i8List ul li{width: 50%;padding: 10px 5px;}
.i8List .part .img{width: 60px;height: 60px;}
.i8List .part .tit{font-size: 16px;}
.i8List .part .txt{font-size: 14px;}
.i8List .part .tit .timer{font-size: 18px;}
.i9Warp .img{padding: 0;padding-bottom: 20px;width: 100%;}
.i9Warp .desc{width: 100%;}
.index9{margin: 60px 0;}
.i10Img{margin-top: 35px;}
.i11Bg{top: 100px;overflow: hidden;}
.i11Bg img{width: 100%;height: 200px;object-fit: cover;}
.i11List{margin-top: 35px;overflow: hidden;}
.i11List .part .t1{font-size: 16px;}
.i11List .part .txt{font-size: 14px;}
.i12Warp .f_left, .i12Warp .f_right{width: 100%;padding: 0;}
.i12Warp .f_left .i12Part{margin-top: 35px;margin-bottom: 20px;}
.i12Tit{font-size: 16px;}
.i12Txt{font-size: 14px;}
.index13 .iTxt{font-size: 14px;}
.i13List1{margin-top: 35px;}
.i13List1 .part .desc{padding: 20px;}
.i13List2 .part .txt{font-size: 16px;}
.fTop .iTit{font-size: 16px;width: 100%;text-align: center;}
.fSearch{width: 100%;margin: 20px auto;}
.fLogo a{padding: 5px;}
.fLogo a img{max-height: 45px;max-width: 100px;}
.fMenu dl{width: 100%;padding: 10px 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
.fMenu dl dt a{margin-bottom: 10px;}
.fMenu dl dd{display: flex;flex-wrap: wrap;}
.fMenu dl dd a{display: inline-block;width: auto;padding: 5px;box-sizing: border-box;}
.fBtm{font-size: 14px;}
.fBtm .copyright{width: 100%;}
.fShare{width: 100%;justify-content: space-between;margin-top: 20px;}
.fIcon{right: 10px;bottom: 10px;}
.fIcon.fIcon1{bottom: 70px;}
.tanchuang .box{padding: 20px;max-width: 360px;}
.tcTop .t1{font-size: 18px;}
.tcTop .t2{font-size: 16px;}
.tcForm ul li{margin-bottom: 10px;width: 100%;}

}

