<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document *

/*顶部导航背景滚动颜色与阴影 */

#header.mini {
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
/*顶部导航背景默认色IPAD */


#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #fff;
	background: #0153a7;
}
#indexPage #mpartner .slider_control a:hover {
	background-color: #424242
}
#pages a.active, #pages a:hover {
	background: #FFF;
	color: #838383;
}
#pages li.thisclass a:hover{
	color: #fff;
	background: #0153a7;
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: #4E4E4E
}
#header ul li.navitem a {
	color: #333;
	background-color: transparent;
	border-radius: 3px;
	display: block;
	font-family: "NeoSansStd-Regular", "微软雅黑";
	text-transform: uppercase;
	font-size: 16px;
	width: 130px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
/*导航下拉菜单 */



#header ul li.navitem ul.subnav li a {
	padding: 5px 30px;
	width: 140px;
	height: 24px;
	line-height: 24px;
	background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
	display: block;
	font-size: 14px;
	transition: all 0.2s ease-out 0s;
	color: #333;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}
#header ul li.navitem ul.subnav li a:hover {
	text-indent: 10px;
	background: #0153a7;
	color: #fff;
}
#header ul li.navitem ul.subnav {
	border-top: 3px solid #7B7B7B;
	border-radius: 0px;
	width: 200px;
	z-index: 999;
}
#header ul li.navitem ul.subnav li {
	border-bottom: 1px solid #FFF;
}
/*幻灯左右切换按钮 */

.bx-wrapper .bx-controls-direction a {
	background: rgba(0,0,0,.2);
	border-radius: 3px;
}
/*副标题 */

.content .header p.subtitle {
	color: #787878;
	font-size: 12px;
	font-family: "NeoSansStd-Light";
	letter-spacing: 2px;
}
/*首页案例背景颜色 */

#indexPage #mproject {
	background-color: #FFF;
}
#category a {
	border-radius: 4px;
	padding: 6px 0px 5px;
	width: 130px;
	margin-right: 10px;
	transition: all 0.3s ease-out 0s;
	color: #999;
	border: 1px solid #EDEDED;
}
#category a.active, #category a:hover {
	background: #0153a7;
	color: #fff;
	border: 1px solid #0153a7;
}
.nobanner #header {
	background: rgba(222, 211, 255, 0.4);
}
/*案例*/



#projectlist .projectitem {
	margin-right: 1%;
	margin-bottom: 20px;
	width: 19%;
}
#projectlist .projectitem .project_info p.title {
	color: transparent;
	padding: 0 0 0 20px;
	text-align: left;
	font-size: 18px;
	font-family: "NeoSansStd-Regular", "微软雅黑";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 1;
	position: relative;
}
#projectlist .projectitem .project_info p.subtitle {
	text-align: left;
	font-family: "NeoSansStd-Light", "微软雅黑";
	z-index: 1;
	position: relative;
}
#projectlist .projectitem a:hover .project_info p.title {
	color: #FFF;
	margin-top: -70px;
}
#projectlist .wrapper {
	margin-left: 1%;
	margin-right: auto;
}
.npagePage #projectlist .wrapper {
	width: 80%;
	margin: 0px auto;
}
#projectlist .projectitem .project_info div {
	position: absolute;
	height: 100px;
	width: 100%;
	bottom: -100px;
	margin-top: 0;
	top: auto;
}
#projectlist .projectitem a:hover .project_info p.subtitle {
	margin-top: 4px;
	color: #fff;
}
#mproject .content .header {
	padding-top: 61px;
	padding-bottom: 80px;
}
#projectlist .projectitem .project_info div.line1 {
	width: 100%;
	height: 0px;
	background: #0153a7;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin: 0px 0px 100px;
}
#projectlist .projectitem a:hover .project_info div.line1 {
	height: 90px;
}
#projectlist, #projectmore {
	margin: 0px auto;
}
#projectmore {
	width: 180px;
	line-height: 150px;
	text-align: center;
	font-size: 12px;
	display: block;
	background: #0153a7;
	text-indent: 0px;
	position: absolute;
	top: 143px;
	height: 24px;
	border-radius: 5px;
	line-height: 24px;
	left: 50%;
	margin-left: -94px;
	color: #fff;
	font-family: "NeoSansStd-Regular";
}
#projectmore:hover {
	width: 220px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-indent: 0px;
	background: #333;
	margin-left: -116px;
}
#mproject .content .header {
	padding-bottom: 112px;
}
/*首页背景不平铺 

#indexPage .module {background-size:auto;}*/



/*首页背景不加透明蒙层 */

#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
	background-color: rgba(255, 255, 255, 0);
}
/*首页服务背景层 */





#contactform p textarea.inputtxt {
	height: 80px;
}
#contactform p .inputtxt {
	border: none;
	margin-bottom: 10px;
	background: none;
	width: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	color: transparent;
}
#indexPage #mteam .description {
	padding: 0 30px;
	color: #848484;
}
.content .header p.title {
	font-family: "NeoSansStd-Medium";
	letter-spacing: 10px;
	margin-left: 10px;
}
#footer {
	background: #0153a7;
}
#indexPage #mteam .slider_control a i:hover {
	color: #0153a7;
}
.teamitem a div.wrap span {
	background: #0153a7;
}
#contactinfo div a {
	background: #484848;
}
#footer p {
	text-align: center;
	color: #fff;
}
.teamitem a div.wrap {
	background: #171717;
}
/*首页幻灯高度*/

#indexPage #mslider {
	height: 400px;
}
bx-wrapper .bx-pager.bx-default-pager a {
	width: 20px;
	height: 4px;
	margin: 0px 5px;
	border-radius: 6px;
	border: 1px solid #C8C8C8;
}
/*首页全屏*/

#indexPage #mslider {
	/*height: 0;*/
	height: 615px!important;
}
#header .content {
	padding-left: 40px;
	padding-right: 40px;
}
#indexPage #mslider ul li p.title {
	text-transform: uppercase;
	font-size: 80px;
	line-height: 80px;
	height: 80px;
}
#indexPage #mslider ul li p.subtitle {
	color: #8C8C8C;
	width: 600px;
	margin: 10px auto;
}
#indexPage #mslider ul li div {
	background-image: url("../images/dian1.png");
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 0px;
	background-color: rgba(0,0,0,.6);
}
#shares a#gotop {
	margin-top: 1px;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out 0s;
}
#shares a#gotop:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
#shares a#sweibo {
	background-color: rgba(36, 24, 26, 0.5);
	transition: all 0.3s ease-out 0s;
}
#shares a#sweibo:hover {
	background: #EA493C;
}
#shares a#sweixin {
	background-color: rgba(36, 24, 26, 0.3);
	transition: all 0.3s ease-out 0s;
}
#shares a#sweixin:hover {
	background: #24B727;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 50px;
	height: 1px;
}
#indexPage #mslider ul li p {
	color: #0153a7;
}
/*新导航*/

#header .content {
	padding-left: 0px;
	padding-right: 0px;
}
#header ul#nav {
	float: right;
	border-left: 1px solid transparent;
	padding: 0px 40px 0px 40px;
	transition: all 0.3s ease-out 0s;
}
#header.mini ul#nav {
	padding: 0px 20px 0px 20px;
}
#header{
	 background: #fff;
}
#header.mini {
	background: #fff;
	padding-top: 0px;
}
#header ul li.navitem {
	padding: 26px 3px;
	height: auto;
	line-height: 16px;
}
#header.mini ul li.navitem {
	padding: 17px 0.5px;
}
#header {
	padding-top: 0px;
	border-bottom: 1px solid transparent;
}
#header #logo {
	padding: 10px 40px;
	border-right: 1px solid transparent;
	transition: all 0.3s ease-out 0s;
}
#header #logo img {
	transform: scale(1, 1);
	transition: all 0.3s ease-out 0s;
	height: 60px;
}
#header.mini #logo {
	padding: 10px 20px 10px 20px;
}
#header.mini #logo img {
	transform: scale(0.8, 0.8);
}
/*在线咨询*/

#olx_head {
	background: #1D1D1D;
	border-radius: 0px;
	color: #0153a7;
}
#online_lx {
	border-radius: 0px;
}
#olx_qq li a:hover i {
	color: #0153a7;
}
#olx_qq li a:hover {
	padding: 18px 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	border: 1px solid transparent;
	background-color: transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid transparent;
	margin: 0px 0px;
	border-radius: 0px;
	background: transparent none repeat scroll 0% 0%;
}
/*服务*/

#indexPage #mservice .fw {
	width: auto;
}
#indexPage #mservice .slider_control {
	width: 0px;
	height: auto;
}
#indexPage #mservice .slider_wrapper {
	width: 100%;
	height: auto;
}
#indexPage #mservice .slider_wrapper .slider {
	width: 100%;
	margin-left: 1%;
}
.serviceitem a {
	display: block;
	height: 120px;
	margin: 20px auto 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.serviceitem:hover {
	background-color: #538ffd;
	padding: 0 0;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.serviceitem {
	height: 230px;
	margin-right:0;
	width: 25%;
	margin-top: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color: transparent;
	border-radius: 20px;
}
.serviceitem div p.description {
	color: #595757;
	height: 50px;
	overflow: hidden;
	width: 70%;
	margin-top: 10px;
	padding: 0 15%;
	transition: all 0.2s ease-out 0s;
	font-size: 12px;
}
.serviceitem div p.title a{
	display: block;
	font-size: 16px;
	width: 70%;
	padding: 0 15%;
	color: #333;
	font-family: "NeoSansStd-Regular", "微软雅黑";
}
.serviceitem:hover div p.title a{
	color: #fff;
}
#indexPage #mservice .content .header p.title {
	color: transparent;
	font-size: 0px;
}
#indexPage #mservice .content .header p.subtitle {
	color: transparent;
	font-size: 0px;
	line-height: 0px;
}
#indexPage #mservice .content .header {
	padding-top: 0px;
	padding-bottom: 0px;
}
#indexPage #mservice {
	background-color: #f3f3f3;
	height: 280px
}
.serviceitem:hover .title {
	color: #333;
}
.serviceitem:hover div p.description {
	color: #846E6E;
	;
}
/*首页关于我们*/

#indexPage #mpage .slider_wrapper li .fimg {
	height: 1218px;
}
/*首页联系*/

#indexPage #mcontact .content {
	width: 1180px;
}
#contactinfo {
	padding: 140px 0 0 15px;
	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
}
#contactinfo .weixin{
	width: 200px;
	text-align: center;
	margin-top: 0;
}
#contactform.fr {
	padding: 0px 454px 0 0;
	background-image: url("../images/app.png");
	background-repeat: no-repeat;
	height: 400px;
	margin-top: 125px;
}
#indexPage #mcontact {
	height: 1000px;
	background-color: #eeefef;
	background-image: url("../images/contact.jpg");
}
#mcontact .content .header {
	padding-top: 60px;
	padding-bottom: 300px;
}
#contactform p .inputsub {
	background-color: transparent;
	margin-top: 0;
	padding: 0;
	color: transparent;
	font-size: 0;
}
#contactform .inputtxt.active {
	border-color: #424242
}
#contactinfo h3 {
	/*font-size: 30px;*/
	/*line-height: 36px;*/
	/*font-weight: 500;*/
	color: #0153a7;
}

/*友情链接*/
.flink{
	width: 1150px;
	margin:20px auto;
	font-size: 14px;
	color:#333;
}
.flink a{
	color:#333;
}
.flink a:hover{
	color: #0153a7;
}
/*首页新闻*/

#indexPage #mnews {
	height: 928px;
}
#newslist .newstitem:hover {
	background: #0153a7;
}
#newslist .newstitem {
	background-color: #eeefef;
	height: 140px;
}
#mnews .content .header {
	padding-bottom: 120px;
}
#newslist .newscontent {
	padding-top: 32px;
}
#newslist .newsbody .description {
	margin-top: 16px;
	width: 510px;
	font-size: 14px;
}
#newslist .newsinfo .md {
	color: #B1B1B1;
}
#indexPage a.more {
	width: 180px;
	border-color: #0153a7;
	text-align: center;
	font-size: 12px;
	background: #0153a7;
	position: absolute;
	top: 92px;
	height: 24px;
	border-radius: 5px;
	line-height: 24px;
	left: 50%;
	margin-left: -94px;
	color: #FFF;
	font-family: "NeoSansStd-Regular";
	text-indent: 0px;
}
#indexPage a.more:hover {
	border-color: #333;
	text-indent: 0px;
	background: #333;
	width: 220px;
	margin-left: -116px;
}
/*首页团队*/

#indexPage #mteam {
	background-color: #291A21;
	height: 656px;
}
#mteam .content .header {
	padding-top: 100px;
	padding-bottom: 50px;
}
/*服务内页*/



#servicelist .serviceitem {
	height: 360px;
	margin-right: 1%;
	width: 32%;
	margin-top: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-color: #f8f8f8;
	margin-bottom: 0px;
}
#servicelist .serviceitem:hover {
	background-color: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
#servicelist .serviceitem:hover .title {
	color: #151515;
}
#servicelist .serviceitem div p.description {
	color: #7B7B7B;
}
#servicelist .serviceitem div p.title {
	color: #6C6C6C;
}
#servicelist {
	width: 100%;
}
#servicelist .wrap {
	width: 100%;
	margin-left: 1%;
}
/*项目详情*/

#projectinfo {
	width: 18%;
	float: left;
	padding: 0px 2.6%;
	margin-left: 0px;
}
#projectwrap.fw {
	width: 100%;
}
#projectimages li img {
	display: block;
	float: none;
	margin: 0px auto;
	max-width: 100%!important;
	height: auto!important;
}
.cont-body img{
	max-width: 100%!important;
	height: auto!important;
}
#projectbody {
	max-width: 100%;
	margin: 0px auto;
	width: 66%;
	float: right;
	padding: 0 7% 80px 0;
}
#projectimages li img {
	display: block;
	float: none;
	max-width: 100%;
	margin: 0px auto;
}
#projectimages li {
	margin-bottom: 0px;
}
#projectinfo .description a {
	background: #2D2D2D;
	border-radius: 3px;
	padding: 6px 40px;
}
#projectinfo .description a:hover {
	background: #0153a7;
	color: #fff;
}
#sitecontent .npagePage .content #plheader.header p.title {
	color: transparent;
	font-size: 0;
}
#sitecontent .npagePage .content #plheader.header p.subtitle {
	color: transparent;
	font-size: 0;
}
#plheader {
	padding-bottom: 20px;
	padding-top: 0px;
}
.teamitem .teaminfo {
	text-align: left;
}
#indexPage #mslider ul li {
	background-color: #fff;
	height: 540px!important;
}
.npagePage #projectlist .projectitem {
	margin-bottom: 100px;
}
.npagePage #projectlist .projectitem .project_info p.title {
	color: #717171;
	padding: 10px 0px 0px 20px;
}
.npagePage #projectlist .projectitem .project_info p.subtitle {
	margin-top: 0px;
	color: #8C8C8C;
	font-size: 12px;
}
#indexPage a.more:hover i {
	color: transparent;
	text-indent: -10px;
}
/*首页团队*/

#mteam .fw {
	margin: 0px auto;
	width: 100%;
}
#indexPage #mteam .header img {
	float: left;
	margin: -100px 0px 0 0;
	border-radius: 0px;
	width: 400px;
	height: auto;
}
#indexPage #mteam .header p.title {
	margin: 140px 0px auto;
	color: #F8F8F8;
}
#indexPage #mteam .header p.subtitle {
	margin-right: 0px;
}
.module-slider .description {
	width: auto;
	height: auto;
	font-size: 12px;
}
#indexPage #mteam .slider_wrapper {
	width: auto;
	height: auto;
}
#indexPage #mteam .slider_control {
	height: 40px;
	position: absolute;
	z-index: 9;
	right: -4px;
	width: 100px;
	margin: 290px 0;
}
.content .header {
	padding-top: 61px;
	padding-bottom: 114px;
}
#indexPage #mteam .slider_control a i {
	color: #fff;
	background-color: rgba(38, 24, 24, 0.5);
	padding: 16px 20px;
	border-radius: 5px;
}
#indexPage #mteam .slider_control.prev {
	left: -4px;
}
#indexPage #mteam .slider_control.right {
	right: -4px
}
.npagePage .content .header p.title {
	color: #333;
	font-size: 30px;
}
.npagePage .content .header p.subtitle {
	color: #333;
	font-size: 14px;
}
.npagePage .content .header {
	padding-top: 60px;
	padding-bottom: 60px;
}
#newsPage #newslist .newstitem {
	background-color: #fff;
}
#newsPage #newslist .newstitem:hover {
	background: #0153a7;
}
#projectih .header p.title {
	color: #444;
	font-size: 26px;
	margin-left: 0px;
	letter-spacing: 0px;
}
#projectih .header p.subtitle {
	color: #787878;
	font-size: 12px;
}
#indexPage a.more i {
	font-size: 0;
}
#indexPage #category {
	display: none;
}
@media (max-width: 1450px) {
	#header #logo{
		height: 40px;
	    padding: 20px 40px;
	}
	#header #logo img{
		height: 40px;
	}
	#header ul li.navitem a{
		width: 110px;
		font-size: 14px;
		height: 22px;
		line-height: 22px;
	}
}
@media (max-width: 1200px) {
	#header ul li.navitem a{
		width: 100px;
	}
	.serviceitem a{
		width: 90%;
	}
	.serviceitem a img{
		max-width: 100%;
	}
	#indexPage #mpage .ab-box{
		width: 100%;
	}
	#indexPage #mpage .ab-content h2{
		line-height: 32px;
	}
	#newslist .newscontent{
		width: 70%;
		padding-right: 2%;
		padding-left:2%;
	}
	#newslist .newsinfo{
		margin-left:0;
	}
	#indexPage #mcontact{
		width: 100%;
	}
	#indexPage #mcontact .content{
		width: 100%;
	}
	.flink{
		width: 90%;
	}
}
@media (max-width: 1084px) {
	#contactform.fr{
		display: none;
	}
	#contactinfo{
		float: none;
		width: 90%;
		margin:0 auto;
	}
	#header #logo{
		margin-right: 10px;
	}
	#header ul#nav{
		padding:0;
		width: 75%;
		margin:0 auto;
	}
	#header ul li.navitem{
		width: 13%;
	}
	#header ul li.navitem a{
		width: 100%;
	}
	#newslist .newscontent{
		width: 85%;
		padding-right: 2%;
		padding-left:2%;
	}
}
@media (max-width: 887px) {
	#newslist .newscontent{
		width: 90%;
		padding-right: 0;
		padding-left:0;
	}
}
@media (max-width: 840px) {
	#header #logo{
		padding: 20px 10px;
	}
	#header.mini #logo{
		padding-right: 5px;
		padding-left: 5px;
	}

}
.index-banner{
	padding-top:83px;
}
.swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-slide {
	width: 100%;
}
.swiper-slide img{
	width: 100%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
	outline: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
	outline: none;
}
.norecruit{
	font-size: 24px;
	font-family: "NeoSansStd-Medium";
}
/*我要加盟*/
.joinus .ab-xbf h3{
	background: #0153a7;
	color:#fff;
	width: 100px;
	padding:5px 10px;
	margin-bottom: 30px;
	text-align: center;
}
.joinus .ab-xbf .pic{
	float: left;
	width: 22%;
	margin-right: 5%
}
.joinus .ab-xbf .text{
	float: left;
	width: 73%;
}
.joinus .ab-xbf .text{
	line-height: 40px;
}



/*加盟留言*/
.joinus .message{
	margin-top:100px;
}
.joinus .message h3{
	background: #0153a7;
	color:#fff;
	width: 100px;
	padding:5px 10px;
	margin-bottom: 30px;
	text-align: center;
}
.message .form{
	width: 590px;
	margin:0 auto;
}
.message .form .input-item{
	height: 44px;
    line-height: 44px;
    width: 100%;
    _width: 100%;
    margin: 25px 30px 25px 0;
    _margin: 25px 5px 25px 0;
}
.message .form label{
	font-size: 14px;
	display: inline-block;
	color: #000;
	width: 56px;
	text-align: right;
}
.message .form input{
	height: 40px;
    width: 60%;
    line-height: 40px;
    padding: 1px;
    border: 1px solid #999;
    text-indent: 6px;
    border-radius: 3px;
}
.message .form input:focus{
	border: 1px solid #0153a7;
}
.message .form span{
	color:#f00;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 8px;
}
.message .form .textarea{
	line-height: 80px;
    height: 140px;
    margin: 20px 0;
    width: 100%;
}
.message .form .textarea label{
	position: relative;
	float: left;
    width: 56px;
    margin: 0;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.message .form .textarea textarea{
    border: 1px solid #999;
    float: left;
    height: 130px;
    padding:2px;
    min-width: 104px;
    text-indent: 6px;
    width: 80%;
    overflow: hidden;
    line-height: 26px;
    border-radius: 3px;
}
.message .form .textarea textarea:focus{
	border: 1px solid #0153a7;
}
.message .form .btn{
	width: 178px;
    _width: 170px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-left: 58px;
    padding: 10px 0 20px 0;
}
.message .form .btn button{
	width: 240px;
	font-size:16px;
    height: 44px;
    line-height: 44px;
    float: left;
    color: #fff;
    cursor: pointer;
    background: #0153a7;
    outline: none;
    border: none;
    font-family: '微软雅黑';
}
.message .form .code input{
	width: 110px;
	margin-right: 5px;
}
.message .form .code img{
	width: 80px;
	height: 24px;
	vertical-align: middle;
	border:1px solid #ccc;
	cursor: pointer;
}
@media (max-width: 1600px) {
	.fw{
		width: 80%;
	}
}
</pre></body></html>