*
{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: ' ';
}
body
{
overflow-x: hidden!important;
}
ul li
{
list-style: none;
}
a
{
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
img
{
vertical-align: top;
outline-width: 0;
}
:root
{
--main-color: #0079af;
--main-color1: #d32329;
--main-color-white: #fff;
--main-color-555: #555;
--main-color-999: #999;
--main-color-666: #666;
--main-color-333: #333;
--main-color-888: #888;
--main-color-222: #222;
--main-transition: all ease .4s;
--main-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
}
@media only screen and (min-width: 996px)
{
.pchead
{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99;
transition: var(--main-transition);
height: 80px;
box-shadow: 0 2px 10px rgba(0,0,0,.1);
background-color: var(--main-color-white);
}
.pcheader
{
max-width: 1300px;
margin: 0 auto;
transition: var(--main-transition);
display: flex;
align-items: center;
justify-content: space-between;
height: 80px;
}
.pclogo img
{
height: 60px;
}
.pcnav
{
display: flex;
align-items: center;
position: relative;
z-index: 99;
}
.pcnav>li
{
position: relative;
transition: var(--main-transition);
}
.pcnav>li>a
{
display: block;
height: 80px;
line-height: 80px;
font-size: 16px;
transition: var(--main-transition);
color: var(--main-color-333);
padding: 0 20px;
font-weight: bold;
}
.pc_sec_nav
{
position: absolute;
top: 100%;
left: 0;
width: 150px;
background-color: var(--main-color-white);
transform: rotateX(-60deg);
opacity: 0;
visibility: hidden;
transition: var(--main-transition);
}
.first_a:hover
{
color: var(--main-color);
}
.pc_sec_item
{
border-bottom: 1px dashed #ddd;
}
.pc_sec_item a
{
color: var(--main-color-666);
font-size: 15px;
font-weight: bold;
display: block;
padding: 10px 30px;
transition: var(--main-transition);
}
.pcnav li:hover .pc_sec_nav
{
transform: rotateX(0deg)!important;
opacity: 1!important;
visibility: visible!important;
}
.pc_sec_item:hover .pc_third_nav
{
transform: rotateX(0deg)!important;
opacity: 1!important;
visibility: visible!important;
}
.pc_sec_item:hover .second_a
{
color: var(--main-color)!important;
}
.third_a:hover
{
color: var(--main-color)!important;
}
.pc_sec_item
{
position: relative;
}
.pc_third_nav
{
position: absolute;
left: 100%;
top: 0;
z-index: 998;
width: 150px;
transform: rotateX(-60deg);
opacity: 0;
visibility: hidden;
transition: var(--main-transition);
}
.third_a
{
border-bottom: 1px dashed #ddd;
}
.third_a
{
color: var(--main-color-666);
background-color: var(--main-color-white);
}
.head_transform
{
max-width: 90%!important;
height: 72px!important;
}
.header_transform
{
background-color: var(--main-color)!important;
height: 72px!important;
}
.ml_mb_head
{
display: none;
}
.ml_mb_nav
{
display: none;
}
.ml_banner
{
width: 100%;
z-index: 998;
margin-top: 80px!important;
margin-top: 0!important;
}
.ml_banner:hover .bannerbtnleft
{
left: 10px!important;
opacity: 1!important;
}
.ml_banner:hover .bannerbtnright
{
right: 10px!important;
opacity: 1!important;
}
.ml_banner img
{
width: 100%;
}
.bannerpage .swiper-pagination-bullet
{
width: 15px!important;
height: 15px!important;
}
.bannerbtn
{
width: 50px!important;
display: flex;
align-items: center;
justify-content: center;
color: var(--main-color-white);
font-size: 25px;
height: 50px!important;
transition: var(--main-transition);
background: rgba(0,0,0,.7);
background-image: none!important;
opacity: 0;
}
.bannerbtnleft
{
left: 0!important;
}
.bannerbtnright
{
right: 0!important;
}
.copy
{
width: 100%;
text-align: center;
padding: 15px;
border-top: 1px solid #555;
background-color: #3b3d40;
}
.copycon
{
text-align: center;
max-width: 1200px;
text-align: center;
font-size: 14px;
color: var(--main-color-999);
margin: 0 auto;
}
.copycon a
{
font-size: 14px;
color: var(--main-color-999);
}
.inside
{
max-width: 1400px;
margin: 0 auto;
padding: 15px 0;
}
.inside p
{
font-size: 14px;
color: var(--main-color-222);
}
.inbanner
{
width: 100%;
height: 500px;
background-image: url(../image/20230807180945.jpg);
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
margin-top: 80px;
}
.inbanner strong
{
display: block;
color: var(--main-color);
font-size: 30px;
font-weight: normal;
}
.con1
{
padding: 80px 0;
}
.con1con
{
max-width: 1300px;
margin: 0 auto;
}
.con1contop
{
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.con1contopleft strong
{
width: 30px;
height: 4px;
background-color: var(--main-color);
display: block;
}
.con1contopleft h1
{
font-size: 28px;
color: #0a274d;
margin-top: 10px;
margin-bottom: 5px;
}
.con1contopleft span
{
font-size: 12px;
color: var(--main-color-999);
}
.con1contopright a
{
display: block;
color: var(--main-color-666);
}
.con1conbot
{
position: relative;
}
.indexproSwiper
{
width: 100%;
}
.indexproSwiper img
{
height: 227px;
width: 100%;
object-fit: cover;
}
.indexprobtn
{
background-image: none!important;
font-size: 45px!important;
color: var(--main-color-white)!important;
width: 40px!important;
height: 80px!important;
text-align: center;
line-height: 80px;
background-color: var(--main-color);
}
.indexprobtnleft
{
left: -70px!important;
}
.indexprobtnright
{
right: -70px!important;
}
.indexproSwiper .swiper-slide
{
cursor: pointer;
transition: var(--main-transition);
position: relative;
}
.indexproSwiper .swiper-slide:hover
{
box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.indexproSwiper .swiper-slide p
{
font-size: 16px;
color: var(--main-color-333);
text-align: center;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
position: absolute;
width: 100%;
height: 40px;
line-height: 40px;
color: #fff;
left: 0;
bottom: 0;
background: rgba(0,121,175,.7);
}
.indexproSwiper .swiper-slide span
{
font-size: 14px;
color: #808080;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.con2
{
width: 100%;
padding: 80px;
background-color: #fafafa;
}
.con2con
{
max-width: 1300px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.con2conleft
{
width: 48%;
}
.con2conleft strong
{
display: block;
font-size: 38px;
color: var(--main-color-333);
position: relative;
margin-bottom: 45px;
}
.con2conleft strong::after
{
position: absolute;
width: 50px;
height: 2px;
background-color: var(--main-color-333);
bottom: -20px;
content: '';
left: 0;
}
.con2conleft p
{
font-size: 16px;
color: var(--main-color-666);
line-height: 30px;
}
.con2conright
{
width: 48%;
}
.con2conright img
{
width: 100%;
}
.con3
{
padding: 80px 0;
width: 100%;
background-image: url(../image/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.con3con
{
max-width: 1300px;
margin: 0 auto;
}
.con3con .con1contopleft h1
{
color: var(--main-color-white);
}
.con3con .con1contopright a
{
color: var(--main-color-white)!important;
}
.con3content
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.con3conleft
{
width: 48%;
}
.con3conleft img
{
width: 100%;
height: 250px;
object-fit: cover;
transition: var(--main-transition);
}
.con3conright
{
width: 48%;
}
.indexnewitem
{
display: flex;
align-items: center;
justify-content: space-between;
padding: 25px 0;
cursor: pointer;
border-bottom: 1px solid #485361;
}
.indexnewitem:last-child
{
border: none!important;
}
.indexnewitem:hover .date
{
background-color: var(--main-color);
border: 1px solid var(--main-color);
}
.date
{
width: 95px;
height: 80px;
display: flex;
transition: var(--main-transition);
flex-direction: column;
align-items: center;
justify-content: center;
border: 1px solid #fff;
}
.date h3
{
font-size: 34px;
color: var(--main-color-white);
}
.date span
{
color: var(--main-color-white);
font-size: 12px;
}
.rightinfo
{
flex: 1;
padding-left: 20px;
}
.rightinfo p
{
color: var(--main-color-white);
font-size: 16px;
margin-bottom: 15px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.rightinfo span
{
color: var(--main-color-white);
font-size: 14px;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.newbox
{
display: block;
overflow: hidden;
}
.newbox:hover img
{
transform: scale(1.1);
}
.newtitle
{
color: var(--main-color-white);
font-size: 18px;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin: 15px 0;
}
.con3conleft span
{
display: block;
font-size: 14px;
color: var(--main-color-white);
}
.con4
{
width: 100%;
padding: 80px 0;
background-image: url(../image/bg2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.con4con
{
max-width: 1300px;
margin: 0 auto;
}
.foot
{
width: 100%;
padding: 40px 0;
background-color: #263145;
}
.footer
{
max-width: 1300px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footeritem1 a img
{
height: 60px;
display: block;
margin-bottom: 30px;
}
.footeritem1 ul li
{
display: flex;
padding: 5px 0;
align-items: center;
}
.footeritem1 ul li i
{
font-size: 13px;
width: 20px;
color: var(--main-color-white);
}
.footeritem1 ul li span
{
font-size: 13px;
color: var(--main-color-white);
display: block;
padding-left: 10px;
}
.footeritem2 ul
{
display: flex;
align-items: center;
justify-content: space-between;
}
.footeritem2 ul li a
{
font-size: 16px;
margin-right: 15px;
margin-bottom: 10px;
font-weight: bold;
color: var(--main-color-white);
}
.footeritem3
{
justify-content: right;
display: flex;
}
.footeritem3 img
{
width: 120px;
height: 120px;
}
.footeritem3 p
{
font-size: 13px;
color: var(--main-color-white);
padding: 10px 0;
text-align: center;
}
}
@media only screen and (max-width: 996px)
{
.foot
{
width: 100%;
padding: 30px 15px;
background-color: #263145;
}
.footer
{
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footeritem
{
width: 100%;
margin-bottom: 25px;
}
.footeritem1 a img
{
height: 60px;
display: block;
margin-bottom: 30px;
}
.footeritem1 ul li
{
display: flex;
padding: 5px 0;
align-items: center;
}
.footeritem1 ul li i
{
font-size: 13px;
width: 20px;
color: var(--main-color-white);
}
.footeritem1 ul li span
{
font-size: 13px;
color: var(--main-color-white);
display: block;
padding-left: 10px;
}
.footeritem2 ul
{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.footeritem2 ul li a
{
font-size: 16px;
display: block;
margin-bottom: 15px;
font-weight: bold;
color: var(--main-color-white);
}
.footeritem3 img
{
width: 120px;
height: 120px;
}
.footeritem3 p
{
font-size: 13px;
color: var(--main-color-white);
padding: 10px 0;
}
.con4
{
width: 100%;
padding: 30px 15px;
background-image: url(../image/bg2.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.con4con
{
margin: 0 auto;
}
.con3
{
padding: 30px 15px;
width: 100%;
background-image: url(../image/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.con3con
{
width: 100%;
margin: 0 auto;
}
.con3con .con1contopleft h1
{
color: var(--main-color-white);
}
.con3con .con1contopright a
{
color: var(--main-color-white)!important;
}
.con3content
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.con3conleft
{
width: 100%;
margin-bottom: 25px;
}
.con3conleft img
{
width: 100%;
transition: var(--main-transition);
}
.con3conright
{
width: 100%;
}
.indexnewitem
{
display: flex;
align-items: center;
justify-content: space-between;
padding: 25px 0;
cursor: pointer;
border-bottom: 1px solid #485361;
}
.indexnewitem:last-child
{
border: none!important;
}
.indexnewitem:hover .date
{
background-color: var(--main-color);
border: 1px solid var(--main-color);
}
.date
{
width: 95px;
height: 80px;
display: flex;
transition: var(--main-transition);
flex-direction: column;
align-items: center;
justify-content: center;
border: 1px solid #fff;
}
.date h3
{
font-size: 34px;
color: var(--main-color-white);
}
.date span
{
color: var(--main-color-white);
font-size: 12px;
}
.rightinfo
{
flex: 1;
padding-left: 20px;
}
.rightinfo p
{
color: var(--main-color-white);
font-size: 16px;
margin-bottom: 15px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.rightinfo span
{
color: var(--main-color-white);
font-size: 14px;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.newbox
{
display: block;
overflow: hidden;
}
.newbox:hover img
{
transform: scale(1.1);
}
.newtitle
{
color: var(--main-color-white);
font-size: 18px;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
margin: 15px 0;
}
.con3conleft span
{
display: block;
font-size: 14px;
color: var(--main-color-white);
}
.con2
{
width: 100%;
padding: 30px 15px;
background-color: #fafafa;
}
.con2con
{
margin: 0 auto;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.con2conleft
{
width: 100%;
margin-bottom: 25px;
}
.con2conleft strong
{
display: block;
font-size: 25px;
color: var(--main-color-333);
position: relative;
margin-bottom: 35px;
}
.con2conleft strong::after
{
position: absolute;
width: 50px;
height: 2px;
background-color: var(--main-color-333);
bottom: -20px;
content: '';
left: 0;
}
.con2conleft p
{
font-size: 16px;
color: var(--main-color-666);
line-height: 30px;
}
.con2conright
{
width: 100%;
}
.con2conright img
{
width: 100%;
}
.con1
{
padding: 30px 15px;
}
.con1con
{
margin: 0 auto;
}
.con1contop
{
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 40px;
}
.con1contopleft strong
{
width: 25px;
height: 3px;
background-color: var(--main-color);
display: block;
}
.con1contopleft h1
{
font-size: 22px;
color: #0a274d;
margin-top: 10px;
margin-bottom: 5px;
}
.con1contopleft span
{
font-size: 12px;
color: var(--main-color-999);
}
.con1contopright a
{
display: block;
color: var(--main-color-666);
}
.con1conbot
{
position: relative;
}
.indexproSwiper
{
width: 100%;
}
.indexproSwiper img
{
width: 100%;
object-fit: contain;
}
.indexprobtn
{
display: none;
}
.indexproSwiper .swiper-slide
{
cursor: pointer;
position: relative;
transition: var(--main-transition);
}
.indexproSwiper .swiper-slide:hover
{
box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.indexproSwiper .swiper-slide p
{
font-size: 14px;
left: 0;
bottom: 0;
height: 40px;
line-height: 40px;
position: absolute;
color: var(--main-color-333);
text-align: center;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
color: #fff;
background: rgba(0,121,175,.7);
}
.indexproSwiper .swiper-slide span
{
font-size: 14px;
color: #808080;
display: block;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.inbanner
{
width: 100%;
height: 200px;
background-image: url(../image/20230807180945.jpg);
background-repeat: no-repeat;
background-size: cover;
display: flex;
margin-top: 60px;
align-items: center;
justify-content: center;
}
.inbanner strong
{
display: block;
color: var(--main-color);
font-size: 25px;
font-weight: normal;
}
.inside
{
margin: 0 auto;
padding: 15px;
}
.inside p
{
font-size: 14px;
color: var(--main-color-222);
}
.copy
{
width: 100%;
text-align: center;
padding: 15px;
border-top: 1px solid #555;
background-color: #3b3d40;
margin-bottom: 60px;
}
.copycon
{
text-align: center;
text-align: center;
font-size: 13px;
color: var(--main-color-999);
margin: 0 auto;
}
.copycon a
{
font-size: 13px;
color: var(--main-color-999);
}
.ml_banner
{
width: 100%;
margin-top: 60px!important;
}
.ml_banner img
{
width: 100%;
}
.bannerpage .swiper-pagination-bullet
{
width: 10px!important;
height: 10px!important;
}
.bannerbtn
{
width: 40px!important;
height: 40px!important;
display: flex;
align-items: center;
justify-content: center;
color: var(--main-color-white);
font-size: 25px;
transition: var(--main-transition);
background: rgba(0,0,0,.7);
background-image: none!important;
}
.pchead
{
display: none;
}
.pcnav
{
display: none;
}
.ml_mb_arrowChange
{
transform: rotate(90deg);
}
.ml_mbnav_3
{
display: none;
}
.ml_mbnav_3_item
{
display: flex;
padding: 0 20px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f3f3f3;
background-color: #efefef;
}
.ml_mbnav_3_item>a
{
display: block;
width: 100%;
height: 40px;
line-height: 40px;
color: var(--main-color-666);
font-size: 14px;
padding-left: 35px;
}
.ml_mb_nav i
{
font-size: 22px!important;
transition: var(--main-transition);
}
.ml_mbnav_2_item
{
display: flex;
padding: 0 20px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f3f3f3;
background-color: #e3e3e3;
}
.ml_mbnav_2_item>a
{
display: block;
height: 40px;
width: 100%;
line-height: 40px;
color: var(--main-color-666);
font-size: 14px;
padding-left: 20px;
}
.ml_mbnav_2
{
display: none;
}
.ml_mbnav_1_item>a
{
display: block;
height: 40px;
line-height: 40px;
color: var(--main-color-666);
font-size: 14px;
width: 100%;
}
.ml_mbnav_1_item
{
display: flex;
padding: 0 20px;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f3f3f3;
}
.ml_mb_nav
{
width: 100%;
height: calc(100% - 60px);
position: fixed;
top: 60px;
right: -100%;
background-color: var(--main-color-white);
z-index: 100;
border-top: 1px solid #ccc;
overflow: scroll;
padding: 20px 0;
transition: var(--main-transition);
}
.mb_navShow
{
right: 0!important;
}
.hb_fadeout
{
opacity: 0!important;
}
.change2
{
transform: translateY(-10px) rotate(-45deg);
}
.change1
{
transform: translateY(10px) rotate(45deg);
}
.hb span
{
display: block;
width: 30px;
height: 1px;
background-color: var(--main-color-666);
transition: var(--main-transition);
}
.hb
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
height: 20px;
flex-direction: column;
}
.ml_mb_logo img
{
height: 45px;
}
.ml_mb_head
{
display: flex;
height: 60px;
padding: 0 20px;
background-color: var(--main-color-white);
position: fixed;
top: 0;
left: 0;
align-items: center;
justify-content: space-between;
box-shadow: rgba(149,157,165,.2) 0 8px 24px;
width: 100%;
z-index: 99;
}
.ml_pcheader
{
display: none;
}
}
