@charset "utf-8";
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
body{font-family:微软雅黑,黑体;min-width:320px;margin:auto;}
ol,ul,li{list-style:none outside none;}
a{text-decoration:none;color:inherit;cursor:pointer;outline:none;}
img{border:none;vertical-align:middle;max-width:100%;max-height:100%;}
table{border-collapse:collapse;width:100%;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:1.3;}
i,em,b,strong{font-style:normal;font-weight:normal;}
input,textarea,select{padding:0;font-family:inherit;outline:none;resize:none;background:none;border:none;font-size:inherit;color:inherit;}
input::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
textarea::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
select::-moz-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-webkit-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}
::-ms-input-placeholder{color:inherit;opacity:0.5;font-size:inherit;}


.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}

.flex-fix{display: flex;justify-content: space-between;align-items: center;}



#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../images/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../images/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../images/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../images/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}



.jspContainer{overflow:hidden;position:relative;}.jspPane{position:absolute;}.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;}.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0;}.jspCap{display:none;}.jspHorizontalBar .jspCap{float:left;}.jspTrack{background:#dde;position:relative;}.jspDrag{background:#ddd;position:relative;top:0;left:0;cursor:pointer;}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%;}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;}.jspArrow.jspDisabled{cursor:default;background:#80808d;}.jspVerticalBar .jspArrow{height:16px;}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%;}.jspVerticalBar .jspArrow:focus{outline:none;}.jspCorner{background:#eeeef4;float:left;height:100%;}* html .jspCorner{margin:0 -3px 0 0;}.jspVerticalBar{width:6px;}.jspDrag{background:#a99479;border-radius:8px;}.jspTrack{background:#f5f5f5;border-radius:8px;}

.mCSB_scrollTools .mCSB_draggerRail{background:#ddd;width:2px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#333;}

@font-face {
    font-family:impact;src: url('fonts/impact.eot');src: url("fonts/impact.eot?#iefix") format("embedded-opentype"), url("fonts/impact.woff") format("woff"), url("fonts/impact.ttf") format("truetype"), url("fonts/impact.svg#impact") format("svg");}
@font-face{
    font-family:icon;src: url('fonts/iconfont.eot');src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');}
.icon{font-family: icon;}
.gray{-webkit-filter: grayscale(100%);filter:grayscale(100%);filter:gray;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:"";clear:both;display:block;}
.footer_b{position:fixed;left:0;bottom:0;width:100%;}

.select{display:inline-block;width:210px;height:30px;line-height:30px;color: #707070;position: relative;border:1px solid #ddd;text-align: left;cursor: pointer;}
.select:before{content:"";width:21px;height:12px;right:10px;top:50%;margin-top:-6px;position: absolute;}
.select span{display:block;margin:0 10px 0 10px;}
.select ul{position:absolute;left:-1px;right:-1px;top:100%;background: #f0f0f0;display:none;}
.select li{padding:0 20px;line-height:40px;}

.checkbox{cursor: pointer;}
.checkbox i{display:inline-block;vertical-align: sub;width: 15px;height:15px;text-align: center;border:1px solid #fff;margin-right:10px;line-height:15px;font-size: 0;}
.checkbox.ckd i:after{content:"";width:5px;height:5px;background:#fff;display:block;margin:5px 5px 0;}

.radio{cursor: pointer;margin-right:45px;}
.radio i{display:inline-block;vertical-align: sub;width: 15px;height:15px;text-align: center;border:1px solid #fff;margin-right:10px;line-height:15px;font-size: 0;border-radius:100%;}
.radio.ckd i:after{content:"";width:5px;height:5px;background:#fff;display:block;margin:5px 5px 0;border-radius:100%;}

/*--通用--*/
body{font-size:14px;color:#333;line-height:1.6;min-width:320px;}
.h{line-height:1.3;}
.h1{line-height:1.3;}
.h2{line-height:1.3;}
.h3{line-height:1.3;}
.block{width:1400px;margin:auto;}
.text .p{line-height:1.7;text-align:left;}
.nav_main_m{display:none;}
.search_m{display:none;}
.scmbtn{display:none;}
.prev{cursor: pointer;}
.next{cursor: pointer;}

.layer{background:rgba(0,0,0,0.8);position: fixed;left:0;top:0;right:0;bottom:0;z-index:10;opacity:0;visibility:hidden;transition:all 0.3s ease-out 0s;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.layer.showdiv{opacity:1;visibility:visible;}
.layer .close{font-size:40px;font-family:icon;position:absolute;right:50px;top:50px;width:80px;height:80px;text-align: center;line-height:80px;cursor:pointer;color:#ccc;}
.layer .search_box{height:45px;line-height:45px;width:550px;display:-ms-flexbox;display:flex;transform:translateY(-50px);opacity:0;margin-top:-100px;}
.layer.showdiv .search_box{transform:none;transition:all 0.5s ease-out 0s;opacity:1;}
.layer .search_box .kw{background:#fff;-ms-flex:1;flex:1;padding:0 12px;font-size:16px;-webkit-appearance:none;appearance:none;border-radius:0;}
.layer .search_box .ok{background:#94070a;color:#fff;width:120px;text-align: center;font-size:18px;cursor: pointer;-webkit-appearance:none;appearance:none;border-radius:0;border: none;}
.layer .picbox{width:100%;height:100%;text-align:center;}
.layer .picbox:after{content:"";vertical-align:middle;height:100%;display:inline-block;}
.layer .picbox img{max-width:80%;max-height:80%;width:auto;height:auto;}
.layer .picbox video{width:1000px;height:auto;display:inline-block;vertical-align:middle;}
.layer .leader_box{background:#fff;border-top:3px solid #ca0d0d;width:1100px;position:relative;}
.layer .leader_box .inner{padding:60px;}
.layer .leader_box .close{color:#aaa;right:0;top:0;font-size:30px;}
.layer .leader_box .t{display:flex;align-items:center;}
.layer .leader_box .pic{width:160px;}
.layer .leader_box .txt{margin-left:50px;}
.layer .leader_box .txt .h{font-size:18px;}
.layer .leader_box .txt .p{margin-top:15px;}
.layer .leader_box .txt .p span{margin-right:30px;}
.layer .leader_box .text{margin-top:40px;max-height:300px;overflow: hidden;}
.layer .leader_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#ca0d0d;}
.layer .leader_box .text p{margin-top:20px;}
.layer .leader_box .text p:first-child{margin-top:0px;}


.pd120{padding-top:120px;padding-bottom:120px;}
.pd80{padding-top:80px;padding-bottom:80px;}
.pd60{padding-top:60px;padding-bottom:60px;}
.pdt120{padding-top:120px;}
.pdb120{padding-bottom:120px;}
.pd110{padding-top:110px;padding-bottom:110px;}
.pdt110{padding-top:110px;}
.pdb110{padding-bottom:110px;}

.imgzoom .pic{overflow:hidden;}
.imgzoom .pic img{transition:all 0.4s ease-out 0s;}
.imgzoom:hover .pic img{transform:scale(1.05);}


.fz48{font-size:48px;line-height:1.3;}
.fz40{font-size:40px;line-height:1.3;}
.fz30{font-size:30px;line-height:1.3;}
.fz24{font-size:24px;line-height:1.3;}
.fz20{font-size:20px;line-height:1.3;}

.title{text-align:center;}
.title .p{margin-top:10px;}
.title .more{margin-top:10px;}

.pages{margin-top:40px;text-align: center;font-size: 0;}
.pages .prev{font-family:icon;padding:0;width:33px;background:#c6babb;color: #fff;border-color: #c6babb;}
.pages .next{font-family:icon;padding:0;width:33px;background:#c6babb;color: #fff;border-color: #c6babb;}
.pages a{display:inline-block;font-size:16px;font-family:Arial;border:1px solid #ddd;padding:0 8px;min-width:18px;height:33px;border-radius:3px;line-height:34px;vertical-align: middle;margin:0 3px;}
.pages i{display:inline-block;font-size:16px;font-family:icon;padding:0 8px;margin:0 3px;height:33px;border-radius:2px;line-height:33px;vertical-align: middle;}
.pages a.now{background:#94070a;color: #fff;border-color:#94070a;}
.pages a:hover{background:#c6babb;color: #fff;border-color:#c6babb;}
.pages .go{display:inline-block;font-family:Arial;border:1px solid #ddd;padding:0 7px;margin:0 5px;height:33px;border-radius:3px;line-height:34px;vertical-align: middle;}
.pages .go input{border: none;width:30px;height:23px;line-height:23px;font-size: 16px;margin:5px 0;text-align: center;font-size:16px;float: left;}
.pages .go em{height:23px;margin:5px;border-left: 1px solid #ddd;display: inline-block;line-height:24px;font-size:16px;padding-left:10px;cursor: pointer;}
.pages .loadmore{display:none;}

.links a{position:relative;padding-left:20px;box-sizing:border-box;}
.links a:before{content:"\e76c";font-family:icon;color: #94070a;margin-right:10px;position: absolute;left:0;top:0;}
.links a:hover:before{animation:arr 0.6s ease-out 0s infinite;}

.position{line-height:50px;}
.position a{margin:0 10px;}
.position a:first-child{margin-left:0;}

body{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}
.body{position:relative;background:#fff;box-sizing:border-box;}
.body.page{padding-top:130px;}
.home{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;}
.home body{height:100%;overflow:hidden;padding:0;}
.body_home{background:#94070a;height:100%;overflow:hidden;}


.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;overflow:hidden;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:1;overflow:auto;outline:none;}
.body_b.dis *{background-image:none;}
.body_b *{outline:none;}
.body_b.showdiv{top:0;}
.body_b .mCSB_scrollTools{z-index:4;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{width:5px;}
.body_b .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#94070a;width:5px;}
.body_b .mCSB_scrollTools .mCSB_draggerRail{background:rgba(0,0,0,0.1);}


.header{position:fixed;left:0%;top:0;right:0%;z-index:3;transition:all 0.7s ease-out 0s;}
.header{opacity:0;transform:translateY(-100%);}
.header.showdiv{opacity:1;transform:none;}
.body_home.showdiv .header{transform:none;opacity:1;}
.header .d1{background:#94070a;color: #fff;line-height:45px;height:45px;font-size:14px;transition:all 0.2s ease-out 0s;overflow:hidden;}
.header.lit .d1{height:0;}
.header .d1 .nav_l i{margin:0 18px;font-size:12px;}
.header .d1 .nav_l a{display:inline-block;line-height:1;}
.header .d1 .nav_l a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header .d1 .nav_l a.now{color:#fff;}
.header .d1 .nav_l a.now:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_l a:hover:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_r a{margin: 0 10px}
.header .d1 .nav_r a:last-child{margin-right: 0}
.header .d1 .nav_r a{display:inline-block;line-height:1;}
.header .d1 .nav_r a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header .d1 .nav_r a.now{color:#fff;}
.header .d1 .nav_r a.now:before{transform:scaleX(1);border-color:#fff;}
.header .d1 .nav_r a:hover{color: #fff}
/*.header .d1 .nav_r a:hover:before{transform:scaleX(1);border-color:#fff;}*/
.header .d2{transition:all 0.3s ease-out 0s;height:85px;height:85px;background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,.05));}
.header .block{position:relative;height:100%;}
.header .logo{height:100%;width:290px;}
.header .logo a{height:100%;font-size:0;display:block;}
.header .logo img{max-height:100%;vertical-align:middle;display:inline-block;}
.header .logo a:after{content:"";display:inline-block;height:100%;vertical-align:middle;}
.header .nav_main{text-align: center;font-size:16px;}
.header .nav_main li{margin:0 18px;color: #fff;display:block;line-height: 85px}
.header .nav_main a{color: #fff;display:block;position: relative;}
.header .nav_main .childNav a{color: #94070a;}
.header .nav_main .childNav dd a{color: #333;}
/*.header .nav_main a:after{content:"";border-bottom:2px solid #94070a;margin-top:5px;display:block;width:100%;transition:all 0.2s ease-out 0s;transform:scaleX(0);}
.header .nav_main a:before{content:"";border-left:2px solid #94070a;height:25px;transition:all 0.2s ease-out 0s;transform:scaleY(0);position:absolute;left:50%;top:100%;transform-origin:center top;}
.header .nav_main a.hover:before{transform:none;}
.header .nav_main a.now:after{transform:none;}
.header .nav_main a.hover:after{transform:none;}*/
.header .tools{color: #fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header .tools .a{border-radius:100%;margin-left:20px;height:34px;line-height:34px;position:relative;}
.header .tools .a>a{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.header .tools .sc a:after{content:"\e672";font-size:26px;font-family:icon;}
.header .tools .log i:after{content:"\e601";font-size:26px;font-family:icon;}
.header .tools .share-box{float:left;}
.header .tools .lang{font-size:16px;font-family:en;text-transform: uppercase;font-family:Arial;}
.header .tools .search{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:0;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color: #333;}
.header .tools .search.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header .tools .search .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}

.header .nav_child{display: none}

.nav_child .item{padding:40px;display:-ms-flexbox;display:flex;border-top:2px solid #94070a;position:absolute;top:100%;width:900px;background-size:contain;opacity:0;visibility:hidden;}
.nav_child .item.s{visibility:visible;opacity:1;transition:opacity 0.2s ease-out 0s;}
.nav_child .item .l{display:-ms-flexbox;display:flex;width:45%;}
.nav_child .item .l .pic{width:142px;}
.nav_child .item .l .pic img{width:100%;height:auto;}
.nav_child .item .l .txt{-ms-flex:1;flex:1;font-size:16px;color:#94070a;padding-left:30px;line-height:2.2;}
.nav_child .item .r{width:55%;font-size:0;}
.nav_child .item .r a{width:33.33%;font-size:18px;margin-top:10px;display:inline-block;}
.nav_child .item .r a:hover{color:#94070a;}

.header.light{transform:none;opacity:1;}
.header.light .d2{background:#fff;border-bottom:1px solid #ddd;}
.header.light .tools{color:#333;}
.header.light .tools .a{border-color: #ccc;}
.header.light .nav_main a{color:#333;}
.header.light .nav_main a:after{border-color:#94070a;}
.header.light .nav_main a:before{border-color: #94070a;}
.ny-body{padding-top: 130px}


.header2{position:fixed;left:0;right:0;top:0;z-index:3;background:#94070a;opacity:0;transform:translateY(-100%);transition:all 0.5s ease-out 0s;box-shadow:0 0 10px rgba(0,0,0,0.15);}
.body_b .header2{opacity:0;transform:translateY(-100%);}
.body_b.showdiv .header2{transition:all 0.7s ease-in-out 0.5s;transform:none;opacity:1;}
.header2.showdiv{opacity:1;transform:none;}
.header2 .d1{background:#94070a;color: #fff;line-height:45px;height:45px;font-size:14px;transition:all 0.2s ease-out 0s;overflow:hidden;}
.header2.lit .d1{height:0;}
.header2 .d1 .nav_l i{margin:0 18px;font-size:12px;}
.header2 .d1 .nav_l a{display:inline-block;line-height:1;}
.header2 .d1 .nav_l a:before{content:"";display: block;margin-bottom:5px;border-top:2px solid #d39797;transition:all 0.1s ease-out 0s;;transform:scaleX(0);}
.header2 .d1 .nav_l a.now{color:#fff;}
.header2 .d1 .nav_l a.now:before{transform:scaleX(1);border-color:#fff;}
.header2 .d1 .nav_l a:hover:before{transform:scaleX(1);border-color:#fff;}
.header2 .d1 .nav_r a{margin: 0 10px}
.header2 .d1 .nav_r a:last-child{margin-right: 0}
.header2 .d1 .nav_r a{display:inline-block;line-height:1;}
.header2 .d1 .nav_r a:hover{color: #fff}

.header2 .d2{transition:all 0.3s ease-out 0s;height:85px;height:85px;background:#fff;}
.header2 .block{position:relative;height:100%;}
.header2 .logo{width:290px;}
.header2 .logo a{height:100%;font-size:0;display:block;}
.header2 .logo img{max-height:100%;vertical-align:middle;display:inline-block;}
.header2 .logo a:after{content:"";display:inline-block;height:100%;vertical-align:middle;}
.header2 .nav_main{font-size: 16px}
.header2 .nav_main li{margin:0 18px;display:block;line-height: 85px;}
.header2 .nav_main a{display:block;position: relative;}

.header2 .tools{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;}
.header2 .tools .a{margin-left:20px;height:36px;line-height:36px;position:relative;}
.header2 .tools .a>a{display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.header2 .tools .sc a:after{content:"\e672";font-size:26px;font-family:icon;}
.header2 .tools .log i:after{content:"\e601";font-size:26px;font-family:icon;}
.header2 .tools .share-box{float:left;}
.header2 .tools .lang{font-size:16px;font-family:Arial;text-transform: uppercase;}
.header2 .tools .search{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.15);width:250px;height:36px;position: absolute;right:-2px;top:0;opacity: 0;filter:alpha(opacity='0');visibility: hidden;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;color: #333;}
.header2 .tools .search.s{opacity:1;filter:alpha(opacity='100');visibility: visible;}
.header2 .tools .search .kw{display:block;float: left;height:20px;line-height:20px;width:190px;margin:8px 0 0 12px;font-size:16px;}
.header2 .tools .search .ok{float: right;width:36px;height:36px;cursor: pointer;font-family:icon;font-size:22px;}


.nav_mobile{display:none;}

.body_home .banner{position:relative;height:100%;overflow:hidden;}
.body_home .banner .slick-list{height:100%;}
.body_home .banner .slick-track{height:100%;}
.body_home .banner .slick-slide>div{height:100%;}
.body_home .banner .frame{height:100%;}
.body_home .banner .frame video{min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.body_home .banner .child{background-size:cover;color:#fff;background-position:center center;height:100%;position:relative;overflow:hidden;background-color:#94070a;}
.body_home .banner .child:before{content:"";position:absolute;left:0;bottom:0;right:0;height:80px;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));}
.body_home .banner .child .fz30{position:absolute;left:0;right:380px;bottom:50px;line-height:1;padding-left:40px;}
.body_home .banner .child .a1{position: absolute;left:0;top:0;width:100%;height:100%;}
.body_home .banner .child .a2{position:absolute;right:15px;bottom:35px;font-size:24px;line-height:1;width:80px;height:60px;line-height:60px;text-align:center;}
.body_home .banner .child .a2:after{content:"\e76c";display: inline-block;vertical-align: middle;font-family:icon;}
.body_home .banner .text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0.8);text-align: center;opacity:0;width:50%;}
.body_home .banner .showdiv .text{transform:translate(-50%,-50%) scale(1);opacity:1;transition:all 2s ease-out 0.5s;}
.body_home .banner .navg{position: absolute;right:100px;bottom:50px;color: #fff;text-align: center;line-height:1;}
.body_home .banner .navg li{margin:0 10px;font-family:Arial;cursor: pointer;vertical-align: middle;display:inline-block;}
.body_home .banner .navg li.slick-active{font-size:22px;}
.body_home .banner .navg li:after{content:"";border-top:1px solid #fff;display: inline-block;vertical-align: middle;width:0px;margin-left:5px;transition:all 0.5s ease-out 0s;}
.body_home .banner .navg li.slick-active:after{width:60px;}
.body_home .banner .tit{position:absolute;left:50px;bottom:60px;right:50px;background:rgba(0,0,0,0.5);height:80px;line-height:80px;color: #fff;display:flex;display:-ms-flexbox;justify-content:justify;justify-content:space-between;}


.body_home .bb{position:absolute;left:50%;bottom:30px;text-align:center;transform:translateX(-50%);color:#fff;font-size:36px;cursor: pointer;opacity:0;font-family:icon;
	padding:0 10px;animation:bb 2s linear 0s infinite;font-weight:bold;}
@keyframes bb{
0%{transform:translate(-50%,0);opacity:0;}
20%{transform:translate(-50%,3px);opacity:1;}
80%{transform:translate(-50%,10px);opacity:1;}
90%{transform:translate(-50%,10px);opacity:0;}
100%{transform:translate(-50%,10px);opacity:0;}
}
.body_home.showdiv .bb{opacity:1;}
.body_home .bb:hover{ animation-play-state:paused;color: #fff;}
.rr{position:fixed;top:50%;margin-top:-85px;right:0;color:#fff;cursor:pointer;opacity:0;width:82px;height:170px;background:#94070a;transform:scale(0);transform-origin:right center;z-index:2;}
.rr.showdiv{opacity:1;transform:none;transition:all 1s ease-out 0.5s;}
.rr:before{content:"";width:97px;height:91px;position: absolute;left:-20px;top:10px;transform:scale(1.6);transition:all 1.5s ease-out 1.8s;opacity:0;}
.rr:after{content:"";width:78px;height:88px;position: absolute;left:15px;top:80px;transform:scale(1.6);transition:all 1.5s ease-out 2.6s;opacity:0;}
.rr i{width:36px;height:100%;display:block;margin-left:20px;position:relative;opacity:0;z-index:1;}
.rr.showdiv i{margin-left:40px;opacity:1;transition:all 1s ease-out 4.5s;}
.rr.showdiv:before{content:"";opacity:1;transform:none;}
.rr.showdiv:after{content:"";opacity:1;transform:none;}

.nav_b{position:absolute;left:0;right:0;bottom:30px;text-align:center;z-index:2;display:-ms-flexbox;display:flex;color:#fff;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;opacity:0;visibility: hidden;transition:all 0.6s ease-out 0s;transform:translateY(50px);}
.nav_b.showdiv{opacity:1;visibility:visible;transform:translateY(0px);}
.nav_b .l{padding-top:30px;}
.nav_b .r{padding-top:30px;}
.nav_b .list{display:-ms-flexbox;display:flex;margin:0 50px;}
.nav_b .list .item{width:240px;cursor: pointer;}
.nav_b .list .item span{padding-top:30px;display: inline-block;line-height:1;position: relative;}
.nav_b .list .item:first-child{width:121px;background-position:-119px top;text-align:left;}
.nav_b .list .item:first-child span{transform:translateX(-50%);}
.nav_b .list .item:last-child{width:120px;background-position:left top;text-align:right;}
.nav_b .list .item:last-child span{transform:translateX(50%);}
.nav_b .list .item span:before{content:"";transform:scale(0);transition:all 0.5s ease-out 0s;position: absolute;top:9px;left:50%;margin-left:-10px;width:20px;height:20px;}
.nav_b .list .item.now span:before{transform:none;}
.nav_b.w .l{}
.nav_b.w .r{}
.nav_b.w .list .item{}
.nav_b.w{color:#58453b;}


@-webkit-keyframes td{
0%{opacity:1;}
25%{opacity:0;}
50%{opacity:1;}
100%{opacity:1;}
}
@keyframes td{
0%{opacity:1;}
25%{opacity:0;}
50%{opacity:1;}
100%{opacity:1;}
}
@-webkit-keyframes td1{
0%{-webkit-transform:rotateX(0deg);}
100%{-webkit-transform:rotateX(360deg);}
}
@keyframes td1{
0%{transform:rotateX(0deg);}
100%{transform:rotateX(360deg);}
}


.bg-mask .pic{overflow: hidden;}
.bg-mask .pic a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.bg-mask:hover .pic a{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.bg-mask .pic .a{background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;display: block;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.bg-mask:hover .pic .a{-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.bgimg{background-repeat: no-repeat;background-position: center;background-size: cover;}
.ablink{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;background: rgba(255,255,255,0);}

.eclip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home5{padding:calc(4vw + 95px) 0 2.5vw;background:#f6f6f6;}

.home5 .content{margin-top:45px;}
.home5 .list{width:calc(50% - 24px)}
.home5 .list1 .box{width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}
.home5 .list .ptbox{width:100%;position:relative;}
.home5 .list .item{background: url(../images/habg.png)#fff no-repeat right bottom ;width:calc(50% - 12px);cursor:pointer;
	position: relative;border: 1px solid #eee;
 border-bottom:2px solid #9f090c;}
/*.home5 .list .item:nth-child(-n+2){margin-bottom:20px;}*/
.home5 .list .item:hover{background: #9f090c;color: #fff;border: 1px solid #9f090c; border-bottom:2px solid #9f090c;}
.home5 .list .item:hover time i{color: #fff}
.home5 .list .item .text{padding:25px 20px;position: relative;min-height: 180px;box-sizing: border-box;}
.home5 .list .item time{position: relative;display: inline-block;}
.home5 .list .item time:before{position: absolute;display: block;width: 30px;height: 1px;background: #bbb;transform: rotate(-50deg);left: 18px;top:15px;content: ''}
.home5 .list .item time span{font-style: italic;font-size: 22px;position: relative;top:-8px;}
.home5 .list .item time i{font-size: 15px;position: relative;top:5px;left: 8px;color: #888}

.line2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line3{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line4{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.line5{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.home5 .list .item .text .h{font-size:18px;line-height:1.5;margin-top: 10px;max-height: 82px\0}
.home5 .list .item .text .date{color:#99857b;margin-top:15px;font-style:italic;font-size:16px;display: none;}

.home5 .list2 .box{width: calc(50% - 12px);display: block;}
.home5 .list2 .item{width: 100%}

.home5 .list2 .item1:nth-child(1){margin-bottom: 24px}
.home5 .list2 .item1:nth-child(2){margin-top: 24px}
.home5 .list2 .item1 .pic{height: 220px}
.home5 .list2 .item1 .text{padding:25px 20px;position: relative;height: 215px;box-sizing: border-box;background: #fff;border-bottom:2px solid #9f090c;box-shadow: 0 0 5px rgba(0,0,0,.1)}
.home5 .list2 .item1 .text .h{font-size: 16px;margin-bottom: 10px;line-height: 1.5em;max-height: 48px\0}
.home5 .list2 .item1 .text .desc{font-size: 14px;margin-bottom: 15px;color: #666;line-height: 1.6em;max-height:66px\0}
.home5 .list2 .item1 .text time{color: #666;}
.home5 .list2 .item1:hover .text .h{color:#9f090c}
.home5 .list2 .item1:hover .text{box-shadow: 0 5px 10px rgba(0,0,0,.35);transition: .4s}

.home5 .focus2{position: relative;}
.home5 .slick-dots{position: absolute;right: 5%;bottom: 25px;z-index: 5}
.home5 .slick-dots li{display: inline-block;font-size: 0;border: 1px solid #fff;margin-left: 12px;width: 8px;height: 8px;border-radius: 50%;cursor: pointer;}
.home5 .slick-dots li.slick-active{background: #fff}

.ptbox {margin-bottom: 24px}
.ptbox .inner{overflow:hidden;position:relative;}
.ptbox .pic{height:435px;}
.ptbox .pic img{width:100%;height:auto;max-height:none;}
.ptbox .v{width:40px;height:40px;position:absolute;left:30px;bottom:100%;margin-bottom:-10px;font-family:icon;border:2px solid #fff;border-radius:100%;line-height:41px;text-align:center;color:#fff;font-size:26px;text-indent:5px;cursor:pointer;z-index:1;font-size:22px;color:#94070a;border-color:#94070a;}
.ptbox .v:hover{color:#fff;background:#94070a;}
.ptbox .video{width:100%;height:100%;position:absolute;left:0;top:0;display:none;}
.ptbox .video video{width:100%;height:100%;object-fit:cover;}
.ptbox .video .close{position:absolute;right:0;top:0;padding:5px 15px;background:rgba(0,0,0,0.5);color:#fff;cursor: pointer;}
.ptbox .text{position:absolute;left:0;bottom:-1px;right:0;background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,0.9));color: #fff;}
.ptbox .text a{display: block;padding:20px 30px 20px 30px;}
.ptbox .text .date{margin-top:10px;line-height:1;}
.ptbox .text .h{font-size:20px;max-width: 85%}
.ptbox.act .text{display:none;}
.ptbox.act .video{display:block;}
.ptbox.act .v{display:none;}

.home5  .more{text-align: center;margin-top: 30px}
.home5  .more a{color: #9f090c;font-size: 16px}
.home5  .more a i{font-size: 32px;margin-right: 7px;vertical-align: -4px}


.home6{background: url(../images/hbbg.jpg) no-repeat top center;background-size: 100% 100%;padding: 72px 0 50px;line-height: 1.4em;box-sizing: border-box;}
.home6 .tabNav{border-bottom: 1px solid #b45f61;max-width: 1000px;margin: 0 auto;margin-bottom: 45px;transform: translateY(80px);opacity: 0;transition: .5s}
.home6 .tabNav li{font-size: 28px;color: #fff;cursor: pointer;margin: 0 5%;line-height: 30px;position: relative;padding-bottom: 35px;transition: .3s;height: 30px}
.home6 .tabNav li.now{font-size: 30px}
.home6 .tabNav li.now:before{content: "\ea43";font-family: "iconyxy" !important;color:  #b45f61;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%)}
.home6 .tabNav li:after{height: 2px;width: 0;background: #fff;content: '';position: absolute;bottom: -1px;left: 50%;margin-left:0}
.home6 .tabNav li.now:after{width: 80px;margin-left: -40px;transition: .4s}
.home6 .tabCon{transform: translateY(80px);opacity: 0;transition: .8s .5s}

.home6 .list ul:after{width: 31.5%;content: '';display: inline-block;}
.home6 .list ul li{width: 31.5%;background: #fff;padding: 30px 25px 20px;box-sizing: border-box;margin-bottom: 40px;
	min-height: 200px;transition: .5s;}
.home6 .list ul li time{font-size: 15px;;color: #999;margin-bottom: 18px;display: block;}
.home6 .list ul li time span{font-size: 30px;color: #94070a}
.home6 .list ul li h4{font-size: 18px;margin-bottom: 15px}
.home6 .list ul li p{font-size: 14px;color: #999;line-height: 1.8em;max-height: 50px\0}
.home6 .list ul li a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-height: 48px\0}
.home6 .list ul li a:hover{color:  #94070a}
.home6 .list ul li:hover{transform: translateY(-10px);box-shadow: 0 10px 15px rgba(0,0,0,.2)}
.home6 .list .more{text-align: center}
.home6 .list .more a{color: #fff;font-size: 16px}
.home6 .list .more a i{font-size: 32px;margin-right: 7px;vertical-align: -4px;}

.home6.showdiv .tabNav{transform:none;opacity:1;}
.home6.showdiv .tabCon{transform:none;opacity:1;}


.ctit{font-size: 32px;}



.home7{overflow:hidden;background:url(../images/lineslog.png)#f8f8f8 no-repeat left center;height:1420px;box-sizing: border-box;padding-top: 100px}
.home7 .block{position: relative;color:#fff;height:100%;width: 92%;max-width: 1400px}
.home7 .title{text-align: left;}
.home7 .ctit{color: #333;padding-top: 15px}
.home7 .svg{width:70px;height:60px;margin:0 auto 15px;}
.home7 .svg svg{width:100%;height:100%;}
.st0{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.st1{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;}
.home7 .d1{position:absolute;right:0;bottom:42%;width:64.2%;display:-ms-flexbox;display:flex;-ms-flex-align:center;
	align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;
	background-size:cover;height:57.5%;transform:translate(0px,50px);opacity:0;transition:all 1s ease-out 0s;}
.home7 .d1 .more{margin-top:20px;color:#fff;}
.home7 .d1 .more i{background-image:url(../images/more1b.svg);}
.home7 .d2{position:absolute;bottom:52%;right:58%;left:0;height:40%;}
.home7 .d2 a{position:absolute;left:0;top:0;width:100%;height:100%;}
.home7 .d2 .dd1{position:absolute;left:0;top:0;width:50%;height:50%;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(80px,80px);opacity:0;transition:all 1s ease-out 0s;}
.home7 .d2 .dd2{position:absolute;left:50%;top:0;width:50%;height:50%;background:#515151;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(80px,80px);opacity:0;transition:all 1s ease-out 0.2s;}
.home7 .d2 .dd3{position:absolute;left:50%;top:50%;width:50%;height:50%;background:#A0181C;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(80px,80px);opacity:0;transition:all 1s ease-out 0.4s;}
.home7 .d2 .h{font-size:24px;}
.home7 .d2 .more1{margin-top:10px;}
.home7 .d3{position:absolute;left:0;top:48%;width:56%;color:#fff;background-size:cover;height:40%;transform:translate(50px,0px);
	opacity:0;transition:all 1s ease-out 0s;overflow: hidden;}
.focus1{position:relative;}
.focus1 .child{overflow:hidden;position:relative;}
.focus1 .child img{width:100%;height:auto;}
.focus1 .navg{position:absolute;left:0;bottom:0px;right:0px;text-align:right;/*background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));*/height:50px;padding:0 20px;line-height:50px;padding-bottom:10px;display:none;}
.focus1 .navg li{color:#fff;display:inline-block;margin:0 8px;line-height:1;vertical-align:middle;font-family:Arial;cursor:pointer;}
.focus1 .navg li:after{content:"";display:inline-block;border-bottom:1px solid #fff;vertical-align:middle;margin-left:3px;transition:all 0.5s ease-out 0s;width:0;}
.focus1 .navg li.slick-active:after{width:30px;}
.home7 .d4{position:absolute;top:55%;left:56%;right:0;height:42%;}
.home7 .d4 a{position:absolute;left:0;top:0;width:100%;height:100%;z-index: 5;background: rgba(255,255,255,0);}
.home7 .d4 .dd1{position:absolute;left:0;top:0;width:50%;height:45%;background:#261819;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 0.6s;}
.home7 .d4 .dd2{position:absolute;left:50%;top:0;width:50%;height:45%;background:#261819;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 0.8s;}
.home7 .d4 .dd3{position:absolute;left:50%;top:45%;width:50%;height:45%;background:#261819;background-size:cover;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;transform:translate(-80px,80px);opacity:0;transition:all 1s ease-out 1s;}
.home7 .d4 .h{font-size:24px;}
.home7 .d4 .more1{margin-top:10px;}
.home7.showdiv .d1{transform:none;opacity:1;}
.home7.showdiv .d2>div{transform:none;opacity:1;}
.home7.showdiv .d3{transform:none;opacity:1;}
.home7.showdiv .d4>div{transform:none;opacity:1;}
.home7 .d4 .dd3 .more{position: absolute;left: 20px;bottom: 20px;font-size: 18px;z-index: 2}
.home7 .d4 .dd3 .more i{font-size: 35px;vertical-align: -5px;margin-right: 5px}


.home9 {padding: 60px 0 40px}
.home9 .title{text-align:center;width:100%;}

.home9 .list{/*display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;*/width:calc(100% - 120px);margin: 0 auto}
.home9 .list .slick-arrow{width: 50px;height: 50px;line-height: 50px;text-align: center; border-radius: 50%;
	border: 2px solid #ccc;position: absolute;top:45%;margin-top: -25px;cursor: pointer;color: #ccc}
	.home9 .list .slick-arrow:hover{border: 2px solid #94070a;color: #94070a}
	.home9 .list .slick-disabled{opacity: .6;pointer-events: none}
.home9 .list .slick-prev{left: -60px}
.home9 .list .slick-next{right: -60px}
.home9 .list .slick-arrow i{font-size: 26px}

.home9 .item{-ms-flex:1;flex:1;margin-left:20px;height:600px;color:#fff;position:relative;overflow:hidden;cursor: pointer;transition:all 1s ease-out 0s;opacity:0;}
.home9 .item:nth-child(1){margin-left:0}
.home9 .slick-slide .item{transform:translateY(-80px);}
.home9 .slick-slide:nth-child(2n)  .item{transform:translateY(80px);}

.home9.showdiv .slick-slide .item{transform:translateY(-20px);opacity: 1;}
.home9.showdiv .slick-slide:nth-child(2n)  .item{opacity:1;;transform:translateY(20px);}

.home9 .item .pic{height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:all 0.6s ease-out 0s;}
.home9 .item:hover .pic{transform:scale(1.1);}
.home9 .item .tit{position:absolute;left:30px;top:0;writing-mode:tb-lr;writing-mode:vertical-lr;height:75%;padding-top: 40px;
	border-right: 1px solid rgba(255,255,255,.2);padding-right: 10px}
.home9 .item .tit .h{font-size:24px;}
.home9 .item .tit .p{margin-left:10px;}
.home9 .item .more1{position:absolute;right:30px;bottom:30px;}
.home9 .item .more1 i{font-size: 30px}
/*.home9 .item .more1:after{content:"";border-left:1px solid #fff;display: inline-block;height:40px;margin-top:8px;}*/
.home9 .item a{position:absolute;left:0;top:0;width:100%;height:100%;}
.home9 .btns{text-align:center;margin-top:30px;}
.home9 .list .inner{position: relative;flex-grow:2;}
.home9 .slick-list .slick-slide>div{padding:50px 20px}
@media screen and (max-width: 768px){
.home9 .slick-list .slick-slide>div{padding:50px 5px}    
}

.home9 .slick-dots{text-align: center;}
.home9 .slick-dot{display: inline-block;width: 10px;height: 10px;border-radius: 50%;background: #ddd;margin: 0 5px}
.home9 .slick-dot.slick-active{background: #94070a}

.footer{background: #404040;color:#fff;position: relative;}
.footer .part1{background:#94070a;color:#fff;}
.footer .nav_foot{overflow: hidden;text-align: center;}
.footer .nav_foot ul li{width:16.666666%;border-left:1px solid rgba(255,255,255,0.2);box-sizing: border-box;}
.footer .nav_foot ul li:last-child{border-right:1px solid rgba(255,255,255,0.2);}
.footer .nav_foot a{font-size:14px;padding:10px 0 15px;text-align:center;display:block;white-space:nowrap;border-bottom: 2px solid transparent}
.footer .nav_foot a i{display: block;margin: 0 auto 5px;font-size: 40px;line-height: 1em}
.footer .nav_foot a:hover{opacity:0.8;border-bottom: 2px solid #ddaeaf}
.footer .nav_foot a:hover i{transform: rotateY(360deg);transition: .8s}
.footer .part2{padding: 20px 0 20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background: #94070a;}
.footer .part2a{border-bottom: 1px solid #ffffff;padding-bottom: 20px;}
.footer .part2a li{margin: 0 40px ;font-size: 16px;}
.footer .part2a li a{opacity: .8}
.footer .part2a li a:hover{opacity: 1}
.footer .part2b{padding-top: 30px;}
.footer .part2b .ftlogo{padding-right: 30px;}
.footer .part2b .ftinfo div{border-left: 1px solid #969696;padding-left: 30px;}
.footer .part2b .ftinfo p{padding: 2px 0}

.footer .part2b .ftcode i{color: #d7d7d7;display: block;width: 46px;height: 46px;line-height: 46px; border-radius: 50%;
	border: 2px solid #d7d7d7;text-align: center;font-size: 28px;margin: 0 auto 5px}
.footer .part2b .ftcode .wxcode{margin-left: 40px;position: relative;cursor: pointer;}
.footer .part2b .ftcode .wxcode ins{position: absolute;width: 90px;height: 90px;background: #fff;padding: 2px;top:-105px;left: 50%;margin-left: -47px;display: none}
.footer .part2b .ftcode .wxcode:hover ins{display: block;}
.footer .part2b .ftcode .wxcode ins:before {content: '';position: absolute;left: 50%;transform: translateX(-50%);
border: 8px solid transparent;border-top-color: #fff;bottom: -16px;}

.nypage .header .nav_main li>a:after{height: 0;width: 2px;position: absolute;content: '';display: block;left: 50%;margin-left: -1px;top: 55px;background: #f1e6e6;transition: .2s}
.nypage .header .nav_main li:hover{background: url(../images/navico1.png) no-repeat center;}
.nypage .header  .childNav .row{border-top: 2px solid #f1e6e6;}
.nypage  .nav_main li:hover>a:after{height: 30px}

.home .header .nav_main li>a:after{height: 0;width: 2px;position: absolute;content: '';display: block;left: 50%;margin-left: -1px;top: 55px;background: #78070b;transition: .2s}
.home .header .nav_main li:hover{background: url(../images/navico.png) no-repeat center;}
.home .nav_main li:hover>a:after{height: 30px}

.header2 .nav_main li>a:after{height: 0;width: 2px;position: absolute;content: '';display: block;left: 50%;margin-left: -1px;top: 55px;background: #f1e6e6;transition: .2s}
.header2 .nav_main li:hover{background: url(../images/navico1.png) no-repeat center;}
.header2  .childNav .row{border-top: 2px solid #f1e6e6;}
.nav_main li:hover>a:after{height: 30px}
.nav_main li:hover .childNav{opacity: 1;visibility: inherit;}
.childNav{position: absolute;left: 0;right: 0;top:85px;z-index: 20;min-height: 100px;opacity: 0;visibility: hidden;transition: .3s .1s}
.childNav .row{background:url(../images/navslog.png) #fff no-repeat right center;;width: 92%;margin: 0 auto;min-height: 180px;box-sizing: border-box;padding: 30px 50px}
.childNav .rowMore{background:url(../images/navslogb.png) #fff no-repeat right bottom;;width: 92%;margin: 0 auto;min-height: 180px;box-sizing: border-box;padding: 30px 50px}
.childNav .row .navpic{width: 24.6%}
.childNav .row .navlist{width: 72%}
.childNav .row .navlist span{display: block;line-height: 1em;width: 31%;margin: 0 1%;text-align: left;margin-bottom: 20px;}
.childNav .row .navlist span a{color: #444;font-size: 14px;display: inline-block;}
.childNav .row .navlist span a:hover{color: #9d0b0c}
.childNav .row dl{padding: 20px 0;border-bottom: 1px solid #eee}
.childNav .row dl:first-child{padding-top:0;}
.childNav .row dl:last-child{padding-bottom:0;border-bottom:0}
.childNav .row dl dt{width: 115px;display: flex;flex-direction: column;justify-content: center;text-align: left;}
.childNav .row dl dt span{display: block;font-size: 18px;color: #9d0b0c;line-height: 1.4em }
.childNav .row dl dt span:after{display: block;background: #9d0b0c;content: '';width: 40px;height: 2px;margin-top: 5px }
.childNav .row dl dd {width: calc(100% - 115px)}
.childNav .row dl dd span{display: flex;flex-direction: column;justify-content: center;;line-height: 1.2em;width: 18%;margin: 0 1%;text-align: left;padding: 3px 0}
.childNav .row dl dd span a{color: #444;font-size: 14px;display: inline-block;}
.childNav .row dl dd span a:hover{color: #9d0b0c}