﻿
.index {
  /* 服务大厅 */
  /* 新闻 */
  /* 码 */
}
.index .friendlink {
  background-color: #fff;
  padding: 40px 0;
}
.index .show_tip_box {
  background: #fff;
  height: 102px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.index .show_tip {
  border-left: 1px solid #dfdfdf;
  width: 1202px;
  height: 102px;
  margin: 0 auto;
}
.index .show_tip .img_1 {
  background: #f5f5f5 url(../image/show_1.jpg) 50% 50% no-repeat;
}
.index .show_tip .img_2 {
  background: #f5f5f5 url(../image/show_2.jpg) 50% 50% no-repeat;
}
.index .show_tip .img_3 {
  background: #f5f5f5 url(../image/show_3.jpg) 50% 50% no-repeat;
}
.index .show_tip .img_4 {
  background: #f5f5f5 url(../image/show_4.jpg) 50% 50% no-repeat;
}
.index .show_tip .img_5 {
  background: #f5f5f5 url(../image/show_5.jpg) 50% 50% no-repeat;
}
.index .show_tip p {
  color: #ff8900;
  padding-top: 30px;
  font-size: 23px;
  font-weight: 600;
  padding-left: 15px;
  float: left;
  width: 120px;
  line-height: 30px;
}
.index .show_tip span {
  font-size: 18px;
  font-weight: 500;
  color: #858585;
  float: left;
  padding-left: 15px;
  line-height: 20px;
}
.index .show_it {
  height: 93px;
  height: 102px;
  width: 239px;
  float: left;
  border-right: 1px solid #dfdfdf;
}
.index .show_it div {
  margin-top: 18px;
  margin-left: 28px;
  width: 70px;
  float: left;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
.index .serve_box {
  background: #edf4ff;
  height: 536px;
}
.index .serve {
  width: 1202px;
  margin: 0 auto 0;
  padding: 40px 0;
  /* 功能模块 */
}
.index .serve .tit {
  border-bottom: 1px solid #eee;
  padding: 10px 0 7px 25px;
}
.index .serve .tit a {
  color: #0045c0;
}
.index .serve .method {
  margin-top: 21px;
}
.index .serve .method .btn_box {
  float: left;
  width: 295px;
  height: 88px;
  margin-left: 22px;
}
.index .serve .method .btn_box .btn {
  display: block;
  width: 295px;
  height: 59px;
  cursor: pointer;
}
.index .serve .method .btn_1 {
  background: url(../image/btn_1.jpg) no-repeat;
}
.index .serve .method .btn_2 {
  margin-left: 45px;
  background: url(../image/btn_2.jpg) no-repeat;
}
.index .serve .method .btn_3 {
  display: none;
  background: url(../image/btn_3.jpg) no-repeat;
}
.index .serve .method .btn_4 {
  display: none;
  margin-left: 45px;
  background: url(../image/btn_4.jpg) no-repeat;
}
.index .serve .method .quary {
  clear: both;
  width: 639px;
  height: 126px;
  margin-left: 20px;
  background: #f8f8f8;
}
.index .serve .method .quary .menu {
  padding-top: 26px;
  height: 31px;
  font-size: 16px;
  color: #666;
  padding-left: 37px;
  cursor: pointer;
}
.index .serve .method .quary .menu span {
  line-height: 18px;
  height: 18px;
  padding: 0 7px 0 3px;
  display: inline-block;
  border-right: 2px solid #0045c0;
}
.index .serve .method .quary .menu span:last-child {
  border: 0;
}
.index .serve .method .quary .menu .on {
  color: #0045c0;
}
.index .serve .method .quary .input {
  height: 42px;
  width: 586px;
  margin-left: 25px;
}
.index .serve .method .quary .input input {
  height: 42px;
  width: 448px;
  border: 1px solid #d4d4d4;
  padding-left: 20px;
  border-radius: 21px 0 0 21px;
  float: left;
}
.index .serve .method .quary #serveQuary {
  float: left;
  background: #0f60f1 url(../image/quary_1.jpg) 20px 50% no-repeat;
  border-radius: 0 21px 21px 0;
  color: #fff;
  font-size: 16px;
  border: 0;
  width: 115px;
  height: 44px;
  cursor: pointer;
}


.index .serve .method .functional-module {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10px;
}
.index .serve .method .functional-module .bar {
  width: 100%;
  overflow: hidden;
  margin-top: 6px;
}
.index .serve .method .functional-module .bar .box {
  box-sizing: border-box;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #ff8900;
  font-size: 18px;
  color: #fff;
  border-radius: 10px 0 0 0px;
}
.index .serve .method .functional-module .bar_2 .box {
  background: #0045c0;
  border-radius: 0 10px 0 0px;
}
.index .serve .method .functional-module .bar .block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 10px 10px; */
}
.index .serve .method .functional-module .bar .block .a-content {
  display: flex;
  align-items: center;
}


/* 旧代码 */
.index .serve .method .bar .box {
  float: left;
  /* width: 104px; */
  width: 318px;
}
.index .serve .method .bar .block {
  float: left;
  /* width: 318px; */
  /* border: 1px solid #eaeaea; */
  /* border-radius: 0 10px 10px 0; */
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.index .serve .method .bar .block a {
  float: left;
  height: 40px;
  line-height: 40px;
  /* width: 132px; */
  /* border-right: 2px solid #eaeaea; */
  border: 1px solid #eaeaea;
  font-size: 16px;
  color: #3c3c3c;
  background-repeat: no-repeat;
  background-position-y: 52%;
  background-color: #f8f8f8;
  padding-right: 7.5px;
}
.index .serve .method .bar .block a:last-child {
  /* border: 0; */
}
.index .serve .method .bar .block .bg_1 {
  background-image: url(../image/icon_1.jpg);
  background-position-x: 10px;
  text-indent: 38px;
}
.index .serve .method .bar .block .bg_2 {
  background-image: url(../image/icon_2.jpg);
  background-position-x: 10px;
  text-indent: 41px;
  padding-right: 4px;
}
.index .serve .method .bar .block .bg_3 {
  background-image: url(../image/icon_3.jpg);
  background-position-x: 10px;
  text-indent: 38px;
  padding-right: 8px;
}
.index .serve .method .bar .block .bg_4 {
  background-image: url(../image/icon_4.jpg);
  background-position-x: 10px;
  text-indent: 38px;
  padding-right: 15px;
  border-top: 0px;
}
.index .serve .method .bar .block .bg_9 {
  background-image: url(../image/huazp_icon.png);
  background-position-x: 10px;
  text-indent: 47px;
  padding-right: 6px;
  border-top: 0px;
   background-position-y: 0% !important;
}
.index .serve .method .bar .block .bg_5 {
  background-image: url(../image/icon_5.jpg);
  background-position-x: 10px;
  text-indent: 38px;
  padding-right: 10px;
}
.index .serve .method .bar .block .bg_6 {
  background-image: url(../image/icon_6.jpg);
  background-position-x: 10px;
  text-indent: 38px;
  padding-right: 10px;
}
.index .serve .method .bar .block .bg_7 {
  background-image: url(../image/icon_7.jpg);
  background-position-x: 10px;
  text-indent: 38px;
  padding-right: 18px;
  border-top: 0px;
}
.index .serve .method .bar .block .bg_8 {
  background-image: url(../image/icon_8.jpg);
  background-position-x: 10px;
  text-indent: 38px;
  border-top: 0px;
}
.index .serve .method .bar_2 {
  /* margin-top: 2px; */
}
/* 旧代码 */

.index .serve .card {
  padding-top: 14px;
}
.index .serve .card .it {
  width: 132px;
  height: 103px;
  float: left;
  margin-left: 25px;
  margin-bottom: 22px;
  border-radius: 10px;
  text-align: center;
  background-color: #f2f2f2;
}
.index .serve .card .it a {
  display: block;
}
.index .serve .card .it img {
  display: block;
  margin: 17px auto 0;
  width: 46px;
}
.index .serve .card .it .last {
  margin-top: 10px;
}
.index .serve .card .it p {
  padding-top: 10px;
  font-size: 16px;
}
.index .serve .serve_left {
  width: 677px;
  height: 453px;
  float: left;
  background: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.index .serve .serve_right {
  float: left;
  width: 499px;
  height: 453px;
  background: #fff;
  margin-left: 25px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
}
.index .news {
  width: 1202px;
  height: 400px;
  margin: 0 auto;
  margin-top: 37px;
  background: #fff;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.2);
}
.index .news .news_left {
  width: 638px;
  height: 338px;
  float: left;
  padding-top: 29px;
  padding-left: 33px;
}
.index .news .news_right {
  width: 427px;
  padding-left: 53px;
  padding-top: 46px;
  float: left;
}
.index .news .news_right .menu {
  line-height: 42px;
  height: 44px;
  border-bottom: 1px solid #ccc;
}
.index .news .news_right .menu p {
  float: left;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 600;
  color: #666666;
  cursor: pointer;
}
.index .news .news_right .menu .on {
  color: #0045c0;
}
.index .news .news_right .tab {
  margin-top: 18px;
  margin-left: 10px;
}
.index .news .news_right .tab p {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index .news .news_right .tab p a {
  color: #0045c0;
}
.index .news .news_right .tab ul {
  height: 167px;
  padding: 11px 0 11px 18px;
}
.index .news .news_right .tab ul li {
  list-style: disc;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index .news .news_right .tab ul li a {
  color: #666;
}
.index .news .news_right .tab .more {
  color: #0f60f1;
}
.index .ma_box {
  padding-top: 50px;
  position: relative;
}
.index .ma_box .ma_box_bg {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: #edf4ff;
  height: 388px;
}
.index .ma_box .ma {
  position: relative;
  width: 1202px;
  height: 509px;
  padding-top: 35px;
  margin: 0 auto;
}
.index .ma_box .ma .left {
  float: left;
}
.index .ma_box .ma .center,
.index .ma_box .ma .right {
  padding-left: 57px;
  padding-right: 27px;
  float: left;
  width: 330px;
  border-right: 1px solid #d7d7d7;
}
.index .ma_box .ma .center h3,
.index .ma_box .ma .right h3 {
  font-size: 22px;
  color: #0241ae;
}
.index .ma_box .ma .center p,
.index .ma_box .ma .right p {
  text-indent: 28px;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 25px;
  color: #8c8c8d;
}
.index .ma_box .ma .center span,
.index .ma_box .ma .right span {
  color: #0241ae;
}
.index .ma_box .ma .center img,
.index .ma_box .ma .right img {
  margin-top: 10px;
}
.index .ma_box .ma .right {
  padding-left: 46px;
  padding-right: 0;
  width: 351px;
  border-right: 0;
}
.index .ma_box .ma .buttom {
  float: left;
  width: 830px;
  padding-top: 66px;
}
.index .ma_box .ma .buttom .it {
  margin-left: 77px;
  background: #ededed;
  width: 127px;
  height: 127px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.index .ma_box .ma .buttom .it img {
  padding-top: 25px;
  padding-left: 33px;
}
.index .ma_box .ma .buttom .it p {
  text-align: center;
  color: #0241ae;
  padding-top: 5px;
}
.index .application {
  height: 835px;
  padding-top: 67px;
}
.index .application h2 {
  width: 687px;
  margin: 0 auto;
}
.index .application .application_box {
  width: 1202px;
  padding-top: 45px;
  margin: 0 auto;
}
.index .application .application_box .it {
  width: 275px;
  height: 321px;
  float: left;
  margin-right: 25px;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
}
.index .application .application_box .it .info {
  position: absolute;
  top: 278px;
  left: 0;
  transition: all 0.3s;
  color: #fff;
  width: 255px;
  padding: 0 10px;
  height: 321px;
  background: #0241ae;
  opacity: 0.93;
}
.index .application .application_box .it .info h3 {
  transition: all 0.3s;
  text-align: center;
  font-size: 17px;
  line-height: 42px;
  height: 42px;
  padding-bottom: 5px;
}
.index .application .application_box .it .info p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}
.index .application .application_box .it .info a {
  background: #ff8900;
  width: 150px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  margin: 15px 0 0 55px;
  border: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
}
.index .application .application_box .it .info a:hover {
  opacity: 0.8;
}
.index .application .application_box .it:hover .info {
  top: 0px;
}
.index .application .application_box .it:hover h3 {
  padding-top: 30px;
}
.index .service {
  background-color: #0657e8;
  background-image: url(../image/bg_1.jpg);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 100% 100%;
  padding: 65px 0px 24px 0px;
  box-sizing: border-box;
}
.index .service h2 {
  width: 687px;
  margin: 0 auto;
}
.index .service .block {
  width: 1155px;
  padding: 23px 0 23px 35px;
  margin: 38px auto 0;
  background: rgba(19, 78, 180, 0.5);
}
.index .service .block h3 {
  width: 163px;
  float: left;
  margin-top: 35px;
  margin-left: 20px;
}
.index .service .block .link {
  position: relative;
  float: left;
  width: 876px;
  padding: 10px 0 10px 95px;
  display: flex;
  flex-wrap: wrap;
}
.index .service .block .link p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background: url(../image/shu.jpg) no-repeat;
  background-size: 1px 100%;
  text-align: center;
  float: left;
  color: #cedfff;
}
.index .service .block .link p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -12px;
  font-size: 18px;
}
.index .service .block .link a {
  line-height: 28px;
  display: inline-block;
  color: #cedfff;
}
.index .service .block #difang a {
  width: 20%;
}
.index .service .block #hangye a {
  width: 25%;
}
.index .service .block #international a {
  margin-right: 30px;
}
.index .service .block:after,
.index .service .block:link {
  content: " ";
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}

.pub_tit {
  position: relative;
  font-size: 20px;
  color: #0045c0;
  font-weight: 600;
}
.pub_tit .info {
  padding-top: 2px;
  font-weight: 400;
  font-size: 15px;
  color: #c8c8c8;
}
.pub_tit .more {
  position: absolute;
  display: block;
  bottom: 12px;
  right: 23px;
  font-size: 14px;
  font-family: "黑体";
  color: #666 !important;
}

.news_center .tools {
  background: #edf4ff;
  padding-bottom: 20px;
}
.news_center .tools .block {
  cursor: pointer;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  width: 103px;
  height: 103px;
  background: #fff;
  border-radius: 6px;
}
.news_center .tools .block img {
  margin-left: 28px;
  padding-top: 15px;
  margin-bottom: 5px;
}
.news_center .tools .block p {
  text-align: center;
}

.news_center .tools:after {
  content: " ";
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}

.open .open_main {
  margin: 0 auto 20px;
}

.open .block_box {
  height: 396px;
  padding-top: 64px;
  background: #edf4ff;
}
.open .block_box .block {
  width: 1202px;
  margin: 0 auto;
}
.open .block_box .card {
  width: 601px;
  float: left;
  position: relative;
}
.open .block_box .card .info {
  position: absolute;
  top: 55px;
  right: 30px;
  width: 360px;
  padding: 0px 30px;
  height: 206px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.03);
}
.open .block_box .card .info h3 {
  font-size: 20px;
  color: #0241ae;
  padding-top: 26px;
  padding-bottom: 10px;
}
.open .block_box .card .info p {
  line-height: 24px;
  color: #858585;
}
.open .block_box .card .info .center {
  margin-top: 10px;
  text-align: center;
}

.open .joinus {
  width: 1202px;
  margin: 0 auto;
  padding: 60px 0;
}
.open .joinus h3 {
  text-align: center;
}
.open .joinus h3 p {
  padding-top: 10px;
  color: #c8c8c8;
}
.open .joinus .box {
  width: 1202px;
  padding: 50px 0 0;
}
.open .joinus .box .it {
  width: 586px;
  height: 170px;
  float: left;
}
.open .joinus .box .it .img {
  width: 140px;
  height: 140px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 8px;
}
.open .joinus .box .it .img img {
  padding-top: 36px;
}
.open .joinus .box .it h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
}
.open .joinus .box .it p {
  line-height: 22px;
  color: #666;
}
.open .joinus .box .fl {
  padding-left: 15px;
}
.open .joinus .box .fl .img {
  float: left;
  margin-right: 24px;
}
.open .joinus .box .fr {
  padding-right: 15px;
}
.open .joinus .box .fr h2 {
  text-align: right;
}
.open .joinus .box .fr .img {
  float: right;
  margin-left: 24px;
}
.open .joinus .box:after {
  content: " ";
  display: block;
  font-size: 0;
  overflow: hidden;
  height: 0;
  clear: both;
}
