/*共用css，模板里只能模板设计小组人员才能修改*/
/*模板设计小组人员修改以后注意本地备份一下*/
/*最新更新人员：胡平2017-3-13*/   
/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,{border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;outline:none;}/*英文换行*/
a:hover {text-decoration: none; color:#004fab;;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*手机预览居中*/
body{
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}


/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist,.blk-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist,.b-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }


/*全局背景色1*/
.body-color{background: #ffffff;}
.bark-body-color{background:#181818;}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{width:1200px; margin: 0 auto;font-family: "Microsoft Yahei";}
/*小模块*/
.blk-xs{width:240px;}
/*中模块*/
.blk-sm{width:930px;}
/*小版块*/
.blk{margin-bottom:30px;}




/*首页板块全局补白*/
.p{padding: 30px 0;}
/*首页板块全局变量*/
.b{clear: both;}
/*内页板块全局变量*/
.blk{margin-bottom:  20px;}


/*数据更新中的样式*/
.nodata {background:url("../images/nodata.png") no-repeat 58px 20px #fff;margin: 10px 0;padding:80px 0 80px 220px;border:1px solid #eee;text-transform: capitalize;}


/*详情内容*/
.endit-content{ line-height:28px;}
.endit-content p{margin:15px 0;}
.endit-content img{max-width:100%;}
/*百度地图图片*/
.endit-content #map img,.endit-content #dituContent img,.endit-content #platform img{max-width: inherit;}
.endit-content em,.endit-content i{font-style: italic;}
.endit-content .img-p{text-indent: 0px; padding-top: 14px; margin: 0px; text-align: center;}
.endit-content .img-container{}
.endit-content .img-block {text-indent: 0px;padding-top: 14px;margin: 0px;text-align: center;}
/*详情关键字飘红加粗*/
.endit-content a{color:#f00; font-weight: bold;}
/*详情内容关键字加VI色*/
/*.endit-content a{color:#004fab; font-weight: bold;}*/

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999; 
}
.modal-dialog {
    position: fixed;
    color:#000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%; 
}
.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png"); 
}
.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px; 
}
.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left; 
}
.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px; 
}
.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff; 
}
.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left; 
}
.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px; 
}
.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px; 
}
.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px; 
}
.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px; 
}
.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079; 
}
.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px; 
}

/*翻页*/
.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;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#004fab;
    color:#fff;
    border-color:#004fab;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}


























html {
	background: rgb(255, 255, 255); color: rgb(0, 0, 0);
}
body {
	width: 100%; color: rgb(102, 102, 102); font-size: 12px; -ms-overflow-x: hidden; min-width: 1200px;
}
body {
	margin: 0px; padding: 0px;
}
div {
	margin: 0px; padding: 0px;
}
dl {
	margin: 0px; padding: 0px;
}
dt {
	margin: 0px; padding: 0px;
}
dd {
	margin: 0px; padding: 0px;
}
ul {
	margin: 0px; padding: 0px;
}
ol {
	margin: 0px; padding: 0px;
}
li {
	margin: 0px; padding: 0px;
}
h1 {
	margin: 0px; padding: 0px;
}
h2 {
	margin: 0px; padding: 0px;
}
h3 {
	margin: 0px; padding: 0px;
}
h4 {
	margin: 0px; padding: 0px;
}
h5 {
	margin: 0px; padding: 0px;
}
h6 {
	margin: 0px; padding: 0px;
}
pre {
	margin: 0px; padding: 0px;
}
code {
	margin: 0px; padding: 0px;
}
form {
	margin: 0px; padding: 0px;
}
fieldset {
	margin: 0px; padding: 0px;
}
legend {
	margin: 0px; padding: 0px;
}
input {
	margin: 0px; padding: 0px;
}
button {
	margin: 0px; padding: 0px;
}
textarea {
	margin: 0px; padding: 0px;
}
p {
	margin: 0px; padding: 0px;
}
blockquote {
	margin: 0px; padding: 0px;
}
th {
	margin: 0px; padding: 0px;
}
td {
	margin: 0px; padding: 0px;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
fieldset {
	border: 0px currentColor;
}
img {
	border: 0px currentColor;
}
address {
	font-style: inherit; font-weight: inherit;
}
caption {
	font-style: inherit; font-weight: inherit;
}
cite {
	font-style: inherit; font-weight: inherit;
}
code {
	font-style: inherit; font-weight: inherit;
}
dfn {
	font-style: inherit; font-weight: inherit;
}
em {
	font-style: inherit; font-weight: inherit;
}
strong {
	font-style: inherit; font-weight: inherit;
}
th {
	font-style: inherit; font-weight: inherit;
}
var {
	font-style: inherit; font-weight: inherit;
}
optgroup {
	font-style: inherit; font-weight: inherit;
}
del {
	text-decoration: none;
}
ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption {
	text-align: left;
}
th {
	text-align: left;
}
q::before {
	content: "";
}
q::after {
	content: "";
}
abbr {
	border: 0px currentColor; font-variant: normal;
}
acronym {
	border: 0px currentColor; font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
button {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
textarea {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
select {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
optgroup {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
option {
	font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;
}
input {
	
}
button {
	
}
textarea {
	
}
select {
	
}
input {
	vertical-align: middle;
}
select {
	vertical-align: middle;
}
select {
	font: 99%/normal arial, helvetica, clean, sans-serif; font-size-adjust: none; font-stretch: normal;
}
input {
	font: 99%/normal arial, helvetica, clean, sans-serif; font-size-adjust: none; font-stretch: normal;
}
button {
	font: 99%/normal arial, helvetica, clean, sans-serif; font-size-adjust: none; font-stretch: normal;
}
textarea {
	font: 99%/normal arial, helvetica, clean, sans-serif; font-size-adjust: none; font-stretch: normal;
}
button {
	font: 99%/normal arial, helvetica, clean, sans-serif; font-size-adjust: none; font-stretch: normal;
}
table {
	font-size: inherit; border-collapse: collapse;
}
pre {
	line-height: 100%; font-family: monospace;
}
code {
	line-height: 100%; font-family: monospace;
}
kbd {
	line-height: 100%; font-family: monospace;
}
samp {
	line-height: 100%; font-family: monospace;
}
tt {
	line-height: 100%; font-family: monospace;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.mt10 {
	margin-top: 10px;
}
a {
	color: rgb(102, 102, 102); text-decoration: none;
}
a:focus {
	outline: 0px;
}
a:hover {
	text-decoration: underline;
}
.vam {
	vertical-align: middle;
}
.clear {
	height: 0px; line-height: 0; clear: both; font-size: 0px;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative;
}
.cart_header {
	margin: 0px auto; width: 760px;
}
.cart_content {
	margin: 0px auto; width: 760px;
}
.cart_footer {
	margin: 0px auto; width: 760px;
}
.header {
	margin: 0px auto; width: 1200px;
}
.content {
	margin: 0px auto; width: 1200px;
}
.footer {
	margin: 0px auto; width: 1200px;
}
.left {
	width: 201px; overflow: hidden; float: left;
}
.left2 {
	width: 670px; overflow: hidden; float: left;
}
.left3 {
	width: 754px; color: rgb(102, 102, 102); overflow: hidden; float: left;
}
.right {
	width: 735px; overflow: hidden; margin-left: 24px; float: left; display: inline;
}
.right2 {
	width: 275px; overflow: hidden; float: right;
}
.right3 {
	width: 201px; color: rgb(102, 102, 102); overflow: hidden; float: right;
}
.right_main {
	width: 735px; overflow: hidden; padding-bottom: 15px;
}
.right2_main {
	width: 273px; overflow: hidden; padding-bottom: 15px;
}
.left2_main {
	width: 668px; overflow: hidden; padding-bottom: 15px;
}
h2 a:hover {
	text-decoration: none;
}
input {
	
}
textarea {
	
}
textarea {
	resize: none;
}
em {
	font-style: normal;
}
.f_cb::after {
	height: 0px; overflow: hidden; clear: both; display: block; visibility: hidden; content: ".";
}
.f_cbli li::after {
	height: 0px; overflow: hidden; clear: both; display: block; visibility: hidden; content: ".";
}
.f_cb {
	-ms-zoom: 1;
}
.f_cbli li {
	-ms-zoom: 1;
}
.f_ib {
	display: inline-block;
}
.f_dn {
	display: none;
}
.f_db {
	display: block;
}
.f_pr {
	position: relative;
}
.f_pa {
	position: absolute;
}
.f_fl {
	float: left;
}
.f_fr {
	float: right;
}
.f_prz {
	position: relative; -ms-zoom: 1;
}
.f_oh {
	overflow: hidden;
}
.f_fa {
	font-family: Arial, Helvetica, sans-serif;
}
.f_fw {
	font-family: "Microsoft Yahei";
}
.f_fwn {
	font-weight: normal;
}
.f_fwb {
	font-weight: bold;
}
.f_tal {
	text-align: left;
}
.f_tac {
	text-align: center;
}
.f_tar {
	text-align: right;
}
.f_csp {
	cursor: pointer;
}














.content {
	PADDING-BOTTOM: 20px; MARGIN: 30px auto 0px; DISPLAY: block; WIDTH: 1200px
}
.content .fl {
	WIDTH: 250px
}
.content .fr {
	WIDTH: 930px
}
.content .fr .title {
	HEIGHT: 50px; BORDER-BOTTOM: #e1e1e1 1px solid; DISPLAY: block; LINE-HEIGHT: 50px
}
.content .fr .title H4 {
	FONT-SIZE: 24px; HEIGHT: 50px; FONT-WEIGHT: normal; COLOR: #444; DISPLAY: block; LINE-HEIGHT: 50px
}
.content .fr .title .location {
	FONT-SIZE: 13px; FLOAT: right; COLOR: #999; LINE-HEIGHT: 50px
}
.content .fr .neirong {
	FONT-SIZE: 14px; PADDING-TOP: 20px; DISPLAY: block; LINE-HEIGHT: 32px
}
.content .fl .list {
	DISPLAY: block; WIDTH: 250px
}
.content .fl .list .title {
	HEIGHT: 70px; BACKGROUND: #004FAB; BORDER-BOTTOM: #083473 8px solid; DISPLAY: block; WIDTH: 250px
}
.content .fl .list .title .en {
	FONT-SIZE: 14px; HEIGHT: 20px; FONT-FAMILY: Arial, "Times New Roman", Times, serif; TEXT-TRANSFORM: uppercase; COLOR: #cedae7; PADDING-LEFT: 20px; DISPLAY: block; LINE-HEIGHT: 30px; WIDTH: 235px
}
.content .fl .list .title H4 {
	FONT-SIZE: 26px; HEIGHT: 30px; COLOR: #fff; PADDING-TOP: 10px; PADDING-LEFT: 20px; DISPLAY: block; LINE-HEIGHT: 30px
}
.content .fl .list .con {
	PADDING-TOP: 12px; DISPLAY: block
}
.content .fl .list .con UL {
	DISPLAY: block
}
.content .fl .list .con UL LI {
	MARGIN-BOTTOM: 7px; HEIGHT: 45px; BACKGROUND: #f0f0f0; DISPLAY: block
}
.content .fl .list .con UL LI A {
	FONT-SIZE: 15px; HEIGHT: 45px; BACKGROUND: #f0f0f0; FONT-WEIGHT: bold; PADDING-LEFT: 15px; DISPLAY: block; LINE-HEIGHT: 45px
}
.content .fl .list .con UL LI A:hover {
	BACKGROUND: #004FAB; COLOR: #fff
}
.content .fl .contact {
	BORDER-BOTTOM: #004FAB 8px solid; MARGIN-TOP: 30px; DISPLAY: block; WIDTH: 250px
}
.content .fl .contact .title {
	HEIGHT: 60px; BACKGROUND: #f0f0f0; BORDER-BOTTOM: #e1e1e1 1px solid; DISPLAY: block; WIDTH: 250px
}
.content .fl .contact .title .en {
	FONT-SIZE: 15px; FONT-FAMILY: Arial, "Times New Roman", Times, serif; TEXT-TRANSFORM: uppercase; FONT-WEIGHT: normal; COLOR: #999; PADDING-LEFT: 10px; LINE-HEIGHT: 60px
}
.content .fl .contact .title H4 {
	FONT-SIZE: 22px; HEIGHT: 60px; COLOR: #666; PADDING-LEFT: 10px; DISPLAY: block; LINE-HEIGHT: 60px
}
.content .fl .contact .con {
	FONT-SIZE: 14px; BACKGROUND: #f0f0f0; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 10px; DISPLAY: block; LINE-HEIGHT: 32px; PADDING-RIGHT: 10px
}
.content .fl .contact .con .blue {
	FONT-SIZE: 14px; COLOR: #004FAB
}







.showArea{ margin:20px auto;width:500px; text-align:center;}
.showArea .pic{ margin:auto;width:416px; height:408px; background:url(picBig.jpg) no-repeat 0 0; padding-top:8px;}
.showNail{ height:122px; width:487px; margin-top:20px; padding:0px 5px;background:url(picList.jpg) no-repeat 0 0;}
.showNail .prev,.showNail .next{ cursor:pointer; width:22px; height:122px; text-indent:-9999em;}
.showNail .prev{ display:inline; float:left;background:url(prev.png) no-repeat; margin:40px auto auto auto;}
.showNail .prev_hover{ }
.showNail .prev_disabled{ cursor:default;margin:40px auto auto auto;}
.showNail .next{ float:right; background:url(next.png) no-repeat; margin:40px auto auto auto;}
.showNail .next_hover{ }
.showNail .next_disabled{ cursor:default;  margin:40px auto auto auto;}
.showSlide{ float:left; width:440px;overflow:hidden; margin:15px 0px;}
.showSlide li{ display:inline; float:left; cursor:pointer; width:84px; height:84px; margin:0 8px; padding:0px 4px; border:1px solid #d6d6d6;}
.showSlide li.hover{ padding:0px; border:1px solid #7c86ac; padding:0px 4px;}
.showSlide li.selected{ padding:0px 4px; border:1px solid #ff7d7c;}
.show_out{ display:block; width:420px; height:420px; margin:0 auto;}



