* {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #666666;
}

img {
  border: none;
  border: 0;
  line-height: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #666666;
}

a:hover {
  text-decoration: none;
  color: red;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  *overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.right {
  float: right;
}

.left {
  float: left;
}

.blank5, .blank10, .blank15, .blank20, .blank25, .blank30, .blank50, .blank100 {
  clear: both;
  height: 0;
  line-height: 0;
}

.blank5 {
  height: 5px;
}

.blank10 {
  height: 10px;
}

.blank15 {
  height: 15px;
}

.blank20 {
  height: 20px;
}

.blank25 {
  height: 25px;
}

.blank30 {
  height: 30px;
}

.blank50 {
  height: 50px;
}

.blank100 {
  height: 100px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.banner {
  position: relative;
  overflow: hidden;
  margin: 5px auto;
  max-width: 100%;
}
.banner .hd {
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.banner .hd li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 3px;
}
.banner .hd li.on {
  background: white;
}
.banner .bd {
  position: relative;
  z-index: 0;
}
.banner .bd li {
  position: relative;
  text-align: center;
}
.banner .bd li img {
  vertical-align: top;
  width: 100%;
}
.banner .bd li a {
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #ececec;
}

header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: white;
  position: relative;
}
header a {
  color: #666666;
  font-weight: bold;
}
header .fh {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 10px;
  background: url(arr_jt.png) no-repeat center center;
  background-size: 24px auto;
}

nav {
  background-color: #5eaee4;
}
nav li {
  width: 25%;
  height: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  position: relative;
  overflow: hidden;
}
nav li a {
  color: white;
  display: block;
  height: 36px;
  line-height: 36px;
}
nav li:before {
  content: "|";
  position: absolute;
  right: 0;
  color: white;
  font-size: 16px;
  font-weight: 400;
  top: 0;
}
nav li:nth-child(4):before, nav li:nth-child(8):before {
  top: -200px;
}
nav li.curr a {
  font-weight: bold;
  text-decoration: underline;
}

.title_index {
  padding: 8px;
  background: white;
  margin: 5px 0;
  position: relative;
}
.title_index .more {
  display: block;
  position: absolute;
  width: 40px;
  height: 36px;
  right: 15px;
  top: 50%;
  margin-top: -18px;
  background: url(more.jpg) no-repeat center center;
}

.fwlb {
  background: white;
  margin: 5px 0;
  padding: 5px;
}
.fwlb .div_1 {
  width: 50%;
  float: left;
  height: 80px;
  text-align: center;
}
.fwlb .div_1 a {
  display: block;
  margin: 5px;
  height: 66px;
  background: black;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid white;
  box-shadow: 3px 3px 3px #aaaaaa;
  color: white;
  line-height: 66px;
}
.fwlb .div_1:nth-child(1) a {
  background: #16a299;
}
.fwlb .div_1:nth-child(2) a {
  background: #61a862;
}

.gsjj {
  background: white;
  margin: 5px 0;
  padding: 5px;
  text-indent: 2em;
}
.gsjj img {
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.gsjj p {
  line-height: 21px;
  margin: 5px 0;
}

.news {
  background: white;
  margin: 5px 0;
}
.news ul {
  padding: 10px;
}
.news li {
  height: 35px;
  line-height: 35px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  background: url(news_arr.png) no-repeat 10px center;
  border-bottom: 1px dotted #cccccc;
}

footer {
  height: 55px;
  background: #5eaee4;
  border-top: 1px solid #3a6c8e;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer ul {
  display: block;
  height: 41px;
  position: relative;
  top: 7px;
}
footer ul li {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
}
footer ul li a {
  display: block;
  height: 41px;
  border-right: 1px solid #3a6c8e;
  border-left: 1px solid #8dffff;
}
footer ul li .img {
  height: 25px;
  width: 100%;
  text-align: center;
}
footer ul li .img img {
  max-height: 25px;
}
footer ul li span {
  color: white;
}
footer ul li:nth-child(1) a {
  border-left: none;
}
footer ul li:nth-child(4) a {
  border-right: none;
}

.copyright {
  text-align: center;
  position: relative;
  padding: 5px 0;
  position: relative;
}
.copyright div {
  line-height: 25px;
}

.page {
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  clear: both;
}
.page a {
  padding: 8px 15px;
  background: #5eaee4;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin: 5px;
}

.newsxq {
  background: white;
  margin: 5px 0;
  padding: 10px;
  line-height: 21px;
}
.newsxq .title {
  color: #333333;
  font-size: 16px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}
.newsxq .img {
  width: 100%;
  margin: 5px 0;
  text-align: center;
}
.newsxq .img img {
  max-width: 100%;
}
.newsxq .text {
  text-indent: 2em;
}
.newsxq p {
  margin: 8px 0;
}

.kzyd {
  height: 70px;
  margin: 15px 0 5px;
}
.kzyd a {
  display: block;
  height: 35px;
  line-height: 35px;
}

.case {
  background: white;
  margin: 5px 0;
  padding: 10px 0;
}
.case li {
  margin: 0 10px;
  line-height: 21px;
  padding: 10px 0;
  border-bottom: 1px dotted #cccccc;
}

.honor {
  background: white;
  margin: 5px 0;
  padding: 10px 0;
}
.honor .div_1 {
  margin: 10px 0;
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px dotted #cccccc;
}
.honor .div_1 .img {
  width: 100%;
}
.honor .div_1 .img img {
  max-width: 100%;
}
.honor .div_1 .text {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.message {
  background: white;
  margin: 5px 0;
  padding: 10px;
}
.message .form_1 {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.message .form_1 input[type="text"] {
  width: 94%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
  background: white;
  margin: 5px 3%;
}
.message .form_1 input[type="submit"] {
  width: 44%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 5px 3%;
  color: white;
  background: #5eaee4;
  border: 1px solid #5eaee4;
  float: left;
}
.message .form_1 input[type="reset"] {
  width: 44%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 5px 3%;
  color: white;
  background: #5eaee4;
  border: 1px solid #5eaee4;
  float: right;
}
.message .form_1 textarea {
  width: 94%;
  height: 80px;
  line-height: 21px;
  font-size: 14px;
  color: #666666;
  text-indent: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #cccccc;
  background: white;
  margin: 5px 3%;
}

.contant {
  background: white;
  margin: 5px 0;
  padding: 10px;
}
.contant .text {
  margin: 10px 0;
  line-height: 21px;
}
.contant .text p {
  margin: 5px 0;
}
.contant .map {
  width: 100%;
  height: 300px;
}
.contant .map .BMap_bubble_content {
  color: white;
}

.policy {
  background: white;
  margin: 5px 0;
  padding: 10px;
}
.jg{width:100%;padding:10px 0; overflow:hidden; background:#f0f0f0; border-radius:5px; border-bottom:1px solid #a3a3a3;}
.jg li{width:48%;float:left; text-align:center;margin:5px 1%;}
.jg li img{width:95%; background:#fff; max-width:260px; max-height:195px;padding:2.5%;}
.jg li .jg_sp{ line-height:40px;  color:#00479d;}

.toup {
  position: absolute;
  top: 5px;
  right: 20px;
  padding-left: 12px;
  background: url(w-back-top.png) no-repeat left center;
  background-size: 10px auto;
}
.tel{
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 90%;
	margin: 10px auto;
	background: #fff;
	border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.tel a{
	font-size: 20px;
}