@charset "utf-8";
/* CSS Document */
ls,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}embed {vertical-align:top;}
img {vertical-align:middle;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #ff970b;text-decoration: none;}

a:focus, a:hover {
    
    text-decoration: none !important;
}
h1, h2 	{font-size: 25px;line-height: 25px;}
h3, h4	{font-size: 20px;line-height: 20px;}
h5, h6	{font-size: 16px;line-height: 16px;}
h1,h2,h3,h4,h5,h6{font-family: "microsoft yahei";}

p{margin: 10px 0;color: #333;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-right{float: right;}
.f-left{float: left;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.clearfix{clear: both;}
ul{margin-bottom: 0!important;}
/* --Line-- */
hr.line { margin: 15px auto; padding: 0; max-width: 90px;border: 0; border-top: solid 5px #ab57b8;text-align: center;}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
html, body {width:100%; padding:0; margin:0;}
body {background: #fff;color: #3F3F3F;font: 14px/25px Arial, Helvetica, sans-serif;font-family:"microsoft yahei";}
.pad4{padding: 50px 0 0;}
.pad3{padding: 30px 0 0;}
.w1500{max-width: 1368px;margin: 0 auto;}
.flex{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.flexs{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: space-between;}
.flexss{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: flex-start;}



/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;box-shadow: 0 0 10px #ccc;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background: linear-gradient(to left, #2e58a6, #359980);width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#fff;width:90%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:5%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;box-shadow: 0 2px 5px rgba(0,0,0,.1);}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav>ul>li.active a{color: #359980;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#359980}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.head_top .navbar-default{background:none;border: 0;min-height: auto;margin-bottom: 0;border-radius: 0;z-index: 99}
.head_top .navbar-header{width: 17%;background: #fff;}
.head_top .navbar-default .nav_l{background: linear-gradient(to left, #2e58a6, #359980);width: calc(100% - 17%);min-height: 89px;padding: 0 3%;}
.head_top .container-fluid{padding-right: 0;padding-left: 0;display: flex;align-items: center;}
.head_top .navbar-brand{height: auto;padding: 15px 15px;margin-left: 0;margin: 0 auto!important;display: block;width: 100%}
.head_top .navbar-brand img{margin: 0 auto!important;display: block}
.head_top .navbar-nav{width: 70%}
.head_top .navbar-default .navbar-nav>li>a,.head_top .navbar-default .navbar-nav>li>a:hover{color: #e4e4e4;font-size: 16px;}
.head_top .navbar-default .navbar-nav>.active>a,.head_top .navbar-default .navbar-nav>.active>a:focus,.head_top .navbar-default .navbar-nav>.active>a:hover,.head_top .navbar-default .navbar-nav>.open>a,.head_top .navbar-default .navbar-nav>.open>a:focus,.head_top .navbar-default .navbar-nav>.open>a:hover{background: none}
.head_top .navbar-default .navbar-nav>li:hover>a,.head_top .navbar-default .navbar-nav>li.active>a{color: #fff;font-weight: bold;}
.head_top .navbar-default .navbar-nav>li{position: relative;margin-right:5%;}
.head_top .navbar-default .navbar-nav>li:last-child{margin-right:0;}
.head_top .nav_r{width: auto;font-size: 24px;font-weight: bold;color: #fff;text-align: right;}
.head_top .nav_r img{margin-right: 10px;}
.head_top .navbar-default .navbar-nav>li:hover>a:after,.head_top .navbar-default .navbar-nav>.active:after,.head_top .navbar-default .navbar-nav>.active:hover>a:after{background: none;content: '';display: block;width: 14px;height: 14px;position: absolute;left:50%;bottom:-12px;border-radius: 50%;border: 2px solid #fff; transform:translate(-50%, -50%); }

.head_top .navbar-default .navbar-nav>.active>a,.head_top .navbar-default .navbar-nav>.active>a:focus,.head_top .navbar-default .navbar-nav>.active>a:hover{background: none;color: #fff;}
.lun .carousel-indicators .active{width: 28px;height: 8px;background: #359980;border: 0;}
.lun .carousel-indicators li{width: 28px;height: 8px;background: #fff;border: 0;margin: 0 5px;}
.sygy,.sycp,.wd{padding: 3% 5%;}
.sygy_r h4,.sycp_l h3{font-size: 30px;font-weight: bold;margin-top: 0;}
.sygy_r span{display: block;background: linear-gradient(to left, #2e58a6, #359980);width: 50px;height: 4px;content: '';margin: 20px 0 30px;}
.sygy_r p{line-height: 26px;max-height: 286px;overflow: hidden}
.sygy_r a,.sygy_r a:hover{display: block;margin-top: 4%;background: linear-gradient(to left, #2e58a6, #359980);width: 150px;height: 46px;text-align: center;color: #fff;line-height: 46px;}
.sycp{background: url("../images/sybg.png") no-repeat fixed center;background-size: 100% 100%;}
.sycp_l{width: 15%;float: left}
.sycp_l span{display: block;background:#359980;width: 50px;height: 2px;content: '';margin: 20px 0 30px;}
.sycp_l p{color: #666;line-height: 26px;margin-bottom: 30px;}
.sycp_l ul li{display: block;margin-bottom: 15px;position: relative;}
.sycp_l ul li a{color: #333;font-size: 18px;line-height: 36px;display: inline-block}
.sycp_l ul li.active a:after,.sycp_l ul li:hover a:after{position: absolute;content: '';width: 72px;height: 4px;background: #359980;left: 0;top: 36px;}
.sycp_l ul li.active a,.sycp_l ul li:hover a{color: #359980;font-weight: bold;}
.sycp_l .more{display: block;margin-top: 36px;}
.sycp_r{width: 83%;float: right}
.sycp_r_box{background: #fff;padding: 4%;box-shadow: 0 0 10px rgba(146,146,146.5)}
.sycp_r_box .sycp_r_box_l img{height: 250px;object-fit: cover;}
.sycp_r_box .sycp_r_box_r h3{font-size: 17px;font-weight: bold;margin-bottom: 20px;}
.sycp_r_box .sycp_r_box_r span{display: block;background: linear-gradient(to left, #2e58a6, #359980);width: 50px;height: 4px;margin: 20px 0 30px;}
.sycp_r_box .sycp_r_box_r h4{font-size: 14px;font-weight: bold;margin-bottom: 30px;}
.sycp_r_box .sycp_r_box_r a{display: block;background:#359980;width:45%;height: 46px;text-align: center;line-height: 46px;color: #fff;margin-top: 40px;}
.sycp_r ul li{margin-bottom: 20px;}
.sycp_r ul li:hover .sycp_r_box{background: linear-gradient(to left, #2e58a6, #359980);transition: .8s all; -moz-transition: .8s all; -ms-transition: .8s all; transition: .8s all; }
.sycp_r ul li:hover .sycp_r_box_r h4,.sycp_r ul li:hover .sycp_r_box_r h3,.syxw ul li:hover .sycp_r_box p,.syxw ul li:hover .sycp_r_box h4,.syxw ul li:hover .sycp_r_box span,.syxw ul li:hover .sycp_r_box a{color: #fff; }
.sycp_r ul li:hover .sycp_r_box_r span,.sycp_r ul li:hover .sycp_r_box_r a{background: #fff; }
.sycp_r ul li:hover .sycp_r_box_r a{color: #359980; }
.syal ul,.syal_img{position: relative;}
.syal li{float: left;width: 25%;position: relative;background: #000;}
.syal li .syal_img img{height: 332px;object-fit: cover;}
.syal li:first-child{width: 50%;}
.syal li:first-child .syal_img img{height: 664px;object-fit: cover;}
.syal .syal_text{position: absolute;width: 100%;height: 100%;left: 0;bottom:0;}
.syal .syal_img{opacity: 0.6}
.syal .syal_text div{position: absolute;width: 100%;left: 0;bottom:0;padding: 4%;color: #fff;}
.syal .syal_text div h4{font-size: 20px;font-weight: bold;margin-bottom: 20px;}
.syal .syal_text div p{color: #fff; margin-bottom: 20px;line-height: 26px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.syal li:hover .syal_text{background: linear-gradient(to left, #2e58a6, #359980);}
.syxw{background: #f2f2f2;}
.syxw .sycp_r_box{box-shadow: 0 0 0 0;padding: 6%;}
.syxw .sycp_r_box span,.new .sycp_r_box span{display: block;color: #999;font-size: 18px;font-weight: bold;margin-bottom: 15px;}
.syxw .sycp_r_box h4,.new .sycp_r_box h4{display: block;color: #333;font-size: 16px;font-weight: bold;margin-bottom: 20px;line-height: 30px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.syxw .sycp_r_box p,.new .sycp_r_box p{display: block;color: #999;font-size: 14px;margin-bottom: 20px;line-height: 26px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.syxw .sycp_r_box img,.new .sycp_r_box img{height: 238px;object-fit: cover;display: block;margin-bottom: 20px;}
.syxw .sycp_r_box a,.new .sycp_r_box a{color: #359980;}
.syxx{background: url("../images/sybg2.png") no-repeat center;background-size: 100% 100%;padding: 3% 5%;}
.syxx_l h3{font-size: 24px;font-weight: bold;margin-bottom: 30px;color: #fff;line-height: 40px;}
.syxx_r h3{font-size: 30px;font-weight: bold;margin-bottom: 20px;color: #fff}
.syxx_r a,.syxx_r a:hover{display: block;width: 130px;height: 46px;background: #fff;text-align: center;line-height: 46px;color: #359980;margin-bottom: 30px;}
.syxx_l p{color: #fff;line-height: 26px;}
footer{padding: 3% 5% 15px;background: linear-gradient(to left, #2e58a6, #359980);}
.copy{text-align: center;padding: 0 15px;margin-bottom: 0;color: #fff;line-height: 28px;}
.copy a,.copy a:hover{color: #fff;}
.foot_top_l ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: flex-start;}
.foot_top_l ul li:first-child{font-size: 15px;font-weight: bold;color: #fff;line-height: 36px;}
.foot_top_l ul li{color: #fff;margin-right: 40px;}
.foot_top_l ul li:last-child{margin-right:0;}
.foot_top_l ul li a{color: #e4e4e4;}
.foot_top_l ul li:hover a{color: #fff;}
.foot_top_r_t{font-size: 30px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.foot_top_r_t img{margin-right: 15px;}
.foot_top{margin-bottom: 30px;}
.foot_top_l{margin-bottom: 20px;}
.tup{background: url("../images/banner1.jpg") no-repeat top;background-size: auto auto;}
.top img{margin-right: 10px;}
.top,.top a,.top a:hover{color: #fff;line-height: 20px;margin-top: 20px;}
.daoh{background: #fafafa;width: 100%;height: 80px;margin-top: 30px;margin-bottom:40px;}
.daoh .daoh_l{background:linear-gradient(to left, #2e58a6, #359980);width:180px;height: 80px;line-height: 80px;text-align: center;font-size: 24px;font-weight: bold;color: #fff}
.daoh .daoh_r{background: #fafafa;width:calc(100% - 180px)}
.daoh .daoh_r li{width: auto;text-align: center;font-size: 16px;position: relative;height: 80px;line-height: 80px;padding: 0 1%;}
.daoh .daoh_r li a{color: #999}
.daoh .daoh_r li.active a,.daoh .daoh_r li:hover a{color: #359980;display: block;font-weight: bold}
.daoh .daoh_r li.active,.daoh .daoh_r li:hover{background:#fff;}
.daoh .daoh_r li.active:after,.daoh .daoh_r li:hover:after{content: '';display: block;width: 14px;height: 14px;position: absolute;left: 50%;bottom:4px;transform: translate(-50%, -50%);border: 2px solid transparent;border-radius: 8px; background-clip: padding-box, border-box;background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, rgba(53, 153, 128, 1), rgba(46, 88, 166, 1));}
.bottom{background: #fff;padding: 2%;}
.bottom_top li{float: left;margin-right: 15px;border: 1px solid #cdcdcd;text-align: center;padding: 13px 20px;margin-bottom: 30px!important;}
.bottom_top li a{display: block;color: #333}
.bottom_top li.active a,.bottom_top li:hover a{display: block;color: #fff}
.bottom_top li.active,.bottom_top li:hover{background: #359980;border: 1px solid #359980;}
.tit{text-align: center;}
.nei p{line-height: 28px;}
.nei img{width: auto;height: auto;}
/*招聘*/
 .pt2 .box{padding:20px 20px; border:1px solid #f0f0f0; background:#fff; cursor:pointer;}
 .pt2 .box img{width: 100%;height: 350px;object-fit: contain;}
.pt2 .box .tit{font-size:20px; line-height:28px; height:56px; overflow:hidden; font-weight:bold; color:#000; padding-bottom:20px; margin-bottom:20px; position:relative;}
 .pt2 .box .tit:after{content:""; position:absolute; left:0; bottom:0; width:50px; height:1px; background:#f0f0f0;}
 .pt2 .box p{font-size:13px; color:#5a5a5a; line-height:2;text-align: center}
 .pt2 .box:hover{background:#359980; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
 .pt2 .span-3,.al li,.new li{margin-bottom: 20px;}
.pt2 .box:hover .tit,.pt2 .box:hover p,.pt2 .box:hover ._btn{color:#fff;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background-color: #359980!important;border-color: #359980!important;color: #fff!important;}
.pagination>li>a, .pagination>li>span{color: #359980!important;}
.al_box{background: #fafafa;padding: 20px;}
.al_box img{width: 100%;height: 298px;object-fit: cover;}
.al_box h3{font-size: 16px;font-weight: bold;color: #333;line-height: 30px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.al_box p{font-size: 14px;color: #999;line-height: 26px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.al_box a,.al_box a:hover{color: #359980;display: block;margin: 20px 0;}
.new .sycp_r_box{box-shadow: 0 0 0 0;background: #fafafa;}
.new li:hover .sycp_r_box h4{color:#359980;}
.neit{text-align: left;font-size: 30px;line-height: 50px;font-weight: 700;}
.other-box {font-size: 14px;color: #ccc;line-height: 24px;margin-top: 23px;margin-bottom: 35px;}
.other-box img {vertical-align: middle;display: inline-block;max-width: 100%;margin-right: 10px;}
.other-box span {display: flex;align-items: center;}
.contact-wrapper .box-1 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 98px;
}
.contact-wrapper .box-1 .info {
    line-height: 24px;
    padding-right: 70px;
    flex: 1;
    overflow: hidden;
}
.page-title-box {
    padding: 98px 0 60px;
}
.contact-wrapper .box-1 .title {
    font-size: 30px;
    color: #343434;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 42px;
}
.box-group{width:90%;position: relative;margin: 0 auto;}
.box-group .right-group{width: 75%;box-sizing: border-box;background: #fff;margin: 0 auto;}
.box-group .right-group .title{color: #18354a;font-size:20px;font-weight: bold;}
.box-group .right-group .form-group{position: relative;display: flex;justify-content:space-between;flex-wrap: wrap;padding-top:30px;}
.box-group .right-group .form-group .input-group{position: relative;margin:0 0 35px 0;}
.box-group .right-group .form-group .input-group.w50{width: 47%;}
.box-group .right-group .form-group .input-group.w100{width: 100%;}
.box-group .right-group .form-group .input-group input,.box-group .right-group .form-group .input-group textarea{width: 100% !important;padding:10px 0;font-size: 14px;	color: #666;border:0;border-bottom:1px solid #777;outline: none;resize: none;}
.box-group .right-group .form-group .input-group textarea{min-height: 100px;}
.box-group .right-group .form-group .input-group span{position: absolute;left:0;padding:5px 0;font-size: 14px;color: #666;transition: 0.3s;pointer-events: none;}

.box-group .right-group .form-group .input-group input:focus ~ span,.box-group .right-group .form-group .input-group textarea:focus ~ span,.box-group .right-group .form-group .input-group input:valid ~ span,.box-group .right-group .form-group .input-group textarea:valid ~ span{transform:translateY(-20px);font-size: 12px;letter-spacing: 1px;color: #000;}
.box-group .right-group .form-group .input-group button{cursor: pointer;background: #359980;color: #fff;border:0;padding:10px 30px;font-size: 14px;}
.info_l,.info_r{width: 50%;}
.info_box{font-size: 20px;font-weight: bold;}
.info_box span{display: block;font-size: 16px;font-weight: normal;color: #999;margin-top: 20px;}
.map{width: 100%;height: 520px;background: #333;margin-top: 30px;}
#Head{
 width: 100%;

}






@media (max-width: 1420px) and (min-width: 769px) {
	.w1500{padding-left: 15px;padding-right: 15px;}
}

@media only screen and (max-width:768px){
	.middle{padding-top: 50px;}
	.sygy,.sycp,.bottom{padding: 5% 15px;}
	.sygy_r{margin-top: 5%}
	.sygy_r p{max-height:none;}
	.sycp_l,.sycp_r{width: 100%;float: none;}
	.sycp_l .more{display: none}
	.sycp_l ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: space-between;margin-bottom: 20px!important;}
	.syal li,.syal li:first-child,.daoh .daoh_l{width: 100%}
	.syal li .syal_img img,.syal li:first-child .syal_img img{height: auto;}
	.foot_top,.daoh,.info .flexs{display: block;}
	.daoh{height: auto;}
	.box-group .right-group .form-group .input-group.w50,.box-group .right-group{
    width: 100%;
}
	.info_box{margin-bottom: 30px;}
	.map{height: 300px;}
	.daoh .daoh_r{width:100%;display:none}
	.daoh .daoh_r .flexss,.foot_top_l ul{display:block}
	.daoh .daoh_r li{width:50%;float:left}
	.foot_top_l ul li:first-child{width: 100%;}
	.foot_top_l ul li{float: left;}
}






