﻿*{
	margin: 0;
	padding: 0;
}
*, :after, :before{
	box-sizing: border-box;
}
body{
    font-size: 14px;
    font-variant: tabular-nums;
    color: rgba(0,0,0,.65);
    background-color: #fff;
}
html,body{
    font-family:Arial,Helvetica,sans-serif,MicrosoftYaHei;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color:transparent;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,
a:hover,
a:focus,
a:active{
    text-decoration: none;
    transition: initial;
}
.mt30{
    margin-bottom: 30px;
}
.mt60{
    margin-bottom: 60px;
}

.back_to_top{
	position: fixed;
    bottom: 50px;
    right: 100px;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

/* 固定头部样式 */
.navBarWrap{
    position: fixed !important;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1) !important;
    height: 92px !important;
}

.top{
    top: 72px !important;
}

.animated.delay-01s {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
  
.animated.delay-02s {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
  
.animated.delay-03s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
  
.animated.delay-04s {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
  
.animated.delay-05s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.animated.delay-06s {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.animated.delay-07s {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.animated.delay-08s {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.ant-carousel .slick-dots li button{
    width: 32px;
    height: 4px;
}

/* a-steps */
.a-steps{
	display:flex;
	justify-content: space-between;
}
.a-steps .a-step{
	position: relative;
    display: inline-block;
    vertical-align: top;
    flex: 1;
	margin-right: 16px;
    white-space: nowrap;
}
.a-steps .a-step:last-child{
	margin-right: 0;
	flex: none;
}
.a-steps .a-step:after{
	content: "";
    height: 1px;
    width: 9999px;
    background: #e8e8e8;
    display: block;
    position: absolute;
    top: 16px;
    left: 100%;
}

.ant-steps-item-icon{
    background: #F37A05 !important;
    border-color: #F37A05 !important;
}
.ant-steps-icon{
    color: #fff !important;
}
.ant-steps-item-title{
    color: #333333 !important;
}
.ant-menu-submenu-open .ant-menu-submenu-title{
    color: #1890ff;
}
.ant-carousel .slick-dots li{
    margin: 0 5px;
}
.ant-input:hover,
.ant-input:focus{
    border-color: #1D64B4;
}
.ant-form-item{
    margin-bottom: 20px;
}
.ant-form-item-with-help{
    margin-bottom: 4px;
}
.ant-form-explain{
    font-size: 12px;
}

.ant-table-thead >tr> th{
    background: #f6f6f6 !important;
}
.ant-table-thead > tr > th, .ant-table-tbody > tr > td{
    padding: 8px 16px;
}
table{
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-bottom: 0;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-radius: 4px 4px 0 0;
}
table thead > tr,
table tbody > tr{
    transition: all 0.3s, height 0s;
}
table thead > tr:first-child > th:first-child{
    border-top-left-radius: 4px;
}
table thead > tr > th,
table tbody > tr > td{
    border-right: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #e8e8e8 !important;
    border-top: none !important;
    padding: 8px 16px;
    border-width: 1px !important;
}
table thead > tr > th{
    background: #f6f6f6 !important;
    transition: background 0.3s ease;
    text-align: left;
    color: rgba(0, 0, 0, 0.85) !important;
    font-weight: 500 !important;
}
table tbody > tr > td{
    transition: all 0.3s, border 0s;
}
table tbody > tr:nth-child(odd) td{
    background: #f6f6f6 !important;
}
table tbody > tr:nth-child(even) td{
    background: #fff !important;
}
table tbody > tr:first-child td{
    background: #3db6f1 !important;
    font-weight: 500 !important;
    color: #fff !important;
}
table thead > tr > th p,
table tbody > tr > td p{
    margin-bottom: 0 !important;
}
table tbody > tr:first-child > td p span{
    font-weight: bold !important;
}
table thead > tr > th p span,
table tbody > tr > td p span{
    font-family: Arial !important;
    font-size: 14px !important;
}
.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination .ant-pagination-item-active {
    background: #1D64B4;
}
.ant-pagination-item-active{
    border-color: #1D64B4;
}
.pagination .ant-pagination-item-active a {
    color: #fff;
}
.ant-sider-menu {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
}
.ant-sider-menu .trigger {
    text-align: right;
    font-size: 20px;
    line-height: 64px;
    padding: 0 24px;
    cursor: pointer;
    transition: color 0.3s;
}
.ant-sider-menu .ant-side-menu-logo {
    width: 35%;
    text-align: left;
    padding-left: 20px;
}
.ant-sider-menu .ant-side-menu-logo a {
    width: 174px;
    margin: 0 auto;
    display: block;
    line-height: 64px;
}
.ant-sider-menu .ant-side-menu-logo a img {
    width: 100%;
	vertical-align: middle;
}

.ant-drawer .ant-drawer-wrapper-body{
    background: #001529;
}
.ant-drawer .ant-drawer-body{
    padding: 0;
}
  
.navBarWrap2{
    position: fixed !important;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1) !important;
}

/* placement-right */
.a-drawer-mask{
	opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	animation: antdDrawerFadeIn .3s cubic-bezier(.7,.3,.1,1);
    transition: none;
	background-color: rgba(0,0,0,.65);
	z-index:999;
}
.placement-right{
	position: fixed;
    top: 0;
	right: 0;
    width: 0;
	height: 100%;
	transition: transform .3s,width .2s;
	z-index: 1000;
	background: #001529;
	font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
    transform: translateX(100%);
    box-shadow: -2px 0 8px rgba(0,0,0,.15);
}
.placement-right.open{
    transform: translateX(0);
	width: 210px !important;
}
.placement-right a{
	color: hsla(0,0%,100%,.65);
	display:block;
}
.a-menu-inline{
	width: 100%;
	color: hsla(0,0%,100%,.65);
    background: #001529;
	transition: background .3s,width .2s;
    zoom: 1;
}
.a-menu-inline .a-menu-item{
	position: relative;
	cursor: pointer;
	text-align:left;
    margin: 0;
	color: hsla(0,0%,100%,.65);
	line-height: 40px;
    height: 40px;
	padding: 0 16px 0 24px;
    font-size: 14px;
    margin-top: 4px;
	margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: block;
    white-space: nowrap;
    transition: color .3s cubic-bezier(.645,.045,.355,1),border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);
}
.a-menu-inline .a-sub-menu{
	text-align:left;
	transition: border-color .3s cubic-bezier(.645,.045,.355,1),background .3s cubic-bezier(.645,.045,.355,1),padding .15s cubic-bezier(.645,.045,.355,1);
}
.a-menu-inline .a-sub-menu .a-sub-menu-title{
	line-height: 40px;
    height: 40px;
	padding-right: 34px;
}
.a-menu-inline .a-sub-menu-arrow{
	position: absolute;
    right: 16px;
	line-height: 40px;
    margin-top: 15px;
    transition: transform .3s;
    background: url(../images/arrow-sort-down-small.png) no-repeat;
    width: 10px;
    height: 10px;
}
.a-menu-inline .a-menu-sub{
	background: #000c17;
    box-shadow: inset 0 2px 8px rgba(0,0,0,.45);
	color: hsla(0,0%,100%,.65);
	cursor: auto;
    transition: background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
}
.a-menu-inline .a-menu-sub .a-menu-item{
	padding-left: 48px;
}
/* tree-menu-nav */
.tree-menu{width: 20%;margin-bottom: 30px;}
.tree-menu-nav{width: 100%;background: #fff;padding: 20px 10px;border: 1px solid #ccc;transition: all .3s;}
.tree-menu-nav a{display: block;overflow: hidden;padding-left: 24px;line-height: 35px;max-height: 35px;color: rgba(0, 0, 0, 0.65);transition: all .3s;text-decoration: none;}
.tree-menu-nav .menu_dots{display: inline-block;margin-right: 10px;width: 10px;height: 10px;background: #BFBFBF;}
.tree-menu-nav .nav-item{position: relative;}
.tree-menu-nav .nav-item.nav-show{border-bottom: none;}
.tree-menu-nav .nav-item.nav-show>a{color: #3D7ABE;}
.tree-menu-nav .nav-item ul{display: none;background: #fff;}
.tree-menu-nav .nav-item.nav-show ul{display: block;}
.tree-menu-nav .nav-more{float:right;margin-right: 18px;margin-top: 15px;transition: transform .3s;background: url(../images/arrowdown.png) no-repeat;width: 10px;height: 10px;}
.nav-item>a:hover i,.tree-menu-nav .nav-item.nav-show>a i{background: url(../images/arrowdown2.png) no-repeat;}
.tree-menu-nav .nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
.tree-menu-nav .nav-item li:hover a{color: #1D64B4;}
.tree-menu-nav .nav-item li:hover .menu_dots{ background: #1D64B4;}
.tree-menu-nav .nav-item.active,
.tree-menu-nav .nav-item:hover,
.tree-menu-nav .nav-item ul li.active{background: #1D64B4;color: #fff;}
.tree-menu-nav .nav-item:hover a,
.tree-menu-nav .nav-item.active a,
.tree-menu-nav .nav-item ul li.active a{color: #fff}
.tree-menu-nav .nav-item ul li.active .menu_dots{background: #efefef;}


/* 移动端 tabbar */
.wrap{
    position: relative;
    background-color: rgba(255 ,255, 255, .8);
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-shrink: 0;
    padding: 0 10px;
}
.wrap::-webkit-scrollbar { display: none }
.wrap .content{
    flex-shrink: 0;
    margin: 0 10px;
    color: #333;
    border-bottom: 3px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap .content a{
    color: #333;
}
.wrap .content-active{
    border-bottom: 3px solid rgb(29, 100, 180);
    color: rgb(29, 100, 180);
}

.wrap .content-active a{
    color: rgb(29, 100, 180);
}

.find_nav {
    width: 100%;
    height: 50px;
    background-color: rgba(255 ,255, 255, .8);
    border-bottom: 1px solid #eee;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.find_nav_left {
    height: 50px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.find_nav_list {
    position: absolute;
    left: 0;
}
.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}
.find_nav_list ul li {
    display: inline-block;
    padding: 0 13px;
}
.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #333;
}
.find_nav_cur a {
    color: rgb(29, 100, 180) !important;
}
.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 3px;
    background-color: rgb(29, 100, 180);
    left: 0;
    top: 46px;
    pointer-events: none;
}



.mailTable, .mailTable tr, .mailTable tr td{ border:1px solid #E6EAEE; }
.mailTable{ font-size: 12px; color: #71787E; }
.mailTable tr td{ border:1px solid #E6EAEE; width: 150px; height: 35px; line-height: 35px; box-sizing: border-box; padding: 0 10px; }
.mailTable tr td.column { background-color: #edf9fb; color: #393C3E; }

.divider-horizontal{
	display: table;
	text-align: center;
	color: rgba(0,0,0,.85);
    font-size: 16px;
    margin: 16px 0;
	white-space: nowrap;
    background: transparent;
    font-weight: 500;
}
.divider-horizontal:before{
	content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    border-top: 1px solid #e8e8e8;
    transform: translateY(50%);
}
.divider-horizontal:after{
	content: "";
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    border-top: 1px solid #e8e8e8;
    transform: translateY(50%);
}
.xk_divider_tabs {
    margin-bottom: 20px;
}
.xk_divider_tabs .xk_divider_tabs_nav{
	display: inline-block;
    padding: 0 24px;
}
.xk_divider_tabs .xk_divider_tabs_nav ul {
    display: flex;
}
.xk_divider_tabs .xk_divider_tabs_nav ul li {
    cursor: pointer;
    margin: 0 10px;
    padding: 0 7px 2px;
    border-radius: 2px;
}
.xk_divider_tabs .xk_divider_tabs_nav ul li a {
    font-size: 17px;
    color: #3D3D3D;
}
.xk_divider_tabs .xk_divider_tabs_nav ul li.active {
    background: #1D64B4;
}
.xk_divider_tabs .xk_divider_tabs_nav ul li.active a {
    color: #fff;
}
.xk_divider_tabs .xk_divider_tabs_nav ul li:hover {
    background: #1D64B4;
}
.xk_divider_tabs .xk_divider_tabs_nav ul li:hover a {
    color: #fff;
}


.white {
    color: #fff;
  }
  .tagsView {
    border-bottom: 1px solid #F2F2F2;
  }
  .tagsView .tagsView_wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center 60%;
    background-size: cover;
  }
  .tagsView .tagsView_content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .tagsView .tagsView_content .tagsView_name {
    position: relative;
    display: flex;
  }
  .tagsView .tagsView_content .tagsView_name .tagsView_btn {
    position: absolute;
    width: 229px;
    height: 90px;
    top: -45px;
    background: #1D64B4;
  }
  .tagsView .tagsView_content .tagsView_name .tagsView_btn h4 {
    margin: 13px 0 5px 35px;
    font-size: 20px;
  }
  .tagsView .tagsView_content .tagsView_name .tagsView_btn h6 {
    font-size: 12px;
    margin-left: 35px;
  }
  .tagsView .tagsView_content .tagsView_name .tagsView_text {
    position: relative;
    left: 229px;
    margin: 9px 20px;
    font-size: 18px;
    color: #4C4C4C;
  }
  .tagsView .tagsView_content .tagsView_position {
    margin: 12px 0 10px 20px;
    font-size: 14px;
    display: flex;
  }
  .tagsView .tagsView_content .tagsView_position i {
    padding-top: 4px;
    padding-right: 5px;
  }
  


/* header */
.layout-header {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 92px;
    box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
    z-index: 100;
}
.layout-header-padding {
	padding-top:92px;
}
.layout-header .top-links {
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0;
    font-size: 14px;
}
.layout-header .top-links .top-links_item {
    max-width: 1200px;
    margin: auto;
    text-align: right;
}
.layout-header .top-links .top-links_item a {
    color: #666;
}
.layout-header .top-links .top-links_item span {
    margin: 0 10px;
}
.top-nav-header {
    max-width: 1200px;
    margin: auto;
    padding-left: 0;
    justify-content: space-between;
    display: flex;
    height: 92px;
}
.top-nav-header-logo {
    position: relative;
    width: 174px;
    height: 92px;
    overflow: hidden;
    line-height: 92px;
    transition: all .3s;
    z-index: 100;
}
.top-nav-header-logo img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.top-nav-header-menu .ant-menu.ant-menu-horizontal {
    border: none;
    margin-top: 20px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.xk_nav {
    margin-top: 20px;
    min-width: 900px;
}
.xk_nav > ul {
    display: flex;
}
.xk_nav > ul > li {
    margin: 0 25px;
    height: 52px;
    line-height: 52px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}
.xk_nav > ul > li:first-child {
	margin-left: 10px;
}
.xk_nav > ul > li:last-child{
	margin:0;
}
.xk_nav > ul > li a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
}
.xk_nav > ul > li.active {
    border-bottom: 4px solid #1D64B4;
}
.xk_nav > ul > li.active a {
    color: #1D64B4;
}
.xk_nav > ul > li:hover {
    border-bottom: 4px solid #1D64B4;
}
.xk_nav > ul > li:hover a {
    color: #1D64B4;
}
.xk_nav > ul > li .xk_nav_content {
    width: 100%;
    position: absolute;
    top: 92px;
    left: 0;
    overflow: hidden;
    background: #fff;
    z-index: 9;
    display: none;
	border: 1px solid rgba(255,255,255,0.6)!important;
    max-width: 1200px;
    left: 50%!important;
    margin-left: -600px!important;
    box-shadow: 0 25px 20px rgba(0,0,0,0.15)!important;
	padding: 0 30px;
}
.xk_nav > ul > li .xk_nav_content .xk_nav_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
	padding-top: 10px;
}
.xk_nav > ul > li .xk_nav_content .xk_nav_box ul {
	display: flex;
	flex-flow: row wrap;
}
.xk_nav > ul > li .xk_nav_content .xk_nav_box ul li {
	margin-top: 30px;
	margin-right: 40px;
	min-width: 150px;
}
.xk_nav > ul > li .xk_nav_content .xk_nav_box ul li b {
    font-size: 16px;
    color: #323232;
    font-family: MicrosoftYaHei;
    line-height: 43px;
    font-weight: 400;
}
.xk_nav > ul > li .xk_nav_content .xk_nav_box ul li a {
    color: #797979;
    font-size: 14px;
    line-height: 28px;
	text-align: center;
}
.xk_nav > ul > li .xk_nav_content .xk_nav_box ul li:hover a {
    color: #1D64B4;
}

.xk_nav .xk_nav_more_mask{
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 40px;
}
.xk_nav .xk_nav_more{
    width: 80px;
    margin: 0 auto;
    line-height: 40px;
}

.xk_nav .xk_nav_more i{
    width: 28px;
    height: 14px;
    display: inline-block;
    background: url(../images/arrow-down.png) no-repeat;
    transform: rotate(180deg);
}

.xk_nav .xk_nav_more i.active{
    transform: rotate(0deg);
}



/* breadcrumb */
.breadcrumb{
	display: flex;
	line-height: 1.5;
    color: rgba(0,0,0,.65);
    list-style: none;
    color: rgba(0,0,0,.45);
    font-size: 14px;
}
.breadcrumb a{
    color: #3C3C3C;
    transition: color .3s;
}
.breadcrumb a:hover,
.breadcrumb > span:last-child{
    color: #1D64B4;
}
.breadcrumb-separator{
    margin: 0 8px;
    color: rgba(0,0,0,.45);
}
.breadcrumb a:hover,
.breadcrumb .breadcrumb-item:last-child{
    color: #1D64B4;
}
.breadcrumb .breadcrumb-item:last-child .breadcrumb-separator{
    display: none;
}

/* footer */
.color {
    color: #F2F2F2;
}
.xk_footer {
    font-size: 14px;
    padding: 0;
    background: #0E55A5;
    color: #fff;
}
.footer-wraper {
    position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wraper-content {
	max-width: 1200px;
    margin: 0 auto;
	padding: 50px 0 0;
    display: flex;
}

.friendly-links .links {
	max-width: 1200px;
    margin: 18px auto;
	display: flex;
	flex-flow: row wrap;
}

.friendly-links .links > div {
	width: 150px;
	line-height: 26px;
}

.friendly-links .links a {
	color: #fff;
	font-size: 15px;
}
.friendly-links .links a:hover {
	text-decoration: underline;
}
	
.footer-wraper .footer-wraper-item {
    position: relative;
    width: 20%;
}

.footer-wraper .footer-wraper-item:last-child {
	width: 40% !important;
}
.footer-wraper .footer-wraper-item .footer-item-icon {
    display: flex;
}
.footer-wraper .footer-wraper-item .footer-item-icon .icon {
    position: absolute;
    left: -12px;
    top: 0;
}
.footer-wraper .footer-wraper-item .footer-item-icon h2 {
    padding: 0 20px;
    color: #F2F2F2;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.footer-wraper .footer-wraper-item ul {
    list-style: none;
    padding: 0 20px;
    height: 120px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wraper .footer-wraper-item ul li {
    margin: 12px 0;
    color: #F2F2F2;
    white-space: nowrap;
	overflow: hidden;
}
.footer-wraper .footer-wraper-item ul li a {
    color: #F2F2F2;
}
.footer-wraper .footer-wraper-item ul li:hover a {
    text-decoration: underline;
    color: #fff;
}
.footer-wraper .footer-wraper-item:last-child ul li:hover a{
    text-decoration: none !important;
}
.footer-wraper .footer-wraper-item .footer-item-contact {
    display: flex;
    text-align: center;
}
.footer-wraper .footer-wraper-item .footer-item-contact .footer-item-code{
    width: 75px;
    height: 75px;
}
.footer-wraper .footer-wraper-item .footer-item-contact .footer-item-code:last-child {
    margin-left: 20px;
}
.footer-wraper .footer-wraper-item .footer-item-contact .footer-item-code img {
    width: 100%;
}
.footer-wraper .footer-wraper-item ul li:first-child {
    margin-top: 0 !important;
}
.footer-wraper .footer-wraper-item ul li:last-child {
    margin-bottom: 0 !important;
}
.copyright {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright .copyright_container {
    position: relative;
    max-width: 1200px;
    margin: 25px auto 0;
    color: #F2F2F2;
    padding-bottom: 25px;
}
.copyright .copyright_container .copyright_content{
    text-align: center;
}


/*----------------------分页--------------------------------*/
.black-inline {	
    margin:0 auto; 
    text-align:center; 
    font-family:"微软雅黑"; 
    padding-top:30px; 
    padding-bottom:30px;
    clear:both; 
    width:100%;  
    overflow:hidden; 
    line-height:22px; 
    font-size:12px;
}
.black-inline a {  
    text-align:center; 
    padding:6px 12px; 
    border: 1px solid #bcbcbc;
    margin-left:3px; 
    margin-right:3px;
    color:#666;
    border-radius:3px;
}   
.black-inline a:hover {	color:#fff; background-color:#1D64B4; text-decoration:none;border:1px solid #1D64B4;border-radius:3px;}
.black-inline span.current {padding:6px 12px; background-color:#1D64B4; color:#fff;border: 1px solid #1D64B4; font-size:12px; margin-left:3px; margin-right:3px;border-radius:3px;}   
.black-inline span.disabled { padding:6px 12px;font-family:"微软雅黑"; font-size:12px; color:#666; border: 1px solid #bcbcbc;border-radius:3px;}

@media only screen and (max-width: 1600px) {
    .top-nav-header,
    .top-links_item {
        max-width: 1170px !important;
    }
}

@media only screen and (max-width: 1439px) and (min-width: 800px) {
    .footer-wraper{
        padding: 0px 12.5%;
    }
	.links {
		padding: 0px 12.5%;
	}
	.links > div {
		width: 144px !important;
	}
    .copyright{
        padding: 0 12.5%;
    }
}
.ant-steps-item-title::after{
    content: "" !important;
    height: 1px !important;
    width: 9999px !important;
    background: #e8e8e8 !important;
    display: block !important;
    position: absolute !important;
    top: 16px !important;
    left: 100% !important;
}
@media only screen and (max-width: 768px) { /*当屏幕尺寸小于768px时，应用下面的CSS样式*/
    .xk_divider_tabs a{
        font-size: 14px !important;
    }
    .ant-sider-menu .ant-side-menu-logo a{
        width: auto;
    }
    .copyright {
        margin-top: 0;
    }
    .copyright .content {
        text-align: center;
    }
    .mt60{
        margin-bottom: 30px;
    }
    .tagsView_wrapper {
        height: 12rem !important;
    }
    .xk_divider_tabs{
        width: 92%;
        margin: 30px auto 0 !important;
    }
    .ant-divider-inner-text{
        padding: 0 !important;
    }
}

.search-link{
    width: 32px;
    height: 85%;
    background: url('../images/search-link.png') no-repeat 100% 100%;
}

.no-hover:hover{
    border-color: transparent !important;
}