*{ margin:0; padding:0;}
body{ width:100%; font-size:14px;}
div{ font:normal normal normal 14px/26px \5FAE\8F6F\96C5\9ED1; text-align:left; color:#333;}
a{ text-decoration:none; font-size:14px; color:#333;}
a:hover{ color:#67030b;}
a img{ border:0;}
ul li{ list-style:none;}
a{ outline:none; star:expression(this.onFocus=this.blur()); cursor:pointer;}
img,object{ -ms-interpolation-mode:bicubic; border:none; height:auto; width:auto; max-width:100%; vertical-align:middle;}
input,select,textarea{ outline:0; -webkit-font-smoothing:none; -webkit-font-smoothing:antialiased; font-family:\5FAE\8F6F\96C5\9ED1; font-size:14px;}
.clear{ clear:both; font-size:0;}
.wrap{ max-width:1400px; margin:0 auto;}
.trans{ transition-duration:1s; -ms-transition-duration:1s; -moz-transition-duration:1s; -webkit-transition-duration:1s;}/* Í¼Æ¬·Å´ó */
.trans:hover{ transform:scale(1.05) scale(1.05); -moz-transform:scale(1.05) scale(1.05); -ms-transform:scale(1.05) scale(1.05); -o-transform:scale(1.05) scale(1.05); -webkit-transform:scale(1.05) scale(1.05);}
.rotate{ transition-duration:0.5s; -ms-transition-duration:0.5s; -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s;}/* 360¶ÈÐý×ª */
.rotate:hover{ transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -webkit-transform:rotate(360deg);}
.shadow{ box-shadow:3px 1px 15px -5px #ccc; -moz-box-shadow:3px 1px 15px -5px #ccc; -ms-box-shadow:3px 1px 15px -5px #ccc; -o-box-shadow:3px 1px 15px -5px #ccc; -webkit-box-shadow:3px 1px 15px -5px #ccc; background:#fff;}
.shadow2{ box-shadow:3px 5px 18px 8px #f6f6f6; -moz-box-shadow:3px 5px 18px 8px #f6f6f6; -ms-box-shadow:3px 5px 18px 8px #f6f6f6; -o-box-shadow:3px 5px 18px 8px #f6f6f6; -webkit-box-shadow:3px 5px 18px 8px #f6f6f6; background:#fff;}
.smove{ -moz-transition:all 0.8s cubic-bezier(.19,1,.22,1); -o-transition:all 0.8s cubic-bezier(.19,1,.22,1); -webkit-transition:all 0.8s cubic-bezier(.19,1,.22,1); transition:all 0.8s cubic-bezier(.19,1,.22,1);}
.middle{ display:flex; display:-webkit-flex; display:-ms-flex; display:-moz-flex; display:-o-flex; align-items:center; -webkit-align-items:center; -ms-align-items:center; -moz-align-items:center; -o-align-items:center;}
.hid{ overflow:hidden;}
.txtCen{ text-align:center;}
.flt{ float:left; overflow:hidden;}
.frt{ float:right; overflow:hidden;}
.m10{ margin-top:10px;}
.m20{ margin-top:20px;}
.m30{ margin-top:30px;}
.m40{ margin-top:40px;}
.m50{ margin-top:50px;}
.m60{ margin-top:60px;}
.buttonStyle{ border:solid 1px #67030b; background:#67030b; color:#fff; text-align:center; line-height:28px; padding:4px 20px; cursor:pointer; display:inline-block; text-indent:0; font-size:16px; border-radius:8px; -webkit-border-radius:8px; -ms-border-radius:8px; -moz-border-radius:8px; -o-border-radius:8px;}
.buttonStyle:hover{ background:#83030d; color:#fff;}
.Slip{ display:block; text-align:center; border:solid 1px #fff; border-radius:2px; font-size:16px; position:relative; color:#00afec;}
.Slip b{ position:absolute; top:0; left:0; width:0%; height:100%; background-color:#67030b; z-index:0; -webkit-transition:all .4s; transition:all .4s;}
.Slip span{ position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; line-height:inherit; -webkit-transition:all .4s; transition:all .4s;}
.Slip:hover b{ width:100%;}
.Slip:hover span{ color:inherit;}
.iTitle{ text-align:center; margin-top:60px; line-height:40px;}
.iTitle h2{ font-size:32px; letter-spacing:1.5px;}
.iTitle p{ text-align:center; font-size:36px; font-weight:normal; text-transform:uppercase; font-family:Arial; margin-bottom:8px; letter-spacing:0.5px;}
.Search{ padding:8px 0; overflow:hidden; box-shadow:0 0 10px -8px #333;
         background:linear-gradient(to bottom, #fff 0%,#f5f5f5 50%,#efefef 100%); 
         background:-o-linear-gradient(to bottom, #fff 0%,#f5f5f5 50%,#efefef 100%); 
         background:-moz-linear-gradient(to bottom, #fff 0%,#f5f5f5 50%,#efefef 100%); 
         background:-webkit-linear-gradient(to bottom, #fff 0%,#f5f5f5 50%,#efefef 100%); 
         background:-ms-linear-gradient(to bottom, #fff 0%,#f5f5f5 50%,#efefef 100%);}
.SearKey{ float:left; line-height:34px;}
.SearKey strong{ padding-right:2px;}
.SearKey span{ padding:0 10px; font-size:12px;}
.SearCt{ float:right; background:#f1f1f1; height:34px; line-height:34px; box-sizing:border-box; border:solid 1px #e7e7e7; border-radius:5px;}
.SearCt .tb_sear{ width:180px; border:none; background:none; padding-left:15px; line-height:34px; display:inline-block; float:left;}
.SearCt .btn_sear{ display:inline-block; width:34px; height:34px; background:url(/images/style/searchBtn.png) no-repeat center center; border:none; cursor:pointer; float:right;}
.headTop{ width:100%; position:fixed; top:0; left:0; z-index:999999; background:rgba(255,255,255,0.73); padding:18px 0 15px;}
.headTop .wrap{ display:flex; justify-content:space-between; align-items:center;}
.headTopFixed{ box-shadow:0 1px 15px -5px #333; -moz-box-shadow:0 1px 15px -5px #333; -ms-box-shadow:0 1px 15px -5px #333; -o-box-shadow:0 1px 15px -5px #333; -webkit-box-shadow:0 1px 15px -5px #333; background:#fff !important; padding:7px 0 7px;}
.headTd{ border-top:solid 3px #67030b; border-bottom:solid 1px #e5e5e5; padding:1px 0;}
.headTdLt{ font-size:12px; line-height:36px; color:#999;}
.headTdLink{ float:right; font-size:12px; line-height:36px;}
.headTdLink a{ font-size:inherit;}
.headTdLink .line{ padding:0 10px;}
.headLogo .logo{ float:left;}
.headLogo a{ float:left; height:75px; display:block; margin-right:13px; overflow:hidden;}
.headLogo a img{ width:100%; height:100%;}
.headLogo p{ float:left; background:url(/images/style/headIco.jpg) no-repeat left center; padding-left:22px; padding-top:2px; margin-top:14px;}
.headLogo .Tit{  font-size:24px; color:#67030b; display:block;}
.headLogo .Tit b{ color:#ff6300; padding-right:2px;}
.headLogo .Tit2{ font-size:18px; font-weight:normal; display:block; color:#333; padding-top:3px;}
.headTel{ padding-bottom:9px;}
.headTel .Box{ height:28px; line-height:28px;}
.headTel .Box .Tit{ float:left; background:url(/images/style/tel.png) no-repeat 6px center; background-size:auto 50%; padding-left:30px; font-size:16px;}
.headTel b{ font-size:32px; color:#000; display:block; text-align:center; line-height:30px; letter-spacing:1px; margin-top:5px;}
.headLoca{ position:relative; float:left;}
.headLoca .Area{ background:url(/images/style/AreaIco2.png) no-repeat 9px center; padding:2px 10px 2px 30px; font-weight:bold; border-bottom:none; display:inline-block; font-size:12px; line-height:24px;}
.headLoca.on .Area{ background-color:#fff; border-color:#edecec;}
.headLoca.on .Area:after{ content:""; width:calc(100% - 2px); height:1px; background:#fff; position:absolute; right:1px; bottom:0; z-index:99999999;}
.headLocaBox{ width:360px; background:#fff; position:absolute; z-index:99999995; top:28px; left:0; border:solid 1px #e8e8e8; box-sizing:border-box; padding:5px 15px 10px; display:none;}
.headLocaBox .headWebSite{ background:url(/images/style/mjzsIco.png) no-repeat left center; padding:3px 0 3px 24px; display:inline-block; font-weight:bold;}
.headLoca.on .headLocaBox{ display:block;}
.headLocaBox a{ font-size:12px;}
.headLocaBox dl{ overflow:hidden;}
.headLocaBox dt{ width:20px; float:left; line-height:20px; padding:5px 0; font-size:12px;}
.headLocaBox dd{ width:calc(100% - 25px); float:right; border-bottom:dashed 1px #edecec; line-height:20px; padding:5px 0;}
.headLocaBox dd a{ padding-right:10px; display:inline-block;}
.headLocaBox dd a:hover{ color:#67030b;}
.headMenu{ position:relative; z-index:9999999; float:left;}
.headMenu .ulMenu{ height:42px; margin:0 auto;}
.headMenu .ulMenu .menuList{ height:100%; text-align:center; display:inline-block;}
.headMenu .ulMenu .menuList .menuFir{ height:42px; overflow:hidden; line-height:42px; display:block; font-size:16px; position:relative; padding:0 6px; margin:0 15px; font-weight:700;}
.headMenu .ulMenu .menuList .menuFir:after{ content:""; position:absolute; left:0; bottom:0px; width:0; height:2px; background:rgba(103,3,11,0.7); -moz-transition:all 1.2s cubic-bezier(.19,1,.22,1); -o-transition:all 1.2s cubic-bezier(.19,1,.22,1); -webkit-transition:all 1.2s cubic-bezier(.19,1,.22,1); transition:all 1.2s cubic-bezier(.19,1,.22,1);}
.headMenu .ulMenu .menuList .menuFir:hover, .headMenu .ulMenu .menuList .menuLink{ color:#67030b;}
.headMenu .ulMenu .menuList .menuFir:hover:after, .headMenu .ulMenu .menuList .menuLink:after{ color:#67030b; width:100%; background:rgba(103,3,11,0.7); -moz-transition:all 1.2s cubic-bezier(.19,1,.22,1); -o-transition:all 1.2s cubic-bezier(.19,1,.22,1); -webkit-transition:all 1.2s cubic-bezier(.19,1,.22,1); transition:all 1.2s cubic-bezier(.19,1,.22,1);}
.headMenu .menuSonMenu{ width:233.3333px; position:absolute; text-align:left; z-index:9999; display:none; margin-left:-25px;}
.headMenu .menuSonMenu ul{ width:155.55px; border-top:solid 2px #67030b; border-bottom:solid 2px #67030b;}
.headMenu .menuSonMenu ul li{ width:100%; overflow:hidden;}
.headMenu .menuSonMenu ul li a{ width:100%; height:45px; line-height:45px; display:block; overflow:hidden; font-size:14px; background:#67030b; color:#fff; text-align:center;}  
.headMenu .menuSonMenu ul li a:hover{ color:#fff; background:#fff; color:#67030b; border-left:solid 2px #67030b; border-right:solid 2px #67030b; box-sizing:border-box;}
.headMenu .menuSonMenu ul.nul4{ width:220px; margin-left:-32px;}
.headTopFixed .headLogo a{ height:55px;}
.headTopFixed .headTel{ padding-bottom:0;}
.headTopFixed .headTel b{ font-size:22px; line-height:26px; margin-top:0;}
.FriendLinkBg{ padding:15px 0;}
.Footer{ background:#212121 url(/images/style/footBg.jpg) no-repeat center top; margin-top:20px;}
.FooterBg{ overflow:hidden; border-bottom:solid 2px #000; border-top:solid 2px #000;}
.FootBox{ padding:20px 0 35px; overflow:hidden;}
.FootDL{ float:left; overflow:hidden; margin-right:30px;}
.FootDL dt{ margin-top:12px;}
.FootDL dt a{ font-size:18px; display:block; color:#fff; line-height:40px;}
.FootDL dd a{ width:100%; display:block; color:#fff; position:relative; box-sizing:border-box; padding-left:25px; margin-top:10px; font-size:16px;}
.FootDL dd a:after{ content:""; width:5px; height:5px; background:#fff; position:absolute; left:7px; top:11.5px; border-radius:50%;}
.FootDL1, .FootDL2{ width:350px;}
.FootDL3 dd p{ color:#fff; font-size:16px; margin-top:10px; background-repeat:no-repeat; background-position:left center; background-size:auto 100%; padding-left:35px;}
.FootDL3 dd p.p1{ background-image:url(/images/style/FIco1.png);}
.FootDL3 dd p.p2{ background-image:url(/images/style/FIco2.png);}
.FootDL3 dd p.p3{ background-image:url(/images/style/FIco3.png);}
.FootDL3 dd p.p4{ background-image:url(/images/style/FIco4.png);}
.FootRQCode{ width:160px; float:right; text-align:center; color:#fff; margin-top:15px;}
.FootRQCode span{ font-size:16px; padding-top:6px; display:block;}
.FootRQCode img{ width:120px; height:120px;}
.FootCopy{ padding:15px 0;}
.FootCopyCt{ text-align:center; color:#fff;}
.FootCopyCt a{ color:#fff;}
.FootCopyCt .yga{ margin-left:20px;}
.FootCopyCt .yga img{ width:20px; padding-right:5px;}
.FootCode{ text-align:center;}
.FriendLink span{ padding:0 10px; font-size:12px; color:#666;}

/* index */
.index{ margin-bottom:50px;}
.iBanner{ position:relative;}
.iBanner .iBannerPage{ bottom:15px !important;}
.iBanner .iBannerPage .swiper-pagination-bullet{ width:50px; height:8px; margin:0 9px; overflow:hidden; cursor:pointer; border-radius:10px; background:#fff;}
.iBanner .iBannerPage .swiper-pagination-bullet-active{ background:#ff6300;}
.iBanner .swiper-slide{ text-align:center;}
.iBanner .swiper-slide .bg{ opacity:0; -ms-transform:scale(1.2, 1.2); -webkit-transform:scale(1.2, 1.2); -webkit-transition:transform 7s ease-out, opacity 1s ease 0.3s; transition:transform 7s ease-out, opacity 1s ease 0.3s;}
.iBanner .swiper-slide.swiper-slide-active .bg { opacity:1; -ms-transform:scale(1, 1) rotate(.001deg); -webkit-transform:scale(1, 1) rotate(.001deg); transform:scale(1, 1) rotate(.001deg); -webkit-transition-delay:0s; transition-delay:0s;}
.iAbout{ overflow:hidden; margin-top:60px;}
.iAbout .Box{ overflow:hidden;}
.iAbout .iAboutVideo{ width:48%; height:380px; overflow:hidden;}
.iAbout .iAboutVideo video{ width:100%; height:100%; object-fit:fill;}
.iAbout .iAboutCt{ width:690px; height:380px; background:url(/images/style/iAboutBg.jpg) no-repeat center center; background-size:100% 100%; border:none; box-sizing:border-box; padding:40px 50px;}
.iAbout .iAboutCt .mCSB_container{ color:#fff;}
.iAbout .iAboutCt .mCSB_container b{ font-size:36px; display:block; line-height:40px; margin-bottom:20px;}
.iAbout .iAboutCt .mCSB_container p{ font-size:16px; line-height:34px; margin-bottom:5px;}
.iAboutNum{ overflow:hidden; display:flex; justify-content:center; margin-top:70px;}
.iAboutNum .iAboutList{ float:left; text-align:center; position:relative; padding-right:50px; margin-right:50px;}
.iAboutNum .iAboutList:after{ content:""; position:absolute; right:0; top:15px; width:1px; height:80px; background:#ccc;}
.iAboutNum .iAboutList:last-child{ padding:0; margin:0;}
.iAboutNum .iAboutList:last-child:after{ display:none;}
.iAboutNum .iAboutList .Num{ overflow:hidden;}
.iAboutNum .iAboutList .Num b{ font-size:74px; line-height:74px; color:#67030b; display:inline-block; float:left;}
.iAboutNum .iAboutList .Num em{ width:32px; height:32px; line-height:32px; display:inline-block; color:#fff; background:#67030b; text-align:center; font-style:normal; border-radius:50%; margin:35px 0 0 10px; float:left;}
.iAboutNum .iAboutList .Tit{ color:#67030b; font-size:20px; margin-top:5px;}
.iAboutNum .iAboutList.color b, .iAboutNum .iAboutList.color .Tit{ color:#464646;}
.iAboutNum .iAboutList.color .Num em{ background:#a1999a;}
.iAnalysis{ background:url(/images/style/iAnalysisBg.jpg) no-repeat top center; overflow:hidden; margin-top:70px;}
.iAnalysis .iTitle{ color:#fff;}
.iAnalysis .Box{ margin-top:3rem;}
.iAnalysis .List{ width:23.8%; margin-right:1.6%; height:590px; float:left; position:relative;}
.iAnalysis .List:last-child{ margin-right:0;}
.iAnalysis .List .Loca, .iAnalysis .List .Loca b, .iAnalysis .List .Loca p, .iAnalysis .List .Loca i{ -moz-transition:all 0.8s cubic-bezier(.19,1,.22,1); -o-transition:all 0.8s cubic-bezier(.19,1,.22,1); -webkit-transition:all 0.8s cubic-bezier(.19,1,.22,1); transition:all 0.8s cubic-bezier(.19,1,.22,1);}
.iAnalysis .List .Loca{ width:100%; color:#fff; text-align:center; position:absolute; bottom:0; left:0; padding:40px 0; border-radius:130px 0 0 0;}
.iAnalysis .List .Loca i{ width:95px; height:95px; background:#fff; border-radius:50%; display:block; overflow:hidden; margin:0 auto; display:none;}
.iAnalysis .List .Loca i img{ width:60%; margin:18px auto 0; display:block;}
.iAnalysis .List .Loca b{ padding:20px 0 10px; font-weight:normal;}
.iAnalysis .List .Loca b, .iAnalysis .List .Loca .Tit{ font-size:30px; line-height:40px; display:block;}
.iAnalysis .List .Loca .Key{ font-size:16px; width:63%; margin:20px auto 0; text-align:justify; line-height:30px; display:none;}
.iAnalysis .List:hover .Loca{ background:rgba(103,3,11,0.8);}
.iAnalysis .List:hover .Loca i, .iAnalysis .List:hover .Loca .Key{ display:block;}
.iPro .iProTab{margin-top:20px;}
.iPro .iProTab ul{list-style:none;margin:0;justify-content:inherit;flex-wrap:nowrap}
.iPro .iProTab li{cursor:pointer}
.iPro .iProTab .icon{height:86px;display:flex;align-items:flex-end;justify-content:center;}
.iPro .iProTab .icon img{max-width:100%;max-height:100%}
.iPro .iProTab .tit{font-weight:400;text-align:center; font-size:20px; margin-top:10px;}
.iPro .iProTab .active .tit{font-weight:700}
.iPro .iProGallery{ margin-top:20px;}
.iPro .iProGallery .iProTabBox{ display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.iPro .iProGallery .iProTabBox .Pic{padding:30px 50px; width:650px; box-sizing:border-box;}
.iPro .iProGallery .iProTabBox .Pic a{ box-shadow:5px 5px 15px 5px #ccc; display:block;}
.iPro .iProGallery .iProTabBox .Key{ width:calc(100% - 650px); padding:30px 40px 0 50px; box-sizing:border-box;}
.iPro .iProGallery .iProTabBox .Key h3{ color:#67030b; font-size:30px; padding:30px 0 30px; line-height:35px;}
.iPro .iProGallery .iProTabBox .Key .line{width:90px;height:4px;display:block;background:#000; margin-bottom:30px;}
.iPro .iProGallery .iProTabBox .Key p{ overflow:hidden; line-height:28px; font-size:18px; margin-top:15px;}
.iPro .iProGallery .iProTabBox .Key p strong{ height:28px; line-height:inherit; display:inline-block; text-align:justify; float:left;}
.iPro .iProGallery .iProTabBox .Key p strong i{ width:100%; display:inline-block;}
.iPro .iProGallery .iProTabBox .Key p b{ float:left; display:inline-block; padding-left:2px;}
.iPro .iProThumbs{position:relative; padding:0 100px;}
.iPro .iProThumbs a{ display:block; padding:20px 20px 0;}
.iPro .iProThumbs a img{box-shadow:0 11px 14px rgba(0,0,0,.11)}
.iPro .iProThumbs .ptitle{ text-align:center; display:block; font-size:16px; margin-top:10px; padding:10px 20px; line-height:22px;}
.iPro .iProThumbs .swiper-slide-thumb-active a img{box-shadow:0 11px 14px rgba(0,0,0,.45);}
.iPro .swiper-button-next, .iPro .swiper-button-prev{width:50px;height:50px;border-radius:50%;margin-top:-20px;background:0 0;color:#fff;background-color:#67030b;display:flex;align-items:center;justify-content:center;outline:0}
.iPro .swiper-button-next:after, .iPro .swiper-button-prev:after{ font-size:20px; font-weight:700;}
.iPro .swiper-button-prev{left:0}
.iPro .swiper-button-next{right:0}
.iPro .swiper-button-disabled{background-color:#d3d1d0}
.iPK{ background:url(/images/style/iPKBg.jpg) no-repeat center top; overflow:hidden; margin-top:50px;}
.iPK .iTitle{ color:#fff;}
.iPK .iTitle h2{ font-size:20px; font-weight:normal;}
.iPKBg{ background:rgba(255,255,255,0.7); border-radius:30px; margin:40px auto 80px; padding:50px 40px 45px 40px;}
.iPKTitle{ padding:0 40px; overflow:hidden;}
.iPKTitle p{ float:left; text-align:center; color:#fff;}
.iPKTitle .p1, .iPKTitle .p3{ width:calc((100% - 160px) / 2); height:90px; line-height:90px; font-size:32px; margin-top:35px;}
.iPKTitle .p1{ background:#67030b; border-radius:30px 0 0 30px;}
.iPKTitle .p2{ width:160px; background:#000; height:90px; line-height:65px; padding-top:35px; font-size:70px; border-radius:30px 30px 0 0;}
.iPKTitle .p3{ background:#4e4f50; border-radius:0 30px 30px 0;}
.iPK .iPKTab{ position:relative; height:570px; padding:0 40px;}
.iPK .iPKNav{ width:160px; position:absolute; top:0; left:50%; margin-left:-80px; z-index:99999;}
.iPK .iPKNav li{ width:160px; height:140px; background:#000; text-align:center; border-top:solid 1px #fff;}
.iPK .iPKNav li.on{ background:#67030b;}
.iPK .iPKNav li a{ display:block; color:#fff; font-size:22px; letter-spacing:2px;}
.iPK .iPKNav li a img{ display:block; width:80px; margin:10px auto 5px;}
.iPK .iPKCt li{ width:520px; text-align:center; margin-top:30px;}
.iPK .iPKCt li.flt{ margin-left:30px;}
.iPK .iPKCt li.frt{ margin-right:30px;}
.iPK .iPKCt li .Pic img{ width:100%;}
.iPK .iPKCt li .Tit{ padding:10px 20px; font-size:18px; margin-top:10px; line-height:32px;}
.iAdv{ background:url(/images/style/iAdvBg.jpg) no-repeat center top; overflow:hidden; padding-bottom:50px;}
.iAdv .iTitle{ margin:70px 0 50px;}
.iAdv .iTitle h2{ font-size:20px;}
.iAdv .iTitle p em{ color:#67030b; font-size:80px; font-weight:bold;}
.iAdvBox{ overflow:hidden; display:flex; justify-content:center; align-items:center;}
.iAdvBox .Tit{ width:500px; height:620px; box-sizing:border-box; padding:100px 50px; background-color:#67030b; background-position:center center; background-repeat:no-repeat;}
.iAdvBox .Tit.Bg1{ background-image:url(/images/style/iAdvBg2.jpg);}
.iAdvBox .Tit.Bg2{ background-image:url(/images/style/iAdvBg3.jpg);}
.iAdvBox .Tit.Bg3{ background-image:url(/images/style/iAdvBg4.jpg);}
.iAdvBox .Tit.Bg4{ background-image:url(/images/style/iAdvBg3.jpg);}
.iAdvBox.iAdvLt .Tit{ margin-left:22%;}
.iAdvBox.iAdvRt .Tit{ margin-right:22%;}
.iAdvBox .Tit .p1{ color:#fff; font-size:36px; line-height:40px;}
.iAdvBox .Tit .p1 span{ font-size:30px; display:block; margin-bottom:10px;}
.iAdvBox .Tit .k1{ margin-top:60px;}
.iAdvBox .Tit .k1 p{ color:#fff; font-size:18px; line-height:36px; margin-bottom:20px;}
.iModule .swiper-container{ padding:0 50px;}
.iModule .swiper-container a:hover{ color:#333;}
.iModule .swiper-container span{ display:block; overflow:hidden;}
.iModule .swiper-container .Pic{ border-radius:20px; height:260px; border:solid 1px #dedede; box-sizing:border-box; margin-bottom:25px;}
.iModule .swiper-container .Pic img{ width:100%; height:100%;}
.iModule .swiper-container .Data{ padding:0 10px; font-size:16px; display:block; margin-bottom:15px;}
.iModule .swiper-container .Tit{ height:56px; line-height:28px; font-size:20px; font-weight:bold; padding:0 10px; margin-bottom:20px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.iModule .swiper-container .swiper-slide:hover .Tit{ color:#67030b;}
.iModule .swiper-container .Key{ height:84px; line-height:28px; font-size:16px; padding:20px 10px 0; border-top:solid 1px #aeaeae; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.iModule .swiper-container .More{ display:inline-block; border:solid 1px #67030b; color:#67030b; border-radius:10px; padding:5px 20px; margin:20px 0 0 10px; font-weight:bold; font-size:16px;}
.iModule .swiper-container .More:hover{ background:#67030b; color:#fff;}
.iModule .swiper-container .swiper-button-prev{ top:32%; left:0; color:#67030b;}
.iModule .swiper-container .swiper-button-next{ top:32%; right:0; color:#67030b;}
.iCase .swiper-container, .iNews .swiper-container{ margin-top:50px;}
.iNews{ margin-top:60px;}
.iNews .iNewsTitle{ height:410px; background:#cdcbce url(/images/style/iNewsBg.jpg) no-repeat center center; overflow:hidden;}
.iNews .iNewsTitle .iNewsLt{ width:50%; float:left;}
.iNews .iNewsTitle .iNewsRt{ width:50%; float:right;}
.iNews .iNewsTitle .iNewsLt, .iNews .iNewsTitle .iNewsRt p{ line-height:45px; letter-spacing:10px;}
.iNews .iNewsTitle .iNewsLt p, .iNews .iNewsTitle .iNewsRt .p1{ font-size:36px; font-weight:bold; margin-top:100px;}
.iNews .iNewsTitle .iNewsLt h2, .iNews .iNewsTitle .iNewsRt .p2{ font-size:30px; margin-top:10px;}
.iNews .iNewsTitle .iNewsRt .p1, .iNews .iNewsTitle .iNewsRt .p2{ padding-left:30px;}
.iNews .iNewsTitle .iNewsRt .p3{ letter-spacing:0; color:#fff; background:#67030b; box-sizing:border-box; padding:35px 40px 45px; border-top-left-radius:50px; margin-top:40px;}
.iNews .iNewsTitle .iNewsRt .p3 span{ display:block; font-size:18px;}
.iNews .iNewsTitle .iNewsRt .p3 b{ font-size:40px; display:block; letter-spacing:2px;}
/* index */

.PromptBg{ width:100%; height:100%; background:rgba(0,0,0,.3); position:fixed; top:0; left:0; z-index:9999999999999999999999;}
.PromptBox{ width:452px; height:auto; padding:0 15px 20px 15px; box-sizing:border-box; background:#fff; border-radius:8px; position:relative; top:50%; left:50%; margin:-167px 0 0 -226px;}
.PromptHead{ width:100%; height:45px; border-bottom:1px solid #ffb901; font-size:16px; color:#333; line-height:45px; text-align:center; padding:10px 0 5px; font-weight:bold;}
.PromptMes{ width:100%; height:auto; overflow:hidden; padding:25px 35px; text-align:center; font-size:16px; color:#333; box-sizing:border-box; line-height:28px;}
.PromptMes p, .PromptMes a, .PromptMes span, .PromptMes b{ font-size:inherit;}
.PromptMes b{ color:#67030b;}
.PromptAlertBtn{ display:block; width:100px; height:34px; line-height:34px; background-color:#ffb901; cursor:pointer; font-size:14px; color:#fff; border-radius:4px; border:1px solid transparent; margin:0 auto; text-align:center;}
.PromptConBtn{ display:inline-block; width:100px; height:34px; line-height:34px; background-color:#3475f5; cursor:pointer; font-size:14px; color:#fff; border-radius:4px; border:1px solid transparent; text-align:center; margin-left:84px; margin-right:47px;}
.PromptCancel{ display:inline-block; width:100px; height:34px; line-height:34px; background:fff; cursor:pointer; font-size:14px; color:#3475f5; border-radius:4px; border:1px solid transparent; text-align:center; border:1px solid #3475f5;}
.PromptToastBox{ width:452px; height:auto; padding:15px 20px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:16px; border-radius:8px; line-height:24px; position:relative; top:50%; left:50%; margin:0px 0px 0px -226px;}
.CustFD{ width:60px; float:right; box-shadow:0 0 5px rgba(0,0,0,.5); position:fixed; right:1px; bottom:180px; z-index:99999995;}
.CustFD li{ width:60px; height:59px; text-align:center; border-bottom:solid 1px #eee; background:#fff;}
.CustFD li:last-child{ border-bottom:none;}
.CustFD li a{ font-size:12px; display:block; overflow:hidden; line-height:18px;}
.CustFD li a i{ width:20px; height:20px; display:block; margin:10px auto 0; overflow:hidden;}
.CustFD li.CustKefu a i, .CustFD li.CustTel a i{ animation:pulse 0.5s linear infinite alternate;}
.CustFD .CustList:hover{ background:#67030b;}
.CustFD .CustList:hover a{ color:#fff;}
.CustFD .CustList:hover a img{ margin-top:-20px;}
.CustFD .CustKefu{ background:#67030b; border-bottom-color:#67030b;}
.CustFD .CustKefu a{ color:#fff;}
.CustFD .CustWechat{ position:relative;}
.CustFD .CustWechat .CustWechatPic{ position:absolute; left:-130px; top:0; width:120px; background:#fff; overflow:hidden; display:none; font-size:12px; line-height:16px;  padding-bottom:10px; color:#67030b; font-weight:bold; box-sizing:border-box;}
.CustFD .CustWechat .CustWechatPic img{ width:100%;}
.CustFD .CustWechat:hover .CustWechatPic{ display:block;}
.CustFD .CustTel{ position:relative;}
.CustFD .CustTel .CustTelList{ position:absolute; left:-170px; top:0; width:160px; height:60px; line-height:60px; background:#fff; overflow:hidden; display:none; color:#67030b; font-weight:bold; text-align:center; font-size:18px; box-sizing:border-box;}
.CustFD .CustTel:hover .CustTelList{ display:block;}

#map{ margin:10px auto; border:solid 1px #cccccc; padding-bottom:10px; width:98%; overflow:hidden;}
#map ul{ padding:0 0 0 26px; margin:0; text-align:left; clear:both;}
#map ul li{ list-style:none; margin:0; padding-top:0 !important; clear:both; text-align:left;}
#map ul li span{ color:#fff; display:block; overflow:hidden; height:22px; line-height:22px;float:left;margin:5px 0 0; text-align:center;}
#map ul li span.spn_id{ width:25px;}
#map ul li span.spn_nm{ width:125px !important;}
#map ul li a{ color:#fff; display:block; width:110px; overflow:hidden; height:16px; line-height:16px;float:left; margin:5px 0 0; text-align:left; padding-left:15px;}
#map .ul_0{ padding:0;}
#map .ul_0 li a,.ul_0 li span{ background:#505050;}
#map .ul_1 li ul{ float:left;}
#map .ul_1 li a,.ul_1 .li1 span a{ background:url(/images/style/li_bg1.gif) no-repeat left center;  font-weight:bold; font-size:13px; color:#000;}
#map .ul_2 li a,.ul_2 .li2 span a{ background:url(/images/style/li_bg2.gif) no-repeat left center;  font-weight:normal; font-size:12px; color:#444;}
#map .ul_3 li a,.ul_3 .li3 span a{ background:url(/images/style/li_bg2.gif) no-repeat left center;  font-weight:normal; font-size:12px; color:#444;}
.bdshare-slide-button-box{ z-index:10;}
#nb_nodeboard{ left:2px !important;}

@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}
.pulse{-webkit-animation-name:pulse;animation-name:pulse}
.animated{ -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-fill-mode:forwards; animation-fill-mode:forwards;}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}
@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);-ms-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);-ms-transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9);-ms-transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);-ms-transform:scale(1)}}
.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3);}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);}50%{opacity:1}}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}


@media screen and (max-width:1440px){
.wrap{ max-width:1000px;}
.headMenu .ulMenu .menuList .menuFir{ font-size:14px;}
.headMenu .menuSonMenu ul li a{ font-size:13px;}
.iAbout dl{ padding:30px;}
.iAbout dl dd{ font-size:14px; padding-top:0;}
.iAbout dl dd p{ line-height:23px; margin-top:0;}
.iNewsTab .iNewsCt li.iNewsFirst{ width:480px; margin-right:20px;}
.iNewsTab .iNewsCt li.iNewsList{ width:500px;}
.iMsgPic, .iMsgCt{ height:460px;}
.iMsgCt .iMsgTit b{ font-size:23px; left:88px;}
.iMsgCt .iMsgTit{ width:440px; margin-top:45px;}
.iMsg .iMsgList{ width:460px;}
.iMsg .iMsgList .inptn{ width:160px;}
.iMsg .iMsgList .iMsgListCont .inptn{ width:388px;}
.iMsg .iMsgBtn{ width:405px;}
.FootBox{ padding-top:10px;}
.FootDL1, .FootDL2{ width:760px;}
.FootDL1 dd a{ width:20%;}
.FootDL2 dd a{ width:33.3333333333333%;}
.FootDL dd a{ font-size:14px;}
.FootRQCode{ margin-top:-50px;}
}