@charset "utf-8";
/**
 * CSS Document *
 * Created by Jessie 2015/4/23.
 */
/* ==公用样式== */
html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333333;
  background-color: white;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to right, #2589e1 , #0d428f); 
  background: -webkit-linear-gradient(left, #2589e1 , #0d428f); /* Safari 5.1 - 6.0 */ 
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #0088cc;
}
a:active {
  outline: 0;
}
a:active {
  color: #006699;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.container {
  max-width:1024px;
  display: block;
  margin: 0 auto;
  text-align: left;
}
#header { position:relative; overflow:hidden; width:100%;}
#header h1{ position:absolute; left:0px; top:0px; width:100%; z-index:-5;}
#header h1 img{ width:100%;}
#header .bg_jian{ position:absolute; left:0px; top:0px; width:100%; z-index:-4;}
#header .bg_jian img{ width:100%;}
#header .top_con{ width:100%; padding:1% 0 0 0;}
#header .top_con .liebiao{ float:left; width:14%; text-align:center; padding:3% 0 0 0;}
#header .top_con .logo{ width:49%; float:left; position:relative; text-align:center;}
#header .top_con .logo img{ width:50%;}
#header .top_con .tianqi{ color:#fff; float:right;font: 18px/36px "微软雅黑"; padding:0 3% 0 0;}
#header .top_con .top_xx{ padding:2% 0 0 5%; clear:both; width:35%;}
#header .top_con .top_xx p{font: 24px/45px "微软雅黑"; color:#fff;}
.top-search { width:42%; padding:3% 0 0 5%; }
.top-search:after {content: " ";display: block;font-size: 0;height: 0;clear: both;visibility: hidden;}
.top-search .sr {display: inline-block;width: 70%;height: 36px;border: none;background: #fff;padding-left: 20px;font: 14px/36px "微软雅黑"; color: #999999; float:left;}
.top-search .btn {display: inline-block;float: left;width: 30%;height: 36px;border: none; background:url(/imageswj/search20161024_07.jpg) no-repeat left center; cursor: pointer;}

#header .more{ float:right; width:12%; margin:-5% 0 0 0;}
#header .more img{ width:100%;}



.banner{width:96%; margin:0 auto 2% auto;position: relative;border:5px solid #e6eff7;}
.banner .bacon{position:relative; width:100%; height:100%;overflow:hidden; background:#fff;}
.banner .list{position:relative; height:100%;  }
.banner .list li{float: left; display: inline; height:100%; text-align:center; overflow:hidden; position:relative;}
.banner .list li span{ color:#fff; background:#000;filter:alpha(opacity=80);opacity: 0.8; font: 20px/40px "微软雅黑"; display:block; width:100%; height:40px; margin:0; position:absolute; bottom:0px; left:0px;padding:0 130px 0 0px; text-align:left; text-indent:1rem;}
.banner .list li a{display: block; }
.banner .btn{position:absolute; bottom:10px; right:0px;   overflow:hidden; height:16px;  width:120px;  }
.banner .btn li{ display:inline-block; background:#c8c9c1; width:14px;  height:14px; border-radius:14px; margin:0 0 0 5px;}
.banner .btn li.cur{background:#7dc026;}
.banner .list li img{width:100%;}




.xinxiZW,.xinxiimg{ width:96%; margin:0 auto 2% auto;}
.xinxiZW h3,.xinxiimg h3{background:url(/pubimages/mobile/zfzx_phone20161024_18.png) 0px center  no-repeat;background-size:27px 28px; padding:0 0 0 40px; height:70px; color:#fff; font:24px/48px "微软雅黑"; font-weight:normal; line-height:70px;}
.xinxiZW h3 a,.xinxiimg h3 	a{ float:right; color:#fff; font-size:28px;}
.xinxiZW h3 em,.xinxiimg h3 em{ float:right; color:#fff;font:18px/36px; padding:0 10px 0 30px; background:url(/pubimages/mobile/huanyipi20161024.png) left center no-repeat; font-style:normal; }
.xinxiZW ul{ background:#e6eff7; padding:10px;}
.xinxiZW ul li{height:56px;color:#102031; overflow:hidden; padding:0 0 0 10px; background:url(/imageswj/zfzx_phone20161024_41.png) left center no-repeat; font:20px/56px "微软雅黑"; }
.xinxiZW ul li a{ color:#102031;  line-height:56px; height:56px;float:left;}
.xinxiZW ul li span{ float:right; line-height:56px; height:56px;}



.xinxiCX{ width:96%; margin:0 auto 2% auto;}
.xinxiCX h3{background:url(/pubimages/mobile/zfzx_phone20161024_45.png) 0px center  no-repeat;background-size:27px 28px; padding:0 0 0 40px; height:70px; color:#fff; font:24px/48px "微软雅黑"; font-weight:normal; line-height:70px;}
.xinxiCX h3 a{ float:right; color:#fff; font-size:28px;}
.xinxiCX ul{ overflow:hidden; width:100%;  }
.xinxiCX ul li{ float:left; display:inline; width:33%;}
.xinxiCX ul li a{ color:#424242;font:22px/44px "微软雅黑"; text-align:center; background:#fff; display:block; padding:10px 0; border-right:1px solid  #cbcbcb; border-top:1px solid  #cbcbcb; }
.xinxiCX ul li a strong{ width:30%; display:block; margin:0 auto; padding:10% 0;}
.xinxiCX ul li a strong img{ width:100%;}
.xinxiCX ul li a em{ height:40px; line-height:20px; display:block; font-style:normal;}
.xinxiCX ul li a.a{ background-color:#f6f6f6;}

#footer {padding: 20px 0;text-align: center; }
#footer .f-link {font: 14px/30px "微软雅黑";color: #fff;}

/*--内页--*/

.zn_tit{ height:65px;  background:#0051b3; font:3.4rem "微软雅黑"; color:#fff; text-align:center;padding:5px 0; }
.zn_tit em{ float:left; padding:0 20px;}
.zn_tit span{ float:right; padding:0 20px; }
.zn_tit b{ font-weight:normal;}

.zc_fg{  margin:0 auto; width:96%;}
.zc_fg .tit{ background:#9dcd5f; color:#fff;  height:58px; line-height:58px; padding:0 30px;　border-radius:10px 10px 0px 0px;-webkit-border-radius:10px 10px 0px 0px; font-size:2.8rem; font-family:"微软雅黑";}
.zc_fg ul{background:#f0f0f0;}
.zc_fg ul li{ border-bottom:1px solid #c8c8c8; border-top:1px solid #fff;font:24px/48px; height:100%; line-height:58px;padding:0 20px; }
.zc_fg ul li a{color:#4d4d4d; }

.news_con{ width:100%;}
.news_con ul li{ padding:0 40px 0 20px; border-bottom:1px solid #b9b9c2;  line-height:80px; font-size:24px; height:80px; overflow:hidden;background:#f2f2f2 url(/imageswj/diandianmore_03.png) center right no-repeat;}
.news_con ul li a{ color:#55585e; font-family:"微软雅黑";}
.huitop{ text-align:right; background:url(/imageswj/huitop_03.png) no-repeat right center; line-height:30px;  padding:0 30px 0 0; margin:30px;}
.huitop a{color:#6b6b6b; display:inline-block;font-size:2.8rem;font-family:"微软雅黑";}

.news_tit{ margin:0;}
.news_con_cont{font-family:"微软雅黑"; background:#fff; padding:0 20px 20px 20px;}
.news_con_cont h1{ color:#0051b3; border-bottom:1px solid #929292; font-weight:bold; padding:20px 0; text-align:center; overflow:hidden;}
.news_con_cont h1 strong{ overflow:hidden; display:block;font-size:24px;  }
.news_con_cont h1 span{height:30px; line-height:30px; overflow:hidden; display:block;font-size:16px; color:#575757; font-weight:normal; }
.news_con_cont p{ line-height:30px; display:block;font-size:16px; color:#575757; text-indent:2em; margin:10px 0 0 0;} 


