@charset "utf-8";

.banner{ position:relative; width:100%;  }
.banner .bd{ width:1920px; position:relative; left:50%; margin-left:-960px;  z-index:1;}
.banner .bd ul li{ width:1920px;height: 682px;display: block;overflow: hidden;}
.banner .bd img{vertical-align: bottom;width:100%;height: auto;transition: all 5.5s;}
.banner .hd{ width:1920px; left:50%; margin-left:-960px; position:absolute; bottom:50px; z-index:3; text-align:center;display: none;}
.banner .hd ul{ display:inline-block; }
.banner .hd ul li{ width:7px; height:7px; background:#fff; margin:0 2px;border-radius: 20px;  *display:block; display:inline-block; vertical-align:top; cursor:pointer;list-style: none;float: left;transition: all 0.3s ease-in-out;text-indent: 9999px}
.banner .hd ul .on{ background:#d7000e;width: 32px;}

/*.banner a.prev, .banner a.next{ width:36px; height:36px; position:absolute; top:50%; margin-top:-18px; z-index:15; }
.banner a.prev{ left:5%; background:url(ols_02.png) no-repeat; }
.banner a.next{ right:5%; background:url(ols_03.png) no-repeat; }
.banner:hover a.prev, .banner:hover a.next{ opacity:1; }*/


.banner .con{display: none}

.s1{padding: 110px 0 0;}
.s1 .aArea{float: left;width: 330px;}
.s1 .aArea .h{font-size: 32px;color: #e42021;font-weight: bold;padding-bottom: 38px;position: relative;line-height: 1}
.s1 .aArea .h::after{content: '';position: absolute;bottom: 0;left: 0;width: 65px;height: 9px;background: #e42021}
.s1 .aArea .cont{font-size: 16px;line-height: 2;color: #333333;margin-top: 33px;}
.s1 .aArea .m{margin-top: 38px;}
.s1 .aArea .m a{font-size: 14px;color: #333333;width: 120px;height: 36px;line-height: 36px;text-align: center;display: block;border: 3px solid #c10405;border-radius: 20px;}
.s1 .bArea{float: left;width: 435px;position: relative;height: 525px;margin-left: 24px;}
.s1 .bArea .aBox{position: absolute;left: 0;bottom: 0;z-index: 2;border: 10px solid rgba(255,255,255,.43);border-radius: 10px;overflow: hidden;cursor: pointer;}
.s1 .bArea .aBox img{display:block;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all .5s;max-width: 100%;}
.s1 .bArea .aBox:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); }
.s1 .bArea .bBox{position: absolute;right: 0;top: 0;z-index: 1;overflow: hidden;}
.s1 .bArea .bBox img{display:block;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all .5s;max-width: 100%;}
.s1 .bArea .bBox:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); }
.s1 .cArea{float: right;width: 346px;}
.s1 .cArea .item{}
.s1 .cArea .item a{display: block;height: 172px;box-sizing: border-box;border-top: 1px solid #c1c1c1;padding: 43px 40px;}
.s1 .cArea .item:last-child a{border-bottom: 1px solid #c1c1c1}
.s1 .cArea .item .icon{width: 76px;height: 76px;float: left;transition: .5s ease}
.s1 .cArea .item .txt{width: 170px;float: right;padding-top: 8px;}
.s1 .cArea .item .txt .h{font-size: 24px;color: #333333;font-weight: bold;}
.s1 .cArea .item .txt .h span{color: #e42021}
.s1 .cArea .item .txt .p{font-size: 14px;color: #888888;margin-top: 3px;}
.s1 .cArea .item:hover .icon{transform: rotateY(360deg);}

.s2{background: url(bg_01.jpg) no-repeat bottom center;background-size: cover;padding: 120px 0 20px}
.s2 .s2-c{}
.s2 .s2-c .leftArea{width: 800px;float: left;position: relative;}
.s2 .s2-c .leftArea::after{content: '';position: absolute;left: -361px;bottom: -44px;background: url(ico_04.png) no-repeat;width: 513px;height: 257px;}
.s2 .s2-c .leftArea .ti{font-size: 32px; color: #ffffff;font-weight: bold;margin-bottom: 26px;line-height: 1;position: relative;z-index: 3}
.s2 .s2-c .leftArea .innerBox{width: 848px;height: 431px;background: #fff;box-sizing: border-box;padding: 68px 90px 0 50px;position: relative;z-index: 3}
.s2 .s2-c .leftArea .innerBox .item{box-sizing: border-box;}
.s2 .s2-c .leftArea .innerBox .item .lBox{float: left;width: 285px;}
.s2 .s2-c .leftArea .innerBox .item .lBox .h{line-height: 1;margin-bottom: 22px;}
.s2 .s2-c .leftArea .innerBox .item .lBox .h a{font-size: 24px;color: #333333;font-weight: bold;}
.s2 .s2-c .leftArea .innerBox .item .lBox .h a:hover{color: #e42021}
.s2 .s2-c .leftArea .innerBox .item .lBox .cont{font-size: 14px;color: #333333;line-height: 24px;}
.s2 .s2-c .leftArea .innerBox .item .rBox{float: right;width: 400px;overflow: hidden;position: relative;}
.s2 .s2-c .leftArea .innerBox .item .rBox img{display:block;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all .5s;max-width: 100%;}
.s2 .s2-c .leftArea .innerBox .item:hover .rBox img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); }
.s2 .s2-c .prev{width: 30px;height: 20px;background: url(prev.png) no-repeat;position: absolute;left: 47px;bottom: 40px;z-index: 4;cursor: pointer;}
.s2 .s2-c .next{width: 30px;height: 20px;background: url(next.png) no-repeat;position: absolute;left: 97px;bottom: 40px;z-index: 4;cursor: pointer;}
.s2 .s2-c .rightArea{width: 395px;height: 541px;float: right;padding: 58px 0;background: url(ico_03.png) no-repeat;position: relative;z-index: 5}
.s2 .s2-c .rightArea ul li{height: 54px;}
.s2 .s2-c .rightArea ul li a{display: block;position: relative;line-height: 54px;text-align: left;font-size: 18px;color: #ffffff;box-sizing: border-box;padding-left: 125px;}
.s2 .s2-c .rightArea ul li a::after{content: '';position: absolute;width: 9px;height: 14px;background: url(ico_02.png) no-repeat;left: 83px;top: 50%;margin-top: -7px}
.s2 .s2-c .rightArea ul li.on a{background: #e42021}

.s3{padding: 120px 0}
.s3 .leftArea{float: left;width: 260px;height: 547px;box-sizing: border-box;padding-top: 42px;background: #e42021;position: relative;}
.s3 .leftArea .hd ul li{height: 69px;line-height: 69px;position: relative;}
.s3 .leftArea .hd ul li::after{content: '';position: absolute;bottom: 0;width: 174px;height: 1px;background: rgba(255,255,255,.4);left: 50%;margin-left: -87px;}
.s3 .leftArea .hd ul li a{display: block;font-size: 18px;color: #ffffff;padding-left: 80px;}
.s3 .leftArea .hd ul li.on a{padding-left: 110px;background: #292929}
.s3 .leftArea .hd ul li.on::after{display: none}
.s3 .leftArea .swiper-pagination{font-size: 16px;color: #f77172;vertical-align: bottom;bottom: 32px;text-align: left;box-sizing: border-box;padding-left: 80px;background: url(ico_06.png) no-repeat 165px center;}
.s3 .leftArea .swiper-pagination .swiper-pagination-current{font-size: 24px;color: #ffffff;padding-left: 12px;position: relative;}
.s3 .leftArea .swiper-pagination .swiper-pagination-current::after{content: '0';position: absolute;left: -4px;font-size: 24px;top: -2px;color: #fff}
.s3 .leftArea .swiper-pagination .swiper-pagination-total{position: relative;padding-left: 9px;}
.s3 .leftArea .swiper-pagination .swiper-pagination-total::after{content: '0';position: absolute;left: -2px;font-size: 16px;top: -1px;color: #f77172}
.s3 .rightArea{float: right;width: 940px;}
.s3 .rightArea .numList{}
.s3 .rightArea .numList .item{width: 300px;float: left;text-align: center;position: relative;}
.s3 .rightArea .numList .item::after{content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 64px;margin-top: -32px;background: #dadada}
.s3 .rightArea .numList .item:last-child::after{display: none}
.s3 .rightArea .numList .item .h{font-size: 14px;color: #333;vertical-align: bottom;}
.s3 .rightArea .numList .item .h span{font-size: 42px;font-weight: bold;font-family: Impact;margin-right: 3px;line-height: 1}
.s3 .rightArea .numList .item .p{font-size: 14px;color: #333;margin-top: 5px;}
.s3 .rightArea .zs-swiper{margin-top: 45px;}
.s3 .rightArea .zs-swiper .swiper-slide{position: relative;overflow: hidden;}
.s3 .rightArea .zs-swiper .swiper-slide img{display:block;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all .5s;max-width: 100%;}
.s3 .rightArea .zs-swiper .swiper-slide:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); }
.s3 .rightArea .zs-swiper .swiper-slide a{display: block;}
.s3 .rightArea .zs-swiper .swiper-slide .mask{position: absolute;bottom: 0;left: 0;width: 100%;background: rgba(0,0,0,.8);box-sizing: border-box;height: 160px;padding: 45px 150px 0 40px;}
.s3 .rightArea .zs-swiper .swiper-slide .mask .h{font-size: 24px;color: #ffffff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.s3 .rightArea .zs-swiper .swiper-slide .mask .p{font-size: 14px;color: #ffffff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top: 5px;}

.s4{padding: 90px 0 120px;background: url(bg_02.jpg) no-repeat center center;background-size: cover;}
.s4 .topArea{font-size: 32px;color: #ffffff;font-weight: bold;text-align: center;padding-bottom: 15px;position: relative;}
.s4 .topArea::after{content: '';position: absolute;bottom: 0;left: 50%;width: 50px;height: 2px;background: #ce020d;margin-left: -25px;}
.s4 .case-list{margin-top: 14px;}
.s4 .case-list .hd{margin-bottom: 22px;text-align: center;height: 11px;}
.s4 .case-list .hd ul li{display: inline-block;width: 11px;height: 11px;border-radius: 100%;background: #b5b5b5;transition: .5s ease;text-indent: 99999px;margin: 0 4px;cursor: pointer;}
.s4 .case-list .hd ul li.on{background: #d41920}
.s4 .case-list .bd ul{width: 1220px;}
.s4 .case-list .bd ul li{overflow: hidden;position: relative;float: left;margin-right: 6px;}
.s4 .case-list .bd ul li .mask{width: 295px;background: #d7141d;box-sizing: border-box;padding: 32px ;height: 95px;transition: .5s ease}
/*.s4 .case-list .bd ul li:hover .mask{transform: translateY(-100%);}*/
.s4 .case-list .bd ul li .h{font-size: 16px;color: #ffffff;padding-top: 10px;border-top: 3px solid #fff;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-right: 60px;background: url(ico_07.png) no-repeat right center;}
.s4 .part-list{margin-top: 15px;}
.s4 .part-list ul{width: 1220px;}
.s4 .part-list ul li{float: left;width: 195px;margin-right: 5px;margin-bottom: 5px;overflow: hidden;}
.s4 .part-list ul li img{display:block;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all .5s;max-width: 100%;}
.s4 .part-list ul li:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); }

.s5{padding: 75px 0}
.s5 .hotNews{float: left;width: 514px;}
.s5 .hotNews .pic{width: 514px;overflow: hidden;}
.s5 .hotNews .pic img{display:block;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all .5s;max-width: 100%;}
.s5 .hotNews .pic:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1); }
.s5 .hotNews .txt{padding-top: 16px;}
.s5 .hotNews .txt .h a{font-size: 16px;color: #000000;padding-left: 26px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;position: relative;}
.s5 .hotNews .txt .h a::after{content: '';position: absolute;left: 0;top: 50%;margin-top: -1px;background: #333842;width: 12px;height: 3px;transition: .5s ease}
.s5 .hotNews:hover .txt .h a{color: #e42021}
.s5 .hotNews:hover .txt .h a::after{background: #e42021}
.s5 .hotNews .txt .cont{font-size: 12px;line-height: 18px;color: #888888;margin-top: 5px;margin-left: 26px;height: 36px;overflow: hidden;}
.s5 .hotNews .txt .m{margin-top: 30px;margin-left: 26px;}
.s5 .hotNews .txt .m .more{display: block;width: 80px;height: 22px;line-height: 22px;text-align: center;font-size: 12px;color: #888888;border: 1px solid #888;}
.s5 .hotNews .txt .m .more:hover{color: #e42021;border:1px solid #e42021;}
.s5 .newsList{float: right;width: 665px;}
.s5 .newsList .item{margin-bottom: 9px;}
.s5 .newsList .item:last-child{margin-bottom: 0}
.s5 .newsList .item a{display: block;padding: 10px 75px 10px 10px;background: #f4f4f4;height: 100px;box-sizing: border-box;}
.s5 .newsList .item .time{width: 90px;text-align: center;float: left;}
.s5 .newsList .item .time .h{font-size: 36px;color: #666666;transition: .5s}
.s5 .newsList .item .time .p{font-size: 12px;color: #666666;transition: .5s}
.s5 .newsList .item .txt{width: 460px;float: right;padding-top: 3px;}
.s5 .newsList .item .txt .h{font-size: 16px;color: #222222;height: 30px;line-height: 30px;position: relative;transition: .5s}
.s5 .newsList .item .txt .h::after{content: '';position: absolute;left: -18px;top: 14px;width: 12px;height: 3px;background: #333842;transition: .5s}
.s5 .newsList .item .txt .cont{font-size: 12px;line-height: 18px;color: #888888;margin-top:2px;transition: .5s}
.s5 .newsList .item:hover a{background: #e42021}
.s5 .newsList .item:hover .time .h{color: #fff}
.s5 .newsList .item:hover .time .p{color: #fff}
.s5 .newsList .item:hover .txt .h{color: #fff}
.s5 .newsList .item:hover .txt .cont{color: #fff}
.s5 .newsList .item:hover .txt .h::after{background: #fff}

.videoBoxMask{position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 9999;display: none;background: rgba(0,0,0,.4);}
.videoBox{position: fixed;top: 50%;width: 1200px;height: 675px;left: 50%;z-index: 9;margin-top: -337px;margin-left: -600px;}
.videoBox #close{width: 25px;height: 25px;background: url(close.png) no-repeat;background-size: contain;position: absolute;top: -30px;right: -30px;cursor: pointer;}
.videoBox video{width: 100%;height: auto;}

.s5_t{text-align: center;font-size: 30px;font-weight: bold;color: #333;margin-bottom: 45px;}