﻿/*************************
*******body******
**************************/
body {
	background: #fff;
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Times New Roman', 'Microsoft YaHei', SimHei;
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
li {
	list-style: none;
}
.wal {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*************************
*******菜单******
**************************/

.header {
	width: 100%;
	overflow: hidden;
}
.header_top {
	width: 100%;
	background: #eee;
	height: 30px;
	line-height: 30px;
	font-family: 微软雅黑;
	color: #999;
	font-size: 12px;
	overflow: hidden;
}
.header_top .top_nav {
	float: right;
	width: 210px;
}
.header_top .top_nav a {
	padding: 0 12px;
	display: block;
	height: 15px;
	line-height: 15px;
	margin-top: 5px;
	color: #999;
	border-right: 1px dotted #eee;
	font-size: 12px;
	float: left
}
.header_top .top_nav .first {
	padding-left: 0;
}
.header_center {
	height: 120px;
	padding-top: 10px;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
.header_center .logo {
	float: left;
	width: 32%;
	margin-top: 25px;
}
.search {
	background: #f1f1f1;
	padding: 20px;
	margin-top: 20px;
}
.hot {
	float: left;
	width: 60%;
	margin-top: 20px;
	font-size: 15px;
	color: #666
}
.searchbox {
	float: right;
	width: 30%;
	margin-top: 10px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedede;
	border-radius: 15px;
	color: #666;
}
.searchbox .cont_text {
	float: left;
	color: #333;
	height: 32px;
	padding-left: 8px;
	background: none;
	line-height: 32px;
	outline: none;
	border: none;
}
.searchbox .cont_btn {
	float: right;
	outline: none;
	border: none;
	margin-top: 2px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: url(../images/main/rsbtn.png) no-repeat;
}
.header_center .top_ti {
	float: left;
	width: 35%;
}
.header_center .top_ti h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 6px;
	color: #666;
}
.header_center .top_ti span {
	color: #A11017
}
.header_center .top_ti p {
	color: #666;
	font-size: 15px;
}
.top_title {
	float: left;
	margin-top: 18px;
}
.top_title h2 {
	color: #F2F9F2;
	font-size: 16px;
}
.top_title p {
	font-size: 14px;
	line-height: 24px;
	color: #F2F9F2
}
.header_phone {
	float: right;
	width: 30%;
	margin-top: 2px;
	text-align: right;
}
.header_phone h3 {
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
}
.header_phone h3 img {
	padding-right: 8px;
}
.header_phone h2 {
	color: #A11017;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li >img {
	display: block;
	padding-right: 4px;
}
.navbar-collapse {
	max-height: 340px;
	padding-left: 0;
	overflow-x: visible;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0px;
}
.navbar-nav > li > a {
	margin: 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-nav > li:last-child {
	border: none
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 0px 52px;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}
.navbar-inverse .navbar-brand {
	color: #666;
}
.navbar-inverse {
	background-color: #23417F;
	border: none;
	line-height: 60px;
}
.navbar {
	border-radius: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: #275DB2;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
	background: #275DB2 repeat-x;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background: #275DB2 repeat-x;
	color: #fff;
}
.navbar-inverse .navbar-toggle {
	border-color: #23417F;
	background: #23417F;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #23417F
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #f90
}
/**********轮番***********/
/*-- Slider --*/

.slider {
	position: relative;
	padding: 0;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	border: 0;
}
a.callbacks_nav {
	display: none;
}
ul.callbacks_tabs {
	position: absolute;
	z-index: 9;
	bottom: 2%;
	left: 45%;
}
ul.callbacks_tabs li {
	display: inline-block;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	visibility: visible;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	background: #545454;
}
.callbacks_here a:after {
	background: #23417F;
}
/*-- //Slider --*/

.index-box-row {
	margin: auto;
 *zoom:1;
	transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
	padding: 0;
	margin: 0;
}
.index-box-row:after, .index-box-row:before {
	content: "";
	display: table
}
.index-box-row:after {
	clear: both
}
.index-box-row li {
	width: 25%;
	float: left;
	height: 106px;
	border-right: 1px solid #dedede;
}
.index-box-row li a {
	height: 146px;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 20px 16px 14px;
	transition: all .3s;
	border-left: 1px solid #FF9832;
	border-right: 1px solid #FF9630;
	border-color: hsla(0,0%,100%,.06)
}
.index-box-row li a h2 {
	color: #333;
	font-weight: bolder;
	margin-top: 10px;
	font-size: 18px;
}
.index-box-row li img {
	height: 90px;
}
.index-box-row li a p {
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 5px;
}
.index-box-row li a:hover {
	text-decoration: none;
	border-color: transparent!important
}
.index-box-row li a:hover img {
	-moz-filter: gracasecale(0);
	-ms-filter: gracasecale(0);
	filter: gracasecale(0)
}
.index-box-row li a:hover p {
	color: #0069C2;
}
.index-box-row li:last-child a {
	border-right: 1px solid #727577;
	border-color: hsla(0,0%,100%,.06)
}
.index-box-row.index-box-row-hide {
	opacity: 0;
	filter: alpha(opacity=0);
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	position: relative;
	transition: opacity .3s, max-height .3s .3s, visibility 0s .6s
}
.s_inp01 {
	overflow: hidden;
}
.inp001 {
	width: 216px;
	height: 33px;
	line-height: 33px;
	background: #fff;
	border: 1px solid #dedede;
	color: #9b9b9b;
	font-size: 14px;
	padding-left: 10px;
	float: left;
	font-family: "Microsoft Yahei";
}
.inp002 {
	background: #0069C2;
	width: 38px;
	height: 33px;
	border: 0;
	float: left;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.se_p {
	color: #555555;
	font-size: 14px;
	margin-top: 15px;
	padding: 0 5px;
}
/*product*/
.main_title h2 {
	padding: 20px 0;
	text-align: center;
	font-size: 40px;
	color: #111111;
	font-weight: normal;
}
.main_title h2 a {
	color: #111111
}
.main_title h2 b {
	color: #23417F;
	font-weight: normal;
	font-size: 50px;
}
.main_title h2 em {
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	padding-top: 15px;
}
.product {
	margin-top: 20px;
}
.slide-nav {
	float: left;
	width: 25%;
	background: #fff;
	margin-top: 40px;
	border: 4px solid #23417F;
}
.slide-nav ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}
.slide-nav ul p {
	background: #f1f1f1;
	height: 45px;
	line-height: 45px;
	margin: 6px 0;
}
.slide-nav ul p a {
	color: #333;
	display: block;
}
.slide-nav ul p a:hover {
	text-decoration: none;
	color: #CE000C;
	font-weight: bold;
}
.slide-nav ul li {
	line-height: 50px;
	padding: 0 5px;
}
.slide-nav ul li a {
	text-decoration: none;
	line-height: 50px;
	display: block;
	font-size: 14px;
	color: #666;
	padding-left: 30px;
	background: url(../images/main/ico1.png) no-repeat 200px 10px;
}
.slide-nav ul li a:hover {
	color: #23417F;
	font-weight: bold;
}
.slide-nav ul li b {
	text-align: center;
	display: block;
}
.slide-tubiao {
	padding: 5px 8px;
}
.slide-content {
	float: right;
	width: 74%;
	height: auto;
	background: #fff;
	padding-bottom: 25px;
	padding-left: 1%;
	margin-top: 20px;
}
.slide-nav-title {
	height: 110px;
	color: #fff;
	background: #23417F url(../images/main/cp1.png) no-repeat center;
}
.slide-nav-title {
	text-align: center;
}
.slide-nav-title h2 {
	padding: 20px 0;
	color: #fff;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}
.slide-nav-title p {
	margin-top: 15px;
}
.slide-con {
	height: 60px;
	color: #fff;
	background: #00469C;
}
.slide_lx {
	padding: 0 20px;
}
.slide_lx p {
	line-height: 24px;
	margin: 0;
	padding: 10px 0;
}
.tel-box {
	border-top: 0px;
	text-align: left;
	background-color: #fff;
	padding: 15px
}
.tel-box p.big {
	font-size: 18px;
	text-align: center;
}
.tel-box strong {
	color: #23417F;
	font-size: 24px;
}
.tel-box a {
	background-color: #23417F;
	border-radius: 10px;
	padding: 5px 25px;
	color: #fff
}
.product_list {
	margin: 0px 5px;
}
.product_list ul {
	padding: 0;
}
.product_list ul li {
	float: left;
	width: 33.3%;
	list-style: none;
	margin-top: 10px;
}
.product_bian {
	margin: 10px;
	padding: 20px;
	background: #f1f1f1;
}
.product_bian img {
	height: 216px;
}
.product_bian:hover {
	background: #23417F
}
.product_bian h3 {
	color: #666;
	font-weight: normal;
	font-size: 15px;
	margin-top: 15px;
}
.product_bian h3 span {
	float: right;
	font-size: 26px;
	font-weight: normal;
}
.product_bian a {
	text-decoration: none;
	display: block;
}
.product_bian a:hover h3 {
	color: #fff;
}
.avatar img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.avatar:hover img {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
	-moz-transform: scale(1.3);
	-moz-transform: all 1s ease 0s;
	-o-transform: scale(1.3);
	-o-transform: all 1s ease 0s;
}
/*主营业务*/
.main_yw {
	background: #23417F;
	margin: 50px 0;
	padding-top: 20px;
	padding-bottom: 70px;
}
.zzsc {
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
	padding-bottom: 30px;
}
.zzsc .tab {
	overflow: hidden;
	background: #F0F0F6;
}
.zzsc .tab a {
	display: block;
	font-size: 18px;
	width: 24.9%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	float: left;
	text-decoration: none;
	color: #666;
	border-right: 1px solid #DEDBEE;
}
.zzsc .tab a:nth-child(4) {
	border: none;
}
.zzsc .tab a:hover {
	background: #fff;
	color: #A11017;
	text-decoration: none;
}
.zzsc .tab a.on {
	background: #fff;
	color: #A11017;
	text-decoration: none;
}
.zzsc .co {
	overflow: hidden;
	padding: 10px;
}
.zzsc .co > ul {
	padding: 10px;
	margin: 0;
}
.zzsc .co li {
	display: none;
	width: 100%;
	list-style: none;
}
.ys1 {
	height: 435px;
	margin: 0 auto;
	overflow: hidden;
}
.ys1 .pimg {
	width: 54%;
	overflow: hidden;
	margin-top: 30px;
}
.ys1 dl {
	width: 45%;
	overflow: hidden;
}
.ys1 dt {
	padding-top: 35px;
	background: url(../images/main/edgv_wb.gif) repeat-x center bottom;
	height: 160px;
	overflow: hidden;
	font-size: 24px;
	color: #333333;
	line-height: 54px;
}
.ys1 dt b {
	display: block;
	font-size: 32px;
	color: #A11017;
}
.ys1 dt span {
	color: #A11017;
}
.ys1 dd {
	padding-top: 25px;
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	color: #333333;
}
.ys1 dd span {
	color: #A11017;
}
.ys1 .ico01 {
	margin-top: 40px;
}
.ico01 {
	width: 125px;
	height: 40px;
	background: #23417F url(../images/main/pro_ico02.png) no-repeat 84px center;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	display: block;
}
.ico01 a {
	color: #fff;
}
/*about*/

.about h3 {
	text-align: center;
	padding-bottom: 30px;
	font-size: 30px;
	color: #0b0b0b;
	font-weight: normal;
	background: url(../images/main/ysbg1.jpg) no-repeat center top;
	margin-top: 0;
}
.about h3 em {
	display: block;
	font-size: 14px;
	color: #bbbbbb;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
}
.about p {
	padding: 0 70px;
	text-align: center;
	font-size: 16px;
	
	line-height: 32px;
	color: #666666;
}
.about p b {
	color: #1a4ec1;
}
/*news*/
.news {
	width: 48%;
}
.news_t {
	height: 70px;
	line-height: 26px;
	overflow: hidden;
	border-bottom: #f3f3f3 2px solid;
}
.news_t p {
	float: left;
}
.news_t p a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.news_t p a:hover {
	color: #A11017;
}
.news_t p i {
	color: #cecece;
	font-size: 20px;
	display: block;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.news_t span {
	float: right;
	width: 25px;
	height: 25px;
	display: block;
	line-height: 0;
	padding: 23px 0 0;
}
.news_t span img {
	width: 25px;
	height: 25px;
}
.news dl {
	padding: 40px 0 20px;
	border-bottom: #f3f3f3 1px solid;
	display: inline-block;
	margin-bottom: 15px;
}
.news dt {
	height: 113px;
	overflow: hidden;
	float: left;
	width: 30%;
}

.news dd {
	width: 70%;
	float: left;
	height:146px;
	padding: 0 0 0 10px;
}
.news dd span {
	display: block;
	font-size: 36px;
	color: #A11017;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	line-height: 36px;
}
.news dd h3 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}
.news dd h3 a {
	font-size: 15px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.news dd h3 a:hover, .news ul li a:hover {
	color: #A11017;
}
.news .news_desc {
	font-size: 14px;
	color: #909090;

	line-height: 20px;
	overflow: hidden;
}
.news ul{ padding:0;}
.news ul li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.tempWrap a {
	font-size: 14px;
	color: #333;
	display: block;
	float: left;
	width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
}
.tempWrap span {
	display: block;
	float: right;
	width:28%;
	font-size: 14px;
	color: #909090;
	
	text-align: right;
}
/*footer*/

.footer {
	background: #23417E;
	margin-top: 80px;
}
.foot {
	padding: 20px 0;
	padding-top: 35px;
}
.foot h1 {
	width: 18%;
	height: 135px;
	float: left;
}
.foot h1 img {
	width: 110px;
	height: 110px;
}
.foot .dbnav {
	height: 135px;
	width: 25%;
	float: left;
	background: url(../images/footer/xt.jpg) no-repeat left;
	margin-top: 14px;
}
.foot .dbnav li {
	float: left;
	margin: 0 24px;
	margin-bottom: 22px;
}
.foot .dbnav li a {
	font-size: 13px;
	color: #A3BADE;
}
.foot .gsxx {
	width: 33%;
	height: 135px;
	float: left;
	background: url(../images/footer/xt.jpg) no-repeat left;
	margin-top: 14px;
}
.foot .gsxx li {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 15px;
	color: #A3BADE;
}
.foot .gsxx li em {
	font-size: 14px;
	color: #A3BADE;
	margin-right: 10px;
	font-style: normal;
}
.foot .ewm {
	width: 20%;
	height: 119px;
	float: right;
	margin-top: 14px;
}
.foot .ewm span {
	display: block;
	width: 94px;
	height: 119px;
	float: left;
	margin-left: 10px;
	background: url(../images/footer/ewk.png) no-repeat center;
}
.foot .ewm span em {
	display: block;
	width: 81px;
	height: 81px;
	padding: 7px 6px;
}
.foot .ewm span em img {
	width: 81px;
	height: 81px;
}
.foot .ewm span i {
	display: block;
	font-size: 14px;
	color: #A3BADE;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-style: normal;
	margin-top: 15px;
}
.foot .mc {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-top: 16px;
	margin-right: 38px;
}
.foot .mc em {
	font-size: 14px;
	color: #9b9b9c;
	margin-right: 20px;
	font-style: normal;
}
.foot .mc em a {
	font-size: 14px;
	color: #666;
}
.foot .link {
	float: left;
	margin-top: 16px;
	height: 50px;
	line-height: 50px;
}
.foot .link b {
	font-size: 14px;
	color: #333;
	float: left;
}
.foot .link a {
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 19px;
}
/*************底部**************/
.scroll {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 3px;
	bottom: 20px;
	cursor: pointer;
	background: url(../images/footer/top.png) bottom no-repeat;
	height: 42px;
}
.scroll:hover {
	background: url(../images/footer/top.png) top no-repeat;
	height: 42px;
}
/**手机底部导航菜单***/
#bottomNav {
	display: none;
	background: #23417F;
	height: 62px;
	background-repeat: repeat-x;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute;
 _top: expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	overflow: visible;
}
.bmeum {
	color: #fff;
	text-align: center;
	padding-top: 6px;
}
.bmeum a {
	color: #fff;
}
.bmeum a:hover {
	text-decoration: none;
	color: #fff;
}
.bottom_mobile {
	width: 33%;
	float: left;
}
/*in product*/
.cbgg-01 {
	background: #23417E;
	text-align: center;
	color: #fff;
}
.cbgg-01-img img {
	width: 100%;
	display: block;
}
.cbgg-01 p {
	padding-top: 15px;
}
.cbgg-01 p img {
	vertical-align: middle;
	margin-right: 5px;
}
.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}
.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
}
.p12-curmbs-1 a {
	color: #666;
}
.p12-curblock {
	display: none;
}
.p12-curmbs-1 b {
	border-left: 10px solid #333333;
	font-weight: normal;
	padding-left: 8px;
}
.p12-curmbs-1 i {
	font-style: normal;
}
.p12-curmbs-1 span {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
	color:#666;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#23417E;
    color:#fff;
    border-color:#23417E;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}
.borde{ border-bottom:1px solid #eee;}
.tj_left{ width:50%; float:left; margin-top:20px;}
.tj_left img{ padding:7px; border:1px solid #dedede;}
.tj_right{ width:50%; float:left; margin-top:20px; }
.tj_right h1{ color:#23417E; padding:0 20px; font-weight:bold; font-size:20px;}
.tj_right h2{  padding:0 20px;}
.tj_right p{  padding:0 20px; line-height:26px; color:#999;}
.tj_right span{ display:block; margin-left:20px; width:120px; height:45px; background:#23417E; line-height:45px; color:#fff; text-align:center;}
.tj_right span a{ color:#fff;}
.tj_right h3{ padding:0 20px;}
.pro_detail{ padding:6px;}
.pro_detail b{ color:#23417E; font-size:15px;}
.pro_detail p{ line-height:26px; padding-top:15px; color:#666}
/*in news*/
.news_li{ padding:0;}
.news_right{ margin:15px 0; border-bottom:1px solid #dedede; padding-bottom:10px;}
.news_right h2 a{ color:#333; font-size:15px; font-weight:bold; }
.news_right p{ margin-top:10px;}
.news_right h2 a:hover{ color:#23417E}
.time{ color:#999; padding-top:6px;}
.time span{ color:#FF8D1D; float:right;}
.time span a{ color:#999;}
.time span a:hover{ color:#23417E}
.n_detail{ color:#555; padding:10px 10px;}
.n_detail h2{ text-align:left; color:#282828}
.n_detail p{  padding:10px 0px;line-height:28px; }
.n_detail p span{ color:#EC6900}
.nx_bottom {
    padding-top: 40px;
    border-top: 1px solid #eee;
}


.nx_bottom span.fl p a {
 
    font-size: 14px;
    color: #666;
	line-height:28px;
  
}
.nx_bottom span.fl p a:hover{ color:#EC6900}
.nx_bottom a.fr {
    width: 120px;
    height: 54px;
    background: #999;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 54px;
}
/*message*/
 .p4-order-form-1 {
            overflow: hidden;
        }
        
        .p4-order-form-1 .p4-titlel-1 {
            width:145px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background: #23417E;
            
        }
 .findrow{ padding:0;}       
        .p4-order-form-1-con {
            border:1px solid #bbb;
            background:url(../images/main/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
            padding:40px 15%;
        }
        
        .p4-order-form-1-con li p {
            padding-left: 130px;
            color: #999;font-size: 12px;
        }
        
        .p4-order-form-1-con li {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 35px;
            color: #666;
            overflow: hidden;
        }
        
        .p4-order-form-1-con li span {
            font-weight: bold;
            color: #666;
        }
        .p4-order-form-1-con li b{color:#f00;}
        .p4-order-form-1-con li .row-hd {
            color: #666;
        }
        .timenum{padding-left:95px;}
        .p4-order-form-1-con li p {
            clear: both;
        }
        
        .p4-order-form-1-con label {
            display: inline-block;
            width: 120px;
            color: #666;
            vertical-align: top;
            text-align: right;height: 33px;line-height: 33px;overflow: hidden;
        }
       
        
        
        .p4-order-form-1-con .inputs,
        .p4-order-form-1-con li select {
            width: 73%;
            margin-right: 10px;
            outline: none;
            padding-left: 10px;
            border: 1px solid #eee;
            height: 33px;
            line-height: 32px;
            color: #666;
            box-sizing: border-box;
            /*float: left;*/
        }
        .p4-order-form-1-con .radioandcheck{vertical-align:middle;}
        
        .p4-order-form-1-con .err {
            border: 1px solid #c00;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t1 {
            width: 100%;
        }
        
        .p4-order-form-1-t1 textarea {
            width: 73%;
            height: 102px;
            line-height: 24px;
            border: 1px solid #eee;
            outline: none;
            resize: none;
            overflow: auto;
            margin-right: 10px;
            padding-left: 10px;
            box-sizing: border-box;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t2 {
            width: 100%;
        }
        
        .p4-order-form-1-t2 input {
            width: 150px;
            vertical-align: top;
        }
        
        .p4-order-form-1-t2 span {
            width: 153px;
            height: 25px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 {
            padding-left: 120px;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t3 input {
            width: 80px;
            height: 30px;
            border: 0;
            text-align: center;
            margin-right: 30px;
            color: #fff;
            padding-left: 0;
            cursor: pointer;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b1 {
            background: #23417E;
        }
        
        .p4-order-form-1-con .p4-order-form-1-b2 {
            background: #767676;
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 {
            overflow: auto;
            height: auto;
            min-height: 35px;
            width: 100%
        }
        
        .p4-order-form-1-con .p4-order-form-1-t4 input {
            vertical-align: middle;
            width: 14px;
            margin: 0 10px;
        }
/*contact*/
.inab_zi {
	padding-right:50px;
}
.inab_zi h1 {
	font-size: 50px;
	color: #23417E;
	line-height: 50px;
	margin-bottom: 33px;
	text-transform: uppercase;
}
.inab_zi h2 {
	font-size: 24px;
	color: #666;
	font-weight: bold;
}
.inab_zi h3 {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 16px;
	font-weight: normal;
	margin-top: 14px;
	text-transform: uppercase;
}
.inab_zi p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 26px;
	margin-top:10px;
}
.contact_box {
	float: left;
	width: 48%;

}
.dtu{ width:48%; margin-top:30px;}
.contact p{font-size: 16px;
	color: #333;
	line-height: 28px;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	margin-bottom: 26px;
	margin-top: 30px;}
