html,body{
    height: 100%;
    font-family: "Microsoft YaHei";
    margin: 0;
    padding: 0;

}
/*layout start*/
.header{
    width: 100%;
    height: 65px;
}
.main{
    position: relative;
    width: 100%;
    height: auto;
}

.banner{
    position: relative;
}

.album{
    position: relative;
    width: 100%;
    min-height: 900px;
}

@media screen and (max-height: 736px) {
    .album{
        min-height: 600px;
    }
}
@media screen and (max-height: 667px) {
    .album{
        min-height:530px;
    }
}
@media screen and (max-height: 568px) {
    .album{
        min-height:460px;
    }
}
/*common*/
.border-radius0{
    border-radius: 0;
}

/*header*/
.header-back{
    background-color: #fff;
}
.register-text{
    color: #bbb;
}
/*icon_start*/
.icon_kcb {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.icon_kcb_k {
    background: url(/xhtml/images/icon_kcb.png) top left no-repeat;
}
.icon_kcb_C {
    background: url(/xhtml/images/icon_kcbC.png) top left no-repeat;
}
.icon_kcb_C1 {
    background: url(/xhtml/images/icon_kcbC1.png) top left no-repeat;
    width: 28px !important;
}
.icon_kcb_u {
    background: url(/xhtml/images/icon_kcbU.png) top left no-repeat;
}
.icon_kcb_w {
    background: url(/xhtml/images/icon_kcbW.png) top left no-repeat;
}
.icon_kcb_c {
    width: 30px;
    background: url(/xhtml/images/icon_kcbcdr.png) top left no-repeat;
}
.icon_kcb_d {
    background: url(/xhtml/images/icon_kcbD.png) top left no-repeat;
}
.icon_kcb_20{
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background-size: 100%;
}
.icon_kcb_20.icon_kcb_c{
    width: 37px;
}
.icon_kcb_k_white {
    background: url(/xhtml/star/images/icon_kcb.png) top left no-repeat;
}
.icon_kcb_u_white {
    background: url(/xhtml/star/images/icon_kcbU.png) top left no-repeat;
}
.icon_kcb_w_white {
    background: url(/xhtml/star/images/icon_kcbW.png) top left no-repeat;
}
.icon_kcb_c_white {
    background: url(/xhtml/star/images/icon_kcbcdr.png) top left no-repeat;
}
.icon_kcb_d_white {
    background: url(/xhtml/star/images/icon_kcbD.png) top left no-repeat;
}
/*icon_end*/
/*menu*/
.navbar-img {
    display: block;
    height: 43px;
    width: 213px;
    background: url(/xhtml/star/images/logo.png) no-repeat;
}
.navbar h5{
    font-size: 18px;
    font-weight: normal;
}
/*banner*/
.banner-fixed-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 180px;
}
.banner-fixed-cont {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url(/xhtml/star/images/page_title_bg.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h1 {
    margin-top: 60px;
    margin-left: 30px;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    border: 0;
}

.banner h5 {
    margin-left: 30px;
    font-size: 16px;
    color: #fff;
}
/*renewal_banner*/
.banner-renewal-fixed-cont {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url(/xhtml/star/images/page_renewal_bg.jpg) center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-renewal-fixed-cont .container {
	position: relative;
	height: 136px;
}
.banner-renewal-fixed-cont h1 {
	margin-top: 44px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.banner-renewal-fixed-cont h1 a {
    color: #fff;
}
.banner-renewal-fixed-cont h3 a {
	float: left;
	width: 55%;
	margin-top: 0;
	margin-left: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.banner-renewal-fixed-cont .button_area {
	float: right;
	position: absolute;
	bottom: 30px;
	right: 0;
}
.banner-renewal-fixed-cont  .button_area a {
	display: inline-block;
    box-sizing: border-box;
    width: 100px;
    line-height: 36px;
    margin-right: 20px;
    padding: 20px 20px;
    border-radius: 5px;
    background: rgb(51,122,183);
    box-shadow: inset 0 -4px 0 #23527c;
    color: #fff;
    font-size: 30px;
}
.banner-renewal-fixed-cont .button_area a:hover {
	background: #204d74;
	transition: all .2s ease-in-out;
}

/*mobile*/
@media screen and (max-width: 767px){
    .container{
        max-width: 100%;
        padding: 0;
    }
    .hidden-mobile{
        display: none;
    }
    .banner-fixed-cont h1{
        width: 100%;
        text-align: center;
    }
    .page_offset {
        margin-top: 0;
    }
    .left-col {
        padding-left: 0;
        display: none;
    }
    .right-col {
        padding-right: 15px;
        flex: 100%;
        max-width: 100%;
    }
    .banner-renewal-fixed-cont .container {
    	height: 156px;
    }
    .banner-renewal-fixed-cont h1 {
    	margin-top: 20px;
    	font-size: 20px;
    	line-height: 30px;
    	font-weight: bold;
    }
    .banner-renewal-fixed-cont h3 a{
    	float: left;
    	width: 80%;
    	font-size: 12px;
    	line-height: 18px;
    	color: #fff;
    }
    .banner-renewal-fixed-cont .button_area {
    	float: left;
    	position: absolute;
    	bottom: 10px;
    	left: 15px;
    }
    .banner-renewal-fixed-cont .button_area a {
    	width: auto;
    	margin-right: 5px;
    	padding: 8px 10px;
    	font-size: 16px;
    	line-height: 18px;
    }
}
@media screen and (max-width: 375px){
    .banner-renewal-fixed-cont h1 {
        font-size: 19px;
    }
}
@media screen and (max-width: 320px){
	.banner-renewal-fixed-cont h1 {
		font-size: 18px;
	}
}
/*pc*/
@media screen and (min-width: 768px){
    .hidden-pc{
        display: none;
    }
    .page_offset {
        margin-top:-90px;
    }
    .left-col {
        padding-left: 30px;
        padding-right: 0;
    }
    .right-col {
        padding-right: 30px;
    }
    .container{
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px){
    .container{
        max-width: 1140px;
    }   
}
.content_area {
    padding: 12px 15px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    margin-bottom: 18px;
    background: rgb(255,255,255);
}
.content_area_blue {
    background: #18376f;
}
/*layout end*/
.p-10 {
	padding: 10px;
}

.title_1 {
    font-size: 28px;
    color: #333;
    padding: 1px 0 12px 0;/*
    border-bottom: 1px solid rgba(0,0,0,.2); */
}
.title_1 .title_date {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
    /* float: right; */
    padding-top: 10px;  
}
.title_1 h1 {
    display: inline-block;
    font-size: 24px;
    color: #333;
    margin: 0;
}
.content_area_blue .title_1 h1 {
    color: #fff;
}
.content_area_blue .title_1 .code {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    font-family: arial;
}

@media screen and (max-width: 767px){ 
    .title_1 {
        font-size: 18px;
        /*padding: 1px 0 12px 0;*/
    }
    .title_1 h1 {
        font-size: 18px;
        font-weight: bold;
    }
}
.title_1 .more {
    float: right;
    box-sizing: content-box;
    padding:0 14px;
    width: 78px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;    
    text-decoration: none;
    background: rgba(0,0,0,.05);
    transition: all 0.4s;  
}
.title_1 .more:hover {  
    box-sizing: content-box;
    padding:0 14px;
    color: #333;
    color: #fff;
    background: #18376f;
}
@keyframes more_ani {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes more_ani {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}
.title_2 {
    color: #333;
    padding: 0;/*
    border-bottom: 1px solid rgba(0,0,0,.2); */
}
.title_2 h1 {
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin: 0;
    font-weight: bold;
}
@media screen and (max-width: 767px){ 
    .title_2 {
        font-size: 16px;
        /*padding: 1px 0 12px 0;*/
    }
    .title_2 h1 {
        font-size: 16px;
        font-weight: bold;
    }
}
.title_2 .more {
    float: right;
    box-sizing: content-box;
    padding:0 14px;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;    
    text-decoration: none;
    background: rgba(0,0,0,.05);
    transition: all 0.4s;  
}
.title_2 .more:hover {  
    box-sizing: content-box;
    padding:0 14px;
    color: #333;
    color: #fff;
    background: #18376f;
}
.content_block {
    /*padding-top: 15px;    */
    padding-top: 0;     
}
.content_block:after {
    display: block;
    content: '';
    clear: both;
}
.lev2_marginblock {
	margin-top: 4px;
	margin-bottom: 20px;
}
.lev2_paddingblock {
	margin-top: 4px;
	margin-bottom: 4px;
}
/*list_start*/
.list li:first-child {
    border-top: 0; 
}
/*list_end*/
/*list_special start*/
.list_special li {
    padding: 16px 12px 12px 12px;
}
.list_special li {
    display: block;
    height: auto;
}
.list_special li::after {
    content: '';
    display: block;
    clear: both;
}
/*.list_special li:nth-child(1) {
    border-top: 1px solid rgba(0,0,0,.1); 
}*/
.list_special li:nth-child(odd) {
    background: rgba(0,0,0,.05);
}
.list_special em {
    display: block;
    font-size: 16px;
    float: left;
    padding-right: 20px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.1); 
}
.list_special em .small {
    font-size: 14px;
    display: block;
}
.list_special li a {
    display: block;
    padding-left: 97px;
}
@media screen and  (max-width: 767px) {
    .list_special em {
        float: none;
        text-align: left;
        border: 0;
        padding-bottom: 5px;
    }
    .list_special em  .small{
        display: inline-block;
        padding-left: 5px;
    }
    .list_special em  .small:before{
        content:'';
        border-left: 1px solid rgba(0,0,0,.3); 
        padding-right: 5px;

    }
    .list_special li a {
        padding-left: 0;
    }
}
/*list_special end*/

/*path_start*/
    .path {
        font-size: 14px;
        color: #fff;
        margin-left: 30px;
    }
    .path a {
        color: #fff;
    }
    .path a:link {
        color: #fff;
    }
    .path a:visited {
        color: #fff;
    }
    .path a:hover {
        color: #fff;
    }
    .path a:active {
        color: #fff;
    }
/*path_end*/

/*article_start*/
.article {
    padding-left: 45px;
    padding-right: 45px;
	padding-bottom: 85px;
}
.article h1 {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
    border-bottom: 1px solid rgba(24,55,111,.5);
}
.article_opt i {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #999;
}
.article p {
    line-height: 2;
}
.article img {
    display: block;
    width: 700px;
    margin: 0 auto;

}
.content_area_article {
	margin-top: 1.5rem;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    margin-bottom: 18px;
    background: rgb(255,255,255);
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 85px;
}
@media screen and  (max-width: 767px) {
    .article h1 {
        font-size: 22px;
    }
    .article_opt i {
        padding-top: 5px;
        margin-bottom: 10px
    }
    .article img {
        width: 100%;        
    }
    .content_area_article {
    	margin-top: 0;
    	margin-bottom: 0;
    	padding: 12px 30px;	
    	background: rgb(255,255,255);
    }

}
.pdf_page_top {
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(24,55,111,.5);
}
.pdf_page_top h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.pdf_page_top h3 span {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.pdf_page_top h3 span {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.pdf_page_top h3 span.js_pdf_date,.pdf_page_top h3 span.js_pdf_wenhao {
    font-size: 16px;
}
.download_pdf {
	margin: 0;
    background-image: url(/xhtml/star/images/pdf-icon.png);
    background-color: #fff;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.pdf_control {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
/*article_end*/
/*table_start*/
.table .table {
    background: transparent;
}
.datetime {
    display: block;
    margin-bottom: 10px;
    color: #898989;
    margin-top: 20px;
}
.table-note {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #898989;
}
.table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #e4e6e9;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}
.table_title {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
}
.table thead {
    background: #f0f2f6;    
}
.table thead th {
    color: #333;
}
.table-responsive.table_multith_1 {
    border-collapse: separate;
    border-spacing: 10px
}
.table-responsive.table_multith_1 thead {
    background: #697ca3;    
}
.table-responsive.table_multith_1 thead th {
    color: #fff;
    border-bottom: 0;
}
.table tbody td{
    text-align: center;
    vertical-align: middle;
}
.table td {
    color: #333;    
    font-size: 16px;        
}
.table div.chart-4 {
    width: 64px;
}
.table div.chart-5 {
    width: 80px;
}
.table div.chart-6 {
    width: 96px;
}
.table div.chart-7 {
    width: 112px;
}
.table div.chart-9 {
    width: 144px;
}
.table div.chart-10 {
    width: 160px;
}
.table div.chart-11 {
    width: 176px;
}
.table td p {
	line-height: 1.5;	
    font-size: 14px;
    margin-bottom: 10px;
}
.table td .p-big {
	font-size: 16px
}
.table td.align_right {
    text-align: right;
}
.table td.align_left {
    text-align: left;
}
.table th {
    font-weight: normal;
    padding: 4px 10px 4px 10px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .table th {
        text-align: left;
        font-size: 14px;
    }
    .table tbody td {
        text-align: left;
        font-size: 14px;
    }
}

.table th a{
    display: block;
    margin: -4px -10px -4px -10px;
    padding: 4px 10px 4px 10px;
    color: #fff;
    background:linear-gradient(#0052a6, #00346d);
}
.table td a{
    text-decoration: underline;
}
.table td a:link{
    text-decoration: none;
    color: #18376f;
}
.table td a:visited{
    text-decoration: none;
    color: #aaa;
}
.table td a:hover{
    text-decoration: underline;
    color: #0052a6;
}
.table td a:active{
    text-decoration: none;
    color: #18376f;
}
.table td a.nolink {
    text-decoration: none;
}
.table td.nowrap {
    white-space: nowrap;
}
.table td.red {
    color: #bd1545;
}
.table td.green {
    color: #80bd15;
}
.table td { 
    padding: 14px 10px 10px 10px;
    border-left: 1px solid #e4e6e9;
}
.table tr td:first-child { 
    border-left: 0;
}

/*多层表格start*/
.table_level tr:nth-child(1) {  
    background: #697ca3;
    color: #fff;
}
.table_level tr.no-bg {  
    background: transparent;
}
.table thead th {
    vertical-align: middle;
}
.table_level .table th {
    color: #fff;
}
.table_level .thead {
	background: #697ca3;
}
.table_level .thead th {
	color: #fff;
}
.table_level .level_0 {
    background: rgba(105,124,163,.1);
}
.table_level .level_1 {
    background: rgba(105,124,163,.2);
}
.table_level .level_2 {
    background: rgba(105,124,163,.3);
}
.table_level .level_3 {
    background: rgba(105,124,163,.4);
}
.table_level .level_4 {
    background: rgba(105,124,163,.5);
    color: #fff;
}
.table_level .level_5 {
    background: rgba(105,124,163,.6);
    color: #fff;
}
.table_level .level_6 {
    background: rgba(105,124,163,.7);
    color: #fff;
}
.table_level .level_7 {
    background: rgba(105,124,163,.8);
    color: #fff;
}
.table_level .level_8 {
    background: rgba(105,124,163,.9);
    color: #fff;
}
/*多层表格end*/
/*隔行换色start*/
.table_normal .table tr:nth-child(odd) {
    background: #f0f2f6;
}
.table_normal .table tr:nth-child(1) {      
    /*background: #697ca3;*/
    background: #00346d;
}
/*隔行换色start*/
/*多层表头start*/
.table_multi_th .table tbody tr:nth-child(odd) {
    background: #f0f2f6;
}
.table_multi_th .table tbody tr:nth-child(1) {      
    background: #697ca3;
}
.table_multi_th .table th {     
    background: #697ca3;
    color: #fff;
    border: 1px solid rgba(255,255,255,.3);
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    vertical-align: middle;
}
/*多层表头end*/
/*浅色表头start*/

/*浅色表头end*/
/*@media screen and  (max-width: 767px) { 
    .table td {
        white-space: nowrap;
    }
}*/
/*table_end*/
/*table_thleft_start*/

.table_thleft .table th {
    color: #333;
    background: #f0f2f6;
}
/*table_thleft_end*/
/*table_nochlor_start*/
.table-responsive.level_transparent tr {
    background: transparent;
}
.table-responsive.level_transparent th {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.table-responsive.level_transparent td {
    font-size: 14px;
    text-align: left;
}
.table-responsive.level_transparent td.align_right {
    text-align: right;
}
/*table_nochlor_end*/
/*info_block_start*/
.info_block img {
    width: 33.33%;
    float:left;
}
.info_block .info{      
    width: 64.66%;
    float:left;
    margin-left: 2%;    
}
.info p {   
    color: #333;
    font-size: 16px;
    line-height: 2;
}
.info_block:after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width: 767px) { 
    .info_block img {
        display: none;
    }
    .info_block .info {
        width: 100%;
        margin-left: 0;
    }
}
/*info_block_end*/

/*companydetaillink_start*/
.companydetaillink {
    white-space: nowrap;
    overflow-x :auto;
}
.companydetaillink a {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-right: 15px; 
    font-size: 24px;
    color: #bbb;
}
@media screen and (max-width: 767px) { 
    .companydetaillink a {
        margin-bottom: 7px;
    }
}
.companydetaillink a:hover {
    color: #18376f;
    border-bottom: 3px solid #18376f; 
    font-size: 24px;
}
.companydetaillink a.active {
    color: #18376f;
    border-bottom: 3px solid #18376f; 
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) { 
    .companydetaillink a.active {
        font-size: 20px
    }
    .companydetaillink a {
        font-size: 16px
    }
}
/*.companydetaillink a.active:hover {
    border-bottom: 0; 
}*/
/*companydetaillink_end*/
/*分页_start*/
.pagination {
    float: left;
    margin-top: 15px;
}
.pagination ul li {
    display: inline-block;
    margin: 2px;
}
.pagination li i,.pagination li a {
    font-size: 16px;
}
.pagination li a {
    display: block;
    padding: 8px 14px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
}
.pagination li a:link {
    background: #fff;
    color: #333;
}
.pagination li a:visited {
    background: #fff;
    color: #333;
}
.pagination li a:hover {
    background: #1a7dd0;
    color: #fff;
}
.pagination li a:active {
    background: #fff;
    color: #333;
}
.pagination li a.active {
    background:   #1a7dd0;  
    color: #fff;
}
.pagination input {
    width: 70px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
}
.pagination .search {
    padding: 8px 20px;
    background: #f2f2f2;
    border: 0;
}
.pagination .search:link {
    background: #f2f2f2;
    color: #333;
}
.pagination .search:visited {
    background: #f2f2f2;
    color: #333;
}
.pagination .search:hover {
    background: #1a7dd0;
    color: #fff;
}
.pagination .search:actie {
    background: #f2f2f2;
    color: #333;
}
@media screen and  (max-width: 767px) {
	.pagination {
		float: none;
	}
	.mobile-page {        
        margin-top: 15px;
        margin-bottom: 15px;
		display: block;
    	width: 100%;
    	text-align: center;
	}
	.mobile-page button {
		margin-right: 10px;
    	padding: 5px 30px;
	}
	.mobile-page button.disable {
		background: #eee;
    	color: #ddd;
	}
}
/*分页_end*/
/*查询框条件_start*/
input {
	 outline: none;
}
input:focus { 
	outline: none; 
} 
.form-control,.single_select{
	outline:none;
}
.sse_con_query {
    margin-bottom: 10px;
    position: relative;
}
.sse_con_query input.typehead {
    width: 120px;
    height: 36px;
    float: left;
    border: 1px solid #d6d6d6;
    padding: 0 5px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
    color: #7e7e7e;
    -webkit-appearance: none;
    border-radius: 0;
}
.sse_con_query .input-group {
    float: left;
    width: 130px;
    height: 36px;
    margin-right: 6px;
}
.sse_con_query .input-group .form-control {
    height: 36px;
    font-size: 14px;
    color: #7e7e7e;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
}
.sse_con_query .selected {
    padding: 0;
    float: left;
    width: 120px;
    height: 36px;
    color: #666;
    margin-right: 6px;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.ms-parent {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ms-choice {
    line-height: 36px;
    height: 36px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    color: #7e7e7e;
    padding: 0 10px;
    font-size: 14px;
    border: none;
    background: none;
    outline: none;
}
.ms-choice>span {
    position: absolute;
    top: 0;
    right: 24px;
    left: 0;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ms-choice>div {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 12px;
    border-width: 6px;
    border-color: #9c9c9c transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}
.ms-drop.ms-bottom {
    width: 250px;
    top: 100%;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
}
@media screen and (max-width: 768px) {
    .ms-drop.ms-bottom {
        width: 100%;
    }
}
.ms-drop {
    position: absolute;
    z-index: 18;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
    padding: 0;
    color: #000;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.ms-drop ul {
    overflow: auto;
    min-height: 0;
    margin: 0;
}
.ms-drop ul>li.ms-selected {
    background: #3681c5;
    color: #fff;
    margin: 0;
    width: 100%;
    float: none;
}
.ms-drop ul>li label {
    font-weight: normal;
    display: block;
    text-align: left;
    white-space: nowrap;
    margin: 0;
}
.ms-drop input[type='checkbox'], .ms-drop input[type='radio'] {
    vertical-align: middle;
    width: 0;
    height: 0;
}
.ms-drop ul>li label input[type="radio"] {
    opacity: 0;
}
.ms-drop ul>li {
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    position: static;
    display: list-item;
    margin-top: 1px;
    list-style: none;
    cursor: pointer;
}
.ms-drop .ms-no-results {
    display: none;
}
.sse_con_query .sse_con_date {
    margin-right: 6px;
    float: left;
}
.sse_con_query .sse_con_date #start_date, .sse_con_query .sse_con_date #end_date {
    width: 100px;
    height: 36px;
    float: left;
    border: 1px solid #d6d6d6;
    padding-left: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #7e7e7e;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
}
.sse_con_query .sse_con_date i {
    display: inline-block;
    float: left;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    width: 24px;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
}
.sse_con_query .btn-primary {
    float: left;
    width: 68px;
    height: 36px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 6px;
    background-color: #3681c5;
    border-color: #3681c5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
@media screen and (max-width: 768px) {
    .sse_con_query input.typehead {
        display: block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .sse_con_query .input-group {
        float: left;
        width: 100%;
        margin-right: 0;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .sse_con_query .input-group .form-control {
        height: 36px;
        margin-bottom: 10px;
    }
    .sse_con_query .selected {
        float: left;
        width: 100%;
        height: 36px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .ms-choice {
        line-height: 36px;
        height: 36px;
    }
    .ms-choice>div {
        margin-top: 15px;
        border-width: 5px;
    }
    .sse_con_query .sse_con_date {
        margin-left: 0;
        float: none;
    }
    .sse_con_query .sse_con_date #start_date, .sse_con_query .sse_con_date #end_date {
        width: 48%;
        height: 36px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .sse_con_query .sse_con_date i {
        width: 4%;
        margin-bottom: 10px;
        height: 36px;
        line-height: 36px;
        padding: 0;
    }
    .sse_con_query .btn-primary {
        float: none;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin: 0 0 10px;
        font-size: 14px;
        padding: 0;
    }
}
/*日期查询_start*/
.sse_con_query .sse_conyear_date {
    float: left;
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
}
.sse_con_query .sse_conyear_date .pickerinit {
    width: 160px;
    height: 36px;
    border: 1px solid #d6d6d6;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    vertical-align: middle;
    padding-left: 42px;
    position: relative;
    -webkit-appearance: none;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
    .sse_con_query .sse_conyear_date {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .sse_con_query .sse_conyear_date .pickerinit {
        position: relative;
        width: 100%;
        height: 36px;
        border: 1px solid #d6d6d6;
        font-size: 12px;
        line-height: 36px;
        color: #666;
        padding-left: 42px;
    }
}
.sse_con_query .sse_conyear_date i {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 21px;
    height: 21px;
    background: url(/xhtml/images/ui/date-ico.png) no-repeat;
}
.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
}
.datetimepicker table {
    margin: 0;
}
.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
    cursor: pointer;
    text-align: center;
    padding: 5px;
}
.icon-arrow-left {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ccc transparent transparent;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.icon-arrow-right {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ccc;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}
.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}
[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
}
.datetimepicker table {
    margin: 0;
}
.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
    cursor: pointer;
    text-align: center;
    padding: 5px;
}
.icon-arrow-left {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ccc transparent transparent;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.icon-arrow-right {
    width: 0;
    height: 0;
    font-size: 0;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ccc;
    border-width: 8px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px;
}
.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
    padding: 5px 10px;
    text-align: center;
    height: 20px;
    border-radius: 4px;
    border: 0;
}
@media screen and (max-width: 768px){
	.table-condensed thead>tr>th, .table-condensed tbody>tr>th, .table-condensed tfoot>tr>th, .table-condensed thead>tr>td, .table-condensed tbody>tr>td, .table-condensed tfoot>tr>td {
		padding: 5px 5px;
	}
}
.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    color: #fff;
    border-radius: 4px;
    background:-webkit-gradient(linear,0% 0%, 0% 100%,from(#08c),to(#04c)); 
	background:-moz-linear-gradient(top,#08c,#04c); 
	background:-o-linear-gradient(top,#08c,#04c);
	background:-ms-linear-gradient(top,#08c,#04c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c',endColorstr='#04c');*background:#04c; }
	background:linear-gradient(top,#08c,#04c);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

/*日期查询_end*/
/*查询框条件_end*/
/*指数按钮_start*/
.selector a {
    position: relative;
    z-index: 99;
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width: 320px) {
    .selector a {
        padding: 3px;
    }
}
.selector a:hover {
    color: #fff;
    background: #18376f;
}
.selector a.active {
    color: #fff;
    background: #18376f;
}
/*指数按钮_end*/
/*stockpage_start*/
.mobile-titile-bar {
    padding: 15px 30px;
    background: #e8ecf5;
}
.mobile-titile-bar h1 {
    font-size: 22px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
}
.mobile-titile-bar h5 {
    font-size: 18px;
}
.stock-page {
    padding-top: 1rem;
}
@media screen and (min-width: 768px) {
.stock-page {
    padding-top: 1.5rem;
}   
}
/*stockpage_end*/
/*行情动态_start*/
.hq_item{
    height: 180px;
}
/* .showInfo1{
    height: 80px;
} */
.showInfo1 table{
    width: 100%;
}
.js_list{
    width: 100%;
}
.js_tableData_marketTabList{
    width: 100%;
}
.showInfo2 p{
    font-size: 12px;
}
.fe.arrow-down:after{
    content: "\e90c";
}
.fe.arrow-up:after{
    content: "\e914";
}
.fgrey.active:link {
    color: #032272;
    border-bottom: 3px solid #18376f;
}
.fgrey.active:visited {
    color: #032272;
    border-bottom: 3px solid #18376f;
}
.fgrey.active:hover {
    color: #032272;
    border-bottom: 3px solid #18376f;
}
.fgrey.active:active {
    color: #032272;
    border-bottom: 3px solid #18376f;
}

.fgrey{
    display: inline-block;
    color: #bababa;
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-right: 15px;
    margin-bottom: 25px;
    font-weight: bold;
}
.fgrey:link {
     color: #bababa;
}
.fgrey:visited {
     color: #bababa;
}
.fgrey:hover {
     color: #bababa;
}
.fgrey:active {
     color: #bababa;
}
@media screen and (max-width: 767px) {

	.fgrey.active:link {
	    font-size: 18px;
	}
	.fgrey.active:visited {
	    font-size: 18px;
	}
	.fgrey.active:hover {
	    font-size: 18px;
	}
	.fgrey.active:active {
	    font-size: 18px;
	}
	.fgrey:link {
	    font-size: 18px;
	}
	.fgrey:visited {
	    font-size: 18px;
	}
	.fgrey:hover {
	    font-size: 18px;
	}
	.fgrey:active {
	    font-size: 18px;
	}
}
.js_tableData_marketTabList #refresh{
    display: block;
    float: right;
    box-sizing: content-box;
    padding: 0 14px;
    height: 30px;
    color: #18376f;
    line-height: 30px;
    border: 2px solid #18376f;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 15px;
}
.js_tableData_marketTabList #date{
    line-height: 34px;
}

/*行情动态_end*/
/*title_link_start*/
.title_link {
    margin-left: 15px;
    top: 65px;
}
.title_link_block {
    width: 100%;
}
@media screen and (max-width: 768px) {
	.title_link {
		white-space: nowrap;
		overflow-x: auto;
	}
}
.title_link li {
	display: inline-block;
	padding-bottom: 5px;
    margin-bottom: 15px;
    margin-right: 7px;
}
.title_link li a {
	position: relative;
	display: inline-block;
	color: #bbb;
    font-size: 18px;
    font-weight: bold;
}
.title_link li i {
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 5px;
	border-radius: 5px;
	background: rgb(187,187,187);
    padding: 5px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
    vertical-align: bottom;
}
.title_link li.active a {
	display: inline-block;
	color: #18376f;
    border-bottom: 3px solid #18376f;
    font-size: 20px;
    font-weight: bold;
}
.title_link li.active i {
	background: rgb(0,40,87);
}
.highcharts-axis{
    display:none;
}
@media screen and (max-width: 767px) {
	.title_link li {
		margin-right: 10px;
	}
	.title_link li.active a {
		font-size: 20px;
	}
	.title_link li a {
		font-size: 20px;
	}
}
/*table-link_end*/
.select_more {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px solid #e4e6e9;
    padding-top: 15px;
    padding-bottom: 15px;   
}
.select_more a {
    display: block;
    float: initial;
    margin-bottom: 10px;
}
.more_condition~div{display: none;}