123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- .continueHighBanner{
- width: 100%;
- }
- .continueHighBanner img{
- width: 100%;
- height:475px;
- margin-bottom: 60px;
- }
- .highTitle {
- text-align: center;
-
- }
- .highTitle h4{
- color: #333;
- font-size: 50px;
- font-weight: 700;
- }
- .highTitle img{
- display: inline-block;
- width:77px;
- height: 82px;
- margin-bottom: 24px;
- }
- .highTitle .militaryTxt{
- padding-bottom:5px;
- }
- .highTitle span{
- display: inline-block;
- font-size: 25px;
- font-weight: 700;
- font-family: 'Arial';
- margin-top: 12px;
- margin-bottom: 30px;
- color: #666666;
- }
- .highTitle h3{
- font-weight: normal;
- font-size: 33px;
- margin-bottom: 17px;
- }
- .highTitle P{
- text-align: left;
- color: #666;
- font-size: 20px;
- padding: 0 100px 86px;
- text-indent: 2em
- }
- .highTab {
- overflow: hidden;
- margin-top: 10px;
- margin-bottom:40px;
- }
- .highTab ul{
- display: flex;
- justify-content: space-between;
- }
- .highTab ul li{
- cursor: pointer;
- width: 33%;
- height: 60px;
- line-height: 60px;
- background: #b7dbff;
- text-align: center;
- font-size: 20px;
- color: #333;
- padding: 0 40px;
- border-bottom: 1px solid #fff;
- }
- .highTab ul li p{
- height: 60px;
- line-height: 60px;
- border-bottom: 2px solid transparent
- }
- .highTab ul li.active p{
- font-weight: 700;
- font-size: 24px;
- border-color: #fff;
- color:#fff;
- }
- .highTab ul li.active {
- background: #99ccff;
- border-color: #99ccff
- }
- .highTab ol{
- position: relative;
- z-index: 66;
- height: 440px;
-
- }
- .highTab ol li{
- display: none;
- position: absolute;
- width: 100%;
- top: 0;
- left: 0;
- background: #99ccff;
- padding: 27px 128px 38px 128px;
- }
- .highTab ol li>div {
- clear: both;
- display: flex;
- justify-content: flex-start;
- margin-bottom: 20px;
- }
- .highTab ol li p{
- font-size: 20px;
- color: #ffffff;
- line-height: 30px;
- }
- .highTab ol li div div span{
- display: inline-block;
- width: 16px;
- height:16px;
- border-radius: 50%;
- background: #40566b;
- vertical-align: top;
- margin-right:47px;
- margin-top: 9px;
- }
- .highTab ol li:first-child{
- display: block
- }
- /* 优势 */
- .highAdvantage{
- display: flex;
- justify-content: space-around;
- padding: 0 50px 100px;
- }
- .highAdvantage div{
- width: 320px;
- text-align: center;
- box-shadow: 0 4px 10px #ccc;
- padding-bottom: 15px;
- }
- .highAdvantage div p{
- text-align: left;
- }
- .highAdvantage div span{
- width: 68px;
- height: 68px;
- display: inline-block;
- background: url(../../../../img/advertisement/high_2.jpg) no-repeat;
- background-size:100% 100%;
- line-height: 68px;
- text-align: center;
- font-size: 24px;
- font-weight: 700;
- margin-top: 52px;
- margin-bottom: 54px;
- }
- .highAdvantage div p{
- font-size: 20px;
- color: #666;
- text-align: justify;
- margin-bottom: 5px;
- padding: 0 20px;
- }
- .highRelevant{
- margin-top: 44px;
- padding: 0 200px;
- }
- .highRelevant ul {
- display: flex;
- justify-content: space-between;
- }
- .highRelevant ul li{
- width: 250px;
- text-align: center;
- }
- .highRelevant ul li>p{
- font-size: 30px;
- color:#333333;
- margin-bottom: 22px;
- }
- .highRelevant ul li div{
- width: 100%;
- height: 255px;
- }
- .highRelevant ul li:nth-child(1) div{
- background: #ffff85;
- }
- .highRelevant ul li:nth-child(2) div{
- background: #79bcea;
- }
- .highRelevant ul li:nth-child(3) div{
- background: #8585d6;
- }
-
- .highRelevant ul li div img{
- margin-top: 40px;
- }
- .highRelevant ul li div a{
- display: inline-block;
- width: 118px;
- height: 38px;
- line-height: 34px;
- border: 2px solid #ccc;
- text-align: center;
- font-size: 18px;
- color: #333333;
- border-radius: 20px;
- transition: all .2s ease-in;
- margin-top: 28px;
- }
- .highRelevant ul li div a:hover{
- background:#064f87;
- color: #fff;
- border-color: #064f87;
- transition: all .2s ease-in-out;
- margin-top:10px;
- }
- .highBtn {
- text-align: center;
- padding-top: 90px;
- padding-bottom: 100px;
- }
- .highBtn div a {
- text-align: center;
- display: inline-block;
- width: 316px;
- height: 74px;
- line-height: 66px;
- border-radius: 10px;
- font-size: 24px;
- color: #333333;
- }
- .highBtn div:nth-child(1) a{
- border: 4px solid #f6b37f;
- transition: all .2s ease-in-out;
- }
- .highBtn div:nth-child(2) a{
- background: #f42121;
- color: #fff;
- margin-top: 34px;
- line-height: 74px;
- }
- .highBtn div:nth-child(1) a:hover{
- background: #f6b37f;
- color: #fff;
- transform: scale(1.1);
- box-shadow: 0 4px 10px #ccc;
- transition: all .2s ease-in-out;
- }
- .highBtn div:nth-child(2) a:hover{
- background: #fff;
- color: #f42121;
- transform: scale(1.1);
- box-shadow: 0 4px 10px #ccc;
- transition: all .2s ease-in-out;
- }
- /* 军工认证 */
- .military {
- text-align: center
- }
- .military>p{
- font-size: 32px;
- color: #333333;
- margin-top:-8px;
- margin-bottom: 35px;
- }
- .military .militaryList{
- width: 100%;
- background: #99ccff;
- padding: 27px 128px 38px 128px;
- margin-bottom: 78px;
- }
- .military .militaryList p{
- text-align: left
- }
- .militaryList div span {
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 50%;
- background: #40566b;
- vertical-align: top;
- margin-right: 47px;
- margin-top: 9px;
- }
- .militaryList > div {
- clear: both;
- display: flex;
- justify-content: flex-start;
- margin-bottom: 20px;
- }
- .militaryList > div p{
- font-size: 20px;
- color: #ffffff;
- line-height: 30px;
- }
- .militaryList h3{
- text-align: left;
- font-size: 30px;
- margin-bottom: 20px;
- color: #ffffff;
- }
- .highRelevant.projectTxt ul li p{
- margin-bottom: 18px;
- font-size: 25px;
- color: #333;
- }
- .highRelevant.projectTxt ul li p:nth-child(1){
- margin-bottom: 5px;
- }
- #LRfloater0{
- left: -200px!important;
- }
|