@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

@font-face{
    font-family: "Futura-Light";
    src: url('../fonts/Alibaba-PuHuiTi-Light.otf');
    src: local('?'), url('../fonts/Alibaba-PuHuiTi-Light.otf') format('woff'), url('../fonts/Alibaba-PuHuiTi-Light.otf') format('truetype'), url('../fonts/Alibaba-PuHuiTi-Light.otf') format('svg');
}
@font-face{
    font-family: "Futura";
    src: url('../fonts/Alibaba-PuHuiTi-Regular.otf');
    src: local('?'), url('../fonts/Alibaba-PuHuiTi-Regular.otf') format('woff'), url('../fonts/Alibaba-PuHuiTi-Regular.otf') format('truetype'), url('../fonts/Alibaba-PuHuiTi-Regular.otf') format('svg');
}
@font-face{
    font-family: "Futura-Medium";
    src: url('../fonts/Alibaba-PuHuiTi-Medium.otf');
    src: local('?'), url('../fonts/Alibaba-PuHuiTi-Medium.otf') format('woff'), url('../fonts/Alibaba-PuHuiTi-Medium.otf') format('truetype'), url('../fonts/Alibaba-PuHuiTi-Medium.otf') format('svg');
}
@font-face{
    font-family: "Futura-Bold";
    src: url('../fonts/Alibaba-PuHuiTi-Bold.otf');
    src: local('?'), url('../fonts/Alibaba-PuHuiTi-Bold.otf') format('woff'), url('../fonts/Alibaba-PuHuiTi-Bold.otf') format('truetype'), url('../fonts/Alibaba-PuHuiTi-Bold.otf') format('svg');
}

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#000; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #000; }
a:hover { color: #e3363c; }




.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrap { width:1620px; margin:0 auto; }

@media all and (max-width:1680px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}
@media all and (max-width:1200px){
	.wrapper { max-width:750px; margin:0 auto; }
}

.logo { float:left; }
.logo .img02 { display:none; }
 
.nav { float:right; margin-right:45px; }
.nav ul li { float:left; margin-right:70px; font-size:0; }
.nav ul li:last-child { margin-right:0; }
.nav ul li .a1 { position:relative; display:inline-block; }
.nav ul li .a1 i { display:inline-block; font-size:16px; color:#e1353b; line-height:105px; }
.nav ul li .a1 span { display:inline-block; font-size:18px; color:#828282; line-height:105px; text-transform:uppercase; display:none; font-family: "Arial"; }


.nav ul li.current .a1 i { display:none; }
.nav ul li.current .a1 span { display:block; }

.nav .sub { position:absolute; top:105px; width:100%; left:0; background:#e1353b; display:none; z-index:999; }
.nav .sub dl { padding-left:52%; }
.nav .sub dl dt { float:left; font-size:16px; }
.nav .sub dl dt a { display:block; color:#fff; padding:0 35px; line-height:65px; }
.nav .sub dl dt:hover { background:#fff; }
.nav .sub dl dt:hover a { color:#e1353b; font-weight:bold; }
 
 
.serbot { float:right; width:22px; height:105px; background:url(form01.png) no-repeat center; cursor:pointer; }
 
.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search form { position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-30px; width:600px; background:#fff; font-size:16px; z-index:9; }
.search form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background:#e1353b; color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }

@media all and (max-width:1200px){
	.search form { left:5%; margin-left:0; margin-top:-25px; width:90%; font-size:14px; }
	.search form .txt { height:50px; line-height:50px; padding-left:15px; width:calc(100% - 120px); }
	.search form .btn { height:50px; line-height:50px; width:100px; }
	.serclose { right:0; top:-40px; font-size:24px; }
}

.u-menu { position:absolute; right:0; top:50%; margin-top:-21px; width:50px; height:42px; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); cursor:pointer; display:none; z-index:9; }
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:#c04c4e; }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}
 
 
@media all and (max-width:1200px){
	.topArea { top:5px; }
	.topArea .wrap { position:relative; }
	
	.nav { display:none; }
	
	.logo img { height:60px; width:auto; }
	.logo .img01 { display:none; }
	.logo .img02 { display:block; }
	 
	.u-menu { display:block; }
	.serbot { margin-right:60px; width:25px; height:60px; background:url(form03.png) no-repeat center; background-size:25px 25px; }
}
 
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,0.5); transition: all .8s; z-index: 101; }
.z_mask.active { width: 100%; }
.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}

.slide_nav{ width:100%; height:100%; overflow-y:auto}
.slide_nav li { margin-bottom: 40px; }
.slide_nav li>a { font-size: 16px; color:#e1353b }
.slide_nav .nav_down { margin-top: 5px;}
.slide_nav .nav_down a { color: #888; display: inline-block; margin-right: 20px; position: relative; line-height: 24px;}
.slide_nav .nav_down a:before { content:""; display: block; width: 0%; transition: all .6s; height: 1px; background: #e1353b; position: absolute; left: 50%; bottom: 0;}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #e1353b;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}

@media all and (max-width:1280px){
	.slide_box { width:240px; padding:30px 25px 30px 25px; }
	.slide_nav li{ margin-bottom:20px; }
}
 
.Area-hd { position:relative; text-align:center; line-height:1; }
.Area-hd .txt01 { position:relative; font-family: "Futura"; z-index:5; }
.Area-hd .txt01 .p2 { font-size:48px; margin-top:20px; }
.Area-hd .txt01 .p3 { font-size:18px; margin-top:15px; color:#666; font-family: "Futura-Light"; }
.Area-hd .txt02 { position:absolute; top:-15px; width:1000px; left:50%; margin-left:-500px; text-align:center; font-size:130px; font-family:"Arial"; font-weight:bold; color:#f5f5f5; text-transform:uppercase; z-index:1; }

@media all and (max-width:1680px){
	.Area-hd .txt01 .p2 { font-size:38px; margin-top:20px; }
	.Area-hd .txt01 .p3 { font-size:16px; margin-top:15px; }
	.Area-hd .txt02 { top:-15px; font-size:100px; }
}
@media all and (max-width:1280px){
	.Area-hd .txt01 .p2 { font-size:30px; margin-top:15px; }
	.Area-hd .txt01 .p3 { font-size:16px; margin-top:10px; }
	.Area-hd .txt02 { top:-10px; font-size:80px; }
}
@media all and (max-width:1200px){
	.Area-hd .txt01 .p1 img { height:20px; }
	.Area-hd .txt01 .p2 { font-size:20px; margin-top:10px; }
	.Area-hd .txt01 .p3 { font-size:14px; margin-top:10px; }
	.Area-hd .txt02 { top:-5px; font-size:40px; }
}
 
 
.footer { background:#fff; }
.footArea { padding:100px 0 65px; }
.foot01 { float:left; width:520px; text-align:center; }
.foot01 img { max-width:100%; }
.foot01 .p1 .img02 { display:none; }
.foot01 .p1 img { max-width:50%; }
.foot01 .p2 { margin-top:55px; }
.foot01 .p2 .img02 { display:none; }

.foot02 { float:right; width:130px; text-align:center; }
.foot02 ul li:nth-child(2) { margin-top:25px; }
.foot02 ul li p { margin-top:10px; font-size:14px; color:#262626; }

.foot03 { float:left; width:350px; margin-left:30px; }
.foot03 .p1 { font-size:20px; color:#000; font-weight:bold; }
.foot03 .p1 i { color:#eb3f45; margin-right:10px; text-transform:uppercase; }
.foot03 .p2 { margin-top:30px; font-size:18px; color:#000; line-height:30px; font-family:"Futura"; }
.foot03 .p2 p i { display:inline-block; padding-left:30px; }
.foot03 .p2 p.p21 i { background:url(f01.png) no-repeat 0px 7px; }
.foot03 .p2 p.p22 i { background:url(f02.png) no-repeat 0px 7px; }
.foot03 .p3 { margin-top:50px; font-size:20px; font-weight:bold; }
.foot03 .p4 { margin-top:10px; font-size:18px; color:#000; line-height:30px; font-family:"Futura"; }
.foot03 .p4 p i { display:inline-block; padding-left:30px; }
.foot03 .p4 p.p41 i { background:url(f03.png) no-repeat 0px 7px; }

.foot04 { float:left; width:370px; margin-left:175px; }
.foot04 .p1 { font-size:20px; color:#000; font-weight:bold; }
.foot04 .p1 i { color:#eb3f45; margin-right:10px; text-transform:uppercase; }
.foot04 .p2 { margin-top:30px; }
.foot04 .p2 ul li:nth-child(n + 2) { margin-top:40px; }
.foot04 .p2 ul li .p21 { font-size:18px; color:#eb3f45; font-family:"Futura"; }
.foot04 .p2 ul li .p22 { font-size:16px; font-family:"Futura-Light"; }

.foot05 { display:none; padding:40px 4%; background:#fff; }
.foot051 { float:left; width:calc(100% - 100px); padding-top:0; }
.foot051 .p1 { font-size:18px; color:#000; font-weight:bold; }
.foot051 .p1 i { color:#eb3f45; margin-right:10px; text-transform:uppercase; }
.foot051 .p2 { margin-top:20px; font-size:14px; color:#000; line-height:25px; font-family:"Futura"; }
.foot051 .p2 p i { display:inline-block; padding-left:25px; }
.foot051 .p2 p.p21 i { background:url(f04.png) no-repeat 0px 3px; background-size:18px 18px; }
.foot051 .p2 p.p22 i { background:url(f05.png) no-repeat 0px 3px; background-size:18px 18px; }
.foot051 .p3 { margin-top:40px; font-size:18px; font-weight:bold; }
.foot051 .p4 { margin-top:10px; font-size:14px; color:#000; line-height:25px; font-family:"Futura"; }
.foot051 .p4 p i { display:inline-block; padding-left:25px; }
.foot051 .p4 p.p41 i { background:url(f06.png) no-repeat 0px 3px; background-size:18px 18px; }

.foot052 { float:right; width:90px; }
.foot052 ul li { width:100%; text-align:center; }
.foot052 ul li img { max-width:80px; }
.foot052 ul li p { margin-top:0; font-size:12px; color:#262626; }

.foot06 { display:none; }

.tail { padding:20px 0; font-size:16px; color:#a0a1a1; border-top:1px solid rgba(160,161,161,0.25); }
.tail a { color:#a0a1a1; }
.tail .sjArea { text-align:center; }

@media all and (max-width:1680px){
	.footArea { padding:60px 0; }
	.foot01 { float:left; width:300px; }
	.foot01 .p2 { margin-top:40px; }
	
	.foot02 { float:right; width:100px; }
	.foot02 ul li:nth-child(2) { margin-top:15px; }
	.foot02 ul li p { margin-top:10px; font-size:14px; }

	.foot03 { float:left; width:300px; margin-left:20px; }
	.foot03 .p1 { font-size:18px; }
	.foot03 .p1 i { margin-right:10px; }
	.foot03 .p2 { margin-top:20px; font-size:14px; line-height:25px; }
	.foot03 .p2 p i { padding-left:25px; }
	.foot03 .p2 p.p21 i { background:url(f01.png) no-repeat 0px 5px; }
	.foot03 .p2 p.p22 i { background:url(f02.png) no-repeat 0px 5px; }
	.foot03 .p3 { margin-top:30px; font-size:18px; }
	.foot03 .p4 { margin-top:10px; font-size:14px; line-height:25px; }
	.foot03 .p4 p i { padding-left:25px; }
	.foot03 .p4 p.p41 i { background:url(f03.png) no-repeat 0px 5px; }

	.foot04 { float:left; width:300px; margin-left:120px; }
	.foot04 .p1 { font-size:18px;  }
	.foot04 .p1 i { margin-right:10px; }
	.foot04 .p2 { margin-top:20px; }
	.foot04 .p2 ul li:nth-child(n + 2) { margin-top:20px; }
	.foot04 .p2 ul li .p21 { font-size:16px; }
	.foot04 .p2 ul li .p22 { font-size:14px; }

	.tail { padding:15px 0; font-size:14px; }
}
@media all and (max-width:1300px){
	.foot04 { float:left; width:300px; margin-left:60px; }
}
@media all and (max-width:1200px){
	.footArea { padding:0; }
	.footArea .wrap { width:100%; }
	.foot01 { float:none; margin:0 auto; width:100%; padding:40px 4%; background:#e1353b; box-sizing: border-box; }
	.foot01 .p2 { margin-top:30px; }
	.foot01 img { max-width:100%; }
	.foot01 .p1 .img01 { display:none; }
	.foot01 .p1 .img02 { display:inline-block; }
	.foot01 .p1 img { max-width:40%; }
	.foot01 .p2 img { max-width:80%; }
	.foot01 .p2 .img01 { display:none; }
	.foot01 .p2 .img02 { display:inline-block; }


	.foot02 { float:none; width:220px; margin:25px auto 0; display:none; }
	.foot02 ul li { float:left; width:100px; }
	.foot02 ul li:nth-child(2) { margin-top:0; margin-left:20px; }
	.foot02 ul li p { margin-top:10px; font-size:14px; }

	.foot03 { float:none; width:100%; margin-left:0; margin-top:25px; text-align:center; display:none; }
	.foot03 .p2 p.p21 i { background:url(f04.png) no-repeat 0px 3px; background-size:18px 18px; }
	.foot03 .p2 p.p22 i { background:url(f05.png) no-repeat 0px 3px; background-size:18px 18px; }
	.foot03 .p4 p.p41 i { background:url(f06.png) no-repeat 0px 3px; background-size:18px 18px; }
 
	.foot04 { float:none; width:100%; margin-left:0; margin-top:0; text-align:center; padding:50px 4%; background:#f6f8fa; box-sizing: border-box; }
	.foot04 .p1 { font-size:18px;  }
	.foot04 .p1 i { margin-right:10px; }
	.foot04 .p2 { margin-top:20px; }
	.foot04 .p2 ul li:nth-child(n + 2) { margin-top:20px; }
	.foot04 .p2 ul li .p21 { font-size:14px; }
	.foot04 .p2 ul li .p22 { font-size:12px; }
	
	
	
	.foot01 { display:none; }
	.foot04 { display:none; }
	
	.foot05 { display:block; }	
	.foot06 { display:block; }

	
	.tail { padding:15px 0; font-size:14px; background:#fff; }
}
 
.rArea { position:fixed; right:0; top:50%; transform: translateY(-50%); background:#fff;  box-shadow:rgba(225,53,59,0.35) 3px 2px 10px; z-index:99; }
.rArea ul { text-align:center; }
.rArea ul li { position:relative; }
.rArea ul li a { display:block; padding-top:20px; width:80px; min-height:100px; box-sizing: border-box; overflow:hidden; }
 
.rArea ul li .p1 { min-height:35px; }
.rArea ul li .p1 img { max-height:30px; }
.rArea ul li .p1 .img02 { display:none; }
.rArea ul li .p2 { font-size:14px; color:#333; font-family:"Futura"; }

.rArea ul li .pp { position:absolute; width:150px; right:80px; top:0; z-index:5; background:#e1353b; min-height:100px; padding:10px; box-sizing: border-box; display:none; } 
.rArea ul li .pp .txt { width:130px; min-height:80px; font-size:14px; color:#fff; line-height:25px; text-align:left; display:flex; align-items: center; } 
.rArea ul li .pp .txt img { max-width:100px; }

.rArea ul li .pp02 { width:170px; } 
.rArea ul li .pp02 .txt { width:150px; text-align:center; } 
 
.rArea ul li .pp03 { padding:0; width:100px; box-shadow: #e1353b52 0px 0px 10px; } 
.rArea ul li .pp04 { padding:0; width:100px; box-shadow: #e1353b52 0px 0px 10px; } 


.rArea ul li:hover a { background:#e1353b; }
.rArea ul li:hover .p1 .img01 { display:none; }
.rArea ul li:hover .p1 .img02 { display:inline-block; }
.rArea ul li:hover .p2 { color:#fff; }
.rArea ul li:hover .pp { display:block; }

@media all and (max-width:1200px){
	.rArea { display:none; }
}

.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

.back-to { position:fixed; _position:absolute; _top: expression(eval(document.documentElement.scrollTop)+400); bottom:110px; right:50%; margin-right:-670px; display:none; z-index:999; }
.back-to .back-top { display:block; width:44px; height:44px; background:url(top.png) no-repeat; outline:0 none; text-indent:-9999em; overflow:hidden; }
.back-to .back-top:hover { background-position:0 0; }

/*广告*/
.ad_closed{width:16px;height:16px;line-height:16px;text-align:center;background:#f00;color:#fff;position:absolute;top:0;right:0;cursor:pointer;}

/*弹出广告*/
#popup{position:fixed;top:50%;left:50%;z-index:9999;}
#ad_shadow{width:100%;background:#000;position:fixed;top:0;left:0;z-index:9000;opacity:0.4;filter:alpha(opacity=40);}

/*漂浮广告*/
#ad1{position:absolute;z-index:9999;}

/*左侧门帘*/
#hangL{position:absolute;left:0;z-index:9999;}

/*右侧门帘*/
#hangR{position:absolute;right:0;z-index:9999;}

/*拉屏广告*/
#bigScreen{position:relative;left:50%;top:0;height:0;overflow:hidden;}
#bigScreen .ad_closed{top:10px;}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}
.cm_ico{background:url(./common_bg.gif) no-repeat}

.cm_ico2{background:url(./toptel_bg.png) no-repeat}

.footlc {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 29px 0 28px;
    margin-top: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footlc h1{font-weight:bold;color:#4c4c4c;float:left;width:150px}

.footlc h1 span.cm_ico{float:left;width:37px;height:32px;overflow:hidden;background-position:-160px 0;margin-right:23px;display:inline}

.footlc h1 span.zi{display:block;color:#b2b2b2;font-weight:normal}

.footlc p{float:left}

.footlc p:hover{color:#990100}

.footlc p span.cm_ico{float:left;width:32px;height:32px;overflow:hidden;background-position:-197px 0;margin-right:10px;display:inline;text-align:center;line-height:32px;font-size:20px;font-weight:bold;color:#eaeaea}

.footlc p:hover span.cm_ico{background-position:-231px 0;color:#990100}

.footlc p.p1{width:176px}

.footlc p.p2{width:223px}

.footlc p.p3{width:227px}

.footlc p.p4{width:177px}

.footlc p.p5{width:192px}

.footlc p.p6{width:167px}
.footerBotton{width:100%;padding-top:32px;padding-bottom:70px;position:relative}

.footerBotton menu{float:right; margin-top:30px; }

.footerBotton .copyright{
    float:left;padding-top:45px;color:#999;background-image: url(./foot_tel.jpg); background-repeat: no-repeat; background-position: left top;
}

.footerBotton menu a{float:left;font-size:12px;color:#454545;padding-top:5px}

.footerBotton menu .line{width:1px;height:12px;background:#d7d7d7;overflow:hidden;float:left;margin:7px 18px 0}

.footerBotton menu a.footersina{width:28px;height:28px;background:url(../images/common_bg.gif) 0 -26px;float:left;margin-left:29px;overflow:hidden;margin-right:14px;padding-top:0px}

.footerBotton menu a.footerteng{float:left;width:28px;height:28px;background:url(../images/common_bg.gif) -28px -26px;float:left;display:inline;overflow:hidden;padding-top:0px}

.footerBotton menu a.footersina:hover,.footerBotton menu a.footerteng:hover,.headerTop a:hover .icon_jia{filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75}

.footerBotton menu a:hover{color:#990100}


.mobilefootText {
    display: none;
    color: #949494;
    font-size: 12px;
    padding-top: 15px;
}


@media all and (max-width:1200px){
	.footlc { 
        display: flex;
        justify-content: flex-start;
	}
	.footlc h1{ margin:10px; width: 30%; }
	.footlc p{ margin:10px; width: 30% !important;}
}

@media all and (max-width:640px){
	.footlc { 
        display: flex;
        justify-content: flex-start;
	}
	.footlc h1{ margin:10px; width: 50%; }
	.footlc p{ margin:10px; width: 50% !important;}
}


















 