html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #333333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/*add:width、min-height、position,addby tansh 20180907*/
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    word-break: break-all;
    font-family: Arial, Helvetica, sans-serif, "黑体";
    background: #fff;
	width:100%;
	min-height:100%;
	position:absolute;
}

i {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

strong {
    font-weight: bolder !important;
}

input::-ms-clear {
    display: none;
}

.em {
    font-style: italic;
}

@media screen and (max-width: 1004px) {
    body {
        width: 1007px;
    }
}

/************   form-input S  ************/

input,
textarea,
select,
label {
    font-family: inherit;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 滤镜 */

.log-box {
    background-color: rgba(0, 0, 0, 0.6);
    /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

.log-box p {
    color: #FFFFFF;
}

/* public */

ul,
li {
    list-style: none;
}

i,
a,
em {
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.color333 {
    color: #333;
}

/* 清除浮动 */

.clear {
    clear: both;
}

.tc {
    text-align: center;
}

/*基本设置*/

.wrap {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

/*锁定最小宽度*/

.top {
    width: 100%;
    height: 50px;
    background: #074DA6 100%;
}

.top-left,
.top-right {
    line-height: 24px;
    margin-top: 12px;
    margin-right: 28px;
}

.top-phone {
    line-height: 30px;
}

.top-phone span,
.top-left a,
.top-right a {
    color: #fff;
}

.display-n {
    display: none;
}

.display-b {
    display: block;
}

.header {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9999;
    background: url(../images/navigation_bar_background.png) no-repeat center -1px;
    letter-spacing: 2px;
    width: 100%;
    height: 125px;
}

.js-menu-wrap {
    width: 100%;
    height: 120px;
    background-size: cover;
}

.header .wrap {
    padding-top: 16px;
    width: 100%;
    height: 66px;
}

.header .logo {
    width: 193px;
    height: 66px;
    -webkit-background-size: cover;
    background-size: cover;
}
/*modify by tansh old:padding-left: 40px 20180912*/
.header .nav {
    margin-left: 30px;
}

.header .nav ul li {
    float: left;
    margin: 0 16px;
    position: relative;
    text-align: center;
}

.nav-list {
    display: none;
}

.inner-title a:last-of-type {
    color: #0B4DAE;
}

.inner-title a:hover {
    color: #0E6ED6;
    text-decoration: underline;
}

.header .nav ul li:last-child {
    margin: 0 0 0 32px;
}

.header .nav ul li a {
    line-height: 76px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    /* line-height: 14px; */
}

.header .nav ul li .special {
    color: #fff;
}

.header .nav ul li a {
    font-size: 16px;
}

.nav-icon a.index1 {
    color: #0B4DAE;
    /* padding-bottom:28px; */
    border-bottom: solid #0B4DAE 2px;
}

.nav-icon a {
    color: #333333;
}

.index1 a {
    color: #074DA6;
}

.display-none {
    display: none;
}

.nav-icon:hover a {
    color: #074DA6;
}

.nav-icon a:hover {
    color: #074DA6;
    /* padding-bottom:28px; */
    border-bottom: solid #074DA6 2px;
}

.li-title-03 a:hover {
    color: #0E6ED6;
}

.right-box p {
    text-align: justify;
    text-justify: inter-word;
    word-wrap: break-word;
    word-break: normal;
}

/* .current{
    padding-bottom:28px;
    color: #074DA6;
    border-bottom: 2px solid #074DA6; 
} */

/* 搜索框 */

.search-input {
    padding: 4px 0 4px 6px;
    background: none;
    color: #333;
    border: none;
    height: 26px;
    outline: none;
    width: 0;
    border-radius: 4px;
    transition: all 1s;
    -webkit-transition: all 1s;
    /* Safari */
}


.search-img {
    /* padding-left: 10px; */
    position: relative;
    height: 26px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    ;
    /* Safari */
}

.search-focus {
    width: 170px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    /* Safari */
}

.search-box {
    /* position: relative;
    float: right; */
    margin-left: 10px;
}

.search-icon {
    /* position: absolute;
    top: 6px;
    right: -25px; */
    opacity: 1;
    columns: #ffffff;
}

.input-bg {
    background: none;
}

.gh-text-replace {
    position: absolute;
    right: 16px;
    top: 0;
    width: 2px;
    height: 2px;
    color: #000;
    cursor: pointer;
}

/* .header头部导航栏 */

.footer-nav {
    width: 100%;
    height: 50px;
    line-height: 50PX;
    background-color: #06367D;
    text-align: center;
    margin-top: 10px;
    z-index: 100;
}

.footer-nav .text p a,
.footer-nav .text p i {
    font-size: 16px;
    color: #FFFFFF;
    display: inline;
}

.line-h {
    color: #FFFFFF;
    padding: 0 10px;
}

.footer img {
    position: absolute;
    left: 270px;
    bottom: -82px;
    display: inline-block;
}

.footer {
    width: 100%;
    height: 160px;
    background-color: #0B4DAE;
    z-index: 100;
}

.footer .wrap {
    height: 160px;
}

.footer p {
    line-height: 20px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.footer .text {
    position: relative;
    padding-top: 46px;
    text-align: center;
}

.footer-text {
    position: absolute;
    right: 260px;
    bottom: -65px;
}

.main-block .left-box ul li a {
    text-align: left;
    word-wrap: break-word;
    word-break: normal;
}

.response-logo,
.key-list-box,
.response-key-text,
.response-key-img {
    display: none;
}
/*lys-20180709*/
.ds-title-box{
    padding: 10px 0 10px 10px;display: flex;align-items: center;
}

.ds-icon-box{width: 10%;height: 100%;display: inline-block;cursor: pointer;}
.map-nav-l {
    /*position: absolute;*/
    /*top: 16px;*/
    /*right: 12px;*/
    width: 12px;
    height: 12px;
    background: url(../images/icon/icon_vertical_navigation_more_normal.png) no-repeat;
    background-size: cover;
}
/*添加background背景图片,用于ie浏览器 addby tansh 20180830*/
.tran-90deg {
    /*transform: rotate(90deg);*/
	background: url(../images/icon/selected.png) no-repeat;
}

.li-tit-h {
    background: #B9C1CA;
}

/* hack */

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .log-box {
        background-color: #000000;
        filter: Alpha(opacity=70);
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .log-box .login-user {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

.key-text {
    background-color: rgba(255, 255, 255, 0.9);
    /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

.key-b {
    background-color: rgba(255, 255, 255, 0.9);
    /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

.key-text p {
    color: #fff;
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .key-b,
    .key-text {
        background-color: #fff;
        filter: Alpha(opacity=85);
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */ /*modify by tansh 20180919 old: none !important;*/
    .gh-text-replace {
        display: block; 
    }
}

/* 二级页面 */

.header-li {
    position: static;
    background: #fff;
    height: 93px;
    letter-spacing: 2px;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(177, 177, 177, 0.50);
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .header-li {
        border-bottom: 1px solid #ccc;
    }
}

.header-li .wrap {
    padding-top: 16px;
    width: 100%;
    height: 77px;
}

.main-block {
    padding: 29px 0 60px;
    /*20180710-lys*/
    min-height: 520px;
}

.main-block .inner-title {
    padding-bottom: 70px;
}

.main-block {
    padding-bottom: 56px;
}

.main-block .left-box {
    float: left;
}

.main-block .left-box ul li {
    width: 234px;
    text-align: center;
    font-size: 14px;
    color: #2E2E2E;
    line-height: 18px;
    color: #fff;
}

.main-block .left-box ul li a {
    width: 100%;
    line-height: 18px;
    box-sizing: border-box;
    padding: 0;
}
/*20180723-lys*/
.main-block .left-box ul li .ds-more-menu a.ds-link{
    width: 88%;height: auto;cursor: pointer;
}
.main-block .left-box ul li.li-title-03 a{
    padding: 10px;
}
.left-box {
    border: 1px solid #E1E3E5;
    box-sizing: border-box;
}

.li-tit,
.li-title,
.li-title-03,
.li-tit-h {
    box-sizing: border-box;
    border-bottom: 1px solid #E1E3E5;
    position: relative;
}

.main-block .li-tit,
.li-title,
.li-title-03 {
    width: 100%;
    line-height: 18px;
    background: #B9C1CA;
}

.main-block .li-title {
    width: 100%;
    background: #f8f8f8;
}

.main-block .li-title-03 {
    width: 100%;
    background: #fff;
}

.nav-ul-text {
    display: none;
}

.ul-hight {
    height: 174px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* Safari */
}

.nav-line {
    height: 100%;
    width: 5px;
    background: #0B4DAE;
    position: absolute;
    left: 0;
    top: 0;
}

.right-box {
    /* width: 726px;
	padding-left: 38px; */
    padding-bottom: 60px;
    font-size: 14px;
    color: #565656;
    line-height: 26px;
}

.right-box h3 {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    text-align: center;
	margin-bottom: 10px;
}

/*隐藏频道样式 addby tsh 20180807 start*/
.page_error {
    margin-top: 100px;
    width: 100%;
    height: 550px;
    background: url(/BankCommSite/jyjr/cn/images/icon/err.png) center 70px no-repeat;
}

.page_error h1 {
    text-align: center;
    font-size: 30px;
    color: #585858;
    padding-top: 230px;
}

.page_error .err_tool {
    width: 470px;
    height: auto;
    border: 2px dashed #e6e6e6;
    margin: 50px auto;
    padding: 17px;
    border-radius: 5px;
}

.page_error .err_tool p {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 28px;
}
.page_error .err_tool p a {
    color: #e30606;
    font-size: 14px;
    padding: 0 8px;
}

/*隐藏频道样式 addby tsh 20180807 end*/
/*addby  tansh 20180820 页头电话邮箱样式*/
.top-left span{
    color: #fff;   
}
/*addby tansh 20180907*/
.mask-box{
   padding-bottom:210px;
}

/*页脚样式调整 addby tansh20180831*/
.footer_en {
   /* position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;*/
	height:210px;
	position:absolute;
	bottom: 0px;
	width: 100%;
}
/*addby tansh 20180907*/
.extra {
    height: 150px;
}

/*addby tansh 20180925 左侧菜单父级频道样式*/
.parentChannel{
    width: 100%;
	background: #f8f8f8;
	line-height: 39px;
	box-sizing: border-box;
	padding: 0;
	border: solid #f8f8f8;
	height: 100%;
	border-bottom: 1px solid #E1E3E5;
}
/*addby  tansh 20191202 start*/
.v6_span{
  margin-left: 40px;
  width: 100%;
  font-size: 12px;
}
.v6_icon {
    border-radius: 4px;
    border: 1px solid;
    padding: 0 5px;
    font-size: 8px;
}
/*addby  tansh 20191202 end*/
