@CHARSET "UTF-8";
/*#header {
	width: 100%;
	text-align: center;
	padding-top: 13px;
	background: #fff;
	font-weight: bold;
	padding-bottom: 13px;
	line-height: 44px;
	font: bold 20px/44px "微软雅黑";
	color: #434343;
	position: relative;
}

.header_right {
	width: 74px;
	height: 34px;
	background: url(../images/13.png) center 10px no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	background-size: 26px 21px;
	margin-top: 5px;
}

#header a.logo {
	display: block;
	text-align: center;
	width: 40%;
	margin: 0 auto;
	float: left;
}

#header a.logo img {
	width: 100%;
	height: auto;
}

#header .header_left {
	float: right;
	width: 45%;
	margin-right: 10px;
}

#header .header_left img {
	width: 100%;
	height: auto;
}*/


#header {
    background: #fff;
}
#header {
    width: 100%;
    height: auto;
    /*background: #191a20;*/
    height: 50px;
}
#header .btn {
    padding: 10px 15px;
    background: rgba(0,0,0,0);
}
.fl {
    float: left;
}
.lcbody {
    width: 30px;
    height: 30px;
    position: relative;
    transform: translateZ(0px) rotate(
0deg
);
    transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}
.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(
0deg
);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(
0deg
);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}
.lcitem .rect.top {
    transform: translate3d(0px, -6px, 0px);
    -webkit-transform: translate3d(0px, -6px, 0px);
}
.lcitem .rect {
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
.lcitem {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0px) rotate(
0deg
);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    -webkit-transform: translateZ(0px) rotate(
0deg
);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
    width: 30px;
    height: 30px;
}
.lcitem .rect {
    width: 30px;
    height: 1px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 14px;
    transition: transform 0.2s ease 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease 0.2s;
}
#logo {
    width: 180px;
    height: 30px;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    float: left;
   /* margin-left: -11%;*/
}
#logo img {
    height: 30px;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    float: none;
}
#bgmask {
    background: rgba(0,0,0,0);
}

.leftcontrol{
	display: none;
}


/*底部*/
#C6_footer {
    font-size: 1.0rem;
    color: #FFFFFF;
    width: 85%;
    height: 260px;
    margin: 0 auto;
    /*text-align: center;*/
    margin-top: 2%;
    padding-bottom: 60px;
        margin-left: 3%;
    line-height: 2;
        padding-top: 14px;
}











/*header css style*/

.menu {
	    height: 100px;
	box-shadow: 0px 3px 7px #888888;
	background: #FFFFFF;
	padding: 14px 10px 10px 10px;
	width: 80%;
	margin-left: 10%;
	margin-top: 40px;
}

#nav {
	text-align: left;
}

#nav li {
	width: 23%;
	float: left;
	margin: 0 1%;
	margin-bottom: 5px;
display: -webkit-flex; /* Safari */
  display: flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

#nav li a {
	display: block;
	color: #e50112;
	font: 400 13px/27px "微软雅黑";
	border-radius: 5px;
}


/*网站头部返回按钮样式*/

.header_return {
	position: absolute;
	right: 15px;
	top: 2px;
}

.header_return img {
	width: 43px;
	height: 40px;
}




/*关于我们*/
.D_about_all {
    background: url(../images/icon_about_bg.png) no-repeat bottom center #fff;
    background-size: 100%;
}
.D_products_all {
    margin-top: 1rem;
}
.D1_title {
    overflow: hidden;
    text-align: center;
    padding-top: 3rem;
}
.D1_title > h3 {
	text-align: center;
    font-weight: normal;
    font-size: 1.8rem;
    color: #333;
    line-height: 20px;
}
.D1_title> h2 {
    width: 50px;
    height: 2px;
    background: #cbaf70;
    margin: 0 auto;
    margin-top: 1.2rem;
    margin-left: 150px;
}
.D1_about {
    padding: 0 1rem;
    margin-top: 2rem;
}
.about_text {
    font-size: 0.85rem;
    color: #333;
    line-height: 1rem;
    margin-top: 1rem;
    height: 244px;
    overflow: hidden;
}
.D1_about_more {
    width: 20%;
    margin: 0 auto;
    padding-bottom: 2rem;
    margin-top: 2rem;
}
.D1_about_more >a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 2.5rem;
}


/*产品展示*/
.case {
    width: 93.75%;
    height: auto;
    margin: 32px auto 0;
}
.product-title {
    position: relative;
}
.product_title {
    font-size: 24px;
    font-weight: bold;
    float: left;
}
.product-more {
    float: right;
    font-size: 12px;
    margin-top: 8.5px;
    font-family: "arial narrow";
}
.product-more a {
    color: #666;
}
.product-x {
    width: 120px;
    height: 6px;
    background: #ff9900;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}
.clearfix {
    clear: both;
}
.case-nr ul li {
    width: 74%;
    height: auto;
    float: left;
    margin: 24px 1.6666666666666667% 0;
    position: relative;
}
.case-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.case-img img {
    display: block;
    width: 100%;
    height: auto;
}
.case_nr {
    width: 50%;
    height: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 9px 9px 6px -7px rgb(0 0 0 / 13%);
    position: absolute;
    bottom: 56px;
    left: 77%;
}
.case-nei {
    padding: 16px 6.153846153846154%;
}
.case-nei h1 {
	text-align: center;
    font-weight: normal;
    font-size: 14px;
}
.case_neir {
    line-height: 16px;
    font-size: 12px;
    color: #999;
    height: 32px;
    overflow: hidden;
    margin-top: 16px;
}
.case-more {
    margin-top: 11px;
}
.case-more a {
    font-size: 12px;
    color: #666;
    
}
.clearfix {
    clear: both;
}

/*新闻资讯*/
.C1_news {
    margin-top: 1rem;
    width: 96%;
    margin: 0 auto;
}
.C1_news dl.C1_news_line {
    position: relative;
    border: 1px solid #d4d4d4;
    padding-top: .29rem;
    padding-bottom: .29rem;
    overflow: hidden;
    margin-top: 2rem;
}
.C1_news dl.C1_news_line dt {
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    margin: 0 1%;
    padding-bottom: 0.5rem;
    margin-top: 0.3rem;
}
.C1_news dl.C1_news_line dt >h1 {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #bea783;
    float: left;
    margin-top: 5px;
    margin-left: 2%;
}
.C1_news dl.C1_news_line dt >a {
    font: 400 16px/22px "微软雅黑";
    color: #BEA783;
    font-weight: bold;
    float: left;
    margin-left: -15%;
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.C1_news dl.C1_news_line dt >h2 {
    float: right;
}
.C1_news dl.C1_news_line dt >h2 >a {
    font: 400 16px/22px "微软雅黑";
    display: block;
    color: #cbaf70;
}
.C1_news dl.C1_news_line dd {
    overflow: hidden;
    margin-top: 1rem;
    padding-bottom: .5rem;
}
.C1_news dl.C1_news_line > dd >.D1_news_img {
	margin-left: 14px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    width: 80px;
    height: 60px;
   /* border-radius: 50%;*/
}
.C1_news dl.C1_news_line dd >span.D1_news_title {
    float: left;
    width: 62%;
    margin-left: 3%;
}
.C1_news dl.C1_news_line dd >span.D1_news_title>a {
       margin-left: 3%;
    font-size: 0.8rem;
    line-height: 1.8;
    display: block;
    overflow: hidden;
    /*height: 54px;*/
}


/*案例*/
.indexJoin {
    background-color: #fff;
    padding-bottom: 1rem;
}
.indexTit {
    height: auto;
    overflow: hidden;
    padding: 1.7rem 0 .8rem;
    text-align: center;
}
.indexTit a {
    font-size: 24px;
    color: #333;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    transition: All 0.2s ease;
}
.indexTit p {
    color: #cbcbcb;
    font-size: 12px;
    text-transform: uppercase;
}
.scroll1 {
     width: 96% !important;
    /* border-radius: 20px; */
    height: auto;
    margin: 30px auto 0;
    position: relative;
    overflow: hidden;
}
.mod_011 {
    float: left;
    width: 100%;
}
.mod_011 img {
    display: block;
    width: 100%;
    height: 233px;
}
.mod_011 div {
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    font-size: 12px;
    color: #fff;
    margin-top: -70px;
    position: relative;
    padding: 6px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dotModule_new1 {
    height: 2px;
    line-height: 2px;
    position: absolute;
    bottom: 16px;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}
#slide_011_dot {
    text-align: center;
}
#slide_011_dot span {
    display: inline-block;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
}
.dotModule_new1 {
    height: 2px;
    line-height: 2px;
    position: absolute;
    bottom: 16px;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}
.dotItemOn {
    background: #ff4749 !important;
}







/*--首页新闻公告--*/

.news_scroll {
	background: #0e1f3b;
	padding-top: 7px;
	padding-bottom: 9px;
}

.news_scroll .content {
	width: 100%;
	margin: 0 auto;
}

.public {
	position: relative;
	width: 100%;
}

.public .con {
	width: 100%;
}

.public .ti {
	width: 90%;
	float: left;
	margin-left: 6%;
}

.public .ti span {
	font: 200 14px/40px 'Microsoft Yahei';
	color: #fff;
	background: url(../images/xin.png) no-repeat left;
	text-align: center;
	display: block;
}

.public .ti span img {
	width: 100%
}

.public .soroll {
	width: 48%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	float: left;
}

.public .soroll ul {}

.public .soroll ul li a {
	color: #fff;
	font-family: '微软雅黑';
	font-size: 14px;
}

.public .soroll ul li a:hover {
	text-decoration: underline;
}

.public .soroll ul li span {
	padding-left: 10px;
	color: #666;
}

.public .jathis {
	width: auto;
	height: auto;
	padding-right: 7px;
	padding-top: 2px;
}

.news_more a {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	font-family: '微软雅黑';
	font-size: 15px;
	color: #2c2c2c;
}


/*banner css style*/

.out_b {
	overflow: hidden;
	margin: 0 auto;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.slide {
	position: relative;
	height: 150px;
	overflow: hidden;
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

.slide .content {
	height: 320px;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
}

.slide a {
	display: inline-block;
	float: left;
	width: 320px;
	height: 150px;
}

.slide a img {
	width: 320px;
}

.slide .mark {
	width: 100%;
	position: absolute;
	height: 3px;
	bottom: 0;
	background-color: rgba(51, 51, 51, 0.5);
	-webkit-transform: translate3d(0, 0, 0);
	display: -webkit-box;
}

.slide .mark li {
	display: block;
	-webkit-box-flex: 1;
	height: 100%;
	overflow: hidden;
}

.slide .mark li.active {
	background-color: #25a4bb;
}

.scroll {
	width: 320px;
	height: auto;
	margin: 0 auto 40px auto;
	position: relative;
	overflow: hidden;
}

.mod_01 {
	float: left;
	width: 320px;
}

.mod_01 img {
	display: block;
	width: 100%;
	height: auto;
}

.dotModule_new {
	padding: 0 5px;
	height: 11px;
	line-height: 6px;
	-webkit-border-radius: 11px;
	position: absolute;
	bottom: 5px;
	right: 50%;
	z-index: 11;
	width: 80px;
	margin-right: -40px;
}

#slide_01_dot {
	text-align: center;
	margin: 1px 0 0 0;
}

#slide_01_dot span {
	display: inline-block;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	background: #afafaf;
	-webkit-border-radius: 5px;
}

#slide_01_dot .selected {
	background: #c81522;
}

.conbg {
	background: #fff;
}


/*
.ctitle{background:url(../images/tt1.jpg) no-repeat bottom;color: #e91a34;font-size:18px;text-align:center;font-family:"微软雅黑";margin-bottom:20px;line-height: 22px;}
.ctitle span{display:block;color: #686868;font-size:14px;font-family:"微软雅黑";text-transform:uppercase;line-height: 30px;}
*/

.ctitle {
	width: 100%;
	float: left;
	background: #0e1f3b;
}

.ctitle span {
	font: 200 14px/40px 'Microsoft Yahei';
	color: #fff;
	background: url(../images/xin.png) no-repeat left;
	text-align: center;
	display: block;
}

.ctitle1 {
	background: url(../images/tt2.jpg) no-repeat bottom;
	color: #e91a34;
	font-size: 18px;
	text-align: center;
	font-family: "微软雅黑";
	margin-bottom: 20px;
	line-height: 22px;
	padding-top: 38px;
}

.ctitle1 span {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
	text-transform: uppercase;
	line-height: 30px;
}

.ctitle1 a {
	background: url(../images/tt3.png) no-repeat center;
}

.peixun {
	padding-top: 20px;
}

.peixun li {
	width: 40%;
	margin: 0 5%;
	float: left;
	padding-bottom: 15px;
}

.peixun li a {
	color: #3d3d3d;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
}

.peixun li a img {
	width: 100%;
	height: auto;
}

.peixun li h3 {
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-top: 10px;
}


/*product css style*/

.products {
	position: relative;
	width: 99.5%;
	margin: 0 auto;
	margin-top: 10px;
	background: #fff;
}

.products1 {
	position: relative;
	width: 99.5%;
	margin: 0 auto;
	margin-top: 50px;
	background: #0e1d3a;
}

.products1 p {
	color: #fff;
	line-height: 25px;
}

.youshi {
	position: relative;
	width: 99.5%;
	margin: 0 auto;
	margin-top: 50px;
	background: #0e1d3a;
	padding-bottom: 20px;
}

.products1 .con {
	padding-left: 20px;
}

.contentss {
	padding: 10px 25px;
	line-height: 25px;
	text-align: left;
	font-family: "微软雅黑";
	position: relative;
}

.about_left {
	float: left;
	width: 60%;
	position: absolute;
	top: 18%;
	left: 6%;
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
}

.about_left p {
	line-height: 30px;
	height: 300px;
	overflow: hidden;
}

.geng {
	width: 93px;
	height: 24px;
	border: 1px solid #000000;
	background: #f7f7f7;
	line-height: 24px;
	margin-top: 20px;
}

.geng a {
	text-align: center;
	display: block;
}

.about_right {
	float: right;
	width: 50%
}

.products a.more {
	display: block;
	font: 400 14px/28px "微软雅黑";
	color: #727070;
	width: 90px;
	text-align: center;
	border: 1px solid #727070;
	border-radius: 15px;
	text-indent: 0;
	margin: 0 auto;
}

.news a.more {
	display: block;
	font: 400 14px/28px "微软雅黑";
	color: #727070;
	width: 90px;
	text-align: center;
	border: 1px solid #727070;
	border-radius: 15px;
	text-indent: 0;
	margin: 0 auto;
	margin-top: 10px;
}

.products a.you {
	background: url(../images/tt3.png) no-repeat center;
	width: 66px;
	height: 49px;
	display: block;
	margin: 0 auto;
}

.ee {
	padding-left: 20px;
	font-family: "微软雅黑";
}

.products_title {
	background: url(../images/eef.jpg) 18px center no-repeat #fff;
	background-size: 2px 22px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 1px solid #d5d5d5;
	font: 100 14px/40px "微软雅黑";
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.products ul {
	text-align: left !important;
	padding: 0 25px 5px;
}

.products ul li {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 5px;
	background: #fff;
	margin-bottom: 5%;
}

.products ul li a {
	display: inline-block;
	overflow: hidden;
	border: 3px solid #e2e2e2;
	width: 100%;
}

.products ul li a img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.products ul li h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background: #eee;
	font-size: 14px;
	font-family: '微软雅黑';
}

.products img {
	width: 100%;
	height: auto;
}


/* news css style*/

.news {
	position: relative;
	width: 99.5%;
	margin: 0 auto;
	margin-top: 25px;
	background: #fff;
	margin-bottom: 15px;
}

.news_title {
	margin-bottom: 15px;
}

.news_title img {
	width: 100%;
	height: auto;
}

.news ul {
	padding: 0 25px;
}

.news ul li {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 10px;
}

.news ul li a {
	font: 400 14px/22px "微软雅黑";
	text-align: left;
	display: block;
	color: #4a4a4a;
}

.news ul li span {
	display: block;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #999;
	text-align: left
}

.news ul li p {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #999;
	text-align: left;
	max-height: 44px;
	overflow: hidden;
}

.newss .news_title {
	background: url(../images/eef.jpg) 18px center no-repeat #fff;
	background-size: 2px 22px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 1px solid #d5d5d5;
	font: 100 14px/40px "微软雅黑";
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}


/* product_cate css style*/

.product_cate {
	width: 99.5%;
	margin: 0 auto;
	margin-top: 20px;
}

.product_cate_title {
	background: url(../images/eef.jpg) 18px center no-repeat #fff;
	background-size: 2px 22px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 1px solid #d5d5d5;
	font: 100 16px/40px "微软雅黑";
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.product_cate ul {}

.product_cate ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d3d3d3;
	background: url(../images/abcd.png) 95% center no-repeat;
	background-size: 20px 20px;
}

.product_cate ul li a {
	font: 100 12px/35px "微软雅黑";
	padding-left: 20px;
	text-align: left;
	display: block;
	color: #333;
}


/* footer css style*/

.distraction {
	height: 90px;
	width: 100%;
}

.footbg {
	position: fixed;
	z-index: 110;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer {
	max-width: 640px;
	margin: 0 auto;
	background: #cbaf70;
	display: -webkit-box;
}

.footer a {
	-webkit-box-flex: 1;
	display: -webkit-box;
	color: #fff;
}

.footer span {
	display: block;
	margin: 0 auto;
	text-align: right;
	font: 100 16px "微软雅黑";
	color: #fff;
	height: 70px;
	padding: 48px 20px 0;
}

.footer span.span1 {
	background: url(../images/a11.png) center 12px no-repeat;
}

.footer span.span2 {
	background: url(../images/a22.png) center 12px no-repeat;
}

.footer span.span3 {
	background: url(../images/a33.png) center 12px no-repeat;
}

.footer span.span4 {
	background: url(../images/a44.png) center 12px no-repeat;
}

.footer span.span0 {
	background: url(../images/icon.png) 10px -75px no-repeat;
	background-size: 110px 385px;
}

.foot1 {
	background: #eb1b35;
	color: #fff;
	font: 400 14px/22px "微软雅黑";
	text-align: center;
	padding: 15px 0;
}

.foot1 p {
	text-align: center
}


/*share css style*/

#mobile_share {
	position: fixed;
	right: 0;
	bottom: 90px;
	width: 123px;
	z-index: 99999;
	background: #fff;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translateX(100%);
}

#mobile_share h2.title {
	text-align: center;
	line-height: 30px;
	height: 30px;
	background: #717577;
	color: #fff;
	font-size: 14px;
}

#mobile_share .share_item {
	padding: 8px;
	background: #fff;
	border: 1px solid #f1f1f1;
}

#mobile_share .share_item li {
	display: block;
	overflow: hidden;
	margin: 8px 0;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 8px;
}

.share-link {
	display: block;
	margin: 0 auto;
	width: 105px;
	overflow: hidden;
	line-height: 32px;
	font-size: 12px;
	padding-left: inherit;
}

.share-link i {
	background: url(../images/share_icon.png) no-repeat;
	background-size: 200px 32px;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 20px;
	float: left;
}

.share-link span {
	display: inline-block;
}

.share-weibo i {
	background-position: 0 0;
}

.share-renren i {
	background-position: -42px 0;
}

.share-douban i {
	background-position: -84px 0;
}

.share-qweibo i {
	background-position: -126px 0;
}

.share-qzone i {
	background-position: -168px 0;
}

.share-weixin {
	display: block;
	margin: 0 auto;
	width: 105px;
	overflow: hidden;
	line-height: 32px;
	font-size: 12px;
	padding-left: inherit;
}

.share-weixin i {
	background: url(../images/share_icon2.png) no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 20px;
	float: left;
}

.share-weixin span {
	display: inline-block;
}

body {
	height: 100%;
	overflow-x: hidden;
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}