@charset "utf-8";
html,
body {
  position: relative;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
form,
img,
select {
  margin: 0;
  padding: 0;
}
body {
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-size: 14px;
}
a {
  text-decoration: none;
  color: inherit;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  color: #e9440e;
  text-decoration: none;
}
img,
ul,
li,
em {
  border: none;
  list-style: none;
  font-style: normal;
}
input,
button,
select,
textarea {
  outline: none;
  background-color: transparent;
  border: 1px solid #e9440e;
}
input,
form,
textarea {
  font-family: "微软雅黑", "Microsoft YaHei";
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.wapBtnAn {
  transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}
.fd {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 768px) {
  .yc {
    display: none!important;
  }
}
@media screen and (min-width: 769px) {
  .yc1 {
    display: none!important;
  }
}
.header {
  height: 32px;
  line-height: 32px;
  background: #404040;
  color: #fff;
  font-size: 12px;
}
.header p {
  float: left;
}
.header .right1 {
  float: right;
}
.header em {
  padding: 0 6px;
}
.header a {
  color: #fff;
}
.logo {
  padding: 25px;
  zoom: 1;
}
.logo:after {
  content: '';
  display: block;
  clear: both;
}
.logo img {
  float: left;
}
.logo .tel {
  float: right;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/ico/tel.png) no-repeat left center;
  padding-left: 75px;
}
.logo .rexian {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}
.logo .tel-s {
  padding: 4px 0;
  font-size: 17px;
  color: #e9440e;
}
.nav {
  line-height: 50px;
  height: 50px;
  background: #e9440e;
  color: #fff;
  zoom: 1;
}
.nav:after {
  content: '';
  display: block;
  clear: both;
}
.nav li {
  float: left;
  width: 150px;
  text-align: center;
}
.nav a {
  display: block;
  font-size: 17px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  color: #fff;
}
.nav a:hover {
  background: #a3300a;
  color: #fff;
}
.nav .currclass a {
  background: #a3300a;
  color: #fff;
}
.index_focus {
  position: relative;
  width: 1800px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}
.index_focus li {
  height: 400px;
}
.index_focus .slide_nav {
  position: absolute;
  left: 48%;
  bottom: 2%;
}
.index_focus .slide_nav a {
  cursor: pointer;
  float: left;
  font-size: 28px;
  color: #fff;
  padding: 5px 5px;
}
.index_focus .slide_nav .on {
  color: #e9440e;
}
.index_focus .index_focus_pre,
.index_focus .index_focus_next {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/ico/ico_sliding.png) no-repeat;
}
.index_focus .index_focus_pre {
  left: 30px;
  background-position: 0 0;
}
.index_focus .index_focus_pre:hover {
  background-position: 0 -144px;
}
.index_focus .index_focus_next {
  right: 30px;
  background-position: 0 -72px;
}
.index_focus .index_focus_next:hover {
  background-position: 0 -216px;
}
.title {
  width: 440px;
  text-align: center;
  position: relative;
  margin: 40px auto;
}
.title:after,
.title:before {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  background: #e9440e;
  position: absolute;
  top: 50%;
  margin-top: 0px;
}
.title:before {
  right: 0px;
}
.title h4 {
  font-size: 24px;
  color: #e9440e;
}
.title span {
  color: #888;
  font-family: "Segoe UI";
  font-size: 24px;
  font-weight: normal;
  padding-left: 35px;
}
.more {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  display: block;
  width: 200px;
  margin: 20px auto;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  background: #e9440e;
  text-align: center;
  color: #fff;
}
.more:hover {
  background: #a3300a;
  color: #fff;
}
.about {
  text-align: center;
  padding-bottom: 30px;
}
.about .info {
  font-size: 17px;
  color: #000;
  line-height: 35px;
  margin-top: -10px;
}
.about ul {
  zoom: 1;
  margin: 40px 50px 30px 50px;
}
.about ul:after {
  content: '';
  display: block;
  clear: both;
}
.about li {
  float: left;
  width: 20%;
}
.about p {
  margin-top: 10px;
  font-size: 18px;
}
.about img {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.about img:hover {
  transform: rotate(360deg);
}
.scene {
  padding-bottom: 20px;
  padding-top: 1px;
  background: #f2f2f2;
}
.scene ul {
  zoom: 1;
  margin: 0 -10px;
}
.scene ul:after {
  content: '';
  display: block;
  clear: both;
}
.scene li {
  float: left;
  width: 25%;
}
.scene ul a {
  display: block;
  height: 220px;
  overflow: hidden;
  margin: 0 10px;
}
.scene img {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
  min-height: 220px;
}
.scene img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.scene p {
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}
.youshi {
  position: relative;
  border-bottom: 2px solid #efefef;
  padding-bottom: 60px;
}
.youshi .img1 {
  position: absolute;
}
.youshi .img2 {
  position: absolute;
}
.youshi h6 {
  font-size: 43px;
  color: #e9440e;
}
.youshi p {
  width: 340px;
  line-height: 28px;
  color: #888;
  margin-top: 10px;
  font-size: 16px;
  margin-left: 12px;
}
.youshi .bt1 {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.youshi .youshi1 {
  position: relative;
  margin-top: 80px;
  padding-left: 180px;
  margin-bottom: 180px;
}
.youshi .youshi1 .img1 {
  top: -15px;
  left: 45px;
}
.youshi .youshi1 .img2 {
  right: 80px;
  top: -55px;
}
.youshi .youshi2 {
  position: relative;
  margin-top: 0px;
  padding-left: 760px;
  margin-bottom: 204px;
}
.youshi .youshi2 .img1 {
  top: -10px;
  right: 475px;
}
.youshi .youshi2 .img2 {
  left: 80px;
  top: -80px;
}
.youshi .youshi3 {
  position: relative;
  margin-top: 50px;
  padding-left: 180px;
}
.youshi .youshi3 .img1 {
  top: -15px;
  left: 45px;
}
.youshi .youshi3 .img2 {
  right: 70px;
  top: -100px;
}
.youshi .ysx {
  position: absolute;
  top: 368px;
  left: 830px;
}
.shebei {
  padding-bottom: 20px;
}
.shebei .shebei-box {
  position: relative;
  width: 1200px;
}
.shebei .shebei-box .left,
.shebei .shebei-box .right {
  top: 40%;
  margin-top: -30px;
  position: absolute;
  height: 59px;
  width: 31px;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/jt.png) no-repeat left;
  cursor: pointer;
}
.shebei .shebei-box .left {
  left: -40px;
}
.shebei .shebei-box .right {
  background-position: right;
  right: -40px;
}
.shebei .shebei-box ul {
  width: 1200px;
}
.shebei .shebei-box li {
  width: 25%;
}
.shebei .shebei-box a {
  display: block;
  margin: 0 10px;
  height: 220px;
  overflow: hidden;
}
.shebei .shebei-box img {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  width: 100%;
  min-height: 220px;
}
.shebei .shebei-box img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.shebei .shebei-box p {
  text-align: center;
  line-height: 40px;
}
.new {
  background: #f2f2f2;
  padding: 50px;
  padding-top: 1px;
}
.new .main {
  zoom: 1;
}
.new .main:after {
  content: '';
  display: block;
  clear: both;
}
.new .new-box {
  width: 50%;
  float: left;
  overflow: hidden;
}
.new .new-box .box {
  padding: 20px 26px;
  background: #fff;
}
.new .new-list1 {
  zoom: 1;
  margin-top: 15px;
}
.new .new-list1:after {
  content: '';
  display: block;
  clear: both;
}
.new .new-list1 h4 {
  float: left;
  font-size: 18px;
  color: #e9440e;
  width: 73%;
}
.new h5 {
  font-size: 18px;
  color: #e9440e;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.new h5 a {
  font-size: 12px;
  font-weight: normal;
  font-family: "Segoe UI";
  float: right;
  background: #e9440e;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-top: 6px;
}
.new p {
  float: left;
  width: 73%;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  line-height: 23px;
}
.new img {
  width: 120px;
  height: 98px;
  float: left;
  margin-right: 20px;
}
.new ul {
  margin-top: 20px;
}
.new li {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 40px;
  border-bottom: 1px dotted #ccc;
}
.new li span {
  color: #777;
  float: right;
}
.contant {
  padding-bottom: 60px;
}
.contant .main {
  zoom: 1;
}
.contant .main:after {
  content: '';
  display: block;
  clear: both;
}
.contant .left {
  float: left;
  width: 45%;
  text-align: right;
  padding-top: 50px;
}
.contant .right {
  float: left;
  width: 466px;
  margin-left: 150px;
}
.contant .biaodan {
  width: 466px;
  background: #eee;
  padding-bottom: 20px;
}
.contant .biaodan span {
  font-size: 15px;
  background: #e9440e;
  padding: 5px 26px;
  color: #fff;
  margin-right: 25px;
  border-radius: 20px;
}
.contant .biaodan-title {
  margin-bottom: 25px;
  height: 54px;
  line-height: 54px;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/xd.png) no-repeat center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.contant .input {
  background: #eee;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.contant .input input {
  width: 210px;
  height: 28px;
  color: #333;
}
.contant .text {
  text-align: center;
  margin-top: 20px;
}
.contant .text textarea {
  width: 315px;
  height: 80px;
  border: 2px solid #ee9071;
  color: #333;
}
.contant .submit {
  text-align: center;
  margin-top: 20px;
}
.contant .submit input {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-size: 18px;
  background: #e9440e;
  width: 320px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.contant .submit input:hover {
  background: #a3300a;
  color: #fff;
}
/*底部信息*/
.hw_bottom_tips {
  background-color: #eee;
}
.hw_bottom_tips ul {
  overflow: hidden;
  width: 1120px;
  height: 60px;
  margin: 0px auto;
  padding: 30px 0px;
}
.hw_bottom_tips li {
  float: left;
  width: 210px;
  margin-right: 93px;
}
.hw_bottom_tips .hw_bottom_tips_l {
  float: left;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/hw_bottom_tips.png) no-repeat;
  width: 43px;
  height: 43px;
}
.hw_bottom_tips .hw_bottom_tips_r {
  float: right;
  width: 147px;
}
.hw_bottom_tips .qcfw .hw_bottom_tips_l {
  background-position: 0px 0px;
}
.hw_bottom_tips .pzbz .hw_bottom_tips_l {
  background-position: -43px 0px;
}
.hw_bottom_tips .aqsd .hw_bottom_tips_l {
  background-position: -129px 0px;
}
.hw_bottom_tips .xxbm .hw_bottom_tips_l {
  background-position: -172px 0px;
}
.hw_bottom_tips .xxbm {
  margin-right: 0px;
}
.hw_bottom_tips .hw_bottom_tips_r .name {
  font-size: 18px;
  color: #333;
}
.footer {
  width: 100%;
  height: 200px;
  line-height: 24px;
  background: #222;
  color: white;
  font-size: 14px;
  padding-top: 70px;
}
.footer h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}
.footer p {
  line-height: 32px;
}
.footer li {
  float: left;
}
.footer a {
  display: inline-block;
  padding-right: 10px;
  margin-right: 15px;
  color: white;
  height: 14px;
  line-height: 14px;
  margin-top: 5px;
  border-right: 1px solid white;
}
.footer p a {
  color: #fff;
}
.footer p a:first-child {
  padding-left: 0;
}
.footer p a:last-child {
  border-right: none;
}
.footer p img {
  display: inline-block;
  vertical-align: baseline;
}
.footer .i-footer {
  height: 250px;
}
.main {
  zoom: 1;
}
.main:after {
  content: '';
  display: block;
  clear: both;
}
/* 单页 */
.dy {
  padding: 25px 0;
}
.left {
  width: 240px;
}
.listbox {
  width: 240px;
  margin-bottom: 20px;
}
.listbox .title1 {
  height: 44px;
  line-height: 44px;
  background: #e9440e;
  color: #fff;
  padding: 0px 15px;
  font-size: 16px;
}
.listbox ul {
  width: 208px;
  border: #ddd 1px solid;
  border-top: none;
  padding: 15px;
}
.listbox ul li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.listbox ol {
  width: 208px;
  border: #ddd 1px solid;
  border-top: none;
  padding: 15px;
}
.listbox ol li a {
  background: #ccc;
  display: block;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 34px;
}
.listbox ol li a:hover,
.listbox ol li.currclass a {
  background: #e9440e;
}
.listbox .publish_nr {
  width: 208px;
  border: #ddd 1px solid;
  border-top: none;
  padding: 15px;
}
/* 左边表单 */
.publish_nr .input {
  margin-bottom: 10px;
  padding-left: 0px;
}
.publish_nr .input input,
.publish_nr .input select {
  height: 28px;
  line-height: 28px;
  width: 120px;
  margin-left: 0px;
  padding-left: 5px;
  border: 1px solid #e0e0e0;
  display: block;
}
.publish_nr .input span {
  float: left;
  display: block;
  width: 65px;
  text-align: left;
  height: 28px;
  line-height: 28px;
}
.publish_nr .input select {
  width: 125px;
}
.publish_nr .submit input {
  background: #ccc;
  color: #fff;
  border: 0px;
  padding: 5px 18px;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.publish_nr .submit input:hover {
  background: #e9440e;
}
.right {
  width: 920px;
}
.right_title {
  height: 45px;
  line-height: 45px;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/right_title_bg.jpg) repeat-x left bottom;
}
.right_title h3 {
  padding-left: 15px;
  font-size: 18px;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/dian.jpg) no-repeat left center;
}
.weizhi {
  font-size: 12px;
  padding-right: 0px;
}
.weizhi a {
  font-size: 12px;
}
.neirong {
  margin-top: 20px;
  padding: 0 0 15px 0;
}
.neirong p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 28px;
}
.neirong img {
  max-width: 100%;
}
.neirong_title {
  text-align: center;
  padding-top: 10px;
}
.neirong_title h1 {
  font-size: 26px;
  font-weight: normal;
}
.neirong_title span {
  margin-top: 10px;
  display: block;
  color: #666;
}
.neirong td {
  border: solid 1px #ccc;
}
/*分页*/
.mypages {
  margin-top: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.mypages a {
  background: #E1DFE0;
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  border-radius: 3px;
}
.mypages li {
  display: inline-block;
  margin: 0 2px;
}
.mypages .am-active a,
.mypages a.curr,
.mypages a:hover {
  background: #e9440e;
  color: #FFFFFF;
}
/* 上下页 */
.prenext {
  margin-bottom: 20px;
  border-top: #ccc 1px solid;
  padding-top: 20px;
}
.prenext ul li {
  height: 24px;
  line-height: 24px;
  margin-bottom: 7px;
}
/* 图片列表 */
.list_box {
  margin: 0 -15px;
}
.list_box li {
  width: 33.3%;
  float: left;
}
.list_box li a {
  display: block;
  margin: 0 15px;
}
.list_box li a:hover img {
  transform: scale(1.1, 1.1);
}
.list_box li a p {
  height: 40px;
  line-height: 40px;
  margin: 5px 0 15px 0;
  font-size: 14px;
  text-align: center;
}
.list-img {
  border: 1px solid #ccc;
  height: 185px;
  overflow: hidden;
}
.list-img img {
  width: 100%;
  height: 185px;
  transition: all .5s;
}
/* 新闻列表 */
.new_list {
  padding: 0px 5px;
  margin: 20px 0px;
}
.new_list li {
  margin-bottom: 30px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
}
.new_list a {
  display: block;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  margin: 10px 0px;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/news_list_li.jpg) no-repeat left center;
  padding-left: 15px;
}
.new_list p {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
.new_list p:after {
  content: ".......";
  padding-left: 5px;
}
/* 服务范围页 */
.main_mapright {
  float: right;
  width: 453px;
  height: 364px;
  overflow: hidden;
  background: #E4AE06;
  margin-right: 26px;
  display: inline;
}
.main_mapright p {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 453px;
  height: 36px;
  line-height: 36px;
  padding-top: 16px;
  font-size: 14px;
  color: #FFF;
  text-indent: 30px;
}
.main_mapright dl {
  float: left;
  width: 453px;
  height: auto;
}
.main_mapright dl dt {
  float: left;
  width: 453px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #FFF;
  text-indent: 70px;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/img/tell2.png) left center no-repeat;
  background-position: 30px 10px;
}
.main_mapright dl dt span {
  font-size: 18px;
}
.main_mapright dl dd {
  float: left;
  width: 453px;
  height: auto;
}
.main_mapright dl dd li {
  float: left;
  padding-left: 60px;
  width: 332px;
  height: 32px;
  background: #FAD258;
  line-height: 32px;
  font-size: 14px;
  color: #404445;
  text-indent: 7px;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 14px;
  display: inline;
}
.main_mapright dl dd .adress {
  float: left;
  width: 392px;
  height: 32px;
  background: #FAD258;
  line-height: 32px;
  font-size: 14px;
  color: #404445;
  text-indent: 14px;
}
/* 关于我们 */
.ingsbjmw_lie2 {
  overflow: hidden;
  zoom: 1;
  padding: 20px 0 60px 0;
  margin: 0 auto;
  width: 1120px;
}
.ingsbjmw_lie2 li {
  float: left;
  width: 238px;
  margin: 0 21px;
}
.ingsbjmw_lie2 li .tupian {
  font-size: 24px;
  color: #222;
  padding-left: 40px;
}
.ingsbjmw_lie2 li .tupian img {
  padding-bottom: 15px;
}
.ingsbjmw_lie2 li .wen {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-top: 10px;
  padding-left: 40px;
}
.ingsbjmw_lie2 li .wen img {
  padding-right: 5px;
  position: relative;
  top: -1px;
}
/*表格*/
dl.yu_o {
  clear: both;
  padding: 0 0 30px 0;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/pat_o.gif) repeat-x left bottom;
  width: 100%;
  margin: 0 auto;
}
dl.yu_o dt {
  clear: both;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
dl.yu_o dd {
  clear: both;
  padding: 20px 0 0 0;
  color: #666;
  line-height: 1.8em;
}
dl.yu_o dd p {
  font-size: 12px;
}
table.fill_table_c {
  clear: both;
  margin: 20px auto 10px auto;
}
table.fill_table_c input.fill_text {
  width: 240px;
  padding: 10px 5px;
  border: solid 1px #ddd;
}
table.fill_table_c input.fill_text:hover {
  border: solid 1px #e9440e;
  background: #f8f8f8;
}
.fill_textarea {
  width: 500px;
  padding: 10px 5px;
  height: 90px;
  border: solid 1px #ddd;
}
.fill_textarea:hover {
  border: solid 1px #e9440e;
  background: #f8f8f8;
}
table.fill_table_c th,
table.fill_table_c td {
  vertical-align: top;
  line-height: 2em;
  padding: 10px 5px;
}
table.fill_table_c th {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}
table.fill_table_c img {
  vertical-align: middle;
  margin: 0 10px;
}
table.fill_table_c input.orange_btn {
  width: 250px;
  height: 40px;
  line-height: 40px;
}
a.orange_btn,
input.orange_btn {
  border: none;
  font-size: 20px;
  line-height: 2.2em;
  height: 2.2em;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background: #e9440e;
  border-radius: 10px;
  font-family: "微软雅黑";
}
input.orange_btn {
  width: 230px;
}
a.orange_btn {
  display: inline-block;
  padding: 8px 40px;
}
a.orange_btn:hover,
input.orange_btn:hover {
  background: #d23d0d;
  color: #fff;
  text-decoration: none;
}
/*提示*/
.note_red {
  font-size: 14px;
  color: #fe0000;
  margin: 0 10px;
}
.note_arrow {
  color: #999;
  display: inline-block;
  background: url(/web/20220923140841im_/http://hfzhyjhs.com/Public/home/images/note.gif) no-repeat left center;
  padding-left: 24px;
  margin-left: 10px;
}

/*
     FILE ARCHIVED ON 14:08:41 Sep 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:11:21 Dec 18, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 163.275
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.072
  cdx.remote: 0.062
  esindex: 0.011
  LoadShardBlock: 104.791 (3)
  PetaboxLoader3.datanode: 142.981 (4)
  load_resource: 93.12
  PetaboxLoader3.resolve: 27.392
*/