@charset "utf-8"; /*基础样式*/ html{font-size:62.5%; /* 10÷16=62.5% */} body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'微软雅黑','Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;} html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;} table{border-collapse:collapse;border-spacing:0;padding:0} fieldset,img{border:0;} img,object{max-width:100%;width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;} a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color:#333;} a:hover{text-decoration: none;color: #d5ba7f;} input[type='button'],button,input{outline:none;border:0 none;background-color:transparent;cursor:pointer;} ul,ol,li{list-style:none outside none;} pre,code {white-space:pre-wrap} .gp-pa{position: absolute;} .gp-pr{position: relative;} .gp-clearFix{*zoom:1;clear:both;} .gp-clearFix:after{content: '';display: block;clear:both;} .gp-clear{width: 100%;overflow:hidden;} /*响应式图片*/ .gp-img-responsive{width: 100%;height: 0;padding-bottom: 56.25%;overflow:hidden;display: block;/* background-color: #d9d9d9*/} .gp-img-responsive img{width: 100%;transition: all 0.5s ease-in-out;max-width:none;} .gp-img-responsive img:hover{transform:scale(1.03);opacity: 0.85;} .gp-radius{border-radius: 3px;display: block;overflow: hidden;} .gp-round{border-radius: 500px;display: block;overflow: hidden;} .gp-circle{border-radius: 50%;display: block;overflow: hidden;} /*边框*/ .gp-img-thumbnail {display:inline-block;max-width:100%;height:auto;padding:2px;line-height:1.6;background-color:#fff; border:1px solid #ddd;border-radius:0; -webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out} .gp-ib{display:inline-block;*display:inline;*zoom:1;vertical-align: middle;} /*半透明背景*/ .gp-overlay{width: 100%;height: 100%;position: fixed;top: 0;z-index: 180;background: #000;opacity: 0.7;filter: alpha(opacity=80);display: none;left:0} /*文章页控制ul li序号*/ .gp-article ol,.gp-article ol li,.gp-order-list li,.gp-order-list{list-style:decimal inside none;} .gp-article ul,.gp-article ul li,.gp-unorder-list li,.gp-unorder-list{list-style: disc inside none;} .gp-unorder-list.circle{list-style-type:circle} .gp-unorder-list.square,.gp-unorder-list.square li{list-style-type:square} .gp-unorder-list.upper-roman,.gp-unorder-list.upper-roman li{list-style-type:upper-roman} .gp-unorder-list.lower-alpha,.gp-unorder-list.lower-alpha li{list-style-type:lower-alpha} .gp-article{word-break: break-word;} /*字号*/ .gp-f12{font-size:12px;font-size: 1.2rem;} .gp-f14{font-size:14px;font-size: 1.4rem;} .gp-f16{font-size:16px;font-size: 1.6rem;} .gp-f17{font-size:17px;font-size: 1.7rem;} .gp-f18{font-size:18px;font-size: 1.8rem;} .gp-f20{font-size:20px;font-size: 2rem;} .gp-f22{font-size:22px;font-size: 2.2rem;} .gp-f24{font-size:24px;font-size: 2.4rem;} .gp-f26{font-size:26px;font-size: 2.6rem;} .gp-f28{font-size:28px;font-size: 2.8rem;} .gp-f30{font-size:30px;font-size: 3rem;} .gp-f32{font-size:32px;font-size: 3.2rem;} .gp-f34{font-size:34px;font-size: 3.4rem;} .gp-f36{font-size:36px;font-size: 3.6rem;} .gp-f38{font-size:38px;font-size: 3.8rem;} .gp-f40{font-size:40px;font-size: 4rem;} .gp-ul-inline{font-size: 0;} .gp-ul-inline > li{display: inline-block;*display: inline;*zoom:1;font-size: 21px;vertical-align: top;} .gp-fl,.gp-md-fl,.gp-sm-fl{float: left;} .gp-fr,.gp-md-fr,.gp-sm-fr{float: right;} .gp-center{display: block;margin-left: auto;margin-right: auto;} .gp-vam,.gp-vama *{vertical-align:middle;} /* 字体色 */ .gp-black *,.gp-black {color:#333} .gp-white *,.gp-white{color:#fff } .gp-white *:hover,.gp-white:hover{color: #fff;} /*一行截短*/ .gp-ellipsis,.gp-text-truncate { word-wrap:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden} /*透明度*/ .gp-opt-50{ opacity: 0.5;filter: alpha(opacity=50);} /*-平均分配*/ /* [class*="gp-avg"] > li {float: left;} */ [class*="gp-avg"] {font-size: 0;} [class*="gp-avg"] > li{display: inline-block;*display: inline;*zoom: 1;font-size: 1.4rem;vertical-align: top;} /* 版心和间距的问题 */ .gp-container{width:72vw;margin-left: auto;margin-right: auto;max-width: 1380px;} @media screen and (max-width:1460px) { .gp-f18{font-size: 1.7rem;} .gp-f24{font-size: 2.2rem;} .gp-f30{font-size: 2.6rem;} .gp-f20{font-size: 2rem;} .gp-f36{font-size: 3rem;} .gp-f17{font-size: 1.6rem;} .gp-container{width:76vw;} } @media screen and (max-width:1300px) { .gp-f24{font-size: 2rem;} .gp-f22{font-size: 1.8rem;} .gp-container{width:73vw;} } @media screen and (max-width:1100px) { .gp-container{width: auto !important;margin-left: 2vw;margin-right: 2vw;padding-left: 0;padding-right: 0;} } @media screen and (max-width:996px) { .gp-md-fl,.gp-md-fr{float: none;width: 100% !important;} } @media screen and (max-width:767px) { .gp-f30{font-size: 2.4rem;} .gp-container{margin-left: 15px;margin-right: 15px;} .gp-row{margin-left: -8px;margin-right: -8px;} .gp-p15{padding-left: 8px;padding-right: 8px;} .gp-m15{margin-left: 8px;margin-right: 8px;} .gp-sm-fl,.gp-sm-fr{float: none;width: 100% !important;} } /* 面包屑 */ .gp-bread{height:auto; line-height:20px; color:#999;padding:12px 0;overflow:hidden;position: relative;z-index: 5;color:#999;} .gp-bread span{color:#999;margin:0 3px} .gp-bread a{color:#999;} .gp-bread a:hover{color:#d5ba7f;} @media screen and (max-width:767px) { .gp-article {word-break: break-all;} .gp-article img{width:auto !important;height:auto !important;} .gp-article video{width:auto !important;} .gp-article table{width:100% !important; } html{font-size: 54.705%;} } /* pad端固定宽度 */ @media screen and (max-width:999px) { .gp-flex{display: flex;display: -webkit-flex;} .gp-flex-fixed{width: 250px;} .gp-flex-flexible{flex:1;width: auto ;} } /*** 布局-网格样式**/ /* [class*="gp-xs"],[class*="gp-sm"],[class*="gp-md"],[class*="gp-lg"] { display: inline-block;*display: inline;*zoom:1;vertical-align: top;width: 100%; } */ @media screen and (min-width:100px){ [class*="gp-avg"] > li{width: 100%;} /*平均分配*/ .gp-avg-xxs-1 > li{width: 100%;} .gp-avg-xxs-2 > li{width: 50%;} .gp-avg-xxs-3 > li{width: 33.3%;} .gp-avg-xxs-4 > li{width: 25%;} .gp-avg-xxs-5 > li{width: 20%;} .gp-avg-1 > li{width: 100%;} .gp-avg-2 > li{width: 50%;} .gp-avg-3 > li{width: 33.3%;} .gp-avg-4 > li{width: 25%;} .gp-avg-5 > li{width: 20%;} } @media screen and (max-width:479px) { [class*="gp-xs"]{width: 100%;display: block;} /*平均分配*/ .gp-avg-xxs-1 > li{width: 100%;} .gp-avg-xxs-2 > li{width: 50%;} .gp-avg-xxs-3 > li{width: 33.3%;} .gp-avg-xxs-4 > li{width: 25%;} .gp-avg-xxs-5 > li{width: 20%;} } @media screen and (min-width:479px) { /*平均分配*/ .gp-avg-xs-1 > li{width: 100%;} .gp-avg-xs-2 > li{width: 50%;} .gp-avg-xs-3 > li{width: 33.3%;} .gp-avg-xs-4 > li{width: 25%;} .gp-avg-xs-5 > li{width: 20%;} } @media screen and (min-width:767px) { /*平均分配*/ .gp-avg-sm-1 > li{width: 100%;} .gp-avg-sm-2 > li{width: 50%;} .gp-avg-sm-3 > li{width: 33.3%;} .gp-avg-sm-4 > li{width: 25%;} .gp-avg-sm-5 > li{width: 20%;} }@media screen and (min-width:997px) { /*平均分配*/ .gp-avg-md-1 > li{width: 100%;} .gp-avg-md-2 > li{width: 50%;} .gp-avg-md-3 > li{width: 33.3%;} .gp-avg-md-4 > li{width: 25%;} .gp-avg-md-5 > li{width: 20%;} } @media screen and (min-width:1300px) { /*平均分配*/ .gp-avg-lg-1 > li{width: 100%;} .gp-avg-lg-2 > li{width: 50%;} .gp-avg-lg-3 > li{width: 33.3%;} .gp-avg-lg-4 > li{width: 25%;} .gp-avg-lg-5 > li{width: 20%;} } /* 表格 */ .gp-table > tbody > tr > td, .gp-table > tbody > tr > th, .gp-table > tfoot > tr > td, .gp-table > tfoot > tr > th, .gp-table > thead > tr > td, .gp-table > thead > tr > th{padding:1.9rem 2rem;line-height: 1.4;word-break: break-all;} .gp-table-bordered { border:solid #e6e6e6;border-width: 0px 0 1px 0px;} .gp-table *{word-wrap: break-word;} /*边框*/ .gp-table-bordered td{ border:solid #e6e6e6; border-width:1px 1px 0px 1px;} /*条纹*/ .gp-table-striped>tbody>tr:nth-child(even)>td, .gp-table-striped>tbody>tr:nth-child(even)>th { background-color:#f5f5f5 } /*置顶*/ .gp-goTop{width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 2.5rem;color: #fff !important;background: #3274a7;transition: all 0.4s ease-out} .gp-goTop-fixed{position: fixed;right: 20px;bottom: 20px;z-index: 800;box-shadow: 0 0 8px rgba(0,0,0,0.2);display: none;} .gp-goTop-fixed.bottom{bottom: 150px;} /*低版本跳转样式*/ .ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;} .ie9tips{width:500px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -200px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;text-align: center;} .ie9tips a{color:red;} .ie9tips img:first-child{margin-right: 10px;} .ie9tips img{display:inline-block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);} .ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;} .ieLogo{background-color: #fff;padding: 15px 0;} /* 公共样式 */ .header{height: 110px; } .top{margin:0 auto;width: 100%;position: relative;z-index: 20;max-width: 1380px;} .logo{position: fixed;top: 25px;left: 30px;z-index: 99888;} .logo a{display: inline-block;vertical-align: middle;} .logo_02{margin-left: 13px;} .topNav{text-align: right;padding-top: 5px;} .topNav > a{display: inline-block;vertical-align: middle;height: 32px;line-height: 32px;border-radius: 16px;overflow: hidden;color: #999;transition: all 0.35 ease-out;} .topNav > span{opacity: 0.6;color: #ccc;display: inline-block;vertical-align: middle;margin: 0 20px;} .topNav > a > i{width: 32px;height: 32px;line-height: 30px;text-align: center;border-radius: 50%;display: inline-block;vertical-align: middle;color: #fff;} .topNav > a:hover{opacity: 1;} .topNav .gp-serBtn2{width: 32px;padding-right: 0;border-radius: 50%;text-align: center;margin-right: 0;} .topRight{text-align: right;padding-top: 25px;margin-left:32%} .nav{padding-top: 12px;text-align: right;} .nav >li{position: relative;margin-left:50px;} .nav >li::before{content: '';width: 0;background-color: #d5ba7f;position: absolute;left: 50%;bottom: -5px;transform: translateX(-50%);transition: width 0.35s ease-out;height: 5px;} .nav > li > a{display: block;position: relative;line-height: 1;padding: 12px 7px;} .nav > li > a::before{content:'';width: 0;height:1px;position: absolute ;left: 50%;bottom: 0;transition: all 0.35s ease-in-out;background-color: #d5ba7f;} .nav > li > a::after{content: '';width: 1px;height: 0;background-color: #d5ba7f;left: 50%;top: 38px;transition: height 0.35s ease-out;position: absolute;transform: translateX(-50%);} .nav > li.on:before{width: 5px;} .nav > li.on > a:before{width: 100%;left: 0;} .nav > li.on > a::after{height: 23px;} .nav > li.on > a{color: #d9a545;} /*1.默认展开的搜索*/ .gp-search{width:100%; height:70px; z-index:994; margin:0 auto;position: relative;box-shadow: 0 5px 15px rgba(0,0,0,0.13);font-size: 1.6rem;} .gp-search input,.gp-search button{position:absolute; height: 70px;line-height:70px; border:none; background:none; top:0px;overflow: hidden;font-size: 1.6rem; } .gp-search input.notxt{color:#ccc; width:82%;left: 0;padding-left: 15px;box-sizing: border-box;} .gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#9e9e9e;font-size: 2.5rem;} .fadeInUpSmall { -webkit-animation-name: fadeInUpSmall ; animation-name: fadeInUpSmall ; animation-duration: 0.4s; -webkit-animation-duration: 0.4s; animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out; visibility: visible !important; } @-webkit-keyframes fadeInUpSmall { 0% { opacity: 0; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUpSmall { 0% { opacity: 0; -webkit-transform: translate3d(0, 20px, 0); -ms-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInLeftSmall { -webkit-animation-name: fadeInLeftSmall ; animation-name: fadeInLeftSmall ; animation-duration: 0.4s; -webkit-animation-duration: 0.4s; animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out; visibility: visible !important; } @-webkit-keyframes fadeInLeftSmall { 0% { opacity: 0; -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeftSmall { 0% { opacity: 0; -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } .fadeInRightSmall,.show { -webkit-animation-name: fadeInRightSmall ; animation-name: fadeInRightSmall ; animation-duration: 0.7s; -webkit-animation-duration: 0.7s; animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out; visibility: visible !important; } @-webkit-keyframes fadeInRightSmall { 0% { opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRightSmall { 0% { opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } } /*手机端导航默认*/ .mobile_bg{width: 100%;height: 100%;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;z-index: 300;} .gp-menu{ width: 100%;z-index: 98;height: 100%;position: absolute;display: none;right: 0;top: 0;z-index: 400;} .gp-menu-header{position: absolute;top: 15px;right: 0;z-index: 996;width: 100%;height:50px;} .gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;} .gp-menu-link a{color:#fff;} .gp-menu-header-icon{color: #fff; float:right;position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;cursor: pointer;margin:4px 15px 0 0;background-color: #0068cf;width: 50px;height: 50px;border-radius: 50%;text-align: center;text-align: center;line-height: 50px;} .gp-menu-header-icon span{ position: absolute; left: calc((100% - 30px) / 2); top: calc((100% - 6px) / 2.3); width: 27px; height: 2px; background-color: #fff;} .gp-menu-header-icon-out span{width: 30px;height: 2px;background-color:#fff;display: block;border-radius: 4px;display: none;} .gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;} .gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;} .gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;} .gp-menu-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);} .gp-menu-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);} .gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);} .gp-menu-header-icon-out i{font-size: 27px;text-align: center;} @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); } } .gp-menu-header-icon-click span{top: calc((100% - 2px) / 2.1);background-color: #0068cf;} .gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;} .gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;margin-left: 0;} .gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;} .gp-menu-header-icon-click i{display: none;} @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} }.gp-menu-header-icon-click{background-color: #fff;;} .gp-menu-nav{ width: 100%; position: fixed;top: 0;right: 0px;display: none;background:#fff; } /*导航*/ .gp-menu-nav a{} .gp-menu-nav > ul {} .gp-menu-nav > ul > li{position: relative;box-sizing: border-box;transition: all 0.5s ease-in;transform: translateX(-40px);opacity: 0;} .gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid #f2f2f2;} .gp-menu-nav > ul > li > a{display: inline-block;padding:18px 30px;font-size: 1.8rem;width: 60%;line-height: 1.4;} .m-second-nav {display: none;padding-bottom: 1rem;padding:0 8px;background-color: #dfe9f2;} .m-second-nav > li{border-bottom: 1px solid #c5d5e6;} .m-second-nav > li:last-child{border-bottom: none;} .m-second-nav > li.on > span{transform: rotate(45deg);} .m-second-nav > li > a{display:block;padding:16px 0 16px 50px;font-size: 1.6rem;color: #333;} .m-second-nav > li > span{top: 4px;color: #dad6ce;font-size: 1.8rem;} .gp-menu-arrow {cursor: pointer;width: 30px;height: 60px;line-height: 60px;color:#999;text-align: right;position: absolute;right: 10px;top: 0;font-size: 2rem;text-align: center;} .gp-menu-arrow::before{transition: all 0.3s ease-in-out;} .gp-menu-nav > ul > li.on > span{color: #fff;} .gp-menu-nav > ul > li.on > span::before{transform: rotate(90deg);display: inline-block;} .gp-menu-nav li ul {} /*导航内标签效果*/ .open .gp-menu-link{display: none;} .open .gp-menu-header{background: none;} .open .logo,.open .header .divSelect{z-index: 90;} .open .gp-menu-nav > ul > li{transform: none;opacity: 1;} .open .gp-menu-nav > ul > li.on{background-color: #a3b8cc;} .gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 85%;max-width: 400px;border-left: 8px solid #0068cf;} .open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;} .open .gp-menu-nav > ul > li.on > a{color: #fff;} .m_logo{padding: 25px 80px 40px 20px;background-color: #0068cf;} .mobile-column1{width: 100%;left: -100%;position: absolute;top: 50%;transform: translateY(-50%);} .m-link{padding:30px 20px;text-align: center;} .m-link a{display: inline-block;vertical-align: middle;line-height: 1.5;padding:4px 10px;font-size: 1.6rem;color: #999;} .nav__buttons{position: absolute;} .menuBtn{position: absolute;right: 15px;top:25px;cursor: pointer;display: none;z-index: 99888;} .menuBtn i{color: #d9a545;} /*加页面动画*/ .effect2{opacity: 0;transform: translateY(50px);transition: transform 1s, opacity 1s ease-in-out } .effect2.isView{transform: none;opacity: 1 !important;} /*footer*/ .wrap_footer{position: fixed;width: 800px;bottom: 0;box-sizing: border-box;padding:0 40px;text-align: center;transition: all 0.35s ease-out;} .footer{} .bit-list2{padding-bottom: 20px;margin: 0 -16px;} .bit-list2 li{padding: 0 16px;} .bit-list2 li span{display: block;width: 60px;height: 60px;overflow: hidden;margin: 0 auto;} .bit-list2 li strong{font-weight: normal;display: block;padding-top: 6px;font-size: 1.2rem;} .link {text-align: center;padding-bottom: 10px;font-size: 1.2rem} .link span{width: 68px;height: 68px;background-color: #d9a545;position: relative;margin-bottom: 8px;display: block;margin: 0 auto;margin-bottom: 8px;} .link span img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;} .copyRight{text-align: left;padding: 0px 0 20px ;font-size: 1.2rem;} .m_nav{padding-bottom: 20px;text-align: left;display: none;} .m_nav li a{font-size: 1.6rem;line-height: 1.5;display: block;padding:10px 0;} .wrap_footer.fixed{position: fixed !important;left: 0;top: 0;z-index: 9990;min-height: 100vh;background-color: #fff;padding-top: 15vh;} body.fixed .menuBtn{position: fixed;color: #d9a545;} body.fixed .logo{position: fixed;} @media screen and (min-width:1020px) { .footerLink li:hover{opacity: 1;transform: translateX(10px);} } @media screen and (max-width:1460px) { .gp-f26{font-size: 2.4rem;} .top{padding: 0 75px;box-sizing: border-box;} } @media screen and (max-width:1386px) { .nav > li > a{font-size: 1.6rem;} .gp-f20{font-size: 1.8rem;} .logo_01{width: 160px;} .logo_02{width: 170px;} } @media screen and (max-width:1300px) { .nav >li{margin-left: 30px;} .mb50{margin-bottom: 30px;} .pt40{padding-top: 30px;} .gp-search{height: 55px;} .gp-search input.notxt,.gp-search .notxt1{height: 55px;line-height: 55px;} } @media screen and (max-width:1100px) { .top{padding-right: 2vw;display: none;} .topRight{margin-left: 22%;} .logo{left: 2vw;} .menuBtn{display: block;cursor: pointer;} .wrap_footer{width: 100% !important;position: static !important;padding-top: 20px;} } @media screen and (max-width:1100px) { .top{display: none;} .logo{position: absolute;} .logo_01{width: 150px;} .logo_02{width: 160px;} .m_nav{display: block;} .bit-list2{text-align: left;} .header{height: 90px;} .link span{width: 65px;height: 65px;} } @media screen and (max-width:767px) { .wrap_footer{padding: 20px 15px;} .bit-list2 li{padding: 0 8px;} .bit-list2{margin-left: -8px;} .copyRight{text-align: center;} .logo,.menuBtn{top: 15px;} .header{height: 70px;} } @media screen and (max-width:640px) { } @media screen and (max-width:480px) { .logo_01{width: 110px;} .logo_02{width: 120px;} } @media screen and (max-width:360px) { .bit-list2 li{padding: 0;} }