@charset "utf-8";
/* CSS Document */
 img{
		    transition: all 0.5s ease 0s;/*缩放*/
		}
img:hover{ transform: scale(1.05); }/*缩放*/

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC Regular", "华文黑体", "sans-serif", "Arial", "Times New Roman", "Songti SC Regular", "宋体";
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family:  "Microsoft YaHei", "微软雅黑", "PingFang SC Regular", "华文黑体", "sans-serif", "Arial", "Times New Roman", "Songti SC Regular", "宋体";
	color: #333333;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #002b80;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	transition: all ease 300ms;
}
.noease, .noease * {
	transition: none;
}
a {
	transition: color .3s;
	-webkit-transition: color .3s;
	text-decoration: none !important;
}
 input::-webkit-input-placeholder {
color: #ccc;
}
input::-moz-input-placeholder {
color: #ccc;
}
input:-ms-input-placeholder {
color: #ccc;
}
textarea::-webkit-input-placeholder {
color: #ccc;
}
textarea::-moz-input-placeholder {
color: #ccc;
}
textarea:-ms-input-placeholder {
color: #ccc;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
input, button, select, textarea {
	outline: none;
	font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC Regular", "华文黑体", "sans-serif",  "Times New Roman", "Songti SC Regular", "宋体";
}
textarea {
	font-size: 13px;
	resize: none;
}
.tl {
	text-align: left
}
.tr {
	text-align: right
}
.tc {
	text-align: center
}
.g0 {
	color: #000；
}
.gf {
	color: #fff；
}
.gd70c19 {
	color: #002b80；
}
.g797979 {
	color: #797979;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}



/*-------------------------------------------------------------------------------------------------------------------------------head*/
header {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	border-bottom: solid 1px #999999;
}
header .logo {
	width: 175px;
	height: auto;
	float: left;
}
header .logo img {
	width: 100%
}
header .Language {
	float: right;
	line-height: 70px;
	margin-right: 35px;
	font-size: 18px;
}

header .nav {
	float: left;
	text-align: center;
	line-height: 70px;
	width: auto;
}
header .nav li {
	float: left;
	width: 100px;
	cursor: pointer;
	font-size: 16px;
}
header .nav li.active a {
	color: #f00;
	font-weight: bold;
}
header .nav li a {
	color: #000000;
}
header .nav li:hover a {
	color: #f00;
	font-weight: bold;
}
header .nav li a:hover {
	color: #f00;
	font-weight: bold;
}
header #mmenu {
	z-index: 999;
}
header .phone-nav {
	position: absolute;
	z-index: 99;
	width: 10%;
	height: auto;
	right: 5%;
	top: 50%;
	display: none;
	transform: translate(0, -50%)
}
header .phone-nav img {
	width: 100%;
}

@media (max-width: 1000px) {
header .phone-nav {
	display: block;
}
header .header {
	padding: 10px 5px 20px 15px;
}
header .nav {
	display: none;
}
header .Language {
	display: none;
}
header .logo {
	width: 35%;
}
}










/*-------------------------------------------------------------------------------------------------------------------------------banner*/
#banner {
	margin-top: 80px;
	position: relative;/*position:static; */
	height: 800px;
	width: 100%;
	overflow: hidden;
	background-position: top;
	background-size: cover;
	z-index: -1;
}
#banner .text {
	color: #ffffff;
	text-align: center;
	z-index: 100;
	width: 80%;
	max-width: 1000px;
	left: 50%;
	position: absolute;
	top: 50%;
	line-height: 1.8;
	font-size: 50px;
	transform: translate(-50%, -50%);
	font-weight: bold;
}

@media (max-width: 1000px) {
#banner .text {
	max-width: 800px;
		font-size: 24px;
}
#banner {
	height: 300px;
	margin-top: 15%;
	z-index: -1;
}
}








/*-------------------------------------------------------------------------------------------------------------------------------ad*/
#ad {
	margin-top: 25px;
	position: relative;/*position:static; */
	height: 300px;
	width: 100%;
	overflow: hidden;
	background-position: top;
	background-size: cover;
}

@media (max-width:1000px) {
#ad {
	height: 100px;
	width: 100%;
	margin-top: 10px;
}
}




/*-------------------------------------------------------------------------------------------------------------------------------content*/
#content {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	height: auto;
}
#content .title {
	height: auto;
	line-height: 80px;
	margin-top: 25px;
	font-size: 36px;
	color: #002b7f;
	text-align: center;
	font-weight: bold;
}
#content .text {
	width: 100%;
	height: auto;
	line-height: 2;
	margin-top: 25px;
	color: #333;
	font-size: 16px;
}
#content .text img {
	width: 100%;
	max-width: 100%
}
#content a {
	color: #002b80;
	font-size: 16px;
}
#content a:hover {
	color: #002b80;
	font-weight: bold;
}

@media (max-width:1000px) {
	#content .title {
	height: auto;
	line-height: 32px;
	margin-top: 25px;
	font-size: 24px;
	color: #002b80;
	text-align: center;
	font-weight: bold;
}
	#content .text {
	line-height: 2;
}
	#content .text img {
	width: 100%;
	max-width: 100%
}
}









/*-------------------------------------------------------------------------------------------------------------------------------news*/
#news {
	width: 90%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}
#news .news_title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-top: 25px;
	font-size: 36px;
	color: #002b80;
	text-align: center;
	font-weight: bold;
}
#news .nav_class {
	font-size: 16px;
	text-align:center;
	line-height: 2.25;
	margin-bottom: 20px;
	margin-top: 25px;
}
#news .nav_class a {
	color: #999999;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
#news .nav_class a:hover {
	color: #002b80;
	font-weight: bold;
}
#news .news_content {
	width: 100%;
	height: auto;
	background: #edf2f9;
	margin-bottom: 25px;
}
#news .news_content .news_content_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#news .news_content .news_content_img img {
	width: 100%
}
#news .news_content .news_content_title {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#news .news_content .news_content_title .news_content_title_date {
	width: 10%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
#news .news_content .news_content_title .news_content_title_date .news_content_title_date_day {
	text-align: right;
	font-size: 18px;
	color: #002b80;
	line-height: 1.3;
}
#news .news_content .news_content_title .news_content_title_date .news_content_title_date_month {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
#news .news_content .news_content_title .news_content_title_date .news_content_title_date_year {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
#news .news_content .news_content_title .news_content_title_right {
	float: left;
	width: 80%;
	overflow: hidden;
	line-height: 1.8;
	height: auto;
	margin-left: 30px;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#news .news_content .news_content_title .news_content_title_right a {
	font-size: 18px;
}

#news .news_more{width: 120px;margin: 0 auto;height: 40px;background: #002b80;text-align: center;line-height: 40px;margin-bottom: 40px; color:#fff}
#news a .news_more{color:#fff}




@media (max-width: 1000px) {
#news .news_title {
	font-size: 24px;
	margin-top: 10px;
}
#news .nav_class {
	font-size: 16px;
	text-align:center;
	line-height: 1.8;
	margin-bottom: 20px;
}
#news .nav_class a {
	color: #999999;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
}
	#news .news_content .news_content_title .news_content_title_date {
	width: 12%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: right;
}
#news .news_content .news_content_title .news_content_title_date .news_content_title_date_day {
	font-size: 18px;
	margin-left: 0px;
	line-height: 1.3;
}
#news .news_content .news_content_title .news_content_title_date .news_content_title_date_month {
	font-size: 12px;
	margin-left: 0px;
	line-height: 1.5;
}
#news .news_content .news_content_title .news_content_title_date .news_content_title_date_year {
	font-size: 12px;
	margin-left: 0px;
	line-height: 1.5;
}
	#news .news_content .news_content_title .news_content_title_right {
	float: left;
	width: 78%;
	overflow: hidden;
	line-height: 1.8;
	height: auto;
	margin-left: 20px;
	font-size: 16px;
}
#news .news_content .news_content_title .news_content_title_right a {
	font-size: 16px;
	line-height: 1.2
}
}









/*-------------------------------------------------------------------------------------------------------------------------------news show*/
#show {
	width: 90%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 70px;
}
#show .show_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#show .show_img img {
	width: 100%
}
#show .show_title {
	font-size: 36px;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 10px;
}
#show .show_date {
	font-size: 14px;
	line-height: 2.25;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
#show .show_content {
	font-size: 16px;
	line-height: 1.8;
}
#show .show_share {
	margin-top: 50px;
	margin-bottom: 50px;
	height: 36px;
}
#show .show_share li {
	float: left;
	margin-right: 25px;
	color: #999999;
	font-size: 16px;
	line-height: 56px;
}

@media (max-width: 1000px) {
#show .show_title {
	font-size: 20px;
	line-height: 1.4;
	margin-top: 10px;
}
#show .show_date {
	font-size: 12px;
	line-height: 2.25;
	color: #999999;
	margin-top: 20px;
}
#show .show_content {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 20px;
}
#show .show_content img{
	width: 100%;
	height:auto;
}
	#show .show_share {
	margin-top: 30px;
	margin-bottom: 30px;
}
#show .show_share li {
	float: left;
	margin-right: 15px;
	color: #999999;
	font-size: 14px;
	line-height: 56px;
}
#show .show_share li img {
	width:20px;
	height: auto;
}
}







/*-------------------------------------------------------------------------------------------------------------------------------portfolio*/
#por {
	width: 90%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}
#por .por_title {
	width: 100%;
	height: auto;
	line-height: 80px;
	margin-top: 25px;
	font-size: 36px;
	color: #002b80;
	text-align: center;
	font-weight: bold
}
#por .por_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
}
#por .por_content li {
	width: 19%;
	height: auto;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 10px;
}
#por .por_content li .por_img {
	width: 100%;
}
#por .por_content li .por_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (max-width: 1000px) {
#por .por_title {
	font-size: 24px;
	line-height: 32px;
}
#por .por_content li {
	width: 27%;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
	height: auto;
}
}










/*------------------------------------------------------------------------------------------------------------------------------portfolio show*/
#pshow {
	width: 90%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 70px;
}
#pshow .pshow_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#pshow .pshow_img img {
	width: 100%
}
#pshow .pshow_logo {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pshow .phow_title {
	font-size: 48px;
	line-height: 1.5;
	color: #002b80;
	text-align: center;
	font-weight: bold;
}
#pshow .pshow_content {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 30px;
}
#pshow .pshow_content img{
	width:100%;
	height: auto;
}

@media (max-width: 1000px) {
#pshow .phow_title {
	font-size: 24px;
	line-height: 32px;
}
#pshow .pshow_content {
	font-size: 16px;
}
	#pshow .pshow_content img{
	width:100%;
	height: auto;
}
}





/*-------------------------------------------------------------------------------------------------------------------------------team*/
#team {
	width: 90%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}
#team .team_title {
	width: 100%;
	height: auto;
	margin-top: 25px;
	font-size: 36px;
	color: #002b80;
	text-align: center;
	font-weight: bold;
	line-height: 80px;
}
#team .team_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
#team .team_content li {
	width: 31%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	background: #FFFFFF;
	margin-right: 3.5%;
}
#team .team_content li:nth-child(3n) {
	margin-right: 0;
}
#team .team_content li .team_user_img {
	width: 100%;
	overflow: hidden
}
#team .team_content li .team_user_img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#team .team_content li .team_user_name {
	margin-top: 15px; margin-bottom:15px;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#team .team_content li .team_user_zhiwu {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
}

@media (max-width: 1000px) {
#team .team_title {
	font-size: 24px;
}
#team .team_content li {
	width: 47.5%;
	float: left;
	height: auto;
	margin-bottom: 15px;
	background: #FFFFFF;
	margin-right: 5%;
}
#team .team_content li .team_user_name {
	margin-top: 5px;margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
}
#team .team_content li .team_user_zhiwu {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#team .team_content li:nth-child(3n) {
	margin-right: 5%;
}
#team .team_content li:nth-child(2n) {
	margin-right: 0;
}
}




/*-------------------------------------------------------------------------------------------------------------------------------team show*/
#tshow {
	width: 90%;
	max-width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto
}
#tshow .tshow_titleming {
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 30px;
}
#tshow .tshow_titlezhiwu {
	font-size: 24px;
	margin-top: 10px;
}
#tshow .tshow_content {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media (max-width: 1000px) {
#tshow .tshow_titleming {
	font-size: 24px;
	font-weight: bold;
}
#tshow .tshow_titlezhiwu {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}
#tshow .tshow_content {
	font-size: 16px;
	margin-top: 20px;
}
	#tshow .tshow_content img{
	width:100%;
	height: auto;
}
}









/*-------------------------------------------------------------------------------------------------------------------------------message*/
#message {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #edf2f9;
	margin-top: 20px;
}
#message .mxinxi {
	width: 80%;
	max-width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
#message .mxinxi .mtitle {
	width: 100%;
	height: auto;
	margin-top: 50px;
	font-size: 36px;
	color: #002b80;
	text-align: center;
	font-weight: bold;
}
#message .mxinxi .mname {/*姓名电话邮箱*/
	width: 100%;
	height: 50px;
	margin-top: 25px;
	background-color: #ffffff;
}
#message .mxinxi .mname  .mz{
	width: 10%;
	height: 50px;
	font-size: 16px;
	line-height: 3;
	float: left;
	margin-left: 2%;
}
#message .mxinxi .mname  .mzput{
	width: 85%;
	height: 50px;
	float: left;
}
#message .mxinxi .mname  .mzput input{
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 6;
	color: #333333;
}

#message .mxinxi .megcon {
	width: 100%;
	height: 270px;
	margin-top:25px;
	background-color: #ffffff;
}
#message .mxinxi .megput textarea{
	width: 95%;
	height: 270px;
	margin-top:25px;
	background-color: #ffffff;
	border: 0;
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
}
#message .mxinxi .mbutton {
	width: 100%;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 50px;
	overflow: hidden;
}
#message .mxinxi .mbutton .input01 {
	border: 0px;
	height: 50px;
	width: 20%;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 1000px) {
	#message .mxinxi .mtitle {
	font-size: 24px;
}
#message .mxinxi .mname  .mz{
	width: auto;
	height: 50px;
	font-size: 16px;
	line-height: 3;
	float: left;
	margin-left: 2%;
}#message .mxinxi .mname  .mzput{
	width: 65%;
	height: 50px;
	float: left;
}
#message .mxinxi .mname  .mzput input{
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 6;
	color: #333333;
}
#message .mxinxi .megput textarea{
	width: 95%;
	height: 270px;
	margin-top:25px;
	background-color: #ffffff;
	border: 0;
	padding: 20px;
	font-size: 16px;
}
#message .mxinxi .mbutton .input01 {
	border: 0px;
	height: 50px;
	width: 30%;
	font-size: 16px;
	line-height: 2;
	text-align: center;
	color: #ffffff;
}
}
@media (max-width: 550px) {
	#message .mxinxi .megput textarea{
	width: 90%;
	height: 270px;
	margin-top:25px;
	background-color: #ffffff;
	border: 0;
	padding: 20px;
	font-size: 16px;
	line-height: 1.8;
}
}






/*-------------------------------------------------------------------------------------------------------------------------------footer*/

footer {
	background: #022a81;
	width: 100%;
	height: auto;
	overflow: hidden;
}
footer .footer_mian {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	height: auto;
}
footer .footer_mian .footer_mian_h1 {
	width: 100%;
	height: auto;
	margin-top: 50px;
	overflow: hidden;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left {
	width: 50%;
	float: left;
	color: #002b80;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left a {
	color: #FFFFFF;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left .tel {
	float: left;
	margin-right: 50px;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left .email {
	float: left;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_right {
	width: 50%;
	float: left;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_right li {
	width: 25px;
	margin-right: 30px;
	float: left
}
footer .footer_mian .footer_mian_h2 {
	width: 100%;
	height: auto;
	margin-top: 20px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
}
footer .footer_mian .footer_mian_h2 li{ float:left;font-size: 14px; margin-bottom:20px;}
footer .footer_mian .footer_mian_h2 li.footer_mian_h2_left{ width:50%}
footer .footer_mian .footer_mian_h2 li.footer_mian_h2_right{ width:50%}
footer .footer_mian .footer_mian_h2 li.footer_mian_h2_3li{ width:32%; margin-right:1%}
footer .footer_mian .footer_mian_h2 li:nth-child(3n){margin-right: 0;}
footer .footer_mian .footer_mian_h2 li .F_Duty_E{ width:90%}

footer .footer_mian .footer_mian_h2 .footer_mian_h2_left {
	width: 50%;
}
footer .footer_mian .footer_mian_h2 .footer_mian_h2_right {
	width: 50%;

}

footer .footer_mian .copyright {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
	color: #001541;
	font-size: 14px;
	margin-bottom: 50px;
}
footer .footer_mian .copyright li{
	width: auto;
	float: left;
	height: auto;
	color:  #001541;
	font-size: 14px;
	margin-right: 45px;
}
footer .footer_mian .copyright li a{
	color:  #001541;
	font-size: 14px;
}

@media (max-width: 1000px) {
footer {
	background: #292931;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
	footer .footer_mian .footer_mian_h1 {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left {
	width: 100%;
	float: left;
	font-size: 14px;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left a {
	font-size: 14px;
}
	
	
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left .tel {
	width: auto;
	font-size: 14px;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_left .email {
	width: auto;
	font-size: 14px;
}
footer .footer_mian .footer_mian_h1 .footer_mian_h1_right {
	width: 100%;
	margin-top: 30px;
}
footer .footer_mian .footer_mian_h2 {
	margin-top: 20px;
	line-height: 1.5;
	font-size: 14px;
}
footer .footer_mian .footer_mian_h2 li {
	width:100%;margin-top: 20px;
}
footer .footer_mian .footer_mian_h2 li{ float:left;font-size: 14px; margin-bottom:10px;}
footer .footer_mian .footer_mian_h2 li.footer_mian_h2_left{ width:100%}
footer .footer_mian .footer_mian_h2 li.footer_mian_h2_right{ width:100%}
footer .footer_mian .footer_mian_h2 li.footer_mian_h2_3li{ width:100%}
footer .footer_mian .footer_mian_h2 li .F_Duty_E{ width:100%}

footer .footer_mian .copyright {
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 30px;
}
footer .footer_mian .copyright li{
	width: 100%;
	margin-right: 45px;
	font-size: 14px;
}
}