@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}
@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #1a293e;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #1a293e
}

::-webkit-scrollbar-corner {
	background-color: #1a293e
}

::-webkit-scrollbar-resizer {
	background-color: #1a293e
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}
.gray_bg{background: #f8f8f8;}
.wrap {
	width: 100%;
	float: left;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #f8f8f8;
	font-family:arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}
:focus{outline:none;}
body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

img,a,div,b,em,i,li,p,h3,span{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}

/*顶部*/
.top{width: 100%;background: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, .1);position: relative;}
.top .top_logo{height: 90px;width: 100%;}
.top .top_logo a{display: block;width: 158px;height: 54px;background-image: url(logo.png);margin-top: 18px;float: left;cursor: pointer;overflow: hidden;background-repeat: no-repeat;background-position: center;background-size: contain;}
.top_nav{width: 100%;height: 50px;line-height: 50px;background: #222;clear: both;position: relative;}
.top_nav ul{width: 100%;display: block;clear: both;}
.top_nav ul li{height: 100%;float: left;position: relative;}
.top_nav ul li a{display: block;text-align: center;line-height: 50px;height: 50px;padding:0 35px;font-size: 15px;position: relative;color: #fff;z-index: 1;}
.top_nav ul li a b{display: block;width: 100%;height: 0;position: absolute;left: 0;bottom: 0;z-index: -1;background: #1a293e;}
.top_nav ul li a:hover b,.top_nav ul li a.on b{height: 100%;}
/*次导航*/
.top_nav ul li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ccbc9b5d, endColorstr=#ccbc9b5d);
	background: rgba(26,41,62,.8);
	border-top: 0;
	position: absolute;
	width: 210px;
	top: 50px;
	left: 0;
	z-index: 9;
}

.top_nav ul li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.top_nav ul li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
}

.top_nav ul li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.top_nav ul li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.top_nav ul li ul.subnav li a:hover {
	background: #1a293e;
	text-indent: 10px;
}

.top_nav ul li ul.subnav li a:hover i {
	opacity: 1;
}

.top_nav ul li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}
/*首页搜索*/

.header_bs .search-box {
	padding-top: 23px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header_bs .search-box .submit {
	top: 22px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.search-box {
	float: right;
	width: 15px;
	overflow: hidden;
	margin-right: 0;
	padding-top: 32px;
	transition: width 0.3s;
	position: relative;
	height: 28px;
	box-sizing: initial;
}

.search-box.on {
	width: 180px;
}

.search-box.on .text {
	display: block;
}

.search-box-btn {
	width: 15px;
	height: 15px;
	background: url(../images/wel13.png) no-repeat center;
	float: right;
	position: relative;
	top: 34px;
	right: 0;
}

.search-box-btn.on {
	background: url(../images/clo01.png) no-repeat center;
}

.search-box .text {
	width: 82%;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	background: none;
	border: none;
	display: none;
	border-bottom: 1px solid #ccc;
}

.search-box .submit {
	width: 15px;
	height: 28px;
	float: right;
	background: url(../images/wel13.png) no-repeat center;
	border: none;
	position: absolute;
	right: 0;
	top: 32px;
	padding: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header.one .search-box .submit {
	background: url(../images/wel13_h.png) no-repeat center;
}

.search-two {
	display: none;
}

.search-one {
	display: block;
}

.hotline {
	float: right;
	overflow: hidden;
	margin-right: 20px;
	padding-top: 40px;
	transition: width 0.3s;
	position: relative;
	height: 28px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	box-sizing: initial;
}

.hotline i {
	float: left;
	padding-right: 8px;
}
.hotline span{color: #1a293e;}
.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 9;
}

.sidebar ul {
	background: #242424;
}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #242424;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #242424;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: -1;
}

.sidebar ul li img {
	opacity: .5;
}
.sidebar ul li span img{
width: 96px;}
.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #000;
}

.sidebar ul li:hover img {
	opacity: 1;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.web_f {
	width: 100%;
	height: 485px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*分页*/

.curr {
	border: 1px solid #666;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #666;
}

a.page:visited {
	border: 1px solid #666;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	color: #666;
	text-decoration: none;
}

.ra a:hover {
	color: #666;
	text-decoration: underline;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}

/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc373171, endColorstr=#cc373171);
	background: rgba(55,49,113,.8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0,0,0,.1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 80px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #1a293e;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}


.news_show_content {
	overflow: hidden;
	padding: 0 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 774px;
	height: auto;
	margin-left: -24px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}
.pt-480 {
	margin-top: 460px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.package {
	clear: both;
	padding: 60px 0 50px 0;
	overflow: hidden;
}
.new_package{
	clear: both;
	padding: 60px 0 50px 0;
}
.package p{line-height: 2;color: #666;font-size: 14px;}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.header_bk .topdown ul li a.pro_list_img {
	display: block;
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul .pro_list span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}


.package_left {
	float: left;
	width: 400px;
}

.news_show_content {
	float: right;
	width: 750px;
}


.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}
.header .head_search{float: right;width: 80px;height: 100%;margin-left: 0px;}
.header .head_search i{display: block;height: 100%;background-image: url(search.png);width: 80px;background-repeat: no-repeat;background-position: center;cursor: pointer;}
.header .head_search form{display: block;position: absolute;right: 0;top: 80px;padding:0 20px;height: 0;overflow: hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7fba3231, endColorstr=#7fba3231);
	background: rgba(0,0,0,.5);}
.header .head_search input[type="text"]{display: block;float: left;width: 150px;line-height: 28px;height: 28px;overflow: hidden;border: 1px solid #eee;color: #999; padding: 0 10px;text-align: left;}
.header .head_search input[type="submit"]{display: block;float: left;width: 50px;height: 30px;background-image: url(search_icon.png);background-repeat: no-repeat;background-position: center;background-size: 60%;cursor: pointer;background-color: #000;}
.header .head_search:hover form{height: 30px;padding:15px 20px;}
.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}
.news_show_time a{display: block;background: #000;color: #fff;padding: 5px 10px;clear: both;margin-top: 30px;width:150px;cursor: pointer;text-align: center;}
.news_show_time a:hover{text-decoration: underline;}
.pro_search{background: #eee;width: 100%;clear: both;overflow: hidden;text-align: center;padding: 60px 0;}
.pro_search h3{font-size: 36px;line-height: 1;color: #333;font-weight: normal;padding-bottom: 30px;}
.pro_search form{display: block;width: 480px;overflow: hidden;border-radius: 30px;margin: 0 auto;}
.pro_search input[type="text"]{display: block;float: left;padding:0 25px;width: 350px;background-color: #fff;line-height: 50px;}
.pro_search input[type="submit"]{display: block;float: right;text-align: center;line-height:50px;height:50px;background-image: url(search.png);background-repeat: no-repeat;background-position: center;;width: 80px;cursor: pointer;background-color: #fff;}
/*产品列表*/
.nav_menu {
	clear: both;
	width: 100%;
	line-height: 40px;
	height: 40px;
}

.nav_menu ul {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.nav_menu ul li {
	float: left;
	position: relative;
	margin-right: 25px;
}

.nav_menu ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	z-index: 1;
	position: relative;
	border: 1px solid #1a293e;
}

.nav_menu ul li:hover a em,
.nav_menu ul li a.on em {
	height: 100%;
}

.nav_menu ul li a em {
	display: block;
	z-index: -1;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1a293e;
}

.nav_menu ul li a.on,
.nav_menu ul li:hover a{
	color: #fff;
}.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.menu_down a:hover i {
	opacity: 1;
}

.nav_menu ul li:hover .menu_down {
	display: block;
}

.menu_down {
	display: none;
}

.menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 130px;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transition: 0.3s;
	transform-origin: bottom;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.menu_down a.pro_menu:hover {
	color: #fff;
	background-color: #1a293e;
}

.menu_down a.ck {
	background-color: #1a293e;
	color: #fff;
}

.menu_down a.ck i {
	opacity: 1;
}

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #3c4b5f;
	left: 0;
	z-index: 99;
	top: 40px;
}
.prolist_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #999;
	font-size: 20px;
	margin:2% 0;
}

.prolist_menu .menu_left {
	float: left;
	color: #1a293e;
}

.prolist_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #1a293e;
	margin-right: 15px;
	margin-top: 11px;
}

.prolist_menu .search {
	float: right;
	width: 296px;
}

.prolist_menu .search .search_input {
	display: block;
	float: right;
	width: 224px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	border: 1px solid #000;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.prolist_menu .search .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 38px;
	height: 38px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	color: #fff;
	width: 50px;
	cursor: pointer;
}

.prolist_menu .pro_sub {
	width: 100%;
	clear: both;
}

.prolist_menu .pro_sub a {
	font-size: 14px;
	padding: 0 15px;
	margin-top: 15px;
	color: #666;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	line-height: 14px;
}

.prolist_menu .pro_sub a:last-of-type {
	border-right: 0;
}

.prolist_menu .pro_sub a:hover,.prolist_menu .pro_sub a.on{
	color: #1a293e;
}
.web_prolist{width: 1215px;margin-left: -15px;clear: both;padding-top: 40px;}
.web_prolist li{float: left;width: 206px;margin:0 0 15px 15px;display: block;background: #fff;overflow: hidden;text-align: center;position: relative;padding: 10px;border: 1px solid #ddd;}
.web_prolist li span{display: block;width: 100%;font-size: 14px;color: #999;}
.web_prolist li div{width: 100%;height: 100%;overflow: hidden;}
.web_prolist li a{display: block;width: 100%;height: 100%;overflow: hidden;cursor: pointer;}
.web_prolistli img{margin: 0 auto;display: block;}
.web_prolist li:hover img{transform: scale(1.05,1.05);}
.top_ad{width: 100%;background: url(load.gif) no-repeat center;height:652px;}
.top_ad .ad_page{overflow: hidden;position: relative;width: 100%;height:652px;z-index: 0;}
.top_ad .ad_page .swiper-container,.top_ad .ad_page .swiper-wrapper{width: 100%;height: 100%;}
.top_ad .ad_page .swiper-wrapper a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;background-repeat: no-repeat;background-position: center;}
.top_ad .ad_page .swiper-button-next,.top_ad .ad_page .swiper-button-prev{background: url(ad_ctr.png);width: 60px;height: 90px;background-repeat: no-repeat;cursor: pointer;}
.top_ad .ad_page .swiper-button-prev{background-position: 0 0;left: -60px;}
.top_ad .ad_page .swiper-button-next{background-position: 0 -90px;right: -60px;}
.top_ad .ad_page .swiper-container:hover .swiper-button-next,.top_ad .ad_page a:hover .swiper-button-prev{opacity: 1;}
.top_ad .ad_page .swiper-container:hover .swiper-button-prev{left: 0;}
.top_ad .ad_page .swiper-container:hover .swiper-button-next{right: 0;}
.top_ad .ad_page .swiper-pagination{left: 50%;bottom: 35px;transform: translateX(-50%);}
.top_ad .ad_page .swiper-pagination-bullet{margin:0 5px;background: #1a293e;opacity: .6;border-radius: 25px;}
.top_ad .ad_page .swiper-pagination-bullet-active{background: #1a293e;width: 15px;}
/*新闻页面*/
.ex_news{min-height: 800px;}
.ex_news ul li {clear: both;padding: 25px;overflow: hidden;background: #fff;position: relative;height:200px;cursor: pointer;margin-bottom: 25px;}
.ex_news ul li:last-of-type{margin-bottom: 0;}
.ex_news ul li a{display: block;width: 100%;height: 100%;overflow: hidden;clear: both;position: relative;}
.ex_news ul li .news_img {float: left;width: 300px;height: 200px;background-image: url(logo.png);background-repeat: no-repeat;background-position: center;overflow: hidden;}
.ex_news ul li .news_img div{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;overflow: hidden;background-size: cover;}
.ex_news ul li .news_info{float: left;width: 600px;position: absolute;top: 25px;left: 350px;}
.ex_news ul li .news_info h3{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;display: block;width: 100%;padding-bottom: 15px;font-weight: normal;}
.ex_news ul li .news_info p{height: 50px;line-height: 25px;overflow: hidden;color: #999;}
.ex_news ul li .news_date{float: right;text-align: right;width: 100px;height: 150px;overflow: hidden;position: absolute;top: 25px;right: 25px;}
.ex_news ul li .news_date item {display: block;width: 14px;height: 14px;background: url(r_arrow.png) no-repeat center;position: absolute;bottom: -50px;right: 5px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.ex_news ul li .news_date font {font-size: 32px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;display: block;font-family: "gothic";color: #666;}
.ex_news ul li:hover a{color: #333;}
.ex_news ul li:hover .news_info{padding-left: 20px;}
.ex_news ul li:hover .news_date font{color: #333;}
.ex_news ul li:hover .news_date item{bottom: 60px;}
.ex_news ul li:hover .news_img div{transform: scale(1.1, 1.1);}
.news_menu {
	background: url(../images/icon01.png) 20px 15px no-repeat #d6d6d6;
	margin-bottom: 50px;
	line-height: 45px;
	padding: 0 40px;
	display: block;
	float: left;
	width: 1120px;
	overflow: hidden;

}

.news_menu a {
	padding: 0 10px;
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.news_menu a:hover{text-decoration: underline;color: #333;}
.news_menu b {
	color: #fff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
}
.contact{background: #fff;overflow: hidden;padding: 50px;}
.contact .fr{
	float: right;
	width: 458px;
	line-height: 28px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 15px;
}
.contact .fr h3 {
	color: #1a293e;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
}
.contact .fr span {
	display: inline-block;
	margin-right: 40px;
}

.contact .fr i {
	display: block;
	width: 530px;
	height: 1px;
	margin: 10px 0;
	background: #e3e3e3;
}
.contact .fr em{
    display: inline-block;
	width: 20px;}
.contact .qr {
	width: 100px;
	float: left;
	line-height: 15px;
	margin: 0 10px 0 0;
	text-align: center;
}

.contact .qr img {
	width: 120px;
}
.i_menu{width: 100%;clear: both;position: relative;padding: 50px 0 30px 0;background: #fff;overflow: hidden;}
.i_menu i{display: block;background: url(i_img.png);width: 44px;height: 18px;margin-top: 10px;}
.i_menu a.fl{display: block;width: 554px;height:534px;overflow: hidden;position: relative;}
.i_menu a.fl div{position: absolute;z-index: 1;top: 40px;left: 35px;}
.i_menu a.fl h3,.i_menu .menu_right .fr_desc h3{font-size: 24px;font-weight:normal;color: #333;font-family: "times new roman";line-height: 40px;text-transform: uppercase;}
.i_menu .menu_right{float: right;width: 622px;}
.i_menu .menu_right a{display: block;width: 100%;height: 100%;cursor: pointer;margin-bottom: 34px;overflow: auto;}
.i_menu .menu_right .fr_img{width: 325px;height: 250px;overflow: hidden;}
.i_menu .menu_right .fr_desc{width: 240px;height: 180px;overflow: hidden;background: #f5f5f5;padding:70px 0 0 57px;}
.i_menu .menu_right .fr_desc p{text-transform: capitalize;font-size: 16px;color: #999;}
.i_menu a:hover img{transform: scale(1.05,1.05);}
.i_tit{width: 100%;clear: both;position: relative;padding-bottom: 50px;overflow: hidden;}
.i_tit h3{font-size: 36px;line-height: 1;color: #000;text-transform: capitalize;}
.i_tit p{color: #444;line-height: 24px;font-size: 14px;padding-top:15px;}
.i_about{background-image: url(../images/i_about.jpg);background-repeat: no-repeat;background-position: center;height: 600px;width: 100%;clear: both;position: relative;overflow: hidden;}
.i_about .i_tit{padding-top: 120px;}
.i_about .i_tit p{padding:25px 0 35px 0;}
.i_about .i_tit a{display: block;width: 145px;height: 38px;background: #1a293e;text-align: center;line-height: 38px;color: #fff;font-size: 14px;text-transform:uppercase;}
.i_about .i_tit a:hover{background: #364861;}
.i_about .data{padding:60px 0;width: 100%;clear: both;position: relative;background: #fff;box-shadow: 0 4px 10px rgba(0, 0, 0, .1);overflow: hidden;}
.i_about .data div {
	width: 299px;
	float: left;
	text-align: center;
}
.i_about .data em{display: block;background: #ccc;width: 1px;height: 36px;float: left;margin-top: 7;}
.i_about .data span {
	display: block;
	line-height: 1;
	text-transform: capitalize;
	font-size: 16px;
	color: #777;
}

.i_about .data b {
	font-family: "gothic";
	color: #777;
	font-size: 50px;
	padding:0 10px;
}

.i_about .data p {
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	text-transform: capitalize;
	padding-top: 15px;
}
.i_news{width: 100%;clear: both;position: relative;overflow: hidden;padding:30px 0 50px 0;background: #f8f8f8;}
.i_news .i_tit{padding-bottom: 30px;}
.i_news .inews_left{float: left;padding: 40px;background: #fff;width: 355px;margin-top: 20px;}
.i_news .inews_left h3{font-weight: normal;font-size: 18px;line-height: 1;}
.i_news .inews_left p{line-height: 45px;color: #8b8b8b;}
.i_news .inews_left .news_img{width: 355px;height: 215px;overflow:hidden;}
.i_news .inews_left .news_img div,.inews_right ul li .news_img div{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.i_news .inews_left .inews_time{width: 100%;clear: both;line-height: 15px;font-size: 14px;padding: 30px 0 60px 0;height: 15px;}
.i_news .inews_right .inews_time{width: 100%;clear: both;line-height: 14px;font-size: 14px;height: 14px;}
.i_news .inews_left .inews_time i,.i_news .inews_left .inews_time span,.i_news .inews_left .inews_time em,.i_news .inews_right .inews_time i,.i_news .inews_right .inews_time span,.i_news .inews_right .inews_time em{display: block;font-weight: normal;font-style: normal;}
.i_news .inews_left .inews_time span,.i_news .inews_right .inews_time span{float: right;}
.i_news .inews_left .inews_time i,.i_news .inews_right .inews_time i{float: left;position: relative;width: 60px;height: 1px;background: #ccc;margin-top: 7px;}
.i_news .inews_left .inews_time em,.i_news .inews_right .inews_time em{width: 0;height:100%;background: #1a293e;position: absolute;left: 0;top: 0;}
.i_news .inews_left:hover .inews_time em,.i_news .inews_right ul li:hover .inews_time em{width: 100%;}
.i_news .inews_left:hover h3,.inews_right ul li:hover h3{color: #1a293e;}
.i_news .inews_left:hover .inews_img div,.inews_right ul li:hover .news_img div{transform: scale(1.03,1.03);}
.inews_right{float: right;width: 730px;}
.inews_right ul li{padding: 20px 0;border-bottom: 1px solid #ddd;width: 100%;float: left;}
.inews_right ul li:last-of-type{border-bottom: 0;}
.inews_right ul li h3{line-height: 1;font-weight: normal;font-size: 18px;}
.inews_right ul li p{line-height: 24px;color: #8b8b8b;font-size: 13px;margin: 15px 0 25px 0;height: 48px;overflow: hidden;padding-right: 30px;}
.inews_right ul li .news_img{float: left;width:190px;height:125px;overflow: hidden;}
.inews_right ul li .news_info{float: left;margin-left: 35px;width:505px;}
.foot{background-color: #fff;position:relative;clear: both;width: 100%;}
.foot .foot_info{width: 100%;padding: 40px 0;clear: both;overflow: hidden;}
.foot .foot_info div{float: left;}
.foot .foot_info img{display: block;float: left;padding: 5px 20px 0 0;}
.foot .foot_info em{display: inline-block;width: 2em;}
.foot .foot_info .fl{width: 515px;}
.foot .foot_info .fl p{width: 415px;}
.foot .foot_info .mid{width: 345px;}
.foot .foot_info .mid p{width: 287px;}
.foot .foot_info .fr{width: 340px;}
.foot .foot_info .fr p{width: 282px;}
.foot .foot_info p{display: block;float: left;line-height: 2;font-size: 14px;color: #777;}
.foot .foot_info p img{padding-right: 20px;}
.foot .footer{line-height: 50px;text-align: left;color: #999;clear: both;overflow: hidden;background: #000;}
.foot .footer a{display: inline-block;float: right;line-height: 50px;color: #999;}
.foot .footer a:hover {color: #fff;text-decoration: underline;}
.foot_msg{width: 100%;overflow: hidden;padding-bottom: 60px;}
.foot_msg .fl{width: 375px;}
.foot_msg .fl .formitem{width: 100%;clear: both;position: relative;padding-bottom: 20px;overflow: hidden;}
.foot_msg .fl input{padding:0 25px;background: #f5f5f5;display: block;width: 325px;line-height: 45px;}
.foot_msg .fl .formitem em{font-size: 12px;line-height: 15px;position: absolute;left: 0;bottom: 0;}
.foot_msg .fr{width: 805px;}
.foot_msg .fr textarea{padding: 25px;display: block;background: #f5f5f5;width: 755px;height: 125px;margin-bottom: 20px;}
.foot_msg .fr input{display: block;border-radius: 25px;width: 250px;text-align: center;height: 50px;overflow: hidden;background: #192f58;color: #fff;line-height: 50px;cursor: pointer;}
.Validform_right {
	color:green;
}
.Validform_wrong {
	color: #f60;
}
.ab_tit{width: 100%;text-align: center;clear: both;overflow: hidden;background: #eee;padding: 60px 0;}
.ab_tit h3{font-size: 40px;text-transform: uppercase;line-height: 1;color: #333;}
.ab_tit p{line-height: 22px;padding-top:15px;text-transform: capitalize;color: #999;}
.about_desc h3{font-size: 26px;line-height: 1.5;text-transform: uppercase;color: #000;padding-bottom:20px;font-weight: normal;padding-top: 100px;}
.about_desc .fr{width:650px;display: block;}
.about_img{width: 100%;clear: both;overflow: hidden;}
.about_img h3{font-size: 26px;line-height: 1.5;text-transform: uppercase;color: #000;padding:40px 0;font-weight: normal;;}
.flow{background-image: url(../images/flow_bg.jpg);width: 100%;height: 500px;background-repeat: no-repeat;background-position: center;background-color: #fff;}
.flow .fl{width: 465px;margin:50px 0 0 85px;}
.flow .fl h2,.skill_desc .fr h2{text-transform: uppercase;color: #000;font-size: 40px;line-height: 1;}
.flow .fl i,.skill_desc .fr i{display: block;width: 25px;height: 3px;background: #000;margin: 25px 0;}
.flow_desc{background: #f8f8f8;}
.flow_desc .fr{width: 385px;padding-top: 130px;}
.cer h3{text-transform: uppercase;font-size: 28px;color: #444;line-height: 1.5;padding-bottom: 15px;}
.cer p{padding-bottom: 30px;width: 850px;}
.cer_list{width: 1220px;margin-left: -20px;clear: both;}
.cer_list h3{font-size: 26px;font-weight: normal;line-height: 100px;padding-left: 50px;text-transform:uppercase;}
.cer_list li{width: 224px;position: relative;float: left;margin-left: 20px;text-align: center;overflow: hidden;}
.cer_list li div{width: 182px;height: 182px;overflow: hidden;border: 1px solid #ddd;padding: 20px;background: #fff;}
.cer_list li:hover img{transform: scale(1.05,1.05);}
.cer_list li span{text-align: center;font-size: 14px;color: #666;padding: 10px 0;display: block;width: 100%;}
.room_menu{width: 100%;line-height: 35px;overflow: hidden;padding-bottom: 20px;}
.room_menu a{display: block;}
.room_menu .room_link{float: left;color: #999;}
.room_menu .room_link a{float: left;color: #999;line-height: 35px;}
.room_menu .room_link i{display: block;float: left;padding:0 15px;font-style: normal;}
.room_menu .room_link a:hover{text-decoration: underline;color: #333;}
.room_menu span{display: block;float: right;width: 80px;line-height: 35px;text-align: center;color: #fff;background: #333;cursor: pointer;}
.room_menu span:hover{background: #000;}
.room_top{clear: both;padding: 25px;overflow: hidden;background: #fff;margin-bottom: 40px;border: 1px solid #eee;}
.room_top .fl{border: 1px solid #eee;}
.room_top .fr{width: 800px;text-align: left;}
.room_top .fr h3{line-height: 2;font-weight: normal;font-size: 26px;padding-bottom: 15px;}
.room_top .fr p{color: #666;line-height: 2;font-size: 14px;}
.skill_01,.skill_02,.skill_03{ padding-bottom: 90px;}
.skill_01:after,.skill_02:after,.skill_03:after{ content: ""; clear: both; display: block; height: 0;}
.skill_01 .fl{ width: 390px; height: 595px;}
.skill_01 .fr{ width: 740px; padding-top: 18px;}
.skill_01_i{ float: left; width: 95px; height: 93px; margin-right: 30px;}
.skill_01_c{ float: left; width: 602px;}
.skill_01_img{ clear: both; width: 710px;}
.skill_02 .fl{ width: 600px; height: 585px; padding-top: 122px; padding-left: 10px; box-sizing: border-box;}
.skill_02 .fr{ width: 530px; height: 585px;}
.skill_03 .fl{ width: 515px; height: 500px;}
.skill_03 .fr{ width: 515px; height: 500px; padding: 100px 95px 0 0; box-sizing: border-box;}
.skill_02_i,.skill_03_i{ width: 92px; height: 91px; margin-bottom: 40px;}
.skill_01_c h3,.skill_02_i h3,.skill_03 h3{ font-size: 26px; color: #000; line-height: 28px; text-transform: uppercase; margin-bottom: 20px;}
.skill_01_c p,.skill_02_i p,.skill_03 p{ font-size: 14px; line-height: 22px; color: #787878; margin-bottom: 25px;}
.pro_top ul{width: 1212.5px;clear: both;margin-left: -12.5px;padding-bottom: 40px;overflow: hidden;}
.pro_top ul li{float: left;width: 230px;text-align: center;margin-left: 12.5px;margin-bottom: 12.5px;overflow: hidden;background: #fff;border-radius: 10px;}
.pro_top ul li a{display: block;width: 100%;height: 100%;overflow: hidden;cursor: pointer;}
.pro_top ul li img{display: block;margin: 30px auto;width:60px;}
.pro_top ul li h3{font-weight: normal;font-size: 18px;color: #000;line-height: 1.5;text-transform: capitalize;padding-bottom: 30px;}
.pro_top .top_title {
    display: block;
    width: 100%;
    clear: both;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
}
.i_pro{width: 100%;clear: both;overflow: hidden;background: #fff;padding-bottom: 50px;position: relative;}
.i_pro .ipro_list{position: relative;}
.ipro-next.swiper-button-disabled{opacity: .35;cursor: auto;pointer-events: none;}
.ipro-next,.ipro-prev{position: absolute;top: 50%;width: 27px;height: 44px;margin-top: -22px;z-index: 1;cursor: pointer; background-size: 27px 44px;background-position: center;background-repeat: no-repeat;opacity: .5;}
.ipro-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'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2000000'%2F%3E%3C%2Fsvg%3E");right: -50px;}
.ipro-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'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2000000'%2F%3E%3C%2Fsvg%3E");left: -50px;}
.ipro-next:hover,.ipro-prev:hover{opacity: 1;}
.i_pro .swiper-container{overflow: hidden;}
.i_pro .swiper-container .swiper-slide{width: 232px;text-align: center;text-transform: capitalize;font-weight: normal;background: #f8f8f8;padding: 30px 0;position: relative;}
.i_pro .swiper-container .swiper-slide img{display: block;width: 60px;margin: 10px auto;}
.i_pro .swiper-container .swiper-slide h3{font-size: 16px;font-weight: normal;}
.i_pro .swiper-container .swiper-slide em{display: block;z-index: 1;width: 0;height: 3px;position: absolute;left: 0;bottom: 0;background: #1a293e;}
.i_pro a{display: block;width: 100%;height: 100%;}
.i_pro .swiper-slide:hover em{width: 100%;}
.i_pro .swiper-slide:hover img {transform: rotateY(180deg);}
.pro_box{text-transform: capitalize;background: #f9f9f9;border: 1px solid #ddd;overflow: hidden;}
.pro_box .pro_top{border-bottom: 1px solid #ddd;overflow: hidden;padding: 15px 25px;}
.pro_box .pro_top span{display: block;float: left;font-size: 18px;line-height: 32px;}
.pro_box .pro_top i{display: block;float: left;color: #999;padding: 0 25px;line-height: 32px;}
.pro_box .pro_top form{display: block;float: left;overflow: hidden;border: 1px solid #d5d5d5;border-radius: 25px;}
.pro_box .pro_top input[type="text"]{display: block;float: left;padding:0 25px;width: 200px;background-color: #fff;line-height: 30px;}
.pro_box .pro_top input[type="submit"]{display: block;float: left;text-align: center;line-height:30px;height:30px;background-image: url(search.png);background-repeat: no-repeat;background-position: center;;width: 80px;cursor: pointer;background-color: #fff;}
.pro_box .pro_mid .fl{padding: 15px 25px;background: #f9f9f9;color: #999;font-size: 14px;width: 80px;display: block;line-height: 1;}
.pro_box .pro_mid .fr{background: #fff;color: #999;font-size: 14px;width: 1068px;overflow: hidden;padding-bottom: 15px;}
.pro_box .pro_mid .fr a{display: block;padding:15px 25px 0 25px;float: left;transition: all 0s;line-height: 1;}
.pro_box .pro_mid a:hover,.pro_box .pro_mid .fr a.on{color: #192f58;text-decoration: underline;}


.login_bg{
	width: 100%;
	height: 800px;
	position: relative;background-size: 100%;background-image: url(../images/login_bg.jpg);background-repeat: no-repeat;background-position: center;
}
.login_box{
	position: relative;
	left: 50%;
	top: 50%;
	padding: 50px;
	background-color: #fff;
	transform: translate(-50%,-50%);
	width: 480px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.15);
}
.l_logo{
	width: 50%;;
	display: block;
	margin: 0 auto 35px ;
}
.login_box input[type='password']{
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}
.login-button{
	width: 100%;
	height: 60px;
	background: #094069;
}
.login_box [type='submit']{
	width: 100%;
	height: 60px;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	margin-bottom: 40px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #272727;
}
.login_box a:hover{
	color: #272727;
}
