﻿/* reset */
* {margin:0;padding:0;border:none;font-family:Arial,Helvetica,sans-serif,Tahoma,Verdana,'Microsoft YaHei','宋体';}
table {border-collapse:collapse;border-spacing:0;}
ul,ol,dl,dt,dd,li {list-style:none}
input,textarea,select,label {outline:none;margin:auto 0;vertical-align:middle;}
/*初始化HTML5中的block元素*/

@font-face {
  font-family: "iconfont";
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot') format('embedded-opentype'),
       url('font/iconfont.woff') format('woff'),
       url('font/iconfont.ttf') format('truetype'),
       url('font/iconfont.svg') format('svg');
}
.aicf {font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing:grayscale;}

body {cursor:default;-webkit-text-size-adjust:none;font-size:12px;background:#0D0D0D;color:#D8D8D8;padding-top:61px;}

ul{list-style:none;}
img {border:0;}
a{text-decoration:none;color:#686868;}
.fl{float:left;}
.fr{float:right;}
.cl {clear:left;}
.cr {clear:right;}
.ca {clear:both;}
.ov {overflow:hidden;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}

.text-ell {overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;}

.ms100 {transition:all 100ms ease;-moz-transition:all 100ms ease;-webkit-transition:all 100ms ease;-ms-transition:all 100ms ease;-o-transition:all 100ms ease;}
.ms200 {transition:all 200ms ease;-moz-transition:all 200ms ease;-webkit-transition:all 200ms ease;-ms-transition:all 200ms ease;-o-transition:all 200ms ease;}
.ms300 {transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-ms-transition:all 300ms ease;-o-transition:all 300ms ease;}
.ms400 {transition:all 400ms ease;-moz-transition:all 400ms ease;-webkit-transition:all 400ms ease;-ms-transition:all 400ms ease;-o-transition:all 400ms ease;}
.ms500 {transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;}
.ms600 {transition:all 600ms ease;-moz-transition:all 600ms ease;-webkit-transition:all 600ms ease;-ms-transition:all 600ms ease;-o-transition:all 600ms ease;}

.bg-ff {background:#fff;}
.bg-f5 {background:#f5f5f5;}
.bg-ee {background:#eee;}
.bg-dd {background:#ddd;}
.bg-cc {background:#ccc;}
.bg-99 {background:#999;}
.bg-66 {background:#666;}
.bg-33 {background:#333;}
.bg-00 {background:#000;}
.bg-img-01 {background:url('images/process/bg-01.jpg');}

.off-top-10 {margin-top:10px !important;}
.off-top-15 {margin-top:15px !important;}
.off-top-20 {margin-top:20px !important;}
.off-top-30 {margin-top:30px !important;}
.off-top-50 {margin-top:50px !important;}

.grayImg {-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;}

.dropdown-toggle {position:relative;overflow:hidden;}
.dropdown-toggle:hover {overflow:visible;}
.dropdown-menu {display:none;position:absolute;}

.theme-btn {display:inline-block;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}

.auto-box {max-width:1400px;padding:0 20px;margin:0 auto;}

.main-header {position:fixed;left:0px;right:0;top:0px;z-index:999;background:#0D0D0D;display:table;width:100%;border-bottom:1px solid #555;}
.main-header .logo-box {float:left;padding:10px 30px;}
.main-header .logo-box img {display:block;max-width:100%;height:40px;max-height:240px;}

.main-menu {height:60px;}
.navigation {overflow:hidden;}
.navigation>li {float:left;display:inline;padding:20px 2% 16px 2%;height:24px;}
.navigation>li>a {position:relative;display:block;overflow:hidden;font-size:16px;height:24px;color:#fff;line-height:24px;text-transform:uppercase;}
.navigation>li>a>span {display:block;margin-top:0;}
.navigation>li>a>span em {color:#FFB500;font-style:normal;}
.navigation>li>div.dropdown {position:absolute;left:0;right:0;margin-top:17px;overflow:hidden;z-index:100000;height:0px;background:rgba(0,0,0,0.7);}
.navigation>li>div.dropdown ul {width:100%;height:100px;padding:20px 0;}
.navigation>li>div.dropdown ul li {float:left;margin-left:70px;}
.navigation>li>div.dropdown ul li a {display:block;width:150px;height:100px;}
.navigation>li>div.dropdown ul li img {width:70px;height:70px;display:block;margin:0 auto;}
.navigation>li>div.dropdown ul li span {height:30px;line-height:30px;text-align:center;color:#ccc;display:block;}
.navigation>li>div.dropdown ul li a:hover {color:#fff;}
.navigation>li>div.dropdown ul li a:hover img {-webkit-filter:brightness(100);filter:brightness(100);}
.navigation>li>div.dropdown ul li a:hover span {color:#fff;}

.navigation>li:hover>a>span {margin-top:-24px;}
.navigation>li:hover>div.dropdown {height:140px;}

.user-top-menu {height:60px;margin-right:20px;}
.user-top-menu .navigation>li {padding-left:10px;padding-right:10px;}
.user-top-menu .navigation>li>a {padding:0 20px;font-size:14px;border-radius:20px;background:#fff;color:#333;}
.user-top-menu .navigation li>a.cn {background:#ff0000 !important;color:#b6ff00 !important;}
.user-top-menu .navigation li>a.en {background:#6194ff !important;color:#fff !important;}
.user-top-menu .navigation li>a.cn>span em {color:#fff !important;}
.user-top-menu .navigation li>a.en>span em {color:#b6ff00 !important;}


.main-header .nav-toggler {margin:12px;display:none;}


.mobile-nav {position:fixed;top:0;left:100%;right:0;bottom:0;background:rgba(0,0,0,0.2);z-index:9999;display:block;padding-top:22px;overflow:hidden;}
.mobile-nav>div {position:absolute;top:0;bottom:0;right:0;width:305px;background:#272727;}
.mobile-nav.hover {left:0%;animation:fadeInRight 300ms;}
.mobile-nav	.hidden-bar-closer {position:absolute;z-index:1;top:0;width:100%;height:20px;background:rgba(255,255,255,0.20);border-radius:2px;line-height:20px;color:#fff;text-align:center;font-size:12px;display:none;}

.mobile-nav .logo {padding:30px 0px;background:#272727;}
.mobile-nav .logo img {display:block;max-width:100%;margin:0 auto;height:40px;}
.mobile-nav .menus {border-top:1px solid #666;}
.mobile-nav .menus ul> li {border-bottom:1px solid #666;}
.mobile-nav .menus ul> li > a {position:relative;display:block;overflow:hidden;font-size:16px;height:48px;color:#fff;line-height:48px;text-transform:uppercase;padding:0 10%;}
.mobile-nav .menus ul> li > div {display:none;text-indent:1.5em;}
.mobile-nav .menus ul> li > div a {color:#aaa;}
.mobile-nav .navigation ul {height:40px;margin-top:20px;}
.mobile-nav .navigation li {float:left;display:inline;margin:0 0 0 10%;}
.mobile-nav .navigation li>a {padding:5px 20px;height:20px;line-height:20px;font-size:14px;border-radius:20px;background:#fff;color:#333;}
.mobile-nav .menus ul> li:hover > div {display:block;}

/*页面底部*/
footer .friend-link {padding:15px 0;border-top:15px solid #222;line-height:26px;display:none;}
footer .friend-link a {margin:0 5px;}
footer .copyright-part {padding:20px 0;line-height:20px;overflow:hidden;}
footer .copyright-part .auto-box,footer .copyright-part .auto-box a {overflow:hidden;text-align:center;color:#bbb;}
footer .copyright-part .auto-box.foot-menu {padding:10px 0;}
footer .copyright-part .auto-box.foot-menu a {font-size:16px;display:inline-block;margin:0 20px;}
footer .copyright-part .auto-box span {margin:0 15px;display:inline-block;}

footer .copyright-part .auto-box.foot-medium-menu {padding:10px 0;}
footer .copyright-part .auto-box.foot-medium-menu a {font-size:16px;display:inline-block;margin:0 20px;}


footer .foot-imgs {padding:30px;display:flex;box-sizing:border-box;gap:2%;justify-content:center;}
footer .foot-imgs div {display:block;border-left:1px solid #222;max-width:15%;flex-grow:1;}
footer .foot-imgs div:first-child {border-left:none;}
footer .foot-imgs div img {width:80%;display:block;margin:0 auto;}
footer .foot-imgs div span {display:block;text-align:center;line-height:2em;font-size:16px;color:#bbb;}

.rightBottomMenu {position:fixed;right:5px;bottom:10px;width:30px;padding:5px;z-index:100;}
.rightBottomMenu>div {width:30px;height:30px;border-radius:3px;font-size:20px;background:rgba(0,0,0,0.8);box-shadow:0 0 2px rgba(255,255,255,0.8);margin-top:15px;overflow:hidden;}
.rightBottomMenu>div:hover {background:#1bb2ff;color:#fff;}
.rightBottomMenu>div:hover a {color:#fff;}
.rightBottomMenu>div .aicf {text-align:center;width:30px;height:30px;line-height:30px;display:inline-block;overflow:hidden;}

/*分页效果*/
.pageList {padding:3% 0;text-align:center;}
.pageList * {font-size:14px;}
.pageList em,.pageList a {display:inline-block;line-height:48px;width:48px;padding:0 10px;border:1px solid #222;margin-left:-1px;font-style:normal;text-align:center;transition:all 300ms;}
.pageList a:hover,.pageList em {color:#fff;background:#222;}
.pageList a:first-child {border-radius:5px 0 0 5px;width:65px;}
.pageList a:last-child {border-radius:0 5px 5px 0;width:65px;}
.pageList .pageInfo {display:none;}
/*内页分页*/
.pageInfoDiv {clear:both;padding:20px 0;text-align:right;}
.pageInfoDiv span {display:inline-block;line-height:16px;margin:0 8px;}
.pageInfoDiv a,.pageInfoDiv em {display:inline-block;line-height:14px;padding:0 5px;border:1px solid #ccc;margin:0 5px;}
.pageInfoDiv em {background:#f7f8f9;border-style:dashed;}

/*通用标题*/
.big-title {padding-top:6%;padding-bottom:4%;margin:0 auto;}
.big-title h3 {font-size:24px;line-height:50px;font-weight:normal;padding-bottom:2px;position:relative;color:#eee;}
.big-title h3::after {content:'';position:absolute;height:2px;width:100px;background-color:#ff0000;left:-2px;bottom:0;}
.big-title h3 .fr {font-size:14px;}
.big-title h3 .fr a {color:#fff;}
.big-title p {font-size:16px;line-height:24px;color:#666;font-weight:normal;}

.big-title.center {text-align:center;}
.big-title.center h3::after {left:50%;margin-left:-50px;}


/*通用滑动门*/
.common-swap .swapbut{text-align:center; margin-top:10px; padding-bottom:40px; border-bottom:1px solid #dfdfdf;}
.common-swap .swapbut a {display:inline-block;font-size:16px;color:#000;line-height:38px;margin-left:5px;margin-right:5px;width:140px;border-radius:20px;position:relative;}
.common-swap .swapbut a:hover{color:#fff; background-color:#f67524;}
.common-swap .swapbut a.hover{color:#fff; background-color:#f67524;}

.common-swap .swapitem {display:none;}
.common-swap .swapitem.hover {display:block;}

.list-2,.list-3,.list-4,.list-5,.list-6,.list-8 {width:100%;}
/*通用，每行两元素*/
.list-2 .item {width:48%;position:relative;margin-top:4%;}
.list-2 .item:nth-child(2n+2) {float:right;}
.list-2 .item:nth-child(2n+1) {float:left;}

/*通用，每行三元素*/
.list-3 .item {width:32%;margin-left:2%;margin-top:2%;position:relative;float:left;}
.list-3 .item:nth-child(3n+1) {margin-left:0 !important;}

/*通用，每行四元素*/
.list-4 .item {width:23.5%;margin-left:2%;margin-top:2%;position:relative;float:left;}
.list-4 .item:nth-child(4n+1) {margin-left:0 !important;}

/*通用，每行五元素*/
.list-5 .item {width:19.2%;margin-left:1%;margin-top:1.5%;position:relative;float:left;}
.list-5 .item:nth-child(5n+1) {margin-left:0 !important;}

/*通用，每行六元素*/
.list-6 .item {width:16%;margin-left:0.8%;margin-top:1%;position:relative;float:left;}
.list-6 .item:nth-child(6n+1) {margin-left:0 !important;}

/*通用，每行八元素*/
.list-8 .item {width:11.8%;margin-left:0.8%;margin-top:1%;position:relative;float:left;}
.list-8 .item:nth-child(8n+1) {margin-left:0 !important;}

/*单行文本省略号*/
.txt-ellipsis {overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}

/*多行文本省略号*/
.txt-multi-ellipsis {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}

.pagePos {padding-top:3%;padding-bottom:3%;border-bottom:1px solid #555;height:40px;clear:both;}
.pagePos .txt {font-size:36px;font-weight:bold;line-height:40px;}
.pagePos .selects .select {float:left;height:40px;width:160px;line-height:40px;font-size:16px;background:#333;margin-left:20px;text-indent:20px;}
.pagePos .selects .select .selectObj {position:relative;z-index:10;background:#222;overflow:hidden;}
.pagePos .selects .select .value-item {height:40px;width:160px;line-height:40px;overflow:hidden;}
.pagePos .selects .select .value-item .fr {margin-right:20px;margin-top:0;width:30px;}
.pagePos .selects .select .value-item .fr .aicf {clear:both;display:block;width:30px;}
.pagePos .selects .select .items {max-height:0px;overflow:hidden;}
.pagePos .selects .select .selectObj ul {max-height:280px;overflow-y:auto;overflow-x:hidden;}
.pagePos .selects .select .selectObj ul li a {height:40px;line-height:40px;display:block;}
.pagePos .selects .select .selectObj ul li a:hover {background:#111;color:#fff;}
.pagePos .selects .select.hover .selectObj {overflow:visible;box-shadow:0 0 5px #111;}
.pagePos .selects .select.hover .selectObj .items {max-height:280px;}
.pagePos .selects .select.hover .value-item .fr {margin-top:-40px;}

.pagePos .links {overflow:hidden;}
.pagePos .links a {float:left;height:50px;line-height:50px;width:120px;text-align:center;margin-right:2px;background:#fff;color:#000;font-size:16px;}
.pagePos .links a:hover,.pagePos .links a.hover {background:#f67524;color:#fff;}
.pagePos .searchForm {width:280px;}


.pageBanner {position:relative;color:#fff;overflow:hidden;}
.pageBanner>img {width:100%;min-height:100px;display:block;}
.pageBanner h2 {font-size:48px;padding:2% 0 3% 0;position:relative;}
.pageBanner h2::after {content:'';position:absolute;bottom:0;left:0;width:50px;height:4px;background:#fff;}
.pageBanner p{font-size:24px;padding:2.2% 0;}
.pageBanner p.small {padding-top:0%;margin-top:-1%;}

.pageBanner .txt-left-mid {position:absolute;top:50%;left:50%;margin-left:-680px;width:700px;margin-top:-80px;}
.pageBanner .txt-left-bot {position:absolute;bottom:20px;left:50%;width:700px;margin-left:-700px;}
.pageBanner .txt-cen-mid {position:absolute;top:50%;left:50%;width:700px;height:120px;margin-top:-60px;margin-left:-350px;}
.pageBanner .txt-right-mid {position:absolute;top:50%;right:50%;margin-right:-680px;width:700px;}


.article-content {padding:2% 0 8% 0;font-size:14px;line-height:1.8em;overflow:hidden;}
.article-content p  {margin:0.8em 0;font-size:14px;line-height:24px;}
.article-content h6 {margin:0.8em 0;font-size:16px;line-height:30px;}
.article-content h5 {margin:0.8em 0;font-size:18px;line-height:36px;}
.article-content h4 {margin:0.8em 0;font-size:20px;line-height:42px;}
.article-content h3 {margin:0.8em 0;font-size:22px;line-height:50px;}
.article-content h2 {margin:0.8em 0;font-size:26px;line-height:50px;}
.article-content h1 {margin:0.8em 0;font-size:30px;line-height:60px;}
.article-content img {max-width:100% !important;}


/*产品列表*/
.product-list {overflow:hidden;}
.product-list li {float:left;margin-left:3%;width:22.75%;padding:40px 0;position:relative;}
.product-list li:nth-child(4n+1) {margin-left:0;}
.product-list li>.img {display:block;}
.product-list li>.img.img {border-bottom:1px solid #666;}
.product-list li>.img>img {display:block;width:100%;}
.product-list li>.txt {color:#f0f0f0;display:block;}
.product-list li>.txt>h5 {font-size:18px;line-height:30px;color:#FFB500;padding-bottom:10px;}
.product-list li>.txt>h6 {font-size:24px;line-height:40px;margin-top:5px;}
.product-list li>.txt>p {font-size:14px;line-height:20px;-webkit-line-clamp:3;height:60px;color:#ccc;}
.product-list li>.price {font-size:18px;font-weight:bold;color:rgb(255,71,71);line-height:30px;height:30px;border-top:1px dashed #555;margin-top:20px;padding-top:10px;}
.product-list li>.buts {margin-top:10px;height:28px;}
.product-list li>.buts a {display:inline-block;width:29%;margin-left:3%;font-size:14px;border-radius:3px;height:28px;line-height:28px;background:#eee;color:#333;text-align:center;transition:all 0.3s;}
.product-list li>.buts a:first-child {margin-left:0;}
.product-list li>.buts a:hover {background:#888;color:#fff;}

/*产品详情页*/
.productInfo {margin-top:10px;overflow:hidden;padding:0 0 25px 0;clear:both;}
.productInfo .img-part {width:45%;float:left;}
.productInfo .bigimg {position:relative;background:#fff;}
.productInfo .bigimg img {width:100%;display:block;/*cursor:zoom-in;*/}
.productInfo .smaImg {margin-top:20px;overflow:hidden;/*border-top:1px solid #e8e8e8;*/position:relative;width:100%;}
.productInfo .smaImg .items {position:relative;overflow:hidden;}
.productInfo .smaImg .item {float:left;width:19%;margin-left:1.25%;}
.productInfo .smaImg .item:first-child {margin-left:0;}
.productInfo .smaImg .item div {padding:4px;}
.productInfo .smaImg .item div img {width:100%;display:block;}
.productInfo .smaImg .item:hover div,.productInfo .smaImg .item.hover div {background:#FFB500;padding:4px;}
.productInfo .smaImg .but {position:absolute;top:50%;user-select:none;display:none;margin-top:-21px;border:1px solid #555;background:rgba(0,0,0,0.7);text-align:center;width:40px;height:40px;line-height:40px;z-index:1;font-size:20px;color:#999;border-radius:3px;}
.productInfo .smaImg .but.left {left:0;}
.productInfo .smaImg .but.right {right:0;}
.productInfo .smaImg .but:hover {background:rgba(0,0,0,1);}

.productInfo .infos {width:48%;float:right;}
.productInfo .infos h2.title {font-size:28px;padding-bottom:15px;border-bottom:1px solid #555;clear:both;}
.productInfo .infos h2.title span {font-size:14px;line-height:18px;color:#999;}
.productInfo .infos .simTxt {font-size:16px;line-height:28px;margin-top:20px;}

.productInfo .infos .price {font-size:22px;color:rgb(255,71,71);margin-top:20px;}
.productInfo .infos div.buts {margin-top:20px;border-top:1px dashed #bbb;padding-top:20px;}
.productInfo .infos div.buts a {display:inline-block;width:29%;margin-left:3%;font-size:14px;border-radius:3px;height:28px;line-height:28px;background:#eee;color:#333;text-align:center;transition:all 0.3s;}
.productInfo .infos div.buts a:first-child {margin-left:0;}
.productInfo .infos div.buts a:hover {background:#888;color:#fff;}

.colorList {clear:both;padding:30px 0;border-top:1px solid #555;margin-top:30px;}
.colorList ul {display:flex;flex-wrap:wrap;}
.colorList ul li {width:40px;height:40px;padding:1px;border:1px solid #555;margin-left:3px;}
.colorList ul li img {width:100%;display:block;}
.colorList ul li.hover {border-color:#ff0000;background:#ff0000;}

/*产品参数*/
.proVars {margin-top:15px;overflow:hidden;}
.proVars ul {display:flex;flex-wrap:wrap;}
.proVars li {padding:5px 0;line-height:30px;font-size:16px;width:25%;}
.proVars li label {width:5em;display:inline-block;}

.newslist {margin-top:2%;}
.newslist>ul {width:100%;overflow:hidden;}
.newslist>ul>li {margin-bottom:30px;background:#555;float:left;width:32%;margin-right:2%;}
.newslist>ul>li:nth-child(3n) {margin-right:0;}
.newslist>ul>li a {display:block;padding:24px;color:#d0d0d0;}
.newslist>ul>li a.img {padding:0;display:block;width:100%;}
.newslist>ul>li a.img img {display:block;width:100%;}
.newslist>ul>li h6 {margin-top:10px;font-size:18px;font-weight:normal;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}
.newslist>ul>li p {line-height:24px;height:48px;overflow:hidden;margin-top:19px;font-size:16px;-webkit-line-clamp:2;}
.newslist>ul>li div {overflow:hidden;padding-bottom:5px;padding-top:20px;border-top:1px solid #999;margin-top:24px;}
.newslist>ul>li div em{font-style:normal;height:20px;line-height:20px;font-size:16px;}
.newslist>ul>li div .arrow {margin-right:10px;height:20px;line-height:20px;font-size:26px;}
.newslist>ul>li:hover {box-shadow:0 15px 15px rgba(0,0,0,.1);transform:scale(1.005);transform:translate3d(0,-5px,0);background:#666;}
.newslist>ul>li:hover a {color:#fff;}
.newslist>ul>li:hover .arrow {margin-right:0px;}

.agent-list {overflow:hidden;font-size:14px;padding:6% 0;}
.agent-list>ul {clear:both;overflow:hidden;padding:1px 0;color:#aaa;}
.agent-list>ul>li {clear:both;overflow:hidden;display:flex;border:1px solid #444;border-left:none;margin-bottom:-1px;}
.agent-list>ul>li:hover {background:#252525;}
.agent-list>ul>li.item-title {font-weight:bold;background:#222;}
.agent-list>ul>li>div {line-height:40px;overflow:hidden;border-left:1px solid #444;margin-right:-1px;text-indent:10px;}
.agent-list>ul>li>div>.label {display:none;}
.agent-list>ul>li>div.title {width:25%;}
.agent-list>ul>li>div.contact {width:20%;}
.agent-list>ul>li>div.tel {width:15%;}
.agent-list>ul>li>div.address {width:40%;}


.contactPage {overflow:hidden;padding-bottom:80px;}
.contactPage .map {width:45%;float:left;}
.contactPage .infos {width:48%;float:right;font-size:14px;}
.contactPage .infos h2 {font-size:28px;padding-bottom:20px;}
.contactPage .infos p {padding:0.8em 0;padding-left:5.3em;}
.contactPage .infos p span {display:inline-block;width:5.3em;margin-left:-5.3em;}
.contactPage .infos p a {color:#ccc;}

.contactPage .infos .shopButs {padding-top:30px;margin-top:20px;border-top:1px dashed #bbb;max-width:500px;}
.contactPage .infos .shopButs a {display:inline-block;width:29%;max-width:120px;margin-left:3%;font-size:14px;border-radius:3px;height:28px;line-height:28px;background:#eee;color:#333;text-align:center;transition:all 0.3s;}
.contactPage .infos .shopButs a:first-child {margin-left:0;}
.contactPage .infos .shopButs a:hover {background:#888;color:#fff;}

.aboutUs {padding:2% 0 8% 0;overflow:hidden;}
.aboutUs p  {margin:1em 0;font-size:16px;line-height:24px;}
.aboutUs h6 {margin:1em 0;font-size:18px;line-height:30px;color:#ff0000;}
.aboutUs .title {margin:1em 0;font-size:48px;line-height:60px;text-align:center;color:#fff;padding:0 0%;padding-bottom:20px;}
.aboutUs img {max-width:100% !important;}
