﻿*{margin:0px;padding:0px;outline:0 none;}
body, html{width:100%;height:100%;margin:0;padding:0;font-family:Microsoft Yahei;background:#f7f7f7;}
ul, li{list-style-type:none;margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;}
a{outline:none;text-decoration:none;color:#2c2c2c;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;}
div{-webkit-tap-highlight-color:rgba(0,0,0,0);}
img{border:none;}
a.blue:link,a.blue:visited{font-size:13px;color:#333;text-decoration:none;}
a.blue:hover{
  color: #0081cf;
}
.wrap-flex{
	display: flex;
	display: -webkit-flex;

}
.vertical-center{
	align-items: center;
	justify-content: center;
}
.flex-1{
	flex: 1;
	-webkit-flex: 1;
}
@media screen and (max-width: 510px) {
  html,
  body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  }

  html, body{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-width: thin;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
/*     -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); */
}
  html *,
  body * {
    box-sizing: border-box;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
select {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
input,
select,
textarea,
button {
  border: none;
  outline: 0;
}
textarea {
  overflow: auto;
  resize: both;
}
input {
  line-height: normal;
}
input[type="button"] {
  box-sizing: content-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
a {
  cursor: pointer;
}
input[disabled],
button[disabled],
input[readonly],
textarea[readonly] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

td,
th {
  padding: 0;
}
fieldset,
img {
  border: 0;
}
iframe {
  display: block;
  height: 100%;
  width: 100%;
}
ol,
ul {
  list-style: none;
}
ins,
a {
  text-decoration: none;
  outline: 0;
}
ins:active,
a:active,
ins:hover,
a:hover {
  outline: 0;
}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.fn-clear {
  zoom: 1;
}
.fn-clear:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.dis-block {
  display: block;
}
.dis-none {
  display: none;
}
.dis-inline {
  display: inline;
}
.dis-inblock {
  display: inline-block;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz24 {
  font-size: 24px;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt168{margin-top:168px;}
.mt130{margin-top:130px;}
.mr10 {
  margin-right: 10px;
}
.mr30 {
  margin-right: 30px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.noml {
  margin-left: 0;
}
.pt20 {
  padding-top: 20px;
}
.pb10 {
  padding-bottom: 10px;
}
.po-abs {
  position: absolute;
}
.po-rel {
  position: relative;
}
.po-fixed {
  position: fixed;
}
.txt-indent {
  text-indent: 2em;
}
.togray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*浮动*/
.clearfix:after{content:'';display:block;clear:both;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
/*过渡*/
.animate{ -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; transition:all ease 0.3s; }
/*多行省略号*/
.ellipsis-4{overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 4;  -webkit-box-orient: vertical;}
.ellipsis-3{overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical;}
.ellipsis-2{overflow : hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
/*单行省略号*/
.ellipsis-1{overflow : hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.no-data{text-align:center;margin:100px auto;font-size:16px;color: #666;}

.tw1200{width:1200px;margin:0 auto;padding:0;}
.bg-red{background:#c13232;    padding: 20px 0;}
.bx-wrapper{border:0 !important;outline: 0 !important;box-shadow: none !important;margin-bottom: 0 !important;;}
.po-re{position: relative;}
.bg_e{background:#f6f6f6;overflow: hidden;padding-bottom: 60px;}
.mmask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #000;opacity: .7;filter: alpha(opacity=70);z-index: 11;display: none;}

/*	 Highlights  */

.text-highlight{
  color:#FFFFFF;
  padding:8px;
  margin-right:3px;
}

.highlight-turqoise{	 background-color:#16a085;	}
.highlight-green{  	 	background-color:#27ae60;	}
.highlight-blue{   		 background-color:#2980b9;	}
.highlight-magenta{	  background-color:#8e44ad;	}
.highlight-dark{		 background-color:#2c3e50;	}
.highlight-yellow{	   background-color:#f1c40f;	}
.highlight-red{		  background-color:#c0392b;	}
.highlight-orange{	   background-color:#e67e22;	}

/*	Buttons  */

.full-button{
  display:block;
  width:100%;
  text-align:center;
}

.center-button{
  width:120px;
  margin-left:auto;
  margin-right:auto;
  display:block!important;
  margin-top:10px;
  text-align:center;
}

.button{
  display:inline-block;
  padding:10px 20px;
}

.button-3d{
  display:inline-block;
  padding:8px 20px;
}

.button i{
  margin-right:10px;
  font-size:12px;
  width:12px;
  text-align:center;
  margin-left:-5px;
}

.button:hover{
  color:#FFFFFF!important;
}


.button-3d:hover{
  color:#FFFFFF!important;
}

.tea-3d{				border-bottom:solid 4px #117562;}
.button-tea{			background-color:#16a085; color:#FFFFFF;}
.button-tea:hover{		background-color:#1abc9c;}

.green-3d{				border-bottom:solid 4px #1e8248;}
.button-green{			background-color:#27ae60; color:#FFFFFF;}
.button-green:hover{	background-color:#2ecc71;}

.blue-3d{				border-bottom:solid 4px #194e70;}
.button-blue{			background-color:#2980b9; color:#FFFFFF;}
.button-blue:hover{		background-color:#3498db;}

.magenta-3d{			border-bottom:solid 4px #602e75;}
.button-magenta{		background-color:#8e44ad; color:#FFFFFF;}
.button-magenta:hover{	background-color:#9b59b6;}

.dark-3d{				border-bottom:solid 4px #19232d;}
.button-dark{			background-color:#2c3e50; color:#FFFFFF;}
.button-dark:hover{		background-color:#34495e;}

.yellow-3d{				border-bottom:solid 4px #ba970b;}
.button-yellow{			background-color:#f1c40f; color:#FFFFFF;}
.button-yellow:hover{	background-color:#f39c12;}

.orange-3d{				border-bottom:solid 4px #9d3e00;}
.button-orange{			background-color:#d35400; color:#FFFFFF;}
.button-orange:hover{	background-color:#e67e22;}

.red-3d{				border-bottom:solid 4px #dea806;}
.button-red{			background-color:#ff9800; color:#FFFFFF;}
.button-red:hover{		background-color:#ffc107;}

.light-3d{				border-bottom:solid 4px #868a8c;}
.button-light{			background-color:#bdc3c7; color:#1f1f1f;}
.button-light:hover{	background-color:#ecf0f1;}

.grey-3d{				border-bottom:solid 4px #474d4e;}
.button-grey{			background-color:#7f8c8d; color:#FFFFFF;}
.button-grey:hover{		background-color:#95a5a6;}
.decoration{
  height:1px;
  background-color:rgba(0,0,0,0.1);
  margin-bottom:30px;
  display:block;
  clear:both;
}


.scroll-btn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 10%;
    margin-left: -18px;
    z-index: 10;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-animation: scroll 1.5s linear 0s infinite;
    -o-animation: scroll 1.5s linear 0s infinite;
    -moz-animation: scroll 1.5s linear 0s infinite;
    -ms-animation: scroll 1.5s linear 0s infinite;
    animation: scroll 1.5s linear 0s infinite;
  }

  .scroll-btn .btn {
    display: block;
    width: 40px;
    height: 51px;
    background: url("/zwfw/images/arrow-next.png") no-repeat;
    background-size: 100%;
  }

  @keyframes scroll {
    0% {
      bottom: 8%;
    }
    50% {
      bottom: 10%;
    }
    100% {
      bottom: 8%;
    }
  }
  @-webkit-keyframes scroll {
    0% {
      bottom: 8%;
    }
    50% {
      bottom: 10%;
    }
    100% {
      bottom: 8%;
    }
  }
  @-moz-keyframes scroll {
    0% {
      bottom: 8%;
    }
    50% {
      bottom: 10%;
    }
    100% {
      bottom: 8%;
    }
  }
  @-o-keyframes scroll {
    0% {
      bottom: 8%;
    }
    50% {
      bottom: 10%;
    }
    100% {
      bottom: 8%;
    }
  }
  @-ms-keyframes scroll {
    0% {
      bottom: 8%;
    }
    50% {
      bottom: 10%;
    }
    100% {
      bottom: 8%;
    }
  }


section{
	min-height: 400px;
}

/* header begin------------------- */
/* top */
.top {
	width: 1100px;
	height: 120px;
	margin: 0 auto;
	background-image: url(/images/topbg_11_1.jpg);
}

.gh {
	width: 61px;
	height: 65px;
	margin-top: 28px;
	float: left
}

.wz {
	width: 456px;
	height: 54px;
	margin: 37px 0 0 17px;
	float: left;
}

.ss {
	float: right;
	margin-top: 73px;
	float: right;
}
.top-con-right li{
	float: left;
	color: #1767ae;
	padding-right: 20px;
}
.top-con-right li>a{
	color: #1767ae;
	font-size: 16px;
}
.top-con-right li:first-child{
	padding-right: 60px;
}
.top-con-right li>a:hover{
	text-decoration: underline;
}
.badge-num{
	padding: 0 6px;
	border-radius: 4px;
	font-size: 13px;
	color: #fff;
	background: #1896ff;
	vertical-align: 1px;
	margin-left: 5px;
}
.ssk {
	width: 270px;
	height: 30px;
	margin-top: 4px;
	float: right;
}

.ssk_left {
	width: 170px;
	height: 23px;
	border: 1px solid #b9b9b9;
	border-right: none;
	float: left;
}

.bsfw a {
	color: #fff;
}

.bsfw a:hover {
	color: #fff;
}

.side-bar a {
	background-color: #0084cc;
}

.side-bar a:hover {
	background-color: #019df2;
}

.side-bar a,
.chat-tips i {
	/* background-image: url(http://www.bjffly.com/images/wxwb1151.png); */
	background-repeat: no-repeat;
}

.side-bar .icon-weibo {
	background-position: 0 -147px;
	position: relative;
}

.side-bar .icon-weibo:hover .chat-tips {
	display: block;
}

.tp-box_cyft {
	width: 300px;
	height: 180px;
	float: left;
}

.picbox_cyft {
	width: 300px;
	height: 180px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.picbox_cyft .bd_cyft {
	position: relative;
	height: 100%;
	z-index: 0;
}

.picbox_cyft .bd_cyft li {
	zoom: 1;
	vertical-align: middle;
}

.picbox_cyft .bd_cyft img {
	width: 300px;
	height: 180px;
	display: block;
}

.pic-bt_cyft {
	position: absolute;
	background: #0084cc;
	opacity: 0.9;
	color: #fff;
	top: 150px;
	left: 0px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 15px;
	font-family: "Microsoft YaHei UI";
	width: 280px;
	padding-left: 20px;
}

.pic-bt_cyft a {
	color: #fff;
}


/* 导航css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	width: 1100px;
	margin: 0 auto;
	height: 52px;
	line-height: 52px;
	 background: none!important;
	position: relative;
	z-index: 99;
}

.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
  width: 157px;
	text-align: center;
	/* border-left: 1px #fff solid; */
	position: relative;
}

.nav .nLi:not(:last-child):after{
	content: '';
	position: absolute;
	top:50%;
	margin-top:-6px;
	right: 0;
	width: 1px;
	height: 14px;
	background: #fff;
}
.nav .nLi h3 {
	float: left;
  width: 183px;
}
.nav .nLi h3 a {
	display: block;
	padding: 0 28px;
	font-size: 17px;
  font-weight: bold;
	text-align: center;
	font-family: "Microsoft YaHei UI";
}

.nav .sub {
	display: none;
	width: 1040px;
	left: 0;
	top: 40px;
	position: absolute;
	background: #fef7ef;
	line-height: 26px;
	padding: 10px 30px;
	height: 240px;
}

.nav .sub li {
	zoom: 1;
	width: auto;
	float: left;
	padding: 15px 0;
	font-family: "Microsoft YaHei UI";
	font-size: 16px;
	font-weight: bolder;
}

#leader-name {
	font-weight: 200;
}

#leader {
	float: left;
	padding-left: 10px;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #000;
}

.nav .on {
	/* background-color: #019df2; */
}
.nav .nLi h3 a:hover{
  color: #fff!important;
}
.nav .nLi:hover{
    opacity: 0.8!important;
}
.nav .on h3 a {
	color: #fff;

}

.nav-box {
	height: 52px;
	/* background-color: #2196fd; */
	/*background: -webkit-linear-gradient(#50a5f8, #2196fd)!important; !* Safari 5.1 - 6.0 *!*/
	/*  background: -o-linear-gradient(#50a5f8, #2196fd)!important; !* Opera 11.1 - 12.0 *!*/
	/*  background: -moz-linear-gradient(#50a5f8, #2196fd)!important; !* Firefox 3.6 - 15 *!*/
	/*  background: linear-gradient(#50a5f8, #2196fd)!important;!* 标准的语法 *!*/
  background-color: #0084cc;
}

#sub1 {
	left: -114px;
}

#sub2 {
	left: -223px;
}

#sub3 {
	left: -223px;
}

#sub4 {
	left: -332px;
}

#sub10 {
	left: -991px;
}

#sub5 {
	left: -441px;
}

#sub6 {
	left: -550px;
}

#sub7 {
	left: -659px;
}

#sub8 {
	left: -768px;
}

#sub9 {
	left: -882px;
}

#label {
	color: #fff;
}

/* 导航内部css */
.dhlb {
	width: 500px;
	height: 220px;
	padding-right: 10px;
	border-right: 1px #5e5e5e solid;
	float: left;
}

.dhlb ul {
	margin-left: 20px;
}

.dhlb li {
	height: 30px;
	line-height: 30px;
	color: #06C;
	/* list-style-image: url( /zwfw/main/images/fkd_1.png); */
	font-size: 15px;
	float: left;
	width: 480px;
}

.dhbt {
	color: #5e5e5e;
	font-size: 18px;
	font-family: "Microsoft YaHei UI";
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px #5e5e5e solid;
	letter-spacing: 2px;
	margin-bottom: 10px;
	width: 480px;
	text-align: left;
}

.dhlb2 {
	width: 500px;
	height: 110px;
	float: right;
}

.dhlb2 ul {
	margin-left: 20px;
}

.dhlb2 ul li {
	height: 30px;
	line-height: 30px;
	color: #06C;
	/* list-style-image: url( /zwfw/main/images/fkd_1.png); */
	font-size: 15px;
	float: left;
	width: 480px;
	text-align: left;
}

.dhbt2 {
	color: #5e5e5e;
	font-size: 18px;
	font-family: "Microsoft YaHei UI";
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px #5e5e5e solid;
	letter-spacing: 2px;
	margin-bottom: 10px;
	width: 480px;
	text-align: left;
}

.dhbt2 ul li {
	height: 30px;
	line-height: 30px;
	color: #06C;
	list-style-image: url( /zwfw/main/images/fkd_1.png);
	font-size: 15px;
	float: left;
	width: 480px;
	text-align: left;
}

.dhbt3 {
	color: #5e5e5e;
	font-size: 18px;
	font-family: "Microsoft YaHei UI";
	font-weight: bold;
	border-bottom: 1px #5e5e5e solid;
	letter-spacing: 2px;
	width: 1000px;
	text-align: left;
	height: 30px;
}

.dhbt3 ul li {
	height: 30px;
	line-height: 30px;
	color: #06C;
	list-style-image: url( /zwfw/main/images/fkd_1.png);
	font-size: 15px;
	float: left;
	width: 480px;
	text-align: left;
}

.dh1 {
	width: 316px;
	float: left;
	border-right: 1px #5e5e5e solid;
	padding-right: 20px;
	height: 240px;
}

.w2 {
	letter-spacing: 2em;
}

.w3 {
	letter-spacing: 0.5em;
}

td {
	text-align: left;
}


.zt a {
	padding: 0px;
}

.zl {
	width: 340px;
	height: 240px;
	float: left;
	margin-right: 10px;
}

.zr {
	width: 340px;
	height: 240px;
	float: right;
}

.z1 {
	width: 340px;
	height: 160px;
	margin-bottom: 0px;
}

.z2 {
	width: 340px;
	height: 70px;
}

.z3 {
	width: 340px;
	height: 115px;
	margin-bottom: 10px;
}

.z4 {
	width: 340px;
	height: 115px;
}

.z5 {
	width: 340px;
	height: 70px;
	margin-bottom: 20px;
}

.z6 {
	width: 340px;
	height: 160px;
}

.zt {
	width: 1040px;
	height: 240px;
	border: 0px;
}

.ztup {
	width: 1060px;
	height: 140px;
	margin-bottom: 10px;
}

.ztbottom {
	width: 1060px;
	height: 90px;
}

#zt11 {
	width: 120px;
	height: 90px;
	padding: 25px 15px;
	float: left;
	margin-right: 10px;
	background-color: #0084cc;
}

#zt12 {
	width: 130px;
	height: 70px;
	padding: 35px 10px;
	float: left;
	margin-right: 10px;
	background-color: #3c90f3;
}

#zt13 {
	width: 110px;
	height: 70px;
	padding: 35px 20px;
	float: left;
	margin-right: 10px;
	background-color: #3c90f3;
}

#zt14 {
	width: 270px;
	height: 70px;
	padding: 35px 15px;
	float: left;
	background-color: #c6395f;
}

#zt15 {
	width: 240px;
	height: 70px;
	padding: 35px 15px;
	float: left;
	margin-right: 10px;
	background-color: #0084cc;
}

#zt21 {
	width: 120px;
	height: 70px;
	padding: 10px 15px;
	float: left;
	margin-right: 10px;
	background-color: #c6395f;
}

#zt22 {
	width: 120px;
	height: 70px;
	padding: 10px 15px;
	float: left;
	margin-right: 10px;
	background-color: #3c90f3;
}

#zt23 {
	width: 270px;
	height: 50px;
	padding: 20px 15px;
	float: left;
	margin-right: 10px;
	background-color: #17a2b7;
}

#zt24 {
	width: 120px;
	height: 50px;
	padding: 20px 13px;
	float: left;
	margin-right: 10px;
	background-color: #0084cc;
}

#zt25 {
	width: 246px;
	height: 50px;
	padding: 20px 12px;
	float: left;
	background-color: #3c90f3;
}

#zta {
	display: block;
	font-family: "Microsoft YaHei UI";
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 0px;
}

.jld {
	width: 230px;
	height: 220px;
	float: left;
}

.ldjh {
	width: 230px;
	height: 220px;
	float: left;
	margin-left: 10px;
}

.zcul {
	width: 286px;
	height: 200px;
	padding-left: 20px;
}

.zc {
	width: 286px;
	height: 80px;
	padding-left: 20px;
}

.xxgkimg {
	float: left;
	margin: 5px;
}

.xxgkimg a {
	padding: 0px;
}
/* end header -------------------- */

/* footer begin------------------- */
/* footer */
.footall {
	width: 1100px;
	height: 110px;
	margin:20px auto 0;
}
.footxian {
	width: 100%;
	height: 8px;
	background-color: #0084cc;
}
.footmain {
	width: 780px;
	height: 80px;
	margin: 22px 220px 0 180px;
}
.footleft {
	width: 80px;
	height: 80px;
	float: left;
	margin-top: -14px;
}
.footright {
	width: 110px;
	height: 55px;
	float: right;
	margin-top: -5px;
}
.footmid {
	width: 570px;
	height: 80px;
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav1 {
	width: 570px;
	margin: 0 auto;
	height: 14px;
	line-height: 14px;
	position: relative;
	z-index: 1;
	background: #fff;
}
.nav1 a {
	color: #979797;
}
.nav1 .nLi {
	float: left;
	position: relative;
	display: inline;
	text-align: center;
	border-left: 1px #979797 solid;
}
.nav1 .nLi h3 {
	float: left;
}
.nLi on {
	background: #e5e5e5;
}
.nav1 .nLi h3 a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.nav1 .sub1 {
	display: none;
	width: 730px;
	left: 0;
	top: -76px;
	position: absolute;
	background: #E5E5E5;
	line-height: 26px;
	padding: 5px 0;
	margin-left: -105px;
	z-index: 99;
}
.nav1 .sub1 li {
	zoom: 1;
	width: 120px;
	float: left;
	padding: 15px 0;
	font-size: 12px;
}

.nav1 .sub1 li.sj {
	width: 60px;
}
.nav1 .sub1 li.qy {
	width: auto;
	padding: 15px 7px;
}
.nav1 .sub1 a {
	display: block;
	padding: 0 10px;
	color: #000;
}
.nav1 .sub1 a:hover {
	background: #979797;
	color: #fff;
}
.nav1 .on h3 a:hover {
	color: #000;
	background: #e5e5e5;
}
.nav1-box {
	height: 14px;
	width: 570px;
	margin: 0 auto;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #979797;
	float: right;
	margin-top: 3px;
	margin-left: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #3990d7;
}
li {
	list-style: none;
}
.nav1 .sub1 .gwy {
	width: 200px;
	text-align: left;
         padding: 0;
	font-size: 12px;
         height: 20px;

}
.nav1 .sub1 .gwy a{
         width: 188px;display: inline-block; line-height: 20px; height: 20px;
           }
.qt {
	width: 570px;
	height: 14px;
	margin-top: 5px;
}
.qt li {
	width: 117px;
	border-right: 1px solid #979797;
	height: 14px;
	float: left;
	text-align: center;
	line-height: 12px;
}
.qt li a {
	font-size: 12px;
	color: #979797;
}

/* end footer -------------------- */

/* 页脚 */
.page-footer{
	text-align: center;
	margin-top: 50px;
	color:#5e5e5e;
}
.page-footer .skip-page{
	width: 20px;height: 20px; line-height:11px; font-size:11px;
}
.page-footer .submit-page{
	height: 24px;
    line-height: 26px;
    background: #eee;
    padding: 0px 8px;
    border-radius: 2px;
}
.page-footer a.active{
	color: #0066CC;
}

/*!* 复选框checkbox *!*/
/*.input_check {*/
/*    -moz-appearance: none;*/
/*    appearance: none;*/
/*    -webkit-appearance: none;*/
/*    outline: none;*/
/*    display: none;*/
/*}*/
/* 未选 */
.input_check{
    display: inline-block;
    border: 2px solid #fff;
  width: 18px;
  height: 18px;
	    margin-left: 5px;
	    vertical-align: -3px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
    outline: none;
}
/* 鼠标滑过未选 */
 input[type=file]:hover, input[type=checkbox]:hover, input[type=radio]:hover{
    border-color: #fff;
}
/* 已选 */
.input_check:checked {
    display: inline-block;
    background-image: url('/images/checkfff.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    border: none;
	background-size: 100%;
}
/* 鼠标滑过已选 */
.input_check:checked:hover{
    display: inline-block;
    background-image: url('/images/checkfff.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
    border: none;
    outline: none;
	background-size: 100%;
}

/* back */
.contact-box{
    right:7%;
    bottom: 20%;
    position: fixed;
    z-index: 999;
}
.contact-box p{color: #222;text-align: center;font-size: 12px;}
.contact-box>a>img,.back-top>img{    margin: 10px auto 5px;
    height: 16px;
    display: block;}
.contact-box>a,.back-top{min-height: 60px;position: relative;background: #fbfbfb;display: block;     font-size: 12px;
  text-align: center;
  border: 1px solid #dbdbdb; border-bottom: none;}


.back-top{
	cursor: pointer;
    border-bottom: 1px solid #dbdbdb;
	border-radius:  0 0 6px 6px;
}
.contact-box>a:first-child{
	border-radius:  6px 6px  0 0;
}
@media screen and (max-width:1366px){
    .contact-box{right: 0;}
	/*.back-top{right: 2%;}*/
}
@media screen and (max-width:1440px){
    .contact-box{right: 2% !important;}
    .course-center-left{left: 3%;}
}
.onn{
  background: #2196fd !important;
  color: #fff!important;
}
#contact-box a .box-itme{
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: auto;
  margin-top: 13px;
  background-image: url(/images/KHCFDC.png);
}
#contact-box>a:nth-child(1).onn .box-itme{
  background-image: url(/images/KHCFDCfff.png)
}
#contact-box > a:nth-child(2) > .box-itme{
  background-image: url(/images/shop.png);
}
#contact-box>a:nth-child(2).onn .box-itme{
  background-image: url(/images/shopfff.png)
}
#contact-box>a:nth-child(3).onn .box-itme{
  background-image: url(/images/kefufff.png);
  color: #fff
}
#contact-box > a:nth-child(3) > .box-itme{
  background-image: url(/images/kefu.png);
}


/*#contact-box > a:nth-child(4) > .box-itme{*/
/*  background-image: url(/images/mail.png);*/
/*}*/
/*#contact-box>a:nth-child(4).onn .box-itme{*/
/*  background-image: url(/images/mailfff.png);*/

/*}*/
#contact-box > a:nth-child(6) > .box-itme{
  width: 19px;
  height: 19px;
  background-image: url(/images/KHCFDC.png);
}
#contact-box>a:nth-child(6).onn .box-itme{
  background-image: url(/images/KHCFDCfff.png);}
#contact-box > a:nth-child(5) > .box-itme{
  width: 15px;
  height: 22px;
  background-image: url(/images/phone_02.png);
}
#contact-box>a:nth-child(5).onn .box-itme{
  background-image: url(/images/phonefff_02.png);}
.scan-contact-img{
    display: none;
    position: absolute;
    right:60px;
    top: -20px;
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 99;
}
.scan-contact-img>img{
    width: 90%;
    height: 90%;
    padding: 5%;
}
.contact-box>a:hover p{
    color: #0066CC;
}
.contact-box>a:hover .scan-contact-img{
    display: block;
}



.head {
  width: 960px;
  height: 70px;
  background: url(/images/head.jpg) no-repeat;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.main {
  width: 900px;
  min-height: 500px;
  margin: 5px auto 0 auto;
  display: block;
  clear: both;
  padding: 30px;
  overflow: hidden;
  background: #effaff;
}
.grzx, .zsxx {
  width: 900px;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.w-120 {
  width: 120px;
}
.fla-l {
  float: left;
}
.w-760 {
  width: 760px;
}
.fla-r {
  float: right;
}
.main-til-p {
  float: left;
  background: #e0a10a;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
}
.main-til-p {
  float: left;
  background: #e0a10a;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
}
.main-til {
  background: #efefef;
  height: 35px;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
table.grzx-con {
  margin: 10px;
  font-family: "微软雅黑","宋体", sans-serif, Verdana;
  font-size: 14px;
  color: #404040;
  line-height: 25px;
}
.main-til {
  background: #efefef;
  height: 35px;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.w-900 {
  width: 900px;
}
.main-til-p {
  float: left;
  background: #e0a10a;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding: 0 20px;
}
.zs-main {
  margin: 10px auto;
  padding: 0;
  overflow: hidden;
  clear: both;
}.zs-con {
   width: 898px;
   border: 1px solid #abacac;
   display: block;
   clear: both;
   margin: 0 auto;
   overflow: hidden;
 }
.zs-con-til {
  width: 878px;
  color: #fff;
  background: #007fc0;
  padding: 10px;
  text-align: left;
  letter-spacing: 1px;
}
.zs-con-main {
  width: 878px;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}
.zs-con-main-l {
  float: left;
  width: 200px;
  color: #007ec0;
  line-height: 25px;
  border-right: 1px dashed #007ec0;
  padding: 10px 0;
}
.zs-con-main-r {
  float: left;
  margin-left: 15px;
  width: 658px;
}
.zs-con-main-l p{
  font-size: 13px;
}
.zs-con-main-r table td > table td {
  line-height: 25px;
  padding: 5px;
}
input{
  border: 0;

}
.btn-info {
  background-color: #007ec0;
  border-color: #1f9feb;
  color: #fff;
}
.btn {
  width: 250px;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.system-content-box-settable th, .system-content-box-settable td {  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.system-content-box-settable th:last-child, .system-content-box-settable td:last-child {
  border-right: 0px;
}

.system-content-box-settable th {
  height: 41px;
  font-weight: normal;
  background: #f5f5f5
}

.system-content-box-settable tr.color td {
  background: #fbfbfb;
}

.infotable tr:hover td {
  background: #fffbef;
}

.infotable tr:last-child td {
  border-bottom: 0px;
}

.system-content-box-settable td {
  background: white;
  height: 40px;
  text-align: center;
}

.system-content-box-settable td.left-tx {
  text-align: left;
  padding-left: 15px;
}

.tablesty {
  border: 1px solid #bbb;
}

.srachdiv {
  width: 165px;
  height: 40px;
  border: 1px solid #bbb;
  float: left;
  text-align: center;
  line-height: 40px
}

.searchspan {
  font-size: 18px;
  cursor: pointer
}

.searchspant {
  font-family: 微软雅黑;
  font-size: 24px;
  cursor: pointer
}

.searchin {
  width: 612px;
  height: 259px;
  border: 1px solid #bbb;
  margin-top: 40px;
  background-color: #E4E4E4;
  position: fixed
}

.contendiv {
  position: fixed;
  top: 33%;
  left: 50%;
  width: 612px;
  height: 305px;
  margin-left: -306px;
  margin-top: -152px;
  text-align: center;
}

.inputtxt {
  width: 300px;
  height: 25px;
  margin-right: 5px;
  padding: 0px 5px;
  background: #f2f7f4;
  border: #50ADE0 2px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 25px;
  color: #999;
  float: left;
  outline: none;
}

.searchinputdiv {
  position: absolute;
  width: 612px;
  height: 50px;
  text-align: left;
  margin-top: 17%;
  margin-left: 15%;
}

.searchinputdiv div {
  text-align: center;
  line-height: 25px;
  color: white;
  height: 29px;
  width: 100px;
  float: left;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #50ADE0;
  margin-left: -10px;
  cursor: pointer;
  font-family: 微软雅黑;
  font-size: 15px;
}
.selecttable {
  width: 100%;
}
.selecttd{
  cursor: pointer;
  border-bottom: 1px solid #BBBBBB ;
}
@charset "utf-8";
body {
  font-size: 14px;
  font-family: "微软雅黑";
}


li{
  list-style: none;
}

/*许可证情况*/
.addNowActive {
  color: rgb(255, 255, 255);
  background: #50ADE0;
}
.line-fen {
  height: 18px;
  width: 1px;
  float: left;
  margin-top: 12px;
  background: rgb(215, 219, 223);
}
.content-new {
  width: 1034px;
  margin: 0px auto;
}
.organization.xkz {
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  height: 313px;
}

.addTable tr.addTdBg td {
  background: #e8f0fe;
}
.searchShowListTabLi {
  padding: 0px 17px;
  cursor: pointer;
  height: 100%;
  float: left;
}
.searchShowListTab {
  height: 42px;
  line-height: 42px;
}
.resultList-title {
  height: 67px;
  line-height: 67px;
  color: #000000;
  font-size: 18px;
  text-indent: 19px;
  font-weight: bold;
}
.condition ul li {
  float: left;
  line-height: 30px;
  font-size: 14px;
  padding: 0 16px;
  border: 1px solid #D9D9D9;
  position: relative;
  margin-left: -1px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.condition ul {
  margin-top: 10px;
  float: left;
  height: 32px;
  border-radius: 4px;
}

.condition ul li {
  float: left;
  line-height: 30px;

  font-size: 16px;
  padding: 0 16px;
  border: 1px solid #D9D9D9;
  position: relative;
  margin-left: -1px;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}

.condition ul li:first-child {
  border-radius: 4px 0px 0px 4px;
}

.condition ul li:last-child {
  border-radius: 0px 4px 4px 0px;
}

.condition input {
  float: right;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 272px;
  height: 32px;
  border-radius: 4px;
  margin: 10px 0 0 0;
  padding-left: 10px;
  background-size: 14px 14px;
  background-position-x: 90%;
  cursor: pointer;
}
.c-datepicker-date-editor {
  padding: 0;
  background: #FFFFFF;
  margin-top: 10px;
  height: 32px;
  float: right;
}
.c-datepicker-date-editor {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: inherit;
  height: 34px;
  line-height: 34px;
  outline: none;
  padding: 0 15px;
  white-space: nowrap;
}
.c-datepicker-data-input {
  width: 158px;
  background: transparent;
}
.c-datepicker-data-input {
  border: none;
  outline: none;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1;
  vertical-align: top;
  background-color: #fff;
}
.c-datepicker-range-separator {
  padding: 0 3px;
  display: inline-block;
  text-align: center;
}

.choose {
  border: 1px solid #1890FF !important;
  z-index: 999;
  color: #1890FF !important;
  background: #FFFFff;
}




