/*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:1420px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #a48c74;
    --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;
}



.header{ position:fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: 0.3s;}
.header.active.fixed{top: 0;}
.header.fixed{top: -100%;border-bottom: 1px solid #f7f7f7;backdrop-filter: blur(16px);background: rgba(255,255,255,0.8);}
.headList{display: flex;justify-content: space-between;align-items: center;height: 72px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.headList .logo .logo2{display: none;}

.header:hover{border-bottom: 1px solid #f7f7f7;backdrop-filter: blur(16px);background: rgba(255,255,255,0.8);}
.header:hover .logo .logo1{display: none;}
.header:hover .logo .logo2{display: block;}
.header.fixed .logo .logo1{display: none;}
.header.fixed .logo .logo2{display: block;}

.header:hover .menu a{color: #000;}
.header.fixed .menu a{color: #000;}

/*menu*/
.pc_menu{}
.menu{height:72px;line-height:72px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:72px; 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:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: #000;}
a.menu_hover{color: #000;}

/*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:#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-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);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 {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;}
.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{font-size: 3vw;color: #191c1f;font-weight: bold;text-transform: uppercase;}
.iTxt{font-size: 16px;color: #191c1f;}
.iTxt h3{font-weight: bold;}
.iLine{}
.iMore a{display: inline-block;padding: 12px 35px;background: #191c1f;color: #fff;font-size: 16px;border-radius: 30px;font-weight: bold;}
.iMore2 a{display: inline-block;padding: 12px 35px;background: #fff;color: #191c1f;font-size: 16px;border-radius: 30px;font-weight: bold;}
.iMore2 a:hover{opacity: 0.8;}

/*-------------------------------------------*/

/*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{width: 100%;padding: 6vw 0;}
.index1 .iTxt{max-width: 820px;margin-left: auto;margin-right: auto;}
.i1Txt{font-size: 14px;color: #191c1f;}
.i1List{width: 100%;position: relative;padding-bottom: 50px;}
.i1List .part{display: block;width: 100%;}
.i1List .part .img{width: 100%;border-radius: 10px;}
.i1List .part .img img{width: 100%;}
.i1List .swiper .swiper-slide{transition: 300ms;transform: scale(0.8);}
.i1List .swiper .swiper-slide-active{transform: scale(1);}
.i1List .swiper-pagination-bullet{background: #8d969e;opacity: 0.8;}
.i1List .swiper-pagination-bullet-active{background: #8d969e;opacity: 1;}

.index2{position: relative;width: 100%;padding: 6vw 0;}
.index2 .wapper{position: relative;z-index: 9;}
.index2 .imgBox{width: 100%;max-width: 800px;margin-left: auto;margin-right: auto;}
.index2 .imgBox IMG{max-width: 100%;}
.index2 .iTxt{max-width: 640px;margin-left: auto;margin-right: auto;font-size: 12px;}
.index2 .iTxt h3{font-size: 14px;}

.i2Tab{width: 100%;}
.i2Tab ul li{margin: 0 10px;display: inline-block;padding: 12px 35px;border: 2px solid #fff;border-radius: 30px;font-size: 15px;font-weight: bold;color: #fff;position: relative;overflow: hidden;transition: 0.3s;cursor: pointer;}
.i2Tab span{position: relative;z-index: 9;}
.i2Tab ul li.on{background: #fff;color: #000;}
.i2Tab ul li:after{position: absolute;left: 0;width: 0;height: 100%;top: 0;background: #dfe3e7;content: "";}
.i2Tab ul li.on:after{width: 100%;transition: 3s;}
.i2Tab ul li:hover{background: hsla(0,0%,100%,.2);}

.i2Panel{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.i2Panel .item{width: 100%;height: 100%;}
.i2Panel .img{width: 100%;height: 100%;}
.i2Panel .img img{width: 100%;height: 100%;object-fit: cover;}

.footer{width: 100%;background: #191c1f;color: #fff;padding-top: 60px;}
.footer .wapper{max-width: 980px;}
.fTit1{font-size: 24px;color: #8d969e;}
.fTit2{font-size: 40px;color: #fff;margin-top: 15px;}
.footer .fMenu{margin-top: 50px;}
.fMenu{width: 100%;}
.fMenu ul{}
.fMenu ul li{width: 15%;}
.fMenu a{font-size: 12px;color: #fff;font-weight: bold;}
.fMenu a:hover{}
.fShare{padding: 20px 0;border-bottom: 1px solid rgba(255,255,255,0.1);margin-top: 35px;}
.fShare .tit{font-size: 20px;}
.fShare .share{}
.fShare .share a{display: inline-block;width: 32px;text-align: center;}
.fShare .share a img{width: 20px;opacity: 0.8;}
.fShare .share a:hover img{opacity: 1;}
.copright{padding: 30px 0;text-align: center;font-size: 14px;color: #8d969e;}

.mainFull{background: #000;padding-top: 72px;}

/*contact*/
.contact{width: 100%;padding: 6vw 0;background: url(../images/bg_1.jpg) top right no-repeat;background-size: calc();}
.contWarp{width: 100%;}
.contWarp .left{width: 60%;}
.contWarp .right{width: 35%;}

.contForm{width: 100%;padding: 48px 16px;background: #161618;border-radius: 15px;overflow: auto;}
.contForm form{width: 100%;}
.contForm ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.contForm ul li:nth-child(1),
.contForm ul li:nth-child(2){width: 49%;}
.contForm ul li{margin-bottom: 12px;position: relative;box-sizing: border-box;width: 100%;}

.contForm .submit button{}

.form-control{width: 100%;padding: 10px;font-size: 16px;outline: 0;background: #1c1c1e;display: block;border: none;border-radius: 10px;box-sizing: border-box;color: #a1a1a3;height: 60px;}
.form-control:focus{border-color: #00aeef;color: #a1a1a3;}

.form-group.input-material {position: relative;}
.form-group.input-material label {color: #a1a1a3;font-size: 16px;font-weight: normal;position: absolute;pointer-events: none;left: 5px;top: 18px;transition: 0.1s ease all;-moz-transition: 0.1s ease all;-webkit-transition: 0.1s ease all;}

.form-group.input-material .form-control:focus,
.form-group.input-material .form-control[value]:not([value=""]) {color: #a1a1a3}
.form-group.input-material .form-control:focus~label,
.form-group.input-material .form-control[value]:not([value=""])~label {top: 0px;font-size: 12px;padding: 0 5px;color: #a1a1a3;}
.form-group.input-material .form-control:focus.invalid,
.form-group.input-material .form-control.invalid,
.form-group.input-material .form-control:focus.parsley-error,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error {border-bottom-color: #dc3545;}
.form-group.input-material .form-control:focus.invalid~label,
.form-group.input-material .form-control.invalid~label,
.form-group.input-material .form-control:focus.parsley-error~label,
.form-group.input-material .form-control[value]:not([value=""]).parsley-error~label {color: #dc3545;}
.form-group.input-material .parsley-errors-list {color: #dc3545;list-style: none;font-size: 0.7em;padding-left: 5px;}

.contForm .select select{width: 100%;padding: 10px;font-size: 16px;outline: 0;background: #1c1c1e;display: block;border: none;border-radius: 10px;box-sizing: border-box;color: #a1a1a3;height: 60px;}
.contForm .select select:focus{background: #3b3b3d;}
.contForm .form-control:hover{background: #3b3b3d;}
.contForm .tip{text-align: center;font-size: 12px;color: #fff;}
.contForm .tip a{color: #7f84f6;}
.contForm .tip span{color: #7f84f6;}

.contForm .submit{margin-top: 20px;}
.contForm button{width: 100%;height: 42px;background: #fff;border-radius: 30px;border: none;text-align: center;font-size: 14px;color: #000;text-align: center;font-weight: bold;}
.contForm button:hover{opacity: 0.8;}

/*case1*/

.case1{position: relative;width: 100%;overflow: hidden;}
.case1Bg{width: 100%;font-size: 0px;overflow: hidden;height: 100vh;}
.case1Bg video{width: 100%;height: 100%;object-fit: cover;}
.case1Top{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index: 9;}
.case1Top .iTit{font-size: 3.6vw}
.case1Top .iTxt{font-size: 1vw;color: #f4f4f4;}

.case2{padding: 6vw 0;}
.case2 .img{width: 100%;}
.case2 .img img{width: 100%;}

.case2Warp2{margin-top: 5vw;}
.case2Warp2 .iTxt{max-width: 600px;margin-left: auto;margin-right: auto;}
.caseVideo{width: 100%;font-size: 0px;overflow: hidden;}
.caseVideo video{width: 100%;}

.case3{position: relative;width: 100%;overflow: hidden;}
.case3Top{position: absolute;top: 2vw;left: 0;width: 100%;z-index: 9;}
.case3Top .wapper{width: 100%;max-width: 1420px;}
.case3Top .iTit{font-size: 3vw}
.case3Top .iTxt{font-size: 16px;color: #f4f4f4;max-width: 1200px;margin-left: auto;margin-right: auto;    text-align: center;}

.case4{padding: 6vw 0;}
.case4 .iTxt{max-width: 600px;margin-left: auto;margin-right: auto;}
.case4List{width: 100%;}
.case4List ul li{width: 33.3%;padding: 0 10px;}
.case4List .part{display: block;width: 100%;height: 100%;border-radius: 20px;background: #212121;padding: 20px;transform: scale(0.9);transition: 0.3s;}
.case4List .part .t1{padding: 20px 0;color: #fff;font-size: 1.4vw;}
.case4List .part .img{width: 100%;border-radius: 16px;background: #161618;padding: 15px;}
.case4List .part .img img{width: 100%;}
.case4List ul li:nth-child(2) .part{transform: scale(1);}

.case5{position: relative;width: 100%;overflow: hidden;padding: 6vw 0;height: 100vh;}
.case5 .wapper{height: 100%;display: flex;align-items: center;position: relative;z-index: 9;}
.case5Img{position: absolute;top: 0;right: 0;width: auto;height: 100%;}
.case5Img img{width: auto;height: 100%;object-fit: cover;}
.case5Warp{position: relative;width: 100%;}
.case5Warp .desc{width: 100%;max-width: 500px;}

.case6{padding: 1vw 0;}
.case6Warp{width: 100%;}
.case6Warp .left{width: 48%;}
.case6Warp .right{width: 48%;}
.case6Video{width: 100%;}
.case6Video video{width: 100%;}
.case6Warp .iTit{}

/*business*/
.bus1{width: 100%;position: relative;overflow: hidden;}
.bus1Bg{width: 100%;}
.bus1Bg img{width: 100%;height: 100vh;object-fit: cover;}
.bus1Top{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 100%;z-index: 9;}
.bus1Warp{width: 100%;max-width: 960px;}
.bus1Warp .iTit{font-size: 4.6vw;}
.bus1Warp .iTxt{font-size: 1.2vw;font-weight: bold;}
.bus1Warp .iMore2 .btn{margin-left: 20px;background: #1c1d34;border: 2px solid #fff;color: #fff;}

.bus2{padding: 6vw 0;background: #000;}
.bus2Warp{width: 100%;}
.bus2Warp .img{width: 40%;}
.bus2Warp .img img{width: 100%;}
.bus2Warp .desc{width: 50%;}

.bus3{padding: 6vw 0;background: #000;}

.bus4{padding: 6vw 0;background: #0c0c0f;}
.bus4 .wapper{max-width: 1200px;}
.bus4 .iTit{font-size: 3.6vw;}
.bus4List{width: 100%;margin-top: 60px;}
.bus4List ul li{width: 33.3%;padding: 0 10px;}
.bus4List .part{display: block;width: 100%;height: 100%;border-radius: 20px;transform: scale(0.9);transition: 0.3s;}
.bus4List .part .img{width: 100%;border-radius: 20px;overflow: hidden;height: 100%;}
.bus4List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.bus4List .part .desc{position: absolute;left: 0;top: 0;width: 100%;padding: 20px;}
.bus4List .part .t1{padding: 20px 0;color: #fff;font-size: 1.4vw;}
.bus4List ul li:nth-child(2) .part{transform: scale(1);}

/*about*/

.about1{width: 100%;position: relative;height: 100%;}
.abo1Img{width: 100%;height: 100%;overflow: hidden;font-size: 0px;}
.abo1Img img{width: 100%;height: 100%;object-fit: cover;}

.about2{padding: 20px 0;}
.abo2List{width: 100%;}
.abo2List ul li{width: 25%;padding: 0 10px;margin-bottom: 20px;}
.abo2List .part{display: block;width: 100%;border-radius: 20px;background: #f7f7f7;padding: 35px;height: 100%;}
.abo2List .part .icon{margin-bottom: 18px;}
.abo2List .part .icon img{width: 25px;}
.abo2List .part .t1{font-size: 1.28vw;color: #000;margin-bottom: 15px;font-weight: bold;}
.abo2List .part .txt{font-size: 1vw;color: #8d969e;}
.abo2List .part .txt p{padding: 0;}

.abo2Warp{width: 100%;margin-top: 5vw;}
.abo2Warp .iTit{font-size: 3.6vw;}
.abo2Warp .iTxt{max-width: 1200px;margin-left: auto;margin-right: auto;font-size: 1.2vw;}
.abo2Warp .img{width: 100%;position: relative;margin-top: -5vw;}
.abo2Warp .img img{width: 100%;}

.about3{width: 100%;padding: 3vw 0;}
.abo3Warp{width: 100%;}
.abo3Warp .desc{width: 50%;}
.abo3Warp .img{width: 40%;border-radius: 20px;overflow: hidden;}
.abo3Warp .img img{width: 100%;}

.abo3List{margin-top: 5vw;}
.abo3List ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.abo3List .part{display: block;width: 100%;height: 100%;border-radius: 20px;overflow: hidden;background: #f7f7f7;}
.abo3List .part .img{width: 100%;}
.abo3List .part .img img{width: 100%;}
.abo3List .part .desc{padding: 25px;}
.abo3List .part .year{color: #000;font-size: 1.4vw;}
.abo3List .part .t1{margin-top: 1vw;color: #8d969e;font-size: 1vw;}
.abo3List .part .txt{margin-top: 1vw;color: #8d969e;font-size: 1vw;}

.about4{padding: 6vw 0;}
.abo4List{margin-top: 5vw;}
.abo4Item{width: 100%;margin-bottom: 5vw;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.abo4Item .desc{width: 50%;}
.abo4Item .img{width: 40%;}
.abo4Item .img img{width: 100%;}
.abo4Item .iTit{margin-top: 1vw;}
.abo4Item .iTxt{margin-top: 1vw;}
.abo4List .abo4Item:nth-child(2n) .img{order: 1;}
.abo4List .abo4Item:nth-child(2n) .desc{order: 0;}

/*news*/

.news{width: 100%;padding: 6vw 0;}
.newsList{width: 100%;margin-top: 5vw;}
.newsList ul li{width: 33.3%;padding: 0 15px;margin-bottom: 30px;}
.newsList ul li:nth-child(1),
.newsList ul li:nth-child(2),
.newsList ul li:nth-child(3),
.newsList ul li:nth-child(4){width: 50%;}

.newsList .part{display: block;width: 100%;height: 100%;border-radius: 20px;overflow: hidden;background: #f7f7f7;}
.newsList .part .img{width: 100%;}
.newsList .part .img img{width: 100%;height: 255px;
    object-fit: cover;}
.newsList .part .desc{padding: 30px;}
.newsList .part .tag{color: #8d969e;font-size: 1vw;margin-bottom: 1vw;}
.newsList .part .t1{font-size: 1.28vw;color: #000;line-height: 1.8;margin-bottom: 1vw;}
.newsList .part .date{font-size: 0.9vw;color: #8d969e;}

.inside{padding: 6vw 0;}


@media only screen and (max-width: 1420px) {
.wapper{ width:100%;padding: 0 6%;}

}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 5%;}
.abo2List .part{padding: 20px;}



}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 10px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}
.iTit{font-size: 28px;}
.iTxt{font-size: 14px;}
.iMore2 a{padding: 10px 20px;font-size: 14px;}
.i2Tab ul li{padding: 6px 10px;font-size: 12px;margin: 0 5px;}
.fTit1{font-size: 16px;}
.fTit2{font-size: 24px;}
.fShare .share a img{vertical-align: middle;}
.bus1Bg img{height: 100%;}
.bus1Warp .iTxt{font-size: 12px;font-weight: normal;display: none;}
.bus1Warp{max-width: 78%;}
.mt35{margin-top: 25px;}
.abo2List ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.abo2List .part{padding: 25px;}
.abo2List .part .t1{font-size: 16px;}
.abo2List .part .txt{font-size: 14px;}
.abo2Warp .iTit{font-size: 32px;}
.abo2Warp .iTxt{font-size: 14px;}
.abo2Warp .img{margin-top: 0;}
.abo3Warp .desc{width: 100%;margin-bottom: 20px;}
.abo3Warp .img{width: 100%;}
.abo3List ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.abo3List .part .desc{padding: 20px;}
.abo3List .part .year{font-size: 20px;}
.abo3List .part .t1{font-size: 16px;margin-top: 10px;}
.abo3List .part .txt{font-size: 14px;margin-top: 10px;}
.abo4Item{margin-bottom: 25px;display: block;}
.abo4Item .img{width: 100%;margin-bottom: 20px;}
.abo4Item .desc{width: 100%;}
.abo4Item .iTit{margin-top: 10px;}
.abo4Item .iTxt{margin-top: 10px;}

.bus1Warp .iMore2 a{font-size: 12px;padding: 5px 10px;}
.bus1Warp .iMore2 .btn{margin-left: 5px;}
.bus2Warp .img{width: 100%;margin-bottom: 20px;}
.bus2Warp .desc{width: 100%;}
.bus4 .iTit{font-size: 26px;}
.bus4 .iTit{font-size: 16px;}
.bus4List ul li{width: 100%;padding: 10px 0;}
.bus4List .part{transform: scale(1);}
.bus4List .part .t1{font-size: 20px;}
.mainFull{padding-top: 20px;}
.case1Bg{height: 100%;}
.case1Top .iTit{font-size: 20px;margin-top: 10px;}
.case1Top .iTxt{font-size: 12px;margin-top: 10px;display: none;}
.mt50{margin-top: 25px;}
.case4List ul li{width: 100%;padding: 10px 0;}
.case4List .part{transform: scale(1);}
.case4List .part .t1{font-size: 20px;}
.case3Top .iTit{font-size: 26px;}
.case3Top .iTxt{font-size: 16px;}
.case6Warp{padding: 20px 0;}
.case6Warp .left{width: 100%;margin-bottom: 20px;}
.case6Warp .right{width: 100%;}
.case5 .wapper{align-items: flex-start;padding-top: 10%;}
.contWarp .left{width: 100%;margin-bottom: 20px;}
.contWarp .right{width: 100%;}
.contForm ul li:nth-child(1), .contForm ul li:nth-child(2){width: 100%;}

.newsList ul li:nth-child(1), .newsList ul li:nth-child(2), .newsList ul li:nth-child(3), .newsList ul li:nth-child(4){width: 100%;}
.newsList ul li{width: 50%;padding: 0 5px;margin-bottom: 10px;}
.newsList .part{border-radius: 10px;}
.newsList .part .desc{padding: 10px;}
.newsList .part .tag{font-size: 14px;margin-bottom: 10px;}
.newsList .part .t1{font-size: 16px;margin-bottom: 10px;}
.newsList .part .txt{font-size: 14px;}



}
