@charset "UTF-8"; /* Scss Document */ /*涓昏壊*/ /*閰嶈壊*/ /*绾㈣壊*/ /*缁胯壊*/ /*涓€鑸?/ /*榛勮壊*/ /*鐏拌壊*/ /*缃戦〉鑳屾櫙鑹?/ /*杈规绾块鑹?/ /*鏂囧瓧榛樿棰滆壊*/ /*閾炬帴鏂囧瓧棰滆壊*/ /*涓昏鍐呭鍖哄煙瀹藉害*/ /*=============閾甸挳=============*/ a { text-decoration: none; color: #333; } a:hover { color: #0071B9; } .top { height: 38px; background-color: #fff; color: #1F1410; line-height: 38px; } .top a { color: #FFF; } .top .line { margin: 0 10px; color: #5c9eca; } .header { height: 80px; background-color: #FFF;display: flex } .header .logo { height: 110px; float: left;margin-left: 46px } .header .menu{ display:none; } .header .logo:before { content: ''; height: 100%; display: inline-block; vertical-align: middle; } .header .logo img { vertical-align: middle; } .header .topflash { height: 80px; } @media screen and (max-width: 1200px){ .container{ width:100%; } .header { position:fixed; top:0; z-index:999; width:100%; height:80px;} .header .container{ width:90%; margin:0 auto; } .header .container .header-wraps{ overflow:hidden;} .header .container .header-wraps .logo-wraps{ float:left; } .header .logo-wraps { width:50%; } .header-wraps{ display: flex; justify-content: space-between; align-items: center; } .header .menu{ display: flex;align-items: center } .header .menu img { background:rgba(0,0,0,0); max-width:40px; max-height:40px;margin-right: 20px} .header .top-link{ display:none; } .header .logo { height:70px; display: block;} .header .logo img{ max-height:65px; max-width:210px; } .header .ymtzjt{ display:none; } } .nav-main { height: 80px; background-color: #fff; } .nav-main.hover{ left:0; width:100%;} .nav-main ul { } .nav-main li { height: 80px; float: left; position: relative; z-index: 3; } .nav-main a { display: block; padding: 0 20px; line-height: 80px; font-size: 16px; color: #1F1410; font-weight: bold; } .nav-main a:hover { color: #0071B9; } .nav-main a.active { background-color: #FFF; border-radius: 3px; color: #0071B9; } .nav-main .subnav { width: 120px; margin-top: -4px; margin-left: -60px; display: none; position: absolute; left: 50%; top: 100%; } /*.nav-main .subnav:before { content: ''; margin-left: -5px; position: absolute; left: 50%; top: 3px; border-bottom: 4px solid red; border-left: 5px solid transparent; border-right: 5px solid transparent; }*/ .nav-main .subnav:before { content: ''; position: absolute;margin-left: 15px; width: 90px;height: 4px;background:#0071B9 } .nav-main .subnav a { background-color: #FFF; border-bottom: 1px solid #EEE; padding: 0; font-weight: normal; font-size: 14px; color: #333; text-align: center; } .nav-main .subnav a:hover { background-color: #F8F8F8; color: #0071B9; } @media screen and (max-width: 1200px){ .nav-main{ visibility: hidden; } .nav-main {background:rgba(0,0,0,0); width:40%; height:100%; position:fixed; z-index:9999; left:-40%; top:0; visibility: visible;transition:visibility 0s 2s;transition:1s} .nav-main a{color: white} .nav-main .subnav { display:none !important;} .nav-main a.active { background:#0071B9;border-radius:0; color:#fff;} .nav-main ul{padding-top:0; position:fixed; top:0px; bottom: 0; background: rgba(0,0,0,.8); width:40%; z-index:999; } .nav-main ul li{ text-align:center; margin:0; height: auto; width:100%; margin:0;} .nav-main ul li a{ line-height:50px; border-bottom:1px solid rgba(255,255,255,.2);} } .banner { width: 100%; position: relative; text-align: center; overflow: hidden; } .banner .bannercont { position: relative; left: 50%; top: 0; margin-left: -50%;width: 100% } .banner .bannercont .slides li { } .banner .bannercont img { width: 100% } .banner .bannercont .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 20px; z-index: 3; text-align: center; } .banner .bannercont .flex-control-paging li { display: inline-block; } .banner .bannercont .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 22px; height: 8px; background-color:rgba(255,255,255,0.64); border-radius: 2px; font-size: 0; } .banner .bannercont .flex-control-paging li a.flex-active { width: 42px;height: 8px;background-color: #ffffff; } @media screen and (max-width: 1200px){ .banner{ height:auto; margin-top:70px; } .banner .bannercont { left:0; bottom:0; margin-left:0; height:100%; width:100%;} .banner .bannercont .slides li { height:auto; } .banner .bannercont .slides li img{ position:relative; left:0; width:100%;} .banner .bannercont ul{ height:inherit; } } .index-header { height: 45px; line-height: 45px; border-bottom: 1px dashed #E4E4E4; } .index-header h2 { float: left; margin: 0; display: inline; line-height: inherit; font-size: 20px; } .index-header .more { float: right; font-size: 18px; color: #999; } .profile { width: 770px; float: left; margin-top: 25px; overflow: hidden; } .profile .profile-body { margin-top: 45px; } .profile .profile-body .img { float: left; margin-right: 20px; overflow: hidden; } .profile .profile-body .img img { transition: all .4s; } .profile .profile-body .img:hover img { transform: scale(1.2); } .profile .profile-body .tit { font-size: 20px; font-weight: bold; } .profile .profile-body .cont { height: 224px; margin-top: 10px; line-height: 31px; color: #8f8f91; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 7; } .hline { height: 380px; width: 0; margin-left: 40px; margin-top: 35px; font-size: 0; border-left: 1px dashed #DDD; float: left; } @media screen and (max-width: 1200px){ .hline {height:0; margin-top: 0px;} .profile { width:100%; padding:0 15px; margin-top:10px;} .profile .profile-body { margin-top:30px; } .profile .profile-body .img { width:40%; } .profile .profile-body .tit { font-size:15px; } .profile .profile-body .cont { margin-top:0; } } .video { width: 350px; margin-top: 25px; float: right; } .video .video-header { height: 45px; line-height: 45px; } .video .video-header h2 { float: left; margin: 0; padding: 0 60px 0 15px; display: inline-block; background: #a92928 url(../images/jiao.jpg) no-repeat right center; color: #FFF; line-height: inherit; font-size: 20px; } .video .video-header .more { float: right; font-size: 18px; color: #999; } .video .video-body { height: 290px; margin-top: 45px; } @media screen and (max-width: 1200px){ .video{ display:none;} } .newsbox { padding-bottom: 35px; border-bottom: 10px solid #E4E4E4; overflow: hidden; } .news { width: 770px; float: left; margin-top: 25px; overflow: hidden; } .news .news-body { overflow: hidden; } .news .img { width: 300px; height: 280px; float: left; margin-right: 20px; margin-top: 45px; overflow: hidden; } .news .img img { width: 100%; height: 100%; transition: all .4s; } .news .img:hover img { transform: scale(1.2); } .news .indexnews { overflow: hidden; margin-top: 35px; } .news .indexnews li { border-bottom: 1px dashed #E4E4E4; } .news .indexnews li a { display: block; line-height: 43px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .news .indexnews li .date { float: right; margin-left: 20px; color: #999; line-height: 43px; } .news .indexnews li .desc { height: 40px; margin: -5px 0 5px; line-height: 20px; color: #8f8f91; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; display: none; } .news .indexnews li.active .desc { display: block; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; } @media screen and (max-width: 1200px){ .news {width:100%; padding:0 15px; margin-top:10px; } .news .img{ display:none; } .news .indexnews {margin-top:10px;} .newsbox { padding-bottom:0; } } .gonggao { width: 350px; margin-top: 25px; float: right; } .gonggao .gonggao-header { height: 45px; line-height: 45px; } .gonggao .gonggao-header h2 { float: left; margin: 0; padding: 0 60px 0 15px; display: inline-block; background: #a92928 url(../images/jiao.jpg) no-repeat right center; color: #FFF; line-height: inherit; font-size: 20px; } .gonggao .gonggao-header .more { float: right; font-size: 18px; color: #999; } .gonggao .gonggao-body { height: 315px; margin-top: 35px; overflow: hidden; } .gonggao .gonggao-body ul { width: 100%; } .gonggao .gonggao-body li { height: 45px; line-height: 44px; border-bottom: 1px dashed #CCC; } .gonggao .gonggao-body li a { width: 250px; transition: all .3s; color: #535353; font-size: 16px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .gonggao .gonggao-body li a:hover { color: #a92928; padding-left: 10px; } .gonggao .gonggao-body li .date { float: right; color: #999; font-size: 12px; } @media screen and (max-width: 1200px){ .gonggao{ width:100%; padding:0 15px; } .gonggao .gonggao-header h2 { padding: 0 50px 0 15px; } .gonggao .gonggao-body { margin-top:25px; } } .case { } .case .case-body { height: 211px; margin-top: 10px; position: relative; overflow: hidden; } .case .case-body li { float: left; margin-right: 5px; text-align: center; } .case .case-body li .img { width: 296px; height: 184px; overflow: hidden; } .case .case-body li .img img { width: 100%; height: 100%; transition: all .4s; } .case .case-body li .img:hover img { transform: scale(1.2); } .case .case-body li .name { margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .case .case-body li:nth-child(2) { animation-delay: .1s; } .case .case-body li:nth-child(3) { animation-delay: .2s; } .case .case-body li:nth-child(4) { animation-delay: .3s; } .case .case-body li:nth-child(5) { animation-delay: .4s; } .case .case-body .flex-direction-nav li { list-style: none; } .case .case-body .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 40px; height: 40px; background: no-repeat center; } .case .case-body .flex-direction-nav .flex-prev { background-image: url(../images/prev.png); left: 0; } .case .case-body .flex-direction-nav .flex-next { background-image: url(../images/next.png); right: 0; } @media screen and (max-width: 1200px){ .case{ padding-top:7px; margin-top:30px; } .case .index-header { padding:0 15px; } } .contact { margin-bottom: 20px } .contact .contact-body { margin-top: 15px; overflow: hidden; } .contact .indexmap { width: 800px; height: 275px; float: left; } .contact .indexmap .company-name { padding-bottom: 5px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #DDD; } .contact .indexmap .company-info { margin-top: 10px; font-size: 12px; } .contact .indexmap .company-info p { margin: 0; } .contact .lxfs { width: 385px; float: right; padding-left: 14px; border-left: 1px dashed #E4E4E4; } .contact .lxfs .img { margin-bottom: 8px; } .contact .lxfs p { line-height: 20px; padding: 6px 10px; color: #474646; margin: 0; } @media screen and (max-width: 1200px){ .contact{ padding-top: 20px;margin-bottom: 20px } .contact .lxfs .img{ display:none; } .contact .index-header { padding:0 10px; } .contact .indexmap {display:none; } .contact .lxfs { width: 100%; padding:0 0 15px 0; border-left:0; } } .footer { min-width: 1200px; margin-top: 60px; padding: 40px 0; background-color: #333333; color: #FFF;font-size: 16px } .footer .nav-bottom { float: left; line-height: 32px; overflow: hidden; } .footer .nav-bottom dl { width:100px; height: 160px; margin-right: 50px; float: left; } .footer .nav-bottom dl:nth-child(2) { animation-delay: .1s; } .footer .nav-bottom dl:nth-child(3) { animation-delay: .2s; } .footer .nav-bottom dl:nth-child(4) { animation-delay: .3s; } .footer .nav-bottom dl:nth-child(5) { animation-delay: .4s; } .footer .nav-bottom dl:nth-child(6) { animation-delay: .5s; } .footer .nav-bottom dl:nth-child(7) { animation-delay: .6s; } .footer .nav-bottom dd { margin-left: 0; } .footer .nav-bottom a { color: #FFF; display: block; } .footer .share { float: right; font-size: 0; margin-top: 40px; } .footer .share a { margin-left: 10px; display: inline-block; } .footer .qrcode { margin-top: 30px; float: right; margin-right: 30px; } .footer-area{ /*margin-left: 267px;*/ } @media screen and (max-width: 1200px){ .footer{ display:none; } } .copy { min-width: 360px; padding: 20px 0; background-color: #2a2623; color: #959595; text-align: center; } @media screen and (max-width: 1200px){ .copy{ width:100%; padding:10px;} } .subbanner { min-width: 360px; overflow: hidden; } .subbanner .img { text-align: center; position: relative; } .subbanner .img img { max-width: 100%; } @media screen and (max-width: 1200px){ .subbanner{ display:none; } } .path { font-size: 20px; margin-top: 30px; } /*鍐呴儴椤甸潰 zpl*/ .aside { width: 218px; float: left; margin-top: 20px; } .aside .aside-header { height: 53px; background-color: #0071B9; color: #FFF; line-height: 53px; text-align: center; font-size: 17px; font-weight: bold; } .aside .menu { padding: 20px 20px 60px; background-color: #EEE; font-size: 16px; text-align: center; } .aside .menu li { height: 50px; padding: 10px; line-height: 30px; } .aside .menu a { display: inline-block; } .aside .menu a.active { color: #0071B9; border-bottom: 3px solid #0071B9; } @media screen and (max-width: 1200px){ .aside{ width:100%; margin-top:70px; } .path{ display:none; } .aside .menu { padding:0; } .aside .menu a { width:100%; } .aside .menu a.active { border:0; } .aside .clearListStyle { display:-moz-box; display:-webkit-box; display:box; } .aside .menu li { -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; } } .subcont { width: 970px; float: right; margin-top: 20px; padding: 40px; background-color: #EEE; } .sub-title { font-size: 30px; font-weight: bold; line-height: 50px; text-align: center; } .sub-cont { padding: 20px 0; } .sub-cont:before, .sub-cont:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } .sub-desc { font-size: 14px; color: #666; line-height: 32px; } @media screen and (max-width: 1200px){ .subcont{ width:100%; padding:20px 10px; } .sub-title { font-size:22px; } } .imglist { margin-top: 20px; overflow: hidden; } .imglist li { width: 285px; float: left; margin: 10px 5px; text-align: center; } .imglist li .img { width: 285px; height: 180px; overflow: hidden; } .imglist li .img:hover img { transform: scale(1.2); } .imglist li img { width: 285px; height: 180px; transition: all .4s; } .imglist li .name { margin-top: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 20px; font-weight: bold; } .newslist li { padding: 30px 0; border-bottom: 1px dashed #CCC; overflow: hidden; } .newslist li .img { width: 248px; height: 163px; float: left; margin-right: 20px; overflow: hidden; } .newslist li .img img { width: 248px; height: 163px; transition: all .4s; } .newslist li .img:hover img { transform: scale(1.2); } .newslist li .title a { display: block; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .newslist li .title .date { margin-left: 30px; float: right; color: #6b6c6c; } .newslist li .desc { margin-top: 10px; height: 128px; color: #6b6c6c; line-height: 32px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 4; } @media screen and (max-width: 1200px){ .imglist li { width:100%; } .imglist li .img { width:100%; } .sub-cont{ padding:0; } .sub-cont div img{ height:auto !important; } .newslist li { padding: 20px 0;} .newslist li .title .date { line-height:28px; } .newslist li .desc{ height:auto; line-height:23px; margin-top:5px; } .newslist li .img{ float:none; text-align:center; width:100%; margin-right:0; margin-bottom:20px;} } .page-title { text-align: center; font-size: 30px; } .page-info { margin-top: 10px; margin-bottom: 15px;color: #666; text-align: center; border-bottom: 1px dashed #CCC;} .page-info span { margin: 0 10px; } .page-cont { margin-top: 10px; line-height: 32px; color: #333; } .page-cont img { max-width: 100%; } .map { height: 700px; } .map .company-name { padding-bottom: 5px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #DDD; } .map .company-info { margin-top: 10px; font-size: 12px; } .map .company-info p { margin: 0; } @media screen and (max-width: 1200px){ .page-title{ font-size:24px; } } .zptit { font-size: 24px; text-align: center; } .zptable { margin-bottom: 40px; } .zptable table { width: 100%; } .zptable td { padding: 10px; border-color: #cfcfcf; text-align: center; } .zptable thead td { background-color: #d2d2d2; font-weight: bold; } .jobitem { padding: 20px 0; border-bottom: 1px dashed #DDD; line-height: 32px; color: #666; } .jobitem .name { color: #a92928; font-size: 16px; font-weight: bold; } .jobitem .yaoqiu { padding-left: 2em; } .msgpagenav { font-weight: bold; } .msgpagenav a { margin-left: 20px; } .msgitem { padding: 20px 0; border-bottom: 1px dashed #DDD; line-height: 2; } .msgitem .msgtitle { overflow: hidden; } .msgitem .msgtitle .tit { color: #a92928; font-weight: bold; overflow: hidden; } .msgitem .msgtitle .time { float: right; margin-left: 30px; color: #666; } .msgitem .msgcont { padding: 10px 0; color: #666; } .msgitem .huifu { color: #999; } .msgheader { margin-top: 20px; background-color: #a92928; color: #FFF; line-height: 38px; text-align: center; font-size: 20px; font-weight: bold; } .msgform { margin-top: 20px; } .msgform li { padding: 10px 0; overflow: hidden; } .msgform li .fieldname { width: 160px; float: left; font-weight: bold; font-size: 16px; text-align: center; } .msgform li .fieldcont { overflow: hidden; } .msgform li .fieldcont .form-control { width: 660px; } .Validform_checktip { display: none; } .Validform_wrong { display: block; color: #F00; } .topnews { height: 45px; margin-top: 20px; padding: 0 15px; background-color: #EEE; line-height: 45px; } .topnews .tit { width: 100px; float: left; font-size: 16px; font-weight: bold; } .topnews .cont { height: 45px; overflow: hidden; } .topnews .cont ul { font-size: 0; } .topnews .cont li { display: inline; font-size: 14px; } .topnews .cont li a { display: inline-block; margin-right: 20px; } .topnews .cont li:before { content: '鈼?; } .top-r{width: 80px; margin-top: 20px; margin-left: 40px; float: right; text-align: center;} .top-r a{ display: block; margin-top: 5px; border-radius: 3px; line-height: 26px; border: 1px solid #CCC;} .top-r a:hover{ color:#a92928; border-color:#a92928;} @media screen and (max-width: 1200px){ .topnews { margin-top:0; } .top-r{ margin-top:24px; } } .special-box{ width: 100%; } .flex{ display: flex; } .align_center{ align-items: center; } .text_center{ text-align: center; } .justify_center{ justify-content: center; } .justify_space{ justify-content: space-between; } .flex_wrap{ flex-wrap: wrap; } .flex_no_wrap{ flex-wrap: nowrap; } .index-box{ width: 100%; overflow: hidden; padding: 80px 0 80px 0; position: relative; } .index-box1{ width: 100%; padding: 80px 0 10px 0; position: relative; } .index-box2{ width: 100%; padding: 40px 0 10px 0; position: relative; } .index-box3{ width: 100%; padding: 60px 0 0 0; position: relative; } .news-area{ padding: 0 0 60px 0; } .spe_margin{ padding-top: 60px; } .index-box4{ width: 100%; padding: 30px 0 10px 0; position: relative; } .align_start{ align-items: flex-start; } .align_end{ align-items: flex-end; } .introduction-left-area{ width: 67%; } .introduction-right-area{ position: relative; width: 33%; height: 400px; background: rgb(238,238,238); } .introduction-right-area video{ width: 100%; height: 400px; } .introduction-right-area img{ min-width: 396px; max-height: 400px; } .video-bottom{ position: absolute; bottom: 0; left: 0; width: 400px; background: rgba(51,51,51,0.5); height: 68px; line-height: 68px; text-align: center; color: #fff; } .title-new{ font-size: 40px; font-weight: bold; color: #333; line-height: 50px; } .title-new-en{ font-size: 28px; font-weight: normal; color: #333; line-height: 50px; } .title-small-line{ width: 40px; height: 4px; background: #0071B9; border-radius: 2px; } .title-small-line-extra{ width: 40px; height: 4px; background: #fff; margin: 10px auto 0 auto; border-radius: 2px; } .title-small-line-extra1{ width: 40px; height: 4px; background: #0071B9; margin: 10px auto 0 auto; border-radius: 2px; } .normal-text{ width: 100%; margin-top: 24px; padding-right: 20px; font-size: 14px; color: #7A7A7A; } .more-show-btn{ margin-top: 20px; background: #0071B9; border-radius: 8px; width: 179px; height: 60px; display: flex; align-items: center; justify-content: center; color: #FFFFFF; font-size: 18px; border: 0px!important; } .more-show{ cursor: pointer; } .more-show:hover{ background: #024a78; } .arrow-img{ width: 37px; height: 18px; margin-left: 16px; } .bg1-area{ width: 100%; height: 100%; position: relative; /*background: ;*/ background-image:url('../images/newVersion/bg-1.png'); background-repeat: repeat } /*.bg1{*/ /* position: absolute;*/ /* top: 0;*/ /* right: 0;*/ /* width: 100%;*/ /* height: 920px;*/ /* z-index: 10;*/ /*}*/ .bg1-item{ z-index: 20; } .news-item{ width: 49%; min-width: 540px; height: 235px; background: #fff; z-index: 10; margin: 17px 0 17px 0; display: flex; flex-wrap: nowrap; align-items: flex-start; cursor: pointer; } .news-item:hover{ box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.16); } .news-item a:hover{ color: #0071B9; } .news-date{ padding-left: 38px; padding-top: 40px; padding-right: 20px; } .news-content{ padding-top: 40px; padding-right: 20px; } .news-title-one{ font-size: 23px; font-weight: bold; line-height:37px; } .news-title-two{ font-size: 16px; color: #999999; font-weight: normal; } .date-margin{ margin-bottom: 40px; } .news-extra-margin{ margin-top: 12px; } .date-line{ width: 90px; height: 3px; background: #E2E2E2; } .bg2-area{ width: 100%; height: 720px; position: relative; } .bg2{ position: absolute; top: 0; right: 0; width: 100%; height: 720px; z-index: 10; } .bg2-item{ z-index: 20; position: relative; } .color_grey{ color: #999999; } .color_white{ color: #fff; } .color_black{ color: #333; } .notice-area{ margin-top: 12px; height: 470px; background: #ffffff; padding: 50px 40px; } /*5*55+5*/ .gonggao-body1{ height: 280px!important; overflow: hidden;width: 650px; /*ul{ width: 100%;}*/ /*li{height: 45px; line-height: 44px; border-bottom: 1px dashed #CCC;*/ /*a{width: 250px; transition: all .3s; color: #535353; font-size: 16px; display: inline-block; @include ellipsis;*/ /*&:hover{ color: $primary-color; padding-left: 10px;}*/ /*}*/ /*.date{float: right; color: #999; font-size: 12px;}*/ /*}*/ } .gonggao-body1 ul{ width: 100%;} .gonggao-body1 li{ height: 55px; line-height: 54px; border-bottom: 1px dashed #CCC;} .gonggao-body1 a{ width: 550px; transition: all .3s; color: #535353; font-size: 18px; display: inline-block; } .gonggao-body1 a:hover{ color: #0071B9; padding-left: 10px; } .gonggao-body1 a .date{ float: right; color: #999; font-size: 12px; } .gonggao-img{ width: 392px; height: 275px; } .notice_img{ width: 392px; height: 275px; } .aStyle{ text-decoration: none; } .aHover:hover{ color: #024a78; } .ellipsis-one{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap; } .ellipsis-more{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* 瓒呭嚭2琛屾樉绀 */ -webkit-line-clamp: 2; -webkit-box-orient: vertical; /* 寮哄埗鑻辨枃鍗曡瘝鎹㈣ */ word-break: break-all; } .ymtzjt a{ font-size: 16px; color: #FFFFFF; text-decoration: none; } .ymtzjt:hover{ background: #024a78; cursor: pointer; color: #fff!important; } .more-btn-sty{ color: #FFFFFF!important; } .notice-btn-margin-auto{ margin: 30px auto 0 auto; } .special_area{ } .case-body-one{ height: 300px; margin-top: 16px; position: relative; overflow: hidden; } .case-item{ background: #fff; box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.04); } .case-body-one li{ /*float: left;*/ margin-right: 16px; text-align: center; } .case-body-one li .img{ width: 296px; height: 184px; overflow: hidden; } .case-body-one li .img img{ width: 100%; height: 100%; transition: all .4s; } .case-body-one li .img:hover img{ transform: scale(1.2); } .case-body-one li .name { height: 81px;line-height: 81px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .case-body-one li:nth-child(2) { animation-delay: .1s; } .case-body-one li:nth-child(3) { animation-delay: .2s; } .case-body-one li:nth-child(4) { animation-delay: .3s; } .case-body-one li:nth-child(5) { animation-delay: .4s; } .case-body-one .flex-direction-nav li { list-style: none; } .case-body-one .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 40px; height: 40px; background: no-repeat center } .case-body-one .flex-direction-nav .flex-prev { background-image: url(../images/prev.png); left: 0; } .case-body-one .flex-direction-nav .flex-next { background-image: url(../images/next.png); right: 0; } .extra-margin{ margin-top: 10px; } @media screen and (max-width: 1200px){ .index-box {width: 100%;padding: 80px 0 80px 0;display: flex;justify-content: center} .introduction-left-area{ width: 100%; padding: 0 20px; } .introduction-right-area{ width: 100%; margin-top: 10px; padding: 0 20px; height: auto; background: #fff; display: none; } .introduction-right-area video{ width: 50%; margin-top: 10px; height: auto; background: #fff; } .introduction-right-video-area{ width: 100%; text-align: left; } .news-title-one{ width: 100%; height: 100%; font-size: 23px; font-weight: bold; line-height:37px; } .index-box1{ width: 100%; padding: 80px 20px 10px 20px; position: relative; } .box1-after{ justify-content: center; } .news-area{ padding: 0 20px 40px 20px; } .news-item{ width: 100%; height: 100px; background: #fff; min-width: 0; z-index: 10; margin: 14px 0 14px 0; display: flex; flex-wrap: nowrap; align-items: flex-start; } .date-line{ display: none; } .news-extra-margin{ display: none; } .news-date { padding-left: 28px; padding-top: 15px; padding-right: 20px; } .date-margin{ margin-bottom: 0; } .news-content { /*width: 380px;*/ height: 90px; padding-top: 15px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient:vertical; } .gonggao-img{ display: none; } .notice-area-small{ justify-content: center; } .index-box3{ width: 100%; padding: 60px 20px 0 20px; position: relative; } } @media screen and (max-width: 768px){ .arrow-img-none{ display: none; } }