📖 File Reader
@charset "utf-8";
/* header&foot */
.box{width: 1440px; margin: 0 auto; max-width: 92%;}
header{position: fixed; left: 0; top: 0;width: 100%; z-index: 9992; box-shadow: 0px 2px 4px rgba(0,0,0,0.1); background-color: rgba(0,0,0,0.5); color: #fff;}
a,img{color: #333; transition: 0.3s;}
a:hover{ color: #0561ac;}
.head{ width: 100%;}
.headbox{ height: 100px;}
.headbox.box{ width: 92%;}
.logo{ height: 55px;}
.logo img{ display: block; height: 100%;}
nav{ height: 100%; display: flex;align-items: center; justify-content: space-between; flex-wrap: wrap; flex: 1; margin: 0 5%;}
.nav-item{position: relative;height: 100%;}
.nav-box{display: flex;align-items: center; flex-wrap: wrap; justify-content: space-between; width: 100%; height: 100%;}
.mc{display: none}
.first-nav{ height: 100%; width: 100%;}
.first-nav a{ color: #fff; font-size:18px; display: flex; align-items: center; justify-content: center; height: 100%; position: relative; transition: 0.3s;}
.first-nav a i{display: none; margin-left: 10px; transition: 0.3s;}
.first-nav a i::before{content: "\e600";}
.first-nav.focus i{transform: rotate(180deg);}
.first-nav.on a em{width: 100%;}
.first-nav a em{ position: absolute; left: 0; top: 0; width: 100%; background-color: #fff; height: 3px; width: 0; overflow: hidden; transition: 0.3s;}
.second-nav{position: absolute; left: 50%; top: 80px; background: #fff; box-sizing: border-box;z-index: 99; max-height: 0; overflow: hidden; opacity: 0; transition: 0.3s; min-width: 100%; transform: translateX(-50%); background-color: rgba(255,255,255,0.9);box-shadow: 0px 2px 4px rgba(0,0,0,0.1); }
.second-nav a{color: #333; display: block;text-align: center; font-size: 16px; line-height: 3; transition: 0.3s; white-space: nowrap; padding: 0 30px;}
.second-nav a:hover{ background-color: #0561ac; color: #fff;}
.nav-item:hover .first-nav a em{ width: 100%;}
.nav-item:hover .second-nav{ max-height: 1000px; opacity: 1;}
.mBtn{ width: 40px; height: 40px; border-radius: 4px;cursor: pointer; box-sizing: border-box;display: none;}
.mBtn span{ display: block; width: 26px;}
.mBtn span i{width: 100%; height: 2px; background: #fff; display: block; margin: 0 auto; margin-top: 5px; transition: 0.5s;}
.mBtn span i:first-child{margin-top: 0;}
.mBtn.active{ background-color:transparent;}
.mBtn.active span i:nth-child(1){transform: rotate(45deg) translateY(4px) translateX(4px);}
.mBtn.active span i:nth-child(2){transform: rotate(-45deg) translateY(-1px) translateX(1px);}
.mBtn.active span i:nth-child(3){ width: 4px;}
.sousou{border: 1px solid #0561ac; box-sizing: border-box; height: 40px;border-radius: 40px;position: relative; min-width: 260px; width: 17%;}
.sousou form{ width: 100%; height: 100%;}
.souk{ width: calc(100% - 70px); box-sizing: border-box; border: none; background: transparent; padding: 0 24px; font-size: 16px;}
.sousou input::-webkit-input-placeholder {color:#8691a5;}
.sous{ width: 70px; display: flex; height: calc(100% + 2px);justify-content: center; align-items: center; cursor: pointer; background-color: #0561ac; border-radius: 40px; transition: 0.3s; position: absolute; top: -1px; right: -1px;}
.sous img{ display: block; width:24px;}
.sous:hover{ background-color: #10538d;}
.sous.active{ display: none;}
.gb{ position: absolute; left: 50%; top: -60px; transform: translateX(-50%); z-index: 996;display: block; width: 30px; height: 30px;}
.topsou{ font-size: 16px; cursor: pointer;}
.topsou img{ margin-right: 10px;}
.banner{ width: 100%; height:auto;}
.swiper {width: 100%;/* height: 100%; */}
.swiper-slide img {display: block; width: 100%; height: auto; object-fit: cover;}
/* .swiper-slide.swiper-slide-active img{animation: scroll1 6s linear infinite;} */
@keyframes scroll1 {
0%{ transform: scale(1);}
100%{transform: scale(1.02);}
}
.swiper-pagination-bullet{color: #fff; font-size: 16px; background-color: transparent; position: relative; padding-right: 20px; opacity: 1; height: 20px;line-height: 20px; font-family: Arial;}
.swiper-pagination-bullet-active{ font-weight: bold; padding-right: 24px;}
.swiper-pagination-bullet::after{ content: ""; display: block; width: 10px; height: 1px; background-color: #fff; position: absolute; right: 0; top: 50%; opacity: 0;}
.swiper-pagination-bullet-active::after{opacity: 1;}
.swiper-pagination{ left: 0; width: auto!important;display: flex; top: 50%; transform: translateY(-50%);}
.ban_bg{ width: 100%; height: 100%;}
.bannerfu{ position: absolute; left: 50%; transform: translateX(-50%); bottom:15px; z-index: 9990; }
.swiper-button-next::after,.swiper-button-prev::after{ font-size: 0;}
.swiper-button-prev,.swiper-button-next{ width: 39px; transition: 0.3s; top: 50%!important; margin: 0!important; transform: translateY(-50%)!important; opacity: 0.8;}
.swiper-button-prev img,.swiper-button-next img{ width: 100%; display: block;}
.banner .swiper-button-prev{ left: auto; right: 68px;}
.swiper-button-prev:hover,.swiper-button-next:hover{ opacity: 1;}
.shub{ margin: 0 auto; width: 4em; font-size: 14px; color: #fff; text-align: center;animation: dup 3s linear infinite;}
.shub img{ width: 22px; display: block; margin: 0 auto; margin-bottom: 5px;}
@keyframes dup {
0%{transform:translateY(0px);}
50%{transform:translateY(-20px);}
100%{transform:translateY(0px); }
}
footer{ width: 100%; color: #89888b; background-color: #201f25; overflow: hidden; padding-top: 40px;}
footer a{color: #afafaf;}
/* .xian{ width: 100%; height: 1px; background-color: #454449;} */
.ftcon{ width: 100%;}
.ftdi{ padding: 25px 0; line-height: 2;flex-wrap: wrap; text-align: center; border-top: 1px solid #454449; margin-top: 50px;}
.ftdi i{ padding:0 5px;}
.ft1,.ft2{ display: flex; margin-top: 20px;}
.erweima img{ width:125px; height: 125px; display: block; padding: 10px; border: 1px solid #888;}
.ft1box{ width: 230px; margin-left: 35px; font-size: 16px; line-height: 1.8;}
.ft1box img{width: 53px; margin-bottom: 5px;}
.ft1box h3{ font-size: 32px; font-family: Arial; font-weight: bold;line-height: 1.2;}
.ft2{ flex: 1; margin-left: 30px; padding-left: 30px; border-left: 1px solid #454449;}
.ft2 h2 a{ font-size: 16px; color: #89888b;}
.ft2 span{ display: block; margin-top: 20px; line-height: 2;}
.ft2 span a:hover{ text-decoration: underline; }
.ft2 a:hover{color: #fff;}
.tu h1{ position: relative; width: 100%; overflow: hidden;}
.tu h1::before{ content: ""; display: block; padding-top: 80%;}
.tu h1 img{position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; display: block;transition: 0.3s;}
.tu:hover h1 img{ transform: scale(1.1);}
section{position: relative;width: 100%; padding: 40px 0;}
main{width:1440px; margin: 0 auto; max-width: 92%;}
.concc{ height: 100%; display: flex; align-items: center;}
.title{ width: 100%;position: relative;z-index: 2; margin-bottom: 40px;}
.title h2{ font-size: 36px; position: relative; line-height: 1.1; padding-bottom: 20px; }
.title h2 i{ width: 50px; height: 4px; background-color: #0561ac; position: absolute; left: 0; bottom: 0;}
.title h3{ position: absolute;left: 0;text-transform: uppercase; top: 50%; transform: translateY(-50%); font-size: 100px; font-weight: bold; color: #f2f2f2; z-index: -1; width: 100%; box-sizing: border-box; padding-left: 5.7%;}
.more{ width: 190px; height: 46px; font-size: 16px; color: #fff; display: flex; align-items: center; justify-content: center; background-color: #0561ac; border-radius: 46px;}
.more:hover{ color: #fff; box-shadow: 0px 5px 5px rgba(0,0,0,0.2); transform: translateY(-2px);}
@keyframes daxiao {
0% { transform: scale(0.8);}
50% {transform: scale(1);}
100% {transform: scale(0.8);}
}
/* 弹窗 */
.tkceng{ position: fixed; width: 100%; height: 100%; z-index: 9996; left: 0; top: 0; background: rgba(0,0,0,0.8); display: none; transition: 0.3s; opacity: 0;}
.tkbox{ position: fixed; width: 400px;z-index: 9997; left: 50%;top:50%;transform: translate(-50%,-50%); border-radius: 50px; background-color: #fff;background: rgba(255,255,255,1);box-sizing: border-box;display: none; max-width: 92%; animation:top 1s}
.tkceng.active,.tkbox.active{ display: block!important; opacity: 1;}
.tkbox .sousou{ width:100%; height: 50px;}
@keyframes top {
0% {transform: translate(-50%,-100%); opacity: 0;}
100% {transform: translate(-50%,-50%);opacity: 1;}
}
.con1le{ width:657px; height: 452px; overflow: hidden;}
.con1le img{ display: block; width: 100%; height: 100%;object-fit: cover; }
.con1le:hover img{ transform: scale(1.1);}
.con1ri{ flex: 1; margin-left: 20px;}
.con1list{ display: flex; justify-content: space-between; background-color: #f2f2f2; align-items: center; height: 76px; width: 100%; box-sizing: border-box; padding: 0 20px; margin-bottom: 18px; transition: 0.3s;}
.con1ri .con1list:last-child{ margin-bottom: 0;}
.con1list h2{ font-size: 18px; width: calc(100% - 7em);}
.con1list p{ color: #666; font-size: 16px;}
.con1list:hover{ background-color: #e8f0f6;}
.con2bj{ background-color: #f5f5f5; font-size: 16px;}
.con2bj .title h3{ color: #e9e9e9;}
.con2le{ width: calc(100% - 590px);}
.con2ri{ width: 500px; margin-left: 90px;}
.con2ri img{ width: 100%;}
.con2title h2{ font-size: 28px;}
.con2shu span{ display: inline-block; position: relative;}
.con2shu{ text-align: center;}
.con2shu b{ color: #d5b246; font-size: 44px; font-family: 'Impact';}
.con2shu i{ position: absolute; right: -1.5em; top: -5px;}
.con2con{ margin-top: 40px; width: 760px; max-width: 100%;}
.con2le .title .more{ display: none;}
.con3bj{ background: url(../img/bj1.jpg) bottom center no-repeat;}
.con3bj .title{ text-align: center;}
.con3bj .titex{ margin: 0 auto;}
.con3bj .title h3{ padding-left: 0; text-align: center;}
.con3bj .title h2 i{ left: 50%; transform: translateX(-50%);}
.con3more .more{margin:0 auto ;}
.con3le,.con3ri{ width: 49.5%;}
.con3ri{ display: flex; flex-wrap: wrap;justify-content: space-between;}
.con3ri .con3tu{ width: 49%;}
.con3tu{ position: relative;}
.con3tu p{ width: 100%; background-color: #fff; height: 60px; box-sizing: border-box; line-height: 60px; font-size: 16px; position: absolute; z-index: 3; left: 0; bottom: 0;}
/* 二级分页 */
ul.yiiPager{ display: flex; justify-content: center;}
ul.yiiPager li{display:block; margin:0 3px;}
ul.yiiPager li a{ width: 46px; height: 46px; border-radius:10px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; line-height: 1; border:#ddd solid 1px;color: #666; transition: 0.3s;}
ul.yiiPager li a:hover{background:#005cad;border:#005cad solid 1px;color:#FFF;}
ul.yiiPager li.first a::before{content: "\e741";}
ul.yiiPager li.last a::before{content: "\e741"; transform: rotate(180deg);}
ul.yiiPager li.previous a::before{content: "\e694";transform: rotate(180deg); font-size: 14px;}
ul.yiiPager li.next a::before{content: "\e694"; font-size: 14px;}
ul.yiiPager li.selected a{background:#005cad;border:#005cad solid 1px;color:#FFF;}
ul.yiiPager li.shouye a{ width: 60px; border-radius: 36px;}
.bar{margin-top: 50px; display: flex; justify-content: space-between;}
.bar a{font-size: 16px; color: #666; line-height: 1; transition: 0.3s;background: #F2F2F2;}
.bar a:hover{background: #005cad; color: #fff;}
.bar a.show_prev{display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_prev::before{content: "\e694"; transform: rotate(-180deg);}
.bar a.show_prev i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.bar a.show_next{display: flex; align-items: center; justify-content: space-between; padding: 20px 30px; box-sizing: border-box; width: calc(50% - 100px);}
.bar a.show_next::after{content: "\e694"; }
.bar a.show_next i{width: calc(100% - 30px);word-wrap:break-word; white-space:nowrap;overflow: hidden;text-overflow:ellipsis; text-align: right;}
.bar a.back_list{display: flex;align-items: center; justify-content: center; width: 140px;}
.bar a.back_list::before{content: "\e675"; display: block; margin-right: 8px;font-size: 14px;}
.pages{ padding: 10px 0;}
.show_title{text-align: center; border-bottom: 1px #e1e1e1 solid; padding-bottom: 30px;}
.show_title h1{font-size: 28px; font-weight: bold;}
.show_title h2{margin-top: 20px; font-size: 16px;color: #999; display: flex;align-items: center; justify-content: center;}
.danye{line-height: 2;font-size: 16px; width: 100%;}
.danye img{max-width: 100%!important;}
.erbanner{ width: 100%;}
.erbanner img{ display: block;width: 100%;}
.ertitle{ width: 100%; text-align: center; font-size: 30px; font-weight: bold;}
.ernav{ display: flex; justify-content: center; flex-flow: wrap;}
.ernav a{ height: 50px;border-radius: 50px; display: flex; align-items: center; padding: 0 20px; min-width: 180px; box-sizing: border-box; margin: 8px 18px; background-color: #dfdfdf; font-size: 18px; justify-content: center;}
.ernav a.on{ background-color: #005cad; color: #fff;}
.ernav a:hover{background-color: #005cad; color: #fff;}
.erbox .title{ text-align: center;}
.erbox .titex{ margin: 0 auto;}
.erbox .title h2 i{ left: 50%; transform: translateX(-50%);}
.lxmap{ box-sizing: border-box;width: 100%; height: 500px;}
.lxlist{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.lxlist span{background-color: #f9f9f9; display: flex; flex-direction: column; padding: 30px; box-sizing: border-box; width:31%; font-weight: bold;}
.lxlist span img{ width: 20px; height: 24px;}
.lxlist span p{ line-height: 1.8; font-size: 18px; margin-top: 20px;}
.danyetu{ display: flex; justify-content: center; width: 100%;}
.danyetu img{ display: block; max-width: 100%;}
.tulist{ flex-wrap: wrap;background-color: #f7f7f7; margin-bottom: 30px; border-radius: 10px; overflow: hidden; width: 100%;box-sizing: border-box; padding: 25px; flex-wrap: wrap;}
.tulist h1{ width: 360px;border-radius: 10px; }
.tulist span{box-sizing: border-box; padding:25px; display: block;padding: 0; width: calc(100% - 400px);}
.tulist span h4{ color: #999; font-size: 16px; }
.tulist span h2{ font-weight: bold; font-size: 20px; margin-top: 25px; line-height: 1.1;}
.tulist span p{ font-size: 16px; line-height: 2; margin-top: 20px; margin-bottom: 20px; color: #666;}
.tulist span h3{ width: 140px; height: 38px; display: flex; justify-content: center; align-items: center; font-size: 16px; border: 1px solid #ebebeb; border-radius: 38px;}
.tulist:hover{ background-color: #005cad;}
.tulist:hover h4,.tulist:hover h2,.tulist:hover p,.tulist:hover h3{ color: #fff;}
.tulist1 h1{ border: 10px solid #ccc; box-sizing: border-box; width: 100%;}
.tulist1 .tu::before{ padding-top: 100%;}
.tulist1 p{ font-size: 20px;width: 100%; text-align: center; line-height: 90px; margin: 0 auto;}
.tulistbox{ width: 100%; display: flex; flex-wrap: wrap;}
.tulistbox .tu h1::before{ padding-top: 70%;}
.sj{ display: none;}
select::-ms-expand { display: none;}
select {appearance:none; -moz-appearance:none; -webkit-appearance:none;}
input::placeholder{color:#999;}
.kuai4{ width: calc(25% - 15px)!important; margin-right: 20px;}
.kuai6{ width: calc(16.66% - 10px)!important; margin: 0 5px; margin-top: 10px;}
.kuai4:nth-child(4n){ margin-right: 0;}
.kuai3{ width: calc(33.33% - 20px)!important; margin-right: 30px;}
.kuai3:nth-child(3n){ margin-right: 0;}
.conf{ display: flex; justify-content: space-between;}
.conc{ display: flex; align-items: center;}
.dianji{ cursor: pointer;}
.mtop60{ margin-top: 60px;}
.mtop50{ margin-top: 50px;}
.mtop40{ margin-top: 40px;}
.mtop30{ margin-top: 30px;}
.mtop20{ margin-top: 20px;}
.mtop10{ margin-top: 10px;}
/*----- 超出省略号///-----*/
.toe{ word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ziov{white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.ziov2{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
line-clamp: 2; /* 限制最大行数为2行 */
-webkit-line-clamp: 2; /* Safari/Chrome特定的限制最大行数的属性 */
-webkit-box-orient: vertical; /* 设置垂直布局 */}
.ziov3{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
line-clamp: 3; /* 限制最大行数为3行 */
-webkit-line-clamp: 3; /* Safari/Chrome特定的限制最大行数的属性 */
-webkit-box-orient: vertical; /* 设置垂直布局 */}
.ziov4{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
line-clamp: 4; /* 限制最大行数为4行 */
-webkit-line-clamp: 4; /* Safari/Chrome特定的限制最大行数的属性 */
-webkit-box-orient: vertical; /* 设置垂直布局 */}
.ziov5{ display: -webkit-box; /* 将元素作为弹性伸缩容器 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 使用省略号表示被裁切的部分 */
line-clamp: 5; /* 限制最大行数为5行 */
-webkit-line-clamp: 5; /* Safari/Chrome特定的限制最大行数的属性 */
-webkit-box-orient: vertical; /* 设置垂直布局 */}
.banner img,.lctubox img{
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -webkit-optimize-contrast; /* Webkit (Safari/Chrome) */
image-rendering: pixelated; /* Standards */
}