@charset "utf-8";
body{ overflow-x:hidden;}
body{ color:#333; height:auto; box-sizing:border-box; font-size:14px; padding-top:110px;}
.course{-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none;  /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;}
a{ color:#333; text-decoration:none;}
a:hover{ text-decoration:none; color:#c30d18;}
i,em{ font-style:normal;}


.menu span,
.menu i{
font-family:"iconfont" !important; font-size:1em; font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}

.menu,
.menu .h3 a,
.iCaseNav a:before,
.iCaseCon .em,
.iCaseCon .h3,
.iCaseCon .p,
.iCaseCon .img:before,
.header .wp,
.logo img{
transition: all 0.5s ease-out;
}
.ddddddddd{ transform:scale(1.05,1.05);}

/*淡入 向上 循环*/
.FmovefadeInDown,
.pageNext:before{animation:FmovefadeInDown 1.5s infinite ease both;}
@keyframes FmovefadeInDown{0%{opacity:0;transform:translateY(-10px)}90%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(15px)}}
.FmovefadeInUp{animation:FmovefadeInUp 1.5s infinite ease both;}
@keyframes FmovefadeInUp{0%{opacity:0;transform:translateY(30px)}70%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}
.Frotation360{animation:Frotation360 2s linear infinite;}
@keyframes Frotation360 {from{transform:rotate(0)}to{transform:rotate(360deg)}}
.FpulseSlow{animation:FpulseSlow infinite alternate 1s ease-in-out;}
@keyframes FpulseSlow {0% {transform:scale(1);opacity:1;}100%{transform:scale(0.9);opacity:0.5;}}
.lightSpeedIn{animation:lightSpeedIn infinite alternate 3s ease-in-out;}
@keyframes lightSpeedIn{0%{transform:skewX(-10deg);}60%{transform:skewX(10deg);}90%{transform:skewX(-5deg);}100%{transform:none;}}



.menu-link { display:none; box-sizing: border-box; position:absolute; top:50%; margin-top:-20px; right:-8px;font-size: 11px;z-index: 10;width:40px;height:40px; padding:7px; transition: all 0.2s ease-out;}
.menu-link em{ position:absolute; z-index:3; right:100%; top:50%; text-transform:uppercase; height:40px; line-height:40px; margin-top:-20px; font-size:16px; color:#000; display: none;}
.menu-link:hover,
.menu-link:focus {}
.menu-link span {position: relative;display: block;margin-top:12px;}
.menu-link span,
.menu-link span:before,
.menu-link span:after {background-color:#c30d18;width: 100%;height:2px; transition: all 0.4s;box-sizing: border-box;}
.menu-link span{transition:none;}
.menu-link span:before,
.menu-link span:after {position: absolute;top: -8px;content: " ";}
.menu-link span:after {top:8px;}
.menu-link.active{ background:#c30d18; border-radius: 50%;}
.menu-link.active span {background: transparent;}
.menu-link.active span:before { background-color:#fff; transform: rotate(45deg); top:0px;}
.menu-link.active span:after { background-color:#fff; transform: rotate(-45deg); top:0px;}
.menu-link.active em{ display:none;}

.wp{ position: relative; width: 1400px; margin: 0 auto;}

.header{ position:fixed; left:0px; top:0px; right:0px; z-index:9; box-shadow: 0 0 10px rgba(0,0,0,0.05); background: url("../images/head_bg.png") no-repeat; background-size: cover;}


.logo{ position:absolute; left:0px; top:50%; margin-top:-0.5em; font-size:56px; line-height: 1;}
.logo img{ height:1em; width:auto; display: block;}

.tLanguage{position: absolute; right: 0px; top: 50%; margin-top: -16px;}
.tLanguage .i{font-size:22px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.tLanguage .i img{ width: 1em; height: 1em; display: block; filter: brightness(0.3); border: 1px solid #fff; border-radius: 50%;}
.tLanguage .box{ position: absolute; z-index: 4; width: 120px; left: 50%; margin-left: -60px; background: rgba(255,255,255,0.88); box-shadow: 0px 3px 4px 0 rgba(0,0,0,0.15);border-radius: 4px; padding: 12px 0; top: 100%; margin-left: -60px; text-align: center; display: none;}
.tLanguage .box a{ height: 28px; line-height: 28px; color:#c30d18; display: block;}
.tLanguage .box a.curr{}
.tLanguage:hover .box{ display: block;}

.tSearch{position: absolute; right: 50px; top: 50%; margin-top: -16px;}
.tSearch .i{font-size:22px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.tSearch .i img{ width: 1em; height: 1em; display: block;}
.tSearch.active .i:before{}
.tSearch .box{ position: fixed; padding:30px 0; z-index: 3; left: 0px; right: 0px; top:80px; display: none; background:rgba(255,255,255,0.65);}
.tSearch .pd{ position:relative; width: 640px; margin: 0 auto; box-sizing: border-box; padding-right: 72px;}
.ipt_t1{ background:#fff; border:none; color:#c30d18; height:38px; width:100%; padding:0 48px 0 15px; border-radius:0px !important; font-size:14px; box-sizing:border-box; display:block; border:1px solid #ced4da;}
.ipt_b1{ width:68px; text-align:center; font-size:22px; line-height:38px; height:38px; padding: 0px; color:#fff; position:absolute; right:0px; top:50%; margin-top:-19px; background:#c30d18; border:1px solid #c30d18; border-radius:3px!important; display: flex; justify-content: center; align-items: center;}
.ipt_b1 img{ width: 20px; height: 20px; display: block; filter: brightness(0.3);}



.menu{ text-align: right; margin: 0 0 0 118px;}
.menu ul{ display: inline-block; vertical-align: bottom;}
.menu li{ float: left; position: relative; margin: 0 20px; text-align: center;}
.menu .h3{}
.menu .h3 a{ display: block; height:110px; line-height: 110px; font-size:18px; position: relative;color: #000;}
.menu .h3 a:before{ content: ''; position: absolute; height: 3px; left: 50%; width: 0em; background:#c30d18; background-image: linear-gradient(to right, #c30e18, #fc2f2e); bottom: 0px; opacity: 0; transition: 0.5s all;}
.menu .h3 strong{ font-weight: normal;}
.menu span{ display:none; position:absolute; right:30px; top:50%; margin-top:-20px; font-size: 16px; width:40px; height:40px; text-align:center; line-height:40px; cursor:pointer; margin-right:-10px; }
.menu span:before { content: "\e605"; }
.menu span.active:before { content: "\e606"; }
.menu i{ display:none; position:absolute; right:30px; top:50%; margin-top:-20px; font-size: 16px; width:40px; height:40px; text-align:center; line-height:40px; margin-right:-10px;}
.menu i:before { content:"\e8e9"; }
.menu .box{ position: absolute; top: 100%; left: 0px; width: 180px; display: none; box-shadow:1px 1px 10px rgba(0,0,0,0.13);}
.menu .box a{ background: rgba(255,255,255,0.95); height: 44px; font-size: 14px; line-height: 44px; display: block; color: #333; padding: 0 40px 0 20px; text-align:left; position: relative;}
.menu .box a:before{ position: absolute; right: 20px; top: 50%; margin-top: -0.5em; line-height: 1; opacity: 0; transform: translateX(-10px); transition: 0.5s all;font-size:1.5em;
content: "\ea7f";font-family: "iconfont" !important; font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }
.menu .box a:hover{ background:#c30d18; background-image: linear-gradient(to right, #c30e18, #fc2f2e); color: #fff;}
.menu .box a:hover:before{ opacity: 1; transform: translateX(0px);}
.menu li:hover .h3 a,
.menu li.curr .h3 a{ color:#c30d18;}
.menu li:hover .h3 a:before,
.menu li.curr .h3 a:before{ opacity: 1; width: 4em; margin-left: -2em;}
.menu li:hover .box{ display: block;}



.header{ transition: 0.5s all;}
.body_fix .header{}
.body_hide .header{}



.iBanner{ position: relative;}
.iBanner .pd{ display: block; position: relative;}
.iBanner .img{ overflow: hidden;}
.iBanner .img img{ height: auto; width:100%; min-width: 100vw; max-width: 100vw; min-height: calc(100vh - 110px); max-height: calc(100vh - 110px); object-fit: cover;}
.iBanner .text{ position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
.iBanner .wp{ display: flex; align-items: center; height: 100%;}
.iBanner .h3,
.iBanner .em{ font-size: 60px; line-height: 1.5; color: #fff;}
.iBanner .m{ padding-top: 100px;}
.iBanner .swiperArrow{ display:block; background: #fff; width: 2em; height: 2em; line-height: 2em; margin-top: -1em; border-radius: 50%; opacity: 0;}
.iBanner .swiperArrow:hover{ background: #c30e18; color: #fff;}
.iBanner .swiperNext{}
.iBanner .swiperNext:before{ content:"\e704";}
.iBanner .swiperPrev{}
.iBanner .swiperPrev:before{ content:"\e701";}
.iBanner .swiperDots{ display:block; bottom:30px;}
.iBanner:hover .swiperArrow{ opacity: 1;}


.pageNext{ height: 40px; position: absolute; left: 0px; bottom: -40px; right: 0px; cursor: pointer;}


.iBtnA{ display: flex; justify-content: center; padding-top: 60px;}
.more1{ font-size: 40px; border: 2px solid #c30e18; height: 662px; height: 78px; line-height: 78px; border-radius: 40px; display: flex; justify-content: center; align-items: center; padding: 0 2em; color: #c30e18; transition: 0.3s all;}
.more1 span{}
.more1 i{ width: 56px; height: 56px; margin-left: 34px; background: url("../images/icon-gengduo1.png") no-repeat; background-size:contain;}
.more1:hover{ background: #c30e18; color: #fff; transform: translateY(-5px); box-shadow: 0 0 15px rgba(0,0,0,0.3);}
.more1:hover i{ background-image: url("../images/icon-gengduo2.png");}

.tit1{ margin-bottom: 40px;}
.tit1 .pd{ position: relative; border-bottom: 3px solid #000; padding:0 0 32px 0; width: 100%;}
.tit1 strong{ display: block; font-weight: normal; font-size:40px; line-height: 1; position: relative; padding-left: 66px; font-weight: bold; color: #000;}
.tit1 strong:before{ content: ''; position:absolute ; left: 0px; top: 50%; width: 40px; height: 40px; margin-top: -20px; background: url("../images/icon-sj1.png") no-repeat; background-size:contain;}
.tit1_2{ height: 214px; justify-content: center; align-items: center; display: flex;}
.tit1_2 .pd{ border-bottom-color: #fff;}
.tit1_2 strong{ color: #fff;}
.tit1_2 strong:before{ content: ''; position:absolute ; left: 0px; top: 50%; width: 40px; height: 40px; margin-top: -20px; background: url("../images/icon-sj2.png") no-repeat; background-size:contain;}
.tit1_2:before{ content: ''; position: absolute; left: 50%; width: 100vw; margin-left: -50vw; background: url("../images/bg3_1.png") no-repeat; height: 214px; background-size: 100% 100%;}


.iMain{ background:no-repeat center center; background-size:cover; padding: 100px 0;}
.iMain1{ background-image: url("../images/bg1.jpg"); background-position: bottom center; background-size: 100% auto; background-color: #fff;}
.iMain1_1{}
.iAboutFr{ float: right; padding: 22px 22px 0 0; width: 446px; position: relative;}
.iAboutFr:before{ content: ''; position: absolute; z-index: 1; right: 0px; top: 0px; width: 318px; height: 278px; background-image: linear-gradient(to bottom, #c30e18, #fc2f2e);}
.iAboutFr .img{ position: relative; z-index: 2;}
.iAboutFl{ margin-right: 468px; padding-right: 60px;}
.iAboutTab{ margin-bottom: 80px;}
.iAboutTab ul{ display: flex; justify-content: space-between;}
.iAboutTab li{}
.iAboutTab a{ display: block; position: relative; }
.iAboutTab a:before{ content:''; position: absolute; left: 0px; top: 0px; bottom: 0px; right: 20px; background: url("../images/nav_bg1.png") no-repeat left center; background-size: auto 100%;}
.iAboutTab a:after{ content: ''; position: absolute; left: 20px; top: 0px; bottom: 0px; right: 0px; background: url("../images/nav_bg1.png") no-repeat right center; background-size: auto 100%;}
.iAboutTab strong{ display: block; position: relative; z-index: 2; height: 64px; line-height: 64px; padding: 0 0.8em; font-size: 34px; color: #040404;}
.iAboutTab strong:before{ content: ''; position: absolute; top: 100%; transform: translate(-50%,-1px); left: 50%; border-right:12px solid transparent;border-left:12px solid transparent;border-top:16px solid #c20d18; display: none;}
.iAboutTab li.curr strong{ color: #fff;}
.iAboutTab li.curr a:before{ background-image: url("../images/nav_bg2.png");}
.iAboutTab li.curr a:after{ background-image: url("../images/nav_bg2.png");}
.iAboutTab li.curr strong:before{ display: block;}
.iAboutCon{}
.iAboutCon .li{ display: none;}
.iAboutCon .li.curr{ display: block;}
.iAboutCon .p{ font-size: 21px; line-height: 1.6666;}


.iMain2{ background-image: url("../images/bg2.jpg"); background-position: center center; background-color: #fff;}
.iMain2 .wp{}
.iMain2_1{}
.iNewsA{}
.iNewsA ul{ display: flex; margin: 0 -36px;}
.iNewsA li{ width: 33.3333%;}
.iNewsA .pd{ display: block; background: rgba(194,13,24,0.2); margin: 0 36px; padding: 26px 26px 100px 26px; height: 100%; box-sizing: border-box;}
.iNewsA .i{ background: url("../images/line-bg1.png") no-repeat; background-size: contain; width: 2em; height: 2em; display: flex; justify-content: center; align-items: center; font-size: 48px; color: #fff; }
.iNewsA .h3{ font-size: 32px; line-height: 1.2; padding: 1em 0; color: #0a0607;}
.iNewsA .p{ font-size: 22px; line-height: 34px; min-height: 204px; color: #3d1415; position: relative;}
.iNewsA .p:before{ content: ''; position: absolute; left: 0px; bottom: -40px; right: 0px; height: 5px; background-image: linear-gradient(to right,#c20d16,#eab1b4);}

.iMain3{ background-image: url("../images/bg3.jpg"); background-position: bottom center; background-size: 100% auto; background-color: #f9fafb; padding-top: 0px !important; overflow: hidden;}
.iMain3 .wp{ }
.iMain3_1{}
.iNewsB{ display: flex; justify-content: space-between; align-items: center;}
.iNewsB ul:first-child{ width: 49%;}
.iNewsB ul:last-child{ width: 49%;}
.iNewsB li{ position: relative; padding: 15px 0;}
.iNewsB .pd{ display: block; position: relative; padding-left: 176px; padding-left: 0px; text-align: center; border-radius: 10px; box-sizing: border-box; position: relative; color: #c20d18;/* box-shadow: 0 0 5px rgba(0,0,0,0.1); background: #fff;*/}
.iNewsB .pd:before{ content: ''; position: absolute; width: 75px; height: 95px; background: url("../images/icon-huo1.png") no-repeat; background-size: contain; z-index: 2; right: -20px; bottom: 26px; display: none;}
.iNewsB .i{ font-size: 48px; position: absolute; left: -1px; bottom: -1px; top: -3px; background:#c20d18; width: 130px; text-align: center; color: #fff; border-radius:0 0 0 6px; }
.iNewsB .i:before{ content: ''; position: absolute; top: 0px; bottom: 0px; right: -30px; width: 30px; background: url("../images/line-bg4.png") no-repeat; background-size: 100% 100%;}
.iNewsB .h3{ font-weight: bold; font-size: 36px; line-height: 2.5em; height: 2.5em; font-weight: normal; text-align: left; padding-left: 6em;}
.iNewsB li.hot .pd:before{ display: block; display: none;}
/*.iNewsB .pd:hover{ background: #c20d18; color: #fff;}*/


.iMain4{ overflow: hidden; background-image: url("../images/bg4.jpg"); background-position: bottom center; background-size: 100% auto; background-color: #f3f3f3;}
.iMain4_1{ margin-bottom: 60px;}
.iImgTextA{ }
.iImgTextA .pd{}
.iImgTextA .text{margin-bottom: 40px; }
.iImgTextA .p{ font-size: 16px; color: #4d4d4d;}
.iImgTextA .img{ width: 100vw; position: relative; left: 50%; margin-left: -50vw;}
.iMain4_2{}
.iNewsC{ display: flex; justify-content: space-between; height: 500px;}
.iNewsCtab{ width: 31%; height: 100%; display: flex; }
.iNewsCtab ul{ display: flex; height: 100%; flex-wrap: wrap;align-content: space-between; }
.iNewsCtab li{ width: 100%;}
.iNewsCtab li a{ height: 100px; text-align: center; color: #940d0d; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); display: block; font-size: 40px; line-height: 100px; border-radius: 10px; position: relative;}
.iNewsCtab li br{ display: none;}
.iNewsCtab a:before{ content: ''; position: absolute; top: 50%; transform: translate(0,-50%); right: -40px; border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:16px solid #c20d18; display: none;}
.iNewsCtab li.curr a{ background: #c20d18; color: #fff;}
.iNewsCtab li.curr a:before{ display: block;}


.iNewsCcon{ width: 64%; background: linear-gradient(to right,#ecbec0,#ffffff);}
.iNewsCcon .wpd{ height: 100%;}
.iNewsCcon .li{ display: none; height: 100%; align-items: center; justify-content: center;}
.iNewsCcon .li.curr{ display: flex;}
.iNewsCcon ul{ padding: 20px 60px; display: flex; flex-wrap: wrap; flex-direction: column;}
.iNewsCcon li{ position: relative; color: #000; padding-left: 1em; font-size: 26px; line-height: 42px; width: auto; box-sizing: border-box;}
.iNewsCcon li:before{ content: ''; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #000000; left: 0px; top: 50%; margin-top: -5px;}
.iNewsCcon .li:nth-child(3) ul{ flex-direction: inherit;}
.iNewsCcon .li:nth-child(3) li{ width: 50%;}


.iMain5{ overflow: hidden; background-image: url("../images/bg5.jpg"); background-position: bottom center; background-size: 100% auto; background-color: #fff;}
.iMain5_1{}
.iNewsD{ display: block; position: relative;}
.teamFor{}
.teamFor .pd{ display: block; padding-top: 20px; position: relative;}
.teamFor .pd:before{ content: ''; position: absolute; z-index: 1; left: 0px; top: 0px; width: 286px; height: 286px; background-image: linear-gradient(to bottom, #c30e18, #fc2f2e);}
.teamFor .img{ width: 368px; float: left; position: relative; z-index: 2;}
.teamFor .text{ margin-left: 368px; padding-left: 100px;}
.teamFor .h3{ font-size: 42px; color: #145395; line-height: 1.4; height: 1.4em; margin-bottom: 0.3em; position: relative; font-weight: bold;}
.teamFor .h3:before{ content: ''; position: absolute; left: -40px; top: 0px; width: 5px; height: 100px; background-image: linear-gradient(to bottom, #c30e18, #fc2f2e);}
.teamFor .p{ font-size: 22px; line-height: 1.5; height: 9em; color: #626262;}
.teamFor .swiperArrow{ top: auto;  bottom: 0px; margin: 0px; font-size: 38px; display: block; }
.teamFor .swiperArrow:hover{ color: #770007;}
.teamFor .swiperPrev{ left: 408px;}
.teamFor .swiperNext{ right: 0px;}

.teamTab{  position: absolute; left: 468px; bottom: 0px; right:68px; background: #fff; z-index: 2;}
.teamTab .swiper{ margin: 0 -22px;}
.teamTab .pd{ margin: 0 22px; cursor: pointer; position: relative;}
.teamTab .img img{aspect-ratio: 640 / 852; object-fit: cover; opacity: 0.6; transition: 0.5s all;}
.teamTab .swiper-slide-thumb-active .img img{ opacity: 1;}
.teamTab .text{ position: absolute; left: 0px; bottom: 6px; right: 0px; background: rgba(0,0,0,0.4); text-align: center;}
.teamTab .text:before{ content: ''; position: absolute; left: 50%; bottom: -6px; width: 100px; margin-left: -50px; height:6px; background: #e41c22;}
.teamTab .h3{ font-size: 24px; color: #fff; height: 40px; line-height: 40px;}
.teamTab .p{ display: none;}

.iMain6{ overflow: hidden; background: #eceff6; padding-top: 0!important;}
.iMain6_1{ margin-bottom: 60px;}
.iMain6_2{ margin-bottom: 100px;}
.iNewsE{}
.iNewsE ul{ display: flex; margin: 0 -80px;}
.iNewsE li{ width: 33.3333%; padding-top: 120px;}
.iNewsE .pd{ margin: 0 80px; position: relative;display: block; background: url("../images/iNewsE_bg1.png") no-repeat top center; background-size: 100% auto; border-bottom: 2px solid #c30e18; height: 100%; padding-top: 70px; box-sizing: border-box;}
.iNewsE .pd:before{ content: ''; position: absolute; right: 0px; bottom: 0px; background: url("../images/line-bg3.png") no-repeat bottom right; background-size: contain; width: 136px; opacity: 0.2; width: 36%;aspect-ratio: 1 / 1;}
.iNewsE .h3{ height:60px; line-height: 60px; text-align: center; display: block; background: #fff; border: 1px solid #c30e18; width: 80%; margin: 0 auto; border-radius: 30px; margin-bottom: 60px; position: absolute; left: 50%; margin-left: -40%; top: -120px; font-size: 32px;}
.iNewsE .p{ padding: 30px; font-size: 24px; line-height: 36px;}
.iNewsE .p p{ display: block; position: relative; padding-left: 1.25em; margin-bottom: 1em;}
.iNewsE .p p:last-child{ margin-bottom: 0px;}
.iNewsE .p p:before{ content: ''; position: absolute; left: 0px; top: 10px;  width: 14px; height: 14px; background: #c30e18; border-radius: 50%;}
.iNewsE .pd:hover{ background-image: url("../images/iNewsE_bg2.png"); color: #fff;}
.iNewsE .pd:hover:before{ opacity: 0.4;}
.iNewsE .pd:hover .h3{ background: #c30e18;}
.iNewsE .pd:hover p:before{ background: #fff;}
.iMain6_3{}

.iImgTextB{}
.iImgTextB .pd{ display: block; border-radius: 30px; overflow: hidden; border: 2px solid #c30e18;}
.iImgTextB .img{ width: 556px; float: left;}
.iImgTextB .text{ margin-left: 556px; padding:50px;}
.iImgTextB .h3{ font-size: 48px; font-weight: bold; color: #c30e18; line-height: 1.2; margin-bottom: 0.4em;}
.iImgTextB .p{ font-size: 24px; line-height: 48px;}
.iImgTextB .p strong{ font-size: 1.5em; color: #c30e18; font-weight: bold; margin-left: 0.25em;}


.iMain7{ overflow: hidden; background-image: url("../images/bg7.jpg"); background-position: bottom center; background-size: 100% auto; background-color: #fff;}
.iMain7_1{}
.iNewsF{ padding-top: 30px;}
.iNewsFtab{ background: #fff; border: 2px solid #c20d18; border-radius: 10px; padding: 15px 0; margin-bottom: 90px;}
.iNewsFtab ul{ display: flex;}
.iNewsFtab li{ width: 25%; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.iNewsFtab .pd{ display: block; color: #c30e18; text-align: center; padding: 0 46px; position: relative;}
.iNewsFtab .pd:before{ content: ''; position: absolute; left: 0px; top: -45px; right: 0px; bottom: -45px; background: #c20d18; opacity: 0; border-radius: 12px;}
.iNewsFtab .pd:after{ content: ''; position: absolute; bottom: -60px; margin-left: -12px; left: 50%; border-right:12px solid transparent;border-left:12px solid transparent;border-top:16px solid #c30e18; display: none;}

.iNewsFtab i{ font-size: 48px; line-height: 1; display: block; position: relative; z-index: 2;}
.iNewsFtab strong{ font-size: 36px; line-height: 1.2; display: block; position: relative; z-index: 2;}
.iNewsFtab li.curr .pd{ color: #fff;}
.iNewsFtab li.curr .pd:before{ opacity: 1;}
.iNewsFtab li.curr .pd:after{ display: block;}
.iNewsFcon{ font-size: 36px; line-height: 1.5; color: #131314;}
.iNewsFcon .li{ display: none;}
.iNewsFcon .li.curr{ display: block;}
.iNewsFcon .pd{ height: 9em; line-height: 1.5; padding: 0 90px;}



.footer{ background: #c20d18; color: #fff; padding: 40px 0;}
.footer a{ color: #fff;}
.footer a:hover{ color: #fff;}

.fLogo{ width: 630px; margin-bottom: 36px;}
.fLogo img{ height: auto; display: block; width: 100%;}
.fContact{}
.fContact .pd{}
.fContact p{ font-size: 16px; line-height: 28px;}
.fEwm{ position: absolute; right: 0px; top: 0px; width: 480px;}
.fEwm ul{ display: flex; margin: 0 5px;}
.fEwm li{ width: 33.3333%;}
.fEwm .pd{ display: block; margin: 0 5px; text-align: center; font-size: 24px;}

.dingwei{position: relative;}
.dingwei a{ position: absolute; top: -140px;}
.dingwei a{ top: -140px;}
.iBanner .dingwei a,
.iMain3 .dingwei a,
.iMain6 .dingwei a{ top:-110px;}

@media screen and (min-width:1920px){
}
@media screen and (max-width:1680px){
body{ padding-top: 82px;}
.dingwei a{ top: -105px;}
.iBanner .dingwei a,
.iMain3 .dingwei a,
.iMain6 .dingwei a{ top:-82px;}

.wp{ width: 1050px;}
.logo{ font-size: 42px;}
.menu li{ margin: 0 15px;}
.menu .h3 a{ height: 82px; line-height: 82px; font-size: 18px;}
.iBanner .swiperDots{ bottom: 24px;}
.iBanner .img img{min-height: calc(100vh - 82px); max-height: calc(100vh - 82px);}
.tit1{ margin-bottom: 30px;}
.tit1 .pd{ padding-bottom: 24px; border-bottom-width: 2px;}
.tit1 strong{ font-size: 30px; padding-left: 50px;}
.tit1 strong:before{ width: 30px; height: 30px; margin-top: -15px;}
.tit1_2,
.tit1_2:before{ height: 160px;}
.iMain{ padding: 75px 0;}
.iAboutFl{ margin-right: 351px; padding-right: 46px;}
.iAboutFr{ width: 334px; padding: 16px 16px 0 0;}
.iAboutFr:before{ width: 238px; height: 208px;}
.iAboutTab{ margin-bottom: 60px;}
.iAboutTab strong{ font-size: 26px; height: 48px; line-height: 48px;}
.iAboutTab strong:before{ border-right:8px solid transparent;border-left:8px solid transparent;border-top:12px solid #c20d18;}

.iAboutCon .p{ font-size: 16px;}
.iBtnA{ padding:46px 0 0 0;}
.more1{ font-size: 30px; height: 58px; line-height: 58px;}
.more1 i{ width: 42px; height: 42px; margin-left: 24px;}

.iNewsA ul{ margin: 0 -27px;}
.iNewsA .pd{ margin: 0 27px; padding: 20px 20px 75px 20px;}
.iNewsA .i{ font-size: 36px;}
.iNewsA .h3{ font-size: 24px;}
.iNewsA .p{ font-size: 16px; line-height: 26px; min-height: 156px;}
.iNewsA .p:before{ bottom: -30px; height: 3px;}

.iNewsB li{ padding: 12px 0;}
.iNewsB .pd{ padding-left: 132px; padding-left: 0px; border-radius: 6px; }
.iNewsB .pd:before{ width: 56px; height: 72px; right: -15px; bottom: 20px;}
.iNewsB .i{ font-size: 36px; width: 98px; border-radius:0 0 0 6px;}
.iNewsB .i:before{ right: -22px; width: 22px; }
.iNewsB .h3{ font-size: 27px;}

.iMain4_1{ margin-bottom: 45px;}
.iImgTextA .text{ margin-bottom: 30px;}

.iNewsC{ height: 376px;}
.iNewsCtab li a{ height: 75px; font-size: 30px; line-height: 75px; border-radius: 6px;}
.iNewsCtab a:before{right: -30px; border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:12px solid #c20d18; }
.iNewsCcon ul{ padding:15px 45px; }
.iNewsCcon li{ font-size: 20px; line-height: 32px;}
.iNewsCcon li:before{ width: 8px; height: 8px; margin-top: -4px;}


.teamFor .pd{ padding-top: 15px;}
.teamFor .pd:before{ width: 214px; height: 214px;}
.teamFor .img{ width:320px;}
.teamFor .text{ margin-left: 320px; padding-left: 75px;}
.teamFor .h3{ font-size: 32px; }
.teamFor .h3:before{ left: -30px; width: 4px; height:75px;}
.teamFor .p{ font-size: 16px;}
.teamFor .swiperArrow{ font-size:28px; }
.teamFor .swiperPrev{ left: 350px;}
.teamTab{ left: 395px; right:51px;}
.teamTab .swiper{ margin: 0 -16px;}
.teamTab .pd{ margin: 0 16px; }
.teamTab .text{ bottom: 4px; }
.teamTab .text:before{ bottom: -4px; width:76px; margin-left: -38px; height:4px;}
.teamTab .h3{ font-size: 18px; height: 30px; line-height: 30px;}

.iMain6_1{ margin-bottom: 45px;}
.iMain6_2{ margin-bottom: 75px;}


.iNewsE ul{ margin: 0 -60px;}
.iNewsE li{ padding-top: 90px;}
.iNewsE .pd{ margin: 0 60px; padding-top: 52px;}
.iNewsE .pd:before{ width: 102px; width: 36%;}
.iNewsE .h3{ height:45px; line-height: 45px; border-radius: 22px; margin-bottom: 45px; top: -90px; font-size: 24px;}
.iNewsE .p{ padding: 22px; font-size: 18px; line-height: 27px;}
.iNewsE .p p:before{top: 7px;  width:11px; height: 11px;}
.iImgTextB .pd{ border-radius:22px;}
.iImgTextB .img{ width: 417px;}
.iImgTextB .text{ margin-left: 417px; padding: 38px;}
.iImgTextB .h3{ font-size: 36px;}
.iImgTextB .p{ font-size: 18px; line-height: 36px;}

.iNewsF{ padding-top: 22px;}
.iNewsFtab{ border-radius:7px; padding: 12px 0; margin-bottom: 68px;}
.iNewsFtab .pd{ padding: 0 34px;}
.iNewsFtab .pd:before{ top: -34px; bottom: -34px; border-radius: 9px;}
.iNewsFtab .pd:after{ bottom: -45px; margin-left: -9px; border-right:9px solid transparent;border-left:9px solid transparent;border-top:12px solid #c30e18;}
.iNewsFtab i{ font-size: 36px; }
.iNewsFtab strong{ font-size: 27px; }
.iNewsFcon{ font-size: 27px;}
.iNewsFcon .pd{ padding: 0 68px;}

.footer{ padding: 30px 0;}
.fLogo{ width: 472px; margin-bottom: 27px;}
.fContact p{ font-size: 14px; line-height: 21px;}
.fEwm{ width: 360px;}
.fEwm ul{ margin: 0 -4px;}
.fEwm .pd{  font-size:18px; margin: 0 4px;}





}
@media screen and (max-width:1600px){

}
@media screen and (max-width:1440px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1280px){

}
@media screen and (max-width:1024px){
body{ padding:60px 0 0 0;}
.dingwei a{ top: -105px;}
.iBanner .dingwei a,
.iMain3 .dingwei a,
.iMain6 .dingwei a{ top:-60px;}
.wp{ margin:0 30px; width: auto;}
.logo{ font-size: 36px;}

.tLanguage{ left: auto; right:80px; margin-top: -16px;}
.tLanguage .i{}
.tLanguage .box{ display: none; position: fixed; left: 0px; top: 60px; right: 0px; background: #f5f5f5; text-align: center; padding: 30px 0; color:#c30d18; width: auto; margin: 0px;}
.tLanguage .box a{}

.tSearch{ right: 40px;}
.tSearch .i{}
.tSearch .box{ position:fixed; left:0px; top:60px; right:0px; background:#e8eeff; padding:15px 30px; display:none; width: auto;}
.ipt_t1{ background: #fff; color:#c30d18;}

.menu-link{ display: block;}
.menu-link em{ font-size:14px;}
.header{ }
.header .wp{ height:60px;}
.menu{ position:fixed; top:0px; bottom:0px; z-index:2; background:#fff; margin: 0px; box-sizing:border-box;width:280px; right:-281px;}
.menu ul{ padding:60px 0 0 0; float: none; display: block;}
.menu li{ float: none; margin: 0px;}
.menu .h3{ text-align: left; position: relative; border-bottom: 1px solid #dcdcdc;}
.menu .h3 a{ display:block; vertical-align: bottom; font-size:14px; padding: 0 30px; height:40px; line-height: 40px; overflow:hidden; color:#333;}
.menu .h3 span{ height:40px; line-height:40px; display:block; text-transform:uppercase;}
.menu .h3 i{ height:40px; line-height:40px; display:block;}
.menu.active{ right:0px;}
.menu .box{ display: none; position: static; top: auto; left: auto; width: auto; box-shadow: none;}
.menu .box a{ padding: 0 60px; height: 32px; line-height: 32px;}
.menu .box a:before{ display: none;}

.menu li:hover .h3 a:before,
.menu li.curr .h3 a:before{ display: none;}
.menu li:hover .box{ display: none;}
.menu li.curr .box{}


.iBanner .img img{min-height:inherit; max-height:inherit;}

.iAboutTab strong{ font-size: 22px;}
.iAboutCon .p{ font-size: 15px;}
.more1{ font-size: 20px; height: 38px; line-height: 38px;}
.more1 i{ width:28px; height: 28px; margin-left: 16px;}
.iNewsA ul{ margin: 0 -18px;}
.iNewsA .pd{ margin: 0 18px;}
.iNewsA .h3{ font-size: 18px;}
.iNewsA .p{ font-size: 14px; min-height: 120px; line-height: 20px;}

.iNewsB li{ padding: 10px 0;}
.iNewsB .pd{ padding-left:88px; padding-left: 0px; border-radius: 4px; }
.iNewsB .pd:before{ width: 38px; height: 48px; bottom: 13px; right: 10px;}
.iNewsB .h3{ font-size: 18px;}
.iNewsB .i{ font-size: 24px; width: 65px; border-radius:0 0 0 3px;}
.iNewsB .i:before{ right: -15px; width: 15px;}

.iNewsC{ height: 250px;}
.iNewsCtab li a{ font-size: 20px; height: 50px; line-height: 50px;}
.iNewsCcon li{ font-size: 16px; line-height: 24px;}

.teamFor .h3{ font-size: 24px;}
.teamFor .p{ font-size: 14px;}
.teamTab .h3{ font-size: 16px;}

.iNewsE ul{ margin: 0 -30px;}
.iNewsE .pd{ margin: 0 30px;}

.iNewsE .p{ padding: 20px; font-size: 16px;}
.iMain6_2{ margin-bottom: 50px;}
.iNewsF{ padding-top: 15px;}
.iNewsFtab{ border-radius:5px; padding: 8px 0; margin-bottom: 45px;}
.iNewsFtab .pd{ padding: 0 25px;}
.iNewsFtab .pd:before{ top: -26px; bottom: -26px; border-radius: 6px;}
.iNewsFtab .pd:after{ bottom: -34px; margin-left: -6px; border-right:6px solid transparent;border-left:6px solid transparent;border-top:8px solid #c30e18;}
.iNewsFtab i{ font-size: 24px; }
.iNewsFtab strong{ font-size: 18px; }
.iNewsFcon{ font-size: 18px;}
.iNewsFcon .pd{ padding: 0 45px;}

}
@media screen and (max-width:980px){
.iAboutFr{ float: none; width: auto; margin-bottom: 30px;}
.iAboutFl{ margin: 0px; padding-right: 0px;}
.iAboutTab{ margin-bottom: 30px;}
.iNewsA ul{ display: block; margin: 0px;}
.iNewsA li{ width: auto; margin-bottom: 10px;}
.iNewsA li:last-child{ margin-bottom: 0px;}
.iNewsA .pd{ margin: 0px; padding: 20px; position: relative;}
.iNewsA .i{ position: absolute; left: 20px; top: 20px;}
.iNewsA .h3{ margin-left: 82px; padding-top: 0px;}
.iNewsA .p{ margin-left: 82px; min-height: inherit;}
.iNewsA .p:before{ display: none;}
/*.iNewsB{ display: block;}
.iNewsB ul:first-child{ width: auto;}
.iNewsB ul:last-child{ width: auto;}*/
.iNewsB li{ padding: 6px 0;}
.iNewsC{ display: block; height: auto;}
.iNewsCtab{ width: auto; height: auto; display: block; margin-bottom: 16px;}
.iNewsCtab ul{ margin: 0 -5px;}
.iNewsCtab li{ width:25%;}
.iNewsCtab li a{ margin: 0 5px;}
.iNewsCcon{ width: auto;}
.iNewsCtab a:before{ right:auto; top: 100%; left: 50%; transform: translate(-50%,0); border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #c20d18; border-bottom: none;}

.teamFor .swiperArrow{ font-size: 18px;}
.teamFor .swiperPrev{ left: 254px;}
.teamFor .img{ width: 240px;}
.teamFor .text{ padding-left: 40px; margin-left: 240px;}
.teamTab{ right: 26px; left: 280px;}
.teamTab .swiper{ margin: 0 -8px;}
.teamTab .pd{ margin: 0 8px;}
.teamTab .h3{ font-size: 12px; height: 1.5em; line-height: 1.5;}
.teamFor .h3:before{ left: -14px; height: 50px;}
.teamTab .text{ bottom: 2px;}
.teamTab .text:before{ width: 60%; margin-left: -30%; height: 2px; bottom: -2px;}


.iNewsE ul{ margin: 0 -15px;}
.iNewsE .pd{ border-bottom-width: 1px; margin: 0 15px;}

.iImgTextB .img{ width: auto; float: none;}
.iImgTextB .text{ margin: 0px; padding: 20px;}

.footer{ padding: 50px 0;}
.fLogo{ width: 315px;}
.fContact{ margin-bottom: 30px;}
.fEwm{ max-width: 100%; position: static;}

}
@media screen and (max-width:768px){
.wp{ margin:0 30px;}
.iBanner .swiperDots{  bottom: 15px;}
.iBanner .swiperArrow{ font-size: 12px;}
.iBanner .swiperPrev{ left: 20px;}
.iBanner .swiperNext{ right: 20px;}
.more1{ font-size: 16px;}
.tit1_2, .tit1_2:before{ height: 112px;}
.iAboutTab strong{ font-size: 14px; padding: 0 1em; height: 32px; line-height: 32px;}
.iAboutTab strong:before{border-right: 6px solid transparent; border-left: 6px solid transparent; border-top: 8px solid #c20d18;}
.iAboutCon .p{ font-size: 14px;}
.iNewsCtab li a{ line-height: 1.1; font-size: 14px; display: flex; justify-content:  center; align-items: center;}
.iNewsCtab li br{ display: block;}
.iNewsCcon ul{ padding: 15px 20px;}
.iNewsCcon li{ font-size: 14px;}
.iNewsCcon .li:nth-child(3) li{ width: 100%;}
.teamFor{ margin-bottom: 30px;}
.teamFor .img{ width: 120px;}
.teamFor .pd{ padding-top: 8px;}
.teamFor .pd:before{ width:80px; height: 80px;}
.teamFor .text{ margin-left: 120px; padding-left: 10px;}
.teamFor .h3{ font-size: 16px;}
.teamFor .h3:before{ display: none;}
.teamFor .p{ font-size: 12px; height: 10.5em;}
.teamFor .swiperArrow{ bottom: 0px; top: 8px;}
.teamFor .swiperPrev{ left: auto; right: 40px;}
.teamTab{ position: relative; left: auto; bottom: auto; right: 0px;}

/*.iNewsE ul{ display: block;}
.iNewsE li{ width: auto; padding-top: 50px; margin-bottom: 30px;}
.iNewsE .pd{ border-bottom-width: 2px; }
.iNewsE .h3{ height: 32px; line-height: 32px; top: -50px;}
.iNewsE .npd{ min-height: 140px;}
.iNewsE .p{ padding: 30px;}
.iNewsE .p p{ margin-bottom: 0.5em;}*/

.iMain6_2{ margin-bottom: 20px;}
.iNewsE ul{ display: block; margin: 0px;}
.iNewsE li{ width: auto; padding: 0px; margin-bottom: 16px;}
.iNewsE li:last-child{ margin-bottom: 0px;}
.iNewsE .pd{ border: 2px solid #c30e18; background: #fff; margin: 0px; padding:30px 20px; border-radius: 12px;}
.iNewsE .pd:before{ width: 20%;}
.iNewsE .h3{ background: none; position:relative; left: auto; top: auto; width: auto; margin:0 0 15px 0; font-weight: bold; background: none; border:none; text-align: left; height: auto; line-height: 1.2;}
.iNewsE .p{ padding: 0px; font-size: 14px; line-height: 24px;}
.iNewsE .p p{ margin-bottom: 0.5em;}
.iNewsE .p p:before{ width: 8px; height: 8px; top: 8px;}
.iNewsE .pd:hover{ background: #c30e18;}
.iNewsE .pd:hover .h3{ background: none;}

.iImgTextB .pd{ border-radius: 12px;}
.iImgTextB .h3{ font-size: 24px;}
.iImgTextB .p{ font-size: 16px; line-height: 26px;}
.iImgTextB .p strong{ display: block;}


.iNewsFtab{ padding: 4px 0; margin-bottom: 30px;}
.iNewsFtab .pd{ padding: 0 16px;}
.iNewsFtab .pd:after{ bottom: -19px;}
.iNewsFtab .pd:before{top: -12px;bottom: -12px;border-radius:3px;}
.iNewsFtab strong{ font-size: 14px; line-height: 1.1;}
.iNewsFcon .pd{ padding: 0 15px; height: 7.5em;}




}
@media screen and (max-width:640px){
.iMain{ padding: 60px 0;}
.iBanner .img img{ min-width: inherit; max-width: inherit;}
}
@media screen and (max-width:480px){
.wp{ margin:0 25px;}
.fLogo{ width: 210px;}
.fEwm ul{ margin: 0 -8px;}
.fEwm .pd{ margin: 0 8px; font-size: 14px;}
.iNewsB .h3{ font-size: 14px;}
}
@media screen and (max-width:413px){
.wp{ margin:0 20px;}
.iAboutTab strong{ padding:0 0.75em;}
.iBtnA{ padding: 30px 0 0 0;}

}
@media screen and (max-width:374px){
.wp{ margin:0 15px;}
.iNewsB .h3{ font-size: 13px;}

}



/*悬浮菜单*/
.subNav{ position: fixed; right: 0px; padding:0; top:50%; width: 50px; margin-top: -102px; z-index: 5;}
.subNav ul{ box-shadow: 0 0 10px rgba(0,0,0,0.1);border-radius: 5px 0 0 5px; background:rgba(255,255,255,0.7);}
.subNav li{  position: relative;}
.subNav li:first-child .h3 a{ border-radius: 5px 5px 0 0;}
.subNav li:last-child .h3 a{ border-radius:0 0 5px 5px;}
.subNav li:last-child{ border-bottom: none;}
.subNav .h3 a{ display: block; height: 50px; line-height: 50px; text-align: center; font-size: 20px; color: #c30d18;}
.subNav .box{ display: none; right: 100%; position: absolute; top: 0px; padding-right: 10px;}
.subNav .box .pd{ background: #fff; box-shadow: 0 0 10px  rgba(0,0,0,0.3); border-radius: 5px; padding-bottom: 10px;}
.subNav .li2 .box{ width: 140px; font-size: 12px; text-align: center; line-height: 1.2;}
.subNav .li2 .box img{ width: 100%; height: auto; display:block; border-radius: 5px;}
.subNav .li3 .box{ width: 260px;}
.subNav .li3 .box .pd{ padding: 20px 20px 10px 20px;}
.subNav .li3 .box strong{ display: block; font-size: 16px; color: #000; line-height: 1; margin-bottom: 0.25em;}
.subNav .li3 .box a{ font-size: 28px; font-weight: bold; color: #c30d18; line-height: 1;}
.subNav li:hover .h3 a{ background: #c30d18; color: #fff;}
.subNav li:hover .box{ display: block;}
.subNav .t{ padding-bottom: 10px;}
.subNav .t .h3 a{box-shadow: 0 0 10px rgba(0,0,0,0.3); border-radius: 50%; transition: 0.3s all;}
.subNav .t .h3 a.curr{ border-radius: 5px; background: #c30d18; color: #fff;}



@media screen and (max-width:1024px){
.subNav{ left: 0px; bottom: 0px; right: 0px; top: auto; margin: 0px; width: auto; padding: 0px;}
.subNav .t{ display: none;}
.subNav ul{ opacity: 1;}
.subNav .h3 a{ height: 40px; line-height: 40px;}
.subNav li{ width: 25%; float:left; margin-bottom: 0px; box-sizing: border-box; border-right: 1px solid #ccc; border-bottom: none;}
.subNav li:first-child .h3 a{ border-radius: 5px 0 0 0;}
.subNav li:last-child .h3 a{ border-radius: 0 5px 0 0;}
.subNav li:last-child{ border-right: 0px;}
.subNav .li2 .box{ right: auto; bottom: 100%; left: 50%; margin-left: -70px; top: auto; padding: 0 0 10px 0;}
.subNav .li3 .box{ position: fixed; left: 0px; right: 0px; width: auto; top: auto; bottom: 35px; padding:0; text-align: center;}
.subNav .li3 .box .pd{ box-shadow: none; border-radius: 5px 5px 0 0 ; background: #c30d18;}
.subNav .li3 .box strong{ color: #fff; font-weight: normal;}
.subNav .li3 .box a{ color: #fff;}
}