@charset "utf-8";
body,
html {
  font-family: '微软雅黑', 'Microsoft Yahei';
  background: #fff;
}
body.gray {
  background: #f7f7f7;
}
li,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
  text-decoration: none;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
}
img {
  border: none;
  width: 100%;
  display: block;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
.animated.animated02{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated03{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated04{
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated05{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated06{
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated07{
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated08{
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.animated09{
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
[data-animation] {
  opacity: 0;
}
[data-animation].animated{
  opacity: 1;
}
.public_banner{
  position: relative;
}
.on_form_box{
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 150px;
  z-index: 30;
  cursor: pointer;
}
.public_banner .public_banner_content{
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -51px;
}
.public_banner .banenr_name{
  font-size: 50px;
  color:#111;
  font-weight: bold;
}
.public_banner .banenr_text{
  font-size: 0px;
  margin-top: 15px;
  
}
.public_banner .banenr_text:before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background: rgba(0,0,0,0.3);
  position: relative;
  top: -4px;
  margin-right: 20px;
}
.public_banner .banenr_text a:hover{
  opacity: 0.8;
}
.public_banner .banenr_text a,.public_banner .banenr_text span{
  font-size: 16px;
  color:#111;
  opacity: 0.5;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out;
-khtml-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.time-02s {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.time-03s {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn_01 {
  display: block;
  width: 220px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background: #8fc31f;
  -moz-box-shadow: 0px 10px 20px rgba(9, 40, 86, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(9, 40, 86, 0.2);
  box-shadow: 0px 10px 20px rgba(9, 40, 86, 0.2);
  border-radius: 5px;
}
.btn_01 img {
  display: inline-block;
  width: 12px;
  position: relative;
  top: 2px;
  margin-left: 20px;
}
.btn_01:hover {
  background: #a5da33;
  -moz-box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
}
.btn_02 {
  display: block;
  width: 150px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #0e80c5;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin: 0 auto;
  margin-top: 55px;
}
.btn_02 img {
  display: inline-block;
  width: auto;
  position: relative;
  top: 1px;
  margin-left: 15px;
}
.btn_02:hover {
  color: #1d96df;
}
input::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder {
  color: #aaaaaa;
}
input::-moz-placeholder {
  color: #aaaaaa;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input.Validform_error {
  border: 1px solid #f02a2a!important;
}
input.Validform_error::-webkit-input-placeholder {
  color: #f02a2a;
}
input.Validform_error:-moz-placeholder {
  color: #f02a2a;
}
input.Validform_error::-moz-placeholder {
  color: #f02a2a;
}
.Validform_checktip {
  display: none;
}
.wh1220 {
  max-width: 1220px;
  margin: 0 auto;
}
.wh1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.wh1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.fanye {
  text-align: center;
  font-size: 0px;
  margin-top: 70px;
  margin-bottom: 110px;
}

.fanye a {
  display: inline-block;
  height: 46px;
  border-radius: 3px;
  padding: 0px 17px;
  line-height: 46px;
  font-size: 16px;
  color: #111;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0px 5px;
}
.fanye li{
  display: inline-block;
}
.fanye li.active a {
  background: #8fc31f;
  color: #fff!important;
}
.fanye a:hover {
  color: #8fc31f;
}
.details_popup {
  position: fixed;
  background: #fff;
  border-radius: 5px;
  -moz-box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  padding: 30px 0px;
  top: 50%;
  margin-top: -331.5px;
  left: 50%;
  margin-left: -530px;
  z-index: 22;
  display: none;
}
.details_popup .popup_top {
  margin: 30px;
  margin-top: 0px;
  position: relative;
}
.details_popup .popup_top .close_popup {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/close_nav.png) center center no-repeat;
  background-size: 16px 16px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.details_popup .popup_top .popup_name {
  font-size: 28px;
  font-weight: bold;
  color: #111;
}
.details_popup .popup_top .popup_text {
  font-size: 16px;
  color: #111;
  opacity: 0.5;
  margin-top: 15px;
}
.details_popup .popup_content {
  width: 1060px;
  height: 500px;
  box-sizing: border-box;
  padding: 0px 30px;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 32px;
  color: #111;
  text-indent: 30px;
}
.details_popup .popup_content video{
	display: block;
	width: 100%!important;
	height: 500px!important;
	background: #000;
}
.details_popup .popup_content p{
	width: 100%;
}
.details_popup .popup_content img {
  width: auto;
  max-width: 100%!important;
}
.details_popup .popup_content a {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #246cae;
}
.details_popup .popup_content a:hover {
  text-decoration: underline;
}
.details_popup .popup_content::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.details_popup .popup_content::-webkit-scrollbar {
  width: 7px;
  height: 10px;
}
.details_popup .popup_content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 5px;
}
.details_popup .popup_content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 21;
  display: none;
}
.zhengshu_list_top {
  margin: 30px;
}
.zhengshu_list_top ul {
  margin: 0px -15px;
  font-size: 0px;
}
.zhengshu_list_top ul li {
  padding: 0px 15px;
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
}
.zhengshu_list_top ul li a {
  display: block;
  border-radius: 5px;
  background: #eff6ee;
  text-align: center;
  padding: 35px 0px;
}
.zhengshu_list_top ul li a img {
  width: 80px;
  display: inline-block;
  margin-bottom: 10px;
}
.zhengshu_list_top ul li a p {
  font-size: 20px;
  color: #111;
}
.news {
  background: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 60px;
}
.news ul {
  overflow: hidden;
  margin: -15px 15px;
}
.news ul li {
  width: 33.333%;
  box-sizing: border-box;
  padding: 15px;
  float: left;
}
.news ul li a {
  display: block;
}
.news ul li a:hover .top_img{
  transform: translateY(-15px); 
}
.news ul li a:hover .news_title{
  color: #8fc31f;
  transform: translateY(-15px); 
  transition-delay: 0.1s;
}
.news ul li a:hover .time{
  transform: translateY(-15px); 
  transition-delay: 0.2s;
}
.news ul li .top_img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
  transition: all .3s;
}
.news ul li .top_img .img_box {
  width: 100%;
  height: 100%;
  background-size: cover!important;
}
.news ul li .news_title {
  font-size: 20px;
  color: #111;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: all .3s;
  display: -webkit-box !important;
-webkit-box-orient: vertical;
overflow: hidden;
-webkit-line-clamp: 1;
}
.news ul li .time {
  font-size: 16px;
  color: #111;
  opacity: 0.5;
  transition: all .3s;
}
.news ul li .time:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 3px;
  background: #cccccc;
  position: relative;
  top: -4px;
  margin-right: 14px;
}
.news .home_title {
  margin-top: 0px;
}
.public_crumbs {
  text-align: center;
  padding: 30px 30px 60px 30px;
  font-size: 0px;
  background: #fff;
}
.public_crumbs a {
  display: inline-block;
  font-size: 16px;
  color: #111;
  margin: 0px 15px;
  padding: 15px 0px;
  position: relative;
}
.public_crumbs a .tips {
  position: absolute;
  width: auto;
  left: 0px;
  top: -80%;
  padding: 0px 20px;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  background: #8fc31f;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  z-index: -1;
}
.public_crumbs a .tips img {
  width: auto;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.public_crumbs a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 0px;
  height: 4px;
  background: #8fc31f;
  border-radius: 3px;
  left: 50%;
  margin-left: -25px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.public_crumbs a:hover,
.public_crumbs a.active {
  color: #8fc31f;
}
.public_crumbs a:hover .tips,
.public_crumbs a.active .tips {
  opacity: 1;
  z-index: 1;
}
.public_crumbs a:hover:after,
.public_crumbs a.active:after {
  width: 50px;
}

.public_crumbs .links{
color:#33CC00;
font-size:14px;
margin:0 3px;
}
.public_crumbs .link_name:hover:after{
	display: none;
}
.public_crumbs .links:hover:after{
	display: none;
}


#header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100px;
  line-height: 100px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#header .header_content {
  padding: 0px 50px;
  display: table;
  box-sizing: border-box;
  width: 100%;
}
#header .header_content .logo {
  float: left;
  display: block;
  width: 220px;
  margin: 28px 0px;
  position: relative;
  z-index: 2;
}
#header .header_content .logo_hover {
  display: none;
}
#header .header_content .marked {
  width: 150px;
  float: left;
  margin: 28px 0px;
  margin-left: 30px;
}
#header .header_content .center_nav {
  font-size: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
}
#header .header_content .center_nav a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 0px 25px;
}
#header .header_content .center_nav a:hover {
  color: #8fc31f;
}
#header .header_content .affiliate_tel {
  font-size: 14px;
  color: #fff;
  float: right;
}
#header .header_content .affiliate_tel span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
#header .header_content .right_nav {
  float: right;
  position: relative;
  margin-left: 50px;
  margin-top: 40px;
}
#header .header_content .right_nav .on_nav {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/on_nav.png) center center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .header_content .right_nav .on_nav:hover{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#header .header_content .right_nav .right_nav_content {
  line-height: normal;
  width: 240px;
  position: fixed;
  background: #fff;
  height: 100%;
  overflow-x: hidden;
  top: 0px;
  right: -240px;
  -moz-box-shadow:0px 10px 20px rgba(51,51,51, 0.2);
-webkit-box-shadow:0px 10px 20px rgba(51,51,51, 0.2);
box-shadow:0px 10px 20px rgba(51,51,51, 0.2);
}
#header .header_content .right_nav .right_nav_content .nav_conten_top {
  overflow: hidden;
  padding: 35px 30px;
}
#header .header_content .right_nav .right_nav_content .nav_conten_top .on_search {
  width: 30px;
  height: 30px;
  background: url(../img/on_search.png) center center no-repeat;
  background-size: 18px 18px;
  float: left;
  cursor: pointer;
}
#header .header_content .right_nav .right_nav_content .nav_conten_top .close_nav {
  float: right;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/close_nav.png) center center no-repeat;
  background-size: 16px 16px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .header_content .right_nav .right_nav_content .nav_conten_top .close_nav:hover{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
#header .header_content .right_nav .right_nav_content .btn {
  display: block;
  margin: 0px 30px;
  width: 180px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  background: #8fc31f;
  -moz-box-shadow: 0px 10px 20px rgba(9, 40, 86, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(9, 40, 86, 0.2);
  box-shadow: 0px 10px 20px rgba(9, 40, 86, 0.2);
  border-radius: 3px;
  margin-bottom: 30px;
}
#header .header_content .right_nav .right_nav_content .btn:hover {
  background: #a5da33;
  -moz-box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 20px rgba(51, 51, 51, 0.2);
}
#header .header_content .right_nav .right_nav_content .link {
  font-size: 16px;
  color: #111111;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  position: relative;
}
#header .header_content .right_nav .right_nav_content .link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: 4px;
  height: 0px;
  background: #8fc31f;
  border-radius: 3px;
  left: 0px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#header .header_content .right_nav .right_nav_content .link:hover {
  background: #f6f6f6;
  color: #8fc31f;
}
#header .header_content .right_nav .right_nav_content .link:hover:after {
  height: 100%;
}
#header .header_content .right_nav .right_nav_content.active {
  right: 0px;
}
#header .header_content .right_nav .search_content {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 20;
  right: -100%;
}
#header .header_content .right_nav .search_content .close_search {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../img/close_nav.png) center center no-repeat;
  background-size: 16px 16px;
  position: absolute;
  right: 30px;
  top: 35px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .header_content .right_nav .search_content .close_search:hover{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
#header .header_content .right_nav .search_content .search_box {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#header .header_content .right_nav .search_content .search_box form {
  overflow: hidden;
}
#header .header_content .right_nav .search_content .search_box input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 2px solid #111111;
  background: transparent;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 50px;
  float: left;
}
#header .header_content .right_nav .search_content .search_box button {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/on_search02.png) center center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 15px;
  border: none;
}
#header .header_content .right_nav .search_content .search_box .association {
  line-height: normal;
}
#header .header_content .right_nav .search_content .search_box .association .name {
  font-size: 16px;
  color: #888888;
  margin: 30px 0px;
}
#header .header_content .right_nav .search_content .search_box .association a {
  display: table;
  font-size: 16px;
  color: #0e80c5;
  margin-bottom: 20px;
}
#header .header_content .right_nav .search_content .search_box .association a:hover {
  color: #1d96df;
}
#header .header_content .right_nav .search_content.active {
  right: 0px;
}
#header.active {
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
#header.active .logo_on {
  display: none;
}
#header.active .logo_hover {
  display: block;
}
#header.active .header_content .center_nav a {
  color: #111;
}
#header.active .header_content .center_nav a:hover {
  color: #8fc31f;
}
#header.active .header_content .affiliate_tel {
  color: #888888;
}
#header.active .header_content .affiliate_tel span {
  color: #111;
}
#header.active .header_content .right_nav .on_nav {
  background: url(../img/on_nav_hover.png) center center no-repeat;
}
#footer .footer_top {
  background: #fff;
}
#footer .footer_center {
  padding: 60px 40px 80px 50px;
  overflow: hidden;
  background: #fffeea;
}
#footer .footer_center .footer_center_left {
  float: left;
  width: 58%;
  overflow: hidden;
}
#footer .footer_center .footer_center_left .footer_center_list {
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
#footer .footer_center .footer_center_left .footer_center_list .list_name {
  font-size: 18px;
  color: #373500;
  margin-bottom: 20px;
}
#footer .footer_center .footer_center_left .footer_center_list a {
  font-size: 16px;
  color: #373500;
  line-height: 36px;
  display: table;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .footer_center .footer_center_left .footer_center_list a:hover {
  opacity: 1;
}
#footer .footer_center .footer_center_right {
  float: right;
  width: 42%;
  box-sizing: border-box;
  padding-left: 10%;
}
#footer .footer_center .footer_center_right .center_right_top .tel_name {
  font-size: 16px;
  color: #373500;
}
#footer .footer_center .footer_center_right .center_right_top .tel_name img {
  width: auto;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
#footer .footer_center .footer_center_right .center_right_top .tel_text {
  font-size: 36px;
  color: #8fc31f;
  font-weight: bold;
  margin-top: 10px;
}
#footer .footer_center .footer_center_right .center_right_btn {
  display: table;
  margin-top: 60px;
}
#footer .footer_center .footer_center_right .center_right_btn .weixin_box {
  position: absolute;
  top: -120px;
  left: -20px;
  width: 120px;
  height: 120px;
  padding: 5px;
  box-sizing: border-box;
  opacity: 0;
  background: #fff;
  border: 1px solid #f1eb46;
}
#footer .footer_center .footer_center_right .center_right_btn .weixin_box img {
  width: 100%;
  height: 100%;
}
#footer .footer_center .footer_center_right .center_right_btn a {
  display: block;
  float: left;
  width: 80px;
  background: #f1eb46;
  border-radius: 10px;
  text-align: center;
  padding: 11.5px 0px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
#footer .footer_center .footer_center_right .center_right_btn a img {
  width: 32px;
  display: inline-block;
  margin-bottom: 3px;
}
#footer .footer_center .footer_center_right .center_right_btn a p {
  font-size: 14px;
  color: #5d5a08;
}
#footer .footer_center .footer_center_right .center_right_btn a:hover {
  background: #e2dd4c;
  overflow: visible;
}
#footer .footer_center .footer_center_right .center_right_btn a:hover .weixin_box {
  opacity: 1;
}
#footer .footer_bottom {
  overflow: hidden;
  padding: 0px 50px 30px 50px;
  background: #fffeea;
  line-height: 24px;
}
#footer .footer_bottom .footer_bottom_left {
  overflow: hidden;
 text-align: center;
 float: left;
}
#footer .footer_bottom .footer_bottom_left a {
  display: block;
  color: #111;
  float: left;
   font-size: 16px;
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .footer_bottom .footer_bottom_left a:hover {
  opacity: 0.5;
}
#footer .footer_bottom .footer_bottom_right {
  float: right;
  color: #373500;
  opacity: 0.5;
}
#footer .footer_bottom .footer_bottom_right a{
	color: #8fc31f;
}
#footer .footer_bottom .footer_bottom_right a:hover {
   color: #8fc31f;
}
.right_side {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 10;
}
.right_side a {
  display: block;
  width: 80px;
  background: #8fc31f;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
  padding: 13.5px 0px;
  position: relative;
  margin-bottom: 1px;
}

.right_side a img {
  width: 30px;
  display: inline-block;
  text-align: center;
}
.right_side a i {
  display: block;
  position: absolute;
  left: 7px;
  top: 10px;
  width: 18px;
  -webkit-animation: next_mu 1s infinite linear;
}
@-webkit-keyframes next_mu {
  0% {
    top: 10px;
  }
  30% {
    top: 5px;
  }
  100% {
    top: 10px;
  }
}
.right_side a i img {
  width: 100%;
}
.right_side a p {
  font-size: 14px;
  color: #fff;
}
.right_side a:hover {
  background: #577e04;
}
.right_side .backToTop {
  z-index: -1;
  opacity: 0;
}
.right_side .backToTop.active {
  z-index: 0;
  opacity: 1;
}
.form_box {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 11;
  font-size: 0px;
  left: -100%;
}
.form_box .close_form_box {
  background: url(../img/close_form_box.png) center center no-repeat;
  background-size: 20px 20px;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  right: -45px;
}
.form_box .wh1000 {
  position: absolute;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  bottom: 30px;
}
.form_box .wh1000 .form_box_bg {
  position: absolute;
  width: 600px;
  left: -65px;
  bottom: -70%;
}
.form_box .wh1000 .wh1000_box {
  position: relative;
  z-index: 2;
}
.form_box .yuyue {
  width: 160px;
  float: left;
  margin-top: 5px;
}
.form_box .yuyue img {
  width: 100%;
}
.form_box .form {
  padding-left: 20px;
  overflow: hidden;
}
.form_box .form .shuru_box {
  width: 25%;
  box-sizing: border-box;
  padding-right: 10px;
  float: left;
}
.form_box .form .shuru_box select {
  border-radius: 3px;
  width: 100%;
  height: 45px;
  padding: 0px 15px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background: #fff url(../img/select_icon.png) right 20px center no-repeat;
  font-size: 16px;
}
.form_box .form .shuru_box input {
  border-radius: 3px;
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding: 0px 15px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  background: #fff;
}
.form_box .form button {
  background: #ed6d00;
  border: none;
  border-radius: 3px;
  width: 25%;
  height: 45px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.form_box.active {
  left: 0px;
}
@media screen and (max-width: 1480px) {
  #footer .footer_bottom .footer_bottom_left{
  	float: none;
  }
  #footer .footer_bottom .footer_bottom_right{
  	float: none;
  	text-align: center;
  	margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .zhengshu_list_top ul li a img {
    width: 70px;
  }
  .zhengshu_list_top ul li a p {
    font-size: 16px;
  }
  .zhengshu_list_top ul li a {
    padding: 25px 0px;
  }
}
@media screen and (max-width: 1370px) {
  #header .header_content {
    padding: 0px 30px;
  }
  #header .header_content .marked {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .news ul li .top_img{
    height: 300px;
  }
  #footer .footer_bottom .footer_bottom_left{
    font-size: 14px;
  }
  #footer .footer_bottom .footer_bottom_right{
    font-size: 14px;
  }
  #footer .footer_center .footer_center_left .footer_center_list a{
    font-size: 14px;
  }
  #footer .footer_center .footer_center_left .footer_center_list .list_name{
    font-size: 16px;
  }
}
@media screen and (max-width: 1230px) {
 .public_banner .public_banner_content{
 	width: auto;
 	margin-left: 0px;
 	left: 0px;
 	right: 0px;
 	padding: 0px 30px;
 }
}



.links{
text-align:center;
}
.links a{
clear:both;
color:#FF0000;
}

