@charset "utf-8";
/*Reset Css*/
* {margin:0;padding:0;background-repeat:no-repeat;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param,nav {margin:0;padding:0;}
html,body {margin:0;padding:0;height:100%;background:#fff;color:#111;font-size:14px; line-height:1.8; font-family:"Arial","Helvetica","Microsoft YaHei","微软雅黑","微軟雅黑","宋体";-webkit-text-size-adjust:none;/*Google Chrome*/}
input,button,select,textarea {font-family:"Arial","Helvetica","Microsoft YaHei","微软雅黑","微軟雅黑","宋体";color:inherit;background-color:transparent;border-style:none;}
select {*behavior:url("/templates/default/static/css/select.htc");}
/*IE6,IE7select*/ol,ul {padding-left:0;list-style:none;}
img {border:none;display:inline-block;vertical-align:middle;max-width:100%;}
th {font-style:normal;font-weight:normal;}
input {display:inline-block;vertical-align:middle;}
a:active {star:expression(this.onFocus=this.blur());}
a:focus,button:focus {outline:none;-moz-outline:none;}
:focus {outline:none;}
a {color:#000; text-decoration:none;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
a:hover {text-decoration:none;}
::selection{color:#fff;background:#6a6a6a;}
::-moz-selection{color:#fff;background:#6a6a6a;}

/*general*/
@font-face {
    font-family: 'FZZhengHeiS-EL-GB';
    src: url('/templates/default/static/fonts/FZZXHJW--GB1-0.eot');
    src: url('/templates/default/static/fonts/FZZXHJW--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('/templates/default/static/fonts/FZZXHJW--GB1-0.woff2') format('woff2'),
        url('/templates/default/static/fonts/FZZXHJW--GB1-0.woff') format('woff'),
        url('/templates/default/static/fonts/FZZXHJW--GB1-0.ttf') format('truetype'),
        url('/templates/default/static/fonts/FZZXHJW--GB1-0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Bebas';
    src: url('/templates/default/static/fonts/Bebas.eot');
    src: url('/templates/default/static/fonts/Bebas.eot?#iefix') format('embedded-opentype'),
        url('/templates/default/static/fonts/Bebas.woff2') format('woff2'),
        url('/templates/default/static/fonts/Bebas.woff') format('woff'),
        url('/templates/default/static/fonts/Bebas.ttf') format('truetype'),
        url('/templates/default/static/fonts/Bebas.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.section-title {font-family: "FZZhengHeiS-EL-GB";line-height:1.5;text-transform:uppercase;}
.section-title h2 {color:#e2e2e2;font-size:45px;margin:0;}
.section-title p {font-size:30px;margin:0; position:relative;}
.section-title p svg {width:35px; height:35px; margin-right:10px}
.section-title.white h2 {color:rgba(255,255,255,0.2)}
.section-title.white p {color:#fff}
.section-title.grey h2 {color:rgba(0,0,0,0.2)}
@media(max-width:1200px) {
.section-title h2 {font-size:38px;}
.section-title p {font-size:24px;}
}
@media(max-width:991px) {
.section-title h2 {font-size:34px;}
.section-title p {font-size:30px;}
.section-title p svg {width:25px; height:25px;}
}
@media(max-width:767px) {
.section-title h2 {font-size:28px;}
.section-title p {font-size:24px;}
}
/*.btn{border:2px solid transparent;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;border-radius:0;padding:.375rem;}
.btn.focus,.btn:focus{outline:0;box-shadow:none}
.btn-outline-default{color:#e60012;border-color:#e60012;z-index:1;position:relative;}
.btn-outline-default:before { content:""; position:absolute; bottom:0; left:0; width:100%; height:0; background-color:#e60012; z-index:-1;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.btn-outline-default:hover {color:#fff;}
.btn-outline-default:hover:before { height:100%;}
.btn-default{color:#fff;border-color:#e60012;z-index:1;position:relative;}
.btn-default:before { content:""; position:absolute; bottom:0; left:0; width:100%; height:100%; background-color:#e60012; z-index:-1;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.btn-default:hover {color:#e60012;}
.btn-default:hover:before { height:0;}*/
.imgBox {transition:ease all 0.7s;-webkit-transition:ease all 0.7s;width:100%;padding-bottom:75%;overflow:hidden;background-position:top center;background-repeat:no-repeat;background-size:cover;position:relative;}
.zoomImage {position:relative;overflow:hidden;}
@media(min-width:991px) {
.zoomImage:hover .imgBox {transform:scale(1.07) rotate(0deg);-webkit-transform:scale(1.07) rotate(0deg);}
}
.banner,.about,.culture,.layout,.news,.job,.footer,.copy,.page-crumb,.page-news,.page-pdf,.page-job,.page-about,.page-stock,.page-banner,.page-jobidea {overflow:hidden;}
.text-bg-dark{color:#fff!important;background-color:RGBA(106,106,106,var(--bs-bg-opacity,1))!important}
.form-control:focus,.custom-select:focus{border-color:transparent;outline:0;box-shadow:none}
.gradual {position:absolute; top:0; left:0; width:100%; height:150%; z-index:5;background-image:repeating-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,.7) 40%, rgba(0,0,0,0));pointer-events:none;}
.h-all .gradual {height:100%;}
.mask-animation {position:absolute; top:0; left:0; width:100%; height:100vh; z-index:10}
.scale-banner {animation:scale-banner 10s ease 0s forwards;-webkit-animation:scale-banner 10s ease 0s forwards;}
@keyframes scale-banner {
0% {transform:scale(1.2)}
100% {transform:scale(1)}
}
@-webkit-keyframes scale-banner {
0% {transform:scale(1.2)}
100% {-webkit-transform:scale(1)}
}

/*swiper*/
.swiper-pagination-bullet{width:40px;height:2px;display:inline-block;border-radius:0;background:#fff;opacity:.2;}
.swiper-pagination-bullet-active{opacity:1;background:#fff}

/*header*/
.header {position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;padding-top:0;padding-bottom:0; border-bottom:1px solid rgba(255,255,255,.2)}
.header .navbar-brand {margin-left:20px; background:url(/templates/default/static/images/logo.png) no-repeat; background-size:cover; width:171px; height:60px}
.header .navbar-nav .nav-item { margin:0 20px}
.header .navbar-nav .nav-item:last-child { margin-right:0px;}
.header .navbar-nav .nav-link {text-transform:uppercase;padding:27px 0;color:#fff;font-size:14px;text-decoration:none;}
.header .navbar-nav .dropdown-item {text-transform:uppercase;padding:8px 20px;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.sticky.stricky-fixed { background:#6a6a6a; -webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;animation:500ms ease-in-out 0s normal none 1 running fadeInDown;border-bottom:0px;box-shadow: 2px 2px 5px rgba(0,0,0,.2);}
/* 手机菜果按钮动画带js
.hamburger .line {width:30px;height:2px;background-color:#ecf0f1;display:block;margin:6px auto;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.hamburger:hover {cursor:pointer;}
#hamburger-6.is-active {-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transition-delay:0.6s;-o-transition-delay:0.6s;transition-delay:0.6s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}
#hamburger-6.is-active .line:nth-child(2) {width:0px;}
#hamburger-6.is-active .line:nth-child(1),#hamburger-6.is-active .line:nth-child(3) {-webkit-transition-delay:0.3s;-o-transition-delay:0.3s;transition-delay:0.3s;}
#hamburger-6.is-active .line:nth-child(1) {-webkit-transform:translateY(7px);-ms-transform:translateY(7px);-o-transform:translateY(7px);transform:translateY(7px);}
#hamburger-6.is-active .line:nth-child(3) {-webkit-transform:translateY(-8px) rotate(90deg);-ms-transform:translateY(-8px) rotate(90deg);-o-transform:translateY(-8px) rotate(90deg);transform:translateY(-8px) rotate(90deg);}
*/
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#fff}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}
.navbar-dark .navbar-nav .nav-link:hover{color:#fff}
.dropdown-menu {padding:0 0;margin:0 0;border:0px;border-radius:0px;-webkit-box-shadow:none !important;box-shadow:none !important;background-color:transparent;}
.dropdown-item{color:rgba(255,255,255,.7);font-size:13px; position:relative}
.dropdown-item:focus,.dropdown-item:hover{color:#fff;background-color:transparent}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:transparent;font-weight:800}

@media(max-width:1200px) {
.header .navbar-nav .nav-item { margin:0 15px}
/*.header .tool a { margin:0 5px;}*/
}
@media(max-width:991px) {
.header .navbar-brand,.sticky.stricky-fixed .navbar-brand  {margin-left:0px; width:143px; height:50px}
.header .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,1); border:0px;--bs-navbar-toggler-focus-width:0;}
.header .navbar-toggler-icon{background-image:url(/templates/default/static/css/"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}
.header .navbar-nav .nav-item {margin:0; background:transparent;}
.header .navbar-nav .nav-item .nav-link {font-size:16px;padding:10px 0px;border-bottom:1px solid rgba(255,255,255,0.2);text-align:left !important;}
.header .navbar-nav .nav-link {color:#fff;}
.header .navbar-nav .nav-item:last-child .nav-link {border-bottom:none;}
/*.header .navbar-nav .active>.nav-link:after {height:100%;}*/
.header .navbar-nav .dropdown-item {font-size:14px;padding:8px 8px;background-color:transparent;border-bottom:1px solid rgba(120,120,120,0.05);text-align:left !important;}
.header .navbar-nav .nav-arrow .nav-link{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M878.59 250.88q29.70 0 48.13 11.26t24.58 29.70 0 41.47-26.62 45.57q-82.94 92.16-159.74 180.22t-148.48 164.86q-19.46 20.48-45.57 31.74t-53.76 11.78-53.25-8.70-43.01-28.67q-39.94-44.03-82.94-90.11l-88.06-92.16q-43.01-46.08-85.50-90.62t-79.36-86.53q-17.41-19.46-22.53-40.45t1.02-38.4 23.55-28.67 45.06-11.26q35.84 0 98.82-0.51t137.73-0.51l153.6 0 150.53 0 125.95 0 79.87 0z' fill='%23ffffff'/%3E%3C/svg%3E") right 10px center no-repeat;background-size:10px auto;}
.header .offcanvas{--bs-offcanvas-width:300px;}
.header .offcanvas.logo-bg{ background:url(/templates/default/static/images/logo-bg.png) no-repeat ;background-size:80%; background-position:right -100px bottom 30px;}
.header .offcanvas-end { border-left:0;}
.header .navbar-nav .nav-item:nth-last-child(1),.header .navbar-nav .nav-item:nth-last-child(2),.header .navbar-nav .nav-item:nth-last-child(3){ display:none}
.header .tool a { display:block;border-left:1px solid rgba(255,255,255,.2);padding:18px 18px; float:left; color:#fff}
.header .tool a:last-child { border-right:1px solid rgba(255,255,255,.2); margin-right:7px}
.header .tool a:hover { color:#e60012}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{ font-weight:800}
}
@media(max-width:767px) {
.header .navbar-brand,.sticky.stricky-fixed .navbar-brand {width:143px; height:50px}
}
@media(min-width:991px) {
.header .dropdown > .dropdown-menu {opacity:0;z-index:98;display:block;transition:.3s;list-style:none;-o-transition:.3s;visibility:hidden;position:absolute;min-width:10rem;padding:.625rem 0px;word-wrap:break-word;background-color:rgba(106,106,106,1);-webkit-transition:.3s;-ms-word-wrap:break-word;transform:translateY(30px);-webkit-transform:translateY(30px);box-shadow:0 0.375rem 2.75rem rgba(0,0,0,0.17);-webkit-box-shadow:0 0.375rem 2.75rem rgba(0,0,0,0.17); left:-2px;}
.header .dropdown > .dropdown-menu:before {content:"";display:block;position:absolute;top:-10px;left:20px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid rgba(106,106,106,1); }
.header .dropdown:hover > .dropdown-menu {opacity:1;visibility:visible;transform:translateY(20px);-webkit-transform:translateY(20px);}
.header .navbar-nav .nav-link:after {content:""; position:absolute; left:0; bottom:0; width:0; height:3px; background-color:#e60012;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.header .navbar-nav .dropdown:hover .nav-link:after,.header .navbar-nav .dropdown.active .nav-link:after {width:100%;}
.header .navbar-nav .nav-item:nth-last-child(1),.header .navbar-nav .nav-item:nth-last-child(2),.header .navbar-nav .nav-item:nth-last-child(3) {border-left:1px solid rgba(255,255,255,.2); padding-left:25px; margin-right:5px}
.header .navbar-nav .nav-item:nth-last-child(1) .nav-link:hover,.header .navbar-nav .nav-item:nth-last-child(2) .nav-link:hover,.header .navbar-nav .nav-item:nth-last-child(3) .nav-link:hover {color:#e60012}
.header .navbar-nav .nav-item:nth-last-child(1) {margin-right:15px}
}

/*粒子配景*/
.particle-network-animation { position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;}
.particle-network-animation::before {z-index:-2;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;opacity:0.2;}
.glow {z-index:-1;position:fixed;top:50%;left:50%;background-image:radial-gradient(circle closest-side,rgba(255,255,255,0.025),transparent);}
.glow-1 {width:150vw;height:150vh;margin-top:-75vh;margin-left:-75vw;animation:glow-1-move 25s linear infinite both;}
@keyframes glow-1-move {from {transform:translate(-100%,100%);}
to {transform:translate(100%,-100%);}
}
.glow-2 {width:100vw;height:100vh;margin-top:-50vh;margin-left:-50vw;animation:glow-2-move 25s linear 8.3333333333s infinite both;}
@keyframes glow-2-move {from {transform:translate(-100%,0%);}
to {transform:translate(100%,100%);}
}
.glow-3 {width:120vw;height:120vh;margin-top:-60vh;margin-left:-60vw;animation:glow-3-move 25s linear 16.6666666667s infinite both;}
@keyframes glow-3-move {from {transform:translate(100%,100%);}
to {transform:translate(0%,-100%);}
}

/*search*/
.searchBox { position:relative; width:70%; padding-top:80px;}
.searchBox .form-control { border:0; background:transparent; border-bottom:1px solid rgba(255,255,255,.2);border-radius:0; color:#fff; font-size:24px; padding-left:0px;}
.searchBox .form-control::-webkit-input-placeholder { color:#999; font-weight:normal}
.searchBox .search { position:absolute; right:0px; top:87px; width:30px; height:30px; background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M966.4 924.8l-230.4-227.2c60.8-67.2 96-156.8 96-256 0-217.6-176-390.4-390.4-390.4-217.6 0-390.4 176-390.4 390.4 0 217.6 176 390.4 390.4 390.4 99.2 0 188.8-35.2 256-96l230.4 227.2c9.6 9.6 28.8 9.6 38.4 0C979.2 950.4 979.2 934.4 966.4 924.8zM102.4 441.6c0-185.6 150.4-339.2 339.2-339.2s339.2 150.4 339.2 339.2c0 89.6-35.2 172.8-92.8 233.6-3.2 0-3.2 3.2-6.4 3.2-3.2 3.2-3.2 3.2-3.2 6.4-60.8 57.6-144 92.8-233.6 92.8C256 780.8 102.4 627.2 102.4 441.6z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;}
.offcanvas-top .btn-close{ position:absolute; right:20px; top:100px;}
@media(max-width:991px) {
.searchBox { width:80%;padding-top:60px;}
.searchBox .form-control { font-size:18px;}
.searchBox .search { top:67px; width:20px; height:20px;}
.offcanvas-top .btn-close{  top:70px;}
.offcanvas{--bs-offcanvas-height:150px;}
}

/*banner*/
.banner {width:100%;height:100%; position:relative}
.banner .swiper-container {width:100%;height:100%;}
.banner .swiper-slide {background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;/* Center slide text vertically */display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.banner .container {position:absolute;z-index:99;left:0px;right:0px;top:0px;bottom:0px;margin:auto;padding:0px;pointer-events:none;}
.banner .swiper-text { position:absolute;width:100%; top:50%;text-align:center;}
.banner .swiper-text .item-1 {position:absolute; width:100%; z-index:100;color:#fff;margin-top:-50px;}
.banner .swiper-text .item-1 p {font-family: "FZZhengHeiS-EL-GB";line-height:1.5; cursor:default;padding:0 20px;}
.banner .swiper-text .item-1 p:nth-child(1) { font-size:46px;letter-spacing:3px;transition:ease all 1s;-webkit-transition:ease all 1s;}
.banner .swiper-text .item-1 p:nth-child(2) { font-size:16px;letter-spacing:3px;text-transform:uppercase;transition:ease all 1s;-webkit-transition:ease all 1s;}
.banner .swiper-text .item-2 {position:absolute;top:50%; left:50%;width:300px; height:300px; margin-left:-150px; margin-top:-150px;overflow:hidden;}
.banner .swiper-text .item-2 .frame{ border:10px solid #e60012; width:100%; height:100%;}
.banner .swiper-text .item-2 span {position:absolute;background:linear-gradient(90deg,#e60012,#fff,#e60012);}
.banner .swiper-text .item-2 span:nth-child(1) {width:100%;height:10px;top:0;left:-100%;animation:animate1 20s 8s linear infinite;}
.banner .swiper-text .item-2 span:nth-child(2) {width:100%;height:10px;bottom:0;right:-100%;animation:animate2 20s 8s linear infinite;}
.banner .swiper-text .item-2 span:nth-child(3) {width:10px;height:100%;top:-100%;right:0;animation:animate3 20s 8s linear infinite;background:linear-gradient(180deg,#e60012,#fff,#e60012);}
.banner .swiper-text .item-2 span:nth-child(4) {width:10px;height:100%;bottom:-100%;left:0;animation:animate4 20s 8s linear infinite;background:linear-gradient(180deg,#e60012,#fff,#e60012)}
/*文字经由放大@media(min-width:991px) {
.banner .swiper-text:hover p:nth-child(1){transform: scale(1.2) translate(-30px, -7px);-webkit-transition: scale(1.1) translate(-25px, -5px);}
.banner .swiper-text:hover p:nth-child(2){transform: scale(1.1) translate(30px, 7px);-webkit-transition: scale(1.1) translate(25px, 5px);}
}*/
.banner .swiper-slide:nth-child(1) {animation:scale-banner 10s ease 0s forwards;-webkit-animation:scale-banner 10s ease 0s forwards;}
.banner .swiper-slide:before {content:'';position:absolute; top:0; left:0; width:100%; height:100vh; z-index:5;background-image:repeating-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,.7) 40%, rgba(0,0,0,0));pointer-events:none;}
@keyframes animate1 {
0% {left:-100%;}
2% {left:0;}
4% {left:100%;}
100% {left:100%;}
}
@keyframes animate2 {
0% {right:-100%;}
4% {right:-100%;}
6% {right:0%;}
8% {right:100%;}
100% {right:100%;}
}
@keyframes animate3 {
0% {top:-100%;}
2% {top:-100%;}
4% {top:0%;}
6% {top:100%;}
100% {top:100%;}
}
@keyframes animate4 {
0% {bottom:-100%;}
6% {bottom:-100%;}
8% {bottom:0%;}
10% {bottom:100%;}
100% {bottom:100%;}
}

@media(max-width:1200px) {
.banner .swiper-text .item-1 p:nth-child(1) { font-size:40px;}
.banner .swiper-text .item-1 p:nth-child(2) { font-size:15px;}
.banner .swiper-text .item-2 {width:280px; height:280px; margin-left:-140px; margin-top:-140px;}
}
@media(max-width:991px) {
.banner .swiper-text .item-1 p:nth-child(1) { font-size:36px;}
.banner .swiper-text .item-1 p:nth-child(2) { font-size:14px;}
.banner .swiper-text .item-2 {width:200px; height:200px; margin-left:-100px; margin-top:-120px;}
}
@media(max-width:767px) {
.banner .swiper-text .item-1 {margin-top:-70px;}
.banner .swiper-text .item-1 p:nth-child(1) { font-size:36px;}
.banner .swiper-text .item-1 p:nth-child(2) { font-size:14px;}
.banner .swiper-text .item-2 {width:200px; height:200px; margin-left:-100px; margin-top:-95px;}
}

/*about*/
.about { position:relative}
.about .col-lg-6 a {position:relative; display:block}
.about .col-lg-6 a .imgBox {padding-bottom:90%;background-position:center center;}
.about .col-lg-6 a svg {position:absolute;width:70px; height:70px; top:50%; left:50%;transform: translate(-50%,-50%);color:#fff;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.about .col-lg-6 a span {position:absolute;bottom:-8px;right:-8px; width:70px; height:70px; border-bottom:8px solid #e60012;border-right:8px solid #e60012}
.about .col-lg-6 a:hover svg{ color:#e60012}
.about .text {line-height:2.3;}
.about .about-num .counter,.about .about-num .col-4 i {font-size:58px; font-family:"Bebas"; line-height:1.5; position:relative;color:#e60012}
.about .about-num .col-4 {position:relative;}
.about .about-num .col-4:nth-child(1) span{ position:absolute; top:53px; left:135px; display:block;color:#e60012}
.about .about-num .col-4:nth-child(2) span{ position:absolute; top:53px; left:105px; display:block;color:#e60012}
.about .about-num .col-4 i{ font-style:normal; position:absolute; top:0; left:8px}
.about .about-num .col-4:nth-child(3) .counter{ padding-left:91px} 

@media(max-width:1200px) {
.about .about-num .counter,.about .about-num .col-4 i { font-size:50px;}
.about .about-num .col-4:nth-child(1) span{ top:43px; left:115px;}
.about .about-num .col-4:nth-child(2) span{ top:43px; left:85px;}
.about .about-num .col-4:nth-child(3) .counter{ padding-left:78px} 
}
@media(max-width:991px) {
.about .col-lg-6 a .imgBox {padding-bottom:90%;}
.about .col-lg-6 a span {width:50px; height:50px;}
.about .about-num .counter,.about .about-num .col-4 i { font-size:40px;}
.about .about-num .col-4:nth-child(1) span{ top:32px; left:95px;}
.about .about-num .col-4:nth-child(2) span{ top:32px; left:70px;}
.about .about-num .col-4:nth-child(3) .counter{ padding-left:63px} 
}
@media(max-width:767px) {
.about .text {line-height:1.8;}
.about .col-lg-6 a .imgBox {padding-bottom:90%;}
.about .about-num .counter,.about .about-num .col-4 i { font-size:30px;}
.about .about-num .col-4:nth-child(1) span{ top:20px; left:75px;}
.about .about-num .col-4:nth-child(2) span{ top:20px; left:60px;}
.about .about-num .col-4:nth-child(3) .counter{ padding-left:46px} 
}

/*culture*/
.culture { position:relative; background:url(/templates/default/static/images/culture-bg.jpg) center center no-repeat; background-size:cover;}
.culture .col-lg-4 { text-align:center; position:relative}
.culture .col-lg-4 h4,.culture .col-lg-4 p{ display:block; color:#fff;font-family: "FZZhengHeiS-EL-GB";font-size:20px;text-transform:uppercase;}
.culture .col-lg-4 p { font-size:14px;text-transform:none;}
.culture .col-lg-4:before {content:'';position:absolute;bottom:-10px;left:50%; width:80px;height:1px; margin-left:-40px; background:rgba(255,255,255,.2)}
.culture .col-lg-4 svg{ width:45px; height:45px; margin-bottom:5px}

/*culture新加2句*/
.culture .col-lg-6 { text-align:center; position:relative}
.culture .col-lg-6 h4,.culture .col-lg-6 p{ display:block; color:#fff;font-family: "FZZhengHeiS-EL-GB";font-size:20px;text-transform:uppercase; padding-left:10%; padding-right:10%}
.culture .col-lg-6 p { font-size:14px;text-transform:none;}
.culture .col-lg-6 h2 {color:#111;font-family: "FZZhengHeiS-EL-GB";font-size:20px;text-transform:uppercase; line-height:70px;width:70px; height:70px; background:#fff;position:absolute;top:0px;left:50%; margin-left:-35px;border-radius:50%;}


@media(max-width:991px) {
.culture .col-lg-4 h4,.culture .col-lg-4 p{ font-size:18px;}
.culture .col-lg-4 p { font-size:10px;}

.culture .col-lg-6 h4,.culture .col-lg-6 p{ font-size:18px;}
.culture .col-lg-6 p { font-size:10px;}
}

/*layout*/
.layout { position:relative; background:url(/templates/default/static/images/layout-bg.png) top right no-repeat #e8e8e8; background-size:80%;}
.layout .text { font-size:13px; width:700px;}
.layout .swiper-container{ position:static}
.layout .swiper-slide { background:#000}
.layout .swiper-button-next,.layout .swiper-button-prev{ position:absolute; top: auto; width:50px;height:50px;cursor:pointer;background-size:13px 13px;background-position:center;background-repeat:no-repeat; background-color:#e60012}
.layout .swiper-button-prev,.layout .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");top:0px;left:auto;right:150px}
.layout .swiper-button-next,.layout .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");top:0px;right:100px;}

.layout .swiper-button-prev.swiper-button-disabled{opacity:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); border:1px solid #6a6a6a; border-right:0px; background-color:transparent;}
.layout .swiper-button-next.swiper-button-disabled{opacity:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); border:1px solid #6a6a6a; border-left:0px; background-color:transparent;}

.layout .swiper-slide a { position:relative; display:block}
.layout .swiper-slide a .item {position:absolute;bottom:20px;left:20px; right:20px;color:#fff;z-index:10; background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M804 512L637.6 345.6l45.6-45.6L894.4 512h1.6v64H128v-64h676z' fill='%23ffffff'/%3E%3C/svg%3E")left -4px bottom no-repeat; padding-bottom:50px;font-family: "FZZhengHeiS-EL-GB";transition:ease all 0.3s;-webkit-transition:ease all 0.3s;text-transform:uppercase;}
.layout .swiper-slide a .item p {font-size:20px; line-height:1.2; margin-bottom:5px}
.layout .swiper-slide a .imgBox {padding-bottom:125%;}
.layout .swiper-slide a .imgBox:after {content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.layout .swiper-slide a .imgBox:before {content:"";position:absolute;top:50%;left:50%;background:rgba(230,0,18,.8);transition:ease all 0.3s;-webkit-transition:ease all 0.3s; width:0px; height:0px;transform: translate(-50%,-50%);}
.layout .swiper-pagination-bullet,.layout .swiper-pagination-bullet-active{background:#e60012;}
.layout .swiper-container-horizontal>.swiper-pagination-bullets,.layout .swiper-pagination-custom,.layout .swiper-pagination-fraction{ bottom:auto;left:auto;width:100%;top:0px;}
@media(min-width:991px) {
.layout .swiper-slide a:hover .imgBox:before {width:100%; height:100%;}
.layout .swiper-slide a:hover .imgBox:after {background:rgba(0,0,0,0);}
.layout .swiper-slide a:hover .item {position:absolute;bottom:20px;padding-bottom:70px;}
}
@media(max-width:991px) {
.layout .text {width:70%;}
.layout .swiper-slide a .item h3 {font-size:18px;}
.layout .swiper-button-next,.layout .swiper-button-prev{ display:none}
}
@media(max-width:767px) {
.layout {background-size:120%;}
.layout .text {width:auto;}
.layout .swiper-slide a .item p {font-size:16px;}
.layout .swiper-slide a .imgBox {padding-bottom:155%;}
}

/*news*/
.news { position:relative;}
.newsBox { position:relative; background:url(/templates/default/static/images/news-bg.jpg) no-repeat left 420px center #e8e8e8;}
.newsBox .swiper-container{ position: relative;}
.newsBox .swiper-container .item { color:#fff; margin-left:50px}
.newsBox .swiper-container .item a h3 {color:#fff; transition:ease all 0.3s;-webkit-transition:ease all 0.3s;line-height:1.5;}
.newsBox .swiper-container .item a:hover h3 {color:rgba(255,255,255,.7)}
.newsBox .swiper-container .item span{ display:block;}
.newsBox .swiper-container .item .text{ overflow:hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.newsBox .swiper-button-next,.newsBox .swiper-button-prev{ position:absolute;top: auto; width:50px;height:50px;cursor:pointer;background-size:13px 13px;background-position:center;background-repeat:no-repeat; background-color:#e60012}
.newsBox .swiper-button-prev,.newsBox .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");bottom:50px;left:41.66666667%; margin-left:50px}
.newsBox .swiper-button-next,.newsBox .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");bottom:50px;left:41.66666667%; margin-left:100px}
.newsBox .swiper-container-horizontal>.swiper-pagination-bullets,.newsBox .swiper-pagination-custom,.newsBox .swiper-pagination-fraction{bottom:65px;left:auto;right:0;width:auto;}

.newsBox .swiper-button-prev.swiper-button-disabled{opacity:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); border:1px solid #999; border-right:0px; background-color:transparent;}
.newsBox .swiper-button-next.swiper-button-disabled{opacity:1;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); border:1px solid #999; border-left:0px; background-color:transparent;}

@media(max-width:1200px) {
.newsBox { position:relative; background-position:left 320px center; padding-bottom:50px}
.newsBox .swiper-container .item a h3 {font-size:18px;}
}
@media(max-width:991px) {
.newsBox {  background-position:top 150px left; background-color:#fff}
.newsBox .swiper-container .item { color:#fff; margin-left:0px; margin-top:20px}
.newsBox .swiper-button-next,.newsBox .swiper-button-prev{ display:none}
.newsBox .swiper-container-horizontal>.swiper-pagination-bullets,.newsBox .swiper-pagination-custom,.newsBox .swiper-pagination-fraction{ bottom:0px;left:auto;width:100%;}
.newsBox .swiper-container .item .text { display:none}
}

/*job*/
.job { position:relative; background:url(/templates/default/static/images/job-bg.jpg) no-repeat center center; padding-bottom:28%;}
.job .eng{font-size:180px; font-family:"Bebas"; color:rgba(255,255,255,.2); position:absolute; bottom:-100px; right:30px; user-select:none;-webkit-user-select:none;}
.job .item { color:#fff; text-align:center; position:absolute;width:100%; top:50%; margin-top:-50px; z-index:99;}
.job .item h1 { font-family:"FZZhengHeiS-EL-GB";font-size:40px; margin-bottom:20px}
.job .item span { margin:0 30px;}
.job .item a { background:#e60012; display:inline-block;color:#fff;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;border-radius:35px;}
.job .item a:hover { background:#c3000f;}
@media(max-width:991px) {
.job { padding-bottom:60%; background-size:cover}
.job .eng{font-size:100px; bottom:-70px; right:30px;}
.job .item { margin-top:-65px}
.job .item h1 { font-size:24px;}
.job .item span { margin:0px; display:block}
.job .item span:nth-child(1) { margin-bottom:10px}
}

/*partner*/
.partner { position:relative; background:url(/templates/default/static/images/partner-bg-1.png) top right no-repeat; background-size:contain;}
.partner:before { content:""; background:url(/templates/default/static/images/partner-bg-2.png) bottom left no-repeat; position:absolute; top:0; left:0; width:100%; height:100%; background-size:40%;}
.partner .swiper-slide a{width:100%; border:1px solid #ccc; border-right:0px; text-align:center; height:150px; line-height:150px;display: inline-block}
.partner .swiper-slide:last-child a { border-right:1px solid #ccc;}
.partner .swiper-slide a img{ max-width:70%; max-height:70%;filter: grayscale(100%);opacity:0.4;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.partner .swiper-slide a:hover img { filter: grayscale(0%);opacity:1;}
.partner .swiper-pagination-bullet,.partner .swiper-pagination-bullet-active{background:#e60012;}
.partner .swiper-container-horizontal>.swiper-pagination-bullets,.layout .swiper-pagination-custom,.partner .swiper-pagination-fraction{ bottom:0px;left:auto;width:100%;}
@media(max-width:1200px) {
.partner .swiper-slide a{height:100px; line-height:100px}
}
@media(max-width:991px) {
.partner { position:relative; background:url(/templates/default/static/images/partner-bg-1.png) top right no-repeat; background-size:50%;}
.partner .swiper-slide a{height:80px; line-height:80px}
}

/*footer*/
.footer { background:url(/templates/default/static/images/footer-bg-1.png) no-repeat top right #252525; background-size:contain; color:#fff; position:relative;}
.footer:before { content:""; background:url(/templates/default/static/images/footer-bg-2.png) bottom center no-repeat; position:absolute; top:0; left:0; width:100%; height:100%; background-size:cover;}
.footer a {color:#fff;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.footer a:hover {opacity:.6}
.footer .sitemap a,.footer .contact .title{ font-size:18px; margin-bottom:20px; display:block}
.footer .sitemap .item a,.footer .contact p{ font-size:14px; margin-bottom:0; margin-top:15px; line-height:1.2}
.footer .sitemap li { float:left; width:16.6%;}
.footer .sitemap .item li { float:none; width:auto}
.footer img { width:80%;}

.footer .contact a {background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M505.856 134.464c104.896 0 190.272 81.984 190.272 182.08 0 12.48-1.408 25.024-3.584 36.8-4.352 18.752 8.704 37.504 28.16 41.024 19.52 4.16 38.4-8.32 42.688-27.136 3.648-16.704 5.056-33.344 5.056-50.688 0-138.304-117.952-251.584-262.656-251.584-144 0-261.952 113.28-261.952 251.584 0 84.032 43.456 159.104 110.016 204.992C354.688 522.176 356.096 522.88 357.568 524.224c-1.408 0-2.88 0.704-4.352 1.344-169.28 59.84-290.112 216.128-290.112 399.616C63.04 944 78.976 960 99.264 960s36.16-16 36.16-34.752c0-166.144 118.656-305.792 278.592-345.344 3.648-0.768 7.232-2.112 10.816-2.816 0.768 0 1.472 0 2.944-0.704 7.232-2.752 14.464-7.616 18.816-13.888 8.704-9.088 12.992-20.864 12.992-33.344 0-9.728-2.88-18.752-7.936-26.432C447.232 495.04 440.064 488.832 432.064 484.608 430.656 483.968 428.416 482.56 427.008 482.56 361.856 454.08 316.288 390.144 316.288 316.48 316.288 216.448 401.664 134.464 505.856 134.464zM736 512C612.288 512 512 612.288 512 736S612.288 960 736 960s224-100.288 224-224S859.712 512 736 512zM736 896C647.616 896 576 824.384 576 736S647.616 576 736 576s160 71.616 160 160S824.384 896 736 896zM800 704l-128 0c-17.664 0-32 14.336-32 32s14.336 32 32 32l128 0c17.664 0 32-14.336 32-32S817.664 704 800 704z' p-id='7342' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E") left no-repeat; padding-left:30px}
.footer .contact a:hover { background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M505.856 134.464c104.896 0 190.272 81.984 190.272 182.08 0 12.48-1.408 25.024-3.584 36.8-4.352 18.752 8.704 37.504 28.16 41.024 19.52 4.16 38.4-8.32 42.688-27.136 3.648-16.704 5.056-33.344 5.056-50.688 0-138.304-117.952-251.584-262.656-251.584-144 0-261.952 113.28-261.952 251.584 0 84.032 43.456 159.104 110.016 204.992C354.688 522.176 356.096 522.88 357.568 524.224c-1.408 0-2.88 0.704-4.352 1.344-169.28 59.84-290.112 216.128-290.112 399.616C63.04 944 78.976 960 99.264 960s36.16-16 36.16-34.752c0-166.144 118.656-305.792 278.592-345.344 3.648-0.768 7.232-2.112 10.816-2.816 0.768 0 1.472 0 2.944-0.704 7.232-2.752 14.464-7.616 18.816-13.888 8.704-9.088 12.992-20.864 12.992-33.344 0-9.728-2.88-18.752-7.936-26.432C447.232 495.04 440.064 488.832 432.064 484.608 430.656 483.968 428.416 482.56 427.008 482.56 361.856 454.08 316.288 390.144 316.288 316.48 316.288 216.448 401.664 134.464 505.856 134.464zM736 512C612.288 512 512 612.288 512 736S612.288 960 736 960s224-100.288 224-224S859.712 512 736 512zM736 896C647.616 896 576 824.384 576 736S647.616 576 736 576s160 71.616 160 160S824.384 896 736 896zM800 704l-128 0c-17.664 0-32 14.336-32 32s14.336 32 32 32l128 0c17.664 0 32-14.336 32-32S817.664 704 800 704z' p-id='7342' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E") left no-repeat; }
.footer .contact i { font-style:normal}
@media(max-width:991px) {
.footer:before { background-size:400%;}
.footer .sitemap {display:none;}
.footer .contact,.footer .code { text-align:center;}
.footer .contact .title,.footer .contact p {margin-bottom:10px;margin-top:0px; }
.footer .code img { width:30%}
.contact p:nth-child(3),.contact p:nth-child(4) { display:inline-block; margin:0 10px}
}

/*copy*/
.copy { background:#252525; border-top:1px solid rgba(255,255,255,.2); color:#fff;}
.copy a {color:#fff;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.copy a:hover {opacity:.6}
.copy span { margin-right:20px}
.copy .backTop a { text-align:right;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 56.89c251.36 0 455.11 203.75 455.11 455.11S763.36 967.11 512 967.11 56.89 763.36 56.89 512 260.64 56.89 512 56.89z m-179 532.11l179-179 179 179a28.44 28.44 0 0 0 40.22-40.22l-199.11-199.11a28.44 28.44 0 0 0-40.22 0l-199.11 199.11A28.44 28.44 0 0 0 332.00 589z' fill='%236a6a6a'/%3E%3C/svg%3E") right no-repeat; padding-right:30px}
.copy .backTop a:hover { background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 56.89c251.36 0 455.11 203.75 455.11 455.11S763.36 967.11 512 967.11 56.89 763.36 56.89 512 260.64 56.89 512 56.89z m-179 532.11l179-179 179 179a28.44 28.44 0 0 0 40.22-40.22l-199.11-199.11a28.44 28.44 0 0 0-40.22 0l-199.11 199.11A28.44 28.44 0 0 0 332.00 589z' fill='%23e60012'/%3E%3C/svg%3E") right no-repeat; }
.copy .backTop i { font-style:normal}
@media(max-width:991px) {
.copy { margin:0px; text-align:center}
.copy span:nth-child(1){ display:block;}
.copy .backTop { text-align:right;}
.copy .backTop i { display:none}
}

/*page*/
.page-banner {width:100%;height:55%; position:relative;pointer-events:none;display:flex;display:-webkit-flex;align-items:center;}
.page-banner.h-all{height:100%;}
.page-banner .item { width:100%; margin-top:65px; text-align:center;color:#fff;font-family:"FZZhengHeiS-EL-GB";line-height:1.5;text-transform:uppercase; z-index:10; position:relative}
.page-banner .item h1 { font-size:46px;letter-spacing:2px;}
.page-banner .item p {font-size:16px;letter-spacing:2px;}
.page-banner .img { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;background-position:top center;background-repeat:no-repeat;background-size:cover;}
@media(max-width:1200px) {
.page-banner .item h1 { font-size:40px;}
.page-banner .item p { font-size:15px;}
}
@media(max-width:991px) {
.page-banner .item h1 { font-size:36px;}
.page-banner .item p { font-size:14px;}
.page-banner {height:50%;}
}
@media(max-width:767px) {
.page-banner .item h1 { font-size:30px;}
.page-banner .item p { font-size:12px;}
.page-banner {height:35%;}
.page-banner.h-all{height:80%;}
}


/*page-crumb*/
.page-crumb {position:relative;border-bottom:1px solid  rgba(120,120,120,0.15);}
.page-crumb .page-crumb-l li {position:relative;display:inline-block;margin-right:25px;}
.page-crumb .page-crumb-l li:last-child {margin-right:0px;}
.page-crumb .page-crumb-l li:after {content:"";position:absolute;right:-22px; top:7px;width:12px; height:12px; background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E") no-repeat; background-size:; display:block;}
.page-crumb .page-crumb-l li:last-child:after {display:none;}
.page-crumb .page-crumb-l li a {color:#6a6a6a; font-weight:800;}
.page-crumb .page-crumb-l li a:hover {color:#6a6a6a;}
.page-crumb .page-crumb-r li {position:relative;display:inline-block;margin-right:35px;}
.page-crumb .page-crumb-r li:last-child {margin-right:0px;}
.page-crumb .page-crumb-r li a { color:#6a6a6a; font-weight:800; display:block; position:relative;}
.page-crumb .page-crumb-r li a:after {content:""; position:absolute; left:0; bottom:-30px; width:0; height:2px; background-color:#e60012;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.page-crumb .page-crumb-r li:hover a:after {width:100%;}
.page-crumb .page-crumb-r li.active a{color:#e60012;}
.page-crumb .page-crumb-r li.active a:after {content:""; position:absolute; left:0; bottom:-30px; width:100%; height:2px; background-color:#e60012;}
@media(max-width:991px) {
.page-crumb .page-crumb-r { display:none}
}

/*page-news*/
.page-news .item a { padding:70px 30px; display:block; background:#e8e8e8; position:relative; z-index:1; margin:0 25px;}
.page-news .item a h3 { font-size:18px; margin-bottom:20px; height:54px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; line-height:1.5; color:#000; }
.page-news .item a span { display:block; margin-bottom:20px; color:#6a6a6a}
.page-news .item .text { color:#6a6a6a; height:100%; overflow:hidden; line-height:2; position:absolute; top:0; left:0; width:100%;}
.page-news .item .textBox { padding-bottom:75%; overflow:hidden; position:relative}
.page-news .item a:hover { background:#6a6a6a; color:#fff}
.page-news .item a:hover h3,.page-news .item a:hover .text,.page-news .item a:hover span { color:#fff}
@media(max-width:1200px) {
.page-news .item a { margin:0 15px;}
}
@media(max-width:991px) {
.page-news .item a { margin:auto;}
}
@media(max-width:767px) {
.page-news .item a { padding:40px 30px;}
.page-news .item .text { height: auto; -webkit-line-clamp:6; position:relative;text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.page-news .item .textBox { padding-bottom:0;}
}

/*.page-news .item a { padding:70px 30px; display:block; background:#e8e8e8; position:relative; z-index:1; margin:0 25px;}
.page-news .item a h3 { font-size:18px; margin-bottom:20px; height:54px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; line-height:1.5; color:#000; }
.page-news .item a span { display:block; margin-bottom:20px; color:#6a6a6a}
.page-news .item .text { color:#6a6a6a; height:195px; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:7; -webkit-box-orient: vertical;line-height:2;}
.page-news .item a:hover { background:#6a6a6a; color:#fff}
.page-news .item a:hover h3,.page-news .item a:hover .text,.page-news .item a:hover span { color:#fff}
.page-news .item .imgBox {padding-bottom:195px;}
@media(max-width:1200px) {
.page-news .item a { margin:0 15px;}
}
@media(max-width:991px) {
.page-news .item a { margin:auto;}
.page-news .item .imgBox {padding-bottom:165px;}
.page-news .item .text { height:165px; -webkit-line-clamp:5;}
}
@media(max-width:767px) {
.page-news .item a { padding:40px 30px;}
.page-news .item .imgBox {padding-bottom:70%;}
.page-news .item .text { height:auto; -webkit-line-clamp:4;}
}*/






/*page-news 动画*/
.page-news .item a:hover .sk-wandering-cubes { display:block}
.sk-wandering-cubes {width:4em;height:4em;position:absolute;margin:auto;top:40px;right:40px;z-index:-1;display:none}
.sk-wandering-cubes .sk-cube { border:2px solid rgba(255,255,255,.3);width:2em;height:2em;position:absolute;top:0;left:0;-webkit-animation:sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;animation:sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;}
.sk-wandering-cubes .sk-cube-2 {-webkit-animation-delay:-0.9s;animation-delay:-0.9s;}
@-webkit-keyframes sk-wandering-cubes {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-webkit-transform:translateX(2em) rotate(-90deg) scale(0.5);transform:translateX(2em) rotate(-90deg) scale(0.5);}
50% {/* Hack to make FF rotate in the right direction */    -webkit-transform:translateX(2em) translateY(2em) rotate(-179deg);transform:translateX(2em) translateY(2em) rotate(-179deg);}
50.1% {-webkit-transform:translateX(2em) translateY(2em) rotate(-180deg);transform:translateX(2em) translateY(2em) rotate(-180deg);}
75% {-webkit-transform:translateX(0) translateY(2em) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(2em) rotate(-270deg) scale(0.5);}
100% {-webkit-transform:rotate(-360deg);transform:rotate(-360deg);}
}
@keyframes sk-wandering-cubes {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-webkit-transform:translateX(2em) rotate(-90deg) scale(0.5);transform:translateX(2em) rotate(-90deg) scale(0.5);}
50% {/* Hack to make FF rotate in the right direction */    -webkit-transform:translateX(2em) translateY(2em) rotate(-179deg);transform:translateX(2em) translateY(2em) rotate(-179deg);}
50.1% {-webkit-transform:translateX(2em) translateY(2em) rotate(-180deg);transform:translateX(2em) translateY(2em) rotate(-180deg);}
75% {-webkit-transform:translateX(0) translateY(2em) rotate(-270deg) scale(0.5);transform:translateX(0) translateY(2em) rotate(-270deg) scale(0.5);}
100% {-webkit-transform:rotate(-360deg);transform:rotate(-360deg);}
}

/*page-pagination*/
.pagination .page-link{padding:.5rem 1.15rem;line-height:1.8;color:#007bff;border:1px solid rgba(120,120,120,0.15);color:#000}
.pagination .page-link:hover{color:#000;background-color:rgba(120,120,120,0.15);border-color:rgba(120,120,120,0.15)}
.pagination .page-link:focus{box-shadow:none}
.pagination .page-item.active .page-link{color:#fff;background-color:#e60012;border-color:#e60012}

/*page-view*/
.page-title {font-size:38px; line-height:1.5}
.page-date-small span { margin-right:20px}
.page-date-big { color:#fff;font-family:"Bebas"; text-align:center; line-height:1.3}
.page-date-big span{ font-size:60px; display:block; padding-top:7px}
@media(min-width:991px) {
.page-view .item { position:relative; border-bottom:1px solid rgba(120,120,120,0.15); padding-bottom:20px;}
.page-view .item .left { position:absolute; top:0; left:0; background:#e60012; width:120px; height:122px;}
.page-view .item .right { padding-left:150px}
.page-date-small span:nth-child(1){ display:none}
}
@media(max-width:991px) {
.page-view .item .left { display:none}
.page-view .item .right { padding-left:0px}
.page-date-small {border-bottom:1px solid rgba(120,120,120,0.15);}
.page-title {font-size:30px;}
}
@media(max-width:767px) {
.page-title {font-size:24px;}
}

/*page-text*/
.page-text {font-size:16px; position:relative;overflow:hidden}
.page-text img { width:80%;}
.page-text div,.page-text p {margin-bottom:30px;background-size:cover; background-repeat:no-repeat; background-position:center center;}
.page-text div:last-child,.page-text p:last-child {margin-bottom:0;}
.page-text .video { text-align:center}
.page-text .video video{ width:80%; background:#333; text-align:center}
@media(max-width:991px) {
.page-text div,.page-text p { width:100%!important;left:0!important;right:0!important;top:0!important;bttom:0!important;}
.page-text img { width:100%!important;}
.page-text .video video{ width:100%}
}


/*page-layout*/
.page-layout .page-text img { width:100%;}
.page-layout .btn-lg a { background:#e60012; display:inline-block;color:#fff;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;border-radius:35px;}
.page-layout .btn-lg a:hover { background:#c3000f;}
.page-layout .radius { border-radius:40px 0px 40px 0; overflow:hidden}
.page-layout .logo { width:250px;position:relative; overflow:hidden}
.page-layout .logo:after {content:"";position:absolute;left:-150px; top:0px;width:30%; height:100%; z-index:1; transition:ease all 1.5s;-webkit-transition:ease all 1.5s;background-image:repeating-linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.7) 50%, rgba(255,255,255,0));}
.page-layout .logo:hover:after { left:350px;}
.page-layout .logo img {max-height:70px;width:auto;}
.page-layout .w-22 { width:22%; margin-right:4%;}
.page-layout .w-22:nth-child(4) { margin-right:0;}
.page-layout .w-26 { width:26%; margin-right:4%;}
.page-layout .w-26:nth-child(3) { margin-left:4%;margin-right:0%;}
.page-layout .w-30 { width:30%}
.page-layout .w-35 { width:35%}
.page-layout .w-40 { width:40%}
.page-layout .w-45 { width:45%}
.page-layout .w-50 { width:50%}
.page-layout .w-55 { width:55%}
.page-layout .w-60 { width:60%}
.page-layout .w-65 { width:65%}
.page-layout .w-70 { width:70%}

.page-layout .h-350px { height:350px}
.page-layout .h-400px { height:400px}
@media(max-width:991px) {
.page-layout .page-text img { width:auto!important;}
.page-layout .btn-lg {width:100%; text-align:center}
.page-layout .radius { border-radius:0;}
.page-layout .logo { width:250px!important;}
.page-layout .w-22 { width:50%!important; margin-right:0!important; margin-bottom:0!important;}
.page-layout .w-26 { margin-right:0!important; margin-left:0!important;}
.page-layout .h-350px { height:300px}
.page-layout .h-400px { height:300px}
}


/*page-back*/
.page-back { position:relative; border-top:1px solid rgba(120,120,120,0.15);}
.page-back p {font-size:16px; line-height:2;color:#6a6a6a}
.page-back p a { color:#6a6a6a}
.page-back p a:hover {color:#000}
.page-back .btn { position:absolute; top:30px; right:0;font-family:"Bebas";}
/*.page-back .btn.btn-outline-default{color:#6a6a6a; border-color:#6a6a6a;}
.page-back .btn.btn-outline-default:before { background-color:#6a6a6a;}
.page-back .btn.btn-outline-default:hover {color:#fff;}*/
@media(max-width:991px) {
.page-back .btn { position:relative; top:auto; right:0; margin-top:20px;}
}

/*page-video*/
.page-video { text-align:center;background:url(/templates/default/static/images/page-video-bg.png) top right no-repeat;}
.page-video video{ width:80%; background:#333}
@media(max-width:991px) {
.page-video { background-size:80%}
.page-video video{ width:100%}
}

/*page-pdf*/
.page-pdf .item { background:#e8e8e8; position:relative; margin:0 15px; padding:30px 30px;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.page-pdf .item .icon { position:absolute; top:32px; left:30px; width:45px; height:45px; background:url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M354.40 0c-87.04 0-157.44 70.56-157.44 157.60v275.68H78.72c-21.66 0-39.36 17.70-39.36 39.36v236.32c0 21.66 17.70 39.36 39.36 39.36h118.24v118.08c0 87.04 70.4 157.60 157.44 157.60h472.64c87.04 0 157.60-70.56 157.60-157.60V315.03c0-41.75-38.99-81.93-107.52-149.28l-29.12-29.12L818.88 107.52C751.54 38.99 711.39 0 669.60 0H354.41z m0 78.72h287.20c28.35 7.09 27.00 42.14 27.00 76.8v120.16c0 21.66 17.70 39.36 39.36 39.36h118.08c39.39 0 78.88-0.03 78.88 39.36256v512c0 43.32-35.55 78.88-78.88 78.88H354.41c-43.33 0-78.72-35.56-78.72-78.88v-118.08h393.92c21.66 0 39.36-17.69 39.36-39.36V472.64c0-21.66-17.70-39.36-39.36-39.36H275.68V157.60c0-43.32 35.39-78.88 78.72-78.88zM165.60 500.96h43.20c20.48 0 35.84 4.48 46.08 13.44 10.24 8.32 15.36 21.12 15.36 38.4s-5.44 31.04-16.32 41.28c-10.88 9.6-26.88 14.40-48 14.40h-18.24v68.16h-22.08V500.96z m142.08 0h48.96c24.96 0 44.48 7.68 58.56 23.04 14.72 14.72 22.08 35.84 22.08 63.36 0 28.8-7.68 50.88-23.04 66.24-14.72 15.36-35.52 23.04-62.40 23.04h-44.16V500.96z m167.00 0h91.20v20.16h-69.12v61.44h64.32v20.16H497.77v73.92h-22.08V500.96z m-288 19.2v69.12h15.36c16 0 27.20-2.88 33.60-8.64 7.04-5.76 10.56-14.72 10.56-26.88 0-10.88-3.52-19.2-10.56-24.96-6.4-5.76-16.32-8.64-29.76-8.64h-19.2z m142.08 0v137.28h19.2c21.76 0 37.76-5.76 48-17.28 10.88-11.52 16.32-28.8 16.32-51.84s-5.12-39.00-15.36-50.88c-9.6-11.52-24.32-17.28-44.16-17.28h-24.00z' fill='%23e60012'/%3E%3C/svg%3E") no-repeat;}
.page-pdf .item .title { margin-left:70px;}
.page-pdf .item .title h3{ font-size:18px; margin-bottom:5px;line-height:1.5; padding-right:120px}
.page-pdf .item .title p{font-size:14px;}
.page-pdf .item .download { position:absolute; top:40px; right:30px; border:2px solid #6a6a6a; border-radius:20px; padding:5px 40px 5px 20px; display:inline-block;transition:ease all 0.3s;-webkit-transition:ease all 0.3s; overflow:hidden;z-index:1;}
.page-pdf .item .download i {background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M460.8 543.23a67.07 67.07 0 1 1 66.56-67.07A67.58 67.58 0 0 1 460.8 543.23z m0-179.2a112.13 112.13 0 1 0 111.62 112.13A112.13 112.13 0 0 0 460.8 364.03z m290.82 113.66A332.8 332.8 0 0 1 460.8 677.89a333.31 333.31 0 0 1-290.82-199.17V476.16A332.8 332.8 0 0 1 460.8 274.43a332.8 332.8 0 0 1 290.30 198.66v3.58z m45.06 0a30.72 30.72 0 0 0 0-7.68 39.94 39.94 0 0 0 0-7.68v-4.61A378.37 378.37 0 0 0 460.8 229.38 378.37 378.37 0 0 0 128.51 455.68V460.8a15.87 15.87 0 0 0 0 5.63v7.68a20.48 20.48 0 0 0 0 4.61v5.63a34.30 34.30 0 0 0 0 5.12v7.17A378.88 378.88 0 0 0 460.8 722.43a377.86 377.86 0 0 0 331.26-225.28 24.06 24.06 0 0 0 0-4.61 18.94 18.94 0 0 0 0-5.63 45.06 45.06 0 0 0 4.61-10.75z' fill='%236a6a6a'/%3E%3C/svg%3E") no-repeat; width:18px; height:18px;position:absolute; top:10px; right:10px}
.page-pdf .item .download:before {content:""; position:absolute; bottom:0; left:0; width:0%; height:100%; background-color:#6a6a6a; z-index:-1;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.page-pdf .item:hover a .download:before {width:100%; color:#fff}
.page-pdf .item:hover a .download {color:#fff}
.page-pdf .item:hover a .download i {background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M460.8 543.23a67.07 67.07 0 1 1 66.56-67.07A67.58 67.58 0 0 1 460.8 543.23z m0-179.2a112.13 112.13 0 1 0 111.62 112.13A112.13 112.13 0 0 0 460.8 364.03z m290.82 113.66A332.8 332.8 0 0 1 460.8 677.89a333.31 333.31 0 0 1-290.82-199.17V476.16A332.8 332.8 0 0 1 460.8 274.43a332.8 332.8 0 0 1 290.30 198.66v3.58z m45.06 0a30.72 30.72 0 0 0 0-7.68 39.94 39.94 0 0 0 0-7.68v-4.61A378.37 378.37 0 0 0 460.8 229.38 378.37 378.37 0 0 0 128.51 455.68V460.8a15.87 15.87 0 0 0 0 5.63v7.68a20.48 20.48 0 0 0 0 4.61v5.63a34.30 34.30 0 0 0 0 5.12v7.17A378.88 378.88 0 0 0 460.8 722.43a377.86 377.86 0 0 0 331.26-225.28 24.06 24.06 0 0 0 0-4.61 18.94 18.94 0 0 0 0-5.63 45.06 45.06 0 0 0 4.61-10.75z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat;}
.page-pdf .item:hover {box-shadow:0 0.155rem 1.75rem rgba(0,0,0,0.25);}
@media(max-width:1200px) {
.page-pdf .item { margin:0 15px;}
}
@media(max-width:991px) {
.page-pdf .item { margin:auto;}
.page-pdf .item .title h3{ margin-bottom:0px; padding-right:0px}
.page-pdf .item .icon {left:20px;}
.page-pdf .item .title { margin-left:60px;}
.page-pdf .item .download { display:none}
}
@media(max-width:767px) {
.page-pdf .item { padding:20px 20px;}
.page-pdf .item .icon { top:22px;}
}


/*page-job*/
.page-job .item { background:#e8e8e8;border-radius:35px; padding:0px 40px;}
.page-job .item .title { cursor:pointer;position:relative; padding:20px 25px; background:url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 624a112 112 0 1 0 0-224 112 112 0 0 0 0 224z' fill='%236a6a6a'/%3E%3C/svg%3E") center left -8px no-repeat; font-weight:800; color:#6a6a6a;}
.page-job .item .title span { position:absolute; top:20px; right:0px; width:90px; height:25px; background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M966.4 323.2c-9.6-9.6-25.6-9.6-35.2 0l-416 416-425.6-416c-9.6-9.6-25.6-9.6-35.2 0-9.6 9.6-9.6 25.6 0 35.2l441.6 432c9.6 9.6 25.6 9.6 35.2 0l435.2-432C976 345.6 976 332.8 966.4 323.2z' fill='%236a6a6a'/%3E%3C/svg%3E")top 6px right no-repeat;}
.page-job .item .title span i { font-style: normal}
.page-job .item .textBox {border-top:1px solid rgba(120,120,120,0.35);}
.page-job .item .textBox h4 {font-weight:800; font-size:14px;color:#6a6a6a; padding:30px 0px;}
.page-job .item .textBox .text { margin-bottom:40px;}
.page-job .item .textBox .mailto { position:relative; color:#6a6a6a; border:2px solid #6a6a6a; border-radius:35px; padding:15px 30px 15px 70px; display:inline-block;transition:ease all 0.3s;-webkit-transition:ease all 0.3s; overflow:hidden;z-index:1; margin-bottom:20px; }
.page-job .item .textBox .mailto i {background:url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M901.68 213.68L122.32 213.68c-38.84 0-70.4 31.56-70.4 70.4l0 458.27c0 38.84 31.56 70.4 70.4 70.4l779.34 0c38.84 0 70.4-31.56 70.4-70.4L972.06 284.08C972.08 245.25 940.49 213.68 901.68 213.68zM933.68 284.08l0 458.27c0 6.81-2.61 12.77-6.25 17.97l-258.02-240.51 262.45-244.63C932.74 278.07 933.68 280.93 933.68 284.08zM90.32 742.35L90.32 284.08c0-3.15 0.95-6.02 1.79-8.88l262.48 244.63L96.56 760.32C92.93 755.12 90.32 749.16 90.32 742.35zM512 614.04L123.65 252.08 900.35 252.08 512 614.04zM382.75 546.07L512 666.55l129.25-120.47 244.89 228.28L137.86 774.35 382.75 546.07z' fill='%236a6a6a'/%3E%3C/svg%3E")no-repeat;width:27px; height:27px;position:absolute; top:13px; left:30px}
.page-job .item .textBox .mailto:before {content:""; position:absolute; bottom:0; left:0; width:100%; height:0%; background-color:#6a6a6a; z-index:-1;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.page-job .item .textBox .mailto:hover {color:#fff;}
.page-job .item .textBox .mailto:hover i {background:url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M901.68 213.68L122.32 213.68c-38.84 0-70.4 31.56-70.4 70.4l0 458.27c0 38.84 31.56 70.4 70.4 70.4l779.34 0c38.84 0 70.4-31.56 70.4-70.4L972.06 284.08C972.08 245.25 940.49 213.68 901.68 213.68zM933.68 284.08l0 458.27c0 6.81-2.61 12.77-6.25 17.97l-258.02-240.51 262.45-244.63C932.74 278.07 933.68 280.93 933.68 284.08zM90.32 742.35L90.32 284.08c0-3.15 0.95-6.02 1.79-8.88l262.48 244.63L96.56 760.32C92.93 755.12 90.32 749.16 90.32 742.35zM512 614.04L123.65 252.08 900.35 252.08 512 614.04zM382.75 546.07L512 666.55l129.25-120.47 244.89 228.28L137.86 774.35 382.75 546.07z' fill='%23ffffff'/%3E%3C/svg%3E")no-repeat;}
.page-job .item .textBox .mailto:hover:before {height:100%;}
@media(max-width:991px) {
.page-job .item .textBox .text { margin-bottom:20px;}
.page-job .item .title span i { display:none}
.page-job .item .textBox .mailto { border-radius:35px; padding:8px 20px 8px 55px;}
.page-job .item .textBox .mailto i {width:27px; height:27px;position:absolute; top:7px; left:20px}

}

/*page-about*/
.page-about {background:url(/templates/default/static/images/page-about-bg.jpg) no-repeat top right #fff; background-size:50%}
.page-about .row .logo { position:relative}
.page-about .row .logo:before { content:""; border-right:1px solid rgba(120,120,120,0.3); position:absolute; right:55px; height:530px;}
.page-about .row .logo img{ width:60%;}
.page-about .more { position:relative; color:#6a6a6a; border:2px solid #6a6a6a; border-radius:35px; padding:10px 55px 10px 35px; display:inline-block;transition:ease all 0.3s;-webkit-transition:ease all 0.3s; overflow:hidden;z-index:1; margin-top:20px}
.page-about .more i {background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M966.4 323.2c-9.6-9.6-25.6-9.6-35.2 0l-416 416-425.6-416c-9.6-9.6-25.6-9.6-35.2 0-9.6 9.6-9.6 25.6 0 35.2l441.6 432c9.6 9.6 25.6 9.6 35.2 0l435.2-432C976 345.6 976 332.8 966.4 323.2z' fill='%236a6a6a'/%3E%3C/svg%3E")no-repeat;width:12px; height:12px;position:absolute; top:16px; right:30px}
.page-about .more:before {content:""; position:absolute; bottom:0; left:0; width:100%; height:0%; background-color:#6a6a6a; z-index:-1;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.page-about .more:hover {color:#fff;}
.page-about .more:hover i {background:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M966.4 323.2c-9.6-9.6-25.6-9.6-35.2 0l-416 416-425.6-416c-9.6-9.6-25.6-9.6-35.2 0-9.6 9.6-9.6 25.6 0 35.2l441.6 432c9.6 9.6 25.6 9.6 35.2 0l435.2-432C976 345.6 976 332.8 966.4 323.2z' fill='%23ffffff'/%3E%3C/svg%3E")no-repeat;}
.page-about .more:hover:before {height:100%;}
@media(max-width:991px) {
.page-about {background-size:contain}
.page-about .row .logo {display:none}
}
@media(max-width:767px) {
.page-about .hide-sm{display:none}
.page-about .more.lg{display:none}
}
@media(min-width:767px) {
.page-about .hide-lg{display:none}
.page-about .more.sm{display:none}
}

/*page-history*/
.page-history {position:relative; background:url(/templates/default/static/images/page-history-bg-1.jpg) left bottom no-repeat; background-size: cover}
.page-history:before {content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url(/templates/default/static/images/page-history-bg-2.png) left top 460px no-repeat; background-size: contain}
.page-history .swiper-container { padding-bottom:50px;}
.page-history .swiper-slide {height:550px;}
.page-history .item { position:relative;}
.page-history .swiper-slide .item-1 .text{ position:absolute; top:100px; left:50px; font-size:18px}
.page-history .swiper-slide .item-1 .year{ position:absolute; top:300px; left:0; background:url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 624a112 112 0 1 0 0-224 112 112 0 0 0 0 224z' fill='%236a6a6a'/%3E%3C/svg%3E")  top -20px left no-repeat; font-size:40px;font-family:"Bebas"; padding-top:10px; color:#e60012;z-index:1}
.page-history .swiper-slide .item-1 .year:before { content:""; border-left:1px solid #6a6a6a; position:absolute; left:35px; bottom:70px; height:250px;}
.page-history .swiper-slide .item-2 .text{ position:absolute; top:380px; left:50px; font-size:18px}
.page-history .swiper-slide .item-2 .year{ position:absolute; top:230px; left:0; background:url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 624a112 112 0 1 0 0-224 112 112 0 0 0 0 224z' fill='%236a6a6a'/%3E%3C/svg%3E")  bottom -25px left no-repeat; font-size:40px;font-family:"Bebas"; padding-bottom:10px; color:#e60012;z-index:1}
.page-history .swiper-slide .item-2 .year:before { content:""; border-left:1px solid #6a6a6a; position:absolute; left:35px; top:80px; height:250px;}
.page-history .swiper-slide .item-3 .text{ position:absolute; top:100px; left:50px; font-size:18px}
.page-history .swiper-slide .item-3 .year{ position:absolute; top:310px; left:0; background:url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 624a112 112 0 1 0 0-224 112 112 0 0 0 0 224z' fill='%236a6a6a'/%3E%3C/svg%3E")  top -20px left no-repeat; font-size:40px;font-family:"Bebas"; padding-top:10px; color:#e60012;z-index:1}
.page-history .swiper-slide .item-3 .year:before { content:""; border-left:1px solid #6a6a6a; position:absolute; left:35px; bottom:70px; height:250px;}
.page-history .swiper-slide .item-4 .text{ position:absolute; top:380px; left:50px; font-size:18px}
.page-history .swiper-slide .item-4 .year{ position:absolute; top:240px; left:0; background:url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 624a112 112 0 1 0 0-224 112 112 0 0 0 0 224z' fill='%236a6a6a'/%3E%3C/svg%3E")  bottom -25px left no-repeat; font-size:40px;font-family:"Bebas"; padding-bottom:10px; color:#e60012;z-index:1}
.page-history .swiper-slide .item-4 .year:before { content:""; border-left:1px solid #6a6a6a; position:absolute; left:35px; top:80px; height:250px;}
.page-history .swiper-pagination-bullet,.page-history .swiper-pagination-bullet-active{background:#e60012;}
.page-history .swiper-container-horizontal>.swiper-pagination-bullets,.page-history .swiper-pagination-custom,.page-history .swiper-pagination-fraction{ bottom:0px;left:auto;width:100%;top:auto;}
.page-history .swiper-button-prev,.page-history .swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%236a6a6a'%2F%3E%3C%2Fsvg%3E");left:20px;}
.page-history .swiper-button-next,.page-history .swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%236a6a6a'%2F%3E%3C%2Fsvg%3E");right:20px;}

@media(max-width:1200px) {
.page-history .swiper-container { padding-bottom:30px;}
}
@media(max-width:991px) {
.page-history:before { background-position:left top 300px}
.page-history .swiper-container { padding-bottom:20px;}
.page-history .swiper-slide {height:390px;}
.page-history .swiper-slide .item-1 .text{ top:20px; left:50px; font-size:16px}
.page-history .swiper-slide .item-1 .year{ top:140px; left:0; font-size:30px; padding-top:20px; background-position:top -15px left -8px}
.page-history .swiper-slide .item-1 .year:before {left:27px; bottom:50px; height:180px;}
.page-history .swiper-slide .item-2 .text{ top:210px; left:50px; font-size:16px}
.page-history .swiper-slide .item-2 .year{ top:100px; left:0; font-size:30px; padding-bottom:20px; background-position:bottom -15px left -8px}
.page-history .swiper-slide .item-2 .year:before {left:27px; top:50px; height:180px;}
.page-history .swiper-slide .item-3 .text{ top:20px; left:50px; font-size:16px}
.page-history .swiper-slide .item-3 .year{ top:140px; left:0; font-size:30px; padding-top:20px; background-position:top -15px left -8px}
.page-history .swiper-slide .item-3 .year:before {left:27px; bottom:50px; height:180px;}
.page-history .swiper-slide .item-4 .text{ top:210px; left:50px; font-size:16px}
.page-history .swiper-slide .item-4 .year{ top:100px; left:0; font-size:30px; padding-bottom:20px; background-position:bottom -15px left -8px}
.page-history .swiper-slide .item-4 .year:before {left:27px; top:50px; height:180px;}
.page-history .swiper-button-next,.page-history .swiper-button-prev{ display:none}
}
@media(max-width:767px) {
.page-history:before {background-size: 300%}
.page-history .swiper-container { padding-bottom:20px;}
}

/*page-stock*/
.page-stock { position:relative;color:#fff;}
.page-stock .item{ background:url(/templates/default/static/images/page-stock-bg-1.png) no-repeat; background-size: cover; overflow:hidden}
.page-stock .left{ float:left;width:70%; padding-left:225px; padding-top:100px; padding-right:30px}
.page-stock .right{ float:right; width:30%; height:500px; background-position:top right;background-repeat:no-repeat;background-size:cover;}
.page-stock .title { font-size:30px; font-family:"FZZhengHeiS-EL-GB"; line-height:1.5}
.page-stock .title span { margin-left:20px; font-family:"Bebas"; font-size:25px;}
.page-stock .price { font-family:"Bebas"; font-size:80px; margin-bottom:20px; line-height:1.5}
.page-stock .red {color:#e60012;}
.page-stock .red .icon { width:50px; height:50px; display:inline-block; margin-left:15px; background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M507.73 213.33v725.33h42.67V204.8l145.07 145.07 29.87-29.87L533.33 128 341.33 320l29.87 29.87L507.73 213.33z' fill='%23e60012'/%3E%3C/svg%3E");}
.page-stock .green {color:#3dbc33;}
.page-stock .green .icon { width:50px; height:50px; display:inline-block; margin-left:15px; background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M558.93 853.333333V128h-42.67v733.87l-145.07-145.07-29.87 29.87 192 192 192-192-29.87-29.87-136.53 136.53z' fill='%233dbc33'/%3E%3C/svg%3E");}
.page-stock .data {font-size:16px;}
.page-stock .data span { margin-right:30px;}
.page-stock .data i{font-style:normal; margin-right:5px;font-family:"Bebas";font-size:13px;}
.page-stock #stocktime{ margin-top:20px;}
@media(max-width:991px) {
.page-stock .item{ background-position:-225px 0}
.page-stock .price { font-size:60px;line-height:80px}
.page-stock .left{ float:inherit;width:100%;padding:30px;}
.page-stock .right{ display:none}
}

/*page-about*/
.page-jobidea {background:url(/templates/default/static/images/page-jobidea-bg.jpg) no-repeat bottom left #fff; background-size:contain; position:relative}
.page-jobidea:before { content:"";position:absolute; top:0; left:0; width:100%; height:100vh; z-index:5;background-image:repeating-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,.7) 50%, rgba(255,255,255,0));}
.page-jobidea .item { text-align:center;z-index:10;position:relative; color:#6a6a6a}
.page-jobidea .item p {text-transform:uppercase; font-size:12px;}


/*page-gallery*/
.page-gallery h3 { color:#111; font-size:16px; text-align:center; background:#fff; padding:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.page-gallery a .zoomImage {box-shadow:0;border:1px solid rgba(120,120,120,0.15);transition:ease all 0.3s;-webkit-transition:ease all 0.3s;}
.page-gallery .imgBox {padding-bottom:66.7%;background-size:contain}
@media(min-width:991px) {
.page-gallery a .zoomImage:hover {box-shadow:0 0.375rem 2.75rem rgba(0,0,0,0.17);}
}

/*page-dismissed*/
.page-dismissed .row { width:80%;}
.page-dismissed .btn-lg{ background:#e60012; display:inline-block;color:#fff;transition:ease all 0.3s;-webkit-transition:ease all 0.3s;border-radius:7px; font-size:18px}
.page-dismissed .btn-lg:hover { background:#c3000f;}
.page-dismissed .form-control { border:0; background:#f6f6f6; border-bottom:1px solid rgba(255,255,255,.2);color:#111; font-size:16px; padding-top:12px; padding-bottom:12px;}
.page-dismissed p { color:#e60012; padding-top:10px;}
.page-dismissed .item h1 { padding-bottom:20px}
.page-dismissed .item p { color:#6a6a6a; padding:0}
.page-dismissed .item span { color:#e60012;}
.page-dismissed .box p:nth-child(2),.page-dismissed .box p:nth-child(3) { background:#e60012; color:#fff; border-radius:5px; padding:5px 10px}
.page-dismissed .box { border:2px solid #6a6a6a; border-radius:10px; padding:30px; margin-bottom:30px;}
@media(max-width:991px) {
.page-dismissed .box { border:2px solid #6a6a6a; border-radius:10px; padding:20px; margin-bottom:20px;}
}



#baguetteBox-overlay {display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible {opacity:1}
#baguetteBox-overlay .full-image {display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure {display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img {display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption {display:block;position:absolute;bottom:20px;width:100%;text-align:center;line-height:1.8;color:#fff;font-size:16px;}
#baguetteBox-overlay .full-image:before {content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider {position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
#baguetteBox-slider.bounce-from-right {-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left {-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button {top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button {position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:hover {background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button {right:2%}
.baguetteBox-button#previous-button {left:2%}
.baguetteBox-button#close-button {top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.spinner {width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.double-bounce1,.double-bounce2 {width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.double-bounce2 {-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes bounceFromRight {0% {margin-left:0}
50% {margin-left:-30px}
100% {margin-left:0}
}
@keyframes bounceFromRight {0% {margin-left:0}
50% {margin-left:-30px}
100% {margin-left:0}
}
@-webkit-keyframes bounceFromLeft {0% {margin-left:0}
50% {margin-left:30px}
100% {margin-left:0}
}
@keyframes bounceFromLeft {0% {margin-left:0}
50% {margin-left:30px}
100% {margin-left:0}
}
@-webkit-keyframes bounce {0%,100% {-webkit-transform:scale(0);transform:scale(0)}
50% {-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes bounce {0%,100% {-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
50% {-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
}

/*-----------------------------------------
  Background Properties
-----------------------------------------*/
.bg-no-repeat { background-repeat: no-repeat; }
.bg-repeat-x { background-repeat: repeat-x; }
.bg-repeat-y { background-repeat: repeat-y; }
.bg-cover { -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; background-size: cover; }
.bg-center-center { background-position: center center; }
.bg-center-right { background-position: center right; }
.bg-center-left { background-position: center left; }
.bg-fixed { background-attachment: fixed;  }

/*-----------------------------------------
  Margins
-----------------------------------------*/

/*Margin All*/
.m-auto-all { margin: auto;}
.m-0px { margin: 0;}
.m-5px {margin:5px}
.m-10px {margin:10px}
.m-15px {margin:15px}
.m-20px {margin:20px}
.m-25px {margin:25px}
.m-30px {margin:30px}
.m-35px {margin:35px}
.m-40px {margin:40px}
.m-45px {margin:45px}
.m-50px {margin:50px}
.m-55px {margin:55px}
.m-60px {margin:60px}
.m-65px {margin:65px}
.m-70px {margin:70px}
.m-75px {margin:75px}
.m-80px {margin:80px}
.m-85px {margin:85px}
.m-90px {margin:90px}
.m-95px {margin:95px}
.m-100px {margin:100px}

/*Margin top buttom*/
.m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
.m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
.m-10px-tb {margin-top:10px; margin-bottom:10px;}
.m-15px-tb {margin-top:15px; margin-bottom:15px;}
.m-20px-tb {margin-top:20px; margin-bottom:20px;}
.m-25px-tb {margin-top:25px; margin-bottom:25px;}
.m-30px-tb {margin-top:30px; margin-bottom:30px;}
.m-35px-tb {margin-top:35px; margin-bottom:35px;}
.m-40px-tb {margin-top:40px; margin-bottom:40px;}
.m-45px-tb {margin-top:45px; margin-bottom:45px;}
.m-50px-tb {margin-top:50px; margin-bottom:50px;}
.m-55px-tb {margin-top:55px; margin-bottom:55px;}
.m-60px-tb {margin-top:60px; margin-bottom:60px;}
.m-65px-tb {margin-top:65px; margin-bottom:65px;}
.m-70px-tb {margin-top:70px; margin-bottom:70px;}
.m-75px-tb {margin-top:75px; margin-bottom:75px;}
.m-80px-tb {margin-top:80px; margin-bottom:80px;}
.m-85px-tb {margin-top:85px; margin-bottom:85px;}
.m-90px-tb {margin-top:90px; margin-bottom:90px;}
.m-95px-tb {margin-top:95px; margin-bottom:95px;}
.m-100px-tb {margin-top:100px; margin-bottom: 100px;}

/*Margin left right*/
.m-0px-lr  {margin-left:0px; margin-right:0px}
.m-5px-lr  {margin-left:5px; margin-right:5px}
.m-10px-lr {margin-left:10px; margin-right:10px}
.m-15px-lr {margin-left:15px; margin-right:15px}
.m-20px-lr {margin-left:20px; margin-right:20px}
.m-25px-lr {margin-left:25px; margin-right:25px}
.m-30px-lr {margin-left:30px; margin-right:30px}
.m-35px-lr {margin-left:35px; margin-right:35px}
.m-40px-lr {margin-left:40px; margin-right:40px}
.m-45px-lr {margin-left:45px; margin-right:45px}
.m-50px-lr {margin-left:50px; margin-right:50px}
.m-55px-lr {margin-left:55px; margin-right:55px}
.m-60px-lr {margin-left:60px; margin-right:60px}
.m-65px-lr {margin-left:65px; margin-right:65px}
.m-70px-lr {margin-left:70px; margin-right:70px}
.m-75px-lr {margin-left:75px; margin-right:75px}
.m-80px-lr {margin-left:80px; margin-right:80px}
.m-85px-lr {margin-left:85px; margin-right:85px}
.m-90px-lr {margin-left:90px; margin-right:90px}
.m-95px-lr {margin-left:95px; margin-right:95px}
.m-100px-lr {margin-left:100px; margin-right:100px}


/*Margin top*/
.m-0px-t  {margin-top:0px}
.m-5px-t  {margin-top:5px}
.m-10px-t {margin-top:10px}
.m-15px-t {margin-top:15px}
.m-20px-t {margin-top:20px}
.m-25px-t {margin-top:25px}
.m-30px-t {margin-top:30px}
.m-35px-t {margin-top:35px}
.m-40px-t {margin-top:40px}
.m-45px-t {margin-top:45px}
.m-50px-t {margin-top:50px}
.m-55px-t {margin-top:55px}
.m-60px-t {margin-top:60px}
.m-65px-t {margin-top:65px}
.m-70px-t {margin-top:70px}
.m-75px-t {margin-top:75px}
.m-80px-t {margin-top:80px}
.m-85px-t {margin-top:85px}
.m-90px-t {margin-top:90px}
.m-95px-t {margin-top:95px}
.m-100px-t {margin-top:100px}

/*Margin Bottom*/
.m-0px-b {margin-bottom:0px}
.m-5px-b {margin-bottom:5px}
.m-10px-b {margin-bottom:10px}
.m-15px-b {margin-bottom:15px}
.m-20px-b {margin-bottom:20px}
.m-25px-b {margin-bottom:25px}
.m-30px-b {margin-bottom:30px}
.m-35px-b {margin-bottom:35px}
.m-40px-b {margin-bottom:40px}
.m-45px-b {margin-bottom:45px}
.m-50px-b {margin-bottom:50px}
.m-55px-b {margin-bottom:55px}
.m-60px-b {margin-bottom:60px}
.m-65px-b {margin-bottom:65px}
.m-70px-b {margin-bottom:70px}
.m-75px-b {margin-bottom:75px}
.m-80px-b {margin-bottom:80px}
.m-85px-b {margin-bottom:85px}
.m-90px-b {margin-bottom:90px}
.m-95px-b {margin-bottom:95px}
.m-100px-b {margin-bottom:100px}

/*Margin Left*/
.m-0px-l  {margin-left:0px}
.m-5px-l  {margin-left:5px}
.m-10px-l {margin-left:10px}
.m-15px-l {margin-left:15px}
.m-20px-l {margin-left:20px}
.m-25px-l {margin-left:25px}
.m-30px-l {margin-left:30px}
.m-35px-l {margin-left:35px}
.m-40px-l {margin-left:40px}
.m-45px-l {margin-left:45px}
.m-50px-l {margin-left:50px}
.m-55px-l {margin-left:55px}
.m-60px-l {margin-left:60px}
.m-65px-l {margin-left:65px}
.m-70px-l {margin-left:70px}
.m-75px-l {margin-left:75px}
.m-80px-l {margin-left:80px}
.m-85px-l {margin-left:85px}
.m-90px-l {margin-left:90px}
.m-95px-l {margin-left:95px}
.m-100px-l {margin-left:100px}

/*Margin right*/
.m-0px-r  {margin-right:0px}
.m-5px-r  {margin-right:5px}
.m-10px-r {margin-right:10px}
.m-15px-r {margin-right:15px}
.m-20px-r {margin-right:20px}
.m-25px-r {margin-right:25px}
.m-30px-r {margin-right:30px}
.m-35px-r {margin-right:35px}
.m-40px-r {margin-right:40px}
.m-45px-r {margin-right:45px}
.m-50px-r {margin-right:50px}
.m-55px-r {margin-right:55px}
.m-60px-r {margin-right:60px}
.m-65px-r {margin-right:65px}
.m-70px-r {margin-right:70px}
.m-75px-r {margin-right:75px}
.m-80px-r {margin-right:80px}
.m-85px-r {margin-right:85px}
.m-90px-r {margin-right:90px}
.m-95px-r {margin-right:95px}
.m-100px-r {margin-right:100px}


@media (max-width: 1200px){
  /*Margin All*/
  .lg-m-0px { margin: 0;}
  .lg-m-5px {margin:5px}
  .lg-m-10px {margin:10px}
  .lg-m-15px {margin:15px}
  .lg-m-20px {margin:20px}
  .lg-m-25px {margin:25px}
  .lg-m-30px {margin:30px}
  .lg-m-35px {margin:35px}
  .lg-m-40px {margin:40px}
  .lg-m-45px {margin:45px}
  .lg-m-50px {margin:50px}
  .lg-m-55px {margin:55px}
  .lg-m-60px {margin:60px}
  .lg-m-65px {margin:65px}
  .lg-m-70px {margin:70px}
  .lg-m-75px {margin:75px}
  .lg-m-80px {margin:80px}
  .lg-m-85px {margin:85px}
  .lg-m-90px {margin:90px}
  .lg-m-95px {margin:95px}
  .lg-m-100px {margin:100px}

  /*Margin top buttom*/
  .lg-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .lg-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .lg-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .lg-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .lg-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .lg-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .lg-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .lg-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .lg-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .lg-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .lg-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .lg-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .lg-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .lg-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .lg-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .lg-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .lg-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .lg-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .lg-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .lg-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .lg-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .lg-m-0px-lr  {margin-left:0px; margin-right:0px}
  .lg-m-5px-lr  {margin-left:5px; margin-right:5px}
  .lg-m-10px-lr {margin-left:10px; margin-right:10px}
  .lg-m-15px-lr {margin-left:15px; margin-right:15px}
  .lg-m-20px-lr {margin-left:20px; margin-right:20px}
  .lg-m-25px-lr {margin-left:25px; margin-right:25px}
  .lg-m-30px-lr {margin-left:30px; margin-right:30px}
  .lg-m-35px-lr {margin-left:35px; margin-right:35px}
  .lg-m-40px-lr {margin-left:40px; margin-right:40px}
  .lg-m-45px-lr {margin-left:45px; margin-right:45px}
  .lg-m-50px-lr {margin-left:50px; margin-right:50px}
  .lg-m-55px-lr {margin-left:55px; margin-right:55px}
  .lg-m-60px-lr {margin-left:60px; margin-right:60px}
  .lg-m-65px-lr {margin-left:65px; margin-right:65px}
  .lg-m-70px-lr {margin-left:70px; margin-right:70px}
  .lg-m-75px-lr {margin-left:75px; margin-right:75px}
  .lg-m-80px-lr {margin-left:80px; margin-right:80px}
  .lg-m-85px-lr {margin-left:85px; margin-right:85px}
  .lg-m-90px-lr {margin-left:90px; margin-right:90px}
  .lg-m-95px-lr {margin-left:95px; margin-right:95px}
  .lg-m-100px-lr {margin-left:100px; margin-right:100px}


  /*Margin top*/
  .lg-m-0px-t  {margin-top:0px}
  .lg-m-5px-t  {margin-top:5px}
  .lg-m-10px-t {margin-top:10px}
  .lg-m-15px-t {margin-top:15px}
  .lg-m-20px-t {margin-top:20px}
  .lg-m-25px-t {margin-top:25px}
  .lg-m-30px-t {margin-top:30px}
  .lg-m-35px-t {margin-top:35px}
  .lg-m-40px-t {margin-top:40px}
  .lg-m-45px-t {margin-top:45px}
  .lg-m-50px-t {margin-top:50px}
  .lg-m-55px-t {margin-top:55px}
  .lg-m-60px-t {margin-top:60px}
  .lg-m-65px-t {margin-top:65px}
  .lg-m-70px-t {margin-top:70px}
  .lg-m-75px-t {margin-top:75px}
  .lg-m-80px-t {margin-top:80px}
  .lg-m-85px-t {margin-top:85px}
  .lg-m-90px-t {margin-top:90px}
  .lg-m-95px-t {margin-top:95px}
  .lg-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .lg-m-0px-b {margin-bottom:0px}
  .lg-m-5px-b {margin-bottom:5px}
  .lg-m-10px-b {margin-bottom:10px}
  .lg-m-15px-b {margin-bottom:15px}
  .lg-m-20px-b {margin-bottom:20px}
  .lg-m-25px-b {margin-bottom:25px}
  .lg-m-30px-b {margin-bottom:30px}
  .lg-m-35px-b {margin-bottom:35px}
  .lg-m-40px-b {margin-bottom:40px}
  .lg-m-45px-b {margin-bottom:45px}
  .lg-m-50px-b {margin-bottom:50px}
  .lg-m-55px-b {margin-bottom:55px}
  .lg-m-60px-b {margin-bottom:60px}
  .lg-m-65px-b {margin-bottom:65px}
  .lg-m-70px-b {margin-bottom:70px}
  .lg-m-75px-b {margin-bottom:75px}
  .lg-m-80px-b {margin-bottom:80px}
  .lg-m-85px-b {margin-bottom:85px}
  .lg-m-90px-b {margin-bottom:90px}
  .lg-m-95px-b {margin-bottom:95px}
  .lg-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .lg-m-0px-l  {margin-left:0px}
  .lg-m-5px-l  {margin-left:5px}
  .lg-m-10px-l {margin-left:10px}
  .lg-m-15px-l {margin-left:15px}
  .lg-m-20px-l {margin-left:20px}
  .lg-m-25px-l {margin-left:25px}
  .lg-m-30px-l {margin-left:30px}
  .lg-m-35px-l {margin-left:35px}
  .lg-m-40px-l {margin-left:40px}
  .lg-m-45px-l {margin-left:45px}
  .lg-m-50px-l {margin-left:50px}
  .lg-m-55px-l {margin-left:55px}
  .lg-m-60px-l {margin-left:60px}
  .lg-m-65px-l {margin-left:65px}
  .lg-m-70px-l {margin-left:70px}
  .lg-m-75px-l {margin-left:75px}
  .lg-m-80px-l {margin-left:80px}
  .lg-m-85px-l {margin-left:85px}
  .lg-m-90px-l {margin-left:90px}
  .lg-m-95px-l {margin-left:95px}
  .lg-m-100px-l {margin-left:100px}

  /*Margin right*/
  .lg-m-0px-r  {margin-right:0px}
  .lg-m-5px-r  {margin-right:5px}
  .lg-m-10px-r {margin-right:10px}
  .lg-m-15px-r {margin-right:15px}
  .lg-m-20px-r {margin-right:20px}
  .lg-m-25px-r {margin-right:25px}
  .lg-m-30px-r {margin-right:30px}
  .lg-m-35px-r {margin-right:35px}
  .lg-m-40px-r {margin-right:40px}
  .lg-m-45px-r {margin-right:45px}
  .lg-m-50px-r {margin-right:50px}
  .lg-m-55px-r {margin-right:55px}
  .lg-m-60px-r {margin-right:60px}
  .lg-m-65px-r {margin-right:65px}
  .lg-m-70px-r {margin-right:70px}
  .lg-m-75px-r {margin-right:75px}
  .lg-m-80px-r {margin-right:80px}
  .lg-m-85px-r {margin-right:85px}
  .lg-m-90px-r {margin-right:90px}
  .lg-m-95px-r {margin-right:95px}
  .lg-m-100px-r {margin-right:100px}
}

@media (max-width: 991px){
  /*Margin All*/
  .md-m-0px { margin: 0;}
  .md-m-5px {margin:5px}
  .md-m-10px {margin:10px}
  .md-m-15px {margin:15px}
  .md-m-20px {margin:20px}
  .md-m-25px {margin:25px}
  .md-m-30px {margin:30px}
  .md-m-35px {margin:35px}
  .md-m-40px {margin:40px}
  .md-m-45px {margin:45px}
  .md-m-50px {margin:50px}
  .md-m-55px {margin:55px}
  .md-m-60px {margin:60px}
  .md-m-65px {margin:65px}
  .md-m-70px {margin:70px}
  .md-m-75px {margin:75px}
  .md-m-80px {margin:80px}
  .md-m-85px {margin:85px}
  .md-m-90px {margin:90px}
  .md-m-95px {margin:95px}
  .md-m-100px {margin:100px}

  /*Margin top buttom*/
  .md-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .md-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .md-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .md-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .md-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .md-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .md-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .md-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .md-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .md-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .md-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .md-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .md-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .md-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .md-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .md-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .md-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .md-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .md-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .md-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .md-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .md-m-0px-lr  {margin-left:0px; margin-right:0px}
  .md-m-5px-lr  {margin-left:5px; margin-right:5px}
  .md-m-10px-lr {margin-left:10px; margin-right:10px}
  .md-m-15px-lr {margin-left:15px; margin-right:15px}
  .md-m-20px-lr {margin-left:20px; margin-right:20px}
  .md-m-25px-lr {margin-left:25px; margin-right:25px}
  .md-m-30px-lr {margin-left:30px; margin-right:30px}
  .md-m-35px-lr {margin-left:35px; margin-right:35px}
  .md-m-40px-lr {margin-left:40px; margin-right:40px}
  .md-m-45px-lr {margin-left:45px; margin-right:45px}
  .md-m-50px-lr {margin-left:50px; margin-right:50px}
  .md-m-55px-lr {margin-left:55px; margin-right:55px}
  .md-m-60px-lr {margin-left:60px; margin-right:60px}
  .md-m-65px-lr {margin-left:65px; margin-right:65px}
  .md-m-70px-lr {margin-left:70px; margin-right:70px}
  .md-m-75px-lr {margin-left:75px; margin-right:75px}
  .md-m-80px-lr {margin-left:80px; margin-right:80px}
  .md-m-85px-lr {margin-left:85px; margin-right:85px}
  .md-m-90px-lr {margin-left:90px; margin-right:90px}
  .md-m-95px-lr {margin-left:95px; margin-right:95px}
  .md-m-100px-lr {margin-left:100px; margin-right:100px}


  /*Margin top*/
  .md-m-0px-t  {margin-top:0px}
  .md-m-5px-t  {margin-top:5px}
  .md-m-10px-t {margin-top:10px}
  .md-m-15px-t {margin-top:15px}
  .md-m-20px-t {margin-top:20px}
  .md-m-25px-t {margin-top:25px}
  .md-m-30px-t {margin-top:30px}
  .md-m-35px-t {margin-top:35px}
  .md-m-40px-t {margin-top:40px}
  .md-m-45px-t {margin-top:45px}
  .md-m-50px-t {margin-top:50px}
  .md-m-55px-t {margin-top:55px}
  .md-m-60px-t {margin-top:60px}
  .md-m-65px-t {margin-top:65px}
  .md-m-70px-t {margin-top:70px}
  .md-m-75px-t {margin-top:75px}
  .md-m-80px-t {margin-top:80px}
  .md-m-85px-t {margin-top:85px}
  .md-m-90px-t {margin-top:90px}
  .md-m-95px-t {margin-top:95px}
  .md-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .md-m-0px-b {margin-bottom:0px}
  .md-m-5px-b {margin-bottom:5px}
  .md-m-10px-b {margin-bottom:10px}
  .md-m-15px-b {margin-bottom:15px}
  .md-m-20px-b {margin-bottom:20px}
  .md-m-25px-b {margin-bottom:25px}
  .md-m-30px-b {margin-bottom:30px}
  .md-m-35px-b {margin-bottom:35px}
  .md-m-40px-b {margin-bottom:40px}
  .md-m-45px-b {margin-bottom:45px}
  .md-m-50px-b {margin-bottom:50px}
  .md-m-55px-b {margin-bottom:55px}
  .md-m-60px-b {margin-bottom:60px}
  .md-m-65px-b {margin-bottom:65px}
  .md-m-70px-b {margin-bottom:70px}
  .md-m-75px-b {margin-bottom:75px}
  .md-m-80px-b {margin-bottom:80px}
  .md-m-85px-b {margin-bottom:85px}
  .md-m-90px-b {margin-bottom:90px}
  .md-m-95px-b {margin-bottom:95px}
  .md-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .md-m-0px-l  {margin-left:0px}
  .md-m-5px-l  {margin-left:5px}
  .md-m-10px-l {margin-left:10px}
  .md-m-15px-l {margin-left:15px}
  .md-m-20px-l {margin-left:20px}
  .md-m-25px-l {margin-left:25px}
  .md-m-30px-l {margin-left:30px}
  .md-m-35px-l {margin-left:35px}
  .md-m-40px-l {margin-left:40px}
  .md-m-45px-l {margin-left:45px}
  .md-m-50px-l {margin-left:50px}
  .md-m-55px-l {margin-left:55px}
  .md-m-60px-l {margin-left:60px}
  .md-m-65px-l {margin-left:65px}
  .md-m-70px-l {margin-left:70px}
  .md-m-75px-l {margin-left:75px}
  .md-m-80px-l {margin-left:80px}
  .md-m-85px-l {margin-left:85px}
  .md-m-90px-l {margin-left:90px}
  .md-m-95px-l {margin-left:95px}
  .md-m-100px-l {margin-left:100px}

  /*Margin right*/
  .md-m-0px-r  {margin-right:0px}
  .md-m-5px-r  {margin-right:5px}
  .md-m-10px-r {margin-right:10px}
  .md-m-15px-r {margin-right:15px}
  .md-m-20px-r {margin-right:20px}
  .md-m-25px-r {margin-right:25px}
  .md-m-30px-r {margin-right:30px}
  .md-m-35px-r {margin-right:35px}
  .md-m-40px-r {margin-right:40px}
  .md-m-45px-r {margin-right:45px}
  .md-m-50px-r {margin-right:50px}
  .md-m-55px-r {margin-right:55px}
  .md-m-60px-r {margin-right:60px}
  .md-m-65px-r {margin-right:65px}
  .md-m-70px-r {margin-right:70px}
  .md-m-75px-r {margin-right:75px}
  .md-m-80px-r {margin-right:80px}
  .md-m-85px-r {margin-right:85px}
  .md-m-90px-r {margin-right:90px}
  .md-m-95px-r {margin-right:95px}
  .md-m-100px-r {margin-right:100px}
}


@media (max-width: 767px){
  /*Margin All*/
  .sm-m-0px { margin: 0; }
  .sm-m-5px {margin:5px}
  .sm-m-10px {margin:10px}
  .sm-m-15px {margin:15px}
  .sm-m-20px {margin:20px}
  .sm-m-25px {margin:25px}
  .sm-m-30px {margin:30px}
  .sm-m-35px {margin:35px}
  .sm-m-40px {margin:40px}
  .sm-m-45px {margin:45px}
  .sm-m-50px {margin:50px}
  .sm-m-55px {margin:55px}
  .sm-m-60px {margin:60px}
  .sm-m-65px {margin:65px}
  .sm-m-70px {margin:70px}
  .sm-m-75px {margin:75px}
  .sm-m-80px {margin:80px}
  .sm-m-85px {margin:85px}
  .sm-m-90px {margin:90px}
  .sm-m-95px {margin:95px}
  .sm-m-100px {margin:100px}

  /*Margin top buttom*/
  .sm-m-0px-tb  {margin-top:0px;  margin-bottom:0px;}
  .sm-m-5px-tb  {margin-top:5px;  margin-bottom:5px;}
  .sm-m-10px-tb {margin-top:10px; margin-bottom:10px;}
  .sm-m-15px-tb {margin-top:15px; margin-bottom:15px;}
  .sm-m-20px-tb {margin-top:20px; margin-bottom:20px;}
  .sm-m-25px-tb {margin-top:25px; margin-bottom:25px;}
  .sm-m-30px-tb {margin-top:30px; margin-bottom:30px;}
  .sm-m-35px-tb {margin-top:35px; margin-bottom:35px;}
  .sm-m-40px-tb {margin-top:40px; margin-bottom:40px;}
  .sm-m-45px-tb {margin-top:45px; margin-bottom:45px;}
  .sm-m-50px-tb {margin-top:50px; margin-bottom:50px;}
  .sm-m-55px-tb {margin-top:55px; margin-bottom:55px;}
  .sm-m-60px-tb {margin-top:60px; margin-bottom:60px;}
  .sm-m-65px-tb {margin-top:65px; margin-bottom:65px;}
  .sm-m-70px-tb {margin-top:70px; margin-bottom:70px;}
  .sm-m-75px-tb {margin-top:75px; margin-bottom:75px;}
  .sm-m-80px-tb {margin-top:80px; margin-bottom:80px;}
  .sm-m-85px-tb {margin-top:85px; margin-bottom:85px;}
  .sm-m-90px-tb {margin-top:90px; margin-bottom:90px;}
  .sm-m-95px-tb {margin-top:95px; margin-bottom:95px;}
  .sm-m-100px-tb {margin-top:100px; margin-bottom: 100px;}

  /*Margin left right*/
  .sm-m-0px-lr  {margin-left:0px; margin-right:0px}
  .sm-m-5px-lr  {margin-left:5px; margin-right:5px}
  .sm-m-10px-lr {margin-left:10px; margin-right:10px}
  .sm-m-15px-lr {margin-left:15px; margin-right:15px}
  .sm-m-20px-lr {margin-left:20px; margin-right:20px}
  .sm-m-25px-lr {margin-left:25px; margin-right:25px}
  .sm-m-30px-lr {margin-left:30px; margin-right:30px}
  .sm-m-35px-lr {margin-left:35px; margin-right:35px}
  .sm-m-40px-lr {margin-left:40px; margin-right:40px}
  .sm-m-45px-lr {margin-left:45px; margin-right:45px}
  .sm-m-50px-lr {margin-left:50px; margin-right:50px}
  .sm-m-55px-lr {margin-left:55px; margin-right:55px}
  .sm-m-60px-lr {margin-left:60px; margin-right:60px}
  .sm-m-65px-lr {margin-left:65px; margin-right:65px}
  .sm-m-70px-lr {margin-left:70px; margin-right:70px}
  .sm-m-75px-lr {margin-left:75px; margin-right:75px}
  .sm-m-80px-lr {margin-left:80px; margin-right:80px}
  .sm-m-85px-lr {margin-left:85px; margin-right:85px}
  .sm-m-90px-lr {margin-left:90px; margin-right:90px}
  .sm-m-95px-lr {margin-left:95px; margin-right:95px}
  .sm-m-100px-lr {margin-left:100px; margin-right:100px}

  /*Margin top*/
  .sm-m-0px-t  {margin-top:0px}
  .sm-m-5px-t  {margin-top:5px}
  .sm-m-10px-t {margin-top:10px}
  .sm-m-15px-t {margin-top:15px}
  .sm-m-20px-t {margin-top:20px}
  .sm-m-25px-t {margin-top:25px}
  .sm-m-30px-t {margin-top:30px}
  .sm-m-35px-t {margin-top:35px}
  .sm-m-40px-t {margin-top:40px}
  .sm-m-45px-t {margin-top:45px}
  .sm-m-50px-t {margin-top:50px}
  .sm-m-55px-t {margin-top:55px}
  .sm-m-60px-t {margin-top:60px}
  .sm-m-65px-t {margin-top:65px}
  .sm-m-70px-t {margin-top:70px}
  .sm-m-75px-t {margin-top:75px}
  .sm-m-80px-t {margin-top:80px}
  .sm-m-85px-t {margin-top:85px}
  .sm-m-90px-t {margin-top:90px}
  .sm-m-95px-t {margin-top:95px}
  .sm-m-100px-t {margin-top:100px}

  /*Margin Bottom*/
  .sm-m-0px-b {margin-bottom:0px}
  .sm-m-5px-b {margin-bottom:5px}
  .sm-m-10px-b {margin-bottom:10px}
  .sm-m-15px-b {margin-bottom:15px}
  .sm-m-20px-b {margin-bottom:20px}
  .sm-m-25px-b {margin-bottom:25px}
  .sm-m-30px-b {margin-bottom:30px}
  .sm-m-35px-b {margin-bottom:35px}
  .sm-m-40px-b {margin-bottom:40px}
  .sm-m-45px-b {margin-bottom:45px}
  .sm-m-50px-b {margin-bottom:50px}
  .sm-m-55px-b {margin-bottom:55px}
  .sm-m-60px-b {margin-bottom:60px}
  .sm-m-65px-b {margin-bottom:65px}
  .sm-m-70px-b {margin-bottom:70px}
  .sm-m-75px-b {margin-bottom:75px}
  .sm-m-80px-b {margin-bottom:80px}
  .sm-m-85px-b {margin-bottom:85px}
  .sm-m-90px-b {margin-bottom:90px}
  .sm-m-95px-b {margin-bottom:95px}
  .sm-m-100px-b {margin-bottom:100px}

  /*Margin Left*/
  .sm-m-0px-l  {margin-left:0px}
  .sm-m-5px-l  {margin-left:5px}
  .sm-m-10px-l {margin-left:10px}
  .sm-m-15px-l {margin-left:15px}
  .sm-m-20px-l {margin-left:20px}
  .sm-m-25px-l {margin-left:25px}
  .sm-m-30px-l {margin-left:30px}
  .sm-m-35px-l {margin-left:35px}
  .sm-m-40px-l {margin-left:40px}
  .sm-m-45px-l {margin-left:45px}
  .sm-m-50px-l {margin-left:50px}
  .sm-m-55px-l {margin-left:55px}
  .sm-m-60px-l {margin-left:60px}
  .sm-m-65px-l {margin-left:65px}
  .sm-m-70px-l {margin-left:70px}
  .sm-m-75px-l {margin-left:75px}
  .sm-m-80px-l {margin-left:80px}
  .sm-m-85px-l {margin-left:85px}
  .sm-m-90px-l {margin-left:90px}
  .sm-m-95px-l {margin-left:95px}
  .sm-m-100px-l {margin-left:100px}

  /*Margin right*/
  .sm-m-0px-r  {margin-right:0px}
  .sm-m-5px-r  {margin-right:5px}
  .sm-m-10px-r {margin-right:10px}
  .sm-m-15px-r {margin-right:15px}
  .sm-m-20px-r {margin-right:20px}
  .sm-m-25px-r {margin-right:25px}
  .sm-m-30px-r {margin-right:30px}
  .sm-m-35px-r {margin-right:35px}
  .sm-m-40px-r {margin-right:40px}
  .sm-m-45px-r {margin-right:45px}
  .sm-m-50px-r {margin-right:50px}
  .sm-m-55px-r {margin-right:55px}
  .sm-m-60px-r {margin-right:60px}
  .sm-m-65px-r {margin-right:65px}
  .sm-m-70px-r {margin-right:70px}
  .sm-m-75px-r {margin-right:75px}
  .sm-m-80px-r {margin-right:80px}
  .sm-m-85px-r {margin-right:85px}
  .sm-m-90px-r {margin-right:90px}
  .sm-m-95px-r {margin-right:95px}
  .sm-m-100px-r {margin-right:100px}
}

/*-----------------------------------------
  Padding
-----------------------------------------*/

/*Padding All*/
.p-0px { padding: 0; }
.p-5px {padding: 5px}
.p-10px {padding:10px}
.p-15px {padding:15px}
.p-20px {padding:20px}
.p-25px {padding:25px}
.p-30px {padding:30px}
.p-35px {padding:35px}
.p-40px {padding:40px}
.p-45px {padding:45px}
.p-50px {padding:50px}
.p-55px {padding:55px}
.p-60px {padding:60px}
.p-65px {padding:65px}
.p-70px {padding:70px}
.p-75px {padding:75px}
.p-80px {padding:80px}
.p-85px {padding:85px}
.p-90px {padding:90px}
.p-95px {padding:95px}
.p-100px {padding:100px}

/*Padding Left Right*/
.p-0px-lr { padding-left: 0; ; padding-right: 0;  }
.p-5px-lr { padding-left: 5px; padding-right: 5px }
.p-10px-lr {padding-left:10px; padding-right:10px }
.p-15px-lr {padding-left:15px; padding-right:15px }
.p-20px-lr {padding-left:20px; padding-right:20px }
.p-25px-lr {padding-left:25px; padding-right:25px }
.p-30px-lr {padding-left:30px; padding-right:30px }
.p-35px-lr {padding-left:35px; padding-right:35px }
.p-40px-lr {padding-left:40px; padding-right:40px }
.p-45px-lr {padding-left:45px; padding-right:45px }
.p-50px-lr {padding-left:50px; padding-right:50px }
.p-55px-lr {padding-left:55px; padding-right:55px }
.p-60px-lr {padding-left:60px; padding-right:60px }
.p-65px-lr {padding-left:65px; padding-right:65px }
.p-70px-lr {padding-left:70px; padding-right:70px }
.p-75px-lr {padding-left:75px; padding-right:75px }
.p-80px-lr {padding-left:80px; padding-right:80px }
.p-85px-lr {padding-left:85px; padding-right:85px }
.p-90px-lr {padding-left:90px; padding-right:90px }
.p-95px-lr {padding-left:95px; padding-right:95px }
.p-100px-lr {padding-left:100px; padding-right:100px }

/*Padding Top Bottm*/
.p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
.p-5px-tb {padding-top:  5px; padding-bottom:  5px }
.p-10px-tb {padding-top: 10px; padding-bottom: 10px }
.p-15px-tb {padding-top: 15px; padding-bottom: 15px }
.p-20px-tb {padding-top: 20px; padding-bottom: 20px }
.p-25px-tb {padding-top: 25px; padding-bottom: 25px }
.p-30px-tb {padding-top: 30px; padding-bottom: 30px }
.p-35px-tb {padding-top: 35px; padding-bottom: 35px }
.p-40px-tb {padding-top: 40px; padding-bottom: 40px }
.p-45px-tb {padding-top: 45px; padding-bottom: 45px }
.p-50px-tb {padding-top: 50px; padding-bottom: 50px }
.p-55px-tb {padding-top: 55px; padding-bottom: 55px }
.p-60px-tb {padding-top: 60px; padding-bottom: 60px }
.p-65px-tb {padding-top: 65px; padding-bottom: 65px }
.p-70px-tb {padding-top: 70px; padding-bottom: 70px }
.p-75px-tb {padding-top: 75px; padding-bottom: 75px }
.p-80px-tb {padding-top: 80px; padding-bottom: 80px }
.p-85px-tb {padding-top: 85px; padding-bottom: 85px }
.p-90px-tb {padding-top: 90px; padding-bottom: 90px }
.p-95px-tb {padding-top: 95px; padding-bottom: 95px }
.p-100px-tb {padding-top: 100px; padding-bottom: 100px }


/*Padding top*/
.p-0px-t  {padding-top:0px}
.p-5px-t  {padding-top:5px}
.p-10px-t {padding-top:10px}
.p-15px-t {padding-top:15px}
.p-20px-t {padding-top:20px}
.p-25px-t {padding-top:25px}
.p-30px-t {padding-top:30px}
.p-35px-t {padding-top:35px}
.p-40px-t {padding-top:40px}
.p-45px-t {padding-top:45px}
.p-50px-t {padding-top:50px}
.p-55px-t {padding-top:55px}
.p-60px-t {padding-top:60px}
.p-65px-t {padding-top:65px}
.p-70px-t {padding-top:70px}
.p-75px-t {padding-top:75px}
.p-80px-t {padding-top:80px}
.p-85px-t {padding-top:85px}
.p-90px-t {padding-top:90px}
.p-95px-t {padding-top:95px}
.p-100px-t {padding-top:100px}

/*Padding Bottom*/
.p-0px-b {padding-bottom:0px}
.p-5px-b {padding-bottom:5px}
.p-10px-b {padding-bottom:10px}
.p-15px-b {padding-bottom:15px}
.p-20px-b {padding-bottom:20px}
.p-25px-b {padding-bottom:25px}
.p-30px-b {padding-bottom:30px}
.p-35px-b {padding-bottom:35px}
.p-40px-b {padding-bottom:40px}
.p-45px-b {padding-bottom:45px}
.p-50px-b {padding-bottom:50px}
.p-55px-b {padding-bottom:55px}
.p-60px-b {padding-bottom:60px}
.p-65px-b {padding-bottom:65px}
.p-70px-b {padding-bottom:70px}
.p-75px-b {padding-bottom:75px}
.p-80px-b {padding-bottom:80px}
.p-85px-b {padding-bottom:85px}
.p-90px-b {padding-bottom:90px}
.p-95px-b {padding-bottom:95px}
.p-100px-b {padding-bottom:100px}

/*Padding Left*/
.p-0px-l  {padding-left:0px}
.p-5px-l  {padding-left:5px}
.p-10px-l {padding-left:10px}
.p-15px-l {padding-left:15px}
.p-20px-l {padding-left:20px}
.p-25px-l {padding-left:25px}
.p-30px-l {padding-left:30px}
.p-35px-l {padding-left:35px}
.p-40px-l {padding-left:40px}
.p-45px-l {padding-left:45px}
.p-50px-l {padding-left:50px}
.p-55px-l {padding-left:55px}
.p-60px-l {padding-left:60px}
.p-65px-l {padding-left:65px}
.p-70px-l {padding-left:70px}
.p-75px-l {padding-left:75px}
.p-80px-l {padding-left:80px}
.p-85px-l {padding-left:85px}
.p-90px-l {padding-left:90px}
.p-95px-l {padding-left:95px}
.p-100px-l {padding-left:100px}

/*Padding right*/
.p-0px-r  {padding-right:0px}
.p-5px-r  {padding-right:5px}
.p-10px-r {padding-right:10px}
.p-15px-r {padding-right:15px}
.p-20px-r {padding-right:20px}
.p-25px-r {padding-right:25px}
.p-30px-r {padding-right:30px}
.p-35px-r {padding-right:35px}
.p-40px-r {padding-right:40px}
.p-45px-r {padding-right:45px}
.p-50px-r {padding-right:50px}
.p-55px-r {padding-right:55px}
.p-60px-r {padding-right:60px}
.p-65px-r {padding-right:65px}
.p-70px-r {padding-right:70px}
.p-75px-r {padding-right:75px}
.p-80px-r {padding-right:80px}
.p-85px-r {padding-right:85px}
.p-90px-r {padding-right:90px}
.p-95px-r {padding-right:95px}
.p-100px-r {padding-right:100px}


@media (max-width: 1200px){
  .lg-p-0px { padding: 0; }
  .lg-p-5px {padding: 5px}
  .lg-p-10px {padding:10px}
  .lg-p-15px {padding:15px}
  .lg-p-20px {padding:20px}
  .lg-p-25px {padding:25px}
  .lg-p-30px {padding:30px}
  .lg-p-35px {padding:35px}
  .lg-p-40px {padding:40px}
  .lg-p-45px {padding:45px}
  .lg-p-50px {padding:50px}
  .lg-p-55px {padding:55px}
  .lg-p-60px {padding:60px}
  .lg-p-65px {padding:65px}
  .lg-p-70px {padding:70px}
  .lg-p-75px {padding:75px}

  .lg-p-80px {padding:80px}
  .lg-p-85px {padding:85px}
  .lg-p-90px {padding:90px}
  .lg-p-95px {padding:95px}
  .lg-p-100px {padding:100px}

  /*Padding Left Right*/
  .lg-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .lg-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .lg-p-10px-lr {padding-left:10px; padding-right:10px }
  .lg-p-15px-lr {padding-left:15px; padding-right:15px }

  .lg-p-20px-lr {padding-left:20px; padding-right:20px }
  .lg-p-25px-lr {padding-left:25px; padding-right:25px }
  .lg-p-30px-lr {padding-left:30px; padding-right:30px }
  .lg-p-35px-lr {padding-left:35px; padding-right:35px }
  .lg-p-40px-lr {padding-left:40px; padding-right:40px }
  .lg-p-45px-lr {padding-left:45px; padding-right:45px }
  .lg-p-50px-lr {padding-left:50px; padding-right:50px }
  .lg-p-55px-lr {padding-left:55px; padding-right:55px }
  .lg-p-60px-lr {padding-left:60px; padding-right:60px }
  .lg-p-65px-lr {padding-left:65px; padding-right:65px }
  .lg-p-70px-lr {padding-left:70px; padding-right:70px }
  .lg-p-75px-lr {padding-left:75px; padding-right:75px }
  .lg-p-80px-lr {padding-left:80px; padding-right:80px }
  .lg-p-85px-lr {padding-left:85px; padding-right:85px }
  .lg-p-90px-lr {padding-left:90px; padding-right:90px }
  .lg-p-95px-lr {padding-left:95px; padding-right:95px }
  .lg-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .lg-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .lg-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .lg-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .lg-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .lg-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .lg-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .lg-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .lg-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .lg-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .lg-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .lg-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .lg-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .lg-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .lg-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .lg-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .lg-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .lg-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .lg-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .lg-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .lg-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .lg-p-100px-tb {padding-top: 100px; padding-bottom: 100px }

/*Padding top*/
  .lg-p-5px-0  {padding-top:0px}
  .lg-p-5px-t  {padding-top:5px}
  .lg-p-10px-t {padding-top:10px}
  .lg-p-15px-t {padding-top:15px}
  .lg-p-20px-t {padding-top:20px}
  .lg-p-25px-t {padding-top:25px}
  .lg-p-30px-t {padding-top:30px}
  .lg-p-35px-t {padding-top:35px}
  .lg-p-40px-t {padding-top:40px}
  .lg-p-45px-t {padding-top:45px}
  .lg-p-50px-t {padding-top:50px}
  .lg-p-55px-t {padding-top:55px}
  .lg-p-60px-t {padding-top:60px}
  .lg-p-65px-t {padding-top:65px}
  .lg-p-70px-t {padding-top:70px}
  .lg-p-75px-t {padding-top:75px}
  .lg-p-80px-t {padding-top:80px}
  .lg-p-85px-t {padding-top:85px}
  .lg-p-90px-t {padding-top:90px}
  .lg-p-95px-t {padding-top:95px}
  .lg-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .lg-p-0px-b {padding-bottom:0px}
  .lg-p-5px-b {padding-bottom:5px}
  .lg-p-10px-b {padding-bottom:10px}
  .lg-p-15px-b {padding-bottom:15px}
  .lg-p-20px-b {padding-bottom:20px}
  .lg-p-25px-b {padding-bottom:25px}
  .lg-p-30px-b {padding-bottom:30px}
  .lg-p-35px-b {padding-bottom:35px}
  .lg-p-40px-b {padding-bottom:40px}
  .lg-p-45px-b {padding-bottom:45px}
  .lg-p-50px-b {padding-bottom:50px}
  .lg-p-55px-b {padding-bottom:55px}
  .lg-p-60px-b {padding-bottom:60px}
  .lg-p-65px-b {padding-bottom:65px}
  .lg-p-70px-b {padding-bottom:70px}
  .lg-p-75px-b {padding-bottom:75px}
  .lg-p-80px-b {padding-bottom:80px}
  .lg-p-85px-b {padding-bottom:85px}
  .lg-p-90px-b {padding-bottom:90px}
  .lg-p-95px-b {padding-bottom:95px}
  .lg-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .lg-p-0px-l  {padding-left:0px}
  .lg-p-5px-l  {padding-left:5px}
  .lg-p-10px-l {padding-left:10px}
  .lg-p-15px-l {padding-left:15px}
  .lg-p-20px-l {padding-left:20px}
  .lg-p-25px-l {padding-left:25px}
  .lg-p-30px-l {padding-left:30px}
  .lg-p-35px-l {padding-left:35px}
  .lg-p-40px-l {padding-left:40px}
  .lg-p-45px-l {padding-left:45px}
  .lg-p-50px-l {padding-left:50px}
  .lg-p-55px-l {padding-left:55px}
  .lg-p-60px-l {padding-left:60px}
  .lg-p-65px-l {padding-left:65px}
  .lg-p-70px-l {padding-left:70px}
  .lg-p-75px-l {padding-left:75px}
  .lg-p-80px-l {padding-left:80px}
  .lg-p-85px-l {padding-left:85px}
  .lg-p-90px-l {padding-left:90px}
  .lg-p-95px-l {padding-left:95px}
  .lg-p-100px-l {padding-left:100px}

/*Padding right*/
  .lg-p-0px-r  {padding-left:0px}
  .lg-p-5px-r  {padding-left:5px}
  .lg-p-10px-r {padding-left:10px}
  .lg-p-15px-r {padding-left:15px}
  .lg-p-20px-r {padding-left:20px}
  .lg-p-25px-r {padding-left:25px}
  .lg-p-30px-r {padding-left:30px}
  .lg-p-35px-r {padding-left:35px}
  .lg-p-40px-r {padding-left:40px}
  .lg-p-45px-r {padding-left:45px}
  .lg-p-50px-r {padding-left:50px}
  .lg-p-55px-r {padding-left:55px}
  .lg-p-60px-r {padding-left:60px}
  .lg-p-65px-r {padding-left:65px}
  .lg-p-70px-r {padding-left:70px}
  .lg-p-75px-r {padding-left:75px}
  .lg-p-80px-r {padding-left:80px}
  .lg-p-85px-r {padding-left:85px}
  .lg-p-90px-r {padding-left:90px}
  .lg-p-95px-r {padding-left:95px}
  .lg-p-100px-r {padding-left:100px}
}


@media (max-width: 991px){
  .md-p-0px { padding: 0; }
  .md-p-5px {padding: 5px}
  .md-p-10px {padding:10px}
  .md-p-15px {padding:15px}
  .md-p-20px {padding:20px}
  .md-p-25px {padding:25px}
  .md-p-30px {padding:30px}
  .md-p-35px {padding:35px}
  .md-p-40px {padding:40px}
  .md-p-45px {padding:45px}
  .md-p-50px {padding:50px}
  .md-p-55px {padding:55px}
  .md-p-60px {padding:60px}
  .md-p-65px {padding:65px}
  .md-p-70px {padding:70px}
  .md-p-75px {padding:75px}
  .md-p-80px {padding:80px}
  .md-p-85px {padding:85px}
  .md-p-90px {padding:90px}
  .md-p-95px {padding:95px}
  .md-p-100px {padding:100px}

  /*Padding Left Right*/
  .md-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .md-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .md-p-10px-lr {padding-left:10px; padding-right:10px }
  .md-p-15px-lr {padding-left:15px; padding-right:15px }
  .md-p-20px-lr {padding-left:20px; padding-right:20px }
  .md-p-25px-lr {padding-left:25px; padding-right:25px }
  .md-p-30px-lr {padding-left:30px; padding-right:30px }
  .md-p-35px-lr {padding-left:35px; padding-right:35px }
  .md-p-40px-lr {padding-left:40px; padding-right:40px }
  .md-p-45px-lr {padding-left:45px; padding-right:45px }
  .md-p-50px-lr {padding-left:50px; padding-right:50px }
  .md-p-55px-lr {padding-left:55px; padding-right:55px }
  .md-p-60px-lr {padding-left:60px; padding-right:60px }
  .md-p-65px-lr {padding-left:65px; padding-right:65px }
  .md-p-70px-lr {padding-left:70px; padding-right:70px }
  .md-p-75px-lr {padding-left:75px; padding-right:75px }
  .md-p-80px-lr {padding-left:80px; padding-right:80px }
  .md-p-85px-lr {padding-left:85px; padding-right:85px }
  .md-p-90px-lr {padding-left:90px; padding-right:90px }
  .md-p-95px-lr {padding-left:95px; padding-right:95px }
  .md-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .md-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .md-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .md-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .md-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .md-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .md-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .md-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .md-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .md-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .md-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .md-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .md-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .md-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .md-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .md-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .md-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .md-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .md-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .md-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .md-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .md-p-100px-tb {padding-top: 100px; padding-bottom: 100px }


/*Padding top*/
  .md-p-0px-t  {padding-top:0px}
  .md-p-5px-t  {padding-top:5px}
  .md-p-10px-t {padding-top:10px}
  .md-p-15px-t {padding-top:15px}
  .md-p-20px-t {padding-top:20px}
  .md-p-25px-t {padding-top:25px}
  .md-p-30px-t {padding-top:30px}
  .md-p-35px-t {padding-top:35px}
  .md-p-40px-t {padding-top:40px}
  .md-p-45px-t {padding-top:45px}
  .md-p-50px-t {padding-top:50px}
  .md-p-55px-t {padding-top:55px}
  .md-p-60px-t {padding-top:60px}
  .md-p-65px-t {padding-top:65px}
  .md-p-70px-t {padding-top:70px}
  .md-p-75px-t {padding-top:75px}
  .md-p-80px-t {padding-top:80px}
  .md-p-85px-t {padding-top:85px}
  .md-p-90px-t {padding-top:90px}
  .md-p-95px-t {padding-top:95px}
  .md-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .md-p-0px-b {padding-bottom:0px}
  .md-p-5px-b {padding-bottom:5px}
  .md-p-10px-b {padding-bottom:10px}
  .md-p-15px-b {padding-bottom:15px}
  .md-p-20px-b {padding-bottom:20px}
  .md-p-25px-b {padding-bottom:25px}
  .md-p-30px-b {padding-bottom:30px}
  .md-p-35px-b {padding-bottom:35px}
  .md-p-40px-b {padding-bottom:40px}
  .md-p-45px-b {padding-bottom:45px}
  .md-p-50px-b {padding-bottom:50px}
  .md-p-55px-b {padding-bottom:55px}
  .md-p-60px-b {padding-bottom:60px}
  .md-p-65px-b {padding-bottom:65px}
  .md-p-70px-b {padding-bottom:70px}
  .md-p-75px-b {padding-bottom:75px}
  .md-p-80px-b {padding-bottom:80px}
  .md-p-85px-b {padding-bottom:85px}
  .md-p-90px-b {padding-bottom:90px}
  .md-p-95px-b {padding-bottom:95px}
  .md-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .md-p-0px-l  {padding-left:0px}
  .md-p-5px-l  {padding-left:5px}
  .md-p-10px-l {padding-left:10px}
  .md-p-15px-l {padding-left:15px}
  .md-p-20px-l {padding-left:20px}
  .md-p-25px-l {padding-left:25px}
  .md-p-30px-l {padding-left:30px}
  .md-p-35px-l {padding-left:35px}
  .md-p-40px-l {padding-left:40px}
  .md-p-45px-l {padding-left:45px}
  .md-p-50px-l {padding-left:50px}
  .md-p-55px-l {padding-left:55px}
  .md-p-60px-l {padding-left:60px}
  .md-p-65px-l {padding-left:65px}
  .md-p-70px-l {padding-left:70px}
  .md-p-75px-l {padding-left:75px}
  .md-p-80px-l {padding-left:80px}
  .md-p-85px-l {padding-left:85px}
  .md-p-90px-l {padding-left:90px}
  .md-p-95px-l {padding-left:95px}
  .md-p-100px-l {padding-left:100px}

/*Padding right*/
  .md-p-0px-r  {padding-right:0px}
  .md-p-5px-r  {padding-right:5px}
  .md-p-10px-r {padding-right:10px}
  .md-p-15px-r {padding-right:15px}
  .md-p-20px-r {padding-right:20px}
  .md-p-25px-r {padding-right:25px}
  .md-p-30px-r {padding-right:30px}
  .md-p-35px-r {padding-right:35px}
  .md-p-40px-r {padding-right:40px}
  .md-p-45px-r {padding-right:45px}
  .md-p-50px-r {padding-right:50px}
  .md-p-55px-r {padding-right:55px}
  .md-p-60px-r {padding-right:60px}
  .md-p-65px-r {padding-right:65px}
  .md-p-70px-r {padding-right:70px}
  .md-p-75px-r {padding-right:75px}
  .md-p-80px-r {padding-right:80px}
  .md-p-85px-r {padding-right:85px}
  .md-p-90px-r {padding-right:90px}
  .md-p-95px-r {padding-right:95px}
  .md-p-100px-r {padding-right:100px}

}

@media (max-width: 767px){
  .sm-p-0px { padding: 0; }
  .sm-p-5px {padding: 5px}
  .sm-p-10px {padding:10px}
  .sm-p-15px {padding:15px}
  .sm-p-20px {padding:20px}
  .sm-p-25px {padding:25px}
  .sm-p-30px {padding:30px}
  .sm-p-35px {padding:35px}
  .sm-p-40px {padding:40px}
  .sm-p-45px {padding:45px}
  .sm-p-50px {padding:50px}
  .sm-p-55px {padding:55px}
  .sm-p-60px {padding:60px}
  .sm-p-65px {padding:65px}
  .sm-p-70px {padding:70px}
  .sm-p-75px {padding:75px}
  .sm-p-80px {padding:80px}
  .sm-p-85px {padding:85px}

  .sm-p-90px {padding:90px}
  .sm-p-95px {padding:95px}
  .sm-p-100px {padding:100px}

  /*Padding Left Right*/
  .sm-p-0px-lr { padding-left: 0; ; padding-right: 0;  }
  .sm-p-5px-lr { padding-left: 5px; padding-right: 5px }
  .sm-p-10px-lr {padding-left:10px; padding-right:10px }
  .sm-p-15px-lr {padding-left:15px; padding-right:15px }
  .sm-p-20px-lr {padding-left:20px; padding-right:20px }
  .sm-p-25px-lr {padding-left:25px; padding-right:25px }
  .sm-p-30px-lr {padding-left:30px; padding-right:30px }
  .sm-p-35px-lr {padding-left:35px; padding-right:35px }
  .sm-p-40px-lr {padding-left:40px; padding-right:40px }
  .sm-p-45px-lr {padding-left:45px; padding-right:45px }
  .sm-p-50px-lr {padding-left:50px; padding-right:50px }
  .sm-p-55px-lr {padding-left:55px; padding-right:55px }
  .sm-p-60px-lr {padding-left:60px; padding-right:60px }
  .sm-p-65px-lr {padding-left:65px; padding-right:65px }
  .sm-p-70px-lr {padding-left:70px; padding-right:70px }
  .sm-p-75px-lr {padding-left:75px; padding-right:75px }
  .sm-p-80px-lr {padding-left:80px; padding-right:80px }
  .sm-p-85px-lr {padding-left:85px; padding-right:85px }
  .sm-p-90px-lr {padding-left:90px; padding-right:90px }
  .sm-p-95px-lr {padding-left:95px; padding-right:95px }
  .sm-p-100px-lr {padding-left:100px; padding-right:100px }

  /*Padding Top Bottm*/
  .sm-p-0px-tb {padding-top:  0;   padding-bottom:  0;  }
  .sm-p-5px-tb {padding-top:  5px; padding-bottom:  5px }
  .sm-p-10px-tb {padding-top: 10px; padding-bottom: 10px }
  .sm-p-15px-tb {padding-top: 15px; padding-bottom: 15px }
  .sm-p-20px-tb {padding-top: 20px; padding-bottom: 20px }
  .sm-p-25px-tb {padding-top: 25px; padding-bottom: 25px }
  .sm-p-30px-tb {padding-top: 30px; padding-bottom: 30px }
  .sm-p-35px-tb {padding-top: 35px; padding-bottom: 35px }
  .sm-p-40px-tb {padding-top: 40px; padding-bottom: 40px }
  .sm-p-45px-tb {padding-top: 45px; padding-bottom: 45px }
  .sm-p-50px-tb {padding-top: 50px; padding-bottom: 50px }
  .sm-p-55px-tb {padding-top: 55px; padding-bottom: 55px }
  .sm-p-60px-tb {padding-top: 60px; padding-bottom: 60px }
  .sm-p-65px-tb {padding-top: 65px; padding-bottom: 65px }
  .sm-p-70px-tb {padding-top: 70px; padding-bottom: 70px }
  .sm-p-75px-tb {padding-top: 75px; padding-bottom: 75px }
  .sm-p-80px-tb {padding-top: 80px; padding-bottom: 80px }
  .sm-p-85px-tb {padding-top: 85px; padding-bottom: 85px }
  .sm-p-90px-tb {padding-top: 90px; padding-bottom: 90px }
  .sm-p-95px-tb {padding-top: 95px; padding-bottom: 95px }
  .sm-p-100px-tb {padding-top: 100px; padding-bottom: 100px }

/*Padding top*/
  .sm-p-0px-t  {padding-top:0px}
  .sm-p-5px-t  {padding-top:5px}
  .sm-p-10px-t {padding-top:10px}
  .sm-p-15px-t {padding-top:15px}
  .sm-p-20px-t {padding-top:20px}
  .sm-p-25px-t {padding-top:25px}
  .sm-p-30px-t {padding-top:30px}
  .sm-p-35px-t {padding-top:35px}
  .sm-p-40px-t {padding-top:40px}
  .sm-p-45px-t {padding-top:45px}
  .sm-p-50px-t {padding-top:50px}
  .sm-p-55px-t {padding-top:55px}
  .sm-p-60px-t {padding-top:60px}
  .sm-p-65px-t {padding-top:65px}
  .sm-p-70px-t {padding-top:70px}
  .sm-p-75px-t {padding-top:75px}
  .sm-p-80px-t {padding-top:80px}
  .sm-p-85px-t {padding-top:85px}
  .sm-p-90px-t {padding-top:90px}
  .sm-p-95px-t {padding-top:95px}
  .sm-p-100px-t {padding-top:100px}

/*Padding Bottom*/
  .sm-p-0px-b {padding-bottom:0px}
  .sm-p-5px-b {padding-bottom:5px}
  .sm-p-10px-b {padding-bottom:10px}
  .sm-p-15px-b {padding-bottom:15px}
  .sm-p-20px-b {padding-bottom:20px}
  .sm-p-25px-b {padding-bottom:25px}
  .sm-p-30px-b {padding-bottom:30px}
  .sm-p-35px-b {padding-bottom:35px}
  .sm-p-40px-b {padding-bottom:40px}
  .sm-p-45px-b {padding-bottom:45px}
  .sm-p-50px-b {padding-bottom:50px}
  .sm-p-55px-b {padding-bottom:55px}
  .sm-p-60px-b {padding-bottom:60px}
  .sm-p-65px-b {padding-bottom:65px}
  .sm-p-70px-b {padding-bottom:70px}
  .sm-p-75px-b {padding-bottom:75px}
  .sm-p-80px-b {padding-bottom:80px}
  .sm-p-85px-b {padding-bottom:85px}
  .sm-p-90px-b {padding-bottom:90px}
  .sm-p-95px-b {padding-bottom:95px}
  .sm-p-100px-b {padding-bottom:100px}

/*Padding Left*/
  .sm-p-0px-l  {padding-left:0px}
  .sm-p-5px-l  {padding-left:5px}
  .sm-p-10px-l {padding-left:10px}
  .sm-p-15px-l {padding-left:15px}
  .sm-p-20px-l {padding-left:20px}
  .sm-p-25px-l {padding-left:25px}
  .sm-p-30px-l {padding-left:30px}
  .sm-p-35px-l {padding-left:35px}
  .sm-p-40px-l {padding-left:40px}
  .sm-p-45px-l {padding-left:45px}
  .sm-p-50px-l {padding-left:50px}
  .sm-p-55px-l {padding-left:55px}
  .sm-p-60px-l {padding-left:60px}
  .sm-p-65px-l {padding-left:65px}
  .sm-p-70px-l {padding-left:70px}
  .sm-p-75px-l {padding-left:75px}
  .sm-p-80px-l {padding-left:80px}
  .sm-p-85px-l {padding-left:85px}
  .sm-p-90px-l {padding-left:90px}
  .sm-p-95px-l {padding-left:95px}
  .sm-p-100px-l {padding-left:100px}

/*Padding right*/
  .sm-p-0px-r  {padding-right:0px}
  .sm-p-5px-r  {padding-right:5px}
  .sm-p-10px-r {padding-right:10px}
  .sm-p-15px-r {padding-right:15px}
  .sm-p-20px-r {padding-right:20px}
  .sm-p-25px-r {padding-right:25px}
  .sm-p-30px-r {padding-right:30px}
  .sm-p-35px-r {padding-right:35px}
  .sm-p-40px-r {padding-right:40px}
  .sm-p-45px-r {padding-right:45px}
  .sm-p-50px-r {padding-right:50px}
  .sm-p-55px-r {padding-right:55px}
  .sm-p-60px-r {padding-right:60px}
  .sm-p-65px-r {padding-right:65px}
  .sm-p-70px-r {padding-right:70px}
  .sm-p-75px-r {padding-right:75px}
  .sm-p-80px-r {padding-right:80px}
  .sm-p-85px-r {padding-right:85px}
  .sm-p-90px-r {padding-right:90px}
  .sm-p-95px-r {padding-right:95px}
  .sm-p-100px-r {padding-right:100px}

}


<!--耗时1755821993.0272秒-->