@charset "utf-8";
* {
  font-family: "微软雅黑", arial;
}
html::-webkit-scrollbar {
  /* 滚动条宽 */
  width: 10px;
  height: 5px;
}

html::-webkit-scrollbar-thumb {
  /* 滚动条 拖动条 */
  background-color: rgba(0, 0, 0, .2);
  border-radius: 5px;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: rgba(118, 181, 246, .8);
}

html::-webkit-scrollbar-track {
  /* 滚动条背景槽 */
  background-color: #eee;
  border-radius: 5px;
}

html {
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-arrow-color: rgb(190, 190, 190);
  /* 设置滚动条上的箭头颜色  */
  scrollbar-base-color: rgb(190, 190, 190);
  /* 设置滚动条的底色 */
  scrollbar-track-color: rgb(238, 238, 238);
  /* 设置滚动条块的背景色 */
  scrollbar-shadow-color: #f0f2f5;
  /* 设置箭头和滚动条右侧和底边的颜色 */
}

/**主导航区域样式开始**/
.login_user{
  position: relative;
  float: right;
  width: 225px;
  height: 37px;
  margin-top: 5px;
  overflow: hidden;
  z-index: 4;
}
.login_user .login_user_account,
.login_user .login_user_Registered{
  display: block;
  position: relative;
  float: left;
  font-size: 14px;
  color: #666666;
  width: 92px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-left: 10px;
  background: url(../../images/index/2009010952452756879.png) center center no-repeat;
}
.login_user a:hover{
  color: #ffffff;
  background: url(../../images/index/2009010952453254244.png) center center no-repeat;
}


.centerBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

h1,
h5 {
  margin: 0;
  padding: 0;
}

body {
  font-family: '微软雅黑';
}

.nav {
  width: 100%;
  height: auto;
  line-height: 50px;
  position: relative;
}

.nav_main.centerBox:after{
  content: '';
  overflow: hidden;
  clear: both;
  display: block;
}

.nav_main_list li {
  position: relative;
  float: left;
  width: 80px;
  margin-right: 40px;
}

.nav_main_list li:first-child {/*首页的宽度*/
  width: 47px !important;
}
.nav_main_list li:last-child {/*12345的宽度*/
  width: 75px !important;
}
.nav_main_list li .nav_item {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.nav_main_list li.active,
.nav_main_list li:hover {
  border-bottom: 3px solid #801e22;
  font-weight: bold;
}

.nav_main_list {
  padding-left: 0em;
  margin: 0 auto -1px auto;
  position: relative;
  z-index: 1;
}

._flx_hr {
  background-color: #bfd3e8;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  margin-top: -1px;
}
.loginuser_two {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #689fd6;
  border-radius: 20px;
  color: #FFFFFF;
}
.loginuser_two a.login_out{
  cursor:pointer;
  display: block;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  position: relative;
  float: right;
  font-size: 16px;
  color: #ffffff;
  border-left: 2px solid #dde4e6;
  transition: none;
}
.loginuser_two a.login_out i{
  display: block;
  background: url(../../images/index/2009271719025967983.png) center center no-repeat;
  width: 15px;
  margin-right: 7px;
  height: 40px;
}
.loginuser_two a.login_out:hover{
  background-color: #0260c0 !important;
  background-image: none;
  border-top: 2px solid #719bbf;
  border-bottom: 2px solid #719bbf;
  line-height: 36px
}
.loginuser_two a.login_out:hover i{
  height:36px;
}
.login_user_acc{
  display:none;
  position: absolute;
  right: 27px;
  top: 40px;
  z-index: 3;
  height: 60px;
  width: 80px;
  text-align: center;
  background-color: #efefef;
  border: 1px solid #b3b3b3;
  border-radius: 5px 5px 10px 10px;
  overflow:hidden;
}
.login_user_acc a{
  display: block;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-radius: inherit;
}
.login_user_acc a:hover{
	  color: #333333;
	  background-color: #d6d6d6;
}
/**主导航区域样式结束**/

/*banner部分的样式（检索框等）*/

.banner_h {
  width: 1200px;
  height: 410px;
  overflow: hidden;
  margin: 0 auto;
}

.banner_h .banner_left_search {
  overflow: hidden;
  position: relative;
  float: left;
  width: 560px;
  height: 180px;
  margin-top: 110px;
}

.banner_right_hotservice {
  width: 517px;
  height: 270px;
  overflow: hidden;
  margin-top: 120px;
}

.banner_h .banner_search_tit {
  font-size: 36px;
  color: #333333;
  font-weight: normal;
  height: 37px;
  line-height: 37px;
}

.head_search {
  position: relative;
  width: 560px;
}

.banner_search_rc {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  height: 25px;
  overflow: hidden;
}

.banner_search_rc * {
  font-size: 16px;
  color: #666666;
}

.banner_search_rc a:hover {
  color: #666666;
}

.banner_search_rc span {
  margin-left: 10px;
  white-space: pre;
}

.magnifier {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin-left: 35px;
  left: 0;
  top: 20px;
  background: url(../../images/index/magnifier_bj.png) center center no-repeat;
}

.search_form {
  display: block;
  width: 560px;
  height: 60px;
  position: relative;
  margin-top: 20px;
}

.search_form input.q {
  width: 500px !important;
  height: 60px !important;
  padding-left: 82px !important;
  position: absolute;
  top: 0px;
  left: 0px;
  border: none;
  outline: none;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 40px;
  font-family: '微软雅黑';
  color: #999;
}

.search_form ._search_submit {
  outline: none;
  width: 100px;
  height: 60px;
  position: absolute;
  line-height: 60px;
    text-align: center;
  top: 0px;
  right: 0px;
  border: none;
  background-color: #297dd3;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
}

.banner_right_hotservice {
  position: relative;
  float: right;
  overflow: hidden;
  width: 520px;
}

.banner_right_hotservice_list {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  padding-left: 0px;
  height:100%;
}

.banner_right_hotservice_list li {
  position: relative;
}

.banner_right_hotservice_list li.hotservice_list_f {
  height: 100%;
  width: 429px;
  overflow: hidden;
  background: url(../../images/index/banner_right_hotservice_list_f.png) repeat;
}

.hotservice_list_f .num {
  width: 83px;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}

.hotservice_list_f .num i {
  float: none;
}

.hotservice_list_f .num i.rmfw_tit {
  display: block;
  width: 100%;
  height: 70%;
  background: url(../../images/index/banner_right_hotservice_list_f_i.png) center center no-repeat;
}

.hotservice_list_f .num i.turn_left {
  display: block;
  width: 100%;
  height: 25%;
  margin-top: 17%;
  background: url(../../images/index/banner_right_hotservice_list_f_bzleft.png) center center no-repeat;
}

.hotservice_list_f .num,
.hotservice_list_f .description {
  position: absolute;
}

.hotservice_list_f .description {
    width: 323px;
    overflow: hidden;
    top: 5%;
    left: 83px;
}

.hotservice_list_f .description ul  {
    padding-left: 0;
    width: 100%;
    border-left: 1px solid #969fa5;
    position:relative;
}

.hotservice_list_f .description ul li {
    height: 18px;
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    margin: 5% auto 5% 12px;
}

.hotservice_list_f .description ul li:last-child {
  margin-bottom: 0;
}

.hotservice_list_f .description ul li i.description_NEW {
  display: inline-block;
  width: 34px;
  height: 15px;
  float: none;
  background: url(../../images/index/banner_right_hotservice_list_f_bzNEW.png) center center no-repeat;
  margin-left: 12px;
}

.hotservice_list_f .description ul li i.description_NEW {
  display: inline-block;
  width: 34px;
  height: 15px;
  float: none;
  //background: url(../../images/index/banner_right_hotservice_list_f_bzNEW.png) center center no-repeat;
  margin-left: 12px;
}
.hotservice_list_f .description ul li i.banner_right_hostser_list_i{
    position: relative;
    float:left;
    display: block;
    width: 11px;
    height: 100%;
    margin-right: 10px;
    background: url(../../images/index/banner_right_hotservice_list_f_bz2right.png) center center no-repeat;
}
.hotservice_list_f .description ul li:first-child{
    width: 40%;
    float: left;
}
.hotservice_list_f .description ul li:first-child a{
    width:75%;
}
.hotservice_list_f .description ul li:first-child + li{
    width: 50%;
    float: left;
}
.hotservice_list_f .description ul li:first-child + li a{
    width:75%;
}
.hotservice_list_f .description ul li:first-child + li +li{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}


.hotservice_list_f .description ul li a{
  width: 246px;
  display: inline-block;
}
.hotservice_list_f .description ul li a,
.hotservice_list_f .description ul li a:hover {
  height: 100%;
  color: #ffffff;   
}

.banner_right_hotservice_list li.hotservice_list_s {
  width: 45px;
  height: 100%;
  overflow: hidden;
  background-color: #efa20c;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  padding-top: 35px;
  cursor: pointer;
}

.banner_right_hotservice_list li.hotservice_list_s a {
  color: #FFFFFF;
}

.banner_right_hotservice_list li.hotservice_list_s i {
  display: block;
  width: 100%;
  height: 62px;
  margin-top: 10px;
  background: url(../../images/index/banner_right_hotservice_list_f_bzright.png) center center no-repeat;
}

.banner_right_hotservice_list li.hotservice_list_t {
  width: 46px;
  height: 100%;
  background-color: #ffffff;
  border-left: 1px solid #ffffff;
  overflow: hidden;
}

.banner_right_hotservice_list li.hotservice_list_t .num3 {
  width: 45px;
  height: 100%;
  background-color: #efa20c;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  padding-top: 35px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.banner_right_hotservice_list li.hotservice_list_t .num3 i {
  display: block;
  width: 100%;
  height: 55px;
  margin-top: 100%;
  background: url(../../images/index/banner_right_hotservice_list_f_bzleft.png) center center no-repeat;
}

.banner_right_hotservice_list li.hotservice_list_t .description3 #_jdcx_iframe {
  width: 296px;
  height: 180px;
  margin: 50px auto 0 70px;
}
/*特色服务开始*/
.bordier {
  width: 100%;
  padding-bottom: 40px;
}

.bordier .bordier_tsfw {
  width: 1200px;
  height: 165px;
  overflow: hidden;
  margin: 30px auto 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px #aeaeae;
  -webkit-box-shadow: 0px 0px 20px #aeaeae;
  -moz-box-shadow: 0px 0px 20px #aeaeae;
  position: relative;
  z-index: 1;
}

.bordier_tsfw .tsfw_titbj {
  display: block;
  width: 102px;
  height: 100%;
  background: url(../../images/index/bordier_tsfw_tit_bj.png) center center no-repeat;
}

.bordier_tsfw .tyfw_list {
  overflow: hidden;
  width: 200px;
  height: 100%;
  margin: 0 0 0 0;
  padding: 25px 20px;
}

.bordier_tsfw .tyfw_list li {
  position: relative;
  float: left;
  width: 160px;
  height: 50px;
  border-top: 2px solid #0b66c2;
  background-color: #f1f2f3;
  margin-right: 15px;
  margin-top: 8px;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
}

.bordier_tsfw .tyfw_list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.bordier_tsfw .tyfw_list li a:hover {
  color: initial;
}

.bordier_tsfw .tyfw_list li a i {
  display: block;
  width: 46px;
  height: 100%;
}

.bordier_tsfw .tyfw_list li:hover {
  background-color: #e8f3ff;
}

.bordier_tsfw .fwyy_marquee {
  width: 1010px;
  overflow: hidden;
  margin-left: 35px
}
.fwyy_marquee .Box_con {
  position: relative;
  height: 165px;
  overflow: hidden;
}

.fwyy_marquee .Box_con .btnl {
  position: absolute;
}

.fwyy_marquee .Box_con .btn {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}

.fwyy_marquee .Box_con .btnl {
  background: url(../../images/index/bodier_tsfw_mar_left.png) no-repeat center;
  left: 0px;
}

.fwyy_marquee .Box_con .btnr {
  background: url(../../images/index/bodier_tsfw_mar_right.png) no-repeat center;
  right: 0px;
}

.fwyy_marquee .Box_con .conbox {
  position: relative;
  overflow: hidden;
  width: 960px;
  margin: 25px auto 0 auto;
}
.conbox ul li a i {
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transition: transform .5s ease-out 0s;
}
.conbox ul li:hover a i{
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.fwyy_marquee .Box_con .conbox ul {
  position: relative;
  list-style: none;
  overflow: hidden;
  margin: 0 0 0 0;
  padding-left: 0;
  height: 117px;
}

.fwyy_marquee .Box_con .conbox ul li {
  float: left;
  width: 117px;
  margin-left: 3px;
  overflow: hidden;
  cursor: pointer;
}

.fwyy_marquee .Box_con .conbox ul li a span {
  font-size: 16px;
  color: #333333;
  text-align: center;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fwyy_marquee .Box_con .conbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.fwyy_marquee .Box_con .conbox ul li:first-child {
  margin-left: 0;
}

.fwyy_marquee .Box_con .conbox ul li a i {
  display: block;
  width: 100%;
  height: 93px;
}

.fwyy_marquee .BoxSwitch {
  margin-top: 30px;
  text-align: center;
}

.fwyy_marquee .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}

.fwyy_marquee .BoxSwitch span.cur {
  background: red;
}
/*特色服务结束*/
/*主体集成服务样式开始*/
.bordier_ztjcfw {
  width: 1200px;
  margin: 35px auto 40px auto;
  height: auto;
  overflow:hidden;
}

.bordier_ztjcfw_tit {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.bordier_ztjcfw_left {
  position: relative;
  width: 382px;
  float: left;
}

.bordier_ztjcfw_right {
    position: relative;
    width: 798px;
    float: right;
    height: auto;
}


.bordier_ztjcfw_left_highfw {
  width: 382px;
  height: 354px;
  border: 1px solid #e5e5e5;
  background: url(../../images/index/bordier_ztjcfw_left_bj.png) no-repeat;
  background-color: #f6faff;
}

.bordier_ztjcfw_highfw_tit {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin-top: 23px;
}

.bordier_ztjcfw_left_highfw_list {
  margin: 0 0 0 0;
  padding-left: 0;
}

.bordier_ztjcfw_left_highfw_list li {
  font-size: 16px;
  color: #333333;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
  padding-left: 34px;
  padding-right: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bordier_ztjcfw_left_highfw_list li a:hover {
  color: #0260c0;
}

.bordier_ztjcfw_left_highfw_list li a i._Hot {
  display: inline-block;
  width: 36px;
  height: 19px;
  float: none;
  background: url(../../images/index/bordier_ztjcfw_left_highfw_list_hot.png) center center no-repeat;
  margin-left: 5px;
}


.bordier_ztjcfw_left_highfw div._highfw_list_ll {
  display: none;
  position: absolute;
  width: 350px;
  height: auto;
  border-radius: 15px;
  left: 18px;
  margin-top: 20px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 0px 10px #dedede;
  -webkit-box-shadow: 0px 0px 10px #dedede;
  box-shadow: 0px 0px 10px #dedede;
  padding: 0px 38px 20px 0;
  z-index: 1000;
}

.bordier_ztjcfw_left_highfw div._highfw_list_ll ._highfw_list_ll_sanjiao {
  background: url(../../images/index/bordier_ztjcfw_left_list_bj_i.png) no-repeat;
  float: none;
  position: absolute;
  top: -16px;
  left: 15%;
  width: 19px;
  height: 16px;
}


.bordier_ztjcfw_left_highfw div._highfw_list_ll a {
  position: relative;
  float: left;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 20px auto 0 40px;
}

.bordier_ztjcfw_left_highfw div._highfw_list_ll a:hover {
  color: #0260c0;
}
.bordier_ztjcfw_right > ul{
    height: auto;
    width: 100%;
    padding-left: 0px;
    margin: 0 0 0 0;
    text-align: center;
}
.bordier_ztjcfw_right > ul > li{
    display: inline-block;
    width: 250px;
    margin-right: 15px;
    background-color: #fafcff;
    text-align: left;
}
.bordier_ztjcfw_right > ul > li:last-child{
    margin-right:0px;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nktop{
    width: 100%;
    height:108px;
    cursor: pointer;
    padding: 20px;
}
.bordier_ztjcfw_right > ul > li:first-child > div.ztjcfw_nktop{
    background: url(../../images/index/bst_sqjytc.png) bottom right no-repeat;
    background-color: #e7f3ff;
}
.bordier_ztjcfw_right > ul > li:first-child > div.ztjcfw_nktop:hover{
    background-color: #e6f3ff;
}
.bordier_ztjcfw_right > ul > li:first-child + li > div.ztjcfw_nktop{
    background: url(../../images/index/bst_msyjs.png) bottom right no-repeat;
    background-color: #e1fbf4;
}
.bordier_ztjcfw_right > ul > li:first-child + li > div.ztjcfw_nktop:hover{
    background-color: #e0fdf5;
}
.bordier_ztjcfw_right > ul > li:first-child + li +li> div.ztjcfw_nktop{
    background: url(../../images/index/bst_zzlb.png) bottom right no-repeat;
    background-color: #e1fcff;
}
.bordier_ztjcfw_right > ul > li:first-child + li +li> div.ztjcfw_nktop:hover{
    background-color: #e0fcff;
}

.bordier_ztjcfw_right > ul > li > div.ztjcfw_nktop h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
    color: #4268bb;
    margin: 0;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nktop span{
    font-size: 14px;
    width: 225px;
    line-height: 26px;
    color: #4268bb;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nkbottom{
    height: 157px;
    overflow: hidden;
    padding-top: 0px;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nkbottom > span{
    background: url(../../images/index/title_bg.png) center center no-repeat;
    display: block;
    height: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nkbottom > ul{
    width:100%;
    padding:0 10px;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nkbottom > ul li{
    background: url(../../images/index/bst_liinsided.png) center left no-repeat;
    padding-left: 30px;
    width: 100%;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
}
.bordier_ztjcfw_right > ul > li > div.ztjcfw_nkbottom > ul li:hover a{
    cursor: pointer;
    color: #333;
    text-decoration: underline;
}


._highfw_list_ll:hover{
  display: block;
}

._highfw_list_ll:before {
    content: '\25B2';
    float: none;
    position: absolute;
    color: #FFFFFF;
    top: -16px;
    left: 15%;
    width: 100%;
    background-color: transparent;
    height: 15px;
}

.Showdiv {
  display: block !important;
}
/*主题集成服务样式结束*/
/*电子证书样式开始*/
.bordier .bordier_dzzz {
width: 1200px;
margin: 30px auto 30px auto;
height: 172px;
}

.bordier .bordier_dzzz .bordier_dzzz_tit {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.bordier .bordier_dzzz .bordier_dzzz_list li span{
  display: block;
  width: 23px;
  height: 100%;
  position: relative;
  float: right;
}



.bordier .bordier_tzgcjsxm{
  position: relative;
    float: left;
    width: 384px;
    height: 133px;
  margin-right: 20px;
}
.bordier .bordier_tzgcjsxm_tit{
  font-size: 24px;
    color: #333333;
    font-weight: bold;
	margin-bottom: 10px;
}
.bordier_tzgcjsxm ul{
  padding-left: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    height: 100%;
    background: url(../../images/index/bodier_tzgcjs_bj.png) center center no-repeat;
}

.bordier_tzgcjsxm ul li{
  position: relative;
  float: left;
  width: 192px;
  height: 100%;
  cursor: pointer;
}

.bordier_tzgcjsxm ul li:first-child:hover{
  background: url(../../images/index/bodier_tzgcjs_tzxmdlx_bj.png) 100% 100% no-repeat;
}
.bordier_tzgcjsxm ul li:first-child + li:hover{
  background: url(../../images/index/bodier_tzgcjs_gcjsxmsp_bj.png) 100% 100% no-repeat;
}
.bordier_tzgcjsxm ul li span{
  display: block;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.bordier_tzgcjsxm ul li:hover span{
  color: #FFFFFF;
}


.bordier_tzgcjsxm ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.bordier_tzgcjsxm ul li i.bordier_tzgcxm_jsxmzq_i{
  display: block;
    width: 100%;
    float: none;
    height: 70px;
}
.bordier_tzgcjsxm ul li:first-child i.bordier_tzgcxm_jsxmzq_i{
  background: url(../../images/index/bodier_tzgcjs_tzxmdlx_i_nofucs.png) bottom center no-repeat;
}
.bordier_tzgcjsxm ul li:first-child:hover i{
  background: url(../../images/index/bodier_tzgcjs_tzxmdlx_i.png) bottom center no-repeat;
}
.bordier_tzgcjsxm ul li:first-child + li i.bordier_tzgcxm_jsxmzq_i{
  background: url(../../images/index/bodier_tzgcjs_gcjsxmsp_i_nofocus.png) bottom center no-repeat;
}
.bordier_tzgcjsxm ul li:first-child + li:hover i{
  background: url(../../images/index/bodier_tzgcjs_gcjsxmsp_i.png) bottom center no-repeat;
  
}


.bordier_dzzz_left {
  width: 383px;
  height: 133px;
}

.bordier_dzzz_left ul {
  margin: 0 0 0 0;
  padding-left: 0;
  overflow: hidden;
}

.bordier_dzzz_left ul li {
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}

.bordier_dzzz_left ul li i {
  display: block;
  width: 40px;
  height: 100%;
  position: relative;
  float: left;
  margin: 0 30px 0 10%;
}

.bordier_dzzz_left ul li span {
  display: block;
  position: relative;
  float: right;
  width: 23px;
  height: 100%;
  background: url(../../images/index/bodier_dzzz_more.png) center center no-repeat;
  margin-right: 60px;
}

.bordier_dzzz_right {
    width: 383px;
    height: 133px;
    overflow: hidden;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px 0 20px;
    position: relative;
    margin-left: 30px;
}

.bordier_dzzz_right ul {
  margin: 0 0 0 0;
  padding-left: 0;
  overflow: hidden;
}

.bordier_dzzz_right ul li {
  font-weight: normal;
    position: relative;
    float: left;
    width: 117px;
    list-style-image: url(../../images/index/bodier_dzzz_right_list.png);
    list-style-position: inside;
    text-align: left;
}

.bordier_dzzz_right ul li a {
  color: inherit;
}

.bordier_dzzz_right h2 {
  height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 0;
}
.bordier_dzzz_right h2 span{
  display: block;
    width: 173px;
    float: left;
    line-height: 35px;
}
.bordier_dzzz_right h2 i {
  display: block;
    width: 40px;
    height: 33px;
    margin-right: 30px;
    margin-left: 35px;
}

.bordier_dzzz_right span.bordier_dzzz_right_bz {
    display: none;
    position: absolute;
    width: 23px;
    height: 25px;
    right: 20px;
    bottom: 40px;
    background: url(../../images/index/bodier_dzzz_more.png) center center no-repeat;
    float: right;
}
          
          
/*电子证书样式结束*/
/*跨区域通办开始*/
.bordier .bordier_kqytb {
  width: 100%;
  overflow: hidden;
  background-color: #f7f1eb;
}

.bordier .bordier_kqytb .bordier_kqytb_nk {
  width: 1200px;
  margin: 0 auto;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_tit {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 30px;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_tit span {
  font-size: 16px;
  color: #666666;
  margin-left: 187px;
  font-weight: normal;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list {
  width: 100%;
  height: 335px;
  margin-top: 20px;
  position: relative;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft {
  width: 789px;
  height: 315px;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  box-shadow: 0px 0px 20px #aeaeae;
  -webkit-box-shadow: 0px 0px 20px #aeaeae;
  -moz-box-shadow: 0px 0px 20px #aeaeae;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_tit {
  width: 100%;
  height: 48px;
  font-size: 22px;
  color: #ffffff;
  line-height: 48px;
  font-weight: bold;
  text-indent: 25px;
  background: url(../../images/index/bordier_kqytb_list_left_tit_bj.png) no-repeat;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy {
  margin: 0 0 0 0;
  padding: 0 30px;
  overflow: hidden;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy li {
  position: relative;
  float: left;
  width: 243px;
  font-size: 16px;
  color: #333333;
  height: 17px;
  line-height: 17px;
  margin-top: 25px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy li a{
  transition: none !important;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy li i {
  display: block;
  height: 100%;
  width: 2px;
  background: url(../../images/index/bordier_kqytb_list_left_sy_i.png) center center no-repeat;
  margin-right: 6px;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy li a:hover {
  color: #0260c0;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy li a:hover i {
  background: url(../../images/index/bordier_kqytb_list_left_syfocus_i.png) center center no-repeat;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listleft .bordier_kqytb_listleft_sy_more {
  display: block;
  width: 57px;
  height: 27px;
  font-size: 14px;
  color: #0260c0;
  margin: 23px auto 0 auto;
  line-height: 27px;
  border-bottom: 1px solid #0260c0;
}

.bordier_kqytb_listright_fw_more {
  display: block;
  width: 68px;
  height: 20px;
  font-size: 16px;
  color: #0260c0;
  margin: 23px auto 0 auto;
  line-height: 20px;
  margin-top: 38px;
  
}

.bordier_kqytb_listright_fw_more:hover {
  color: #0260c0;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listright {
  position: absolute;
  z-index: 0;
  right: 0;
  width: 410px;
  height: 270px;
  margin-top: 23px;
  background: url(../../images/index/bordier_kqytb_list_right_bj.png) center right no-repeat;
  box-shadow: 0px 0px 14px #aeaeae;
  -webkit-box-shadow: 0px 0px 14px #aeaeae;
  -moz-box-shadow: 0px 0px 14px #aeaeae;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listright .bordier_kqytb_listright_tit {
  font-size: 22px;
  color: #666666;
  font-weight: bold;
  text-align: center;
  line-height: 33px;
  margin-top: 40px;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listright .bordier_kqytb_listright_fwfl {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 70px;
  text-align: center;
}

.bordier .bordier_kqytb .bordier_kqytb_nk .bordier_kqytb_list .bordier_kqytb_listright .bordier_kqytb_listright_fwfl a {
  display: inline-block;
  width: 80px;
  height: 30px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: url(../../images/index/bordier_kqytb_list_right_fwfl_bj.png) center center no-repeat;
  margin-right: 10px;
}
/*跨区域通办结束*/
/*个人法人热门服务开始*/
.bordier .bordier_grfrfw {
  width: 1200px;
  margin: 0 auto;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk {
  margin: 30px 0;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk ul {
  margin: 0 0 0 0;
  padding-left: 0;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_tit {
  overflow: hidden;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_tit li {
  color: #ffffff;
  background-color:#297DD4;
  height: 70px;
  font-size: 24px;
  width: 33%;
  color: #ffffff;
  position: relative;
  float: left;
  margin-top: 20px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_tit li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_tit li a:hover {
  color: inherit;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_tit .grfrfw_ac {
  border-top: 4px solid #f6c725;
  color: #333333;
  background-color: #ffffff;
  height: 90px;
  line-height: 90px;
  margin-top: 0;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list li {
  position: relative;
  float: left;
  width: 276px;
  height: auto;
  margin: 15px 12px;
  box-shadow: 0px 0px 10px #aeaeae;
  -webkit-box-shadow: 0px 0px 10px #aeaeae;
  -moz-box-shadow: 0px 0px 10px #aeaeae;
  background-color: #f1f2f3;
  cursor: pointer;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list {
  padding: 15px 0;
  overflow: hidden;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list li:hover {
  background-color: #ffffff;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li span {
  display: block;
  overflow: hidden;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li span:first-child {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 33px;
}
.bordier_grfrfw_list_grtit{
  text-align: center;
  line-height: 33px;
    /* height: 33px; */
  display:block;
  overflow: hidden;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li .bordier_grfrfw_list_grtit i {
  display: inline-block;
  position: relative;
  float: none;
  width: 48px;
  height: 33px;
}

.bordier_grfrfw_list_grtit ._grfrfw_list_gr_tle{
  display: inline-block !important;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li span:first-child+span {
  margin-top: 20px;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li span:first-child+span,
.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li span:first-child+span * {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  text-align: center;
}

.bordier .bordier_grfrfw .bordier_grfrfw_nk .bordier_grfrfw_list a li span:first-child+span a:hover {
  color: #000000;
}
.bordier_grfrfw_list_grcon{
  display: block;
  margin-top: 5px !important;
  text-align: center;
}
.bordier_grfrfw_list_grcon object{
  margin-right: 10px !important;
}
.bordier_grfrfw_list_grcon object a{
  display: inline-block !important;
  text-align: center;
  cursor: pointer;
  color: #777676;
  width: 100%;
}
.bordier_grfrfw_list_grcon object a:hover{
  color: #171717!important;
}
/*个人法人热门服务结束*/
/*统一好差评开始*/
.bordier .bordier_tyhcp {
  width: 100%;
  background: url(../../images/index/bordier_tyhcp_bj.png) center center no-repeat;
  height: 410px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left {
  position: relative;
  float: left;
  width: 770px;
  height: 379px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right {
  position: relative;
  float: left;
  width: 429px;
  height: 379px;
  margin-top: 31px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_wypj {
  width: 315px;
  overflow: hidden;
  padding: 0 10px 0 20px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_wypj .bordier_tyhcp_left_wypj_tit {
  font-weight: bold;
  color: #ffffff;
  font-size: 26px;
  margin-top: 46px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_wypj .bordier_tyhcp_left_wypj_content {
  color: #ffffff;
  font-size: 14px;
  margin-top: 40px;
  display: block;
  line-height: 32px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_wypj .bordier_tyhcp_left_wypj_button {
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 116px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-color: #6ab4ff;
  margin-top: 40px;
  box-shadow: 0px 0px 10px #aeaeae;
  -webkit-box-shadow: 0px 0px 10px #aeaeae;
  -moz-box-shadow: 0px 0px 10px #aeaeae;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_aniu {
  margin: 0 0 0 0;
  padding-left: 0;
  padding-top: 30px;
  width: 435px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_aniu li {
  width: 145px;
  height: 100px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  float: left;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_aniu li i {
  display: block;
  width: 100%;
  height: 65px;
  margin-bottom: 20px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_left .bordier_tyhcp_left_aniu li span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 12px;
  height: 16px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx {
  margin: 40px 0 0 0;
  padding-left: 20px;
  overflow: hidden;
  width: 100%;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx li {
  width: 429px;
  padding: 15px 40px;
  position: relative;
  height: 94px;
  border-bottom: 1px solid #88a3b6;
  overflow: hidden;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx li span {
  display: block;
  width: 125px;
  text-align: center;
  color: #ffffff;
  position:relative;
  float: left;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx li span:first-child {
  font-size: 20px;
  line-height: 60px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx li span:first-child+span {
  line-height: 60px;
  font-size: 20px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx li span:first-child+span em {
  font-style: normal;
  font-size: 35px;
}

.bordier .bordier_tyhcp .bordier_tyhcp_nk .bordier_tyhcp_right .bordier_tyhcp_right_pjfx li:last-child {
  border-bottom: none;
}

/*统一好差评结束*/
/*疫情防控专区开始*/
.bordier .bordier_yqfkzq {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_tit {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 72px;
  height: 72px;
  overflow: hidden;
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_more {
  position: relative;
  float: right;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_list {
  margin: 0 0 0 0;
  padding-left: 0;
  overflow: hidden;
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_list li {
  width: 278px;
  height: 187px;
  position: relative;
  float: left;
  margin-right: 28px;
  padding: 25px;
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_list a:last-child li {
  margin-right: 0;
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_list a li h1 {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff
}

.bordier .bordier_yqfkzq .bordier_yqfkzq_list a li span {
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin-top: 13px;
}
/*疫情防控专区结束*/

/* 新的跨区域通办样式 */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '020';
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
/* 跨省通办专区 */
.hth_kstbzq{
    float: left;
    width: 380px;
    height: 310px;
    
}
.hth_kstbzq .hth_kstbzq_title{
    width: 100%;
    height: 50px;
    background: url(../../images/index/mkstb.png) no-repeat;
    padding: 0px 20px;
}
.hth_kstbzq .hth_kstbzq_title .span1{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.hth_kstbzq .hth_kstbzq_title .span2{
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    
    color: #FFFFFF;
}
.hth_kstbzq .hth_kstbzq_list{
    width: 100%;
    height: 260px;
    padding: 20px;
    background: #FFFFFF;
    margin-top: 0px;
}
.hth_kstbzq .hth_kstbzq_list .li1{
    width: 100%;
    height: 100px;
    background: url(../../images/index/ksshixiang.png) no-repeat;
}

.hth_kstbzq .hth_kstbzq_list .li2{
    width: 100%;
    height: 100px;
    background: url(../../images/index/ksyingyong.png) no-repeat;
    margin-top: 20px;
}
.hth_kstbzq .hth_kstbzq_list li .li_list1{
    
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
    margin-left: 80px;
}
.hth_kstbzq .hth_kstbzq_list li .li_list2{
    
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    padding-top: 25px;
    margin-left: 90px;
    
    
}
.hth_kstbzq .hth_kstbzq_list li .li_list2 a{
    color: #0260c0;
}
/* 全省通办事项 */
.hth_qstbsx{
    float: left;
    width: 380px;
    height: 310px;
    background: #FFFFFF;
    margin-left: 25px;
}
.hth_qstbsx .hth_qstbsx_title{
    width: 100%;
    height: 50px;
    background: url(../../images/index/mqstb.png) no-repeat;
    padding: 0px 20px;
}
.hth_qstbsx .hth_qstbsx_title .span1{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
.hth_qstbsx .hth_qstbsx_title .span2{
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    
    color: #FFFFFF;
}

.hth_qstbsx .hth_qstbsx_list1{
    padding: 0px 20px;
    width: 100%;
    height: 30px;
    margin-top: 15px;
}
.hth_qstbsx .hth_qstbsx_list1 li{
    float: left;
    width: 90px;
    height: 30px;
    margin-left: 15px;
}
.hth_qstbsx .hth_qstbsx_list1 li:first-child{
    margin-left: 0px;
}
.hth_qstbsx .hth_qstbsx_list1 li a{
    display: block;
    width: 90px;
    height: 30px;
    background: #d6eafe;
    letter-spacing: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.hth_on{
    background: #0084bb!important;
    color: #FFFFFF!important;
}
.hth_qstbsx .hth_qstbsx_list2{
    padding: 0px 20px;
    width: 100%;
    height: 200px;
    
    margin-top: 15px;
}
.hth_qstbsx .hth_qstbsx_list2 .hth_qstbsx_list2_ul{
    padding-left: 0px;
    width: 100%;
    height: 200px;
}
.hth_qstbsx .hth_qstbsx_list2 .hth_qstbsx_list2_ul li{
    width: 100%;
    height: 30px;
}
.hth_qstbsx .hth_qstbsx_list2 .hth_qstbsx_list2_ul li a{
    display: block;
    width: 99%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;   
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    background: url(../../images/index/hth_dian.png) no-repeat 0px center;
}
.hth_qstbsx .hth_qstbsx_list2 .hth_qstbsx_list2_ul li a:hover{
    color: #0260c0;
}
.hth_qstbsx .hth_qstbsx_list2 .hth_qstbsx_list2_ul .hth_ckgd{
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #0260c0;
    font-size: 16px;
    margin-top: 10px;
}





/* 京津冀专区 */
.hth_jjjzq{
    float: left;
    width: 380px;
    height: 310px;
    background: url(../../images/index/bordier_kqytb_list_right_bj.png) center right no-repeat;
    margin-left: 25px;
}
.hth_jjjzq .hth_jjjzq_title{
    font-size: 22px;
    font-weight: bold;
    background: url(../../images/index/mkstb.png) no-repeat;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    padding: 0px 20px;
}
.hth_jjjzq .hth_jjjzq_list{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 60px;
    text-align: center;
    padding: 0px 20px;
    margin-left: -20px;
}
.hth_jjjzq .hth_jjjzq_list a{
    display: inline-block;
    width: 80px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    background: url(../../images/index/bordier_kqytb_list_right_fwfl_bj.png) center center no-repeat;
    margin-left: 35px;
    margin-top: 30px;
}

.bordier_grfrfw_list_grtit a i{
  display: inline-block;
    position: relative;
    width: 48px;
    height: 33px;
    margin-left: 80px;
    margin-top: 20px;
}
.bordier_grfrfw_list_grtit a i span{
  font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 33px;
    margin-top: 20px;
}

/*临时报名专题样式时间持续至9月*/
.special_topic {
    width: 1200px;
    height: 165px;
    overflow: hidden;
    margin: 60px auto 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #aeaeae;
    -webkit-box-shadow: 0px 0px 20px #aeaeae;
    -moz-box-shadow: 0px 0px 20px #aeaeae;
    position: relative;
    z-index: 1;
}

.special_topic a {
    background: url(../../images/index/2203181748450955933.png?v=1.0) center center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
	background-size: 100%;
}
/*临时报名专题样式时间持续至9月*/
/* 学校 */
.hot_school {
								margin-bottom: 40px;
								margin-top: 40px;
							}

							.hot_school .l_title {
								width: 330px;
								height: 44px;
								line-height: 44px;
								border-bottom: 2px solid #f60;
								width: 100%;
							}

							.hot_school .l_title .left_title {
								font-size: 20px;
								color: #000;
								position: relative;
								padding-left: 12px;
								width: 330px;
								float: left;
								font-weight: 700
							}

							.hot_school .l_title .left_title:before {
								content: "";
								display: block;
								position: absolute;
								width: 2px;
								height: 18px;
								background: #f60;
								top: 50%;
								margin-top: -9px;
								left: 0
							}

							.hot_school .l_title .right_tab {
								margin-left: 10px;
								float: left;
								width: 820px
							}

							.hot_school .l_title .right_tab .hot_school_tab {
								float: left;
								font-size: 18px;
								color: #000;
								margin-right: 32px;
								cursor: pointer;
								font-weight: 700
							}

							.hot_school .l_title .right_tab .hot_school_tab.active {
								color: #f60
							}

							.hot_school .l_title .change_group {
								float: right;
								color: #f60;
								font-size: 14px;
								text-align: right;
								cursor: pointer;
								width: 68px;
								height: 44px;
								position: relative;
								text-align: left;
								-webkit-user-select: none;
								-ms-user-select: none;
								user-select: none
							}

							.hot_school .l_title .change_group i {
								display: inline-block;
								width: 16px;
								height: 13px;
								background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAaCAYAAADWm14/AAADS0lEQVRIS73WXYjUZRTH8c8ZV8ylV8J8IagwCqOiqKTwppIogjIMC40oQmdmV0zWCgyKll4IwcwybeeP0U0k1UUpRV70Kt3ZC3RRhGhZmVEWdtFW6848Mf9mZXVndnYd6H875/k93/Ob85xzwiS+1ONqNcsk84VzcJrksPCz5DMFO9W8G5nBicpGu8DUr+CgxVgjueaY+FCTFI7TOCRscIrnY70/2+mPC5BWOdWQbZKbc6HwHQaE3abYa4Yf/KLbsLOFa7FYckMj9hthaQz4YjyIlgCp1/mG7cA87FfQ53o74g7V8QRT2eWSTZIFwj+4LSp2tjrTFCCtMsOQLyWzhA8kd0bmUDs7R35Pr5vifU9IHsbfwo1RsavZ+eYAJTsktwhvWmhJu6xbgaWix9AvHDDdxbHR4eNjxwCksnvVvJzb3u2yZocm6kQ9Lo0kw9bIrGgP0K/LQbfi+6j4dDKXNYtNq830l32YquC8GHBgdFzbZ9gpQO5C0XO4X3gyKh79/wF6XKGau7k7MvNbAuTV+5ELYouvO8089TgDl+Y6Sb1lvYNpprgJR1RVI/PJ0b8gv/w9r+F2YW1UrOsEIpXdp+allhphWDg3B2i021ckS48eCA9FxfqOIEqekawZo1G/PFkWmTci1e0p5c/unjGBBWtiwLMdQmyUrB6lURXuikrutkhFW9AzjlXLozKOlROgSyUvSFbmlZDcHZlXR47VAdYJsxrFsgBzRd4264On/u3qGOA/lx/Ensi81foVlJXUDODFyPROILmOQ45pRKnsLDU/YtBUc2Oz3zq+oY3A2FlQslnKs69EptwpQD6eT/Jtq5kyFqBoNr7C6eiLzMYThUi9rlL1sSTpcmWzBtdqHC+S8mKpl8+KEynC1Guear5L1Av8qcg80iyR1htR0QNY33g6j5vj6eg3NBE3UklRyvtHt/C22RZFv9qkAPIOWbRc5G94mrAHGyTbIvPH8WKpz3SDlqB8dHmtL6fJ2sgcaQXedhynkouwddRGXN8JP8de4XfJzHpPx4WSkxsX/ST0RsX2do61BRgRSEXXYSUWNgp0jAnCh8IWs2yPfsPtLs9b8USCRsc0RvYlquYIZ0p+1WWfgv2xKd+CJ/X9Czm9FazO5CrrAAAAAElFTkSuQmCC);
								position: absolute;
								right: 0;
								top: 50%;
								margin-top: -6px;
								transition: all .4s;
								-webkit-transform-origin: center;
								transform-origin: center;
								background-size: cover
							}

							.hot_school .l_title .change_group:hover i {
								-webkit-transform: rotate(180deg);
								transform: rotate(180deg)
							}

							.hot_school .hot_school_box .left {
								float: left;
								width: 330px;
								height: 360px;
								background: #ffeaea;
								text-align: center;
								padding-top: 28px;
								cursor: pointer
							}

							.hot_school .hot_school_box .left h3 {
								font-size: 24px;
								color: #fff;
								margin-bottom: 20px;
								overflow: hidden;
								text-overflow: ellipsis;
								white-space: nowrap;
								transition: all .4s;
								padding: 0 10px;
								font-weight: 700
							}

							.hot_school .hot_school_box .left .tag {
								margin-bottom: 54px
							}

							.hot_school .hot_school_box .left .tag span {
								display: inline-block;
								padding: 4px 5px;
								margin-right: 10px;
								border-radius: 4px;
								border: 1px solid hsla(0, 0%, 100%, .4);
								color: #fff
							}

							.hot_school .hot_school_box .left .tag span:last-child {
								margin: 0
							}

							.hot_school .hot_school_box .left .tuijian {
								width: 195px;
								height: 159px;
								position: relative;
								margin: 0 auto
							}

							.hot_school .hot_school_box .left .tuijian .school_tuijian {
								width: 170px;
								height: 187px;
								background: #fff;
								position: absolute;
								top: 50%;
								left: 50%;
								-webkit-transform: translate(-50%, -50%);
								transform: translate(-50%, -50%)
							}

							.hot_school .hot_school_box .left .tuijian .school_tuijian .school_img {
								height: 100%;
								position: relative
							}

							.hot_school .hot_school_box .left .tuijian .school_tuijian .school_img img {
								width: 128px;
								height: 128px;
								position: absolute;
								top: 50%;
								left: 50%;
								-webkit-transform: translate(-50%, -50%);
								transform: translate(-50%, -50%)
							}

							.hot_school .hot_school_box .left .tuijian .school_tuijian .school_img p {
								color: #999
							}

							.hot_school .hot_school_box .left .tuijian .school_tuijian .school_img p i {
								display: inline-block;
								width: 5px;
								height: 9px;
								background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAAoklEQVQoU43SsQ0CMQwFUPsaZqOlp4wLdDRQMAUVXBEzABWiSwkbMEX2+OgiOOlIHOL6+cuyPlPj8OhU9UpEDxG5WHsJeu9vRLTquq53zg0lnGAIYRFjvANYWjjBFjzBf3gGaziDFi7CAl6b8PPfAcCGiA4mVNUTgJ6ZzyKyLcJfNKZnsIQyaKEZrKEJquoRwO57uFkK7/2LmZ8isq/WrKW7b6OXhYE4bznBAAAAAElFTkSuQmCC);
								background-size: cover;
								margin-left: 11px
							}

							.hot_school .hot_school_box .right {
								float: right;
								width: 820px;
								height: 350px;
								margin: 10px 0 0 10px
							}

							.hot_school .hot_school_box .right .school_item {
								background: #fff;
								cursor: pointer;
								float: left;
								width: 32.4%;
								height: 110px;
								overflow: hidden;
								margin-right: 1.4%;
								margin-bottom: 10px;
								position: relative;
								transition: all .2s linear;
								top: 0;
								box-shadow: 0 0 15px #e6e6e6
							}

							.hot_school .hot_school_box .right .school_item img {
								width: 65px;
								height: 65px;
								position: absolute;
								left: 15px;
								top: 50%;
								-webkit-transform: translateY(-50%);
								transform: translateY(-50%)
							}

							.hot_school .hot_school_box .right .school_item .school_msg {
								margin-left: 100px;
								margin-top: 21px;
								padding-right: 16px
							}

							.hot_school .hot_school_box .right .school_item .school_msg h3 {
								color: #000;
								font-size: 16px;
								margin-bottom: 23px;
								overflow: hidden;
								text-overflow: ellipsis;
								white-space: nowrap;
								transition: all .4s;
								font-weight: 700
							}

							.hot_school .hot_school_box .right .school_item .school_msg .check_btn span {
								float: left;
								font-size: 12px;
								color: #999
							}

							.hot_school .hot_school_box .right .school_item .school_msg .check_btn .school_class {
								display: inline-block;
								padding: 0 6px;
								border: 1px solid #eee
							}

							.hot_school .hot_school_box .right .school_item .school_msg .check_btn span+span {
								margin-right: 12px;
								float: right;
								display: flex;
								justify-content: center;
								align-items: center
							}

							.hot_school .hot_school_box .right .school_item .school_msg .check_btn span+span i {
								display: inline-block;
								width: 5px;
								height: 9px;
								background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAAAoklEQVQoU43SsQ0CMQwFUPsaZqOlp4wLdDRQMAUVXBEzABWiSwkbMEX2+OgiOOlIHOL6+cuyPlPj8OhU9UpEDxG5WHsJeu9vRLTquq53zg0lnGAIYRFjvANYWjjBFjzBf3gGaziDFi7CAl6b8PPfAcCGiA4mVNUTgJ6ZzyKyLcJfNKZnsIQyaKEZrKEJquoRwO57uFkK7/2LmZ8isq/WrKW7b6OXhYE4bznBAAAAAElFTkSuQmCC);
								background-size: cover;
								margin: 0 0 0 5px
							}

							.hot_school .hot_school_box .right .school_item:nth-child(3n+3) {
								margin-right: 0
							}

							.hot_school .hot_school_box .right .school_item:hover {
								top: -2px;
								box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
							}

							.hot_school .hot_school_box .right .school_item:hover h3 {
								color: #f60
							}


/* 大数据 */
.home9 .block{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center; position:relative;}
.home9 .title{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;text-align:left;max-width:50px;}
.home9 .title .fz40{font-size: 32px;writing-mode: vertical-lr;}
.home9 .title .more{writing-mode:tb-lr;writing-mode:vertical-lr;font-size:14px;margin-top:150px;color: #029cfe;}
.home9 .title .more i{margin-bottom:20px;margin-right:0;}
.home9 .list{display:-ms-flexbox;display:flex;margin-left:170px;-ms-flex:1;flex:1;height:650px;flex-wrap: wrap;}
.home9 .item{margin-left:20px;height:300px;width: 18%; color:#fff;position:relative;overflow:hidden;cursor: pointer;transition:all 1s ease-out 0s;transform:translateY(-80px);opacity:0;}
.home9 .item:nth-child(1),.home9 .item:nth-child(6){margin-left:0;}
.home9 .item:nth-child(1){transform:translateY(-50px);}
.home9 .item:nth-child(2){transform:translateY(50px);}
.home9 .item:nth-child(3){transform:translateY(-50px);}
.home9 .item:nth-child(4){transform:translateY(50px);}
.home9.showdiv .item{transform:none;opacity:1;}
.home9 .item .pic{height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;transition:all 0.6s ease-out 0s;}
.home9 .item:hover .pic{transform:scale(1.1);}
/* .home9 .item .tit{position:absolute;left:20px;bottom:-5px;} */
.home9 .item .tit .h{font-size:22px;text-align: center;margin-top: 270px;}
.home9 .item .tit .p{margin-left:10px;}
.home9 .item .more1{position:absolute;right:30px;bottom:0px;writing-mode:tb-lr;writing-mode:vertical-lr;text-align: center;left: auto;top: auto;width: auto;height: auto;}
.home9 .item .more1:after{content:"";border-left:1px solid #fff;display: inline-block;height:40px;margin-top:8px;}
.home9 .item a{position:absolute;left:0;top:0;width:100%;height:100%;}
.home9 .btns{text-align:center;margin-top:30px;}
.home9 .list .inner{position: relative;flex-grow:2;}
				

/*通知*/
.bordier_ztjcfw_left_highfw {
	height: 265px !important;
	background: url(../../images/index/2107150937391782421.png) no-repeat !important;
	margin-top: 20px !important;
}

.bordier_ztjcfw_left_highfw_list li {
	line-height: 25px !important;
	margin-top: 12px !important;
}

/* 搜索 */
.autocomplete-suggestions {
	width: 500px;
	background-color: rgb(242, 242, 242);
	overflow: hidden;
}

.autocomplete-suggestions .autocomplete-suggestion {
	padding: 5px 10px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion:hover {
	background-color: #dddddd;
}