@charset "utf-8";
.head{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:20px 0;}

.home .block{width:1620px;}
.home1{padding-top:180px;position:relative;padding-bottom:80px;overflow:hidden;}
.home1 .bg{position:absolute;left:0;top:0;right:0;height:100%;overflow:hidden;}
.home1 .bg .item{background-position:center top;background-repeat:no-repeat;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:all 0.6s ease-out 0s;}
.home1 .bg .item.now{opacity:1;}
.home1 .bg .item:nth-child(1){background-image:url(../image/bg1_1.png);}
.home1 .bg .item:nth-child(2){background-image:url(../image/bg1_2.png);}
.home1 .bg .item:nth-child(3){background-image:url(../image/bg1_3.png);}
.home1 .bg .item:nth-child(4){background-image:url(../image/bg1_4.png);}
.home1 .bg .item:nth-child(5){background-image:url(../image/bg1_5.png);}
.home1 .block{position:relative;}
.home1 .navi{position:absolute;left:0;bottom:-80px;}
.home1 .slick-dots{width:240px;height:260px;display:-ms-flexbox;display:flex;align-items:flex-end;-ms-flex-align: end;}
.home1 .slick-dots li{-ms-flex:1;flex:1;background-position:right bottom;border:none;width:auto;border-radius:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;font-size:16px;color:#fff;box-sizing:border-box;padding:10px 0 0;}
.home1 .slick-dots li:after{content:"";display:block;height:0;width:1px;background:rgba(255,255,255,0.5);margin-top:10px;transition:all 0.5s ease-out 0s;}
.home1 .slick-dots li.slick-active{font-size:20px;}
.home1 .slick-dots li.slick-active:after{height:auto;-ms-flex:1;flex:1;}
.home1 .slick-dots li:nth-child(1){background-image:url(../image/bg1_1.png);height:80%;}
.home1 .slick-dots li:nth-child(2){background-image:url(../image/bg1_2.png);height:60%;}
.home1 .slick-dots li:nth-child(3){background-image:url(../image/bg1_3.png);height:100%;}
.home1 .slick-dots li:nth-child(4){background-image:url(../image/bg1_4.png);height:70%;}
.home1 .slick-dots li:nth-child(5){background-image:url(../image/bg1_5.png);height:90%;}

.home2{margin-top: 204px;}
.home2 .block{position: relative;}
.home2 .h2con{display:-ms-flexbox;display:flex;position: relative;z-index: 2;}
.home2 .bg{position: absolute;top: 0;left: 0;right: 0;height:100%;background:url(../image/bg2.png) center top no-repeat;z-index: 1;}
.home2 .bg .s1{background:url(../image/png17_03.png) center bottom no-repeat;position:absolute;left:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home2 .bg .s2{background:url(../image/png18_03.png) center bottom no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:3px;margin-left:-1.5px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home2 .bg .s3{background:url(../image/png19_03.png) center bottom no-repeat;position:absolute;right:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home2.showd .bg>span{transform:none;}
.home2 .pics{position:relative;-ms-flex:1;flex:1;}
.home2 .pics img.transTop_2{position:absolute;left:0;top:0;width:66%;}
.home2 .pics img.transTop_1{position:absolute;left:0;top:22%;width:80%;}
.home2 .pics img.transTop{position:absolute;left:0;top:50%;width:100%;}
.home2 .content{box-sizing:border-box;margin-left:50px;-ms-flex:1;flex:1;overflow:hidden;}
.home2 .content .part{margin-top:30px;}
.home2 .content .text .p{font-size:22px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px;}
.home2 .content .text .b{margin-top:10px;color:#707070;}
.home2 .content .list1{margin-top:25px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.home2 .content .list1 .item{text-align:center;}
.home2 .content .list1 .item .ico{background:url(../image/png2.png) center center no-repeat;width:101px;height:101px;line-height:101px;background-size:contain;}
.home2 .content .list1 .item .ico img{transition:all 0.3s ease-out 0s;max-width:50%;max-height:50%;}
.home2 .content .list1 .item:hover .ico img{transform:rotateY(360deg);}
.home2 .content .list1 .item .h{margin-top:10px;font-size:18px;}
.home2 .content .list2{margin-top:15px;padding-bottom: 30px;border-bottom: 1px solid #d8d8d8;}
.home2 .content .list2 .item{font-size:16px;display:-ms-flexbox;display:flex;margin-top:10px;}
.home2 .content .list2 .item:first-child{margin-top:0px;}
.home2 .content .list2 .item a{-ms-flex:1;flex:1;margin-right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
.home2 .content .list2 .item a:before{content:"";display:inline-block;width:5px;height:5px;border:2px solid #c76b1e;border-radius:100%;vertical-align:middle;margin-right:10px;}
.home2 .content .list2 .item a:hover{color:#d4711c;}
.home2 .content .con3{margin-top:18px;padding-bottom: 30px;border-bottom: 1px solid #d8d8d8;}
.home2 .p2_top{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.home2 .content .text,.home2 .content .list1,.home2 .p2_top,.home2 .list2{padding-right: 15px;}

.home3{padding-top: 45px;}
.home3 .head .tabs a{transform:scale(0.7);margin-right:10px;display:inline-block;}
.home3 .head .tabs .now{color:#d4711c;transform:scale(1);}
.home3 .content{position:relative;padding:150px 0;}
.home3 .bg{position:absolute;left:0;top:0;right:0;height:100%;background:url(../image/bg2.png) center top no-repeat;}
.home3 .bg .s1{background:url(../image/bg2_1.png) center top no-repeat;position:absolute;left:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home3 .bg .s2{background:url(../image/bg2_2.png) center top no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:53px;margin-left:-305px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home3 .bg .s3{background:url(../image/bg2_3.png) center top no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:54px;margin-left:251px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home3 .bg .s4{background:url(../image/bg2_4.png) center top no-repeat;position:absolute;right:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.home3.showd .bg>span{transform:none;}
.home3 .div{position: relative;}
.home3 .list{height:360px;position:absolute;z-index: -1;top: 0;left: 0;opacity: 9;visibility: hidden;width: 100%;}
.home3 .links{display:-ms-flexbox;display:flex;}
.home3 .list.act{position: relative; z-index: 2;opacity: 1;visibility: visible;}
.home3 .l_2 {display: block;font-size: 0;}
.home3 .item{border-left:1px solid #fff;background-position:left center;background-repeat:no-repeat;background-size:cover;padding:20px;position:relative;color:#fff;cursor:pointer;overflow:hidden;display: inline-block;vertical-align: top;width: calc(16.1728% - 41px);height: calc(100% - 40px);}
.home3 .item.act{/*-ms-flex:1;flex:1;*/width: calc(67.6543% - 41px);}
.home3 .item:first-child{border-left:none;}
.home3 .item:before{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.home3 .item .inner{border:1px solid #fff;display:-ms-flexbox;display:flex;height:100%;position:relative;overflow:hidden;width:100%;}
.home3 .item .fz30{text-align:center;height: 100%;position: relative;width: 100%;font-family: "微软雅黑";}
.home3 .item .fz30 span{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);writing-mode:tb-lr;writing-mode:vertical-lr;}
.home3 .item.act .fz30{width:220px;}
.home3 .item .ul{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;margin-right: 0;}
.home3 .item ul{-ms-flex:1;flex:1;/*width: calc(100% - 355px);*/display:-ms-flexbox;display:flex;overflow:hidden;position: absolute;top: 0;left: 220px;bottom:0;z-index: -1;right: 0;opacity: 0;visibility: hidden;}
.home3 .item ul li{/*display:none;*/font-size: 14px;}
/*.home3 .item.act li{display:block;}*/
.home3 .item.act ul{/*width:auto;*//*position: relative;*/z-index: 1;opacity: 1;visibility: visible;}
.home3 .item li{border-left:1px solid #fff;-ms-flex:1;flex:1;position:relative;}
.home3 .item li a{writing-mode:tb-lr;writing-mode:vertical-lr;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;/*position:absolute;left:0;top:0;right:0;bottom:0;*/width: 100%;height: 100%;}
.home3 .item li a:hover{background:rgba(255,255,255,0.1);}
.home3 .item .btnbox{border-left: 1px solid #fff;/*display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;*/opacity: 0;visibility: hidden;width: 135px;position: absolute;top: 0;right: 0;z-index: 2;overflow: hidden;height: 100%;}
.home3 .item .btnbox .btnwrap{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);}

.home3 .item.sc.act .btnbox{opacity: 1;visibility: visible;/*position: static;*/}
.home3 .item.sc ul{display: block;/*width: calc(100% - 355px);*/right: 135px;}
.home3 .item.sc.act .ul{margin-right: 135px;}

.home3 .slick-arrow{position: static;width: 50px;height:50px;line-height: 50px;border: 1px solid #fff;text-align: center;border-radius: 50%;}
.home3 .slick-arrow:hover{background: rgba(255,255,255,.2);}
.home3 .slick-arrow:after{content: '\e739';font-family: 'icon';font-size: 24px;pointer-events: none;}
.home3 .slick-next{margin-top: 15px;}
.home3 .slick-next:after{content: '\e738'}

.home3 .slick-list,.home3 .slick-list div,.home3 .item ul li{ height: 100%; }

/* 20200603 xf*/
.home3 .links{ height: 382px;}
.home3 .link-item{ position: relative; /*width: 479px;*/ background-size: cover;width: 0;height: auto;-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;-webkit-flex-shrink: 1;-ms-flex-negative: 1;flex-shrink: 1}
.home3 .link-item + .link-item{ margin-left: 78px;}
.home3 .link-item.li1{ background-image: url(../image/xf/img27.jpg);}
.home3 .link-item.li2{ background-image: url(../image/xf/img28.jpg);}
.home3 .link-item.li3{ background-image: url(../image/xf/img29.jpg);}
.home3 .link-item > a{ display: block; padding-bottom: 79.74%;}
.home3 .link-item .fz40{ position: absolute; left: 0; right: 0; top: 50%; text-align: center; color: #fff;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.home4{background:url(../image/bg4.png) center bottom repeat-x;}
.home4 .content{position:relative;}
.home4 .content .b{content:"";background:url(../image/bg3.png) center bottom no-repeat;position:absolute;left:0;bottom:-1px;right:0;transition:all 1.5s ease-out 0s;height:0;background-size:100% auto;}
.home4.showd .content .b{height:109px;}
.home4 .fz40{position:absolute;left:10%;top:50%;transform:translateY(-50%);color:#fff;}
.home4 .content a{position:absolute;left:0;top:0;width:100%;height:100%;}

.home5 .content{position:relative;}
.home5 .title{color:#fff;position:absolute;left:0;right:0;top:50%;transform:translate(0,-50%);padding:0 10%; text-shadow:0 0 5px rgba(0,0,0,0.3);}

.home6 .bg{position:absolute;left:0;top:0;right:0;height:100%;background:url(../image/bg2.png) center top no-repeat;}
.home6 .bg .s1{background:url(../image/bg5_1.png) center top no-repeat;position:absolute;left:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1.5s ease-out 0s;transform-origin:center top;}
.home6 .bg .s2{background:url(../image/bg5_2.png) center top no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:53px;margin-left:-305px;transform:scaleY(0);transition:all 1.5s ease-out 0s;transform-origin:center top;}
.home6 .bg .s3{background:url(../image/bg5_3.png) center top no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:54px;margin-left:251px;transform:scaleY(0);transition:all 1.5s ease-out 0s;transform-origin:center top;}
.home6 .bg .s4{background:url(../image/bg5_4.png) center top no-repeat;position:absolute;right:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1.5s ease-out 0s;transform-origin:center top;}
.home6.showd .bg>span{transform:none;}
.home6 .content{position:relative;padding-top:7px;}
.home6 .content>img{width:100%;height:auto;position:relative;display:block;}
.home6 .list{position:absolute;left:0;top:0;right:0;bottom:0;}
.home6 .item{writing-mode:tb-lr;writing-mode:vertical-lr;height:400px;transform:translateX(-50%);position:absolute;}
.home6 .item:nth-child(1){left:13%;top:12%;}
.home6 .item:nth-child(2){left:42%;top:24%;}
.home6 .item:nth-child(3){left:83%;top:19%;}
.home6 .item:nth-child(1) .fz40{color:#0790be;}
.home6 .item:nth-child(2) .fz40{color:#7b902c;}
.home6 .item:nth-child(3) .fz40{color:#704e8a;}

.home7 .content{background:url(../image/bg6.png) center top no-repeat;}
.home7 .content .block{display:-ms-flexbox;display:flex;}
.home7 .d{-ms-flex:1;flex:1;position:relative;}
.home7 .d .date{font-family:Arial;line-height:1;}
.home7 .d .date b{font-size:50px;}
.home7 .d .h{margin-top:50px;font-size:16px;}
.home7 .d .p{margin-top:10px;}
.home7 .d1 .pic{width:55%;border:15px solid #fff;box-shadow:0 0 20px rgba(0,0,0,0.15);box-sizing:border-box;}
.home7 .d1 .text{position:absolute;right:15px;top:15px;width:50%;background:#b6000c;color:#fff;padding:60px 50px;box-sizing:border-box;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.home7 .d2 .pic{width:100%;border:15px solid #fff;box-shadow:0 0 20px rgba(0,0,0,0.15);box-sizing:border-box;}
.home7 .d2 .text{position:absolute;left:15px;bottom:0;;width:50%;background:#fff;padding:60px 50px;box-sizing:border-box;box-shadow:0 0 15px rgba(0,0,0,0.15);}
.home7 .d2 .p{color:#707070;}

.today1{position:relative;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.today1 .mask{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,0.6);}
.today1 .block{position:relative;color:#fff;padding:12vw 0;}
.today1 .position{position:absolute;left:0;top:0;}
.today1 .text{padding:0 11%;}
.today1 .text p{margin-top:10px;}

.today2{display:-ms-flexbox;display:flex;}
.today2 .pic{width:42%;overflow:hidden;border-radius:15% 0% 15% 0.1px;}
.today2 .content{margin-left:65px;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;width:700px;}
.today2 .content .text{text-align:justify;color: #707070;}
.today2 .list{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;}
.today2 .list .item{text-align:center;}
.today2 .list .item .h{font-size:16px;line-height:1;}
.today2 .list .item .h b{font-size:60px;font-family:Impact;}

.today3{background:url(../image/bg9.png) center top no-repeat;}

.today4 .bg{position:absolute;left:0;top:0;right:0;height:100%;background:url(../image/bg2.png) center top no-repeat;}
.today4 .bg .s1{background:url(../image/bg2_1.png) center top no-repeat;position:absolute;left:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.today4 .bg .s2{background:url(../image/bg2_5.png) center top no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:53px;margin-left:-230px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.today4 .bg .s3{background:url(../image/bg2_6.png) center top no-repeat;position:absolute;left:50%;top:7px;bottom:0;width:54px;margin-left:200px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.today4 .bg .s4{background:url(../image/bg2_4.png) center top no-repeat;position:absolute;right:-1px;top:7px;bottom:0;width:3px;transform:scaleY(0);transition:all 1s ease-out 0s;transform-origin:center top;}
.today4.showd .bg>span{transform:none;}
.today4 .block{position:relative;}
.today4 .list{display:-ms-flexbox;display:flex;}
.today4 .item{-ms-flex:1;flex:1;margin-left:60px;position:relative;color:#fff;}
.today4 .item img{width:100%;height:auto;}
.today4 .item:first-child{margin-left:0;}
.today4 .item .mask{position:absolute;left:0;top:0;right:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;background:rgba(0,0,0,0.3);}
.today4 .item .mask .text{display:none;padding:40px;}
.today4 .item .mask .text p{margin-bottom:10px;}
.today4 .item .mask .h{height:68px;font-size:20px;text-align:center;padding:0 0 0 85px;line-height:50px;}
.today4 .item:nth-child(1) .mask .h{background:url(../image/png8_1.png) center center no-repeat;line-height:80px;padding:0 85px 0 0;}
.today4 .item:nth-child(2) .mask .h{background:url(../image/png8_2.png) center center no-repeat;}
.today4 .item:nth-child(3) .mask .h{background:url(../image/png8_3.png) center center no-repeat;}
.today4 .item:hover .mask{-ms-flex-pack:start;justify-content:flex-start;}
.today4 .item:hover .mask .text{display:block;}

.today5{position:relative;}
.today5 .d .box{display:-ms-flexbox;display:flex;}
.today5 .pic{width:50%;}
.today5 .text{width:50%;background:url(../image/bg10.png) center center no-repeat;background-size:cover;color:#fff;}
.today5 .text .inner{width:615px;padding-left:160px;box-sizing:border-box;display:-ms-flexbox;display:flex; -ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%;}
.today5 .tabs{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;}
.today5 .tabs a{display:block;width:70px;height:140px;background:#fff;writing-mode:vertical-rl;writing-mode:tb-lr;font-size:22px;line-height:70px;border-radius:0 30px 0 30px;margin:20px 0;text-align:center;position:relative;}
.today5 .tabs a:first-child{border:10px solid #0790be;border-top-color:#06769b;border-right-color:#06769b;}
.today5 .tabs a:first-child.now:after{content:"";position:absolute;left:100%;margin-left:10px;top:50%;border:10px solid transparent;border-left-color:#06769b;margin-top:-5px;}
.today5 .tabs a:last-child{border:10px solid #7b902c;border-top-color:#697d1c;border-right-color:#697d1c;}
.today5 .tabs a:last-child.now:after{content:"";position:absolute;left:100%;margin-left:10px;top:50%;border:10px solid transparent;border-left-color:#697d1c;margin-top:-5px;}

.today6 .block{display:-ms-flexbox;display:flex;}
.today6 .dl{width:43%}
.today6 .dl .text{background:#b6000c;color:#fff;padding:50px;}
.today6 .dl .pic{background:#530005;padding:40px 50px;max-height:400px;text-align:center;}
.today6 .dl .pic img{width:auto;}
.today6 .dr{width:57%;}
.today6 .dr .list{background:url(../image/bg9.png);padding:60px 45px 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}
.today6 .dr .item{width:calc(50% - 6px);text-align:center;color:#fff;margin-bottom:40px;}
.today6 .dr .item .fz22{margin-top:15px;}

.today7{position:relative;}
.today7 .bg{background:url(../image/bg10.png);width:50%;height:100%;position:absolute;left:0;top:0;}
.today7 .block{position:relative;display:-ms-flexbox;display:flex;}
.today7 .text{width:43%;padding-right:70px;box-sizing:border-box;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;}
.today7 .list{width:57%;padding-bottom:60px;}
.today7 .list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}
.today7 .item{width:calc(50% - 10px);color:#fff;margin-top:20px;position:relative;}
.today7 .item img{width:100%;height:auto;}
.today7 .item:first-child{width:100%;margin-top:0;}
.today7 .item .fz22{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.5);color:#fff;}
.today7 .item .fz22 a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 60px;height:100%;}

.today8 .content{position:relative;}
.today8 .content:after{content:"";background:url(../image/bg3.png) center bottom no-repeat;position:absolute;left:0;bottom:0;right:0;transition:all 1.5s ease-out 0s;height:0;background-size:100% auto;}
.today8.showd .content:after{height:109px;}
.today8 .mask{position:absolute;left:0;top:0;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;color:#fff;background:rgba(0,0,0,0.5);}
.today8 .mask .title{width:100%;box-sizing:border-box;}
.today8 .title .p{padding:0 15%;}

.today9 .title{padding:0 15%;}
.today9 .title .p{color:#707070;}
.today9 .content{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;}
.today9 .l{width:40%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;}
.today9 .c{max-width:20%;}
.today9 .r{width:40%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;}
.today9 .l .d1{border:10px solid #c76b1d;border-radius:0 100px 0 100px;overflow:hidden; width: calc(100% - 20px); }
.today9 .l .d2{border:10px solid #c76b1d;border-radius:100px 0 100px 0;overflow:hidden;width:80%;margin-top:-10px;}
.today9 .r .d1{border:10px solid #c76b1d;border-radius:100px 0 100px 0;overflow:hidden; width: calc(100% - 20px);}
.today9 .r .d2{border:10px solid #c76b1d;border-radius:0 100px 0 100px;overflow:hidden;width:80%;margin-top:-10px;}

.today10{background:url(../image/bg9.png) center top;height:35vw;}
.today10 .block{display:-ms-flexbox;display:flex;height:100%;}
.today10 .pic{height:90%;width:50%;padding:90px 65px;position:relative;background:#820f17;box-sizing:border-box;transform:translateY(120px);text-align:center;box-shadow:0 0 40px rgba(0,0,0,0.25);}
.today10 .pic img{width:auto;max-height:100%;}
.today10 .pic:before{content:"";background:url(../image/png7_1.png) center center no-repeat;height:62px;background-size:cover;position:absolute;left:0;top:0;right:0;}
.today10 .pic:after{content:"";background:url(../image/png7_2.png) center center no-repeat;height:62px;background-size:cover;position:absolute;left:0;bottom:0;right:0;}
.today10 .text{width:50%;color:#fff;box-sizing:border-box;padding-left:75px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;}

.today11{height:30vw;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.today11 .bg{background:rgba(0,0,0,0.5);height:100%;}
.today11 .block{position:relative;height:100%;}
.today11 .title{position:absolute;left:0%;right:0;top:50%;transform:translate(0,-50%);padding:0 15%;color:#fff;}


/* 2020-05-25修改lyj */
@media not all and (min-resolution:.001dpcm) {
    .home6 .content .list .item .fz40.fs{margin-right: 20px;}
}
