﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/
a:focus {
  outline: none;
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: 'Courier New', Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
img {
  max-width: 100%;
  vertical-align: middle;
}
i {
  font-style: normal;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置input标签属性*/
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置textarea标签属性*/
/*init END*/
/*此文件放置共用函数、变量等*/
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: '微软雅黑';
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix p {
  font-size: 16px;
}
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: '微软雅黑';
  border: none;
}
textarea {
  background: none;
  font-family: '微软雅黑';
  border: none;
}
a[transition] {
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
a {
  text-decoration: none;
  color: #000000;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.header .w1200 > a {
  display: block;
  float: left;
  margin-top: 30px;
}
.header .w1200 > a:hover img {
  opacity: 0.8;
}
.header .w1200 > ul {
  float: left;
  margin-left: 150px;
}
.header .w1200 > ul > li {
  float: left;
  padding: 25px 0;
  width: 132px;
  transition: 0.3s;
  position: relative;
  border-bottom: 5px solid #fff;
}
.header .w1200 > ul > li > a {
  display: block;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
}
.header .w1200 > ul > li > a span {
  display: block;
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.header .w1200 > ul > li.on {
  border-bottom: 5px solid #007aff;
}
.header .w1200 > ul > li.on > a {
  color: #007bc7;
}
.header .w1200 > ul > li.on > a span {
  color: #007bc7;
}
.header .w1200 > ul > li:hover {
  border-bottom: 5px solid #007aff;
  transition: 0.3s;
}
.header .w1200 > ul > li:hover > a {
  color: #007bc7;
  transition: 0.3s;
}
.header .w1200 > ul > li:hover > a span {
  color: #007bc7;
  transition: 0.3s;
}
.header .w1200 > ul > li ul {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  opacity: 0;
  transition: 0.3s;
}
.header .w1200 > ul > li ul li.on a {
  color: #007aff;
}
.header .w1200 > ul > li ul li a {
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.header .w1200 > ul > li:hover ul {
  opacity: 1;
  transition: 0.3s;
  top: 112px;
}
.header .w1200 > ul > li ul li a:hover {
  color: #007aff;
}
.header .w1200 > img {
  margin-left: 25px;
  margin-top: 45px;
  cursor: pointer;
}
.serch_ss {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  transition: all 0.3s 0s;
  opacity: 0;
  z-index: 999;
}
.serch_ss .ss_top {
  width: 100%;
  height: 80px;
  background: #fff;
}
.serch_ss .ss_top .w1200 {
  overflow: hidden;
}
.serch_ss .ss_top .w1200 img {
  float: right;
  width: 1.5%;
  margin-top: 30px;
  margin-left: 20px;
  opacity: 0.7;
}
.new_top .threeImg {
  width: 527px;
}
.serch_ss .ss_top .w1200 input {
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  width: 0;
  border-bottom: 1px solid #eee;
  margin-top: 23px;
  transition: all 0.3s 0.2s;
}
.big_nav {
  position: absolute;
  left: 0;
  top: 112px;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-top: 1px solid #e7e9ea;
  display: none;
}
.big_nav .hd {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.big_nav .hd ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  line-height: 69px;
  border-bottom: 1px solid #e7e9ea;
  border-right: 2px solid #e7e9ea;
  background: url(../img/icon44.png) no-repeat 95% center;
}
.big_nav .hd ul li.on a {
  color: #007bc7;
  border-right-color: #007bc7;
  background: url(../img/icon45.png) no-repeat 95% center;
}
.big_nav .bd {
  width: 58%;
  display: inline-block;
  vertical-align: top;
}
.big_nav .bd > div {
  padding: 50px;
}
.big_nav .bd > div h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.big_nav .bd > div a {
  font-size: 18px;
  margin-right: 70px;
}
.big_nav .bd > div a.on {
  color: #007bc7;
}
.big_nav .bd > div a:hover {
  color: #007bc7;
}
.banner {
  position: relative;
}

.banner .item {
  background: no-repeat center;
}

.banner .item a {
  display: block;
}

.banner .owl-dots {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.banner .owl-dots .owl-dot {
  width: 26px;
  height: 30px;
  margin: 0 5px;
  background: url(../img/icon3.png) no-repeat center center;
}

.banner .owl-dots .owl-dot.active {
  background: url(../img/icon2.png) no-repeat center center;
}

.banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 48px;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.banner .owl-nav button {
  position: absolute;
  top: 0;
  width: 63px;
  height: 63px;
  background: no-repeat center !important;
}

.banner .owl-nav .owl-prev {
  left: 95px;
  background-image: url(../img/icon02.png) !important;
}

.banner .owl-nav .owl-prev:hover {
  left: 95px;
  background-image: url(../img/icon04.png) !important;
}

.banner .owl-nav .owl-next {
  right: 95px;
  background-image: url(../img/icon01.png) !important;
}

.banner .owl-nav .owl-next:hover {
  right: 95px;
  background-image: url(../img/icon03.png) !important;
}
.index_nr {
  width: 100%;
}
.index_nr .sy {
  padding: 65px 0;
}
.index_nr .sy h2 {
  text-align: center;
}
.index_nr .sy h2 a {
  font-size: 30px;
}
.index_nr .sy h2 a:hover {
  color: #007aff;
}
.index_nr .sy > p {
  text-align: center;
  font-size: 16px;
  color: #97a2aa;
}
.index_nr .sy .list {
  position: relative;
  margin-top: 45px;
}
.index_nr .sy .list .hd a {
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.index_nr .sy .list .hd a.prev {
  background: url(../img/icon4.png) no-repeat center center;
  position: absolute;
  left: 10px;
  top: 40%;
  z-index: 99;
}
.index_nr .sy .list .hd a.prev:hover {
  background: url(../img/icon17.png) no-repeat center center;
}
.index_nr .sy .list .hd a.next {
  background: url(../img/icon5.png) no-repeat center center;
  position: absolute;
  right: 13px;
  top: 40%;
  z-index: 99;
}
.index_nr .sy .list .hd a.next:hover {
  background: url(../img/icon18.png) no-repeat center center;
}
.index_nr .sy .list .bd ul {
  overflow: hidden;
  padding: 5px 0;
}
.index_nr .sy .list .bd ul li {
  float: left;
  width: 378px;
  height: 349px;
  border: 1px solid #d8e0e3;
  margin: 1px 10px;

  position: relative;
  transition: 0.3s;
}
.index_nr .sy .list .bd ul li a {
  display: block;
}
.index_nr .sy .list .bd ul li a div {
  padding: 0 20px;
  text-align: center;
  height: 80px;
  padding-top: 20px;
}
.index_nr .sy .list .bd ul li a div h3 {
  font-size: 18px;
  transition: 0.3s;
}
.index_nr .sy .list .bd ul li a div p {
  font-size: 14px;
  color: #939aa2;
}
.index_nr .sy .list .bd ul li a div span {
  font-size: 14px;
  color: #939aa2;
  display: none;
  transition: 0.3s;
}
.index_nr .sy .list .bd ul li:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 10px 2px #f4f4f4;
  transition: 0.3s;
}
.index_nr .sy .list .bd ul li:hover a div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  height: 157px;
  background: #fff;
}
.index_nr .sy .list .bd ul li:hover a div h3 {
  color: #017bc8;
  transition: 0.3s;
  margin-top: 20px;
}
.index_nr .sy .list .bd ul li:hover a div span {
  display: block;
  width: 90%;
  margin: 0 auto;
  transition: 0.3s;
}
.index_nr .us {
  background: url(../img/bjt.jpg) no-repeat center center;
  overflow: hidden;
  padding: 110px 0;
}
.index_nr .us .right {
  float: right;
  background: #fff;
  width: 600px;
  padding: 30px 0;
  padding-left: 40px;
  padding-right: 300px;
}
.index_nr .us .right h2 a {
  font-size: 30px;
}
.index_nr .us .right h2 a:hover {
  color: #007aff;
}
.index_nr .us .right span {
  font-size: 14px;
  color: #97a2aa;
}
.index_nr .us .right p {
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 10px;
}
.index_nr .us .right > a {
  font-size: 14px;
  color: #009944;
  background: url(../img/icon6.png) no-repeat center left;
  padding-left: 25px;
}
.index_nr .us .right > a:hover {
  background: url(../img/icon7.png) no-repeat center left;
  color: #007aff;
}
.index_nr .hot {
  overflow: hidden;
  padding: 65px 0;
}
.index_nr .hot h2 {
  text-align: center;
}
.index_nr .hot h2 a {
  font-size: 30px;
}
.index_nr .hot h2 a:hover {
  color: #007aff;
}
.index_nr .hot > p {
  text-align: center;
  font-size: 16px;
  color: #97a2aa;
}
.index_nr .hot .left {
  width: 647px;
  height: 350px;
  float: left;
  margin-top: 45px;
}
.index_nr .hot .left a {
  display: block;
  overflow: hidden;
}
.index_nr .hot .left .bd {
  position: relative;
}
.index_nr .hot .left .bd a > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}
.index_nr .hot .left .bd a > div .z {
  display: inline-block;
  width: 10%;
  vertical-align: top;
  margin-left: 20px;
}
.index_nr .hot .left .bd a > div .z span {
  font-size: 26px;
  color: #adb8bf;
  display: block;
}
.index_nr .hot .left .bd a > div .z em {
  font-size: 16px;
  color: #6b7378;
}
.index_nr .hot .left .bd a > div .y {
  display: inline-block;
  width: 78%;
  vertical-align: top;
  margin-left: 25px;
  margin-top: 6px;
  background: url(../img/icon8.jpg) no-repeat left 15%;
  padding-left: 25px;
}
.index_nr .hot .left .bd a > div .y h3 {
  font-size: 18px;
}
.index_nr .hot .left .bd a > div .y p {
  font-size: 14px;
  color: #6b7378;
  margin-top: 8px;
}
.index_nr .hot .left .bd a:hover div h3 {
  color: #017bc8;
}
.index_nr .hot .left .bd a img {
  transition: 0.3s;
}
.index_nr .hot .left .bd a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.index_nr .hot .right {
  float: right;
  width: 520px;
  margin-top: 45px;
}
.index_nr .hot .right ul li a {
  display: block;
  padding: 15px 25px;
  background: #f5f8fa;
  margin-bottom: 19px;
  margin-top: 0;
}
.index_nr .hot .right ul li a .z {
  display: inline-block;
  width: 11%;
  vertical-align: top;
}
.index_nr .hot .right ul li a .z span {
  font-size: 26px;
  color: #adb8bf;
  display: block;
  transition: 0.3s;
}
.index_nr .hot .right ul li a .z em {
  font-size: 16px;
  color: #6b7378;
  transition: 0.3s;
}
.index_nr .hot .right ul li a .y {
  display: inline-block;
  width: 77%;
  vertical-align: top;
  margin-left: 25px;
  margin-top: 6px;
  background: url(../img/icon8.jpg) no-repeat left 15%;
  padding-left: 25px;
}
.index_nr .hot .right ul li a .y h3 {
  font-size: 18px;
  transition: 0.3s;
}
.index_nr .hot .right ul li a .y p {
  font-size: 14px;
  color: #6b7378;
  margin-top: 8px;
  transition: 0.3s;
}
.index_nr .hot .right ul li a:hover {
  background: #017bc8;
  transition: 0.3s;
}
.index_nr .hot .right ul li a:hover .z span {
  color: #fff;
  transition: 0.3s;
}
.index_nr .hot .right ul li a:hover .z em {
  color: #fff;
  transition: 0.3s;
}
.index_nr .hot .right ul li a:hover .y {
  background: url(../img/icon88.jpg) no-repeat left 15%;
}
.index_nr .hot .right ul li a:hover .y h3 {
  color: #fff;
  transition: 0.3s;
}
.index_nr .hot .right ul li a:hover .y p {
  color: #fff;
  transition: 0.3s;
}
.index_nr .ll {
  background: url(../img/bjt1.jpg) no-repeat center center;
  padding: 30px 0;
}
.index_nr .ll .w1200 {
  overflow: hidden;
}
.index_nr .ll .w1200 > a {
  float: right;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  margin-left: 20px;
  margin-top: 25px;
  transition: 0.3s;
}
.index_nr .ll .w1200 > a:hover {
  border-color: #007aff;
  background: #007aff;
  transition: 0.3s;
}
.index_nr .ll .w1200 h2 {
  display: inline-block;
}
.index_nr .ll .w1200 h2 a {
  font-size: 30px;
  color: #fff;
}
.index_nr .ll .w1200 h2 a:hover {
  color: #007aff;
}
.index_nr .ll .w1200 p {
  font-size: 14px;
  color: #fff;
}
.l_sjdb {
  display: none;
}
.footer {
  background: #007bc7;
  padding-bottom: 20px;
}
.footer .top {
  border-bottom: 1px solid #3190ca;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.footer .top > ul {
  float: left;
}
.footer .top > ul li {
  float: left;
  margin-right: 40px;
}
.footer .top > ul li a {
  font-size: 18px;
  color: #fff;
}
.footer .top > ul li a:hover {
  color: #6ab4e1;
}
.footer .top .bdsharebuttonbox {
  float: right;
}
.footer .top .bdsharebuttonbox ul li {
  float: left;
}
.footer .top .bdsharebuttonbox ul li a.bds_weixin {
  background: url(../img/icon9.png) no-repeat center center;
}
.footer .top .bdsharebuttonbox ul li a.bds_sqq {
  background: url(../img/icon10.png) no-repeat center center;
}
.footer .top .bdsharebuttonbox ul li a.bds_tsina {
  background: url(../img/icon11.png) no-repeat center center;
}
.footer .top span {
  float: right;
  font-size: 18px;
  color: #8ac1e3;
  margin-right: 20px;
  margin-top: 3px;
}
.footer .top em {
  float: right;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: url(../img/icon12.png) no-repeat center left;
  padding-left: 30px;
  margin-right: 20px;
}
.footer .w1200 .yq {
  float: right;
  background: #0871b1;
  padding: 5px 10px;
  position: relative;
}
.footer .w1200 .yq > a {
  display: block;
  font-size: 14px;
  color: #6ab4e1;
  background: url(../img/icon16.png) no-repeat center right;
  padding-right: 20px;
}
.footer .w1200 .yq ul {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  background: #0871b1;
  padding: 5px 0;
  display: none;
}
.footer .w1200 .yq ul li a {
  font-size: 14px;
  color: #6ab4e1;
  display: block;
  text-align: center;
}
.footer .w1200 .yq:hover ul {
  display: block;
}
.footer .w1200 .yq:hover > a {
  color: #fff;
}
.footer .w1200 .yq ul li a:hover {
  color: #fff;
}
.footer .w1200 > a {
  font-size: 14px;
  color: #6ab4e1;
}
.footer .w1200 > a:hover {
  color: #fff;
}
.footer .w1200 > p {
  font-size: 14px;
  color: #6ab4e1;
}
.footer .w1200 > img {
  margin-top: -3px;
}
.fy {
  text-align: center;
  margin: 60px 0;
}
.fy a {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
  padding: 0 2px;
}
.fy a.on {
  color: #3ca46a;
  border-bottom: 3px solid #3ca46a;
}
.fy a[href]:hover {
  color: #3ca46a;
  border-bottom: 3px solid #3ca46a;
}
.hotxq .ej_nav div a {
  width: 49.5%;
}
.hotxq .xqnr {
  background: #f5fafa;
  padding: 35px 247px;
  margin: 0 auto;
  margin-top: 10px;
}
.hotxq .xqnr .top {
  border-bottom: 1px solid #daddde;
  text-align: center;
  font-size: 16px;
  color: #999999;
  padding-bottom: 10px;
}
.hotxq .xqnr .top h2 {
  font-size: 26px;
  color: #333;
  margin-bottom: 15px;
}
.hotxq .xqnr .top span {
  font-size: 14px;
  color: #999999;
  margin: 0 10px;
}
.hotxq .xqnr .top a {
  font-size: 16px;
  color: #999999;
}
.hotxq .xqnr .top a:hover {
  color: #207bbb;
}
.hotxq .xqnr .wz {
  padding: 50px 0;
  min-height: 500px;
}
.hotxq .xqnr .wz p {
  font-size: 15px;
  color: #555555;
  line-height: 30px;
}
.sxp {
  background: #ebeff0;
  text-align: center;
}
.sxp a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  width: 41%;
}
.sxp a.fh {
  width: 200px;
  text-align: center;
  background: #33964e;
  color: #fff;
}
.sxp a[href]:hover {
  color: #33964e;
}
.sxp a.fh:hover {
  color: #fff;
}
.tj {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
.tj .left {
  display: inline-block;
  width: 55%;
  border-right: 1px solid #e6ece7;
  padding-right: 2.5%;
  margin-right: 2.5%;
  vertical-align: top;
  margin-top: 55px;
}
.tj .left a {
  display: block;
  overflow: hidden;
}
.tj .left a img {
  float: left;
  margin-right: 35px;
}
.tj .left a span {
  font-size: 18px;
  color: #666;
}
.tj .left a h3 {
  font-size: 16px;
  margin: 5px 0;
}
.tj .left a p {
  font-size: 14px;
  color: #999999;
}
.tj .left a:hover span {
  color: #007aff;
}
.tj .left a:hover h3 {
  color: #007aff;
}
.tj .right {
  display: inline-block;
  width: 39%;
  vertical-align: top;
  margin-top: 55px;
}
.tj .right ul li a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.tj .right ul li a span {
  float: right;
}
.tj .right ul li a:hover {
  color: #007aff;
}
.content.d {
  padding-bottom: 50px;
}
.zw .nr {
  margin-top: 30px;
}
.zw .nr p {
  font-size: 16px;
  color: #555555;
  line-height: 38px;
}
.sitemap {
  padding-top: 50px;
}
.sitemap .nr {
  padding: 70px 0;
  background: url(../img/icon35.png) no-repeat center center;
}
.sitemap .nr dl {
  overflow: hidden;
}
.sitemap .nr dl dt {
  float: left;
  background: #007bc7;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 25px;
}
.sitemap .nr dl dt a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 170px;
  line-height: 60px;
}
.sitemap .nr dl dd {
  float: left;
  margin-left: 35px;
}
.sitemap .nr dl dd a {
  font-size: 18px;
  display: block;
  line-height: 60px;
}
.sitemap .nr dl dt.on {
  background: #33964e;
}
.sitemap .nr dl dt:hover {
  background: #33964e;
}
.sitemap .nr dl dd.on a {
  color: #33964e;
}
.sitemap .nr dl dd a:hover {
  color: #33964e;
}
.yw .nr {
  padding: 70px 0;
}
.yw .ej_nav div a {
  width: 49.5%;
  background: url(../img/icon20.png) no-repeat 38% center;
}
.yw .ej_nav div a:hover {
  background: url(../img/icon21.png) no-repeat 38% center;
}
.yw .ej_nav div a.on {
  background: url(../img/icon21.png) no-repeat 38% center;
}
.yw .nr {
  text-align: center;
}
.yw .nr > h2 {
  font-size: 30px;
  color: #34964f;
  font-weight: normal;
}
.yw .nr > p {
  font-size: 18px;
  color: #666666;
  margin: 20px 0;
}
.yw .nr > span {
  font-size: 30px;
  color: #007bc7;
  font-weight: bold;
  display: block;
  background: url(../img/icon43.png) no-repeat 30% center;
}
.yw .nr div {
  display: inline-block;
  border: 10px solid #0871b1;
  vertical-align: top;
  padding: 50px 40px;
  overflow: hidden;
  margin: 0 30px;
  margin-top: 70px;
}
.yw .nr div p {
  font-size: 16px;
  line-height: 36px;
}
iframe {
  width: 100%;
  height: 448px;
  border: none;
}

.c_nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 66px;
  height: 100%;
}
.c_nav img {
  cursor: pointer;
  display: block;
}
.c_nav .big_nav {
  height: 100%;
  top: 0;
}
.ej_nav {
  margin-left: 110px;
  margin-top: 20px;
}
.ej_nav p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.ej_nav > a {
  font-size: 16px;
  margin-right: 20px;
}
.ej_nav > a:hover {
  color: #329350;
}
.ej_nav > a.on {
  color: #329350;
}
.gy {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 982px;
  margin-top: 10px;
}
.gy > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 982px;
}
.gy .text {
  position: absolute;
  left: 25%;
  top: 170px;
  z-index: 999;
  width: 30%;
}
.gy .text div {
  background: url(../img/gybj.jpg) no-repeat left top;
  color: #fff;
  padding-left: 15px;
  padding-top: 15px;
}
.gy .text div a {
  font-size: 14px;
  color: #fff;
}
.gy .text div h2 {
  font-size: 120px;
  line-height: 140px;
  margin-bottom: 60px;
}
.gy .text > p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 22px;
}
.gy .sc {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1700px;
  height: 99px;
  z-index: 999;
  margin-left: -850px;
  top: auto;
}
.wh {
  background: #f5f5f5;
  padding: 50px 0;
}
.wh p {
  font-size: 36px;
  color: #a2a2a2;
}
.wh h2 {
  font-size: 36px;
  color: #abaaaa;
  margin-bottom: 50px;
}
.zl {
  text-align: center;
  padding: 70px 0;
}
.zl h2 {
  font-size: 68px;
  color: #bfbfbf;
}
.zl h3 {
  font-size: 68px;
  color: #33964e;
  margin-bottom: 40px;
  margin-top: -30px;
}
.zl p {
  font-size: 16px;
}
.lx {
  background: url(../img/lxbj.jpg) no-repeat center center;
  text-align: center;
  padding: 75px 0;
}
.lx h2 {
  font-size: 48px;
  color: #fff;
}
.lx p {
  font-size: 18px;
  color: #7d798a;
  width: 30%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 40px;
}
.lx a {
  background: #007aff;
  color: #fff;
  font-size: 18px;
  padding: 15px 30px;
}
.lx a:hover {
  background: #009944;
}
.z_hot {
  margin-top: 40px;
}
.z_hot > p {
  text-align: right;
  color: #999999;
}
.z_hot > p a {
  font-size: 14px;
  color: #999999;
}
.z_hot > p a:hover {
  color: #009944;
}
.z_hot .search {
  background: #f2f2f2;
  margin: 30px 0;
}
.z_hot .search input {
  margin-left: 23px;
  font-size: 18px;
  font-family: '微软雅黑';
  line-height: 65px;
  width: 94.5%;
}
.z_hot .new_top {
  font-size: 0;
}
.z_hot .new_top .right {
  display: inline-block;
  background: #33964e;
  padding: 40px;
  width: 49.4%;
  vertical-align: top;
}
.z_hot .new_top .right .bd ul li a {
  display: block;
}
.z_hot .new_top .right .bd ul li a span {
  font-size: 16px;
  color: #c3eadb;
  font-weight: bold;
}
.z_hot .new_top .right .bd ul li a h3 {
  font-size: 20px;
  color: #fff;
  margin: 17px 0;
}
.z_hot .new_top .right .bd ul li a p {
  font-size: 16px;
  color: #c3eadb;
  min-height: 57px;
}
.z_hot .new_top .right .hd {
  margin-top: 40px;
}
.z_hot .new_top .right .hd ul {
  text-align: right;
}
.z_hot .new_top .right .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c8e3cf;
  border-radius: 100%;
  margin-right: 5px;
  cursor: pointer;
}
.z_hot .new_top .right .hd ul li.on {
  background: #fff;
}
.z_hot > ul {
  border-top: 1px dashed #e5e5e5;
  margin-top: 40px;
}
.z_hot > ul li a {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
  padding: 40px 0;
}
.z_hot > ul li a img {
  float: right;
  margin-left: 60px;
}
.z_hot > ul li a span {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.z_hot > ul li a h3 {
  font-size: 20px;
  margin: 20px 0;
}
.z_hot > ul li a p {
  font-size: 16px;
  color: #666666;
}
.z_hot > ul li a:hover h3 {
  color: #33964e;
}
.w90 {
  width: 89%;
  margin: 0 auto;
}
.js {
  position: relative;
  z-index: 0;
  padding-top: 180px;
  margin-top: 15px;
}
.js > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 534px;
  z-index: -1;
}
.js .w90 {
  margin-left: 5%;
  background: #fff;
  width: 95%;
  margin-top: 15px;
}
.js > p {
  text-align: right;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  padding-left: 5%;
}
.js > p a {
  color: #fff;
  font-size: 14px;
}
.js > p a:hover {
  color: #34964f;
}
.js .w90 .w1200 div p {
  font-size: 16px;
  color: #555555;
  line-height: 35px;
}

.dw p {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  color: #999999;
}
.dw p a {
  color: #999999;
}
.dw p a:hover {
  color: #33964e;
}
.dw img {
  width: 100%;
  height: 343px;
  margin-top: 10px;
}
.sydw {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 534px;
  margin-top: 15px;
}
.sydw img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.sydw .w1200 {
  padding-top: 134px;
}
.sydw .w1200 div {
  color: #fff;
  background: url(../img/gybj.jpg) no-repeat top left;
  padding-left: 15px;
  padding-top: 15px;
}
.sydw .w1200 div a {
  font-size: 14px;
  color: #fff;
}
.sydw .w1200 div h2 {
  font-size: 120px;
  line-height: 140px;
}
.sy {
  padding-bottom: 50px;
}
.sy .w1200 > div {
  margin-top: 70px;
}
.sy .w1200 div h3 {
  font-size: 30px;
  color: #33964e;
  font-weight: normal;
  margin-bottom: 30px;
}
.sy .w1200 div p {
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.sy .w1200 div ul {
  overflow: hidden;
}
.sy .w1200 div ul li {
  float: left;
  width: 41%;
  background: #f2f2f2;
  padding: 3%;
  margin: 1%;
  height: 85px;
}
.sy .w1200 div ul li div {
  display: inline-block;
  width: 82%;
  vertical-align: middle;
  margin-left: 5%;
}
.sy .w1200 div ul li div h2 {
  font-size: 16px;
}
.sy .w1200 div ul li div p {
  font-size: 14px;
  line-height: 30px;
}
.wzdw {
  text-align: right;
}
.wzdw a {
  font-size: 14px;
  color: #999999;
}
.wzdw a:hover {
  color: #33964e;
}
.zxns {
  padding-bottom: 50px;
}
.zxns > h3 {
  font-size: 48px;
  font-weight: normal;
  font-family: '宋体';
}
.zxns > p {
  font-size: 16px;
  color: #999999;
}
.zxns .search {
  width: 455px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.zxns .search a {
  display: block;
  float: right;
  background: #33964e;
  padding: 20px;
  cursor: pointer;
}
.zxns .search a:hover {
  background: #007bc7;
}
.zxns .search input {
  line-height: 60px;
  font-size: 16px;
  text-indent: 1em;
  width: 85%;
}
.zxns ul {
  margin-top: 40px;
  min-height: 300px;
}
.zxns ul li {
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.zxns ul li:nth-child(odd) {
  background: #f2f2f2;
}
.zxns ul li img {
  float: right;
  margin-right: 30px;
  margin-top: 15px;
}
.zxns ul li .rq {
  display: inline-block;
  font-size: 18px;
  color: #999999;
  vertical-align: top;
  margin-left: 30px;
  display: none;
}
.zxns ul li .xx {
  display: inline-block;
  width: 70%;
  margin-left: 30px;
  vertical-align: top;
  padding-bottom: 30px;
}
.zxns ul li .xx h2 {
  font-size: 18px;
  color: #33964e;
  margin-bottom: 10px;
}
.zxns ul li .xx span {
  font-size: 16px;
  color: #999999;
  margin-right: 50px;
}
.zxns ul li .open {
  background: #fff;
  padding: 30px 157px;
  display: none;
}
.zxns ul li .open p {
  font-size: 15px;
  color: #555555;
  line-height: 35px;
}
.zxns ul li .open .button {
  margin-top: 30px;
}
.zxns ul li .open .btn1 {
  background: #1f7abb;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}
.zxns ul li .open .btn1:hover {
  background: #33964e;
}
.zxns ul li .open .btn2 {
  background: #33964e;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  margin-left: 30px;
}
.zxns ul li .open .btn2:hover {
  background: #1f7abb;
}
.zxns > a {
  display: block;
  text-align: center;
  background: #33964e;
  font-size: 15px;
  color: #fff;
  line-height: 70px;
  cursor: pointer;
}
.zxns > a:hover {
  background: #1f7abb;
}
@media screen and (max-width: 1200px) {
  .sy .w1200 {
    min-height: 30.5em;
    padding-top: 4em;
  }
  ..sy .w1200 > h1 {
    margin-top: 10em;
  }
  .w1200 {
    width: 100%;
  }
  .header {
    padding: 10px 0;
  }
  .header .w1200 > ul {
    display: none;
  }
  .header .w1200 > img.list_ss {
    display: none;
  }
  .header .w1200 > img.big_c {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .header .w1200 > a {
    margin-top: 0px;
    margin-left: 10px;
    width: 25%;
  }
  .banner .owl-dots .owl-dot {
    width: 15px;
    height: 20px;
    background-size: 100%;
  }
  .banner .owl-dots .owl-dot.active {
    background-size: 100%;
  }
  .banner .owl-dots {
    bottom: 10px;
  }
  .big_nav .bd {
    display: none;
  }
  .big_nav .hd {
    width: 100%;
  }
  .big_nav {
    top: 47px;
  }
  .index_nr .sy .list .bd .tempWrap {
    width: 100% !important;
  }
  .index_nr .sy .list .bd ul {
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
  }
  .index_nr .sy .list .bd ul li {
    width: 31% !important;
    height: auto;
    margin: 0 0.6%;
    float: none;
    display: inline-block;
  }
  .index_nr .sy .list .bd ul li a div {
    padding: 10px;
    height: auto;
  }
  .index_nr .sy .list .bd ul li a div h3 {
    font-size: 14px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index_nr .sy {
    padding: 30px 0;
  }
  .index_nr .sy h2 a {
    font-size: 26px;
  }
  .index_nr .sy .list {
    margin-top: 20px;
  }
  .index_nr .sy .list .bd ul li a div span {
    display: none;
  }
  .index_nr .us {
    background-size: cover;
    padding: 40px 0;
  }
  .index_nr .us .right {
    width: 65%;
    padding: 10px;
  }
  .index_nr .us .right p {
    height: 53px;
    overflow: hidden;
  }
  .index_nr .hot {
    padding: 30px 0;
  }
  .index_nr .hot h2 a {
    font-size: 26px;
  }
  .index_nr .hot .left {
    margin-top: 20px;
    float: none;
    width: 100%;
    height: auto;
  }
  .index_nr .hot .left .bd a > div .z {
    display: none;
  }
  .index_nr .hot .left .bd a > div .y {
    background: none;
    margin-left: 0;
    padding-left: 10px;
    width: 95%;
    margin-top: 0;
  }
  .index_nr .hot .left .bd a > div .y p {
    font-size: 13px;
  }
  .index_nr .ll {
    padding: 25px 10px;
  }
  .index_nr .sy .list .hd a {
    display: none;
  }
  .l_sjdb {
    display: block;
    text-align: center;
    background: #007bc7;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
  }
  .l_sjdb a {
    color: #fff;
  }
  .footer {
    display: none;
  }
  .gy > img {
    height: auto;
  }
  .gy .text {
    width: 90%;
    position: static;
    padding-top: 160px;
    margin: 0 auto;
  }
  .gy .text > p {
    color: #333;
  }
  .gy {
    height: 625px;
  }
  .gy .text div h2 {
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .gy .text div a {
    display: none;
  }
  .gy .text div {
    font-size: 0;
    padding-top: 0;
  }
  .wh {
    padding: 15px;
  }
  .wh img {
    width: 35%;
  }
  .wh p {
    font-size: 20px;
  }
  .wh h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .zl {
    padding: 30px 0;
  }
  .zl h2 {
    font-size: 28px;
  }
  .zl h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .lx {
    padding: 30px 0;
  }
  .lx h2 {
    font-size: 28px;
  }
  .lx p {
    font-size: 15px;
    width: 90%;
    margin-bottom: 30px;
  }
  .lx a {
    padding: 10px 30px;
  }
  .z_hot > p {
    display: none;
  }
  .z_hot .search {
    display: none;
  }
  .z_hot {
    margin-top: 20px;
  }
  .z_hot .new_top .right {
    width: 90%;
    padding: 5%;
  }
  .z_hot .new_top .right .bd ul li a h3 {
    font-size: 18px;
    margin: 8px 0;
  }
  .z_hot .new_top .right .bd ul li a p {
    font-size: 14px;
  }
  .z_hot > ul li a img {
    display: none;
  }
  .z_hot > ul li a h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .z_hot > ul li a {
    padding: 20px 10px;
  }
  .z_hot > ul li a p {
    font-size: 14px;
  }
  .fy a {
    font-size: 16px;
    margin: 0 3px;
  }
  .hotxq .xqnr {
    padding: 15px;
  }
  .hotxq .xqnr .top h2 {
    font-size: 20px;
  }
  .hotxq .xqnr .top .zt {
    display: none;
  }
  .hotxq .xqnr .top a {
    display: none;
  }
  .hotxq .xqnr .wz {
    padding: 25px 0;
  }
  .w90 {
    width: 95%;
  }
  .sxp {
    padding: 10px 0;
  }
  .sxp a.fh {
    display: none;
  }
  .sxp a {
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
  }
  .tj {
    width: 100%;
  }
  .tj .left {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .tj .left a img {
    width: 35%;
    margin-right: 20px;
  }
  .tj .right {
    width: 100%;
    margin-top: 15px;
  }
  .ej_nav {
    margin-left: 85px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .ej_nav > a {
    margin-right: 10px;
    display: inline-block;
  }
  .js {
    padding-top: 80px;
  }
  .js > img {
    height: auto;
  }
  .js .w90 {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
    padding: 0 2%;
  }
  .js > p {
    display: none;
  }
  .js .w90 .w1200 > div {
    padding: 25px 0 !important;
  }
  .js .w90 .w1200 > div > h2 {
    font-size: 23px !important;
  }
  .js .w90 .w1200 > div > h3 {
    font-size: 23px !important;
  }
  .js .w90 .w1200 div p {
    font-size: 15px;
  }
  .sydw .w1200 {
    display: none;
  }
  .sydw {
    height: 122px;
  }
  .sy {
    padding: 0 15px;
  }
  .sy .w1200 > div {
    margin-top: 30px;
  }
  .sy .w1200 div ul li img {
    display: none;
  }
  .sy .w1200 div ul li {
    width: 96%;
    height: auto;
    background: #f2f2f2 !important;
    margin: 1% 0;
  }
  .sy .w1200 div ul li div h2 {
    color: #333 !important;
  }
  .sy .w1200 div ul li div p {
    color: #333 !important;
  }
  .dw p {
    display: none;
  }
  .zw .nr {
    margin-top: 95px;
    padding: 0 15px;
  }
  .zw .nr > h4 {
    font-size: 24px !important;
    text-align: center !important;
  }
  video {
    height: 250px !important;
  }
  .zxns {
    margin-top: 60px;
    width: 95% !important;
  }
  .zxns > h3 {
    font-size: 24px;
  }
  .zxns > p {
    font-size: 14px;
  }
  .zxns .search {
    width: 100%;
  }
  .zxns .search input {
    width: 82%;
  }
  .zxns ul li .xx span {
    display: none;
  }
  .zxns ul li {
    padding-top: 15px;
    margin-bottom: 0px;
  }
  .zxns ul li .xx {
    padding-bottom: 15px;
  }
  .zxns ul li .open {
    padding: 30px;
  }
  .zxns > a {
    line-height: 50px;
  }
  .dw img {
    height: auto;
  }
  .yw .nr {
    padding: 25px 0;
  }
  .yw .nr > h2 {
    font-size: 24px;
  }
  .yw .nr > p {
    font-size: 14px;
    margin: 10px 0;
  }
  .yw .nr div {
    width: 80% !important;
    padding: 20px;
    margin: 0;
    margin-top: 20px;
  }
  .yw .nr div .xs {
    display: none;
  }
  .yw .nr div .tp {
    margin-right: 15px !important;
    display: none;
  }
  .yw .nr div p {
    font-size: 14px;
  }
  .yw .nr div .my {
    margin: 0 !important;
  }
  .yw .nr > span {
    font-size: 20px;
    background: none;
  }
  iframe {
    height: 250px;
    width: 92%;
    display: block;
    margin: 0 auto;
  }
  .index_nr .hot .right {
    width: 100%;
  }
  .index_nr .hot .right ul li a {
    padding: 15px;
  }
  .index_nr .hot .right ul li a .z {
    width: 20%;
  }
  .index_nr .hot .right ul li a .y {
    margin-left: 15px;
    width: 64%;
  }
  .index_nr .hot .right ul li a .y h3 {
    font-size: 16px;
  }
  .index_nr .ll .w1200 > a {
    padding: 5px 10px;
    margin-left: 15px;
  }
  .index_nr .us .right > a {
    background-size: 15px;
  }
  .zxns ul li img {
    width: 30px;
  }
  .hxq_upload {
    width: 90% !important;
    margin: -130px 0 0 -168px !important;
  }
  .hxq_upload_b_rt {
    float: left !important;
    width: 167px !important;
  }
  .hxq_upload_b_lt {
    margin: 0 10px !important;
  }
  .sy .w1200 div h3 {
    font-size: 24px;
  }
  .sitemap .nr dl dd {
    display: block;
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .sitemap .nr dl dt {
    float: none;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .sitemap .nr dl dt a {
    font-size: 20px;
    line-height: 45px;
    width: auto;
  }
  .sitemap .nr dl dd a {
    font-size: 16px;
    line-height: 45px;
  }
  .sitemap .nr {
    padding: 0px 20px;
  }
  .sitemap {
    padding-top: 0;
  }
  .wzdw {
    display: none;
  }
}
