@charset "utf-8";
/* CSS Document */
<!--全局样式-->

*{ font-family:"Microsoft YaHei"}
a:hover{ text-decoration:none;}
/* color */
a:link,a:visited{color:#575757;text-decoration:none;}
a:hover{text-decoration:none;}
a:active{color:#1d7400;}

* {margin:0; padding:0; font-family:"微软雅黑"}
* html body { overflow:hidden; font-family:"微软雅黑"}
* html iframe, * html frame {overflow:auto;}
* html frameset {overflow:hidden;}
body {color:#666; background:#FFF; font-family:"Microsoft YaHei","微软雅黑","KaiTi",SimSun,Verdana, Arial, sans-serif; font:12px/1.231 arial,helvetica,clean,sans-serif; line-height:26px;}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr,dl,dt,dd {margin:0 ; padding:0;}
input, select {font-size:12px; vertical-align:middle;}
/ body div {text-align:left;}
textarea, input {word-wrap:break-word; word-break:break-all; padding:0px;}
li {list-style-type:none;}
img {border:0 none;}
a {color:#666; text-decoration:none;}
a:hover {color:#5aafe2;}
a {outline:none; star:expression_r(this.onFocus=this.blur());}
body{
	font-family: "microsoft yahei";
	background: #f2f2f2;
}
/* 通用样式 */
.In_Width{
	width: 1100px;
	margin: 0 auto;
}
.bg_fff{
	background: white;
}
.In_more{
	display: block;
	width: 95%;
	height: 50px;
	line-height: 50px;
	text-align: right;
	padding-right: 5%;
}
.PosRe{
	position: relative;
}
.ListMore{
	float: right;
	font-size: 16px;
	color: #868686;
}
/* 通用end */
/* 头部 */ 
.header{
	width: 100%;
	height: 126px;
}
.header .top_one{
	width: 100%;
	height: 33px;
	line-height: 33px;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
}
.header .top_one span{
	float: right;
	font-size: 12px;
	color: #555;
}
.header .top_one span a{
	margin-left: 15px;
	text-decoration: underline;
}
.header .top_logo_menu{
	width: 100%;
	height: 92px;
	line-height: 92px;
	background: white;
}
.header .top_logo_menu  .header_logo{
	display: inline-block;
	float: left;
	margin-top: 28px;
}
.header .top_logo_menu .Index_header_menu{
	width: 80%;
	margin-left: 50px;
	float: left;
}
.header .top_logo_menu .Index_header_menu dd{
	float: left;
	height: 92px;
	line-height: 92px;
	padding: 0 25px 0 25px;
}
.header .top_logo_menu .Index_header_menu dd a{
	display: block;
	line-height: 92px;
	font-size: 14px;
	color: #555555;
}
.header .top_logo_menu .Index_header_menu dd a:hover , .menu_on{
	height: 88px;
	line-height: 92px;
	border-bottom: 4px solid #69b839;
}
	
/* 头部end */

/* body */
.In_Banner{
	width: 100%;
	overflow: hidden;
	height: 389px;
}
.In_Banner img{
	width: 100%;
	height: 389px;
}
.searchcode{
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
.searchcode input{
	border-radius: 5px;
	background: white;
	width: 706px;
	height: 74px;
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 24px;
	color: #d8d8d8;
	vertical-align: middle;
}
input:focus{
    outline: none !important;
    border:1px solid green;
    box-shadow: 0 0 10px #719ECE;
}
 
.searchcode a{
	display: inline-block;
	width: 243px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: white;
	font-size: 24px;
	background: #69ceb6;
	border-radius: 5px;
	margin-left: 15px;
	vertical-align: middle;
}
.In_List_div{
	width: 100%;
	margin-top: 70px;
}
.In_List_div h1{
	width: 100%;
	font-size: 36px;
	color: #333;
	text-align: center;
}
.In_List_div .bottomicon{
	display: block;
	margin: 15px auto;
	width: 20px;
	height: 18px;
	background: url(../../images/IndexNew/bottomicon.png)no-repeat;
}
.In_List_div .gnjsimg{
	display: block;
	margin: 22px auto;
}
.In_List_div .p-content{
	display: block;
	margin: 0 auto;
	width: 95%;
	text-indent: 30px;
	padding-top: 24px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.fwsy_gn {
    width: 98%;
    margin: 40px 0 0 2%;
}

.fwsy_con {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.fwsy_con ul {
    width: 100%;
    overflow: hidden;
}

.fwsy_con ul li {
    width: 14.6666666%;
    min-height: 400px;
    background: #ebebeb;
    float: left;
    margin-right: 15px;
    padding: 15px;
    cursor: pointer;
    transition: all 1.5s;
    box-sizing: border-box;
}

.fwsy_con ul li a {
    width: 40px;
    height: 35px;
    display: inline-block;
    background: url(../../images/IndexNew/fwsy_icon.png) no-repeat 0 top;
    margin-top: 20px;
    margin-bottom: 15px;
}

.fwsy_con ul li h2 {
    font-size: 16px;
    height: 37px;
    color: #008dd2;
}

.fwsy_con ul li b {
    width: 34px;
    height: 3px;
    display: inline-block;
    font-size: 0;
    background: #008dd2;
}

.fwsy_con ul li p {
    margin-top: 20px;
}

.fwsy_con ul li:hover {
    background: #008dd2;
    color: #fff;
    transform: rotatey(360deg);
}

.fwsy_con ul li:hover a {
    background: url(../../images/IndexNew/fwsy_icon.png) 40px top;
}

/* .fwsy_con ul li:nth-of-type(2):hover a {
    background: url(../images/fwsy_icon.png) 40px -34px;
}

.fwsy_con ul li:nth-of-type(3):hover a {
    background: url(../images/fwsy_icon.png) 40px -73px;
}

.fwsy_con ul li:nth-of-type(4):hover a {
    background: url(../images/fwsy_icon.png) 40px -113px;
}

.fwsy_con ul li:nth-of-type(5):hover a {
    background: url(../images/fwsy_icon.png) 40px -150px;
}

.fwsy_con ul li:nth-of-type(6):hover a {
    background: url(../images/fwsy_icon.png) 40px -183px;
} */

.fwsy_con ul li:hover h2 {
    color: #fff;
}

.fwsy_con ul li:hover b {
    background: #fff;
}

.fwsy_con ul li.noMargin {
    margin-right: 0;
}


.fwsy_wt {
    width: 98%;
    margin: 26px 0 0 2%;
}

.fwsy_wt_con {
    width: 100%;
    overflow: hidden;
}

.fwsy_wt_con ul {
    width: 100%;
}

.fwsy_wt_con ul li {
    width: 23%;
    min-height: 216px;
    padding: 1%;
    margin-right: 2%;
    float: left;
    text-align: center;
    text-align: center;
    background: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.fwsy_wt_con ul li>div {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.fwsy_wt_con ul li .fwsy_fw {
    background: url(../../images/IndexNew/fwsy_wt1.png) no-repeat 40% center;
}

.fwsy_wt_con ul li .fwsy_sy {
    background: url(../../images/IndexNew/fwsy_wt2.png) no-repeat 40% center;
}

.fwsy_wt_con ul li .fwsy_sj {
    background: url(../../images/IndexNew/fwsy_wt3.png) no-repeat 40% center;
}

.fwsy_wt_con ul li .fwsy_ys {
    background: url(../../images/IndexNew/fwsy_wt4.png) no-repeat 40% center;
}


.fwsy_fa {
    width: 98%;
    margin: 0 0 0 1%;
}

.fwsy_fa_con {
    width: 100%;
    overflow: auto;
}

.fwsy_fa_con ul {
    overflow: hidden;
}

.fwsy_fa_con ul li {
    width: 18%;
    margin-right: 2%;
    margin-top: 15px;
    float: left;
    text-align: center;
    background: #f0f0f0;
    padding: 1% 1% 2%;
    cursor: pointer;
    box-sizing: border-box;
}

.fwsy_fa_con ul li:nth-of-type(1) {
    padding-top: 7%;
    background: #f0f0f0 url(../../images/IndexNew/fwsy_fa1.png) no-repeat center 20px;
}

.fwsy_fa_con ul li:nth-of-type(2) {
    padding-top: 7%;
    background: #f0f0f0 url(../../images/IndexNew/fwsy_fa2.png) no-repeat center 20px;
}

.fwsy_fa_con ul li:nth-of-type(3) {
    padding-top: 7%;
    background: #f0f0f0 url(../../images/IndexNew/fwsy_fa3.png) no-repeat center 20px;
}

.fwsy_fa_con ul li:nth-of-type(4) {
    padding-top: 7%;
    background: #f0f0f0 url(../../images/IndexNew/fwsy_fa4.png) no-repeat center 20px;
}

.fwsy_fa_con ul li:nth-of-type(5) {
    padding-top: 7%;
    background: #f0f0f0 url(../../images/IndexNew/fwsy_fa5.png) no-repeat center 20px;
}

.fwsy_ys {
    width: 96%;
    margin: auto 2%;
}

.fwsy_ys_con {
    width: 100%;
}

.search {
    width: 100%;
}

.search ul {
    overflow: hidden;
    width: 100%;
}

.search ul li {
    width: 33.3333%;
    font-size: 18px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f0f0f0;
    cursor: pointer;
}

.search ul li.selected {
    background: #d2d2d2;
    color: #008dd2;
    font-weight: bold;
}

.tabContent {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
	height: 378px;
}

.fwsy_ptys {
    float: left;
    width: 50%;
    margin-top: 120px;
}

.fwsy_ptys .fwsy_ptys_tit {
    height: 40px;
    line-height: 40px;
    color: #008dd2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.fwsy_ptys .fwsy_ptys_tit b {
    width: 40px;
    height: 40px;
    font-size: 22px;
    margin-right: 10px;
    background: #008dd2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.fwsy_ptys_r {
    float: left;
    width: 50%;
	
}

.fwsy_ptys_r img {
    width: 381px;
	height: 377px;
	margin-left: 100px;
}
.fwsy_gnys {
    float: right;
    width: 50%;
    margin-top: 120px;
}

.fwsy_gnys .fwsy_gnys_tit {
    height: 40px;
    line-height: 40px;
    color: #008dd2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.fwsy_gnys .fwsy_gnys_tit b {
    width: 40px;
    height: 40px;
    font-size: 22px;
    margin-right: 10px;
    background: #008dd2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.fwsy_gnys_r {
    float: left;
    width: 50%;
}

.fwsy_gnys_r img {
    width: 381px;
    height: 377px;
}

.fwsy_cxys {
    float: left;
    width: 50%;
    margin-top: 120px;
}

.fwsy_cxys .fwsy_cxys_tit {
    height: 40px;
    line-height: 40px;
    color: #008dd2;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.fwsy_cxys .fwsy_cxys_tit b {
    width: 40px;
    height: 40px;
    font-size: 22px;
    margin-right: 10px;
    background: #008dd2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.fwsy_cxys_r {
    float: left;
    width: 50%;
}

.fwsy_cxys_r img {
    width: 381px;
    height: 377px;
	margin-left: 100px;
}

.sylc {
    width: 98%;
    margin: 26px 0 0 2%;
}

.sylc_con {
    width: 100%;
    margin: 0 auto;
}

.sylc_con ul {
    width: 100%;
    overflow: hidden;
}

.sylc_con ul li {
    width: 31.33333%;
    min-height: 340px;
    padding: 1%;
    float: left;
    margin-right: 2%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.sylc_con ul li:nth-of-type(1) {
    margin-bottom: 2%;
}

.sylc_con ul li:nth-of-type(2) {
    margin-bottom: 2%;
}

.sylc_con ul li:nth-of-type(3) {
    margin-bottom: 2%;
}

.sylc_con ul li:hover {
    width: 31.33333%;
    min-height: 340px;
    padding: 1%;
    float: left;
    margin-right: 2%;
    color: #1e71c1;
}

.sylc_con ul li:nth-of-type(1) i {
    width: 35px;
    height: 43px;
    display: inline-block;
    background: url(../../images/IndexNew/fwsy_lc12.png) no-repeat;
}

.sylc_con ul li:nth-of-type(2) i {
    width: 35px;
    height: 43px;
    display: inline-block;
    background: url(../../images/IndexNew/fwsy_lc3.png) no-repeat;
}

.sylc_con ul li:nth-of-type(3) i {
    width: 35px;
    height: 43px;
    display: inline-block;
    background: url(../../images/IndexNew/fwsy_lc5.png) no-repeat;
}


.sylc_con h3 {
    font-size: 18px;
    font-weight: bold;
	color: #008DD2;
}

.sylc_con p {
    font-size: 14px;
	color: #676767;
}

.In_List_div .sycp{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.In_List_div .sycp ul{
	width: 96%;
	list-style: none;
	padding: 0 2% 0 2%;
}
.In_List_div .sycp ul li{
	float: left;
	width: 194px;
	height: 173px;
	margin-left: 15px;
}
.In_List_div .sycp ul li a{
	display: inline-block;
	width: 194px;
	height: 173px;
	overflow: hidden;
}
.In_List_div .sycp ul li a img{
	width: 194px;
	height: 143px;
}
.In_List_div .sycp ul li span{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top:10px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap
}
.posterTvGry_text{
	width: 950px;
	margin: 0 auto;
}
.posterTvGry_text p{
	width: 100%;
	font-size: 16px;
	color: #333333;
	text-align: center;
	overflow: hidden;
}
.twohead{
	width: 100%;
	height: 90px;
	line-height:90px;
	background: white;
	box-shadow: 0px 5px 5px #d2d2d2;
}
.ListTitle{
	float:left;
	font-size: 28px;
	color: #0ba15c;
}
.searchtwo{
	float: right;
	width: 320px;
	height: 35px;
}
.searchtwo input{
	width: 245px;
	border: 1px solid #f2f2f2;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	border-radius: 5px;
	vertical-align: middle;
}
.searchtwo a{
	display:inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #0ba15c;
	color: white;
	border-radius: 5px;
	vertical-align: middle;
}
.Ul_List{
	width:100%; 
	list-style: none;
}
.Ul_List li{
	width: 96%;
	padding: 2%;
	height: 116px;
	box-shadow: 0px 0px 8px 1px #e0e0e0;
	background: white;
	margin-top: 30px;
	position: relative;
	cursor:pointer;

}
.Ul_List li a{
	display: block;
	width: 100%;
	height: 116px;
}
.Ul_List li img{
	width: 145px;
	height: 95px;
	margin-top: 8px;
	border: 1px solid #d0d0d0;
	padding: 5px;
}
.Ul_List_text{
	display:inline-block;
	float:right;
	width:83%;
	cursor: pointer;
}
.Ul_List li label{
	width:100%;
	display: block;
	min-height: 25px;
	color: #666;
	cursor:pointer;
}
.Ul_List li label span{
	color: #666;
	font-weight: 600;
	float: left;
}
.Ul_List li label i{
	position: absolute;
	top: 10px;
	right: 4%;
}
.Ul_List li label p{
	display:inline-block;
	width: 90%;
	height: 65px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.Ul_Page{
	margin: 30px auto;
	text-align: center;
}
.Cp_backgu{
	width: 100%;
	height: 390px;
	line-height:390px;
	background: url(../../images/IndexNew/companybk.jpg)no-repeat;
}
.Cp_backgu img{
	width:200px;
	height: 200px;
	border-radius:200px;
	margin-top: 85px;  
	float: left;
}
.Cp_backgu h1{
	display:inline-block;
	font-size: 35px;
	color: #333;
	margin-left: 50px;
}
.company_a{
	float: right;
	height: 30px;
	padding-top: 30px;
}
.company_a .ly{
	display: inline-block;
	width:93px;
	height: 31px;
	background: url(../../images/IndexNew/icon1.png)no-repeat;
	float: left;
}
.company_a .gz{
	display: inline-block;
	width:70px;
	height:31px;
	background: url(../../images/IndexNew/icon2.png)no-repeat;
	margin-left: 15px;
}
.company_a .lyon{
	display: inline-block;
	width:93px;
	height: 31px;
	background: url(../../images/IndexNew/icon_03.png)no-repeat;
	float: left;
}
.company_a .gzon{
	display: inline-block;
	width:70px;
	height:31px;
	background: url(../../images/IndexNew/icon_05.png)no-repeat;
	margin-left: 15px;
}
.Company_LeftMenu{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -120px;
	width: 93px;	
}
.Company_LeftMenu dl{
	width: 100%;
}
.Company_LeftMenu dl dd{
	width: 100%;
	margin-bottom: 10px;
}
.Company_LeftMenu dl dd a{
	display: block;
	width: 100%;
	height: 93px;
	line-height: 93px;
	background: #d2d2d2;
	font-size: 18px;
	color: white;
	text-align: center;
}
.Company_LeftMenu dl dd a:HOVER , .Company_LeftMenu dl dd .cmon{
	background: #69ceb6;
}
.Company_Content{
	margin-top: 30px;
	width: 96%;
	min-height: 300px;
	background: white;
	padding: 2%;
	margin-bottom: 30px;
}
.Company_Content label{
	display:block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #636363;
}
.Company_Content label span{
	display: inline-block;
	text-align: right;
	width: 85px;
}
.Company_Content p{
	display:block;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
}
.Company_Content p .cc_title{
	display: inline-block;
	text-align: right;
	width: 85px;
	font-size: 16px;
	float: left;
}
.Company_ProList{
	margin-top: 30px;
	width: 100%;
	min-height:300px;
	list-style: none; 
}
.Company_ProList li{
	width: 245px;
	height: 221px;
	padding: 7px;
	background: white;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
	box-shadow: 0px 0px 8px 1px #d2d2d2;
	border-radius:2px; 
}
.Company_ProList li:nth-child(4n){
	margin-right: 0px;
}
.Company_ProList li img{
	width: 245px;
	height: 180px;
}
.Company_ProList li .company_ProList_title{
	width: 100%;
	height: 48px;
}
.Company_ProList li .company_ProList_title span{
	display:inline-block;
	width: 65%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #636363;
	overflow: hidden;
}
.Company_ProList li .company_ProList_title a{
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
}
.sc{
	background: url(../../images/IndexNew/sc.png)no-repeat;
}
.dz{
	background: url(../../images/IndexNew/dz.png)no-repeat;
}
.scon{
	background: url(../../images/IndexNew/u_05.png)no-repeat;
}
.dzon{
	background: url(../../images/IndexNew/u_03.png)no-repeat;
}
.Sc_searchcode{
	width: 98%;
	background:#d2d2d2;
  	background:rgba(210,210,210,0.5);
	padding: 1%;
	border-radius:5px; 
	margin-top: 30px;
}
.Sc_searchcode input{
	border-radius: 5px;
	background: white;
	width: 813px;
	height: 74px;
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 24px;
	color: #d8d8d8;
	vertical-align: middle;
}
.Sc_searchcode input:focus{
    outline: none !important;
    border:1px solid green;
    box-shadow: 0 0 10px #719ECE;
}
 
.Sc_searchcode a{
	display: inline-block;
	width: 243px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: white;
	font-size: 24px;
	background: #69ceb6;
	border-radius: 5px;
	margin-left: 15px;
	vertical-align: middle;
}
.Sc_search_Content{
	width:94%;
	min-height:300px;
	background: white;
	margin-top:30px;
	box-shadow: 2px 2px 8px 0.1px #e9e9e9;
	margin-bottom: 50px;
	padding: 3%;
}
.Sc_search_title{
	display:block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d2d2d2;
}
.Sc_search_title span{
	font-size: 22px;
	color: #868686;
	font-weight: 600;
}
.Sc_search_title a{
	font-size: 22px;
	color: #0ba15c;
	font-weight: 600;
	float: right;
}
.Sc_search_list{
	width: 100%;
	padding-top: 15px;
}
.Sc_search_list label{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	color: #636363;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap
}
.Sc_search_list label span{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.Cp_company_content{
	width:94%;
	min-height:300px;
	background: white;
	margin-top:30px;
	box-shadow: 2px 2px 8px 0.5px #dcdcdc;
	margin-bottom: 50px;
	padding: 3%;
}
.Cp_company_title{
	display:block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #bbb;
	text-align: center;
	font-size: 20px;
	color: #666;
}
.Cp_company_title a{
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
}
.Cp_content{
	width: 100%;
}
.Cp_content img{
	display:block;
	margin:30px auto;
	width: 394px;
	height: 290px;
}
.Cp_content label{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
	color: #636363;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap
}
.Cp_content label span{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.Ca_Content{
	width: 100%;
	padding-top: 15px;
}
/* body end */
/*底部*/
.footer{
	width: 100%;
	height: 300px;
}
.footer_ewm{
	width: 100%;
	height: 240px;
	background: #424242;
}
.footer_bottom{
	width: 100%;
	height: 60px;
	background: #2c2c2c;
}
.footer_bottom span{
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 12px;
	color: white;
}
.footer_text_one{
	width: 55%;
	display: inline-block;
	height: 190px;
	padding: 50px 0 0 5%;
}
.footer_text_one h1{
	font-size: 18px;
	color: white;
}
.footer_text_one label{
	display: block;
	font-size: 14px;
	color: white;
	margin-top: 8px;
}
.footer_text_one label:nth-of-type(1){
	margin-top: 20px;
}
.footer_ewm_two{
	display: inline-block;
	width: 35%;
	padding-top: 50px;
	margin-left: 4%;
}
.footer_ewm_two div{
	display: inline-block;
	width: 125px;
	text-align: center;
	margin-right: 30px;
}
.footer_ewm_two div span{
	display: inline-block;
	margin-top:8px;
	color: white;
}
/* 底部end */
