@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: medium none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
em {
  font-style: normal;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  border: 0px;
  outline-width: 0px;
  vertical-align: top;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  margin: 0px;
  padding: 0px;
  clear: both;
  background: #ffffff;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}
.clear {
  clear: both;
}

.content {
  width: 1100px;
  margin: 0 auto;
}
input,
button {
  outline: none;
}

button,
textarea {
      outline: none;
}
/* 去掉外边蓝框 */
button {
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button {
  display: none;
}
/*清除IE下的 search 叉号*/
input[type="search"]::-ms-clear {
  display: none !important;
}
input[type="text"]::-ms-clear {
  display: none;
}

/*-- 网站头部  --*/
.nav3 li {
  float: left;
  font-size: 18px;
  line-height: 65px;
  color: #ffffff;
}
.nav3 li:hover {
  border-bottom: 3px #fff solid;
}
.nav3 a {
  color: #fff;
}
.nav3 li:nth-child(1) {
  margin-left: 11.83%;
}
.nav3 li:nth-child(2) {
  margin-left: 4.916%;
}
.nav3 li:nth-child(3) {
  margin-left: 5.25%;
}
.header1 {
  background-color: #f5f5f5;
  height: 25px;
  line-height: 25px;
}
.header1_left {
  float: left;
  width: 220px;
}
.header1_right {
  float: right;
  text-align: right;
}
.header1_right i {
  float: left;
  font-style: normal;
  padding: 0 8px 0px 0px;
}
.header1_right i a {
  color: #333;
}
.header1_right i a:hover {
  color: #ec414d;
}
.header2 {
  float: left;
  width: 100%;
  padding: 10px 0 0px;
  height: 56px;

  border-bottom: 1px solid #eee;
}
.logo {
  float: left;
  margin-right: 20px;
}
.head_left {
  float: left;
}
.head_left span {
  float: left;
  font-size: 15px;
  color: #333;
  padding: 0 10px;
  line-height: 46px;
}
.head_left span a {
  color: #333;
}
.head_left span:hover {
  color: #1b306a !important;
}
.head_right {
  float: left;
  margin-left: 60px;
  width: 78%;
}
.head_right ul li {
  cursor: pointer;
  height: 57px;
  font-size: 15px;
  color: #333333;
  float: left;
  margin: 0px 25px;
  font-size: 16px;
  line-height: 46px;
  position: relative;
}
.head_right ul li ul.nav_sub {
  /* padding-top: 10px; */
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  display: none;
}
.head_right ul li:hover ul.nav_sub {
  display: block;
}
.head_right ul li ul.nav_sub li {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  margin: 0;
  box-sizing: border-box;
}
.head_right ul li ul.nav_sub li:hover {
  background: #f5f5f5;
}
.head_right ul li ul.nav_sub li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: 3333;
  font-weight: normal !important;
  white-space: nowrap;
}
.head_right ul li:hover {
  border-bottom: 0px #2b4079 solid;
  color: #2b4079;
}
.headselected {
  border-bottom: 0px #2b4079 solid;
  color: #2b4079;
}
.headselected ul li {
  color: #2b4079;
}
.head_right li {
  float: left;
  font-size: 15px;
  color: #333;
  font-style: normal;
  line-height: 46px;
}
.head_right ul li a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
/*.head_right ul li a:visited{color:#333}*/
.head_right li a:hover {
  color: #2b4079;
}
.head_right p {
  float: left;
  font-size: 15px;
  color: #333;
  padding: 0 15px;
  line-height: 46px;
}
.head_right span {
  float: left;
  font-size: 15px;
  color: #333;
  padding: 0 8px;
  text-align: center;
  line-height: 46px;
}
.head_right span a {
  float: left;
  color: #333;
}
.head_right span img {
  float: left;
  margin-right: 8px;
  margin-top: 17px;
}
.UserName {
  float: left;
  font-style: normal;
  padding: 0 8px;
}
.head_serch {
  float: right;
  border: 1px solid #ccc;
  border-radius: 15px;
  height: 30px;
  width: 280px;
  margin-top: 8px;
  padding: 0px 10px;
}
.img_serch {
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-left: 3px;
}

.head_login a {
  float: right;
  width: 100px;
  font-size: 16px;
  line-height: 34px;
  color: #2b4079;
  border: 1px #2b4079 solid;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 4px;
  text-align: center;
  cursor: pointer;
}
.head_login a:hover {
  background-color: #2b4079;
  color: #fff;
}

/* 200417--导航start */
.head_right ul li ul.nav_sub li > ul.thirdly {
  width: calc(100% + 20px);
  display: none;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  /* box-shadow: 1px 3px 7px #ddd; */
  border: 1px solid #eee;
  border-top: none;
  font-size: 12px;
  color: #666;
}
.head_right ul li ul.nav_sub li > ul.thirdly > li {
  height: 40px;
  float: none;
}
.head_right ul li ul.nav_sub li > ul.thirdly > li > a {
  color: #666;
}
.head_right ul li ul.nav_sub li > ul.thirdly > li:hover {
  background: #f9f9f9;
}
.head_right ul li ul.nav_sub li:hover > ul.thirdly {
  display: block;
}
.head_right ul li ul.nav_sub li:hover {
  background: #f9f9f9;
}
.head_right ul li ul.nav_sub li:hover a {
  color: #263d93;
}
/* 200417--导航end */

/*-- 底部版权 --*/
.footer3 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 10px;
  background-color: #333333;
  padding-bottom: 25px;
}
.footer3 a {
  color: #fff;
}
.hrefclass a {
  text-decoration: underline;
}
.hrefclass a:hover {
  color: blue;
}
/*-- 左侧导航  --*/
.index {
  float: left;
  width: 100%;
  border-top: 0px solid #eeeeee;
  padding-top: 37px;
}
.index_l {
  float: left;
  width: 200px;
  margin-right: 19px;
  min-height: 753px;
}
.nav2 {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.nav2 p {
  float: left;
  width: 78%;
  padding-left: 40px;
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 40px;
}
.nav2 p a {
  color: #fff;
}

/*-- 弹窗公共-窗体 start --*/
.md-content {
  width: 100%;
  color: #5b5b5b;
  /*max-height:600px !important;*/
  background: #fff;
  position: relative;
  border-radius: 0px;
  margin: 0 auto;
  overflow-y: auto !important;
  border: 1px solid #273d93;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0 16px;
}

/*-- 弹窗公共-标题 --*/
.ticket_title {
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #273d93;
  padding-bottom: 0px;
  margin-top: 12px;
}
.ticket_title p {
  float: left;
  width: 166px;
  height: 31px;
  line-height: 31px;
  color: #fff;
  font-size: 16px;
  background: url(../Images/bjtk_tibj.png) no-repeat;
  text-align: center;
}
.ticket_title i {
  float: left;
  font-size: 14px;
  color: #373737;
  font-style: normal;
  line-height: 14px;
  margin-top: 14px;
  margin-left: 20px;
}
.ticket_title b {
  float: right;
  font-size: 12px;
  color: #808080;
  font-weight: normal;
  line-height: 31px;
  margin-right: 20px;
}
.ticket_title b a {
  color: #808080;
}
.ticket_title span {
  float: right;
  margin-top: 10px;
}
.ticket_title span a {
  float: right;
  width: 10px;
  height: 10px;
}

/*-- 弹窗公共-提示内容 --*/
.ticket_tips {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*-- 弹窗公共-按钮 --*/
.ticket_button {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ticket_button a {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  line-height: 32px;
  height: 32px;
  background: #273d93;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  margin-right: 16px;
}

.ticket_content {
  float: left;
  width: 90%;
  margin-left: 10%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.ticket_content ul li {
  float: left;
  width: 100%;
  margin-top: 8px;
}
.ticket_content ul li p {
  float: left;
  width: 110px;
  font-size: 13px;
  text-align: right;
  line-height: 25px;
}
.ticket_content ul li p span {
  color: #fe0000;
}
.ticket_content ul li i {
  float: left;
  font-style: normal;
  font-size: 12px;
  color: #4c4c4c;
  margin-right: 20px;
}
.ticket_content ul li i input {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.ticket_content ul li b {
  float: left;
  font-size: 12px;
  text-align: right;
  line-height: 25px;
  font-weight: normal;
  margin-right: 20px;
}
.ticket_content ul li b input {
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 4px;
}
.ticket_content ul li p span {
  color: #fe0000;
}

/*--弹出框 文本输入框样式 */
.ticket_input_text {
  float: left;
  width: 220px;
  height: 23px;
  line-height: 23px;
  font-family: "微软雅黑";
  font-size: 12px;
  padding: 0 3px;
  border: 1px solid #808080;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
}

/*--弹出框 选择控件样式--*/
.ticket_input_select {
  float: left;
  width: 228px;
  height: 23px;
  line-height: 23px;
  font-family: "微软雅黑";
  font-size: 12px;
  padding: 0 3px;
  border: 1px solid #808080;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  outline: none;
}

/*--弹出框 按钮行样式 ---*/
.ticket_button {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ticket_button a {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  line-height: 32px;
  height: 32px;
  background: #273d93;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  margin-right: 16px;
}

/*-- 消息弹框--消息内容 --*/
.tips-message {
  float: left;
  width: 90%;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10%;
}

/*---操作选择 窗体 ---*/
.md-operation {
  width: 400px;
  color: #5b5b5b;
  max-height: 600px !important;
  background: #fff;
  position: relative;
  border-radius: 0px;
  margin: 0 auto;
  overflow-y: hidden !important;
  border: 1px solid #273d93;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0 16px;
}

/*---提示信息 窗体 ---*/
.tips-content {
  width: 100%;
  color: #5b5b5b;
  max-height: 600px !important;
  background: #fff;
  position: relative;
  border-radius: 0px;
  margin: 0 auto;
  border: 0px solid #273d93;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 15px;
  padding: 0 16px;
}

/*-- 弹窗公共-窗体 end --*/

/*-- 列表分页 start --*/
.fy {
  float: left;
  width: 100%;
}
.bizresult_page_btns {
  height: 43px;
  line-height: 38px;
  width: 867px;
  box-sizing: border-box;
  text-align: center;
  border-width: 1px 0 1px 0;
  margin-top: 25px;
}
.bizresult_page_btns a {
  display: inline-block;
  box-sizing: border-box;
  height: 25px;
  width: 32px;
  line-height: 25px;
  color: #666666;
  font-size: 12px;
}
.bizresult_page_btns a:hover {
  color: #ffffff;
  background-color: #273d93;
}
.bizresult_page_btns span {
  color: #666666;
  font-size: 14px;
}
.bizresult_page_btns strong {
  display: inline-block;
  margin: -3px 5px 0 5px;
}
.bizresult_page_btns .bizbtns_content {
  position: relative;
  display: inline-block;
  margin-top: -3px;
  max-width: 375px;
  height: 38px;
  overflow: hidden;
  margin-bottom: -14px;
}

.bizbtns_content ul {
  position: relative;
  top: 0px;
  left: 0px;
  height: 38px;
}
.bizbtns_content li {
  float: left;
  margin-left: 5px;
}

.bizresult_page_btns .this_btn {
  color: #ffffff;
  background-color: #273d93;
}
/*-- 列表分页 end --*/

/*侧边浮窗 start*/
.clear {
  clear: both;
}

.absolute {
  width: 60px;
  display: block;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 999;
}

.icon {
  width: 50px;
  height: 50px;
  background-color: #000;
  opacity: 0.2;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 50px;
}

.icon:hover {
  background-color: #000;
  opacity: 0.4;
}

.icon img {
  vertical-align: middle;
}

.footer_ewm {
  display: none;
  position: absolute;
  bottom: -110px;
  right: 70px;
  z-index: 999;
  max-width: none;
  opacity: 1;
  /*height: 252px;*/
  width: 110px;
  padding: 9px 0px 16px 0px;
  box-sizing: border-box;
  background-image: url(../Images/qr_bg.png);
  background-repeat: no-repeat;
}

.qr_code {
  width: 72%;
  margin: 0 auto;
}

.qr_code_img {
  width: 80px;
  height: 80px;
}

.qr_code p {
  font-size: 12px;
  color: #666;
  float: right;
  margin-top: 5px;
}

.qr_code .android {
  float: left;
  margin-top: 5px;
}

.service {
  display: none;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  width: 140px;
  position: absolute;
  bottom: 80px;
  right: 70px;
  z-index: 999;
  max-width: none;
  opacity: 1;
  background-image: url(../Images/service_bg.png);
  background-repeat: no-repeat;
  padding-bottom: 17px;
}

.service li {
  float: left;
  width: 100%;
}

.service li img {
  float: left;
  margin-top: 6px;
}

.service li p {
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  margin-left: 5px;
}

.service li:nth-child(2) {
  margin-top: 10px;
}
/*侧边浮窗 end*/
.text {
  font-size: 16px;
  line-height: 40px;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 30px;
}
