

@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,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */

body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei";color: #666;}

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:#122a88;;}

/* 重置表单元素 */

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;}

/*小模块*/

.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:#122a88; 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:#122a88;

    color:#fff;

    border-color:#122a88;

}



.p12-pagination-1 .laypage_first,

.p12-pagination-1 .laypage_last {

    display: none;

}

*/

.dede_pages{

}

.dede_pages ul{

	float:left;

	padding:12px 0px 12px 16px;

}

.dede_pages ul li{

	float:left;

	font-family:Tahoma;

	line-height:17px;

	margin-right:6px;

	border:1px solid #E9E9E9;

}

.dede_pages ul li a{

	float:left;

	padding:2px 4px 2px;

	color:#555;

	display:block;

}

.dede_pages ul li a:hover{

	color:#690;

	text-decoration:none;

	padding:2px 4px 2px;

}

.dede_pages ul li.thisclass,

.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{

	background-color:#F8F8F8;

	padding:2px 4px 2px;

	font-weight:bold;

}

.dede_pages .pageinfo{

	line-height:21px;

	padding:12px 10px 12px 16px;

	color:#999;

}

.dede_pages .pageinfo strong{

	color:#555;

	font-weight:normal;

	margin:0px 2px;

}

.gsxx {

    float: left;

    margin-left: 146px!important;

}









/*底部*/

.footer{height:406px;background:#1568b4;overflow:hidden;}

.footer .footer-l{float:left;padding-top:51px;width:252px;}

.footer .footer-l h2{line-height:0;}

.footer .footer-l h2 img{width:250px;height:55px;display:block;}

.footer .footer-l p{margin-top:27px;}

.footer .footer-l p em{text-align:center;float:left;display:block;}

.footer .footer-l p em img{width:112px;height:112px;display:block;}

.footer .footer-l p em span{font-size:14px;font-weight:normal;line-height:14px;color:#ffffff;margin-top:12px;display:block;}

.footer .footer-l p em:last-of-type{margin-left:28px;}

.footer .footer-c{float:left;width:402px;border-top:2px solid rgba(255,255,255,0.1);margin-top:64px;margin-left:127px;}

.footer .footer-c .fnav{padding-top:32px;height:110px;border-bottom:2px solid rgba(255,255,255,0.1);}

.footer .footer-c .fnav a{font-size:14px;font-weight:normal;line-height:14px;color:#ffffff;background-image:url('../images/f-sj.png');background-repeat:no-repeat;background-position:left center;background-size:auto auto;padding-left:13px;opacity:0.6;width:33.33%;display:block;float:left;box-sizing:border-box;margin-bottom:20px;}

.footer .footer-c .finfo{padding-top:16px;}

.footer .footer-c .finfo span{display:block;float:left;font-size:14px;font-weight:normal;line-height:24px;color:#ffffff;opacity:0.6;width:265px;}



.footer .footer-c .finfo a{color:#fff;}

.footer .footer-r{float:left;margin-left:120px;width:276px;padding-top:56px;}

.footer .footer-r p{font-size:14px;font-weight:normal;line-height:22px;color:#ffffff;margin-bottom:25px;padding-left:35px;}

.footer .footer-r p b{display:block;margin-bottom:3px;font-size:14px;}

.footer .footer-r p:nth-of-type(1){background-image:url('../images/f-ic1.png');background-repeat:no-repeat;background-position:left center;background-size:auto auto;font-size:32px;line-height:26px;}

.footer .footer-r p:nth-of-type(2){background-image:url('../images/f-ic2.png');background-repeat:no-repeat;background-position:left center;background-size:auto auto;}

.footer .footer-r p:nth-of-type(3){background-image:url('../images/f-ic3.png');background-repeat:no-repeat;background-position:left center;background-size:auto auto;}

.footer:after{line-height:0;visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}





.p12-curmbs-1{

	height:50px;

	line-height: 50px;

}









.client-2 .my-kefu-main{

	background: #1568b4!important;

}







.client-2 .my-kefu-tel-main {

    background: #1568b4!important;

    

}





	
	
	.cpzs tr td:nth-child(2n-1) {
    font-size: 16px;
    color: #333;
    background: #e4e4e4;
    text-align: center;
}
	
	.cpzs tr td:nth-child(2n) {
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    text-align: center;
}
	
	
	
	.cpzs tr td {
    padding: 10px 20px;
}
	table {
    border-collapse: collapse;
    border-spacing: 0;
}
	table{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}
	



.search_box {
	display: none;
	position: absolute;
	top: 120px;
	height: 100px;
	left: 0;
	width: 100%;
	background: #e8eaeb;
}

.search_1 {
	float: right;
	border: 1px solid #aaa;
	border-radius: 25px;
	margin-top: 32px;
}

.search_box input[type=text] {
	border: none;
	background: none;
	height: 35px;
	width: 240px;
	outline: none;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
}

.search_box input[type=submit] {
	border: none;
	background: url(../images/search.png) no-repeat;
	background-position: 5px 5px;
	display: block;
	height: 35px;
	width: 35px;
	float: right;
	outline: none;
}

.black_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 100;
}

.wechat_box {
	display: none;
	position: fixed;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	z-index: 101;
}

.wechat_box img {
	width: 200px;
}






.clear:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}


.container {
    width: 1300px;
    margin: 0 auto;
}


 .topWrap {background:#fff;font-family: "Microsoft Yahei"; position: relative;height:137px; }
          .topWrap .header { width:1200px;margin: 0 auto;}
          .twz { background: #f6f6f6; height:36px; color: #666666; line-height: 36px; font-size: 12px;}
          .twz a { display: inline-block;  color: #999999; position: relative;padding:0 0.4rem 0 0.6rem; }
          .twz a:nth-child(1){background: url(../images/tpico1.png) no-repeat left center;background-size: 0.45rem;}
          .twz a:nth-child(2){background: url(../images/tpico1.png) no-repeat left center;background-size: 0.45rem;}
          .twz a:nth-child(3){background: url(../images/tpico1.png) no-repeat left center;background-size: 0.45rem;}
          .twz a:nth-child(4){background: url(../images/wzico.png) no-repeat center center;background-size:3.85rem 0.9rem;color: #fff;}
          .logo { width:208px; overflow: hidden; margin-top:18px; float: left;}
          .logo img { width:100%; display: block; }
          .logo_txt {
    font-size: 18px;
    color: #4f4f4f;
    text-align: left;
    line-height: 28px;
    font-weight: normal;
    margin-top: 25px;
    margin-left: 15px;
    float: left;
}
          .logo_txt i {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    display: block;
}
          .nav{ height: 100px;position: relative;float: right; font-size: 0;}
          .nav li {display: inline-block;*display: inline;zoom: 1;margin-left: 27px;position:relative;}
          .nav li a { font-size: 16px;line-height: 100px;display: block;color: #333;transition: color .2s;}
          .nav li a:hover, .nav .cur a {font-weight: bold; text-decoration: none;  color: #0350a2; }
      	.menu ul li .nav01 { position: absolute;
    top: 100px;
    left: -30px;
    width: 160px;
    border-top: 2px solid #0350a2;
    background: rgba(250,248,246,0.9);
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
     display: none; 
    z-index: 10; }
		.menu ul li .nav01 li { font-size: 14px; height: 42px; background: none; float: none; text-align: left; width: 100%; margin-left:0;}
		.menu li::before .nav01 li::before { background: none; border-right: 0; }
		.menu ul li .nav01 li a { color: #666666; padding: 0; height: 42px; line-height: 42px; display: block; text-align: left; float: none; padding-left: 30px; background: none; font-size: 14px; font-weight: normal; }
		.menu ul li.cur .nav01 li a { background: none; font-weight: normal; }
		.menu ul li .nav01 li::before { background: none; border: 0; }
		.menu ul li .nav01 li a:hover { color: #fff; background: #0350a2; font-weight: normal; }

        .menu ul li .nav_2{width:160px;}
        .menu ul li .nav_4{width:120px;}
        .menu ul li .nav_3{width:120px;}
        .menu ul li .nav_5{width:120px;}

        

    .header .tel {
    float: right;
    font-size: 14px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #404040;
    background: url(../images/tels.png) no-repeat left center;
    padding-left: 27px;
}
          
        
      





