338 lines
28 KiB
CSS
338 lines
28 KiB
CSS
|
body{ margin: 0; padding: 0;}
|
|||
|
*{ margin: 0; padding: 0; list-style: none; font-family: '微软雅黑'; font-size: 16px; color: #353535;}
|
|||
|
a{ text-decoration: none; cursor: pointer; display: block;}
|
|||
|
img{ border: 0; display: block; cursor: pointer;}
|
|||
|
h1, h2, h3, h4, h5{ font-weight: normal;}
|
|||
|
ul, li{ list-style: none; cursor: pointer;}
|
|||
|
b, i, em{ font-weight: normal; font-style: normal;}
|
|||
|
button, textarea, input{ outline: none;}
|
|||
|
html,body{ font-size: calc(100vw/19.2);}
|
|||
|
@font-face{
|
|||
|
font-family: 'font1';
|
|||
|
src:url("../fonts/helvetica bold.ttf");
|
|||
|
}
|
|||
|
@font-face{
|
|||
|
font-family: 'font2';
|
|||
|
src:url("../fonts/helvetica.ttf");
|
|||
|
}
|
|||
|
/* 清除浮动 */
|
|||
|
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
|
|||
|
.clearfix{*zoom:1;}
|
|||
|
.w1360{ margin: auto; width: 1360px;}
|
|||
|
.header{ position: fixed; top: 0; left: 0; right: 0; z-index: 20; border-bottom: 1px solid hsla(0,0%,100%,0.10);}
|
|||
|
.header .cont{ display: flex; justify-content: space-between; align-items: center; height: 88px;}
|
|||
|
.header .cont .logo img{ height: 68px;}
|
|||
|
.header .cont .right{ display: flex; justify-content: flex-start; align-items: center;}
|
|||
|
.header .img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/img1.jpg) no-repeat center; background-size: cover; z-index: -1;}
|
|||
|
.headertwo .img{ opacity: 0; transition: all 0.5s;}
|
|||
|
.headertwo2 .img{ opacity: 1;}
|
|||
|
.header .nav{ display: flex; justify-content: flex-start;}
|
|||
|
.header .nav .li{ margin-left: 44px;}
|
|||
|
.header .nav .li .tit a{ font-size: 17px; color: #fff; line-height: 30px; transition: all 0.5s; position: relative;}
|
|||
|
.header .nav .li:hover .tit a{ color: #09357F;}
|
|||
|
.header .nav .li .tit::after{ content: ''; width: 100%; height: 2px; background: #09357F; position: absolute; left: 0; bottom: 0; opacity: 0;}
|
|||
|
.header .nav .li.on .tit::after{ opacity: 1;}
|
|||
|
.header .nav .li .tit{ padding: 29px 0; position: relative;}
|
|||
|
.header .tel{ margin-left: 30px; padding-left: 35px; background: url(../images/icon1.png) no-repeat left center; background-size: 26px auto; font-size: 17px; color: #fff; line-height: 88px;}
|
|||
|
.bannerdata img{ width: 100%;}
|
|||
|
.searceboxtop{ background: #f4f4f4;}
|
|||
|
.searceboxtop .cont{ display: flex; justify-content: space-between;}
|
|||
|
.navminbox{ display: flex; justify-content: flex-start; padding-left: 18px; line-height: 64px; background: url(../images/icon2.png) no-repeat left center; background-size: 18px auto;}
|
|||
|
.navminbox a{ font-size: 14px; color: #353535; margin-left: 14px; position: relative; transition: all 0.5s;}
|
|||
|
.navminbox a:hover{ color: #09357F;}
|
|||
|
.navminbox a::after{ content: '·'; font-size: 20px; color: #353535; position: absolute; top: 0; left: -14px; width: 14px; height: 64px; text-align: center; line-height: 64px;}
|
|||
|
.searceboxtop .right{ display: flex; justify-content: flex-start;}
|
|||
|
.searceboxtop .right a{ font-size: 14px; font-weight: bold; color: #353535; margin-left: 50px; position: relative; line-height: 64px; transition: all 0.5s;}
|
|||
|
.searceboxtop .right a:hover{ color: #09357F;}
|
|||
|
.searceboxtop .right a::after{ content: ''; width: 100%; height: 2px; background: #0e367e; position: absolute; left: 0; bottom: 0; opacity: 0;}
|
|||
|
.searceboxtop .right a.on::after{ opacity: 1;}
|
|||
|
.padding{ padding-top: 40px;}
|
|||
|
.searceboxone .cont{ position: relative; overflow: hidden;}
|
|||
|
.searceboxone .img{ width: 100%; height: 454px; background: url(../images/img14.jpg) no-repeat center; background-size: cover; overflow: hidden;}
|
|||
|
.searceboxone .img img{ width: 100%; opacity: 0;}
|
|||
|
.searceboxone .text{ position: absolute; top: 0; left: 55px; z-index: 5; height: 100%; display: flex; align-items: center;}
|
|||
|
.searceboxone .text .h1{ font-size: 46px; font-family: 'font2'; line-height: 50px; text-transform: uppercase; font-weight: bold;}
|
|||
|
.searceboxone .text .h2{ font-size: 36px; font-weight: bold; color: #353535; line-height: 40px; margin-top: 5px;}
|
|||
|
.searceboxone .text .em{ width: 70px; height: 2px; background: #0E357F; margin-top: 15px;}
|
|||
|
.searceboxone .text .p{ font-size: 24px; line-height: 36px; color: #353535; margin-top: 15px;}
|
|||
|
.searceboxone .text .e{ font-size: 14px; line-height: 18px; color: #353535; margin-top: 10px; font-family: 'font1'; opacity: 0.5; text-transform: uppercase;}
|
|||
|
.contentboxer{ background: url(../images/img3.jpg) no-repeat center bottom; background-size: 100% auto;}
|
|||
|
.searceboxtwo{ padding: 40px 0 65px 0;}
|
|||
|
.searceboxtwo .cont{ display: flex; justify-content: space-between;margin-top: 30px}
|
|||
|
.searceboxtwo .cont:first-child{margin-top: 0px}
|
|||
|
.searceboxtwo .cont .left{ width: 830px;}
|
|||
|
.searceboxtwo .cont .left .h1{ font-size: 24px; font-weight: bold; color: #0F3573;}
|
|||
|
.searceboxtwo .cont .left .p{ font-size: 14px; line-height: 28px; color: #353535; margin-top: 15px;}
|
|||
|
.searceboxtwo .cont .right{ width: 480px; margin-top: 30px; overflow: hidden;}
|
|||
|
.searceboxtwo .cont .right img{ width: 100%; transition: all 0.5s;}
|
|||
|
.searceboxtwo .cont .right img:hover{ transform: scale(1.05);}
|
|||
|
.footer{ background: #09357F; padding: 35px 0 45px 0;}
|
|||
|
.footer .cont{ display: flex; justify-content: space-between;}
|
|||
|
.footer .cont .left{ display: flex; justify-content: flex-start;}
|
|||
|
.footer .cont .left .h1 a{ font-size: 16px; color: #fff; line-height: 20px;}
|
|||
|
.footer .cont .left .m{ margin-top: 15px;}
|
|||
|
.footer .cont .left .m a{ font-size: 14px; line-height: 32px; color: #fff; opacity: 0.6;}
|
|||
|
.footer .cont .left .li{ margin-right: 75px;}
|
|||
|
.footer .cont .right{ position: relative;}
|
|||
|
.footer .cont .right .img{ width: 113px;}
|
|||
|
.footer .cont .right .img img{ width: 100%;}
|
|||
|
.footer .cont .right .bot{ position: absolute; top: 50%; right: 130px; margin-top: -30px;}
|
|||
|
.footer .cont .right .bot a{ font-size: 14px; line-height: 30px; color: #fff; opacity: 0.3; text-align: right; white-space: nowrap;}
|
|||
|
.footer .cont .left .li2 .m a{ padding-left: 24px;}
|
|||
|
.footer .cont .left .li2 .m .k1{ background: url(../images/icon7.png) no-repeat left -2px center; background-size: 20px auto;}
|
|||
|
.footer .cont .left .li2 .m .k2{ background: url(../images/icon6.png) no-repeat left -2px center; background-size: 20px auto;}
|
|||
|
.footer .cont .left .li2 .m .k3{ background: url(../images/icon5.png) no-repeat left -2px center; background-size: 20px auto;}
|
|||
|
.advicebox{ padding: 60px 0 160px 0; display: flex; justify-content: space-between;}
|
|||
|
.advicebox .left{ width: 334px; padding-top: 35px;}
|
|||
|
.advicebox .left .m img{ width: 250px;}
|
|||
|
.advicebox .left .tel{ padding: 22px 0; margin-top: 30px; border-top: 1px solid #C9D3E2; display: flex; justify-content: flex-start; align-items: center;}
|
|||
|
.advicebox .left .tel .k img{ width: 71px; margin-right: 14px;}
|
|||
|
.advicebox .left .tel .p{ font-size: 16px; color: #262626; opacity: 0.8; line-height: 20px; padding-top: 5px;}
|
|||
|
.advicebox .left .tel .h1{ font-size: 24px; color: #262626; font-weight: bold; line-height: 26px; margin-top: 5px;}
|
|||
|
.advicebox .right{ width: 960px;}
|
|||
|
.advicebox .right .h1{ font-size: 36px; color: #353535;}
|
|||
|
.advicebox .right .wt{ margin-top: 15px;}
|
|||
|
.advicebox .right .wt p{ font-size: 15px; line-height: 28px; color: #353535;}
|
|||
|
.advicebox .right .wt img{ width: 100%;}
|
|||
|
.businessmap{ width: 100%; height: 608px; background: url(../images/img10.jpg) no-repeat center; background-size: cover; margin-top: -190px;}
|
|||
|
.business .img{ background: url(../images/img9.jpg) no-repeat center; background-size: cover;}
|
|||
|
.business .text .add{ margin-top: 20px;}
|
|||
|
.business .text .add div{ font-size: 16px; color: #353535; line-height: 36px;}
|
|||
|
.business .text .weah{ margin-top: 15px; display: flex; justify-content: flex-start;}
|
|||
|
.business .text .weah img{ width: 114px; margin-right: 17px;}
|
|||
|
.business{ position: relative; z-index: 5;}
|
|||
|
.enterprise{ padding-top: 60px;}
|
|||
|
.title{ text-align: center;}
|
|||
|
.title .h1{ font-size: 36px; font-weight: bold; color: #353535; text-transform: uppercase; line-height: 36px;}
|
|||
|
.title .p{ font-size: 30px; line-height: 30px; color: #353535; margin-top: 8px;}
|
|||
|
.enterprise .cont{ margin: 50px auto 0; position: relative; padding-bottom: 20px;}
|
|||
|
.enterprise .cont::after{ width: 1px; height: 100%; position: absolute; top: 0; left: 50%; margin-left: -0.5px; background: #0E357F; opacity: 0.2; content: '';}
|
|||
|
.enterprise .cont .li{ padding-bottom: 40px; position: relative;min-height: 1.2rem;}
|
|||
|
.enterprise .cont .li .text{ width: 604px; float: right; text-align: left; padding-top: 13px;}
|
|||
|
.enterprise .cont .li:nth-child(2n) .text{ float: left; text-align: right;}
|
|||
|
.enterprise .cont .li .text .m{ font-size: 15px; line-height: 36px; position: relative; padding: 0 20px;}
|
|||
|
.enterprise .cont .li .text .m::after{ width: 10px; height: 36px; position: absolute; top: 0; left: 0; background: url(../images/icon11.png) no-repeat left center; background-size: 10px auto; content: '';}
|
|||
|
.enterprise .cont .li:nth-child(2n) .text .m::after{ left: auto; right: 0;}
|
|||
|
.enterprise .cont .li .em{ position: absolute; top: 0; left: 50%; margin-left: -33px; z-index: 5; width: 66px; height: 66px; border-radius: 100%; background: #c9d4e1; text-align: center; line-height: 66px; font-size: 20px; font-weight: bold; color: #353535;}
|
|||
|
.enterprise .cont .li .em i{ width: 88px; height: 88px; border-radius: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: hsla(216,30%,84%,0.30); z-index: -1;}
|
|||
|
.abstractone{ padding: 65px 0 60px 0; overflow: hidden;}
|
|||
|
.abstractone .cont{ display: flex; justify-content: space-between;}
|
|||
|
.abstractone .cont .left .h1{ font-size: 36px; line-height: 42px; color: #0E357F; font-weight: bold; text-transform: uppercase;}
|
|||
|
.abstractone .cont .left .h2{ font-size: 30px; color: #353535; line-height: 40px; margin-top: 5px;}
|
|||
|
.abstractone .cont .left .m{ font-size: 15px; color: #353535; line-height: 30px;}
|
|||
|
.abstractone .cont .left .p{ font-size: 14px; line-height: 28px; color: #353535; margin-top: 20px;}
|
|||
|
.abstractone .cont .left{ width: 820px;}
|
|||
|
.abstractone .cont .right{ padding-top: 80px; width: 494px;}
|
|||
|
.abstractone .cont .right .p{ font-size: 90px; line-height: 90px; text-transform: uppercase; color: #EFEEEE; text-align: center; font-weight: bold;}
|
|||
|
.abstractone .cont .right .img{ width: 100%; overflow: hidden; margin-top: 15px;}
|
|||
|
.abstractone .cont .right .img img{ width: 100%; transition: all 0.5s;}
|
|||
|
.abstractone .cont .right .img:hover img{ transform: scale(1.05);}
|
|||
|
.abstractwo{ padding: 60px 0 70px 0; background: #F4F4F4 url(../images/img29.jpg) no-repeat center bottom; background-size: 100% auto; overflow: hidden;}
|
|||
|
.abstractwo .list{ display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 10px;}
|
|||
|
.abstractwo .list .li{ width: 664px; margin-top: 34px; background: hsla(0,0%,100%,0.50); transition: all 0.5s;}
|
|||
|
.abstractwo .list .li:hover{ box-shadow: 0 0 10px hsla(218,87%,27%,0.20);}
|
|||
|
.abstractwo .list .li a{ display: flex; justify-content: space-between;}
|
|||
|
.abstractwo .list .li .img{ width: 241px; height: 303px; overflow: hidden;}
|
|||
|
.abstractwo .list .li .img img{ width: 100%; }
|
|||
|
.abstractwo .list .li .text{ width: 373px; padding: 35px 24px 0 0;}
|
|||
|
.abstractwo .list .li .text .h1{ font-size: 24px; color: #353535; font-weight: bold; line-height: 26px; transition: all 0.5s;}
|
|||
|
.abstractwo .list .li:hover .text .h1{ color: #09357F;}
|
|||
|
.abstractwo .list .li .text .em{ font-size: 15px; font-weight: bold; color: #353535; line-height: 20px; margin-top: 8px;}
|
|||
|
.abstractwo .list .li .text .p{ font-size: 14px; margin-top: 20px; line-height: 26px; color: #353535; opacity: 0.9;}
|
|||
|
.itembox{ padding: 55px 0 100px 0;}
|
|||
|
.itembox .list{ margin-top: 40px;}
|
|||
|
.itembox .title{ text-align: left;}
|
|||
|
.itembox .itemimg{ display: flex; justify-content: space-between;}
|
|||
|
.itembox .itemimg .left{ width: 630px;}
|
|||
|
.itembox .itemimg .img{ width: 643px; overflow: hidden;}
|
|||
|
.itembox .itemimg .img img{ width: 100%; transition: all 0.5s;}
|
|||
|
.itembox .itemimg .img:hover img{ transform: scale(1.05);}
|
|||
|
.itembox .emk .p{ font-size: 20px; color: #353535; text-align: center; line-height: 30px; margin-top: 8px; transition: all 0.3s;}
|
|||
|
.itembox .emk i{ display: block; width: 28px; height: 28px; background: url(../images/icon9.png) no-repeat center; background-size: 22px; margin: auto; position: relative; z-index: 5; transition: all 0.3s;}
|
|||
|
.itembox .emk{ cursor: pointer; position: relative;}
|
|||
|
.itembox .emk::after{ content: ''; width: 100%; height: 1px; background: #353535; opacity: 0.5; position: absolute; top: 13px; left: 0; z-index: 0;}
|
|||
|
.itembox .swiper-slide-thumb-active .emk .p{ font-size: 26px; color: #0E357F;}
|
|||
|
.itembox .swiper-slide-thumb-active .emk i{ background: url(../images/icon10.png) no-repeat center; background-size: 28px auto;}
|
|||
|
.itembox .mySwiper{ margin-top: 84px; padding-top: 26px;}
|
|||
|
.itembox .itemimg .left .h1{ font-size: 56px; line-height: 56px; color: #0E357F; padding-top: 30px;}
|
|||
|
.itembox .itemimg .left .li{ margin-top: 34px;}
|
|||
|
.itembox .itemimg .left .li .h2{ font-size: 20px; font-weight: bold; color: #353535; line-height: 22px;}
|
|||
|
.itembox .itemimg .left .li .p{ font-size: 14px; color: #353535; line-height: 24px; margin-top: 10px;}
|
|||
|
.itembox .swiper-button-next, .itembox .swiper-button-prev{ display: none;}
|
|||
|
.itembox .em{ left: 0; position: absolute; top: 12px; width: 52px; height: 52px; border-radius: 100%; margin: 0; background: #9a9a9a url(../images/icon8.png) no-repeat center; background-size: 12px auto; z-index: 5; cursor: pointer;}
|
|||
|
.itembox .em1{ transform: rotate(180deg); right: 0; left: auto;}
|
|||
|
.searceboxtop2{ margin-top: 88px;}
|
|||
|
.joinbox{ padding: 35px 0 70px 0;}
|
|||
|
.joinbox .cont{ display: flex; justify-content: space-between;}
|
|||
|
.joinbox .cont .left .h1{ font-size: 30px; color: #353535;}
|
|||
|
.joinbox .cont .left .text{ margin-top: 15px;}
|
|||
|
.joinbox .cont .left .text .p{ font-size: 15px; line-height: 28px; color: #353535;}
|
|||
|
.joinbox .cont .left .img{ margin-top: 20px; display: flex; justify-content: flex-start;}
|
|||
|
.joinbox .cont .left .img img{ width: 114px; margin-right: 18px;}
|
|||
|
.joinbox .cont .right{ width: 826px;}
|
|||
|
.joinbox .cont .right .li{ margin-top: 50px;}
|
|||
|
.joinbox .cont .right .li:first-child{ margin-top: 0;}
|
|||
|
.joinbox .cont .right .li .h2{ font-size: 24px; color: #353535; font-weight: bold; line-height: 30px;}
|
|||
|
.joinbox .cont .right .li .p{ font-size: 15px; line-height: 32px; margin-top: 10px; color: #353535;}
|
|||
|
.joinboxer{ padding: 55px 0 80px 0;}
|
|||
|
.joinboxer .top{ display: flex; justify-content: space-between; padding-bottom: 35px; border-bottom: 1px solid hsla(216,30%,84%,0.40); overflow: hidden;}
|
|||
|
.joinboxer .top .h1{ font-size: 36px; font-weight: bold; color: #353535; line-height: 36px; text-transform: uppercase;}
|
|||
|
.joinboxer .top .h2{ font-size: 30px; color: #353535; line-height: 40px;}
|
|||
|
.joinboxer .top .p{ font-size: 15px; line-height: 28px; color: #353535; margin-top: 20px; width: 830px;}
|
|||
|
.joinboxer .top .right{ display: flex; padding-top: 25px;}
|
|||
|
.joinboxer .top .right img{ width: 114px; margin-left: 18px;}
|
|||
|
.joinboxer .list{ display: flex; justify-content: flex-start; flex-wrap: wrap; padding-top: 15px;}
|
|||
|
.joinboxer .list a{ width: 440px; height: 180px; background: #F4F4F4; margin-top: 20px; margin-right: 20px; position: relative;}
|
|||
|
.joinboxer .list .li:nth-child(3n) a{ margin-right: 0;}
|
|||
|
.joinboxer .list .li .text{ padding: 32px 0 0 27px;}
|
|||
|
.joinboxer .list .li .h1{ font-size: 24px; color: #262626; line-height: 24px; transition: all 0.5s;}
|
|||
|
.joinboxer .list .li:hover .h1{ color: #0E357F;}
|
|||
|
.joinboxer .list .li .em{ width: 47px; height: 2px; margin-top: 15px; background: #0E357F;}
|
|||
|
.joinboxer .list .li .p{ margin-top: 15px;}
|
|||
|
.joinboxer .list .li .p, .joinboxer .list .li .p p{ font-size: 15px; line-height: 28px; color: #262626; opacity: 0.8;}
|
|||
|
.joinboxer .list .li i{ width: 75px; height: 75px; border-radius: 100%; background: #fff url(../images/icon3.png) no-repeat center; background-size: 38px auto; position: absolute; right: 24px; bottom: 24px; transition: all 0.5s;}
|
|||
|
.joinboxer .list .li:hover i{ background: #0E357F url(../images/icon4.png) no-repeat center; background-size: 38px auto;}
|
|||
|
.joinboxer .list .li a{ transition: all 0.5s; position: relative;}
|
|||
|
.joinboxer .list .li:hover a{ /*box-shadow: 0 0 10px hsla(218,87%,27%,0.20);*/ background: #F2F5FB;}
|
|||
|
.joinboxer .list .li a::after{ content: ''; width: 0; height: 2px; background: #0E357F; position: absolute; left: 0; bottom: 0; transition: all 0.5s;}
|
|||
|
.joinboxer .list .li:hover a::after{ width: 100%;}
|
|||
|
.addedbox{ padding: 70px 0;}
|
|||
|
.addedbox .title{ text-align: left;}
|
|||
|
.addedbox .list{ margin-top: 35px;}
|
|||
|
.addedbox .list .li{ background: #F4F4F4;}
|
|||
|
.addedbox .list .li .img{ width: 678px; height: 406px; overflow: hidden; float: right;}
|
|||
|
.addedbox .list .li:nth-child(2n) .img{ float: left;}
|
|||
|
.addedbox .list .li .img img{ width: 100%; transition: all 0.5s;}
|
|||
|
.addedbox .list .li:hover .img img{ transform: scale(1.05);}
|
|||
|
.addedbox .list .li .text{ width: calc(100% - 678px); min-height: 406px; display: flex; justify-content: center; align-items: center;}
|
|||
|
.addedbox .list .li .text>div{ padding: 0 37px;}
|
|||
|
.addedbox .list .li .text .h1{ font-size: 24px; color: #0F3573; line-height: 30px; font-weight: bold;}
|
|||
|
.addedbox .list .li .text .p{ font-size: 14px; line-height: 28px; margin-top: 15px; color: #353535;overflow: auto}
|
|||
|
.newsboxone{ padding: 45px 0;}
|
|||
|
.newsboxone .cont{ display: flex; justify-content: space-between; align-items: center; position: relative;}
|
|||
|
/*.newsboxone .cont .a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;}*/
|
|||
|
.newsboxone .cont .img{ width: 560px; overflow: hidden;}
|
|||
|
.newsboxone .cont .img img{ width: 100%; transition: all 0.5s;}
|
|||
|
.newsboxone .cont .img:hover img{ transform: scale(1.05);}
|
|||
|
.newsboxone .cont .text{ width: 753px;}
|
|||
|
.newsboxone .cont .text .e{ font-size: 26px; color: #353535; line-height: 30px; opacity: 0.3;}
|
|||
|
.newsboxone .cont .text .h1{ font-size: 28px; line-height: 38px; color: #0E357F; margin-top: 10px;}
|
|||
|
.newsboxone .cont .text .p{ font-size: 15px; line-height: 28px; color: #353535; opacity: 0.8; margin-top: 20px;}
|
|||
|
.newsboxone .cont .text .s{ font-size: 14px; color: #0E357F; line-height: 20px; margin-top: 50px;}
|
|||
|
.newslist{ background: #F4F4F4 url(../images/img29.jpg) no-repeat center bottom; background-size: cover; padding: 45px 0 55px 0;}
|
|||
|
.newslist .cont{ display: flex; justify-content: space-between;}
|
|||
|
.newslist .cont .right{ width: 378px;}
|
|||
|
.newslist .cont .right a img{ width: 100%; margin-bottom: 16px; transition: all 0.5s;}
|
|||
|
.newslist .cont .right a img:hover{ box-shadow: 0 0 10px hsla(218,87%,27%,0.20);}
|
|||
|
.newslist .cont .left{ width: 954px;}
|
|||
|
.newslist .cont .left .li{ margin-bottom: 20px; background: #fff; transition: all 0.5s;}
|
|||
|
.newslist .cont .left .li:hover{ box-shadow: 0 0 10px hsla(218,87%,27%,0.20);}
|
|||
|
.newslist .cont .left .li a{ padding: 25px 0; display: flex; justify-content: space-between; align-items: center;}
|
|||
|
.newslist .cont .left .li .time{ width: 110px; height: 100px; border-right: 1px solid #EBEBEB; display: flex; justify-content: center; align-items: center; text-align: right;}
|
|||
|
.newslist .cont .left .li .time .m{ font-size: 30px; font-weight: bold; line-height: 30px; color: #262626;}
|
|||
|
.newslist .cont .left .li .time .f{ font-size: 14px; color: #262626; margin-top: 10px; opacity: 0.6;}
|
|||
|
.newslist .cont .left .li .text{ width: 800px; margin-right: 24px;}
|
|||
|
.newslist .cont .left .li .text .h1{ font-size: 18px; line-height: 28px; color: #262626; transition: all 0.5s;}
|
|||
|
.newslist .cont .left .li:hover .text .h1{ color: #0E357F;}
|
|||
|
.newslist .cont .left .li .text .p{ font-size: 14px; line-height: 26px; color: #262626; opacity: 0.8; margin-top: 5px;}
|
|||
|
.newslist .cont .left .more{ background: #fff; font-size: 16px; text-align: center; color: #0E357F; line-height: 60px; transition: all 0.5s;}
|
|||
|
.newslist .cont .left .more:hover{ background: #0E357F; color: #fff; box-shadow: 0 0 10px hsla(218,87%,27%,0.20);}
|
|||
|
.newslist .cont .left .more:hover a{ color: #fff;}
|
|||
|
.newsdatabox{ padding: 50px 0 65px 0; display: flex; justify-content: space-between;}
|
|||
|
.newsdatabox .left .h1{ font-size: 28px; line-height: 38px; color: #0E357F;}
|
|||
|
.newsdatabox .left .cion{ display: flex; justify-content: flex-start; padding: 20px 0 15px 0; border-bottom: 1px solid hsla(216,30%,84%,0.50);}
|
|||
|
.newsdatabox .left .cion .p{ font-size: 14px; line-height: 28px; color: #353535; opacity: 0.5; margin-right: 12px;}
|
|||
|
.newsdatabox .left .text{ padding: 20px 0; border-bottom: 1px solid hsla(216,30%,84%,0.50);}
|
|||
|
.newsdatabox .left .text p{ font-size: 15px; line-height: 28px; color: #353535; }
|
|||
|
.newsdatabox .left{ width: 947px;}
|
|||
|
.newsdatabox .left .text img{ max-width: 100%;}
|
|||
|
.newsdatabox .left .page{ margin-top: 30px; display: flex; justify-content: space-between; align-items: center;}
|
|||
|
.newsdatabox .left .page .more a{ white-space: nowrap; display: flex; justify-content: flex-start; font-size: 15px; line-height: 32px; color: #353535; opacity: 0.8; transition: all 0.5s;}
|
|||
|
.newsdatabox .left .page .more a i{ font-size: 15px; line-height: 32px; color: #353535; transition: all 0.5s;}
|
|||
|
.newsdatabox .left .page .more a:hover i{ color: #09357F; text-decoration: underline;}
|
|||
|
.newsdatabox .left .page .m a{ transition: all 0.5s; width: 176px; height: 50px; border: 1px solid #C9D3E2; display: flex; justify-content: center; line-height: 50px; border-radius: 26px;}
|
|||
|
.newsdatabox .left .page .m a:hover{ background: #09357F; border-color: #09357F;}
|
|||
|
.newsdatabox .left .page .m a i{ transition: all 0.5s; font-size: 15px; color: #353535; opacity: 0.8; padding-left: 30px; background: url(../images/icon14.png) no-repeat left center; background-size: 20px auto;}
|
|||
|
.newsdatabox .left .page .m a:hover i{ color: #fff;background: url(../images/icon14s.png) no-repeat left center; background-size: 20px auto;}
|
|||
|
.newsdatabox .right{ width: 378px;}
|
|||
|
.newsdatabox .right a img{ width: 100%; margin-bottom: 16px; transition: all 0.5s;}
|
|||
|
.newsdatabox .right a img:hover{ box-shadow: 0 0 10px hsla(218,87%,27%,0.20);}
|
|||
|
.indexbanner .indexbox{ position: relative;}
|
|||
|
.indexbanner .indexbox .img{ width: 100%; height: 6.06rem; overflow: hidden; background: #000;}
|
|||
|
.indexbanner .indexbox .img img{ height: 100%; opacity: 0.9;}
|
|||
|
.indexbanner .indexbox .img img.img2{ display: none;}
|
|||
|
.indexbanner .indexbox .textbox{ position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
|
|||
|
.indexbanner .indexbox .textbox .h1{ font-size: 48px; color: #fff; line-height: 50px;}
|
|||
|
.indexbanner .indexbox .textbox .e{ font-size: 24px; color: #fff; text-transform: uppercase; line-height: 30px; margin-top: 10px; opacity: 0.8; letter-spacing: 2px;}
|
|||
|
.indexbanner .indexbox .textbox .h2{ font-size: 22px; color: #fff; line-height: 30px; margin-top: 15px; opacity: 0.9;}
|
|||
|
.indexbanner .indexbox .textbox .p{ font-size: 14px; margin-top: 10px; color: #fff; line-height: 20px; opacity: 0.5; text-transform: uppercase;}
|
|||
|
.indexbanner .swiper-pagination-bullet{ width: 22px; height: 8px; border-radius: 4px; background: #fff; opacity: 0.4; transition: all 0.5s;}
|
|||
|
.indexbanner .swiper-pagination-bullet-active{ width: 42px; opacity: 1;}
|
|||
|
.indexbanner .swiper-container-horizontal>.swiper-pagination-bullets{ bottom: 22px;}
|
|||
|
.indexbanner .indexbox .mer{ display: flex; justify-content: flex-start; align-items: flex-end;}
|
|||
|
.indexbanner .indexbox .mer img{ height: 77px;}
|
|||
|
.indexbanner .indexbox .mer .u{ font-size: 32px; font-weight: bold; color: #fff; margin-left: 10px; text-transform: uppercase; line-height: 36px; font-family: 'font1';}
|
|||
|
.indexboxcer{ padding: 45px 0; background: hsla(0,0%,46%,0.08);}
|
|||
|
.indexboxcer .cont{ display: flex; justify-content: space-between;}
|
|||
|
.indexboxcer .cont .left{ width: 665px;}
|
|||
|
.indexboxcer .cont .left a{ display: flex; justify-content: space-between;}
|
|||
|
.indexboxcer .cont .left .img{ width: 300px; overflow: hidden;}
|
|||
|
.indexboxcer .cont .left .img img{ width: 100%;}
|
|||
|
.indexboxcer .cont .left .text{ width: 350px;}
|
|||
|
.indexboxcer .cont .left .text .h1{ font-size: 18px; line-height: 28px; font-weight: bold; color: #09357F;}
|
|||
|
.indexboxcer .cont .left .text .time{ font-size: 16px; color: #BEBEBE; line-height: 20px; margin-top: 15px;}
|
|||
|
.indexboxcer .cont .left .text .p{ font-size: 14px; line-height: 24px; color: #868686; margin-top: 20px;}
|
|||
|
.indexboxcer .cont .right{ width: 645px;}
|
|||
|
.indexboxcer .cont .right .top{ display: flex; justify-content: space-between; align-items: flex-end;}
|
|||
|
.indexboxcer .cont .right .top .h1{ font-size: 22px; color: #262626; font-weight: bold; line-height: 30px;}
|
|||
|
.indexboxcer .cont .right .top a{ font-size: 14px; line-height: 28px; text-transform: uppercase; color: #262626; opacity: 0.5; transition: all 0.5s;}
|
|||
|
.indexboxcer .cont .right .top a:hover{ color: #09357F;}
|
|||
|
.indexboxcer .cont .right .li a{ display: flex; justify-content: space-between; line-height: 32px;}
|
|||
|
.indexboxcer .cont .right .li a .time{ font-size: 14px; color: #8C8C8C;}
|
|||
|
.indexboxcer .cont .right .li a .p{ font-size: 15px; width: 550px; color: #4B4B4B; transition: all 0.5s;}
|
|||
|
.indexboxcer .cont .right .li:hover a .p{ color: #09357F;}
|
|||
|
.indexboxcer .cont .right .list{ margin-top: 20px;}
|
|||
|
.indexfrom .cont{ display: flex; justify-content: space-between;}
|
|||
|
.indexfrom .cont .one, .indexfrom .cont .two{ position: relative; overflow: hidden;}
|
|||
|
.indexfrom .cont .one a, .indexfrom .cont .two a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;z-index: 2}
|
|||
|
.indexfrom .cont .one .img{ width: 679px; height: 233px; overflow: hidden;}
|
|||
|
.indexfrom .cont .two .img{ width: 334px;}
|
|||
|
.indexfrom .cont .one .img img, .indexfrom .cont .two .img img{ width: 100%;}
|
|||
|
.indexfrom .cont .two .text{ position: absolute; top: 0; left: 0; right: 0; height: 100%; display: flex; align-items: center; padding: 0 32px;}
|
|||
|
.indexfrom .cont .two .text .h{ font-size: 36px; color: #fff; opacity: 0.6; line-height: 36px; font-weight: bold; text-transform: uppercase;}
|
|||
|
.indexfrom .cont .two .text .p{ font-size: 26px; margin-top: 10px; color: #fff; line-height: 26px;}
|
|||
|
.indexfrom .cont .one .text{ position: absolute; left: 29px; bottom: 30px; display: flex; justify-content: flex-start; align-items: center;}
|
|||
|
.indexfrom{ padding: 40px 0;}
|
|||
|
.indexfrom .cont .one .text img{ height: 62px; margin-right: 10px;}
|
|||
|
.indexfrom .cont .one .text .r{ font-size: 32px; font-weight: bold; line-height: 32px; color: #fff; opacity: 0.6; text-transform: uppercase;}
|
|||
|
.indexfrom .cont .one .text .p{ font-size: 26px; line-height: 26px; color: #fff; margin-left: -12px; padding-top: 30px;}
|
|||
|
/* */
|
|||
|
.navCell{ display: none;}
|
|||
|
.hearCell{ height: 50px; position: fixed; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; z-index: 20; padding: 0 15px; border-bottom: 1px solid hsla(0,0%,100%,0.10); transition: all 0.5s;}
|
|||
|
.hearCell2{ background: #fff; box-shadow: 0 0 10px #eee;}
|
|||
|
.hearCell .img{ float: left; height: 36px;}
|
|||
|
.hearCell .img a, .hearCell .img a img{ display: block; height: 100%;}
|
|||
|
.hearCell .push{ float: right; width: 26px; height: 26px; background: url(../images/nav-cell.png) no-repeat center; background-size: 100% auto;}
|
|||
|
.navCell .up{ display: none; width: 100%; height: 100%; background: #000; position: fixed; top: 0; left: 0; z-index: 25; opacity: 0.5;}
|
|||
|
.listCell{ width: 160px; position: fixed; top: 0; right: -100%; bottom: 0; z-index: 30; background: #fff; padding: 0 20px; transition: all 0.5s; opacity: 0;}
|
|||
|
.listCellTwo{ right: 0; opacity: 1;}
|
|||
|
.listCell .img{ height: 36px; padding: 70px 0 20px 0;}
|
|||
|
.listCell .sole{ width: 24px; height: 24px; background: url(../images/icon-22.png) no-repeat center; background-size: 100% 100%; position: absolute; top: 15px; right: 15px;}
|
|||
|
.listCell .list{ padding: 15px 0 30px 0;}
|
|||
|
.listCell .list a{ display: block; font-size: 16px; color: #333; line-height: 30px; transition: all 0.1s;}
|
|||
|
.listCell .list .li{ border-bottom: 1px solid #ececec; padding: 10px 0;}
|
|||
|
.listCell .lang{ /*display: flex; justify-content: space-between; align-items: center;*/ position: relative;}
|
|||
|
.listCell .lang .input{ padding: 0 40px 0 5px; height: 36px; position: relative; border-bottom: 1px solid #eee;}
|
|||
|
.listCell .lang .input input{ display: block; width: 100%; height: 36px; border: none;}
|
|||
|
.listCell .lang button{ display: block; width: 30px; height: 30px; background: url(../images/icon2.png) no-repeat center right; background-size: 70% auto; position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: none;}
|
|||
|
.listCell .lang .mik{ display: flex; justify-content: flex-start;}
|
|||
|
.listCell .lang .mik a{ font-size: 15px; line-height: 30px; color: #666;}
|
|||
|
.listCell .lang .mik a:first-child{ margin-right: 20px; position: relative;}
|
|||
|
.listCell .lang .mik a:first-child:after{ content: ''; width: 1px; height: 16px; background: #999; position: absolute; right: -10px; top: 50%; transform: translateY(-50%);}
|
|||
|
.listCell .lang .searcher a{ width: 30px; height: 30px; background: url(../images/icon2.png) no-repeat center right; background-size: 70% auto;}
|
|||
|
.listCell .tel{ font-size: 13px; color: #999; line-height: 30px; padding-left: 25px; background: url(../images/icon1w.png) no-repeat left top 7px; background-size: 15px auto;}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|