/*头部公用样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-head {
    height: 39px;
    border-bottom: 1px solid #d2d2d2;
}

.wel {
    font: normal 14px/39px "微软雅黑";
    color: rgba(1, 1, 1, 0.8);
}

.wel p {
    margin: 0;
}

.k1 {
    font: normal 14px/39px "微软雅黑";
    color: rgba(1, 1, 1, 0.8);
}

.k1 a {
    color: rgba(1, 1, 1, 0.8);
}

.w1430 {
    max-width: 1430px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.w1580 {
    max-width: 1610px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.xy-head {}

.xymob-search .xymob-search-box #formsearch {
    width: 100%;
}

.xymob-search .xymob-search-box #s_btn {
    height: 39px;
}

.xy-head-left .logo {
    display: block;
    -webkit-transition: all .7s;
    transition: all .7s;
    padding-right: 20%;
    line-height: 120px;
}

.xy-head-left .logo h1 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.xy-head-left .logo img {
    max-width: 100%;
}

.xy-head-right .xy-head-links {
    margin: 20px 0;
    color: #fff;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    overflow: hidden;
    height: 20px;
    opacity: 1;
}

.xy-head-right .xy-head-links a {
    color: #fff;
    padding: 0 10px;
}

.xy-head-navbar {
    position: relative;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.xy-head-navbar .xy-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.xy-head-navbar .xy-search #keyword {
    float: left;
    width: 80%;
    height: 28px;
    background: none;
    border: none;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    outline: none;
}

.xy-head-navbar .xy-search #s_btn {
    float: right;
    width: 20%;
    height: 28px;
    background: none;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
}

/*.xy-head.scroll {*/
/*	position: fixed;*/
/*	background: rgba(0, 0, 0, 0.5);*/
/*	-webkit-transition: all .7s ease;*/
/*	transition: all .7s ease;*/
/*}*/

/*.xy-head.scroll .xy-head-left .logo {*/
/*	padding-top: 10px;*/
/*}*/

/*.xy-head.scroll .xy-head-right .xy-head-links {*/
/*	height: 0;*/
/*	margin: 0;*/
/*	opacity: 0;*/
/*}*/

/*.xy-head.scroll .xy-head-right .xy-head-navbar {*/
/*	margin-top: 18px;*/
/*}*/

@media (min-width: 992px) {
    .col-md-7 {
        width: 66.333333% !important;
    }

    .col-md-5 {
        width: 33.666667% !important;
    }

}


@media (max-width: 768px) {
    .xy-head {
        display: none;
    }
}


/* 导航样式 */


.xy-menu>li {
    float: left;
    /*width: 9.666666%;*/
    width: 9%;
    position: relative;
}



.xy-menu>li>a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xy-menu>li:hover>a {
    background: url(../images/186a71747a957af4f63feb21bd5faeb39701bf23.jpg) no-repeat center 80px;
}



.xy-menu .xy-sub-menu {
    display: none;
    position: absolute;
    width: 160%;
    border-top: 2px solid #ee6a5a;
    left: -23px;
    top: 120px;
    -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    background: #fff;
    padding-bottom: 4px;
    z-index: 9999;
}
.xy-menu>li:hover .xy-sub-menu {
    display: block;
}
.xy-menu .xy-sub-menu>li {
    border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu>li>a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #989898;
    position: relative;
    padding-left: 15%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-right: 15%;
}

.xy-menu .xy-sub-menu>li>a:after {
    position: absolute;
    right: 12%;
    top: calc(50% - 3.5px);
    content: '';
    width: 5px;
    height: 7px;
    background: url(../images/cd75bc04116080e72e6b69f3bcb6aac2987bd360.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu>li>a:hover {
    background: #ececec;
    color: #4a4a4a;
    padding-left: 22%;
}


.xy-menu .xy-sub-menu>li>a:hover:after {
    background-position: 0 0;
}

@media (max-width: 1200px) {
    .xy-menu>li>a {
        font-size: 14px;
    }

    .xy-menu .xy-sub-menu>li>a {
        line-height: 35px;
        font-size: 12px;
    }
}


.x-banner {
    position: relative;
}

.x-banner .ss {
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

#formsearch {
    width: 45%;
}

#formsearch input {
    height: 38px;
    background: rgba(255, 255, 255);
    border: none;
    line-height: 38px;
}

#formsearch input#keyword {
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
	color: #333333;
    width: 80%;
	font-size: 14px;
	letter-spacing: 2px;
}

.hahh::-webkit-input-placeholder {
	color: #333333;
}

#formsearch input#s_btn {
    width: 15%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(../images/43851f7e496a25522f8381897e924e9f25277958.png) no-repeat center rgba(255, 255, 255);
    border: none;
    cursor: pointer;
}

.hotSearch {
    font: 200 13px/38px "微软雅黑";
    color: rgba(255, 255, 255, 0.9);
}

.hotSearch a {
    /*margin-right:6px;*/
    color: rgba(255, 255, 255, 0.9);
}

.hotSearch a:after {
    content: "|";
    color: rgba(255, 255, 255, 0.9);
    margin: 0 5px;
}

.hotSearch a:last-child:after {
    display: none;
}

.ss .w1430 {
    padding: 0 5% 0 10%;
}

@media (max-width: 768px) {
    .x-banner .ss {
        display: none;
    }
}


.formsearch2 {
    width: 100% !important;
}

.formsearch2 input#keyword {
    background: none !important;
}

.formsearch2 input#s_btn {
    background: none !important;
}


.owl-carousel .owl-dots {
    display: none;
}


/*首页产品中心部分*/

.index-c1 {
    padding-top: 60px;
}

.tlt {
    border-bottom: 1px solid rgba(235, 0, 0, .3);
    font: normal 18px/50px "微软雅黑";
    color: #000;
    margin-bottom: 40px;
}

.tlt span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    padding-left: 10px;
}

.tlt a {
    float: right;
    font-size: 16px;
    font-weight: 100;
    color: #000;
}

.pro-sort ul li {
    width: 100%;
    border: 1px solid #d2d2d2;
    margin-bottom: 10px;
}

.pro-sort ul li a {
    display: block;
    font: normal 14px/48px "微软雅黑";
    color: #000;
    text-align: center;
}

.pro-sort ul li:hover {
    background: #ee6a5a;
    border-color: #ee6a5a;
}

.pro-sort ul li:hover a {
    color: #fff;
}

.pro-list ul li a {
    display: block;
    position: relative;
}

.pro-list ul li a img {
    width: 100%;
    height: auto;
}

.pro-list ul li .marks {
    width: 60%;
    height: 60%;
    background: url(../images/b78d0889bb3f1ba9f9adb4d5a74bf5f95cb6cedf.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    display: none;
}

.pro-list ul li:hover .marks {
    display: block;
}

@media (max-width: 768px) {
    .pro-list ul li {

        margin-bottom: 20px;
    }
}



/*首页我们的优势部分*/

.index-c2 {
    padding-top: 60px;
}

.c2-con ul li {
    width: 32.63%;
    padding: 2%;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 1%;
    position: relative;
    margin-bottom: 15px;
}

.c2-con ul li:nth-child(3n) {
    margin-right: 0;
}

.c2-con ul li h3 {
    font: normal 18px/40px "微软雅黑";
    color: #000;
    background: url(../images/f7181635c6eb889f488b1c1347ccc31ab8c9c31f.png) no-repeat left bottom;
    padding-bottom: 5px;
}

.c2-con ul li .info {
    font: 100 13px/24px "微软雅黑";
    color: #000;
    height: 92px;
    overflow: hidden;
    padding-top: 20px;
}

.c2-con ul li .num {
    width: 42px;
    height: 56px;
    background: url(../images/1792ee7b60e41182fed701c7a9fd09d3511f380c.png) no-repeat center;
    font: 100 22px/56px "微软雅黑";
    color: #fff;
    position: absolute;
    top: 0;
    right: 5%;
    text-align: center;
}

.c2-con ul li:hover {
    background: url(../images/ab09b15d68c3bf69807b71451d979ca52c78c303.png) no-repeat center;
    background-size: cover;
}

.c2-con ul li:hover h3 {
    color: #fff;
    background: url(../images/1b788ca1414081ed91971fba3a2f4fdd8132d08f.png) no-repeat left bottom;
}

.c2-con ul li:hover .info {
    color: #fff;
}

.c2-con ul li:hover .num {
    background: url(../images/2030cef4ee2ede02ca2695b7bfe50b5619972272.png) no-repeat center;
    color: #ee6a5a;
}


@media (max-width: 768px) {
    .c2-con ul li {
        width: 48%;
        margin: 1% !important;
    }
}


/*首页横图部分*/
.index-heng {
    margin-top: 60px;
    position: relative;
}

.index-heng>img {
    width: 100%;
    height: auto;
}

.index-heng .wz {
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%;
}

.index-heng .wz h3 {
    font: normal 24px/50px "微软雅黑";
    color: #fff;
}

.index-heng .wz h4 {
    font: 100 14px/30px "微软雅黑";
    color: rgba(255, 255, 255, 0.7);
}

.index-heng .wz .htel {
    font: bold 26px/50px "微软雅黑";
    color: #ee6a5a;
}

@media (max-width: 1440px) {
    .index-heng .wz {
        top: 5%;
    }
}

@media (max-width: 768px) {
    .index-heng .wz h3 {
        font: normal 18px/32px "微软雅黑";
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index-heng .wz h4 {
        font: 100 12px/19px "微软雅黑";
    }

    .index-heng .wz .htel {
        font: bold 20px/32px "微软雅黑";
    }
}



/*首页企业简介部分*/

.index-c3 {
    padding-top: 60px;
}

.c3-con {
    max-width: 1200px;
    margin: 0 auto;
}

.c3-con .c3-left {
    text-align: center;
}

.c3-con .c3-left img {
    max-width: 100%;
    height: auto;
}

.c3-con .c3-right h3 {
    font: normal 16px/60px "微软雅黑";
    color: #000;
}

.c3-con .c3-right .jj {
    font: 100 14px/24px "微软雅黑";
    color: #000;
    padding-bottom: 5%;
}
.c3-con .c3-right .jj+ul li:nth-of-type(6){
    display: none;
}

.c3-con .c3-right ul li {
    width: 23%;
    margin: 0 1%;
    float: left;
}
.c3-con .c3-right ul li:first-of-type{
    display: none;
}

.c3-con .c3-right ul li a {
    display: block;
    background: #707070;
    font: normal 14px/36px "微软雅黑";
    color: #fff;
    text-align: center;
}

.c3-con .c3-right ul li:hover a {
    background: #ee6a5a;
}



.index-c4 {
    margin-top: 60px;
    padding: 2% 3%;
    border: 1px solid #e5e5e5;
    max-width: 1400px;
}

.index-c4 .tabli ul {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0;
}

.index-c4 .tabli ul li {
    display: inline-block;
    font: normal 16px/32px "微软雅黑";
    color: #363636;
    padding: 0 30px;
    position: relative;
}

.index-c4 .tabli ul li::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #000;
    position: absolute;
    right: 0;
    top: 10px;
}

.index-c4 .tabli ul li:last-child::after {
    display: none;
}

.index-c4 .tabli ul li.cur {
    color: #ee6a5a;
}

.index-c4 .xyin-slick {
    padding: 0 60px;
    position: relative;
}

.index-c4 .xyin-slick .slick-con a {
    display: block;
    padding: 0 10px;
}

.index-c4 .xyin-slick .slick-con img {
    width: 100%;
    height: auto;
}

.index-c4 .xyin-slick .slick-arrow {
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.index-c4 .xyin-slick .slick-prev {
    background: url(../images/2bba462ef65eac02a1763f88645cd59288307025.png) no-repeat center;
    left: 0;
}

.index-c4 .xyin-slick .slick-next {
    background: url(../images/3e2f1646ae69c93d91ee55b088ace6e12ff9568f.png) no-repeat center;
    right: 0;
}

.index-c4 .tab {
    height: 0;
    overflow: hidden;
}

.index-c4 .tab.aa {
    height: auto !important;
}



/*首页新闻中心部分*/
.index-c5 {
    margin-top: 60px;
    padding-bottom: 50px;
}

.index-c5 .tabli2 ul {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0;
}

.index-c5 .tabli2 ul li {
    display: inline-block;
    font: normal 16px/32px "微软雅黑";
    color: #363636;
    padding: 0 30px;
    position: relative;
}

.index-c5 .tabli2 ul li::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #000;
    position: absolute;
    right: 0;
    top: 10px;
}

.index-c5 .tabli2 ul li:last-child::after {
    display: none;
}

.index-c5 .tabli2 ul li.cur2 {
    color: #ee6a5a;
}

.index-c5 .tab2 ul li {
    width: 32.33%;
    float: left;
    padding: 3%;
    border: 1px solid #fff;
    margin-right: 1.5%;
}

.index-c5 .tab2 ul li:nth-child(3n) {
    margin-right: 0;
}

.index-c5 .tab2 ul li .sj {
    font: normal 32px/60px "微软雅黑";
    color: rgba(0, 0, 0, 0.5);
    background: url(../images/a528cf58cae2e56cad90119ed0c528f2acd3da1a.png) no-repeat center bottom;
    text-align: center;
}

.index-c5 .tab2 ul li h3 {
    padding: 20px 0;
}

.index-c5 .tab2 ul li h3 a {
    display: block;
    font: normal 12px/30px "微软雅黑";
    color: #ee6a5a;
    text-align: center;
}

.index-c5 .tab2 ul li .info {
    font: 100 12px/24px "微软雅黑";
    color: #000;
}

.index-c5 .tab2 ul li a.img {
    display: block;
    margin-top: 10%;
}

.index-c5 .tab2 ul li a.img img {
    width: 100%;
    height: auto;
}

.index-c5 .tab2 ul li:hover {
    border-color: #ee6a5a;
}

.index-c5 .tab2 ul li:hover .sj {
    background: url(../images/f7181635c6eb889f488b1c1347ccc31ab8c9c31f.png) no-repeat center bottom;
    color: #000;
}


@media (max-width: 768px) {
    .index-c5 .tab2 ul li {
        width: 96%;
        margin: 2% !important;
    }
}


/*通栏*/
.xy-tonglan {
    background: #16212e;
}

.foot1 {
    padding: 60px 0;
    border-bottom: 1px solid #2e3843;
}

.xy-tonglan .xy-tl-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
}


.xy-tl-nav dl {
    width: 25%;
    float: left;
}


.xy-tl-nav dd a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 24px;
}

.xy-tl-nav dd a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.xy-tonglan .xy-tl-box {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 25px;
}

.xy-tonglan .xy-tl-box img {
    display: inline-block;
    margin-right: 15px;
}

.xy-tonglan .xy-tl-ewm {

    font-size: 16px;
    color: #ffffff;
    padding-top: 30px;
    text-align: right;
}

.xy-tonglan .xy-tl-ewm img {
    max-width: 100%;
}

@media (max-width: 768px) {

    .xy-tonglan .xy-tl-ewm {
        text-align: center;
    }
}


/*xyin-links*/
.xyin-links {

    text-align: center;
    font: normal 12px/24px "微软雅黑";
    color: rgba(255, 255, 255, 0.3);
}

.xyin-links span {
    color: rgba(255, 255, 255, 0.3);
}

.xyin-links a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
    padding-right: 10px;
}


/*页脚*/
.xy-footer {
    padding: 30px 0;
    background: #16212e;
    position: relative;
}

.xy-footer .copyright {
    text-align: center;
    font: normal 12px/24px "微软雅黑";
    color: rgba(255, 255, 255, 0.3);
}

.xy-footer .copyright a {
    color: rgba(255, 255, 255, 0.3);
}

.xy-footer .zyqy {
    text-align: center;
    font: normal 12px/24px "微软雅黑";
    color: rgba(255, 255, 255, 0.3);
}

.xy-footer .zyqy a {
    color: rgba(255, 255, 255, 0.3);
}

.xy-footer p {
    padding: 0;
    margin: 0;
}


@media (max-width: 768px) {
    .xy-footer {
        padding: 10px 0;
    }

}




/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/be949b2036b4e95f556ccefcb54f5d2b2c2712af.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/9ed1e881507c08486bc79106c0c407433bdc69ff.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/b91ee441851155e5d2c7cadc4f7a1d3287491bd1.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


.wh1400 {
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.p1 {
	padding-top: 3.44vw;
}
.p1a {
	border-bottom: 2px solid rgba(235, 0, 0, .1);
	padding-bottom: 16px;
	
}
.p1a h3 {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000000;
}
.p1a h3  span {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	opacity: 0.6;
}
.p1a a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.2px;
	color: #000000;
}

.p1b{
	margin-top: 38px;
}
.p1b li {
	width: 24%;
}
.p1b li a {
	display: block;
	box-shadow: 0px 0px 9.9px 0.1px 
	rgba(0, 0, 0, 0.19);
	height: 100%;
	background: #fff;
}
.p1b li a  div.img img{
	display: block;
	width: 100%;
}
.p1b li a  .cont{
	padding: 14px 20px 21px 14px;
}
.p1b li a  .cont h3 {
	font-size: 17px;
	font-weight: normal;
	color: #fe0102;
	margin-bottom: 12px;
}
.p1b li a  .cont p {
	font-size: 12px;
	color: #343434;
	line-height: 20px;
}
@media(max-width: 768px) {
	.p1b li {
		width: 49%;
		margin-bottom: 2%;
	}
}
@media(max-width: 767px) {
	.p1 {
		padding-top: 10.44vw;
	}
	.p1b li {
		width: 100%;
		margin-bottom: 2%;
	}
}

.p2 {
	margin-top: 58px;
}
.p2a{
	width: 47.1%;
}
.p2a1{
	border-bottom: 2px solid rgba(235, 0, 0, .1);
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.p2a1 .p2a1a li a {
	font-size: 18px;
	color: #000000;
	width: 74px;
	position: relative;
}
.p2a1 .p2a1a li a::after {
	content: "";
	width: 74px;
	height: 2px;
	background-color: #fe0102;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all ease .3s;
}
.p2a1 .p2a1a li:hover a::after {
	opacity: 1;
}

.p2a1 .p2a1a li:nth-child(1) a{
	margin-right: 40px;
}

.p2a1 a.more{
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #000000;
}

.p2a2a li a {
	width: 100%;
}

.p2a2a li a h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 2.3;
	color: #000000;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p2a2a li a span {
	font-size: 15px;
	width: 30%;
	text-align: right;
	color: #000000;
}
.p2a2a li a:hover h3 {
	color: #fe0102;
}
.p2a2a li a:hover span {
	color: #fe0102;
}

.p2b{
	width: 47.1%;
}
.p2b1{
	border-bottom: 2px solid rgba(235, 0, 0, .1);
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.p2b1 .p2b1a li a {
	font-size: 18px;
	color: #000000;
	width: 74px;
	position: relative;
}

.p2b1 .p2b1a li a::after {
	content: "";
	width: 74px;
	height: 2px;
	background-color: #fe0102;
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all ease .3s;
}
.p2b1 .p2b1a li:hover a::after{
	opacity: 1;
}


.p2b1 .p2b1a li:nth-child(1) a{
	margin-right: 40px;
}

.p2b1 a.more{
	font-size: 16px;
	letter-spacing: 0.2px;
	color: #000000;
}
@media(max-width: 767px) {
	.p2a {
		width: 100%;
	}
	.p2b{
		width: 100%;
		margin-top: 8%;
	}
}