@charset "utf-8";

/*风险弹窗*/
.fixed-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
}

.tip-box {
    width: 666px;
    height: 636px;
    background: #fff;
    padding-bottom: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(67, 85, 126, .44);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}

.box-center {
    /*overflow: auto;
    width: 100%;
    height: 500px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    padding: 5px;*/
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 4px;
    background: #445884;
    color: #fff;
}

.box-center>div{
    width: 100% !important;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
    padding: 0 36px ;
}

.box-center>div::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.box-center>div::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 10px;
    background-color: #7e8aa5;
}

.tip-box p {
    margin-top: 5px;
    text-indent: 2em;
}

.tip-box h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

.tip-box .tip-tit {
    margin-top: 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
    text-indent: 0;
    font-weight: bold;
}

.close-btn {
    /*width: 280px;
    height: 40px;
    background: #3175b7;
    padding: 0 10px;
    margin: 15px auto 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;*/
    width: 280px;
    height: 46px;
    background: #5a8bf3;
    padding: 0 10px;
    margin: 23px auto 0;
    line-height: 46px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

.close-btn:hover {
    background: #477ef2;
}

.warps {
    width: 88%;
    max-width: 1500px;
    min-width: 1200px;
    overflow: hidden;
    margin: -120px auto 0;
    color: #333333;
    font-size: 14px;
}

.ta {
}

.nav-tabs {
    float: left;
    width: 100%;
    height: 41px;
    font-size: 14px;
    color: #333;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    background-color: #252830;
    border-bottom: 1px solid #606172;
    border-left: 1px solid #606172;
}

.nav-tabs::before {
    display: table;
    content: " ";
}

.nav-tabs li {
    float: left;
    height: 42px;
    margin-bottom: -1px;
    position: relative;
    z-index: 100;
}

.nav-tabs li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    height: 42px;
    background-color: #2f303b;
    box-sizing: border-box;
    border: 1px solid #606172;
    border-left: none;
    line-height: 20px;
    color: #c2c4cf;
    font-size: 14px;
    text-align: center;
}

.nav-tabs li:last-child a {
    border-left: 1px solid #606172;
}

.nav-tabs li a img {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
}

.nav-tabs li a img:hover {
    transition: 0.3s ease all;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -webkit-transition: 0.3s ease all;
    -moz-transform: rotateZ(360deg);
    -moz-transition: 0.3s ease all;
    -ms-transform: rotateZ(360deg);
    -ms-transition: 0.3s ease all;
    -o-transform: rotateZ(360deg);
    -o-transition: 0.3s ease all;
}

.nav-tabs li.active a {
    border-bottom-color: #2f303b;
    font-weight: bold;
}

.nav-tabs .sea-wra {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
	padding-bottom: 2px;
	position: relative;
	z-index: 1;
}

.nav-tabs .sea-wra .seach-icon{
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
	color:#fff;
}
.nav-tabs .sea-wra .seach-inp {
	padding: 0 30px 0 5px;
	width: 110px;
	height: 34px;
	border: 1px solid #596170;
	color: #fff;
	background: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tab-content {
    border-left: 1px solid #606172;
    border-right: 1px solid #606172;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
    opacity: 1;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
    border-collapse: collapse;
}

.table tr.th-style {
    background-color: #2f303b !important;
    color: #fff;
}

.table tr.th-style th {
    padding: 9px 0px 9px 8px;
    font-size: 14px;
    border-bottom: none;
    text-align: left;
}

.table tr.th-style .sxi {
    position: relative;
    cursor: pointer;
}

.table tr.th-style .sxi:after,
.table tr.th-style .sxi:before {
    position: absolute;
    right: -15px;
    content: '';
    display: block;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    width: 0;
    border-style: solid;
    border-width: 5px;
}

.table tr.th-style .sxi:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
    top: -2px;
}

.table tr.th-style .sxi:after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    bottom: -2px;
}

.table tr.th-style .sxi.up:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7496e6 rgba(0, 0, 0, 0);
}

.table tr.th-style .sxi.up:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7496e6 rgba(0, 0, 0, 0);
}

.table tr.th-style .sxi.down:after {
    border-color: #7496e6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.table tr.th-style .sxi.up:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #7496e6 rgba(0, 0, 0, 0);
}

.table .pl20 {
    padding-left: 20px !important;
}

.table > tbody > tr {
    background: #39434d;
    border-bottom: 1px solid #282c3f;
}

.table > tbody > tr > td {
    position: relative;
    border: none;
    padding: 8px;
    color: #c1cfea;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: left;
}

.table .btn-style {
    border-radius: 30px;
    text-align: center;
    padding: 6px 0;
    width: 54px;
    position: absolute;
    top: 4px;
    left: 10px;
}

.img-x-wrap {
    display: inline-block;
    margin-left: 10px;
    width: 19px;
    height: 19px;
    position: relative;
    z-index: 1;
}

.img-x-wrap .kx {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    display: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 5px 5px 0 0;
}

.img-x-wrap .kx.show {
    display: block;
}

/*宣传部分*/
.product-info {
    margin-top: 100px;
    overflow: hidden;
}

.product-info:first-child {
    margin-top: 150px;
}

.product-info .img-wrap {
    float: left;
    position: relative;
}

.product-info .img-wrap img {
    width: 460px;
    min-height: 280px;
}
.img-shade{
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    background: #0d0d0d
}
.product-info .text-wrap {
    float: right;
    padding-right: 50px;
    padding-left: 0;
    width: 560px;
    color: #b5d1d4;
}

.product-info .text-wrap h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-info .text-wrap p {
    font-size: 14px;
    line-height: 24px;
    max-height: 280px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.product-info:nth-child(even) .img-wrap {
    float: right;
}

.product-info:nth-child(even) .text-wrap {
    float: left;
    padding-right: 0;
    padding-left: 50px;
}

/*行业资讯 新闻公告*/
.warps2 {
    width: 88%;
    max-width: 1500px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.news .left,
.news .right {
    width: 49%;
    color: #c1cfea;
}

.news .news_tx {
    font-size: 18px;
    line-height: 44px;
    border-bottom: 2px #3175b7 solid;
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 20px;
}

.news_tx_left {
    width: 49%;
    float: left;
    font-size: 14px;
}

.news_tx_right {
    width: 49%;
    float: right;
    text-align: right;
    font-size: 14px;
    color: #717683;
}

.news_tx_right a {
    display: block;
    color: #717683;
}

.news_tx_right a:hover {
    color: #fa6c32;
    text-decoration: underline;
}

.news_txafter {
    width: 100%;
    min-height: 164px;
    position: relative;
    overflow: hidden;
}

.news .news_pic {
    width: 212px;
    height: 164px;
    position: absolute;
    left: 0;
    top: 0;
}

.news .news_pic img {
    display: block;
    width: 212px;
    height: 164px;
}

.news .news_list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 222px;
    overflow: hidden;
}

.news .news_list ul {
    list-style: none;
}

.news .news_list li {
    width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #999;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

.news .news_list li .news_clua {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #AAC9E5;
}

.news .news_list li .news_clda {
    position: absolute;
    top: 0;
    right: 0;
    color: #797e8c;
}

.news .news_list a:hover {
    color: #fa6c32;
    text-decoration: underline;
}

