2023-07-25 09:22:32 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
body {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
image-rendering: -moz-crisp-edges;
|
|
|
|
image-rendering: -o-crisp-edges;
|
|
|
|
image-rendering: -webkit-optimize-contrast;
|
|
|
|
image-rendering: crisp-edges;
|
|
|
|
-ms-interpolation-mode: nearest-neighbor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-slide {
|
|
|
|
/* Center slide text vertically */
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
-webkit-box-align: center;
|
|
|
|
-ms-flex-align: center;
|
|
|
|
-webkit-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
overflow: hidden;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#demo {
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #fff;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 20%;
|
|
|
|
z-index: 9999999999;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#demo h3 {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#demo span {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 20px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#demo span a {
|
|
|
|
color: #c1191f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
position: relative;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2023-08-01 06:20:42 +00:00
|
|
|
padding: 0px 3.90625%;
|
2023-07-25 09:22:32 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: flex-end;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
-moz-justify-content: flex-end;
|
|
|
|
-ms-justify-content: flex-end;
|
|
|
|
-o-justify-content: flex-end;
|
|
|
|
justify-content: flex-end;
|
|
|
|
transition: all 0.4s ease;
|
|
|
|
-moz-transition: all 0.4s ease;
|
|
|
|
-webkit-transition: all 0.4s ease;
|
|
|
|
-o-transition: all 0.4s ease;
|
|
|
|
z-index: 99999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .logo {
|
|
|
|
height: 62px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
background-color: #cd1e19;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 40px 3.90625%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .logo img {
|
|
|
|
height: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
2023-08-01 06:20:42 +00:00
|
|
|
height: 103px;
|
2023-07-25 09:22:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
height: 100%;
|
|
|
|
font-family: 'syr';
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li {
|
|
|
|
margin: 0 30px;
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-08-01 06:20:42 +00:00
|
|
|
.header .right-boxs .nav li:hover h3 a {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
2023-07-25 09:22:32 +00:00
|
|
|
.header .right-boxs .nav li h3 {
|
|
|
|
height: 100%;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li h3 a {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
color: #333;
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li h3 a::before {
|
|
|
|
content: '';
|
|
|
|
width: 100%;
|
|
|
|
height: 0px;
|
|
|
|
background-color: #bb0712;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -50%;
|
2023-08-01 06:20:42 +00:00
|
|
|
bottom: 35px;
|
2023-07-25 09:22:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li h3 a::after {
|
|
|
|
content: '';
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-top: 7px solid #bb0712;
|
|
|
|
border-left: 7px solid transparent;
|
|
|
|
border-right: 7px solid transparent;
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -7px;
|
2023-08-01 06:20:42 +00:00
|
|
|
bottom: 22px;
|
2023-07-25 09:22:32 +00:00
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li .listcur {
|
|
|
|
position: absolute;
|
2023-08-01 06:20:42 +00:00
|
|
|
top: 103px;
|
2023-07-25 09:22:32 +00:00
|
|
|
left: 50%;
|
|
|
|
display: none;
|
|
|
|
z-index: 100;
|
|
|
|
transition: all 0.3s;
|
|
|
|
background: #fff;
|
2023-08-01 06:20:42 +00:00
|
|
|
width: 180px;
|
|
|
|
margin-left: -90px;
|
2023-07-25 09:22:32 +00:00
|
|
|
padding: 3px 0 0 0;
|
2023-08-01 06:20:42 +00:00
|
|
|
border-radius: 8px;
|
2023-07-25 09:22:32 +00:00
|
|
|
border: 1px solid #ececec;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li .listcur a {
|
|
|
|
display: block;
|
2023-08-01 06:20:42 +00:00
|
|
|
font-size: 16px;
|
2023-07-25 09:22:32 +00:00
|
|
|
color: #333333;
|
|
|
|
padding: 0 10px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 90;
|
|
|
|
height: auto;
|
|
|
|
line-height: 40px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li .listcur i {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -10px;
|
|
|
|
top: -14px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #fff;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .nav li .listcur:hover a:hover {
|
|
|
|
background: #bb0712;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2023-08-01 06:47:48 +00:00
|
|
|
.header .right-boxs .nav li.curr h3 a {
|
2023-07-25 09:22:32 +00:00
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
2023-08-01 06:47:48 +00:00
|
|
|
.header .right-boxs .nav li.curr h3 a::before {
|
2023-07-25 09:22:32 +00:00
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
|
2023-08-01 06:47:48 +00:00
|
|
|
.header .right-boxs .nav li.curr h3 a::after {
|
2023-07-25 09:22:32 +00:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .form {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-left: 15px;
|
|
|
|
border: 1px solid #c9c9c9;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 40px;
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .form .input {
|
|
|
|
width: 70%;
|
|
|
|
border: none;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .right-boxs .form .btns {
|
|
|
|
width: 21px;
|
|
|
|
height: 21px;
|
|
|
|
border: none;
|
|
|
|
background: url("../img/search.png") no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-header {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-header .logo {
|
|
|
|
padding-top: 21px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-header {
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-header .logo {
|
|
|
|
padding-top: 21px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixed-height {
|
|
|
|
height: 103px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner {
|
|
|
|
width: 100%;
|
|
|
|
max-height: 740px;
|
|
|
|
min-height: 500px;
|
|
|
|
height: 38.54vw;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner .swiper-pagination {
|
|
|
|
bottom: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner .swiper-pagination-bullet {
|
|
|
|
width: 66px;
|
|
|
|
height: 2px;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 0;
|
|
|
|
opacity: 1;
|
|
|
|
transition: .7s width;
|
|
|
|
margin: 0 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner .swiper-pagination-bullet-active {
|
|
|
|
background: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mt80 {
|
|
|
|
margin-top: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 38px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
margin-top: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .left {
|
|
|
|
height: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .left .line {
|
|
|
|
width: 44px;
|
|
|
|
height: 4px;
|
|
|
|
background-color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .icon {
|
|
|
|
width: 137px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .right {
|
|
|
|
width: 70.875%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .right .text {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
line-height: 2;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 8;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .right .img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .wrap .right .img img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .num-list {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .num-list li {
|
|
|
|
width: 260px;
|
|
|
|
padding: 30px 0 26px 0;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f6f5f6;
|
|
|
|
border-radius: 50px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .num-list li .num {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .num-list li .num span {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
font-size: 68px;
|
|
|
|
color: #bb0712;
|
|
|
|
font-weight: bold;
|
|
|
|
font-family: "Arial";
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .num-list li .num span i {
|
|
|
|
font-style: normal;
|
|
|
|
position: absolute;
|
|
|
|
font-weight: normal;
|
|
|
|
right: -28px;
|
|
|
|
top: -8px;
|
|
|
|
display: block;
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-about .num-list li .st {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-href {
|
|
|
|
position: relative;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-href .v-img {
|
|
|
|
padding-top: 63.043%;
|
|
|
|
border-radius: inherit;
|
|
|
|
background-color: var(--graph_bg_regular);
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-href .v-img-cover {
|
|
|
|
width: 100%;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-href img {
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: inherit;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .link-href .v-img {
|
|
|
|
padding-top: 67.254%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .text {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .text .icon {
|
|
|
|
max-width: 89px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .text .icon img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .text .st {
|
|
|
|
font-size: 24px;
|
|
|
|
color: #fff;
|
|
|
|
margin-top: 10px;
|
|
|
|
letter-spacing: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .hot {
|
|
|
|
width: 120px;
|
|
|
|
height: 65px;
|
|
|
|
background-color: #bb0712;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 24px;
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 0 30px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .left {
|
|
|
|
width: calc(50% - 6px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .right {
|
|
|
|
margin-top: -6px;
|
|
|
|
width: calc(50% - 6px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .right:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list .right .boxs {
|
|
|
|
width: calc(50% - 6px);
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-top: 6px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list a {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list a:hover .link-href img {
|
|
|
|
-webkit-transform: scale(1.05);
|
|
|
|
-moz-transform: scale(1.05);
|
|
|
|
-ms-transform: scale(1.05);
|
|
|
|
-o-transform: scale(1.05);
|
|
|
|
transform: scale(1.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-business .list a:hover .text {
|
|
|
|
transform: translateY(-10px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-grow .img img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .left {
|
|
|
|
width: 60.625%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .left .link-href .v-img {
|
|
|
|
padding-top: 59.793%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right {
|
|
|
|
width: 36.875%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li {
|
|
|
|
background-color: #f6f5f6;
|
|
|
|
padding: 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li:before {
|
|
|
|
content: "";
|
|
|
|
width: 0%;
|
|
|
|
height: 100%;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
background-color: #bb0712;
|
|
|
|
z-index: 9;
|
|
|
|
position: absolute;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li a {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
z-index: 99;
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li .img {
|
|
|
|
width: 170px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li .img .link-href .v-img {
|
|
|
|
padding-top: 49.111%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li .img .link-href img {
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li .text {
|
|
|
|
position: absolute;
|
|
|
|
left: 190px;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
color: #4d4d4d;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li .text h3 {
|
|
|
|
font-size: 24px;
|
|
|
|
font-weight: normal;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li .text .st {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 8px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li:hover .text {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-mission .list .right li:hover:before {
|
|
|
|
width: 128.1%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .bd .boxs {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .bd .boxs a {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .bd .boxs a .link-href .v-img {
|
|
|
|
padding-top: 36.375%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .bd .boxs a .link-href img {
|
|
|
|
height: auto;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .hd ul {
|
|
|
|
background-color: #f6f5f6;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .hd ul li {
|
|
|
|
flex: 1;
|
|
|
|
height: 68px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-locate .list .hd ul li.on {
|
|
|
|
background-color: #bb0712;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li {
|
|
|
|
padding: 40px 0;
|
|
|
|
height: 100%;
|
|
|
|
border-bottom: 1px solid #eaeaea;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text {
|
|
|
|
width: calc(100% - 570px);
|
|
|
|
color: #4d4d4d;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text .time {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text h3 {
|
|
|
|
font-size: 22px;
|
|
|
|
margin: 15px 0 15px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text h3:hover a {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text .st {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 2;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 3;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text .links {
|
|
|
|
color: #bb0712;
|
|
|
|
font-size: 14px;
|
|
|
|
margin-top: 35px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .text .links:hover {
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .img {
|
|
|
|
width: 500px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .img .link-href .v-img {
|
|
|
|
padding-top: 52%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li .img:hover .link-href img {
|
|
|
|
-webkit-transform: scale(1.05);
|
|
|
|
-moz-transform: scale(1.05);
|
|
|
|
-ms-transform: scale(1.05);
|
|
|
|
-o-transform: scale(1.05);
|
|
|
|
transform: scale(1.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.index-news .list li:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
background-color: #cd1e19;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 45px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left {
|
|
|
|
width: 35.75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .logo {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .logo img {
|
|
|
|
height: 68px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .email {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
margin-top: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .email li {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 20px 28px 20px 15px;
|
|
|
|
margin-right: 16px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: cneter;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: cneter;
|
|
|
|
-moz-justify-content: cneter;
|
|
|
|
-ms-justify-content: cneter;
|
|
|
|
-o-justify-content: cneter;
|
|
|
|
justify-content: cneter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .email li .text {
|
|
|
|
margin-left: 14px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .email li .text h3 {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .email li .text .st {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .tit {
|
|
|
|
font-size: 15px;
|
|
|
|
color: #fff;
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .left .tit p {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .right {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 58.25%;
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .right .list {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .right .list a {
|
|
|
|
font-size: 14px;
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
display: block;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .right .list a:hover {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .right .list h3 {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .wrap .right .list h3 a {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #fff;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .footer-bottom {
|
|
|
|
padding: 10px 0;
|
|
|
|
background: #a70000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer .footer-bottom a {
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.back {
|
|
|
|
display: none;
|
|
|
|
width: 65px;
|
|
|
|
height: 65px;
|
|
|
|
position: fixed;
|
|
|
|
right: 45px;
|
|
|
|
bottom: 42%;
|
|
|
|
z-index: 9999;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.back img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav {
|
|
|
|
height: 40px;
|
|
|
|
padding: 11px 0;
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .left {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
color: #898989;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .left img {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .left a {
|
|
|
|
color: #898989;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .left span {
|
|
|
|
color: #bb0712;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .form {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 40px;
|
|
|
|
padding: 0 20px;
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .form .input {
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav .wrap .form .btns {
|
|
|
|
width: 21px;
|
|
|
|
height: 21px;
|
|
|
|
border: none;
|
|
|
|
background: url("../img/search.png") no-repeat;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav2 .wrap {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav2 .wrap a {
|
|
|
|
height: 42px;
|
|
|
|
line-height: 42px;
|
|
|
|
padding: 0 30px;
|
|
|
|
background-color: #ebebeb;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav2 .wrap a.curr {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-nav2 .wrap a:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-banenr {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-banenr img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title2 {
|
|
|
|
font-size: 38px;
|
|
|
|
color: #bb0712;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title2 span {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
border-bottom: 2px solid #d3d3d3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li {
|
|
|
|
padding: 40px 0;
|
|
|
|
border-bottom: 1px solid #eaeaea;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li a {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: flex-start;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
-moz-align-items: flex-start;
|
|
|
|
-ms-align-items: flex-start;
|
|
|
|
-o-align-items: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .img {
|
|
|
|
width: 355px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .img .link-href .v-img {
|
|
|
|
padding-top: 52.394%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .text {
|
|
|
|
padding: 0 18% 0 33px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .text h3 {
|
|
|
|
font-size: 22px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
margin-top: 20px;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .text .link {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 60px;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
padding: 0 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #bb0712;
|
|
|
|
border: 1px solid #bb0712;
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
-moz-transition: all 0.3s ease;
|
|
|
|
-webkit-transition: all 0.3s ease;
|
|
|
|
-o-transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .time {
|
|
|
|
position: absolute;
|
|
|
|
right: 15px;
|
|
|
|
bottom: 40px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li .time img {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li:hover .img img {
|
|
|
|
-webkit-transform: scale(1.05);
|
|
|
|
-moz-transform: scale(1.05);
|
|
|
|
-ms-transform: scale(1.05);
|
|
|
|
-o-transform: scale(1.05);
|
|
|
|
transform: scale(1.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li:hover .text h3 {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list ul li:hover .text .link {
|
|
|
|
background-color: #cd1e19;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list .list-show {
|
|
|
|
padding: 60px 0 180px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.party-list .list-show span {
|
|
|
|
font-size: 22px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pageing {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pageing a {
|
2023-07-26 08:43:01 +00:00
|
|
|
width: auto;
|
2023-07-25 09:22:32 +00:00
|
|
|
height: 40px;
|
2023-07-26 08:43:01 +00:00
|
|
|
padding: 0 15px;
|
2023-07-25 09:22:32 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 0px;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 40px;
|
|
|
|
font-size: 15px;
|
|
|
|
color: #707479;
|
|
|
|
margin: 0 7px;
|
|
|
|
transition: all 0.5s;
|
2023-07-26 08:43:01 +00:00
|
|
|
display: inline-block;
|
2023-07-25 09:22:32 +00:00
|
|
|
background-color: #ebebeb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pageing a.cur {
|
|
|
|
background: #bb0712;
|
|
|
|
color: #fff;
|
|
|
|
border-color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pageing a:hover {
|
|
|
|
background: #bb0712;
|
|
|
|
color: #fff;
|
|
|
|
border-color: #bb0712;
|
|
|
|
}
|
|
|
|
|
2023-07-26 08:43:01 +00:00
|
|
|
.pageing .layui-laypage span {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 15px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
background: #ebebeb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
|
|
|
background-color: #bb0712;
|
|
|
|
}
|
|
|
|
|
2023-07-25 09:22:32 +00:00
|
|
|
.about-list #maps {
|
|
|
|
height: 34.375vw;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-list .list {
|
|
|
|
margin-top: 60px;
|
|
|
|
text-align: center;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-list .list h3 {
|
|
|
|
font-size: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-list .list .st {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-list .list .int {
|
|
|
|
margin-top: 35px;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list {
|
|
|
|
margin-left: -3%;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs {
|
|
|
|
width: 30.3%;
|
|
|
|
margin-left: 3%;
|
|
|
|
float: left;
|
|
|
|
margin-top: 40px;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs:before {
|
|
|
|
content: "";
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #ececec;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .img {
|
|
|
|
width: 100%;
|
|
|
|
position: relative;
|
|
|
|
z-index: 9;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .img .link-href .v-img {
|
|
|
|
padding-top: 52.4%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .text {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
padding: 25px 25px 35px 25px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
position: relative;
|
|
|
|
z-index: 9;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .text h3 {
|
|
|
|
font-size: 22px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 1;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
font-weight: normal;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .text .st {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 28px;
|
|
|
|
height: 84px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 3;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
margin: 15px 0 35px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .text .tit {
|
|
|
|
font-size: 14px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs .text .tit .links {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs:hover .img {
|
|
|
|
transform: translate(8px, -8px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs:hover .text {
|
|
|
|
transform: translate(8px, -8px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list .boxs:hover .text h3 a {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-show .cons {
|
|
|
|
margin-top: 50px;
|
|
|
|
max-width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 2;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-show .cons img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zgsdt .boxs .text h3 a {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zgsdt .boxs .text .st {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 4;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
height: 112px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs {
|
|
|
|
padding: 42px 0;
|
|
|
|
border-bottom: 1px solid #ececec;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top {
|
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .tit {
|
|
|
|
font-size: 22px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .text {
|
|
|
|
margin-top: 20px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-between;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
-moz-justify-content: space-between;
|
|
|
|
-ms-justify-content: space-between;
|
|
|
|
-o-justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .text .link {
|
|
|
|
display: inline-block;
|
|
|
|
height: 36px;
|
|
|
|
line-height: 36px;
|
|
|
|
padding: 0 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #bb0712;
|
|
|
|
border: 1px solid #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .text .time {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .text .time span {
|
|
|
|
margin-left: 30px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .text .time span img {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top .int {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 2px;
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 2;
|
|
|
|
color: #0083fe;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-top:hover .tit {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-bottom {
|
|
|
|
background-color: #fbfbfb;
|
|
|
|
padding: 60px 40px;
|
|
|
|
word-break: break-all;
|
|
|
|
color: #4d4d4d;
|
|
|
|
line-height: 2.1;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 20px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.talent-list .boxs .talent-bottom .tit {
|
|
|
|
font-size: 26px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-banner {
|
|
|
|
margin-top: 35px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-banner .img {
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-banner .img img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-banner .text {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 42px;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-banner .us {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
bottom: 0;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
z-index: 9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-banner .us a {
|
|
|
|
font-size: 18px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #bb0712;
|
|
|
|
height: 36px;
|
|
|
|
width: 120px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 0 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: space-around;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: space-around;
|
|
|
|
-moz-justify-content: space-around;
|
|
|
|
-ms-justify-content: space-around;
|
|
|
|
-o-justify-content: space-around;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download .boxs {
|
|
|
|
width: 264px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download .boxs a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download .boxs .img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download .boxs .img img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download .boxs .text {
|
|
|
|
width: 100%;
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
height: 60px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 18px;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download .boxs:hover .text {
|
|
|
|
background-color: #bb0712;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zc-text {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zc-text span {
|
|
|
|
padding: 0 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: left;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: left;
|
|
|
|
-moz-justify-content: left;
|
|
|
|
-ms-justify-content: left;
|
|
|
|
-o-justify-content: left;
|
|
|
|
justify-content: left;
|
|
|
|
position: relative;
|
|
|
|
z-index: 9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list .left {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
line-height: 2.4;
|
|
|
|
padding-right: 7%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list .right {
|
|
|
|
max-width: 44%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list .right .img {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list .right:before {
|
|
|
|
content: "";
|
|
|
|
width: 85px;
|
|
|
|
position: absolute;
|
|
|
|
right: -85px;
|
|
|
|
top: 50px;
|
|
|
|
background-color: #bb0712;
|
|
|
|
height: 135px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .top-list .right:after {
|
|
|
|
content: "";
|
|
|
|
width: 54px;
|
|
|
|
position: absolute;
|
|
|
|
left: -54px;
|
|
|
|
top: 120px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
height: 130px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content:after {
|
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
width: 8.333%;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
height: 130px;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 120px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .bottom-list {
|
|
|
|
padding-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .bottom-list .boxs {
|
|
|
|
margin-top: 20px;
|
|
|
|
background-color: #f4f4f4;
|
|
|
|
padding: 25px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .bottom-list .boxs h3 {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.zjct-content .bottom-list .boxs .st {
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-button-prev {
|
|
|
|
background: url("../img/arrow.png") no-repeat;
|
|
|
|
background-size: 100%;
|
|
|
|
left: -60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-button-prev:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-button-next {
|
|
|
|
background: url("../img/arrow.png") no-repeat;
|
|
|
|
background-size: 100%;
|
|
|
|
right: -60px;
|
|
|
|
transform: rotate(-180deg);
|
|
|
|
-ms-transform: rotate(-180deg);
|
|
|
|
/* IE 9 */
|
|
|
|
-webkit-transform: rotate(-180deg);
|
|
|
|
/* Safari and Chrome */
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-button-next:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-slide {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-slide .img {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-slide .img .link-href .v-img {
|
|
|
|
padding-top: 129.61%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-slide .text {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-slide:hover .img .link-href img {
|
|
|
|
-webkit-transform: scale(1.05);
|
|
|
|
-moz-transform: scale(1.05);
|
|
|
|
-ms-transform: scale(1.05);
|
|
|
|
-o-transform: scale(1.05);
|
|
|
|
transform: scale(1.05);
|
|
|
|
}
|
|
|
|
|
|
|
|
.leader-content .list .swiper-slide:hover .text {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grow-content .list img {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list {
|
|
|
|
margin-left: -3.3%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list .boxs {
|
|
|
|
float: left;
|
|
|
|
width: 30%;
|
|
|
|
margin-left: 3.3%;
|
|
|
|
padding: 10px 15px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
box-sizing: border-box;
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list .boxs .img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list .boxs .img .link-href .v-img {
|
|
|
|
padding-top: 54.91%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list .boxs .text {
|
|
|
|
font-size: 22px;
|
|
|
|
margin-top: 25px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list .boxs:hover {
|
|
|
|
transform: translate(0px, -8px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.honor-content .list .boxs:hover .text {
|
|
|
|
color: #bb0712;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-content .list {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
padding: 60px 0 70px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-content .list h3 {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-content .list .img {
|
|
|
|
margin: 0 auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-content .list img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .int {
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .list {
|
|
|
|
margin-top: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .list .bd .boxs .img {
|
|
|
|
width: 100%;
|
|
|
|
height: 35.9375vw;
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .list .hd ul {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
bottom: 70px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
z-index: 9;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .list .hd ul li {
|
|
|
|
margin: 0 15px;
|
|
|
|
width: 210px;
|
|
|
|
height: 96px;
|
|
|
|
background-color: #fff;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .list .hd ul li a {
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-content .list .hd ul li.on a {
|
|
|
|
background-color: #bb0712;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 移动端菜单 */
|
|
|
|
.hamburger {
|
|
|
|
background-color: none;
|
|
|
|
padding: 0;
|
|
|
|
z-index: 9;
|
|
|
|
display: none;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger-box {
|
|
|
|
width: 30px;
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
|
|
|
|
background-color: #333;
|
|
|
|
height: 3px;
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger-inner:before {
|
|
|
|
width: 28px;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger-inner:after {
|
|
|
|
width: 28px;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hamburger:hover .hamburger-inner:before {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1600px) {
|
|
|
|
.wrap {
|
|
|
|
margin: 0 4%;
|
|
|
|
}
|
|
|
|
.mt80 {
|
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
.header {
|
2023-08-01 06:20:42 +00:00
|
|
|
padding: 0px 1.90625%;
|
2023-07-25 09:22:32 +00:00
|
|
|
}
|
|
|
|
.header .right-boxs .form {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li {
|
|
|
|
margin: 0 1.85vw;
|
|
|
|
}
|
|
|
|
.footer .wrap .right {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
|
|
.hamburger {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.hamburger {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.wrap2 {
|
|
|
|
margin: 0 2.5%;
|
|
|
|
}
|
|
|
|
.header {
|
|
|
|
padding: 0px 2.5%;
|
|
|
|
background-color: #fff;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: fixed;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.header .logo {
|
|
|
|
height: 45px;
|
|
|
|
padding: 5px;
|
|
|
|
position: relative;
|
|
|
|
left: -2.5%;
|
|
|
|
}
|
|
|
|
.header .right-boxs {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.header .right-boxs .form {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 3%;
|
|
|
|
right: -10%;
|
|
|
|
z-index: -1;
|
|
|
|
opacity: 0;
|
|
|
|
display: block;
|
|
|
|
width: 80%;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin-left: 0;
|
|
|
|
background-color: #fff;
|
|
|
|
transition: all 0.4s ease;
|
|
|
|
-moz-transition: all 0.4s ease;
|
|
|
|
-webkit-transition: all 0.4s ease;
|
|
|
|
-o-transition: all 0.4s ease;
|
|
|
|
}
|
|
|
|
.header .right-boxs .form::after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.header .right-boxs .form .input {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.header .right-boxs .form .btns {
|
|
|
|
float: right;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.header .right-boxs .form-show {
|
|
|
|
opacity: 1;
|
|
|
|
z-index: 9999;
|
|
|
|
right: 10%;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav {
|
|
|
|
position: fixed;
|
|
|
|
right: -100%;
|
|
|
|
top: 55px;
|
|
|
|
border-top: 1px solid #ececec;
|
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 52px);
|
|
|
|
padding: 1% 0 20% 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: #f9f9f9;
|
|
|
|
opacity: 0;
|
|
|
|
overflow-x: hidden;
|
|
|
|
transform: rotateX(30deg);
|
|
|
|
-webkit-transform: rotateX(30deg);
|
|
|
|
transition: all 0.5s ease;
|
|
|
|
-moz-transition: all 0.5s ease;
|
|
|
|
-webkit-transition: all 0.5s ease;
|
|
|
|
-o-transition: all 0.5s ease;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li {
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li h3 a {
|
|
|
|
line-height: 50px;
|
|
|
|
height: 50px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #333;
|
|
|
|
font-size: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li h3 a:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li h3 a:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li .listcur {
|
|
|
|
display: block !important;
|
|
|
|
opacity: 1 !important;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li .listcur i {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li .listcur a {
|
|
|
|
font-size: 13px;
|
|
|
|
padding: 0;
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.header .right-boxs .nav li .listcur:after {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.inshow {
|
|
|
|
display: block !important;
|
|
|
|
right: 0 !important;
|
|
|
|
opacity: 1 !important;
|
|
|
|
transform: rotateX(0deg) !important;
|
|
|
|
-webkit-transform: rotateX(0deg) !important;
|
|
|
|
z-index: 999;
|
|
|
|
}
|
|
|
|
.banner {
|
|
|
|
height: 47.5vw;
|
|
|
|
min-height: auto;
|
|
|
|
margin-top: 55px;
|
|
|
|
}
|
|
|
|
.banner .swiper-pagination {
|
|
|
|
bottom: 15px;
|
|
|
|
}
|
|
|
|
.banner .swiper-pagination-bullet {
|
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
.back {
|
|
|
|
display: none !important;
|
|
|
|
opacity: 0 !important;
|
|
|
|
}
|
|
|
|
.mt80 {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
.mt50 {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.mt35 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.mt30 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.mt40 {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.title {
|
|
|
|
font-size: 24px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.index-about .wrap {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.index-about .wrap .left {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.index-about .wrap .right {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.index-about .wrap .right .text {
|
|
|
|
font-size: 14px;
|
|
|
|
-webkit-line-clamp: 25;
|
|
|
|
}
|
|
|
|
.index-about .wrap .icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.index-about .num-list {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.index-about .num-list li {
|
|
|
|
width: 48%;
|
|
|
|
padding: 20px 0;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
.index-about .num-list li .num span {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
.index-about .num-list li .num span i {
|
|
|
|
font-size: 30px;
|
|
|
|
right: -22px;
|
|
|
|
}
|
|
|
|
.index-about .num-list li .st {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
.index-business {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.index-business .list {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.index-business .list .left {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.index-business .list .left .text .icon {
|
|
|
|
max-width: 60px;
|
|
|
|
}
|
|
|
|
.index-business .list .left .text .st {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.index-business .list .right {
|
|
|
|
width: calc(100% + 6px);
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: -6px;
|
|
|
|
}
|
|
|
|
.index-business .list .hot {
|
|
|
|
width: 100px;
|
|
|
|
height: 50px;
|
|
|
|
font-size: 16px;
|
|
|
|
border-radius: 0 20px 0 0;
|
|
|
|
}
|
|
|
|
.index-business .list .text .icon {
|
|
|
|
max-width: 40px;
|
|
|
|
}
|
|
|
|
.index-business .list .text .st {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.index-mission {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.index-mission .list {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.index-mission .list .left {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.index-mission .list .right {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.index-mission .list .right li {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.index-mission .list .right li .img {
|
|
|
|
width: 130px;
|
|
|
|
}
|
|
|
|
.index-mission .list .right li .text {
|
|
|
|
left: 150px;
|
|
|
|
}
|
|
|
|
.index-mission .list .right li .text h3 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.index-mission .list .right li .text .st {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.index-locate {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.index-locate .list .hd ul li {
|
|
|
|
font-size: 14px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
.index-news {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
|
|
|
.index-news .list li {
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
padding: 25px 0;
|
|
|
|
}
|
|
|
|
.index-news .list li .text {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.index-news .list li .text h3 {
|
|
|
|
font-size: 18px;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
.index-news .list li .text .st {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.8;
|
|
|
|
}
|
|
|
|
.index-news .list li .text .links {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.index-news .list li .img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.footer .wrap {
|
|
|
|
display: block;
|
|
|
|
padding: 22px 0;
|
|
|
|
}
|
|
|
|
.footer .wrap .left {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.footer .wrap .left .email {
|
|
|
|
display: block;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
.footer .wrap .left .email li {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.footer .wrap .right {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 25px;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
.footer .wrap .right .list {
|
|
|
|
width: 33.3%;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.footer .wrap .right .list h3 a {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.footer .wrap .right .list a {
|
|
|
|
font-size: 13px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.fixed-height {
|
|
|
|
height: 55px;
|
|
|
|
}
|
|
|
|
.inner-banenr {
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
/* 09版 */
|
|
|
|
-webkit-box-align: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-align-items: center;
|
|
|
|
-moz-align-items: center;
|
|
|
|
-ms-align-items: center;
|
|
|
|
-o-align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
/* 12版 */
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
-moz-justify-content: center;
|
|
|
|
-ms-justify-content: center;
|
|
|
|
-o-justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.inner-banenr img {
|
|
|
|
width: auto;
|
|
|
|
height: 75px;
|
|
|
|
}
|
|
|
|
.inner-nav {
|
|
|
|
padding: 2px 0;
|
|
|
|
}
|
|
|
|
.inner-nav .wrap .left {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.inner-nav .wrap .form {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.inner-nav2 .wrap {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.inner-nav2 .wrap a {
|
|
|
|
font-size: 15px;
|
|
|
|
height: 38px;
|
|
|
|
line-height: 38px;
|
|
|
|
width: 48.5%;
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.title2 {
|
|
|
|
font-size: 21px;
|
|
|
|
}
|
|
|
|
.party-list ul {
|
|
|
|
width: 100%;
|
|
|
|
overflow-x: hidden;
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.party-list ul li {
|
|
|
|
padding: 25px 0;
|
|
|
|
}
|
|
|
|
.party-list ul li a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.party-list ul li .img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.party-list ul li .text {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.party-list ul li .text h3 {
|
|
|
|
font-size: 18px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.party-list ul li .text .link {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.party-list ul li .time {
|
|
|
|
bottom: 10px;
|
|
|
|
}
|
|
|
|
.party-list .list-show {
|
|
|
|
padding: 60px 0 100px 0;
|
|
|
|
}
|
|
|
|
.party-list .list-show span {
|
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.pageing {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.pageing a {
|
2023-07-26 08:43:01 +00:00
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
font-size: 13px;
|
|
|
|
margin: 0 5px 8px 5px;
|
|
|
|
}
|
|
|
|
.pageing .layui-laypage span {
|
2023-07-25 09:22:32 +00:00
|
|
|
margin: 0 5px 8px 5px;
|
2023-07-26 08:43:01 +00:00
|
|
|
font-size: 13px;
|
|
|
|
height: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
background: #ebebeb;
|
2023-07-25 09:22:32 +00:00
|
|
|
}
|
|
|
|
.about-list #maps {
|
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
.about-list .list {
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
.about-list .list h3 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.about-list .list .int {
|
|
|
|
margin-top: 25px;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.news-list {
|
|
|
|
margin-left: -2.5%;
|
|
|
|
}
|
|
|
|
.news-list .boxs {
|
|
|
|
width: 47.5%;
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-left: 2.5%;
|
|
|
|
}
|
|
|
|
.news-list .boxs .text {
|
|
|
|
padding: 15px 7px;
|
|
|
|
}
|
|
|
|
.news-list .boxs .text h3 {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.news-list .boxs .text .st {
|
|
|
|
font-size: 14px;
|
|
|
|
margin: 8px 0 15px 0;
|
|
|
|
line-height: 20px;
|
|
|
|
height: 40px;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
}
|
|
|
|
.news-list .boxs .text .tit {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.news-list .boxs .text .tit .links {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.zgsdt .boxs {
|
|
|
|
width: 97.5%;
|
|
|
|
}
|
|
|
|
.zgsdt .boxs .text {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
.zgsdt .boxs .text .tit .links {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.news-show .cons {
|
|
|
|
margin-top: 40px;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.talent-list .boxs {
|
|
|
|
padding: 28px 0;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-top .tit {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-top .text {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-top .text .link {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-top .text .time {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-top .text .time span {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-top .int {
|
|
|
|
font-size: 16px;
|
|
|
|
top: auto;
|
|
|
|
bottom: -7px;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-bottom {
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
.talent-list .boxs .talent-bottom .tit {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.platform-banner {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.platform-banner .img img {
|
|
|
|
width: auto;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
.platform-banner .text {
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
.platform-banner .us a {
|
|
|
|
font-size: 14px;
|
|
|
|
width: 22%;
|
|
|
|
}
|
|
|
|
.download {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.download .boxs {
|
|
|
|
width: 48%;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.download .boxs .text {
|
|
|
|
height: 45px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.zc-text {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.zc-text span {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
.zjct-content::after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.zjct-content .top-list {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.zjct-content .top-list .left {
|
|
|
|
width: 100%;
|
|
|
|
padding-right: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
.zjct-content .top-list .right {
|
|
|
|
max-width: 100%;
|
|
|
|
float: left;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
.zjct-content .top-list .right img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
.zjct-content .top-list .right:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.zjct-content .top-list .right:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.zjct-content .bottom-list {
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
|
|
|
.zjct-content .bottom-list .boxs {
|
|
|
|
padding: 20px 15px;
|
|
|
|
}
|
|
|
|
.leader-content .list .swiper-slide .text {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.leader-content .swiper-button-prev {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.leader-content .swiper-button-next {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.honor-content .list {
|
|
|
|
margin-left: -1.5%;
|
|
|
|
}
|
|
|
|
.honor-content .list .boxs {
|
|
|
|
width: 98.5%;
|
|
|
|
margin-left: 1.5%;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
.honor-content .list .boxs .text {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.plan-content .list {
|
|
|
|
padding: 25px 15px;
|
|
|
|
}
|
|
|
|
.business-content .list .bd .boxs .img {
|
|
|
|
height: 50vw;
|
|
|
|
}
|
|
|
|
.business-content .list .hd ul {
|
|
|
|
position: relative;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.business-content .list .hd ul li {
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
width: 20%;
|
|
|
|
margin: 0;
|
|
|
|
height: 60px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.business-content .list .hd ul li a {
|
|
|
|
padding: 0 5px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
}
|