@charset "utf-8";
/* CSS Document */
body{min-width: 1280px;}
.container{ width: 1200px; margin: auto;}
#header{ width: 100%; height: auto; background: #fff; border-bottom: 4px solid #008dcd;}
.top{ height: 35px; background: #008dcd; display: flex; align-items: center;}
.top .container{ display: flex; justify-content: space-between; align-items: center;}
.top p{ color: #fff; font-size: 14px;}
.top p a{ display: inline-block; height: 16px; line-height: 16px; padding: 0 10px; color: #fff;}
.top p a:hover{ text-decoration: underline;}
.top .tlist a{ padding-left: 40px; padding-right: 20px; border-right: 1px solid rgba(255,255,255,0.3);}
.top .tlist a:nth-child(1){ background: url(../images/icon01.png) no-repeat 20px center;}
.top .tlist a:nth-child(2){ background: url(../images/icon02.png) no-repeat 20px center;}
.top .tlist a:nth-child(3){ background: url(../images/icon03.png) no-repeat 20px center;}
.top .tlist a:nth-child(4){ background: url(../images/icon04.png) no-repeat 20px center;}
#header .box .container{ display: flex; justify-content: space-between; flex-wrap: wrap;}
#header .logo,#header .rbox{ width: 50%; padding: 20px 0;}
#header .rbox{ display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; align-items: center;}
#header .rbox .search{ margin: 0 15px;}
#header .rbox .search input{ height: 35px; line-height: 35px; float: left;}
#header .rbox .search input.key{ width: 200px; padding: 0 10px; border:1px solid #008dcd; box-sizing: border-box;}
#header .rbox .search input.btn{ width: 40px; border: 0; cursor: pointer; background: url(../images/search.png) no-repeat center #008dcd;}
#header .rbox .tel p{font-size: 12px; color: #aaa; line-height: 12px;}
#header .rbox .tel h3{ color: #da0000; font-size: 22px; line-height: 24px; font-weight: normal;}
.nav{ position: relative; z-index: 9999; width: 100%; height: 45px; line-height: 45px; border-top: 1px solid #eee;}
.nav ul{display: flex; justify-content: space-between; padding: 0 25px;}
.nav ul li > a{ position: relative; display: inline-block; padding: 0 20px; font-weight: bold;}
.nav ul li > a::before{content: ""; display: block; width: 0; height: 4px; background: #da0000; bottom: -4px; left: 0; position: absolute; z-index: 1; transition: all .5s;}
.nav ul li:hover > a::before{ width: 100%; }
.nav ul li.active > a,.nav ul li:hover > a{ color: #da0000;}
.nav ul li .submenu{ display: flex; justify-content: start; flex-wrap: wrap;  position: absolute; width: 100%; max-height: 0; overflow: hidden; left: 0; top: 45px; padding:0 30px; box-sizing: border-box; background:#eee;transition: all .5s;}
.nav ul li:hover .submenu{max-height: 1000px; border-top: 1px solid #ddd;}
.nav .submenu .item{ padding: 0 25px; border-right: 1px solid #ddd; margin: 15px 0; box-sizing: border-box; width: 20%;}
.nav .item h3{ position: relative; line-height: 24px; padding-bottom: 10px; font-size: 14px;}
.nav .item h3::before{ position: absolute; content: ""; width: 3px; height: 14px; background: #da0000; left: -8px; top: 5px;}
.nav .item p{ font-size: 14px; line-height: 24px;}
.nav .item a:hover{ text-decoration: underline;}
.nav .item:nth-child(5n),.nav .item:last-child{ border: 0;}
#nav{ width: 100%; height: 40px;}
#banner{width: 100%; height: auto;cursor:pointer;}
#banner .swiper-container{width:100%;margin:0 auto;height:auto}
#banner .swiper-slide{position:relative}
#banner .img-fix{overflow:hidden}
#banner .swiper-container img{width:100%;height:100%;display:block}
#banner .bottom-nav{width:100%;text-align:center;position:absolute;bottom:10px;z-index:10}
#banner .swiper-pagination{position:relative;display:inline-block;height:29px;vertical-align:middle}
#banner .swiper-pagination-bullet{ position: relative; border-radius:6px;width:12px;height:12px;background:#fff;opacity:.8;box-sizing:border-box;margin:0 15px;vertical-align:middle;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s}
#banner .swiper-pagination-bullet-active::before{ content: ""; z-index: -1; position: absolute; left: -4px; top: -4px; border-radius:10px;width:20px;height:20px; background: rgba(255,255,255,0.3);}

#wrapper{ width: 100%; height: auto; padding: 30px 0; overflow: hidden;}
.page01,.page02{ padding: 30px 0;}
.page01 .tit{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 30px;}
.page01 .tit h3{ height: 24px; line-height: 24px; position: relative; font-size: 24px; padding-left: 15px;}
.page01 .tit h3::before{ content: ""; display: block; width: 4px; height: 24px; background: #da0000; position: absolute; left: 0; top: 0;}
.page01 .tit a{ display: inline-block; padding: 5px 15px; border: 1px solid #ddd; font-size: 14px;}
.page01 .box .img{ overflow: hidden; padding: 5px; border: 1px solid #ddd; display: flex; align-items: center;}
.page01 .box .txt h3{ font-size: 16px; padding: 10px 0;}
.page01 .box .txt p{ font-size: 14px; color: #666;}
.page01 .box a:hover h3{ color: #008dcd;}
.page01 .box a img{ transition: all .5s;}
.page01 .box a:hover img{ transform: scale(1.1);}
.page02 .container{ display: flex; justify-content: space-between;}
.page02 .item{ width: 31%; border-radius: 5px; overflow: hidden;}
.page02 .item a{ display: block; position: relative;}
.page02 .item h3{ position: absolute; line-height: 40px; width: 100%; height: auto; padding: 30px; top: 0; left: 0; color: #fff; font-size:24px;}
.page02 .item span{ position: relative; font-size: 14px; font-weight: normal;}
.page02 .item span::before{ content: ""; width: 20px; height: 2px; background: #fff; position: absolute; top: -10px; left: 0;}
.page02 .item a img{ transition: all .5s;}
.page02 .item a:hover img{ transform: scale(1.1);}

#footer{ background: #444;}
#footer .box{ padding: 50px 0;}
#footer .box .container{ display: flex; justify-content: space-between;}
#footer .box .item{ width: 20%; line-height: 24px;}
#footer .box .item h2{ position: relative; padding-bottom: 10px; margin-bottom: 10px; font-size: 18px; border-bottom: 1px solid #888; font-weight: normal; color: #fff;}
#footer .box .item h2::before{ content: ""; position: absolute; bottom: -2px; left: 0; display: block; width: 40px; height: 3px; background: #888;}
#footer .box .item a{ font-size: 14px; display: block; padding-left: 10px; color: #ccc; background: url(../images/dot1.png) no-repeat left center;}
#footer .box .item a:hover{ text-decoration: underline; color: #fff;}
#footer .box .item .img{ display: flex; flex-direction: column; text-align: right;}
#footer .box .item img{ border: 6px solid #222; float: right; max-width: 100px;}
#footer .box .item p{ color: #fff; font-size: 14px;}
#footer .copy{ height: 50px; line-height: 50px; background: #2e2e2e; width: 100%; text-align: center; color: #aaa; font-size: 12px;}
#footer .copy a{ display: inline-block; padding: 0 5px; color: #aaa;}
#footer .copy a:hover{ text-decoration: underline;}