.mobile{width: 100%;position:relative;height: 40px;display: none;top:0;right: 0;z-index: 99;background-color: #0e60b6;} .mobile-inner-header{width:100%; height: 40px;position: absolute;top: 0px;right: 0px;z-index: 2} .mobile-inner-header-icon{ color: #ffffff; height: 40px;font-size:25px;text-align: center; float:right;width: 40px;position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s; } .iconzhankai{ background: url(../images/menu-button-bg.png) center center no-repeat;background-size: contain; } .mobile-inner-header-icon:hover{ cursor: pointer;} .mobile-inner-header-icon span{ position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 1px) / 3); width: 25px; height: 2px; background-color: #fff;} .mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);} .mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);} .mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;} .mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;} .mobile-inner-header-icon{ color: #fff; height: 30px;float:right;width: 40px;position: relative; cursor: pointer;margin-right: 5px;margin-top:5px;text-align: right;} .mobile-inner-header-icon-click{margin-top: 5px;} .mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: none;} .mobile-inner-header-icon.iconfont{font-size: 30px;line-height: 40px;text-align: center;font-weight: bold;} .mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; } .mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outsecond; } .mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outthird; } .mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);} .mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);} .mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);} .mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;} .mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;} .mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;} @keyframes clickfirst { 0% { transform: translateY(4px) rotate(0deg); } 100% { transform: translateY(0) rotate(45deg); } } @keyframes clicksecond { 0% { transform: translateY(-4px) rotate(0deg); } 100% { transform: translateY(0) rotate(-45deg); } } @keyframes clickthird { 0% { opacity: 0 } 100% { opacity: 0 } } .mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; } .mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outsecond; } .mobile-inner-header-icon-out span:nth-child(3){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outthird; } @keyframes outfirst { 0% { transform: translateY(0) rotate(-45deg); } 100% { transform: translateY(-4px) rotate(0deg); } } @keyframes outsecond { 0% { transform: translateY(0) rotate(45deg); } 100% { transform: translateY(4px) rotate(0deg); } } @keyframes outthird { 0% { transform: translateY(0) rotate(90deg); } 100% { transform: translateY(12px) rotate(0deg); } } .mobile-inner-nav{ background: #155daa;width: 100%; position: absolute;top: 40px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;} .mobile-inner-nav a{display: inline-block;line-height: 45px; text-decoration: none; width: 100%;font-size: 14px; border-bottom: solid 1px #224a75; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;color:#fff; } .mobile-inner-nav a:hover{color:#fff;} .mobile-inner-nav li{position: relative;padding: 0 20px;} .mobile-inner-nav li a{text-indent: 15px;letter-spacing: 1px} .mobile-inner-nav li strong{position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #fff; opacity: 0.8; font-weight: normal;} .mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;} .mobile_search .search input { position: absolute; height: 34px; line-height: 34px; color: #262626; border: none; background: none; top: 0px; padding-left: 0px; } .mobile_search .search input.notxt { padding: 0 0 0 7px; font-size: 14px; } @-webkit-keyframes returnToNormal { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes returnToNormal { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .mobile_subNav{display: none;padding-left:10px;} .mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(219,219,219,0.2);font-size: 13px;} .mobile_search{clear: both;position: relative;height: 36px;margin:10px 20px 0;border-bottom:solid 1px #224a75;overflow: hidden;} .mobile_search input.notxt{width: 90%;color:#fff;margin-left:45px;border:none;} .mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url('../images/serBtn.png') no-repeat center center;border:none;} .mobile-link{float: left;padding-left: 10px;font-size: 16px;line-height: 40px;color: #fff;} .mobile-link a{color:#f3f3f3;margin:0 5px;height: 40px;line-height: 40px; font-size: 15px;} .mobile-link02{margin:0 20px;} .mobile-inner-nav .mobile-link02 a {width: auto;float: left;margin:0 7px;} .mobile-inner-nav a, .mobile_search { border-bottom-color: rgba(255,255,255,0.3); } @media screen and (max-width: 1250px) { .model-title .model{ width: 50%; } .header-content{ width: 90%; } .navs{ width: 100%; } .navss{ width: 12.5%!important; } .index-main-box .index-main{ width: 90%; } .index-main-box .index-main .left{ width: 45%; } .index-main-box .index-main .right{ width: 45%; } .index-main-box .index-main .focus-news{ width: 100%; } .index-main-box .index-main .focus-news .sbanner{ width: 47%; } .index-main-box .index-main .focus-news .sbanner-title{ width: 47%; } .index-main-box .index-main .notice-box ul li .title{ width: 75%; } .index-main-box.news1{ height: 480px; } .index-main-box .index-main .news-box ul li .news-title{ width: 75%; } .index-main-box .index-main .focus-news .sbanner-title1{ width: 47%; } .banner{ height: auto; } .flexslider{ height: auto; } .hnav-c{ width: 100%; } .footerList ul li a{ line-height: 20px; } .container{ width: 100%; } .notice{ width: 93%; } .notice_l{ width: 47%; } .newspart-img{ width: 100%; height: 150px; } } @media screen and (max-width: 1000px) { .nav{ display: none; } .mobile{ display: block; } .header-nav{ height: 40px; } .mobile-link{ display: none; } .container{ width: 290px; } .index-main-box .index-main .focus-news .sbanner{ width: 290px; } .index-main-box .index-main .focus-news .sbanner-title{ width: 53%; } .index-main-box .index-main .left { width: 90%; height: 475px; margin: 0 auto; float: none; } .index-main-box .index-main .right { width: 90%; height: 500px; margin: 0 auto; float: none; } .index-main-box.news1 .index-main .right{ height: 450px; } .index-main-box.news1 .index-main .left{ height: 480px; } .index-main-box{ height: 970px!important; } .index-main-box.news1{ height: 975px!important; } .index-main-box .index-main .notice-box ul li .title{ width: 85%; } .notice_l{ width: 90%; float: none; margin: 0 auto; height: 470px; } .newspart-img{ width: 270px; height: 190px; } .content_news-part{ width: 270px!important; margin: 0 7%; } .search{ display: none; } .hc_img{ text-align: center; } .stafff{ height: 920px; } .footer{ padding-left: 4%; } .fone{ height: 385px!important; } .ftw{ height: 700px!important; } .fth{ height: auto!important; } } @media screen and (max-width: 800px) { .content_news-part{ margin:0 1.5%; } .index-main-box .index-main .focus-news .sbanner-title{ width: 45%; } .index-main-box .index-main .focus-news .sbanner-title1{ width: 45%; } .listconrn-r{ width: 100%!important; } } @media screen and (max-width: 700px) { .header-content,.header-topline{ display: none; } .index-main-box .index-main .focus-news .sbanner-title{ width: 40%; } .index-main-box .index-main .focus-news .sbanner-title1{ width: 40%; } .mobile-link{ display: block; } .footer .lf{ display: none; } .footer .rt{ display: none; } .footer .md{ width: 70%; } .content_news-part{ float: none; margin:0 auto; margin-bottom: 20px; } .notice_l{ height: auto; } .stafff{ height: auto; padding-bottom: 0px!important; } } @media screen and (max-width: 640px) { .index-main-box .index-main .focus-news .sbanner { width: 337px; margin: 0 auto; float: none; } .index-main-box .index-main .focus-news .sbanner-title { width: 100%; margin: 0 auto; float: none; } .index-main-box .index-main .focus-news .sbanner-title1{ width: 100%; margin: 0 auto; float: none; } .index-main-box .index-main .focus-news{ height: 300px; } .index-main-box.news1 .index-main .left{ height: 600px; } .index-main-box{ height: auto!important; } .index-main-box.news1{ height: auto!important; } .index-main-box .index-main .right{ height: 580px; } .index-main-box .index-main .notice-box ul li .title{ width: 70%; } } @media screen and (max-width: 560px) { .index-main-box .index-main .news-box ul li .news-title{ width: 70%; } .index-main-box .index-main .notice-box ul li .title{ width: 75%; } .footer .ewm{ width: 25%; } .fone{ height: 500px!important; } .ftw{ height: 1130px!important; } } @media screen and (max-width: 450px) { .model-title .model{ font-size: 22px; } .index-main-box .index-main .notice-box ul li .title{ font-size: 14px!important; } .index-main-box .index-main .notice-box ul li .time .year{ font-size: 14px!important; } .index-main-box .index-main .notice-box ul li .time .date{ font-size: 14px!important; } .index-main-box .index-main .focus-news .sbanner-title .desc{ max-height: 65px; } .index-main-box .index-main .focus-news .sbanner-title1 .desc{ max-height: 65px; } .index-main-box .index-main .notice-box ul{ margin-top: 30px; } .index-main-box .index-main .notice-box ul li{ height: 80px; margin-top: 10px; } .index-main-box .index-main .notice-box{ height: 365px; } .index-main-box .index-main .right{ height: 610px; } .index-main-box.news1{ height: auto!important; } .index-main-box .index-main .notice-box ul li .title{ width: 70%; } .index-main-box .index-main .focus-news .sbanner{ width: 100%; } .index-main-box .index-main .news-box ul li .news-title{ width: 100%; } .index-main-box .index-main .news-box ul li .news-time{ display: none; } .scholars01 .scholars_info p.time1{ width: 100%; } .footer .md{ display: none; } .footer .ewm{ width: 80%; overflow: hidden; float: none; margin:30px auto; } }