/*幻灯片*/
.banner {
	overflow: hidden;
	background: #fff;
	position: relative;
}

.banner-box {
	min-width: 1200px;
	height: 550px;
	position: relative;
	margin: 0 auto;
}

.banner-box .bd {
	width: 100% !important;
}

.banner-box .bd li {
	width: 100% !important;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
}

.banner-btn {
	width: 100%;
	position: absolute;
	top: 70px;
	;
	left: 0;
	margin-left: 0;
	height: 100%;
	overflow: hidden;
}

.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 158px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out
}

.banner-btn a.prev {
	left: -50px;
	background: url(../img/20200406105537_1621109331.png) 0 0 no-repeat;
}

.banner-btn a.next {
	right: -50px;
	background: url(../img/20200406105537_1621109331.png) -49px 0 no-repeat;
}

.banner-box .hd {
	position: absolute;
	bottom: 100px;
	width: 100%;
}

.banner-box .hd ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.banner-box .hd ul li {
	width: 100px;
	height: 6px;
	text-indent: -9999px;
	background: #ccc;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out;
}

.banner-box .hd ul li.on {
	background: #2255ca;
	width: 100px;
}

.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}



/*搜索*/
.search_bg {
	width: 100%;
	height: 108px;
	padding-top: 37px;
	background: #f2f4f5;
}

.search {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	height: 66px;
	line-height: 66px;
}

.search_fl {
	float: left;
	text-indent: 25px;
}

.search_fl a {
	margin-left: 10px;
}

.search_fl a:nth-child(1) {
	margin-left: 0px;
}

.search_fr {
	float: right;
	margin: 16px 24px 0 0;
	width: 335px;
	height: 38px;
	background: #f3f4f6;
}

.search_pro {
	float: left;
	width: 273px;
	margin-right: 24px;
	font-size: 15px;
	color: #a9a9a9;
}

input#infoname {
	color: #a9a9a9;
	background: #f3f4f6;
	text-indent: 17px;
}

.search_btn {
	float: right;
	width: 45px;
}



/*产品推荐*/
.pro_bg {
	width: 100%;
	height: 980px;
	background: #f2f4f5;
}

.pro_main {
	padding-top: 40px;
	width: 1200px;
	height: 870px;
	margin: 0 auto;
	background: #fff;
}

.pro_bt {
	height: 82px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	background: url(../img/20200819154207_745371104.png) bottom no-repeat;
	margin-bottom: 50px;
}

.pro_bt span {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.pro_sort {
	position: relative;
	width: 280px;
	margin-left: 20px;
}

.nypro_main {
	width: 260px;
}

.nypro_tit {
	padding: 20px;
	background: #2255ca;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-bottom: 2px solid #fff;
}

.nypro_tit span {
	font-size: 16px;
}

.nypro_list_nav {
	padding-left: 15px;
	width: 245px;
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #fff;
	background: url(../img/20200825165411_923715820.png) no-repeat 30px #efefef;
	text-indent: 50px;
}

.nypro_list_nav a {
	display: block;
	font-size: 16px;
}

.nypro_list_nav:hover {
	background: url(../img/20200825164821_1490568087.png) no-repeat 30px #2255ca;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.nypro_list_nav:hover a {
	color: #fff;
	text-decoration: none;
}



.pro_show {
	width: 900px;
}

.pro_show_item {
	position: relative;
	float: left;
	padding-bottom: 25px;
	margin-left: 14px;
	width: 276px;
	overflow: hidden;
}

.pro_show span {
	display: block;
	margin-top: 7px;
}

.pro_show span a {
	width: 275px;
	color: #333;
	text-align: left;
	display: block;
	text-indent: 23px;
	line-height: 43px !important;
	background: url(../img/20200819194319_938017797.png) no-repeat 231px #eee;
	text-decoration: none;
}

.pro_show_item:hover span a {
	color: #fff;
	background: url(../img/20200819194559_1191136012.png) no-repeat 211px #2255ca;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.pro_show_item>a:before {
	position: absolute;
	top: -275px;
	content: "";
	display: block;
	width: 275px;
	height: 275px;
	transition: 0.5s;
	background: url(../img/20200819194652_650646261.png) center no-repeat rgba(0, 0, 0, 0.4);
}

.pro_show_item:hover>a:before {
	top: 0;
}

.pro_show_item img {
	border: 1px solid #ccc;
}



/*产品特点*/
.protd_bg {
	width: 100%;
	margin-top: 66px;
}

.protd_bt {
	height: 82px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	background: url(../img/20200819154207_745371104.png) bottom no-repeat;
}

.protd_bt span {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.protd_main {
	margin-top: 14px;
	height: 500px;
	background: url(../img/20200907161044_164766030.png) center no-repeat;
}

.protd_list {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.protd_main li {
	position: absolute;
	font-size: 16px;
	line-height: 28px;
}

.protd_main li:nth-child(1) {
	top: 46px;
	width: 345px;
}

.protd_main li:nth-child(2) {
	top: 197px;
	width: 313px;
}

.protd_main li:nth-child(3) {
	top: 346px;
	width: 329px;
}

.protd_main li:nth-child(1) p,
.protd_main li:nth-child(2) p,
.protd_main li:nth-child(3) p {
	padding-left: 25px;
}

.protd_main li:nth-child(4) {
	top: 46px;
	right: 0;
	width: 329px;
	text-align: right;
}

.protd_main li:nth-child(5) {
	top: 197px;
	right: 0;
	width: 298px;
	text-align: right;
}

.protd_main li:nth-child(6) {
	top: 346px;
	right: 0;
	width: 316px;
	text-align: right;
}

.protd_main li:nth-child(4) p,
.protd_main li:nth-child(5) p,
.protd_main li:nth-child(6) p {
	padding-right: 25px;
}

.protd_main li span {
	padding-left: 25px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background: url(../img/20200820084710_804795552.png) left no-repeat;
}

.protd_main li:nth-child(4) span,
.protd_main li:nth-child(5) span,
.protd_main li:nth-child(6) span {
	padding-right: 25px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	background: url(../img/20200820084710_804795552.png) right no-repeat;
}



/*应用案例*/
.case_bg {
	margin-top: 44px;
}

.case_bt {
	height: 86px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	background: url(../img/20200819154207_745371104.png) bottom no-repeat;
}

.case_bt span {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.case_main {
	position: relative;
	margin: 29px auto 0 auto;
	height: 492px;
	width: 1200px;
}

.case_main td {
	position: relative;
	display: block;
	float: left;
	width: 325px;
	margin: 5px;
	overflow: hidden;
	transition: all 0.8s linear;
}

.case_main td {
	padding-left: 0 !important;
}

.case_main td>a {
	display: block;
	overflow: hidden;
}

.case_main td img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.case_main td:hover a img {
	transform: scale(1.2);
}

.case_main td:nth-child(1) {
	margin-left: 0px !important;
	margin-right: 0px;
}

.case_main td:nth-child(2) {
	width: 540px !important;
	height: 492px !important;
}

.case_main td:nth-child(3) {
	position: absolute;
	right: 0px;
	margin-right: 0px;
}

.case_main td:nth-child(4) {
	position: absolute;
	left: 0px;
	top: 248px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.case_main td:nth-child(5) {
	position: absolute;
	right: 0px;
	top: 248px;
	margin-right: 0px;
}

.case_main div a {
	display: block;
	position: absolute;
	bottom: 24px;
	background: rgba(238, 238, 238, 0.9) url(../img/20200821100510_1062683609.png) 284px no-repeat;
	width: 325px;
	line-height: 53px;
	text-align: left;
	text-indent: 16px;
}

.case_main td:nth-child(2) img {
	height: 492px !important;
}

.case_main td:nth-child(2)>div>a {
	width: 100%;
	bottom: 0px;
	background: rgba(238, 238, 238, 0.9) url(../img/20200821100510_1062683609.png) 500px no-repeat;
}

.case_main td:hover>div>a {
	color: #fff;
	opacity: 0.9;
	background: #2255ca url(../img/20200821102642_1663896102.png) 284px no-repeat;
}

.case_main td:nth-child(2):hover>div>a {
	background: #2255ca url(../img/20200821102642_1663896102.png) 500px no-repeat;
}



/*核心优势*/
.adv_bg {
	position: relative;
	width: 100%;
	margin-top: 60px;
}

.adv_btbg {
	height: 264px;
	background: url(../img/20200820111033_355587576.jpg) center no-repeat
}

.adv_bt {
	padding-top: 66px;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-align: center;
}

.adv_bt i {
	font-size: 80px;
	line-height: 80px;
	font-family: Arial;
}

.adv_bt span {
	display: block;
	margin-bottom: 9px;
	font-size: 46px;
	font-weight: bold;
	line-height: 46px;
	margin-top: -28px;
}

.adv_main1 {
	height: 852px;
	background: url(../img/20200820111033_885958278.jpg) center no-repeat;
}

.adv_main {
	width: 1200px;
	margin: 0 auto;
}

.adv1 {
	padding-top: 100px;
}

.adv_tit {
	padding-left: 110px;
	position: relative;
	font-size: 46px;
	line-height: 46px;
	color: #333;
	font-weight: bold;
}

.adv_tit:after {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -212px;
	display: inline-block;
	width: 444px;
	height: 82px;
	content: '';
	background: url(../img/20200826094938_2028705152.png) no-repeat;
}

.adv_tit em {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 86px;
	color: #ccc;
}

.adv_tit span {
	margin-top: 4px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

.adv_nr span {
	margin-top: 36px;
	display: block;
	width: 502px;
	font-size: 28px;
	line-height: 51px;
	font-weight: bold;
	background: #2255ca;
	border-radius: 30px;
	color: #fff;
	text-indent: 41px;
}

.adv_nr p {
	padding-left: 20px;
	margin: 20px 0 0 23px;
	width: 450px;
	font-size: 16px;
	line-height: 28px;
	background: url(../img/20200820135357_257374999.png) 0 9px no-repeat;
}

.adv2 {
	float: right;
	padding-top: 110px;
}

.adv2 .adv_tit:after {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -440px;
	display: inline-block;
	width: 182px;
	height: 82px;
	background: url(../img/20200826094938_292231149.png) no-repeat;
}

.adv_main2 {
	height: 828px;
	background: url(../img/20200820111033_1216770657.jpg) center no-repeat;
}

.adv_main2:after {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: #2255ca;
	border-radius: 50%;
}

.adv3 {
	padding-top: 84px;
}

.adv3 .adv_tit:after {
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -304px;
	display: inline-block;
	width: 396px;
	height: 82px;
	background: url(../img/20200826094938_1523401594.png) no-repeat;
}

.adv4 {
	float: right;
	padding-top: 130px;
}

.adv4 .adv_tit:after {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -438px;
	display: inline-block;
	width: 182px;
	height: 82px;
	background: url(../img/20200826094938_1402121406.png) no-repeat;
}

.adv4 .adv_nr p {
	width: 467px;
}



/*关于我们*/
.about_bg {
	position: relative;
	margin-top: 55px;
	width: 100%;
	height: 660px;
	background: url(../img/20200820145151_1854534199.jpg) center no-repeat #f2f4f5;
}

.about_main {
	width: 1200px;
	margin: 0 auto;
}

.about_fl {
	float: left;
	margin-top: 74px;
}

.about_tit {
	font-size: 26px;
	color: #333;
	line-height: 26px;
}

.about_tit span {
	display: block;
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: bold;
	font-family: Tw Cen MT;
}

.about_des {
	margin-top: 35px;
	width: 633px;
	line-height: 26px;
}

.counts {
	margin-top: 40px;
}

.counts li {
	position: relative;
	float: left;
	margin-right: 45px;
}

.counts li span {
	margin-bottom: 10px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
}

.counts li i {
	font-size: 60px;
	color: #333;
	font-weight: bold;
	font-family: neutraface2;
	letter-spacing: -3px;
}

.counts li:nth-child(1) {
	width: 145px;
}

.counts li:nth-child(2) {
	width: 128px;
}

.counts li:nth-child(3) {
	width: 107px;
}

.counts li:nth-child(4) {
	width: 125px;
}

.counts li:nth-child(1) i {
	width: 109px;
}

.counts li:nth-child(2) i {
	width: 93px;
}

.counts li:nth-child(3) i {
	width: 73px;
}

.counts li:nth-child(4) i {
	width: 90px;
	letter-spacing: 0px;
}

.counts li em {
	font-size: 20px;
	position: absolute;
	left: 120px;
	bottom: 11px;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #2255ca;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.counts li:nth-child(2) em {
	font-size: 14px;
	position: absolute;
	left: 105px;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #2255ca;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.counts li:nth-child(3) em {
	font-size: 20px;
	position: absolute;
	left: 80px;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #2255ca;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.counts li:nth-child(4) em {
	font-size: 14px;
	position: absolute;
	left: 97px;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: #2255ca;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.about_more {
	margin-top: -30px;
	margin-right: 10px;
}

.about_more a {
	display: block;
	width: 150px;
	margin-right: 40px;
	line-height: 51px;
	text-indent: 13px;
	color: #a3a3a3;
	background: #fff url(../img/20200820155909_1562502082.png) 106px 23px no-repeat;
}

.about_more a:hover {
	color: #fff;
	background: #2255ca url(../img/20200820160322_17807991.png) 106px 23px no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s;
}


.myimage {
	margin-top: 40px;
	height: 180px;
	overflow: hidden;
}

.myimage li {
	width: 190px;
	border: 5px solid #fff;
	float: left;
	margin-right: 20px;
	box-shadow: 0 0 10px #ddd;
}

.myimage li:hover {
	border-color: #2255ca;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.myimage li img {
	width: 100%;
}


.about_fr {
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: 93px;
	width: 421px;
	height: 160px;
	background: url(../img/20200820161953_1084757625.png) no-repeat;
}

.wenzi {
	margin: 10px 43px 0 0;
	color: #fff;
	text-align: right;
	font-size: 24px;
}

.wenzi i {
	font-family: Engravers MT;
	font-size: 32px;
}

.wenzi span {
	display: block;
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
}



/*定制流程*/
.process_bg {
	position: relative;
	padding-top: 52px;
	height: 407px;
	background: url(../img/20200907164217_1439021206.png) center bottom no-repeat;
}

.process_bt {
	height: 82px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	background: url(../img/20200819154207_745371104.png) bottom no-repeat;
}

.process_bt span {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.process_main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 46px;
}

.process_main li {
	position: relative;
	margin-right: 21px;
	float: left;
	font-size: 18px;
	text-align: center;
}

.process_main li:nth-child(10) {
	margin-right: 0px;
}

.process_main li i {
	position: absolute;
	left: 34px;
	top: -15px;
	display: block;
	width: 34px;
	line-height: 34px;
	border-radius: 50%;
	background: #2255ca;
	font-family: TwCenMT;
	color: #fff;
	text-align: center;
}

.process_main li em {
	display: block;
	width: 101px;
}

.process_main li span {
	margin-top: 12px;
	display: block;
}

.process_phone {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -220px;
	font-size: 16px;
	color: #fff;
	line-height: 59px;
}

.process_phone i {
	padding-left: 31px;
	display: inline-block;
	background: url(../img/20200907164448_1339831723.png) left no-repeat;
}

.process_phone span {
	position: absolute;
	width: 466px;
	font-size: 30px;
	font-family: DIN-Medium;
}

.process_phone a {
	position: absolute;
	left: 50%;
	margin-left: 280px;
	top: 11px;
	display: inline-block;
	width: 133px;
	font-size: 16px;
	line-height: 36px;
	color: #2255ca;
	text-indent: 15px;
	border-radius: 40px;
	background: url(../img/20200820174605_1103641189.png) 88px 14px no-repeat #fff;
}



/*新闻资讯*/
.news_bg {
	width: 1200px;
	margin: 0 auto;
	padding-top: 58px;
}

.news_bt {
	float: left;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.news_bt span {
	display: block;
	width: 224px;
	line-height: 53px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	background: url(../img/20200820202616_1185758150.png) center no-repeat;
}

.news_lm {
	float: right;
	margin-top: 30px;
}

.news_lm li {
	float: left;
}

.news_lm li a {
	margin-right: 20px;
	display: block;
	width: 171px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	border-radius: 50px;
	background: #fff;
	color: #333;
	box-shadow: 0px 0px 18px 0px #6988ca;
	text-decoration: none;
}

.news_lm li:nth-child(3) a {
	margin-right: 0px;
}

.X3 a {
	background: #2255ca !important;
	color: #fff !important;
	text-decoration: none;
}

.news_main {
	margin-top: 40px !important;
}

.news1 {
	float: left;
}

.news1 .news_div {
	position: relative;
	width: 597px;
}

.news1 .news_div_item_content {
	position: absolute;
	top: 317px;
	height: 98px;
	z-index: 10;
	padding-left: 130px;
	padding-top: 30px;
	padding-right: 40px;
	width: 393px;
	left: 17px;
	background: #f5f5f5;
}

.news1 .news_div_item_title a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 7px;
	display: block;
}

.news1 .news_div_item_body {
	font-size: 14px;
	color: #b1b1b1;
	line-height: 24px;
	color: #777;
}

.news1 .news_div_item_pic {
	position: absolute;
	width: 598px;
	height: 376px;
	overflow: hidden;
	top: 0px;
}

.news_div_item_pic img {
	width: 598px;
	height: 376px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.news1:hover .news_div_item_pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news1:hover .news_div_item_title a {
	color: #2255ca;
	text-decoration: none;
}

.news1 .news_div_item_year {
	float: left;
	position: absolute;
	top: 51px;
	left: 26px;
}

.news1 .news_div_item_date {
	position: relative;
	width: 102px;
	height: 75px;
	border-right: 1px solid #dcdcdc;
	float: left;
	background: #f5f5f5;
	font-size: 14px;
	color: #555;
	position: absolute;
	top: 346px;
	left: 17px;
	margin-bottom: 30px;
	font-family: Arial;
	z-index: 100;
}

.news1 .news_div_item_month {
	position: absolute;
	top: 51px;
	left: 62px;
}

.news1 .news_div_item_day {
	font-size: 40px;
	position: absolute;
	font-weight: bold;
	top: 8px;
	left: 30px;
}

.news2 {
	float: right;
	width: 554px;
}

.news2 .news_div_item_date {
	width: 87px;
	height: 87px;
	float: left;
	background: #f5f5f5;
	font-size: 14px;
	color: #555;
	position: relative;
	margin-bottom: 30px;
	font-family: Arial;
}

.news2 .news_div_item_year {
	float: left;
	position: absolute;
	top: 57px;
	left: 17px;
}

.news2 .news_div_item_month {
	position: absolute;
	top: 57px;
	left: 54px;
}

.news2 .news_div_item_day {
	font-size: 40px;
	position: absolute;
	font-weight: bold;
	top: 14px;
	left: 21px;
}

.news2 .news_div_item_content {
	width: 449px;
	height: 87px;
	float: right;
	background: #fff;
	margin-bottom: 30px;
}

.news2 .news_div_item_title a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.news2 .news_div_item_title {
	margin-top: 4px;
	margin-bottom: 8px;
}

.news2 .news_div_item_body {
	color: #777;
	line-height: 24px;
}

.news2 .news_div_item:hover .news_div_item_date {
	background: #2255ca;
	color: #fff;
}

.news2 .news_div_item:hover .news_div_item_title a {
	color: #2255ca;
	text-decoration: none;
}


/*友情链接*/
.link {
	padding: 50px 0;
}

.link_main {
	width: 1200px;
	margin: 0 auto;
}
.link_main a{
	margin-right: 5px;
}