@charset "utf-8";
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
@font-face {
  font-family: "Alibaba-PuHuiTi-Regular";
  src: url("alibaba-puhuiti-regular.woff2") format("woff2"), url("alibaba-puhuiti-regular.woff") format("woff"), url("alibaba-puhuiti-regular.ttf") format("truetype"), url("alibaba-puhuiti-regular.eot") format("embedded-opentype"), url("alibaba-puhuiti-regular.svg") format("svg");
}
*,
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,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio,
canvas,
video {
  display: inline-block;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 1.5;
}
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
  text-align: inherit;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* fluid image */
img {
  /*max-width: 100%;*/
}
/* 解决 IE 缩放失真 */
img {
  -ms-interpolation-mode: bicubic;
}
/* 垂直居中 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
/* 重置 fieldset 样式 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 不可改变 多行文本框 的宽度和高度 */
textarea {
  resize: none;
  overflow: auto;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,
th {
  text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
b {
  font-weight: bold;
}
q:before,
q:after {
  content: '';
}
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  text-decoration: none;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
a:hover {
  color: #162d57;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  text-decoration: none;
}
/* 重置 hr */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* 清除IE10的叉 */
input::-ms-clear {
  display: none;
}
.cx-nav-list .cx-nav-current a {
  height: 39px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
/*改变浏览器滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #bcbcbc;
  /*rgba(0,0,0,0.2)*/
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #a8a8a8;
  /*rgba(0,0,0,0.1)*/
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #a8a8a8;
  /*rgba(0,0,0,0.3)*/
}
::-webkit-scrollbar-thumb:vertical:active {
  background-color: #a8a8a8;
  /*rgba(0,0,0,0.7)*/
}
::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  /*color:rgba(255,255,255,.8);*/
}
::selection {
  background: #00a2e9;
  color: #fff;
}
::-moz-selection {
  background: #00a2e9;
  color: #fff;
}
:focus {
  outline: 0;
}
body {
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
}
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  color: #333;
}
a:hover {
  color: #0168b7;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.a_txt {
  display: none;
}
.moblie_head {
  display: none;
}
.top {
  /*position: fixed;*/
  width: 100%;
  background-color: white;
  z-index: 1000;
}
.h100 {
  /*height: 184px;*/
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1460px;
  margin: 30px auto;
}
.header > div {
  line-height: 64px;
}
.header .bor {
  width: 1px;
  background-color: #e7e7e7;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 64px;
  height: 64px;
}
.header .website {
  color: #71bb07;
  font-size: 21px;
}
.header .djs {
  font-size: 18px;
  color: #616867;
  display: flex;
  align-items: center;
}
.header .djs b {
  font-weight: normal;
}
.header .djs span {
  font-size: 36px;
  font-weight: bolder;
  color: #009b4c;
}
.header .lau {
  font-size: 18px;
}
.header .lau a.active {
  color: #0168b7;
}
.nav {
	background:#098144;
/*  border-top: 1px solid #009b4c;
   -moz-border-top-colors: #FDFDFD #F9F9F9  #F4F4F4 #ECECEC #E2E2E2 #D6D6D6 #C8C8C8*/
  }
.nav .nav_list {
	width: 1300px;
	height: 60px;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav li {
  height: 60px;
  line-height: 60px;
  width: 160px;
  position: relative;
}
.nav li.last {
  background: none;
}
.nav li a {
	float: left;
	display: block;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.nav li a:hover {
  background: #04a351 url(../images/navac.png) center bottom no-repeat;
}
.nav li a.selected {
  background: #04a351 url(../images/navac.png) center bottom no-repeat;
}
.nav li.selected .submenu {
  display: block;
}
.nav li .submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  background: #fff;
}
.nav li .submenu {
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  border-top: 1px solid #04a351;
}
.nav li .submenu {
  z-index: 9999;
}
.nav li .submenu li {
  float: left;
  padding: 0 10px;
  background: none;
  height: 41px;
  line-height: 41px;
  text-align: center;
}
.nav li .submenu li a {
  float: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #333;
  background-color: #eeeeee;
  width: 140px;
  border-bottom: 1px solid #999;
  font-size: 14px;
}
.nav li .submenu li a:hover {
  background: #009b4c;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.copyright {
	padding:20px 0;
  line-height: 2;
  background-color: #fff;
  color: #333;
   text-align:center
}
.copyright .w {
 
}
.copyright a {
  color: #333;
}
.itemimg img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.itemimg:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.right-pf {
  width: 158px;
  height: 445px;
  position: fixed;
  right: 10px;
  top: 30%;
  z-index: 100000;
}
.right-pf .right-con {
  background: linear-gradient(to bottom, #236fef 0%, #3bb5fb 100%);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.right-pf .right-con span {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
.right-pf .right-con a {
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 35px;
  background-color: white;
  color: #0168b7;
}
.right-pf .right-con a:hover {
  background-color: #3ab4fc;
  color: #fff;
}
.right-pf .right-con a.active {
  background-color: #3ab4fc;
  color: #fff;
}
#top-back {
  width: 56px;
  height: 56px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 56px;
  margin: 70px auto 0 auto;
  background: linear-gradient(to bottom, #236fef 0%, #3bb5fb 100%);
  color: #fff;
  font-size: 24px;
}
#top-back a {
  display: block;
  color: #FFFFFF;
}
.leftfix {
  display: inline-block;
  position: fixed;
  z-index: 998;
  left: 10px;
  top: 370px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.topadcs{width: 100%;margin-bottom: 0px;overflow: hidden;text-align: center;}
.topadcs span{display: block;margin: 0 auto;height: 300px;}
.cpMain{background: #ECECEC;overflow: hidden;}
.cpMain .container{margin-top: 20px;padding-bottom: 20px;}
.cpMain .pleft{overflow: hidden;float: left;width: 230px;}
.cpMain .pleft h3{overflow: hidden;padding: 20px 0; color: #fff;text-indent: 25px;}
.cpMain .pleft h3 a{display: block;font-size: 32px;color: #fff;}
.cpMain .pleft h3 span{font-size: 20px;text-transform: uppercase;font-weight: normal;display: block;}
.cpMain .pleft ul{overflow: hidden;width: 100%;padding: 0 10px 10px 10px;background: #098144;}
.cpMain .pleft li{overflow: hidden;width: 100%;margin-bottom: 2px;}
.cpMain .pleft li>a{font-size: 20px;text-indent: 28px;color: #fff;background: #ffba00;line-height: 45px;display: none;}
.cpMain .pleft li:hover>a, .cpMain .pleft li>a.cur{font-weight: bold;color: #098144;}
.cpMain .pleft li>a.cur{color: #098144;}
.cpMain .pleft .pnav{padding: 10px; background:#fff}
.cpMain .pleft .pnav a{display: block; text-indent: 28px;font-size: 16px;  border-bottom: 1px dotted #a3a3a3; background:#fff url(../images/pro02.png) no-repeat 5px 15px; color: #666;line-height: 36px;height: 36px;}
.cpMain .pleft li.cur>a{color: #fff;font-weight: bold;color: #098144;}
.cpMain .pleft .pnav>a:hover, .cpMain .pleft .pnav>a.cur{font-weight: bold;color: #098144}
.cpMain .phone{overflow: hidden;margin-top: 10px;width: 100%;padding: 30px 0;padding-left: 75px;background: url(../images/pro_phone.png) no-repeat 20px center;background-color: #098144;}
.cpMain .phone p{font-size: 16px;color: #fff;}
.cpMain .phone b{display: block;font-size: 24px;color: #fff;font-family: 'Times New Roman'}

.cpright{width: 935px;padding: 0 20px;overflow: hidden;background: #fff;float: right;padding-bottom: 20px;}
#rtop{padding-top: 18px;padding-bottom: 15px;margin: 12px 20px 0 20px;}
.rtop{overflow: hidden;padding-top: 20px;padding-bottom: 9px;border-bottom: 1px solid #dbdbdb;}
.rtop h5{float: left;padding-left: 10px;border-left: 3px solid #098144;font-weight: normal;line-height: 16px;}
.rtop h5 a{font-size: 16px;color: #098144;}
.rtop span{float: right;}
.rtop span em{color: #999;}
.rtop span a{color: #999;}

.agent_con{padding-top: 20px;line-height: 24px;padding-bottom: 30px;}
.agent_con p{font-size: 14px;}
.agent_con .age_list{margin-bottom: 15px;}
.agent_con .age_list li{font-size: 14px;height: 25px;line-height: 25px;}
.agent_con .age_list li a{padding-left: 10px;}
.agent_con .age_list li a:hover, .agent_con .age_list li a.cur{background: url(../images/ico8.gif) no-repeat left 5px;font-weight: bold;color: #DD3904;text-decoration: underline;}
.agent_con .age_li_about{font-size: 14px;}
.agent_con .age_li_about img{max-width: 100%;}
.agent_con .age_li_about p{white-space: normal;letter-spacing: normal;}

.n_info_con{width: 100%; padding: 30px 15px 0 10px;overflow: hidden;font-size: 12px;}
.n_info_con h1{text-align: center;font-size: 27px;color: #333;margin-bottom: 20px;}
.n_info_con img{max-width: 100%;height: 100% !important;}
.n_info_con2{width: 715px;margin: 0 auto;}
.n_info_con h3{text-align: center;color: #000;font-family: "宋体";margin-bottom: 10px;font-size: 24px;} /*资讯详细页面，内容标题*/
.info_con_tit{font-family: "宋体";line-height: 24px;margin-bottom: 15px;border-bottom: 1px solid #E5E5E5;padding-bottom: 20px;}
.info_con_tit span{margin-right: 20px;}
.info_con_tit .n_tit{text-align: center;color: #7E7E7E;}
.info_con_tit .n_tit a{color: #BCBBBB;}
.info_con_tit .n_tit2{height: 24px;}
.n_info_con .tit2_span{float: right;margin: 0;_margin-top: 5px;}
.n_info_con p{font-size: 14px;line-height: 25px;padding: 0 20px;}
.n_info_con p a{color: #41975a;}
.n_info_con .apage{text-align: center;margin-bottom: 10px;} /*资讯详细页面，翻页区块*/
.info_input{text-align: center;color: #000;margin-bottom: 15px;} /*详细页面，评论，推荐，打印，订阅，按钮样式块*/
.info_input input{} /*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/
.info_key{border-bottom: solid 1px #d7d7d7;height: 30px;line-height: 30px;padding-left: 10px;margin: 10px 0;}
.info_key span{font-size: 14px;font-weight: bold;}
.info_key a{margin-right: 10px;}
.ad2{margin-bottom: 10px;}
.n_info_con2 .t04{color: #fff;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a{color: #41975a;}/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a:hover{color: #41975a;}

.new_inside {
	width: 100%;
}
.new_inside ul {
	width: 100%;
	padding: 0;
}
.new_inside ul li {
	margin-bottom: 20px;
	position: relative;
	background: #ffffff;
	display: block;
	padding: 24px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	box-shadow: 0px 0px 20px 0px #eaeaea;
}
.new_inside ul li .news_time {
	position: absolute;
	left: 24px;
	top: 24px;
	width: 90px;
	text-align: center;
	background: #098144;
	padding: 10px 0;
	overflow: hidden;
	border-radius: 4px 0 4px 0;
}
.new_inside ul li .news_time p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.new_inside ul li .news_time span {
	font-size: 14px;
	color: #fff;
}
.new_inside ul li .news_con {
	padding-left: 110px;
}
.new_inside ul li .news_con p a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #098144;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_inside ul li .news_con span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}
.new_inside ul li:hover .news_time {
	background: #fff;
}
.new_inside ul li:hover .news_time p {
	color: #098144;
}
.new_inside ul li:hover .news_time span {
	color: #098144;
}
.new_inside ul li:hover .news_con p a {
	color: #ffffff
}
.new_inside ul li:hover .news_con span {
	color: #ffffff
}
.new_inside ul li:hover {
	background: #098144;
}
dl.dl_2{width: 280px;padding: 10px 10px;float: left;display: inline-block;}
dl.dl_2 dt{width: 280px;overflow: hidden;}
dl.dl_2 dt a{width: 270px;padding: 1px;border: 1px solid #d7d7d7;display: block;}
dl.dl_2 dt a:hover{border: 1px solid #005caa;}
dl.dl_2 img{display: block;width: 266px;}
dl.dl_2 dd{margin: 2px 0 0 0;width: 270px;height: 20px;line-height: 20px;overflow: hidden;text-align: center;padding: 0 4px;font-size: 13px;}


.pages{padding: 20px 0;width:100%;text-align: center;clear: both;}
.pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;}
.pages a:hover{display:inline-block;color: #fff;background: #098144;border-color: #098144;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pages span{display:inline-block;color: #666;}
.pages a.page-num-current{display:inline-block;color: #fff;background: #098144;border-color: #098144;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}

/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .top {
    display: none;
  }
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .h100 {
    height: 0;
    overflow: hidden;
  }
  .h44 {
    height: 44px;
  }
  .moblie_head .lau {
    line-height: 44px;
  }
  .moblie_head .lau a.active {
    color: #0168b7;
  }
  .moblie_head {
    display: block;
    height: 44px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
  }
  .moblie_head .w {
    display: flex;
    justify-content: space-between;
  }
  .moblie_head .lf {
    padding-top: 10px;
  }
  .moblie_head .lf img {
    height: 24px;
  }
  .moblie_head .rg {
    padding-top: 14px;
  }
  .moblie_head .rg a img {
    height: 16px;
    vertical-align: top;
  }
  .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0b0d19;
    height: 100%;
    z-index: 100;
    right: -80%;
  }
  .a_txt .div3 ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .a_txt .div3 ul li {
    border-bottom: 1px solid #232530;
  }
  .a_txt .div3 ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .a_txt .div3 ul li .a_js2 {
    background: url(plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_js2_on {
    background: url(reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_txt2 {
    display: none;
  }
  .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .copyright {
    padding: 10px;
    line-height: 20px;
    text-align: center;
  }
  .copyright .w {
    display: block;
  }
  .copyright a {
    color: #fff;
  }
  .right-pf {
    display: none;
  }
  .leftfix {
    display: none;
  }
}
.section { width:981px; margin-left:35px; margin-top:20px;}
.img-list { list-style:none; margin-top:30px;}
.img-list li{ list-style:none; float:left;}
.img-list li .img-box {border: 1px #E6E6E6 solid;  width: 175px;  height: 65px;}
.img-list li .img-box img{ width:100%; height:100%;}