123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644 |
- /* 首页主体内容样式 */
- .main {
- background: #ffffff;
- }
- /* 所有主体内容标题 */
- .main h2.item-title {
- text-align: center;
- font-size: 32px;
- line-height: 56px;
- }
- .main h2>a {
- color: #000000;
- }
- /* 所有主体内容描述 */
- .main .item-dec {
- text-align: center;
- font-size: 22px;
- margin-bottom: 32px;
- color: #AEAEAE;
- }
- .main>div {
- padding: 70px 0px;
- }
- /* 轮播图 */
- .swiper-slide>img {
- width: 100%;
- }
- #swiper1 .swiper-button-next:after,
- .swiper-button-prev:after {
- font-size: 69px !important;
- }
- #swiper1 .swiper-button-prev,
- .swiper-container-rtl .swiper-button-next {
- color: #ffffff !important;
- }
- #swiper1 .swiper-button-next,
- .swiper-container-rtl .swiper-button-prev {
- color: #ffffff !important;
- }
- /* 视频按钮 */
- .video-button {
- position: absolute;
- top: 67%;
- left: 46%;
- background: transparent;
- padding: 3px 20px;
- border-radius: 5px;
- line-height: 44px;
- font-size: 22px;
- border: 3px solid #ffffff;
- color: #ffffff;
- cursor: pointer;
- z-index: 99;
- -webkit-transition: all .5;
- -moz-transition: all .5;
- -o-transition: all .5;
- transition: all .5s;
- }
- .video-button:hover{
- -webkit-animation-name: bounceln;
- -o-animation-name: bounceln;
- animation-name: bounceln;
- -webkit-animation-duration: 1s;
- -o-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-timing-function: ease-out;
- -o-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- -webkit-animation-fill-mode: both;
- -o-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- /* 轮播图下方展示栏 */
- .tp-banner-dom {
- position: absolute;
- bottom: -35px;
- left: 50%;
- transform: translateX(-50%);
- width: 1210px;
- height: 122px;
- border-radius: 5px;
- background: #ffffff;
- box-shadow: 7px 12.1px 43px 0 rgba(0, 0, 0, .1);
- z-index: 99;
- }
- .tp-banner-item {
- width: 25%;
- border-radius: 5px;
- height: 100%;
- float: left;
- padding: 22px 0px;
- padding-left: 42px;
- }
- .tp-banner-item:hover {
- background: #1296DB;
- box-shadow: 0px 4px 15px 0 #1296dbbd;
- }
- .tp-banner-item>div>span {
- font-size: 25px;
- color: #000000;
- }
- .tp-banner-item>div>p {
- margin-top: 14px;
- color: #666666;
- }
- .tp-banner-item>div {
- float: left;
- }
- .tp-banner-item>em {
- display: inline-block;
- float: left;
- font-size: 52px;
- margin-right: 20px;
- color: #1296DB;
- }
- .tp-banner-item:hover>div>span,
- .tp-banner-item:hover>em {
- color: #ffffff;
- }
- .tp-banner-item:hover>div>p {
- color: #ffffff;
- }
- /* 产品服务 */
- .serve-list {
- width: 100%;
- }
- .serve-list::after {
- content: "";
- display: block;
- clear: both;
- }
- .serve-list li {
- float: left;
- width: 287px;
- height: 270px;
- margin-bottom: 30px;
- padding: 20px;
- background: #EFEFEF;
- border-radius: 5px;
- padding-top: 40px;
- text-align: center;
- position: relative;
- -webkit-transition: all .5;
- -moz-transition: all .5;
- -o-transition: all .5;
- transition: all .5s;
- }
- .serve-list a:not(:first-child) li {
- margin-left: 32px;
- }
- .serve-list a:nth-child(5) li {
- margin: 0px;
- }
- .serve-list li>div {
- width: 100%;
- }
- .p-fontsiz {
- font-size: 50px;
- color: #1296D8;
- font-weight: bold;
- position: relative;
- top: 0;
- -webkit-transition: all .5;
- -moz-transition: all .5;
- -o-transition: all .5;
- transition: all .5s;
- }
- .serve-list li:hover .p-fontsiz,
- .serve-list li.active .p-fontsiz { top: -26px; color: #ffffff; }
- .serve_text {
- position: relative;
- top: 0;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .serve_text ul::after{
- content: "";
- display: block;
- clear: both;
- }
- .serve_text li{
- float: left;
- width: 50%;
- color: #999999;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .serve_text li:nth-child(2n){
- text-align: right;
- }
- .serve_text li:nth-child(2n-1){
- text-align: left;
- }
- .serve-list a {display: inline-block;float: left;}
- .serve-list .serve-button {
- width: 100px;
- height: 30px;
- background: #ffffff;
- border-radius: 7px;
- line-height: 30px;
- margin: 20px auto;
- color: black;
- opacity: 0;
- position: relative;
- top: 0px;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .serve-list .serve_icon {
- width: 69px;
- height: 60px;
- margin: 0 auto;
- transition: 0.36s;
- position: relative;
- top: 0;
- }
- .serve-list .serve_text>p {
- font-size: 18px;
- color: #343434;
- margin-top: 18px;
- margin-bottom: 15px;
- }
- .serve-list .serve_text>span {
- font-size: 14px;
- width: 100%;
- color: #999999;
- margin-top: 3px;
- display: inline-block;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- }
- .serve-list li:hover {
- background: #1296DB;
- }
- .serve-list li:hover .serve_text {
- top: -36px;
- }
- .serve-list li:hover .serve_text>p {
- color: #ffffff;
- }
- .serve-list li:hover .serve_text li{
- color: #ffffff;
- }
- .serve-list li.active .serve_text li{
- color: #ffffff;
- }
- .serve-list li:hover .serve_text>span {
- color: #ffffff;
- margin-top: 0;
- }
- .serve-list li:hover .serve_icon {
- top: -26px;
- }
- .serve-list li:hover .serve-button {
- opacity: 1;
- top: -20px;
- }
- .serve-list li.active {
- background: #1296DB;
- }
- .serve-list li.active .serve_text {
- top: -36px;
- }
- .serve-list li.active .serve_text>p {
- color: #ffffff;
- }
- .serve-list li.active .serve_text>span {
- color: #ffffff;
- margin-top: 0;
- }
- .serve-list li.active .serve_icon {
- top: -26px;
- }
- .serve-list li.active .serve-button {
- opacity: 1;
- top: -20px;
- }
- /* 产品服务 end*/
- /* 关于我们 */
- .about {
- width: 100%;
- background: #f9f9fb;
- }
- .about_left {
- height: 550px;
- background: url(../images/about/chinamap.png) no-repeat;
- background-size: contain;
- background-position-x: 102px;
- }
- .about-dot {
- position: absolute;
- width: 9px;
- height: 9px;
- }
- .aboutinfo {
- position: absolute;
- top: -45px;
- left: 0;
- width: 248px;
- height: 197px;
- font-size: 46px;
- color: #d9dbdc;
- }
- .aboutinfo>.line {
- position: absolute;
- bottom: 0;
- width: 41%;
- height: 7px;
- background: #d9dbdc;
- }
- /* 福建-小圆点的位置 */
- .about_left>.one {
- top: 418px;
- left: 647px;
- border-radius: 6px;
- }
- .one.active>.bubble {
- width: 274px;
- }
- /* 长沙-小圆点的位置 */
- .about_left>.two {
- width: 30px;
- height: 30px;
- top: 389px;
- left: 545px;
- border-radius: 6px;
- background-size: cover;
- }
- .two.active>.bubble {
- top: -91px;
- left: -370px;
- width: 352px;
- }
- /* 北京-小圆点的位置 */
- .about_left>.three {
- top: 172px;
- left: 613px;
- border-radius: 6px;
- }
- .three.active>.bubble {
- top: -99px;
- right: -233px;
- width: 271px;
- }
- /* 武汉-小圆点的位置 */
- .about_left>.four {
- top: 351px;
- left: 570px;
- border-radius: 6px;
- }
- .four.active>.bubble {
- top: -91px;
- right: -22px;
- width: 229px;
- }
- /* 广西-小圆点的位置 */
- .about_left>.five {
- top: 446px;
- left: 530px;
- border-radius: 6px;
- }
- .five.active>.bubble {
- top: -88px;
- right: 20px;
- width: 293px;
- }
- /* 济南-小圆点的位置 */
- .about_left>.six {
- top: 255px;
- left: 627px;
- border-radius: 6px;
- }
- .six.active>.bubble {
- top: -104px;
- right: -243px;
- width: 266px;
- }
- /* 广州-小圆点的位置 */
- .about_left>.seven {
- top: 474px;
- left: 595px;
- border-radius: 6px;
- }
- .seven.active>.bubble {
- top: -110px;
- right: -193px;
- width: 264px;
- }
- /* 郑州-小圆点的位置 */
- .about_left>.eight {
- top: 296px;
- left: 587px;
- border-radius: 6px;
- }
- /* 合肥-小圆点的位置 */
- .about_left>.nine {
- top: 336px;
- left: 629px;
- border-radius: 6px;
- }
- /* 昆明-小圆点的位置 */
- .about_left>.ten {
- top: 432px;
- left: 441px;
- border-radius: 6px;
- }
- .ten.active>.bubble {
- top: -105px;
- right: 7px;
- width: 236px;
- }
- /* 成都-小圆点的位置 */
- .about_left>.eleven {
- top: 350px;
- left: 457px;
- border-radius: 6px;
- }
- .eleven.active>.bubble {
- top: -111px;
- right: -15px;
- width: 283px;
- }
- /* 沈阳-小圆点的位置 */
- .about_left>.twelve {
- top: 159px;
- left: 687px;
- border-radius: 6px;
- }
- /* 南昌-小圆点的位置 */
- .about_left>.thirteen {
- top: 391px;
- left: 613px;
- border-radius: 6px;
- }
- .thirteen.active>.bubble {
- left: -230px;
- width: 235px;
- }
- /* 大连-小圆点的位置 */
- .about_left>.fourteen {
- top: 185px;
- left: 686px;
- border-radius: 6px;
- }
- /* 拉萨-小圆点的位置 */
- .about_left>.fifteen {
- top: 324px;
- left: 260px;
- border-radius: 6px;
- }
- .fifteen.active>.bubble {
- top: -96px;
- right: 9px;
- width: 350px;
- }
- /* 内蒙古-小圆点的位置 */
- .about_left>.sixteen {
- top: 213px;
- left: 474px;
- border-radius: 6px;
- }
- .sixteen.active>.bubble {
- top: -91px;
- right: 31px;
- width: 244px;
- }
- /* 石家庄-小圆点的位置 */
- .about_left>.seventeen {
- top: 213px;
- left: 589px;
- border-radius: 6px;
- }
- .seventeen.active>.bubble {
- top: -91px;
- right: 14px;
- width: 294px;
- }
- /* 长春-小圆点的位置 */
- .about_left>.eighteen {
- top: 117px;
- left: 728px;
- border-radius: 6px;
- }
- .eighteen.active>.bubble {
- top: -91px;
- right: 34px;
- width: 235px;
- }
- /* 贵州-小圆点的位置 */
- .about_left>.nineteen {
- top: 392px;
- left: 483px;
- border-radius: 6px;
- }
- .nineteen.active>.bubble {
- width: 268px;
- top: -25px;
- right: 41px;
- }
- /* 新疆-小圆点的位置 */
- .about_left>.twenty {
- top: 117px;
- left: 283px;
- border-radius: 6px;
- }
- .twenty.active>.bubble {
- top: -61px;
- right: 33px;
- width: 258px;
- }
- /* 气泡 */
- .bubble>div:nth-child(2),
- .bubble>div:nth-child(5),
- .bubble>div:nth-child(3),
- .bubble>div:nth-child(4),
- .bubble>div:nth-child(6) {
- display: block;
- font-size: 16px;
- color: #666666;
- margin-top: 10px;
- }
- .bubble>.z_c {
- display: block;
- font-size: 16px;
- color: #333333;
- font-weight: bold;
- }
- .bubble {
- position: absolute;
- padding: 16px;
- top: -91px;
- right: -159px;
- width: 229px;
- background-color: #fff;
- border: 1px solid #dddedf;
- border-radius: 5px;
- box-shadow: 0 5px 20px rgba(153, 153, 153, .4);
- box-sizing: border-box;
- z-index: 99;
- display: none;
- }
- /* 小圆点 */
- .about-dot {
- width: 20px;
- height: 20px;
- background-size: cover;
- }
- /* .about_left>.about-dot:before {
- position: relative;
- z-index: 3;
- display: block;
- width: 100%;
- height: 100%;
- border-radius: 50%;
- background: #d5a57a;
- content: "";
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- transition: all .8s;
- } */
- .about_left>.active.about-dot::before {
- background: #0058FA;
- }
- .about-dot.active em {
- margin-top: -13px;
- margin-left: -13px;
- border: 1px solid #bab4f6;
- background-color: rgba(0, 77, 240, 0.1);
- }
- .about-dot em {
- position: absolute;
- top: 50%;
- left: 50%;
- box-sizing: border-box;
- margin-top: -13px;
- margin-left: -12px;
- width: 25px;
- height: 25px;
- border: 1px solid #e4c9b2;
- border-radius: 50%;
- background-color: rgba(255, 255, 255, .4);
- -webkit-transform: scale(.6);
- transform: scale(.6);
- display: none;
- -webkit-animation: dotanimo 4s linear infinite;
- -moz-animation: dotanimo 4s linear infinite;
- -o-animation: dotanimo 4s linear infinite;
- animation: dotanimo 4s linear infinite;
- -webkit-animation-timing-function: linear;
- -moz-animation-timing-function: linear;
- -o-animation-timing-function: linear;
- animation-timing-function: linear;
- }
- .about-dot.active em {
- display: inline-block;
- }
- .about-dot.two em {display: none;}
- .about_left>.about-dot>.dot-radio1 {
- z-index: 0;
- border: 1px dashed #e4c9b2;
- }
- .about-dot>.dot-radio2 {
- z-index: 1;
- background-color: rgba(255, 255, 255, .3);
- -webkit-animation-delay: 2s;
- -moz-animation-delay: 2s;
- -o-animation-delay: 2s;
- animation-delay: 2s;
- }
- .about-dot>.dot-radio3 {
- z-index: 2;
- background-color: rgba(255, 255, 255, .3);
- -webkit-animation-delay: 3s;
- -moz-animation-delay: 3s;
- -o-animation-delay: 3s;
- animation-delay: 3s;
- }
- .dot-radio1,
- .dot-radio2,
- .dot-radio3 {
- border: 1px dashed #f6b4b5;
- }
- /* 小圆点动画 */
- @keyframes dotanimo {
- 0% {
- transform: scale(.6);
- -webkit-transform: scale(.6);
- opacity: 1;
- }
- 70% {
- transform: scale(1.5);
- -webkit-transform: scale(1.5);
- opacity: .8;
- }
- 100% {
- transform: scale(2);
- -webkit-transform: scale(2);
- opacity: 0;
- }
- }
- .about_right {
- box-shadow: 7px 12.1px 43px 0 rgba(0, 0, 0, .1);
- }
- .about_right>.img {
- position: relative;
- }
- .about_right>.img>img {
- width: 100%;
- height: 200px;
- }
- .about_right>.img>.videox {
- position: absolute;
- width: 100%;
- height: 100%;
- background: #0000008a;
- top: 0;
- left: 0;
- display: none;
- }
- .about_right>.img:hover>.videox {
- display: block;
- }
- .about_right>.img>.videox>div {
- width: 46px;
- margin: 88px auto;
- cursor: pointer;
- }
- .about_right>.img>.videox>div img {
- width: 100%;
- }
- .about_right>.text {
- padding: 12px 30px;
- background: #ffffff;
- color: #333333;
- }
- .about_right>.text>p {
- color: #666666;
- margin-top: 20px;
- line-height: 26px;
- }
- .map-item {
- position: absolute;
- display: none;
- bottom: 13px;
- left: 0;
- }
- .map-item li {
- position: relative;
- display: block;
- padding: 12px 10px 12px 8px;
- line-height: 20px;
- }
- .map-item li p {
- color: rgba(51, 51, 51, .7);
- font-size: 17px;
- }
- .map-item li p>i {
- color: #1296DB;
- margin-right: 10px;
- }
- .map-item li h5 {
- overflow: hidden;
- padding-left: 5px;
- height: 18px;
- color: #333;
- font-size: 16px;
- margin: 0;
- }
- .map-item h5 strong {
- display: block;
- font-weight: 400;
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- transition: all .8s;
- }
- .map-item li:hover h5 strong:first-child {
- margin-top: -20px;
- }
- .map-item li em {
- position: absolute;
- bottom: -1px;
- left: 0;
- width: 160px;
- height: 1px;
- background-color: #eceded;
- }
- .map-item li .icon-kede {
- display: inline-block;
- margin-right: 5px;
- width: 20px;
- height: 20px;
- }
- .map-item li em:before {
- display: block;
- margin-left: 0;
- width: 10px;
- height: 1px;
- background-color: #999;
- content: "";
- -webkit-animation: marginl 2s linear infinite;
- -moz-animation: marginl 2s linear infinite;
- -ms-animation: marginl 2s linear infinite;
- -o-animation: marginl 2s linear infinite;
- animation: marginl 2s linear infinite;
- }
- @keyframes marginl {
- 0% {
- margin-left: 0;
- }
- 50% {
- margin-left: 50%;
- }
- 100% {
- margin-left: 100%;
- }
- }
- /* 关于我们 end */
- /* 资质荣誉 */
- .honor-list::after{
- content: "";
- display: block;
- clear: both;
- }
- .honor-box {
- width: 194px;
- background: #F3F3F3;
- height: 212px;
- text-align: center;
- padding-top: 20px;
- float: left;
- margin-right: 13px;
- position: relative;
- top: 0;
- transition: all 0.36s;
- -webkit-transition: all 0.36s;
- -o-transition: all 0.36s;
- -moz-transition: all 0.36s;
- }
- .honor-box:hover {
- top: -10px;
- box-shadow: 0 3px 10px #C9C9C9;
- }
- .honor-icon {
- width: 52%;
- margin: 10px auto;
- }
- .honor-icon img {
- width: 100%;
- }
- .honor-box div>p{font-size: 16px;}
- .honor-box div>span{
- font-size: 12px;
- color: #999999;
- }
- /* 资质荣誉 end */
- /* 服务客户 */
- .client {
- background: url("../images/kehu.jpg");
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .client>.container>h2>a {
- color: #ffffff;
- }
- .client-list {
- width: 100%;
- }
- .client-list::after {
- content: "";
- display: block;
- clear: both;
- }
- #swiper2 {
- padding: 20px 0;
- }
- .client-list>div {
- width: 20%;
- float: left;
- transition: all .5s;
- -webkit-transition: all .5s;
- /* Safari */
- }
- .client-list>div>img {
- width: 100%;
- }
- .client-list>div:hover {
- position: relative;
- box-shadow: -4px 6px 19px 2px rgba(177, 171, 171, 0.38);
- transform: scale(1.1);
- -ms-transform: scale(1.1);
- /* IE 9 */
- -moz-transform: scale(1.1);
- /* Firefox */
- -webkit-transform: scale(1.1);
- /* Safari 和 Chrome */
- -o-transform: scale(1.1);
- }
- #swiper2 .swiper-wrapper {
- height: 440px;
- }
- #swiper2 .swiper-pagination-bullet {
- width: 64px;
- height: 6px;
- display: inline-block;
- border-radius: 5px;
- background: #333333;
- opacity: 1;
- }
- #swiper2 .swiper-pagination-bullet-active {
- background: #ffffff;
- }
- /* 服务客户 end */
- /* 新闻 */
- .news {
- background: #ffffff;
- }
- .item_p img{
- display: none;
- }
- .news .mainnews {
- box-sizing: border-box;
- padding: 44px 60px;
- width: 520px;
- height: 544px;
- text-align: center;
- background: #f8f8f8;
- -webkit-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- float: left;
- }
- .newslist-left .text span {
- color: inherit;
- font-size: 24px;
- font-family: inherit;
- line-height: 30px;
- color: #000000;
- }
- .newslist-left .text h4 {
- margin-top: 8px;
- color: #333;
- font-size: 18px;
- line-height: 30px;
- font-weight: 400;
- }
- .mainnews:hover .descript p {
- padding-left: 15px;
- }
- .text {
- text-align: left;
- }
- .text .descript {
- margin-top: 8px;
- margin-bottom: 15px;
- }
- .text .descript p {
- overflow: hidden;
- color: #7d7d7d;
- box-sizing: border-box;
- padding-left: 0;
- max-height: 52px;
- width: 380px;
- height: auto;
- border-left: 1px solid transparent;
- font-size: 13px;
- line-height: 26px;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:3;
- }
- .text .descript p img {
- display: none;
- }
- .item_img {
- overflow: hidden;
- width: 380px;
- height: 180px;
- }
- .item_img img {
- width: 100%;
- transition: all 0.4s;
- }
- .mainnews:hover .item_img img {
- -webkit-transform: scale(1.08);
- -ms-transform: scale(1.08);
- transform: scale(1.08);
- }
- .more_button {
- display: block;
- width: 140px;
- height: 36px;
- border-radius: 2px;
- margin-top: 55px;
- background: #276ace;
- background: -moz-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
- background: -webkit-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
- background: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
- box-shadow: 0 5px 20px rgba(9, 83, 187, 0.31);
- color: #fff;
- text-align: center;
- line-height: 36px;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .mainnews:hover .more_button {
- margin-top: 35px;
- }
- .newslist-right {
- float: left;
- width: 57%;
- }
- .newslist-right>ul {
- padding-left: 40px;
- }
- .newslist-right>ul>li {
- position: relative;
- border-top: 1px solid #e5e5e5;
- padding: 0px 20px 19px 38px;
- padding-top: 26px;
- }
- .newslist-right>ul>li::after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- width: 0;
- height: 3px;
- background: #1296D8;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .newslist-right>ul>li:hover::after {
- width: 100%;
- }
- .newslist-right>ul>li h4 {
- color: #000000;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .newslist-right>ul>li .item_p p {
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .newslist-right>ul>li:hover .item_p p {
- padding-left: 18px;
- }
- .newslist-right>ul>li:hover {
- box-shadow: 0 0 40px rgba(0, 0, 0, .08);
- }
- .newslist-right>ul>li:hover h4 {
- color: #1296D8;
- padding-left: 18px;
- }
- .newsitem .time {
- float: right;
- font-size: 24px;
- color: #959595;
- }
- .item_p {
- color: #AEAEAE;
- padding-right: 85px;
- }
- .news-fenlei {
- width: 100%;
- padding-left: 40px;
- margin-bottom: 15px;
- }
- .news-fenlei span {
- font-size: 20px;
- margin-right: 20px;
- cursor: pointer;
- }
- .news-fenlei span.active {
- color: #1296DB;
- }
- .news-list-it{
- display: none;
- }
- .news-list-it.active{
- display: block;
- }
- /* 新闻 end */
- /* 战略合作 */
- .hezuo {
- background: url("../images/banner/ad_bg4.png");
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- position: relative;
- }
- .hezuo>.container>h2>a {
- color: #ffffff;
- }
- .hezuo-list {
- width: 100%;
- }
- .hezuo-list::after {
- content: "";
- display: block;
- clear: both;
- }
- .hezuo-list>div {
- width: 24.2%;
- float: left;
- margin-bottom: 20px;
- margin-right: 10px;
- }
- .client-list>div>img {
- width: 100%;
- }
- #swiper22 .swiper-pagination-bullet {
- width: 64px;
- height: 6px;
- display: inline-block;
- border-radius: 5px;
- background: #333333;
- opacity: 1;
- }
- #swiper22 .swiper-pagination-bullet-active {
- opacity: 1;
- background: #ffffff;
- }
- /* 战略合作 end */
- /* 模态框 */
- .modalKede {
- display: none;
- position: fixed;
- z-index: 999;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.73);
- filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=iWidth, endColorStr=iWidth);
- }
- .modal_video {
- position: relative;
- text-align: center;
- margin-top: 100px;
- }
- .modalx_kede {
- position: absolute;
- top: -53px;
- right: 400px;
- width: 50px;
- height: 50px;
- cursor: pointer;
- }
- .modalx_kede img {
- width: 100%;
- }
- .tp-banner-dom .m_top {
- display: none;
- width: 100%;
- }
- #swiper21 {
- display: none;
- height: 176px;
- }
- #swiper22 {
- height: 277px;
- }
- .hezuo-list img{
- width: 100%;
- }
- #swiper23{
- display: none;
- height: 129px;
- }
- #swiper23 .hezuo-list>div{
- width: 31.2%;
- }
- #swiper23 .hezuo-list>div:nth-child(3),
- #swiper23 .hezuo-list>div:nth-child(6) {
- margin-right: 0;
- }
- .map_m{display: none;}
- .banner-index{
- position: relative;
- }
- /* 响应式 */
- @media screen and (max-width: 768px) {
- .tp-banner-dom {
- position: absolute;
- bottom: -78px;
- left: 0;
- transform: translateX(0);
- width: 100%;
- height: 78px;
- box-shadow: none;
- }
- .main>div:first-child {margin-top: 70px;}
- .tp-banner-dom .tp-banner-item {
- display: none;
- }
- .tp-banner-dom .m_top {
- display: block;
- }
- #swiper22 {
- display: none;
- }
- #swiper23 {
- display: block;
- }
- #swiper1 .swiper-button-prev,
- .swiper-container-rtl .swiper-button-next,
- #swiper1 .swiper-button-next,
- .swiper-container-rtl .swiper-button-prev {
- display: none;
- }
- .video-button {
- position: absolute;
- top: 75%;
- left: 36%;
- background: transparent;
- padding: 3px 4px;
- border-radius: 5px;
- line-height: 21px;
- font-size: 14px;
- border: 2px solid #ffffff;
- color: #ffffff;
- cursor: pointer;
- }
- header {
- position: relative;
- margin-bottom: 77px;
- }
- .video-button img {
- width: 23%;
- }
- .main h2.item-title {
- font-size: 18px;
- line-height: 27px;
- }
- .main .item-dec {
- font-size: 12px;
- margin-bottom: 20px;
- }
- .serve-list>li {
- float: left;
- width: 24.5%;
- height: 98px;
- margin-bottom: 5px;
- padding: 0px;
- background: #EFEFEF;
- border-radius: 5px;
- padding-top: 12px;
- }
- .serve-list>li:hover .serve_text {
- top: -15px;
- }
- .serve-list>li.active .serve_text {
- top: -15px;
- }
- .serve-list>li:hover .p-fontsiz, .serve-list>li.active .p-fontsiz {
- top: -9px;
- }
- .serve-list>li.active .p-fontsiz, .serve-list>li.active .p-fontsiz {
- top: -9px;
- }
- .serve-list>li:not(:first-child) {
- margin-left: 2px;
- }
- .serve-list>li:nth-child(5) {
- margin-left: 0px;
- }
- .serve-list .serve_text>p {
- font-size: 13px;
- margin-top: 7px;
- }
- .serve-list .serve_text>span {
- display: none;
- }
- .serve-list .serve-button {
- display: none;
- }
- .serve-list .p-fontsiz {
- font-size: 32px;
- }
- .main>div {
- padding: 0px 0px;
- padding-bottom: 30px;
- }
- .main .about .col-lg-8{display: none;}
- .news .mainnews {
- box-sizing: border-box;
- padding: 44px 60px;
- width: 100%;
- }
- #swiper2 {
- display: none;
- }
- #swiper21 {
- display: block;
- height: 208px;
- }
- #swiper21 .client-list>div {
- width: 33.3%;
- float: left;
- }
- .news .mainnews {
- padding: 21px 24px;
- height: 475px;
- }
- .item_img {
- width: 100%;
- }
- .text .descript p {
- max-height: 52px;
- width: 100%;
- }
- .newslist-right {
- width: 100%;
- }
- .news-fenlei {
- margin-top: 20px;
- text-align: center;
- }
- .news-fenlei span {
- font-size: 16px;
- }
- .newslist-right>ul {
- padding-left: 0px;
- }
- .newslist-right>ul>li {
- padding: 0px 2px 8px 1px;
- padding-top: 14px;
- }
- .newsitem .time {
- position: absolute;
- right: 0;
- font-size: 20px;
- top: 17px;
- }
- .newslist-left .text span {
- font-size: 20px;
- }
- .newslist-left .text h4 {
- font-size: 16px;
- }
- .newslist-right>ul>li h4 {
- width: 86%;
- font-size: 16px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .item_p {
- padding-right: 0px;
- }
- .about_right>.text h3{font-size: 23px;}
- .map_m{display: block;}
- .modalx_kede {
- position: absolute;
- top: -53px;
- right: 0;
- width: 33px;
- height: 33px;
- }
- #video_{width: 100%;height: auto;}
- .hezuo {margin-bottom: 0;}
- .honor-box:nth-child(3),.honor-box:nth-child(6) {margin-right: 0;}
- .honor-box div>p { font-size: 12px; margin-bottom: 0; }
- .honor-box {
- width: 32.3%;
- height: 140px;
- margin-bottom: 5px;
- padding-top: 0px;
- margin-right: 5px;
- }
- .serve-list li {
- float: left;
- width: 100%;
- height: 96px;
- margin-bottom: 5px;
- padding: 0px;
- border-radius: 5px;
- padding-top: 9px;
- }
- .serve-list a {
- float: left;
- width: 23.88%;
- }
- .serve-list a:not(:first-child) { margin-left: 5px; }
- .serve-list a:nth-child(5) { margin-left: 0px; }
- .serve-list li.active .serve_text {
- top: -6px;
- }
- .serve-list a:not(:first-child) li {
- margin-left: 0px;
- }
- .serve-list li:hover .p-fontsiz, .serve-list li.active .p-fontsiz {
- top: -3px;
- color: #ffffff;
- }
- .serve-list li:hover .serve_text {
- top: -8px;
- }
- }
- @media screen and (max-width: 360px) {
- .serve-list a {
- float: left;
- width: 23.8%;
- }
- }
|