/*html, body { 
 SCROLLBAR-FACE-COLOR: #474A52;
 SCROLLBAR-HIGHLIGHT-COLOR: #24262B;
 SCROLLBAR-SHADOW-COLOR: #1C1E23;
 SCROLLBAR-3DLIGHT-COLOR: #1C1E23;
 SCROLLBAR-ARROW-COLOR: #E3E6F5;
 SCROLLBAR-TRACK-COLOR: #1C1E23;
 SCROLLBAR-DARKSHADOW-COLOR: #1C1E23;
 SCROLLBAR-BASE-COLOR: ;}*/

/* 以下是支持谷歌浏览器的滚动条代码 */
 /* 滚动条的宽度 */ 
/*::-webkit-scrollbar { 
    width: 12px; 
    height: 12px; 
}*/

/*垂直方向的下按钮*/ 
/*::-webkit-scrollbar-button:vertical:increment { 
    background:#1C1E23 url($imgpath/$stylepath/FronWeb/x1204.png) no-repeat 1px 0px; 
    height:10px; 
}*/  
 
/*横向的右边按钮*/ 
/*::-webkit-scrollbar-button:horizontal:increment {
    background:#1C1E23 url($imgpath/$stylepath/FronWeb/y1204.png) no-repeat 0px 1px;
    width:10px;
}*/
 
/*垂直方向的上按钮*/ 
/*::-webkit-scrollbar-button:vertical:decrement { 
    background:#1C1E23 url($imgpath/$stylepath/FronWeb/s1204.png) no-repeat 1px 0px; 
    height:10px; 
}*/
 
/*横向的左按钮*/ 
/*::-webkit-scrollbar-button:horizontal:decrement { 
    background:#1C1E23 url($imgpath/$stylepath/FronWeb/z1204.png) no-repeat 0px 1px;
    width:10px; 
}*/
 
/*滚动槽的颜色 */ 
/*::-webkit-scrollbar-track-piece { 
   background-color:#1C1E23; 
}*/

/* 滑轮的颜色 */ 
/*::-webkit-scrollbar-thumb:vertical { 
    height: 50px; 
    background-color: #474A52; 
    border:1px solid #1C1E23; 
    border-radius:10px;
}*/
 
/*::-webkit-scrollbar-thumb:horizontal{ 
    height: 50px; 
    background-color: #474A52; 
    border:1px solid #1C1E23; 
    border-radius:10px;
}*/

body {
    overflow-y: scroll;/* 垂直方向显示滚动条 */
}

body{
	--primary-color: #B08153;
	--primary-color2: #004080;
	--primary-font-color: #ff9720;
	--secondary-color: #000000; /* --------------------------------#032737---------------- */
	--secondary-color2: #EDEDED; /* #F2F2F2   #CCCCCC */
	--secondary-color3: #2C5D9E; /* blue #104981 #12629b */
	--primary-alpha-Dot75: rgba(191, 124, 47, 0.75);
	--primary-alpha-Dot50: rgba(191, 124, 47, 0.50);
	--primary-alpha-Dot10: rgba(191, 124, 47, 0.10);
	/*--secondary-alpha-Dot50: rgba(3, 39, 55, 0.50);*/
	--secondary-alpha-Dot30: rgba(0, 0, 0, 0.30);
	--secondary-alpha-Dot50: rgba(0, 0, 0, 0.50);
	--secondary-alpha-Dot855: rgba(0, 0, 0, 0.85);
	--secondary-alpha-Dot70: rgba(3, 32, 28, 0.70);
	--secondary-alpha-Dot80: rgba(3, 32, 28, 0.80);
	--secondary-alpha-Dot85: rgba(3, 32, 28, 0.85);
	--secondary-alpha-Dot90: rgba(3, 32, 28, 0.90);
}

.b {font-weight: 500;}
.bg-gray2 {background:#454850;}
.text-whiteOK {color: #FFFFFF;}
.text-blackOK {color: #1C1E23;}

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.block {
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.tc{
	text-align: center !important;
}
.tr{
	text-align: right !important;
}
.red{
	 color: #f30;
}
.green{
	color: green;
}
.fc9{
	color: #999;
}
.fc3{
	color: #333;
}
.fb{
	font-weight: bold !important;
}
.f12{
	font-size: 12px;
}
.f14{
	font-size: 11pt;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
[v-cloak] {
  display: none;
}
.cursor-pointer{
	cursor: pointer !important;
}

.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt100{margin-top: 100px !important;}
.ml10{margin-left: 10px !important;}
.ml20{margin-left: 20px !important;}
.ml40{margin-left: 40px !important;}
.ml50{margin-left: 50px !important;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.pl20{padding-left: 20px !important;}
.pt50{padding-top: 50px !important;}
.pb50{padding-bottom: 50px !important;}
.pt100{padding-top: 100px !important;}
.pb100{padding-bottom: 100px !important;}
.pr20{padding-right: 20px !important;}
.pl20{padding-left: 20px !important;}
.w100{width: 100px !important;}
.w150{width: 150px !important;}
.w300{width: 300px !important;}
.w400{width: 400px !important;}
.w500{width: 500px !important;}
.w600{width: 600px !important;}
.wb20{width: 20% !important;}
.wb70{width: 70% !important;}
.wb80{width: 80% !important;}
.wb84{width: 84% !important;}
.wb90{width: 90% !important;}
.wb100{width: 100% !important;}

.e_color{color:#74757E;}

.e_color_dark{color:#74757E;}
.e_color_medium{color:#8F919C;}
.e_color_White{color:#CDD0DF;}

.bg-customize-black-main {background:#0B0C0D;}
.bg-customize-dark1 {background:#1C1E23;}
.bg-customize-dark2-1 {background:#22242A;}
.bg-customize-dark2 {background:#292C33;}
.bg-customize-dark3 {background:#454850;}

.PostInfo {position:relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.container-layout2 {margin:0 auto;padding:0 20px}

/* 首页 banner*/
.channel-banner-index {height:420px;position:relative;background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;}
/*.channel-banner-index .image-overlay {background-color: rgba(0, 0, 0, 0.15);width: 100%;height: 100%;}*/
.channel-banner-index .banner-info {position:absolute;top:30%;margin-top:0px;left:0;right:0;z-index:3}
.channel-banner-index .banner-info h3{font-size:42pt;font-weight:600;position:relative;margin-bottom:10px}
.channel-banner-index .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:3px;/*background:#ff9600;*/content:'';display:block;position:absolute;}
.channel-banner-index .banner-info p{font-size:36px;}
/* 首页 banner end*/

/* 首页软件单个 */
.img-responsive-softlogo {display:inline-block;max-width:100%;height:65px;}
.home-soft-index{background-repeat:no-repeat;background-position:center 50%;background-size:cover}
.home-soft-index .padding-large{padding:30px 40px 0px 40px}
.home-soft-index h2{position:relative;font-size:2rem;line-height:1.3;font-weight:700;word-break:break-all;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.home-soft-index h3{position:relative;font-size:2.1rem;line-height:1.3;font-weight:500;word-break:break-all;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;}
.home-soft-index p{position:relative;font-size:12pt;line-height:26px; overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.home-soft-index .soft-box h2{position:relative;font-size:1.9rem;line-height:1.3;font-weight:400;text-transform:uppercase; word-break:break-all; display:block;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}
.home-soft-index .soft-box h3{position:relative;font-size:2rem;line-height:1.3;font-weight:500;word-break:break-all;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;}
.title-soft-index{position:relative;}
.home-soft-index .soft-box .chiText{
	display: inline-block;
    font-size: 19pt;
    vertical-align: top;
    font-weight: 500;
}
/*.title-soft-index h4{position:relative;font-size:30px;text-transform:uppercase;margin:0 auto 50px auto;font-weight:600}
.title-soft-index h4:before {background:#FF9600;content:'';display:block;position:absolute;width:50px;height:5px;bottom:-15px;left:50%;margin-left:-25px;}*/
.index-top-border {border-top: 1px solid #262b2f;}
.index-bottom-border {border-bottom: 1px solid #262b2f;}
.index-bottom-border-black {border-bottom: 1px solid #000;}

.home-index-softlogo {line-height: 56px; font-size:23pt; color:#CDD0DF;display:block;font-weight:600;word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.home-index-softlogo img.imglogo {height:56px;display: inline;vertical-align: middle;float: left;margin-right: 5px;}
.home-index-softlogo:hover {color:#F5DEB3;}

.home-index-3dsmax {height: 80px;line-height:73px; font-size:24pt; color:#CDD0DF;display:block;font-weight:600;border:2px solid #292d30;border-radius:8px;background:#1C1E23; text-align:center;vertical-align: middle;
	word-break:break-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}
.home-index-3dsmax img {border:0;height:38px;
    vertical-align: middle;
    margin-right: 15px;
}
.home-index-3dsmax:hover {color:#FFF;background:#2D7A7D;border:2px solid #2D7A7D;}

.title-soft-index h4 p{	
    width: 500px;
    height: 56px;
    line-height: 54px;
    border-radius: 54px;
	border: 1px solid #C3C3C3;
    background: #E1E1E1;
    text-align: center;
    color: #333;
    font-size: 20pt;
    font-weight: 600;
	margin:0 auto 50px auto;
}
.title-soft-index h4 {position:relative;
    background: url(../images/line.png) center repeat-x;
}

.title-soft-index h5 .softbox{	
    width: 350px;
    height: 46px;
    line-height: 42px;
    border-radius: 42px;
	border: 1px solid #344700;
    background: #5A7B00;
    text-align: center;
    color: #FFF;
    font-size: 19pt;
    font-weight: 500;
	margin:0 auto;
}
.title-soft-index h5 {position:relative;
    /*background: url(../images/line.png) center repeat-x;*/
}
/* 首页软件单个 */

/* 首页软件授权在线申请 */
.container .custom-form .item-from-row{
	border-bottom: 1px dashed #E1E1E1;
}
.container .custom-form .item-from-row00{
	border-bottom: 1px dashed #E1E1E1;
}
.container .item-from-row{
	position: relative;
	min-height: 40px;
	line-height: 40px;
	padding: 5px;
	/*background-color: rgba(255,255,255,.2);*/
	border-radius: 0px;
	vertical-align: middle;
	width: 80%;
	display: inline-block;
}
.container .item-from-row00{
	position: relative;
	min-height: 40px;
	line-height: 40px;
	padding: 5px;
	background-color: rgba(255,255,255,.11);
	border-radius: 0px;
	border: 1px solid rgba(255,255,255,.06);
	vertical-align: middle;
	width: 98%;
	display: inline-block;
}
.container .item-from-row:last-child,.item-from-row00:last-child{
	/*border: 0;*/
}
.container .item-from-row  .el-input__inner{
	height: 36px;
	line-height: 36px;
}
.container .item-from-row00  .el-input__inner{
	height: 36px;
	line-height: 36px;
}
.container .item-from-row .from-row-1,
.container .item-from-row .from-row-2,
.container .item-from-row .from-row-3{
	float: left;
}
.container .item-from-row00 .from-row-1,
.container .item-from-row00 .from-row-2,
.container .item-from-row00 .from-row-3{
	float: left;
}
.container .item-from-row .from-row-l{
	width: 16%;
	text-align: right;
	margin-right: 1%;
	color: #666;
}
.container .item-from-row00 .from-row-l{
	width: 16%;
	text-align: right;
	margin-right: 1%;
	color: #666;
}
.container .item-from-row .from-row-1{
	width: 50%;
}
.container .item-from-row00 .from-row-1{
	width: 50%;
}
.container .item-from-row .from-row-2{
	width: 20%;
}
.container .item-from-row00 .from-row-2{
	width: 20%;
}
.container .item-from-row .from-row-3{
	width: 10%;
}
.container .item-from-row00 .from-row-3{
	width: 10%;
}
.container .item-from-row p.notic {
    line-height: 20px;
    color: #F56C6C;
	font-size: 13px;
}
.container .item-from-row00 p.notic {
    line-height: 20px;
    color: #F56C6C;
	font-size: 13px;
}
.container .item-from-row .err a{
	color: #ff7600;
}
.container .item-from-row00 .err a{
	color: #ff7600;
}

 .container .input-file-show{
	position: relative;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.container .input-file-show img {
	position: absolute;
	width: 80px;
	height: 80px;
}
.container .input-file-show span {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	z-index: 2;
}
.container .item-from-row .from-row-1 textarea,
.container .item-from-row .from-row-2 textarea,
.container .item-from-row .from-row-3 textarea{
	border: 1px solid #DCDFE6;
	border-radius: 4px;
	padding: 4px;
}
.container .item-from-row00 .from-row-1 textarea,
.container .item-from-row00 .from-row-2 textarea,
.container .item-from-row00 .from-row-3 textarea{
	border: 1px solid #DCDFE6;
	border-radius: 4px;
	padding: 4px;
}

.container .select {
    height: 46px;
    line-height: 46px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.9);
    border: 1px solid #3a4045; /*#DCDFE6*/
    text-shadow: none;
    border-radius: 0px;
    transition: box-shadow 0.25s ease;
    z-index: 2;
}

.container .select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #b3b3b3;
    top: 20px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}

.container .select select {
    cursor: pointer;
    padding: 12px 30px 12px 10px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-size: 100%;
	font: 11pt "microsoft yahei", arial, sans-serif;
    color: #3D3D42;
}

.container .on-off{
	font-size: 0;
	position: relative;
	overflow: hidden;
	display: block;
}
.container .on-off .cb-enable {
    color: #777;
    font-size: 12px;
    line-height: 20px;
    background-color: #f8f8f8;
    height: 24px;
    padding: 1px 9px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 4px 0 0 4px;
}
.container .on-off .cb-enable {
    border-width: 1px 0 1px 1px;
}
.container .on-off .cb-disable.selected {
    color: #FFF;
    background-color: #ff7600;
    border-color: #ff7600;
    border-radius: 0 4px 4px 0;
}
.container .on-off .cb-disable {
    border-width: 1px 1px 1px 0;
}
.container .on-off .cb-disable {
    color: #777;
    font-size: 12px;
    line-height: 20px;
    background-color: #f8f8f8;
    height: 24px;
    padding: 1px 9px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 0 4px 4px 0;
}
.container .on-off input[type="radio"] {
    position: absolute;
    top: 0;
    left: -999px;
}
.container .on-off .cb-enable.selected {
    color: #FFF;
    background-color: #ff7600;
    border-color: #ff7600;
    border-radius: 4px 0 0 4px;
}

.laydate_body .laydate_top{
	padding: 0px !important; 
}

.container .custom-form .item-from-row{
	border-bottom: 1px dashed #E1E1E1;
}
.container .custom-form .item-from-row00{
	border-bottom: 1px dashed #E1E1E1;
}



.el2-button {
    display: inline-block;    
    white-space: nowrap;
    cursor: pointer;
    background-color: #B08153;
    border: 1px solid #B08153;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    font-size: 11pt;
    border-radius: 0px;
	-webkit-user-select: none;
	width: 100%;
	line-height: 40px;
	position:relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.el2-button:hover {
	color: #FFF;
	background: #926335;
	border: 1px solid #B08153;
}
.softauth-note {color:#8F919C;width:80%;padding:10px 5px;text-align:left;vertical-align:middle;}
/* 首页软件授权在线申请 */

/* 自定义标签 */
.ev-tags a{
	/*color: #CDD0DF;*/
	display: inline-block;
	border: 1px solid #555963;
	/*-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}

.ev-tags a:hover{
	color: #DAA520;
	border: 1px solid #DAA520;
	background-color: rgba(208,122,23,.15);
}
/* 自定义标签 */

/* 查看解压密码按钮 */
a.lookpass {
	color: #CDD0DF;
	display: block;
	/*background: #fff;
	padding: 5px 12px;
	line-height:20px;
	font-size: 11pt;
	border-radius: 4px;*/
	font-size: 11pt;
	padding: 13px;
	border: 2px solid #3A4045;
	transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

a.lookpass:hover{
	color: #FFF;
	border: 2px solid #7A7D8C;
}
/* 查看解压密码按钮 */

/* 加入收藏按钮 */
a.collect-button {
	color: #CDD0DF;
	display: block;
	/*background: #fff;
	line-height:20px;*/
	font-size: 11pt;
	padding: 12px;
	border-radius: 50px;
	border: 2px solid #3A4045;
}

a.collect-button:hover{
	color: #FFF;
	/*background: #32363F;*/
	border: 2px solid #FC5531;
}
/* 加入收藏按钮 */

/* 首页内容按钮 */
a.index-button {
	color: #B08153;
	display:inline-block;
	/*background: #fff;
	font-weight: 500;*/
	line-height:36px;
	font-size: 11pt;
	padding: 0px 40px;
	border-radius: 50px;
	border: 2px solid #B08153;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.home-button {
	color: #B08153;
	display:inline-block;
	/*background: #fff;
	font-weight: 500;
	vertical-align: middle;*/
	text-align: center;
	line-height:24px;
	height:28px;
	font-size: 10pt;
	padding: 0px 40px;
	border-radius:50px;
	border: 2px solid #B08153;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.home-button-white {
	color: #CDD0DF;
	display:inline-block;
	/*background: #fff;
	font-weight: 500;
	vertical-align: middle;*/
	text-align: center;
	line-height:24px;
	height:28px;
	font-size: 10pt;
	padding: 0px 40px;
	border-radius:50px;
	border: 2px solid #CDD0DF;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.index-button:hover,a.home-button:hover,a.home-button-white:hover{
	color: #FFFFFF;
	background: #B08153;
	border: 2px solid #B08153;
}
/* 首页内容按钮 */

/* 内容按钮 */
a.view-button {
	/*color: #CDD0DF;*/
	font-size: 11pt;
	border: 2px solid #454850;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.view-button:hover{
	color: #FFFFFF;
	background: #B08153;
	border: 2px solid #B08153;
}
/* 内容按钮 */

/* 首页 PIC */
.uk-text-center {
    text-align: center!important;
}
.padding-left15 {padding-left:15px}
.padding-right15 {padding-right:15px}

.ev-featured-city-1{
	min-height: 260px;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 8px;
}
/*.ev-featured-city-1 .ev-overlay:hover{
	background: rgb(0 0 0 / 40%);
}*/
.ev-featured-city-1 .ev-overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot30) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot30) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot30) 100%);*/
	background: rgb(0 0 0 / 30%);
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.ev-featured-city-1 .ev-content{
	/*padding: 50px 40px;*/
}
.ev-featured-city-1 .padding1{
	padding: 50px 40px;
}
.ev-featured-city-1 .padding2{
	padding: 50px 80px;
}
.ev-featured-city-1 .padding3{
	padding: 50px 150px;
}
.ev-featured-city-1 .ev-content h3{
	color: #ffffff !important;
	margin-bottom: 5px !important;
	font-weight: 600;
}
.ev-featured-city-1 .ev-content h2{
	/*color: #ffffff !important;*/
	margin-bottom: 5px !important;
	font-weight: 500;
	font-size: 2.5rem;
	font-family:Impact,"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
	line-height: 1.4;
}
.ev-featured-city-1 .ev-content p{
	color: #ffffff;
	margin: 0;
	position: relative;
    font-size: 12pt;
    line-height: 26px;
	font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.ev-featured-city-1b{
	min-height: 260px;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 8px;
}
/*.ev-featured-city-1b .ev-overlay:hover{
	background: rgb(0 0 0 / 40%);
}*/
.ev-featured-city-1b .ev-overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot50) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot50) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot50) 100%);*/
	background: rgb(0 0 0 / 30%);
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.ev-featured-city-1b .ev-content{
	padding: 50px 150px;
	text-align: center;
}
.ev-featured-city-1b .ev-content h3{
	/*color: #ffffff !important;*/ 
	margin-bottom: 5px !important;
	font-weight: 600;
}
.ev-featured-city-1b .ev-content h2{
	/*color: #ffffff !important;*/
	margin-bottom: 5px !important;
	font-weight: 500;
	font-size: 2.5rem;
	font-family:Impact,"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
	line-height: 1.4;
	/*-webkit-text-stroke: 1px #000;  文字描边 */
	/*text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;  文字阴影，可当描边 */ 
}
.ev-featured-city-1b .ev-content p{
	color: #ffffff;
	margin: 0;
	position: relative;
    font-size: 12pt;
    line-height: 26px;
	font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.ev-featured-city-Vantage, .ev-featured-city-banner{
	min-height: 420px;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
	border-radius: 0px;
}
.ev-featured-city-Vantage .ev-overlay:hover{
	/*opacity: 0.9;*/
	background: rgb(0 0 0 / 40%);
}
.ev-featured-city-Vantage  .ev-overlay, .ev-featured-city-banner .ev-overlay, .channel-banner .ev-overlay{
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot855) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot855) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, var(--secondary-alpha-Dot855) 100%);*/
	background: rgb(0 0 0 / 40%);
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 0px;
	align-items: center;
	justify-content: center;
	display: flex;

	background: rgba(0,0,0,0.02) url(../images/dott.png)repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
	padding:0em 0;
}
.ev-featured-city-banner .ev-overlaysss {
	height: 100%;
	width: 100%;
	position: absolute;
	border-radius: 0px;
	align-items: center;
	justify-content: center;
	display: flex;
	background: rgba(0,0,0,0.02) url(../images/texture-bw2.png)center center repeat;
	background-size: 600px;
	-webkit-background-size: 600px;
	-moz-background-size: 600px;
	-o-background-size: 600px;
	-ms-background-size: 600px;
	padding:0em 0;
}
.ev-featured-city-Vantage .ev-content, .ev-featured-city-banner .ev-content{
	padding: 50px 100px;
	text-align: center;
}
.ev-featured-city-Vantage .ev-content h3, .ev-featured-city-banner .ev-content h3{
	/*color: #ffffff !important;*/ 
	margin-bottom: 5px !important;
	font-weight: 600;
}
.ev-featured-city-Vantage .ev-content h2, .ev-featured-city-banner .ev-content h2{
	/*color: #ffffff !important;*/ 
	margin-bottom: 5px !important;
	font-weight: 500;
	font-size: 42pt;
	font-family:Impact,"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
	line-height: 1.8;
	/*-webkit-text-stroke: 1px #000;  文字描边 */
	/*text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;  文字阴影，可当描边 */ 
}
.ev-featured-city-Vantage .ev-content h2 .indexText, .ev-featured-city-banner .ev-content h2 .indexText{display:inline-block;margin-top:5px;font-size: 36pt;vertical-align: top;}
.ev-featured-city-Vantage .ev-content p, .ev-featured-city-banner .ev-content p{
	color: #ffffff;
	margin: 0;
	position: relative;
    font-size: 13pt;
	font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ev-featured-city-banner .ev-content h2 .indexVerText{display:inline-block;margin-top:1px;font-size: 37pt;vertical-align: top;}
.ev-featured-city-banner .ev-content h2 .indexText-fp{display:inline-block;margin-top:5px;font-size: 32pt;vertical-align: top;}
.index-banner-big-title-yellow a {color:#FFFFFF}
.index-banner-big-title-yellow a:hover {color:#F5DEB3}



/* 精品角标-首页头部双 banner */
.ev-featured-city-banner .jingpin {
    position: absolute;
    margin-left: -40px;
    margin-top: -50px;
    z-index: 1;
}
.ev-featured-city-banner .Genuinehh {
	position: absolute;
	margin-left: -70px;
	margin-top: -29px;
	z-index: 1;
	font-size: 17pt;
	color:red;
	}

/* 精品角标-首页头部双 banner end */

.ev-featured-city-banner .twoRow {/* 两行 */
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 26px;
	}
.ev-featured-city-banner .ev-contentL{
	padding: 50px 0px 50px 20px;
	text-align: left;
	float: right;
	width:50%;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.ev-featured-city-banner .ev-contentR{
	padding: 50px 20px 50px 0px;
	text-align: right;
	float: left;
	width:50%;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.ev-featured-city-banner .ev-contentL h3, .ev-featured-city-banner .ev-contentR h3{
	/*color: #ffffff !important;*/ 
	margin-bottom: 5px !important;
	font-weight: 600;
}
.ev-featured-city-banner .ev-contentL h2, .ev-featured-city-banner .ev-contentR h2{
	/*color: #ffffff !important;*/ 
	margin-bottom: 5px !important;
	font-weight: 500;
	font-size: 26pt;
	font-family:Impact,"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
	line-height: 1.8;
}
.ev-featured-city-banner .ev-contentL h2 .indexText, .ev-featured-city-banner .ev-contentR h2 .indexText{
	display:inline-block;
	margin-top:1px;
	font-size: 23pt;
	vertical-align: top;
	font-weight: 500;
}
.ev-featured-city-banner .ev-contentL p, .ev-featured-city-banner .ev-contentR p{
	color: #ffffff;
	margin: 0;
	position: relative;
    font-size: 13pt;
	font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ev-featured-city-banner .ev-contentL h2 .indexVerText, .ev-featured-city-banner .ev-contentR h2 .indexVerText{
	display:inline-block;
	margin-top:1px;
	font-size: 37pt;
	vertical-align: top;
}
.ev-featured-city-banner .ev-contentL h2 .indexText-fp, .ev-featured-city-banner .ev-contentR h2 .indexText-fp{
	display:inline-block;
	margin-top:5px;
	font-size: 32pt;
	vertical-align: top;
}
.ev-featured-city-banner img.banner-titlelogo {
				height: 36px;
				display: inline;
				vertical-align: middle;
				/*position: absolute;*/
				margin-right: 10px;
				margin-bottom: 8px;
				/*float:left;*/
			   }

/* 首页 PIC */

/* 简易返回顶部*/
.go{width:40px;height:124px;position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0)));right:5px;bottom:5px;}
.go a{display:block;margin-bottom:1px;border:0;overflow:hidden;float:left}
.go .top{height: 30px; width: 30px; display:block; border-radius: 6px 6px 0px 0px; background:url(../images/up_arrow.png) 50% 50% no-repeat rgb(239, 239, 239);opacity:0.3;filter:alpha(opacity=30);}
.go .bottom{height: 30px; width: 30px; display:block; border-radius: 0px 0px 6px 6px; background:url(../images/down_arrow.png) 50% 50% no-repeat rgb(239, 239, 239);opacity:0.3;filter:alpha(opacity=30);}
.go .top:hover{opacity:1;filter:alpha(opacity=100);}
.go .bottom:hover{opacity:1;filter:alpha(opacity=100);}
/* //简易返回顶部*/

/* 回到顶部、底部按钮 */
#updown {position:fixed;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||200)-(parseInt(this.currentStyle.marginBottom,10)||0)));right:20px;bottom:5px;z-index:10;}
#updown span {cursor: pointer;height: 30px; width: 30px; display: block;margin-bottom: 1px;}
#updown span:hover {cursor: pointer;rgb(239, 239, 239);opacity:1;filter:alpha(opacity=100);}
#updown .up {border-radius: 6px 6px 0px 0px;background: url(../images/up_arrow.png) 50% 50% no-repeat rgb(239, 239, 239);opacity:0.3;filter:alpha(opacity=30);}
/*#updown .up:hover {background: url(../images/up_arrow.png) 50% 50% no-repeat rgb(239, 239, 239);opacity:1;filter:alpha(opacity=100);}*/
#updown .down  {border-radius: 0px 0px 6px 6px;background: url(../images/down_arrow.png) 50% 50% no-repeat rgb(239, 239, 239);opacity:0.3;filter:alpha(opacity=30);}
/*#updown .down:hover{background: url(../images/down_arrow.png) 50% 50% no-repeat rgb(239, 239, 239);opacity:1;filter:alpha(opacity=100);}*/
/* //回到顶部、底部按钮 */


/* 首页横向带 ICO banner 导航 */
.cl:after{ content:".";display:block;height:0;clear:both;visibility:hidden;}
.cl{zoom:1;}
.index-nav-x {background:#292C33;width:100%;position:relative;}
.index-nav-x .index-menu-toggle h3 {display:none;}
.index-nav-x ul {font-size:0;-webkit-text-size-adjust:none;text-align:center}
.index-nav-x li {display:inline-block;font-weight:500;width: 12%;}
.index-nav-x li i {margin:0px auto 5px auto;font-size:40px;display:block;}
.index-nav-x li a {font-size:16px;padding:27px 0 23px;color:#CDD0DF;text-align:center;display:block;filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6; cursor:pointer;
				transition: background 0.3s;
				-moz-transition: background 0.3s;
				-ms-transition: background 0.3s;
				-webkit-transition: background 0.3s;
				-o-transition: background 0.3s;
}
.index-nav-x li a:hover{background:#30343C;filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0}
.index-nav-x li strong{ border-bottom:2px solid #00FFFF; position:relative; display:block;margin-top:-2px;z-index:4;}
.index-nav-x li strong i{display:none;  position:absolute; width:0px; height:0px; border:10px solid transparent;display:block;left: 50%;margin-left: -9px;border-top-color: #00FFFF;}

.index-col-1, .index-col-2, .index-col-3, .index-col-4, .index-col-5, .index-col-6, .index-col-7 {width:10%}

.home-contents {overflow:hidden;align-items:center;justify-content:center;display:flex;}
.home-contents .contents-box{padding-top:20px;padding-bottom:20px;}
.home-contents h1, .home-contents h2, .home-contents h3, .home-contents h4, .home-contents h5, .home-contents h6{font-size:100%;font-weight: bold; color:#2c3e50;}
.home-contents .title_1{ text-align:center;}
.home-contents .title_1 p{ color:#8F919C;}
.home-contents .title_1 h3{ font:14px/16px "Arial";text-transform: uppercase; color:#CDD0DF; display: block;}
.home-contents .title_1 h3 span ,.title_1 h2 span{ color:#B08153;}
.home-contents .title_1 h2{ font: bold 26pt/34pt "Microsoft YaHei"; color:#CDD0DF;text-transform:uppercase; padding-bottom: 5px;}  /*32px/40px  26pt/34pt*/

.important_l{ float:left; width:30%;overflow: hidden;}
.important_l img{width:320px;height:200px;margin-right:30px; }
.important_r{ float:right; width:70%; padding-left:40px;}

.icon_top{ width:100%;}
.icon_top i{ display:block; width:32px; height:32px;}
.icon_top .i_left{ float:left; background:url("../homeBarImages/icon_left.png") 0 center no-repeat;}
.icon_top .i_right{ float:right; background:url("../homeBarImages/icon_right.png") 0 center no-repeat;}
.icon_top .i_left1{ float:left; background:url("../homeBarImages/icon_left1.png") 0 center no-repeat;}
.icon_top .i_right1{ float:right; background:url("../homeBarImages/icon_right1.png") 0 center no-repeat;}
.study{ padding:0px;}
.study h3{ font: bold 25px/30px "Microsoft YaHei"; color:#CDD0DF; display: block; padding-bottom:15px;}
.study span{ font:11pt/24px "Microsoft YaHei";color:#8F919C;display: block;overflow: hidden; text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.study a.know {
	color: #B08153;
	text-align:center;
	font-size:11pt;
	padding: 3px 50px 5px;
	border-radius: 50px;
	border: 2px solid #B08153;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.study a.know:hover{
	color: #FFFFFF;
	background: #B08153;
	border: 2px solid #B08153;
}
/* 首页横向带 ICO banner 导航 end */

/* 汉化下载列表页横向不带ICO导航2 */
.nav-x2 {background:#1C1E23;width:100%;position:relative;}
.nav-x2 .menu-toggle2 {margin-top:30px;margin-bottom:30px;}
.nav-x2 .menu-toggle2 h3 {display:none;}
.nav-x2 ul {font-size:0;-webkit-text-size-adjust:none;text-align:center}
.nav-x2 li {display:inline-block;font-weight:500;}
.nav-x2 li i {margin:0px auto 5px auto;font-size:24px;display:block;}
.nav-x2 li a {font-size:16px;padding:0;height:70px;line-height:70px;color:#8F919C;text-align:center;display:block;}
.nav-x2 li a:hover{background:#292C33;color:#B08153;}
.nav-x2 li a.active {background:#B08153;color:#ffffff;}
/*.nav-x li a.active {background:linear-gradient(-45deg,#FFD100,#B08153);color:#fff}*/
.col-22 {width:20%}
/* 汉化下载列表页横向不带ICO导航2 */


/*软件下载内容页部件 */

/*软件支持信息*/
.soft_box {display:block;}
.c_g_show {
    float: left;
    width: 280px;
	margin: 0px;
	display:inline-block;
}
.img_box {
    width: 258px;
    height: 258px;
    position: relative;
}
.img_box .small {
    width: 258px;
    height: 258px;
    position: relative;
    overflow: hidden;
    border: 1px solid #3A4045;
}
.img_box .small img {width: 100%;}
.img_box img {
    vertical-align: middle;
}
.c_g_ihd {
    display: block;
    width: 100%;
    height: 22px;
    overflow: hidden;
    line-height: 21px;
    margin-top: 20px;
}
.c_g_ihd span {
    float: left;
    cursor: pointer;
}
.c_g_ihd span.sc {
    width: 90px;
	padding-right:10px;
    /*color: #888888;
    border-right: #3A4045 solid 1px;*/
}
.c_g_ihd span.jb {
    width: 45px;
    text-align: center;
    /*color: #888888;*/
    border-right: #3A4045 solid 1px;
}
.c_g_ihd span.l2 {
    color: #8F919C;
	/*margin-left:10px;*/
}
.fx-title div {
    display: block;
}

.cates{padding: 0px;margin:30px 0px 15px;}
.cates .cate-list {margin-left: 280px; margin-bottom: 15px;}
.cates .cate-list li{line-height:28px;font-weight:500;list-style:none;padding:5px 5px;color:#8F919C;vertical-align:middle;}
	
.cates .cate-list li:nth-child(odd){/* 奇数行 */
			background: #22242A;
			border-top: 1px solid #2C2E36;
			border-bottom: 1px solid #2C2E36;
		}
/*.cates .cate-list li:nth-child(even){/* 偶数行 */
/*			background: none;			
		}*/

.cates .cate-list em{
	font-style: normal;
    width: 17%;
    text-align: right;
	padding-right:18px;
	white-space: nowrap;
	display:inline-block;
	}

/*.cates .cate-list em{color:#8F919C; font-style:normal;width:13%;display:inline-block;text-align:center;padding:2px 0px 2px 0px;margin-right:10px; font-weight:600;*/
			/*切角*/
            /*background: 
			linear-gradient(-45deg,transparent 10px,#2B6466 0) bottom right,
            linear-gradient(-135deg, transparent 10px, #2B6466 0) top right;
			background-size: 100% 50%;
            background-repeat: no-repeat;*/
/*}*/
.cates .cate-list cite{font-style:normal; color:#CDD0DF; width: 79%; display:inline-block;padding:0px; margin-left:12px;}
.cates .cate-list cite a{color:#0099FF;text-decoration:none;}
.cates .cate-list cite a:hover{color:#B08153;border-bottom:0 solid #B08153}
.cates .cate-list cite span{display:inline-block;}
.cates .cate-list cite span.jc_btn a{color:#89B139; padding: 1px 8px 2px; border:1px solid #6B8E23;border-radius: 4px; margin:0; transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;}
.cates .cate-list cite span.jc_btn a:hover{color:#FFF;background: #55780D;border:1px solid #55780D;}
.cates .cate-list cite span.certified_text {
											/*padding:0px 10px;
											margin:0;
											border:1px solid #4C535A;
											line-height:24px;*/
											margin-right:10px;
											}
/*.cates input{ vertical-align:middle;}
.cates .w{margin-right:10px;}
.cates .two{border-top:1px solid #414450;border-bottom:1px solid #0B0C0D;background:#24272D;}*/

/*百度网盘下载按钮 */
.cates .downbutton {margin-left: 280px;}
.cates .downbutton li{float: left; padding:5px 5px; list-style:none; display:inline-block;min-width:260px;width:50%;}
.cates .downbutton li a{}
/*百度网盘下载按钮 end */

.downtpis {background: #22242A;margin:10px 0px;border-top: 1px solid #2C2E36; border-bottom: 1px solid #2C2E36;padding: 10px 15px;}
.nowopen {color:#8EB73B; border: 1px solid #6B8E23; padding: 1px 8px 2px; border-radius: 4px;}
.nowopen:hover {color:#fff; border: 1px solid #55780D; background: #55780D; transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;}

/*软件支持信息 end */

/*文章页付费 */
.content-hide-tips {background: #22242A; text-align: center; padding:60px 80px; border: 1px dashed #555B60;margin:30px auto;}
.content-hide-tips .login-false {font-size: 16px; margin-bottom:30px;}
.content-hide-tips .login-false2 {font-size: 16px; margin-bottom:10px; color:#8F919C;}
.content-hide-tips .RMBbuy {font-weight:500; color:#DAA520; text-align: center; font-size: 18px; padding:6px 20px; border: 2px solid #B8860B;border-radius: 2em;}
.pc-button {}
.pc-button a.click-pay {color:#FFF; background:#0062D1; padding:8px 20px; border-radius:4px;}
.pc-button a:hover.click-pay {color:#FFF; background:#3CA3FF; transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;}
.pc-button a.click-buy {color:#FFF; background:#4E7500; padding:8px 20px; border-radius:4px;}
.pc-button a:hover.click-buy {color:#FFF; background:#85B12C; transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;}
/*文章页付费 end */

img.titlelogo {
				height: 36px;
				display: inline;
				vertical-align: middle;
				/*position: absolute;*/
				margin-right: 10px;
				margin-bottom: 5px;
				float:left;
			   }
img.main-titlelogo {
				height: 32px;
				display: inline;
				vertical-align: middle;
				/*position: absolute;*/
				margin-right: 10px;
				/*margin-bottom: 5px;*/
				float:left;
			   }
img.banner-titlelogo {
				height: 60px;
				display: inline;
				vertical-align: middle;
				/*position: absolute;*/
				margin-right: 15px;
				margin-bottom: 10px;
				/*float:left;*/
			   }
img.banner-titlelogo-fp {
				height: 73px;
				display: inline;
				vertical-align: middle;
				/*position: absolute;*/
				margin-right: 0px;
				margin-bottom: 5px;
				/*float:left;*/
			   }
img.home-titlelogo {
				height: 40px;
				display: inline;
				vertical-align: middle;
				/*position: absolute;*/
				margin-right: 10px;
				margin-bottom: 8px;
				/*float:left;*/
			   }
.article .tt {
    position: relative;
    height: 30px;
    line-height: 30px;
}
.article .tt::before {
  content: ".";
  display: block;
  position: absolute;
  top: 16px;
  left: 100px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
  background: #3A4045;
}
.article .tt strong {
    display: block;
    float: left;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 500;
}

.article .ttt {
    position: relative;
    height: 30px;
    line-height: 30px;
}
.article .ttt::before {
  content: ".";
  display: block;
  position: absolute;
  top: 16px;
  left: 140px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  font-size: 0;
  background: #3A4045;
}
.article .ttt strong {
    display: block;
    float: left;
    padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.text-customize-blue {color:#0080FF;} /* 自定义亮蓝色 */
.text-customize-orange {color:#FF8C00;} /* 自定义橘黄 */
.text-customize-orange-red {color:#FF4500;} /* 自定义橘红 */
.text-customize-green {color:#9ACD32;} /* 自定义淡草绿、黄绿色 */

/*软件下载内容页部件 end */

/* 文章页内容头部图片 */
.article_img_box {
    width: 100%;
    height: 260px;
    position: relative;
}
.article_img_box .small2 {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #3A4045;
	border-radius: 10px;*/
}
.article_img_box .small2 img {width:100%;}
.article_img_box img {
    vertical-align: middle;
}
/* 文章页内容头部图片 end */

/*底部品质服务样式*/
.footer-benefit-wrap {
	width: 100%;
	height: 165px;
	background-color: #292C33;
}
.footer-benefit-list {
	position: relative;
	width: 25%;
	height: 165px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.footer-benefit-list::after {
	position: absolute;
	top: 50px;
	right: 0;
	content: "";
	width: 1px;
	height: 46px;
	background: #74777F
}
.footer-benefit-list4::after {
	width: 0
}
.fbi-img {
	display: block;
	width: 47px;
	height: 40px;
	margin: 53px 20px 0 18px
}
.footer-benefit-list1 .fbi-img {
	margin-left: 0
}
.fbi-wrap {
	width: 64%;
	height: 165px
}
.fbi-wrap .p1 {
	font: 18px/18px "";
	color: #CDD0DF;
	letter-spacing:5px;
	padding: 35px 0 18px
}
.fbi-wrap .p2 {
	font: 14px/20px "";
	color: #8F919C;
}
/*底部品质服务样式 end */

/* 相关软件标题-左 */
.title-2{margin-bottom:20px;}
.title-2 h2{border-bottom:1px solid #3A4045;line-height:2.6;color:#8F919C;position:relative;font-size:18pt;letter-spacing:0;font-weight: 500;}
/*.title-l h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:4px;background:#B08153;left:0}*/
/* 相关软件标题-左 end */

/* 左侧菜单工具栏 */
#fixed {
	background-color:#133E64;
	width:44px;
	left:0;
	top:0;
	bottom:0;
	z-index:99999;
}
#fixed dl {
	list-style:none;
	padding:0px;
	margin:0px;
	border-top:1px solid #184E7E;
	width:44px;
	position:absolute;
	left:0;
	top:50%;
	bottom:0;
	vertical-align:middle;
	margin-top:-240px;
}
#fixed dt {
	position:absolute;
	width:44px;
	display:block;
	bottom:85px;
}
#fixed dd {
	border-bottom:1px solid #184E7E;
	font:normal 12px/normal 'microsoft yahei';
}
#fixed a,#fixed a:link,#fixed a:visited {
	text-decoration:none;
	display:block;
	height:60px;
	background:transparent url(../images/fixed.icon2.png) top center no-repeat;
	color:#FFFFFF;
	text-align:center;
	line-height:90px;
	overflow:hidden;
}
#fixed a:hover {
	background-color:#1C588E;
}
#fixed a.web {
	background-position:-7px -10px;
}
#fixed a.chongzhi {
	background-position:-67px -10px;
}
#fixed a.shengji {
	background-position:-127px -10px;
}
#fixed a.shouquan {
	background-position:-187px -10px;
}
#fixed a.shoucan {
	background-position:-247px -10px;
}
#fixed a.tougao {
	background-position:-307px -10px;
}
#fixed a.luntang {
	background-position:-367px -10px;
}
#fixed a.close00 {
	background-color:#C40000;
	background-position:-427px top;
}
/* 左侧菜单工具栏 end */

/* 右上角圆点 */
.message_s {
    position: relative;
    cursor: pointer;
}
  
.message_s:after {
	position: absolute;
	content: "";
	/*以下内容可以根据实际需要进行调整 -----start------*/
	top: 20px;
	right: -35px; /*改成：left: -13px; 圆点显示在左侧*/
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF0000;
}
/* 右上角圆点 end */


/* 阅读页面包屑下面目录列表 */
.choice {
	margin: 0 auto 20px;
	font-size: 14px;
	padding: 10px 30px;
	color:#8F919C;
}
.choice ul {
}
.choice li {
	line-height: 38px;
	border-bottom: 1px dashed #eee;
}
.choice li:last-child {
	border-bottom: 0;
}
.choice li span {
	/*padding: 0 5px;*/
	float: left;
	display: inline-block;
}
.choice li p {
	/*float: left;*/
	margin-left: 110px;
}
.choice li a {
	padding: 2px 20px;
	margin: 5px 10px 5px 0px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #3E4148;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.choice li a:hover {
	color: #FFF;
	background: #3E4148;
} 
.choice li a.on {
	color: #FFF;
	background: #B08153;
	border: 1px solid #B08153;
}
.choice li a.mainButton {
	color: #90C02F;
	/*background: #6B8E23;*/
	border: 1px solid #6B8E23;
}
.choice li a.mainButton:hover {
	color: #FFF;
	background: #6B8E23;
	border: 1px solid #6B8E23;
}
/* 阅读页面包屑下面目录列表 end */

/* 阅读页面右侧客服微信联系 */
.view-weixin-qrocde {
	color: #8F919C;
    padding: 15px 5px;
    border: 1px #3A4045 solid;
    border-width: 1px 0;
}
.view-weixin-qrocde img {
    width: 100px;
	position: relative;
	overflow: hidden;
}
.view-weixin-qrocde h6 {
	font-size: 12pt;
	color: #CDD0DF;
	height: 30px;
    line-height: 30px;
    font-weight: normal;
	overflow: hidden;
	margin-top: -5px;
}
.view-weixin-qrocde .text {
    font-weight: normal;
	margin-left: 115px;
}
/* 阅读页面右侧客服微信联系 end */

/* 关于我们 */
.s-copyright{overflow:hidden} 
.s-copyright h1{font-family:"Microsoft YaHei","Helvetica Neue",SimHei,sans-serif,Arial;}
.s-copyright .g-title {
	border-bottom: 2px solid #3A4045;
    margin-bottom: 25px;
}
.s-copyright .g-title .title-txt {
	font-size: 20pt;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 20px;
	float: left;
	margin-right: 9px;
}
.s-copyright .g-title .title-txt em{font-size:16pt;margin-left: 10px;font-weight: 100;}
.s-copyright .post p{font-size:12pt;line-height:36px;/*font-weight: 100;margin-bottom:10px*/}
.s-copyright .post p strong{font-size:12pt;line-height:36px;/*font-weight: 500;margin-bottom:10px*/}
.ovh {
    overflow: hidden;
}

.m-left-tabs .left-tab {
	width: 140px;
	border-bottom: 1px solid #3A4045;
	float: left;
}
.m-left-tabs .left-tab a {color: #8F919C;}
.m-left-tabs .left-tab a.item {
	display: block;
	font-size: 13pt;
	line-height: 52px;
	height: 54px;
	text-align: center;
	border-color: #3A4045;
	border-style: solid;
	border-width: 1px 0 0px 0;
	/*margin-top: -1px;*/
}
.m-left-tabs .left-tab a:hover {
	color: #fff;
	border-color: #424449;
	background: #1C1E23;
}
.m-left-tabs a.item.active {
	color: #fff;
	border-color: #3A4045;
	background: #292C33;
}
.m-left-tabs .main {
	margin-left: 180px;
}

.m-left-tabs .left-tab a.leftTopTitle {
	color: #fff;
    background: #0C5BB7;
	display: block;
	font-size: 13pt;
	line-height: 52px;
	height: 54px;
	text-align: center;
	border-color: #2E95FF;
	border-style: solid;
	border-width: 1px 0 0px 0;
	/*margin-top: -1px;*/
}
/* 关于我们 end */

/* 联系我们的QQ图标 */
.qq-consult{
    display: inline-block;
    height: 33px;
    width: 108px;
    background: url(../images/qq1.png) no-repeat 0 0;
	vertical-align: middle;
	opacity: 0.5;
	filter:Alpha(opacity=50);
}

.qq-consult:hover{
	opacity: 1;
	filter:Alpha(opacity=100);
}
/* 联系我们的QQ图标 end */

/* 首页大 LOGO */
.indeximgTopPadding {margin-top:30px;color: #464853}
.indeximgTopPadding img {border-radius: 5px 5px 0 0;}
.indeximgTopPadding a {color: #8F919C;}
.indeximgTopPadding a:hover {color:#FFF;opacity:0.8;filter:alpha(opacity=80);}
.indeximgTopPadding p {font-size:10pt;line-height:30px;border-radius:0 0 5px 5px;background:#2F3239;text-align:center;white-space: nowrap;overflow:hidden;}
/* 首页大 LOGO end */

/* 精品角标 */
.jingpin {
    position: absolute;
    margin-left: 10px;
    margin-top: -60px;
    z-index: 1;
}
/* 精品角标 end */

/* 下载页新基础框架 */
#readLeft {
	float:left;
	width:100%;
	margin:0 0 0 -350px;
}
#innerLeft{
	margin:0 20px 0 350px;
}
#readRight {
	float:left;
	width:350px;
}
/* 下载页新基础框架 end */

/* 列表页新基础框架 */
#listLeft {
	float:left;
	width:350px;
	height:100%;
}
#listRight {
	float: right;
	width: calc(100% - 350px);
	height: 100%;
}
#innerRight{
	margin:0 0 0 20px;
}
/* 列表页新基础框架 end */

/* 首页文本控制行数 */
.oneRow {/* 一行 */
	/*word-break: break-all;  强制英文单词断行*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	}

.twoRow {/* 两行 */
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	}
/* 首页文本控制行数 end */

/* 首页图片缩放效果 */
.index-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.index-thumb img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 423px;
  object-fit: cover;
}
.index-thumb img:hover {  
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);  
} 
/* 首页图片缩放效果 end */

/* 标题下划线显示动画，粗细 1px */
.border-effect a {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 1px;
  background-position: 0px 95%;
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding: 0.7% 0px;
  background-repeat: no-repeat;
  color: inherit;
}
.border-effect a:hover {
  background-size: 100% 1px;
}
/* 标题下划线显示动画，粗细 1px end */

/* 我自己的搜索 */
.widget{}
.widget input {
  width: 260px;
  color: #6c6c6c;
  font-size: 14px;
  border: 1px solid #b3b3b3;
  /*border-radius: 5px;*/
  padding: 10px 15px;
}
.widget input::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.widget input::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.widget input:-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.widget input:-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
.widget .search-widget {
  position: relative;
  width: 100%;
  /*border: 2px solid rgb(116 117 126 / 82%);*/
}

.widget .search-widget button { position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background-color: #B08153;
    border: 1px solid #B08153;
    color: #fff;
    height: 100%;
    width: 52px;
    font-size: 20px;
	padding:0px 0px 0px 2px;
}
.widget .search-widget button:hover {color: #FFF;
	background: #926335;
	border: 1px solid #B08153;}
/* 我自己的搜索 end */

/* 阅读页内容 TAB 选项卡 */
.view-tabs-box {
    margin-top: 20px;
}
.view-tabs {
    display: flex;
	border-bottom: 1px solid #B08153;
    margin-bottom: 30px;
}
.view-tab-button {
    color: #CDD0DF;
    padding: 12px 40px;
    cursor: pointer;
    border: none;
	border-top-left-radius: 5px; /* 左上角圆角半径 */
    border-top-right-radius: 5px; /* 右上角圆角半径 */
    border-bottom: none;
    background-color: rgba(54, 58, 67, 0.8);
    transition: background-color 0.3s;
    /*width:50%;*/
    font-size: 15px;
    margin-right: 2px;
}
.view-tab-button:nth-child(3n) {
	margin-right: 0px!important;
}
.view-tab-button:focus {outline: none;}
.view-tab-button.active {
    color: #FFFFFF;
	background: #B08153;
	background-origin: 0 center;
    background-size: 74px 45px;
}
.view-tab-content {
    display: none;
    padding: 0px;
}
.view-tab-content.active {
    display: block;
}
/* 阅读页内容 TAB 选项卡 end */