           /* 头部  */
           
           header {
               width: 100%;
               position: fixed;
               top: 0;
               left: 0;
               height: 248px;
               z-index: 200;
               /* overflow: hidden; */
               background: url(../images/topbg_02.png) repeat-x;
               padding-top: 30px;
               /* padding-bottom: 83px; */
           }
           /* 导航 */
           
           nav {
               height: 40px;
           }
           
           .nav li>a {
               font-size: 18px;
               line-height: 40px;
               color: #fff;
           }
           
           .nav li.on .subNav {
               display: block;
           }
           
           #nav {
               display: flex;
               justify-content: space-between;
               align-items: center;
           }
           /* 轮播 */
           
           .bannerul {
               position: relative;
               z-index: 199;
           }
           
           .bannerul a {
               display: block;
               width: 100%;
               overflow: hidden;
           }
           
           .bannerimg {
               padding-bottom: 41.67%;
           }
           
           .bannerul .slick-prev {
               left: 50%;
               margin-left: -700px;
               text-indent: 200px;
               background: rgba(0, 0, 0, .5) url(../images/l.png) no-repeat 14px 14px;
           }
           
           .bannerul .slick-next {
               /* right: 10px; */
               right: 50%;
               margin-right: -700px;
               text-indent: 200px;
               background: rgba(0, 0, 0, .5) url(../images/r.png) no-repeat 14px 14px;
           }
           
           .bannerul .slick-prev:hover {
               background: #00367A url(../images/l.png) no-repeat 14px 14px;
           }
           
           .bannerul .slick-next:hover {
               background: #00367A url(../images/r.png) no-repeat 14px 14px;
           }
           
           .bannerul .slick-dots li {
               width: 42px;
               height: 42px;
               border-radius: 50%;
               background: #4F4F4F;
               /* margin: 0 12px; */
               margin-right: 9px;
           }
           
           .bannerul {
               overflow: hidden;
           }
           
           .bannerul .slick-dots li.slick-active {
               background: #00367A;
           }
           
           .bannerul .slick-dots {
               position: absolute;
               width: 100%;
               left: 50%;
               margin-left: -700px;
               bottom: 60px;
           }
           
           .ser2 .gp-search {
               width: 100%;
           }
           
           .logo1 {
               width: 382px;
               overflow: hidden;
               float: left;
               margin-right: 20px;
           }
           
           .logo1 a {
               display: block;
               padding-bottom: 21.20%;
           }
           
           .logo2 {
               width: 506px;
               overflow: hidden;
               float: left;
           }
           
           .logo2 a {
               display: block;
               padding-bottom: 10.28%;
           }
           
           .ser {
               float: right;
           }
           
           .school {
               display: block;
               font-size: 14px;
               line-height: 19px;
               color: #fff;
               margin-bottom: 5px;
           }
           /* 尾部 */
           
           footer {
               overflow: hidden;
               background: #00377A;
               padding: 35px 0;
           }
           
           .footercon {
               overflow: hidden;
           }
           
           .log {
               width: 161px;
               height: 68px;
               float: left;
               margin-right: 113px;
           }
           
           .footerul ul {
               overflow: hidden;
           }
           
           .footerul li {
               overflow: hidden;
               float: left;
               margin-right: 60px;
           }
           
           .footerul li p {
               display: block;
               font-size: 14px;
               line-height: 19px;
               padding-top: 15px;
               color: #fff;
           }
           /* @charset "utf-8"; */
           /*手机端导航默认*/
           
           .mobile_bg {
               width: 100%;
               height: 100%;
               z-index: 90;
               position: fixed;
               top: 0;
               left: 0;
               background: rgba(0, 0, 0, 0.6);
               display: none;
           }
           
           .gp-menu {
               width: 100%;
               z-index: 98;
               height: 100%;
               position: relative;
               display: none !important;
           }
           
           .gp-menu-link {
               float: left;
               line-height: 40px;
               height: 40px;
               padding-left: 15px;
           }
           
           .gp-menu-link a {
               color: #fff;
           }
           
           .gp-menu-header-icon {
               color: #c7000a;
               height: 50px;
               font-size: 25px;
               text-align: center;
               /* float: left; */
               width: 40px;
               position: relative;
               -webkit-transition: background 0.5s;
               -moz-transition: background 0.5s;
               -o-transition: background 0.5s;
               transition: background 0.5s;
               margin-right: 10px;
               cursor: pointer;
           }
           
           .gp-menu-header-icon span {
               position: absolute;
               left: calc((100% - 25px) / 2);
               top: calc((100% - 2px) / 3);
               width: 27px;
               height: 3px;
               background-color: #c7000a;
           }
           
           .gp-menu-header-icon-out span {
               width: 27px;
               height: 4px;
               background-color: #fff;
               display: block;
               border-radius: 4px;
           }
           
           .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);
           }
           
           @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 {
               background-color: #fff;
               top: calc((100% - 2px) / 2.1);
           }
           
           .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;
           }
           
           .gp-menu-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
               }
           }
           
           .gp-menu-nav {
               width: 100%;
               position: fixed;
               top: 0;
               right: 0px;
               padding-top: 40px;
               background: #c2151c;
               /* background: -webkit-linear-gradient(left, #004485, #1958ae); */
               /* Safari 5.1 - 6.0 */
               /* background: -o-linear-gradient(left, #004485, #1958ae); */
               /* Opera 11.1 - 12.0 */
               /* background: -moz-linear-gradient(left, #004485, #1958ae); */
               /* Firefox 3.6 - 15 */
               /* background: linear-gradient(to left, #004485, #1958ae); */
               display: none;
           }
           
           .gp-menu-nav ul {
               margin-left: 43px;
               margin-right: 40px;
               width: 79.56%;
           }
           
           .gp-menu {
               /* margin-left: 54px; */
           }
           /*导航*/
           
           .gp-menu-nav a {}
           
           .gp-menu-nav>ul {}
           
           .gp-menu-nav>ul li {
               -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;
           }
           
           .gp-menu-nav>ul>li {
               position: relative;
               border-bottom: 1px solid rgba(255, 255, 255, 0.3);
               position: relative;
           }
           
           .gp-menu-nav>ul>li>a {
               display: inline-block;
               padding: 14px 10px 14px 0px;
               font-size: 1.8rem;
           }
           
           .gp-menu-nav>ul>li>a.eng {
               font-size: 1.2rem;
               color: rgba(255, 255, 255, 0.6);
           }
           
           .gp-menu-nav>ul>li>ul {
               background: rgba(0, 0, 0, 0.1);
               padding: 0 25px
           }
           
           .gp-menu-nav>ul>li>ul a {
               display: inline-block;
               padding: 10px 0;
           }
           
           .gp-menu-arrow {
               cursor: pointer;
               width: 30px;
               height: 50px;
               line-height: 50px;
               color: #fff;
               text-align: center;
               position: absolute;
               right: 0;
               top: 0;
               font-size: 2rem;
               margin-right: 10px;
               transition: all 0.3s ease-in-out;
           }
           
           .gp-menu-nav>ul>li.on .gp-menu-arrow {
               transform: rotate(90deg);
           }
           
           .gp-menu-nav li ul {
               display: none;
           }
           /*导航内标签效果*/
           
           .gp-menu-nav a {
               color: #fff;
           }
           
           .open .gp-menu-link {
               display: none;
           }
           
           .open .gp-menu-header {
               background: none;
               width: auto;
           }
           
           @-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;
               }
           }
           /*
下拉横排效果
*/
           
           .bg-black span {
               background: #c7000a;
           }
           
           .gp-menu-nav.gp-menu-dropdown2 {
               background: #F5F5F5;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul {
               position: relative;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li {
               border-bottom: none;
               position: static;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>a {
               padding: 0;
               display: block;
               text-align: center;
               height: 50px;
               line-height: 50px;
               white-space: nowrap;
               text-overflow: ellipsis;
               overflow: hidden;
               margin: 0 5px;
               position: relative;
               z-index: 900;
               color: #333;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
               content: "\e73a";
               font-size: 1.4rem;
               margin-left: 5px;
               transition: all 0.3s;
               display: inline-block;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
               content: '';
               content: '';
               width: 0;
               height: 0;
               border-left: 5px solid transparent;
               border-right: 5px solid transparent;
               border-bottom: 8px solid #000;
               position: absolute;
               left: 50%;
               bottom: -100%;
               margin-left: -5px;
               opacity: 0.2;
               transition: all 0.3s;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
               bottom: 0;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
               position: absolute;
               left: 0;
               width: 100%;
               z-index: 1000;
               background: #fff;
               box-shadow: 0 0 3px rgba(0, 0, 0, .15);
               right: 5px;
               padding: 8px 0;
               text-align: center;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
               color: #666
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul li {
               -webkit-animation-fill-mode: none;
               animation-fill-mode: none
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
               transform: rotate(180deg);
           }
           /*
侧滑左侧
*/
           
           .gp-menu-nav.gp-menu-offcanvas1 {
               position: fixed;
               display: block;
               transform: translate(-150%, 0);
               transition: all 1s ease-in-out;
               width: 100%;
               right: auto;
               left: 0;
           }
           
           .open .gp-menu-offcanvas1 {
               transform: translate(0, 0);
               position: absolute;
               /* top: 136px;
    left: 54px; */
               width: auto;
           }
           /*
侧滑右侧
*/
           
           .gp-menu-nav.gp-menu-offcanvas2 {
               position: fixed;
               display: block;
               transform: translate(150%, 0);
               transition: all 1s ease-in-out;
               width: 100%;
           }
           
           .open .gp-menu-offcanvas2 {
               transform: translate(0, 0);
               position: absolute;
           }
           /*1.默认展开的搜索*/
           
           .gp-search {
               width: 184px;
               overflow: hidden;
               display: inline-block;
               background: #fff;
               zoom: 1;
               vertical-align: middle;
               transition: all 0.35s ease-in-out;
               border: 1px solid #ccc;
           }
           
           .gp-ser {
               width: 100%;
               height: 28px;
               z-index: 9999994;
               margin: 0 auto;
               position: relative;
           }
           
           .gp-search input,
           .gp-search button {
               position: absolute;
               height: 28px;
               line-height: 28px;
               border: none;
               background: none;
               top: 0px;
               overflow: hidden;
           }
           
           .gp-search input.notxt {
               color: #999;
               width: 74%;
               outline: none;
               left: 0;
               padding-left: 15px;
           }
           
           .gp-search .notxt1 {
               position: absolute;
               width: 15%;
               right: 8px;
               top: 6px;
               height: 19px;
               width: 19px;
               cursor: pointer;
               color: #666;
           }
           
           @charset "utf-8";
           /*手机端导航默认*/
           
           .mobile_bg {
               width: 100%;
               height: 100%;
               z-index: 90;
               position: fixed;
               top: 0;
               left: 0;
               background: rgba(0, 0, 0, 0.6);
               display: none;
           }
           
           .gp-menu {
               width: 100%;
               z-index: 98;
               height: 100%;
               position: relative;
           }
           
           .gp-menu-header {
               position: absolute;
               top: 27px;
               right: 0;
               /* z-index: 996; */
               width: 100%;
               height: 40px;
               /* background: rgba(0, 0, 0, 0.2); */
           }
           
           .gp-menu-link {
               float: left;
               line-height: 40px;
               height: 40px;
               padding-left: 15px;
           }
           
           .gp-menu-link a {
               color: #fff;
           }
           
           .gp-menu-header-icon {
               color: #c7000a;
               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;
               margin-right: 10px;
               cursor: pointer;
           }
           
           .gp-menu-header-icon span {
               position: absolute;
               left: calc((100% - 25px) / 2);
               top: calc((100% - 2px) / 3);
               width: 27px;
               height: 3px;
               background-color: #c7000a;
           }
           
           .gp-menu-header-icon-out span {
               width: 27px;
               height: 4px;
               background-color: #fff;
               display: block;
               border-radius: 4px;
           }
           
           .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);
           }
           
           @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 {
               background-color: #fff;
               top: calc((100% - 2px) / 2.1);
           }
           
           .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;
           }
           
           .gp-menu-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
               }
           }
           
           .gp-menu-nav {
               width: 100% !important;
               position: fixed;
               top: 0;
               right: 0px;
               padding-top: 40px;
               background: #003678;
               display: none;
           }
           /*导航*/
           
           .gp-menu-nav a {}
           
           .gp-menu-nav>ul {}
           
           .gp-menu-nav>ul li {
               -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;
           }
           
           .gp-menu-nav>ul>li {
               position: relative;
               border-bottom: 1px solid rgba(255, 255, 255, 0.3);
           }
           
           .gp-menu-nav>ul>li>a {
               display: inline-block;
               padding: 14px 0 14px 25px;
               font-size: 1.6rem;
           }
           
           .gp-menu-nav>ul>li>ul {
               background: rgba(0, 0, 0, 0.1);
               padding: 0 25px;
               margin-left: 22px;
           }
           
           .gp-menu-nav>ul>li>ul a {
               display: inline-block;
               padding: 10px 0;
           }
           
           .gp-menu-arrow {
               cursor: pointer;
               width: 30px;
               height: 50px;
               line-height: 50px;
               color: #fff;
               text-align: center;
               position: absolute;
               right: 0;
               top: 0;
               font-size: 2rem;
               margin-right: 10px;
               transition: all 0.3s ease-in-out;
           }
           
           .gp-menu-nav>ul>li.on .gp-menu-arrow {
               transform: rotate(90deg);
           }
           
           .gp-menu-nav li ul {
               display: none;
           }
           /*导航内标签效果*/
           
           .gp-menu-nav a {
               color: #fff;
           }
           
           .open .gp-menu-link {
               display: none;
           }
           
           .open .gp-menu-header {
               background: none;
           }
           
           @-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;
               }
           }
           /*
下拉横排效果
*/
           
           .bg-black span {
               background: #c7000a;
           }
           
           .gp-menu-nav.gp-menu-dropdown2 {
               background: #F5F5F5;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul {
               position: relative;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li {
               border-bottom: none;
               position: static;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>a {
               padding: 0;
               display: block;
               text-align: center;
               height: 50px;
               line-height: 50px;
               white-space: nowrap;
               text-overflow: ellipsis;
               overflow: hidden;
               margin: 0 5px;
               position: relative;
               z-index: 900;
               color: #333;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
               content: "\e73a";
               font-size: 1.4rem;
               margin-left: 5px;
               transition: all 0.3s;
               display: inline-block;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
               content: '';
               content: '';
               width: 0;
               height: 0;
               border-left: 5px solid transparent;
               border-right: 5px solid transparent;
               border-bottom: 8px solid #000;
               position: absolute;
               left: 50%;
               bottom: -100%;
               margin-left: -5px;
               opacity: 0.2;
               transition: all 0.3s;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
               bottom: 0;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
               position: absolute;
               left: 0;
               width: 100%;
               z-index: 1000;
               background: #fff;
               box-shadow: 0 0 3px rgba(0, 0, 0, .15);
               right: 5px;
               padding: 8px 0;
               text-align: center;
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
               color: #666
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul li {
               -webkit-animation-fill-mode: none;
               animation-fill-mode: none
           }
           
           .gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
               transform: rotate(180deg);
           }
           /*
侧滑左侧
*/
           
           .gp-menu-nav.gp-menu-offcanvas1 {
               position: fixed;
               display: block;
               transform: translate(-150%, 0);
               transition: all 1s ease-in-out;
               width: 85%;
               right: auto;
               left: 0
           }
           
           .open .gp-menu-offcanvas1 {
               transform: translate(0, 0);
               position: absolute;
           }
           /*
侧滑右侧
*/
           
           .gp-menu-nav.gp-menu-offcanvas2 {
               position: fixed;
               display: block;
               transform: translate(150%, 0);
               transition: all 1s ease-in-out;
               width: 85%;
           }
           
           .open .gp-menu-offcanvas2 {
               transform: translate(0, 0);
               position: absolute;
           }
           
           .headertop {
               overflow: hidden;
               border-bottom: 1px solid rgba(255, 255, 255, .2);
               padding-bottom: 14px;
           }
           
           @media screen and (max-width:1400px) {
               .logo1 {
                   width: 272px;
               }
               .logo2 {
                   width: 366px;
               }
           }
           
           @media screen and (max-width:996px) {
               header {
                   position: absolute;
               }
               .gp-menu {
                   display: block !important;
                   z-index: 300;
               }
               .gp-menu-nav {
                   display: block !important;
               }
               nav {
                   display: none;
               }
               .ser {
                   display: none;
               }
               .ser2 {
                   width: 79%;
                   float: left;
                   display: block;
                   margin-left: 42px;
                   margin-top: 20px;
               }
               header {
                   height: auto;
               }
           }
           
           @media screen and (max-width:767px) {
               .gp-menu-header-icon {
                   transform: scale(0.8);
                   top: -18px;
               }
               .logo1 {
                   width: 156px;
               }
               .logo2 {
                   width: 231px;
               }
               .gp-menu-header {
                   top: 35px;
               }
               .log {
                   margin-right: 26px;
               }
           }
           
           @media screen and (max-width:479px) {
               .gp-menu-header-icon {
                   transform: scale(0.6);
                   top: -18px;
               }
               .logo1 {
                   width: 110px;
                   margin-right: 3px;
               }
               .logo2 {
                   width: 150px;
               }
               .bannerul .slick-arrow,
               .bannerul .slick-dots {
                   transform: scale(0.3) translateY(-30%);
               }
               .bannerul .slick-dots {
                   top: 79% !important;
                   left: -8% !important;
               }
               .log {
                   width: 251px;
                   /* clear: both; */
                   float: none;
               }
           }