/*
Theme Name: dx.com.tw-模板9
Text Domain: dx
Version: 25.6.20
Requires PHP: 7.0
Description: 
Author: DEXUN
Author URI: 
Theme URI: 
License: 
License URI: 
*/


*{margin:0px; padding:0px;list-style:none;box-sizing: border-box; font-style: normal; font-family: Microsoft YaHei,sans-serif;}
html,body{font-size: 16px;color:#010101;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html clearfix{height:1%;}
.fl{float: left;}
.fr{float: right;}
img{border: 0;}
input, label, img, th {vertical-align: middle;}
.hide {display: none;}
.block {display: block;}
.f14 {font-size: 14px;}
.ta_c{
	text-align:center;
}
a{text-decoration: none;color:#212529; cursor: pointer;}
.maxw{
	width:1200px;
	margin:auto;
}
.minw{
	min-width:1200px;
	padding:0px 10px;
	margin:auto;
}
.color1{
	color:#1e42ca;
}
.color000{
	color:#000;
}
.p_error{
	padding: 100px;
	text-align: center;
	font-size: 80px;
	font-weight: bold;
}
.cursorp{
	cursor: pointer;
}

.layui-layer-loading1{
    margin: auto;
}
.nodata{
	text-align: center;
}
.mainlevel{
	position: relative;
}
.menusub{
	position:absolute;
	z-index:10000;
	background-color: #fff;
	display:none;
}
.opacity8:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.btn_g{
	width: 180px;
	display: inline-block;
	color: #fff;
	height: 48px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	background-color: #ffa300;
	border-radius: 4px;
}
.top_banner .btn_g{
	width: 170px;
	height: 52px;
	line-height: 52px;
}
.blog_top_banner h2{
	font-size: 30px;
	color: #1e42ca;
	text-align: left;
	font-weight: normal;
	font-weight: bold;
	padding-bottom: 35px;
}
.blog_top_banner .wp-block-media-text{
	display: flex;
}
.blog_top_banner p{
	display: none;
}
.blog_top_banner p:first-of-type {
    display: block; /* 显示第一个段落 */
}
.blog_top_banner .wp-block-media-text__media img{
	height: 370px;
	border-radius: 40px;
}
.btn_h{
	width: 138px;
	background-color: #6c757e;
	display: inline-block;
	color: #fff;
	height: 42px;
	text-align: center;
	line-height: 42px;
}
.blog_top_banner .wp-block-button a{
	padding: 0px;
	width: 100%;
	display: inline-block;
	height: 52px;
	text-align: center;
	line-height: 52px;
	color: #fff;
	background-color: #1e42ca;
	font-weight: bold;
}
.btn_red{
	width: 176px;
	display: inline-block;
	height: 52px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #1e42ca;
	color: #1e42ca;
}
.btn_red:hover{
	background-color: #1e42ca;
	color: #fff;
}
.blog_top_banner .wp-block-button a{
	width: 178px;
}
/*
头部
*/
.pagetop_kg{
	height: 80px;
	width: 100%;
	transition-delay: 0.5s;
	transition: all 0.2s ease-in-out;
}
.pagetop{
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: all .3s ease-in-out;
	background-color: #fff;
	min-width: 1320px;
	height: 80px;
	transition-delay: 0.5s;
	transition: all 0.2s ease-in-out;
}
.pagetop a{
	color: #555;
}
.sticky {
	height: 128px;
}
.pagetop .top2 .tel{
	display: flex;
	font-weight: bold;
	font-size: 14px;
	align-items: center;
}
.pagetop .ptop_c{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	height: 80px;
}
.hashome .pagetop:not(.active){
	background: #1e42ca;
	box-shadow:none;
}
.hashome .pagetop:not(.active) a{
	color: #fff;
}
.hashome .pagetop .menusub a{
	color: #42474d;
}
.pagetop.active{
	background:hsla(0,0%,100%,.9) !important;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.15) !important;
}
.pagetop .logo{
	display:inline-block;
	background:url(web/logo2.png) no-repeat left center;
	background-size: 123px auto;
	width: 123px;
	margin-top: 6px;
}
.hashome .pagetop:not(.active) .logo{
	background:url(web/logo1.png) no-repeat left center;
	background-size: 123px auto;
}
.pagetop.sticky .logo{
	height: 80px;
}
.pagetop .menu{
	flex: auto;
	display: flex;
	text-align: center;
	justify-content:center;
	margin-left: 16px;
}
.pagetop .menu > span{
	align-items:center;
	display: flex;
}
.pagetop .menu > span > a{
	display: flex;
	height: 34px;
	align-items: center;
	position: relative;
	margin: 0px 20px;
}
.mainlevelHeader{
	position: relative;
}
.mainlevelHeader > a{
	display: inline-block;
	position: relative;
}
.mainlevelHeader .menusub{
	left: -20px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	top: 80px;
	border-radius: 6px;
	padding-top:10px;
	padding-bottom: 10px;
}
.mainlevelHeader .menusub::after{
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 11px;
	top: -11px;
	background: url(images/top_sj_03.png) no-repeat center center;
}
.mainlevelHeader .menusub a{
	white-space:nowrap;
	text-align: left;
	line-height: 40px;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}
.mainlevelHeader .menusub a.on {
	color: #1e42ca;
	background: url(images/menusico.png) no-repeat 15px center #f6f6f6;
  }
.mainlevelHeader .menusub a:hover{
	color: #1e42ca;
}
.mainlevelHeader .menusub a span{
	margin: 0px 5px;
}
.pagetop .menu > span > a:hover,.pagetop .menu > span > a.on{
	color: #1e42ca;
}
.hashome .pagetop:not(.active) .menu > span > a:hover,.hashome .pagetop:not(.active) .menu > span > a.on{
	color: #fff;
}
.pagetop .top_r{
	width: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagetop .top_r span{
	padding: 0px 10px;
}
.pagetop .top_r a{
	display: none;
	padding: 10px 16px;
	text-align: center;
	border-radius: 3px;
}
.pagetop .top_r .tigd{
	text-align: center;
}
.pagetop .top_r a.gongdan{
	width: 96px;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #1e42ca;
	color: #1e42ca;
}
.pagetop .top_r .reglog{
	border-radius: 3px;
	background-color: #1e42ca;
	border: 1px solid #1e42ca;
	color: #fff;
}
.hashome .pagetop .top_r .reglog{
	border: 1px solid #fff;
}
.p_hotprotitle{
	height: 360px;
	text-align: center;
}

.p_hotprotitle .title{
	padding-top: 110px;
	color: #212529;
}
.p_dh{
	padding-top: 60px;
	text-align: center;
	padding-bottom: 60px;
}
.p_dh .dh_title{
	font-size: 36px;
	color: #42474d;
}
.p_dh .dh_des{
	font-size: 20px;
	padding-top: 30px;
}
.p_dh .dh_des .hsui{
	color: #1e42ca;
	text-decoration: underline;
}
.top_banner, .home_banner{
	padding: 80px 0px;
	text-align: center;
}
.home_banner{
	color: #fff;
	background: #1e42ca;
}
.top_banner .title{
	color: #42474d;
}
.top_banner .title, .home_banner .title{
	font-size: 44px;
	padding-bottom: 30px;
}
.top_banner .des{
	font-size: 20px;
	line-height: 200%;
	color: #777777;
}
.home_banner .des{
	font-size: 20px;
	line-height: 200%;
	padding-bottom: 60px;
}
/*首页*/
.h_pro{
	padding-bottom: 43px;
}
.h_pro dl{
	margin: auto;
	width: 1200px;
}
.h_pro dt .title{
	padding-bottom:18px;
}
.h_pro dt{
	padding-top: 60px;
	padding-bottom:97px;
}
.h_pro dd{
	width:298px;
	margin: 1px;
	border: 1px solid #eaeaea;
	position:relative;
	float:left;
	border-radius: 10px;
	padding-bottom:37px;
	background:#fff;
	z-index:0;
}
.h_pro dd .title{
	background:url(images/hpico1.png) no-repeat center 40px;
	padding-top:140px;
	color:#000000;
	text-align: center !important;
}
.h_pro dd .cont{
	line-height:48px;
	padding-bottom:26px;
	padding-top:10px;
	margin:0px 20px;
}
.h_pro dd .cont .ico{
	padding-left: 30px;
	background: url(images/hprojt_06.png) no-repeat -10px bottom;
}
.h_pro dd .cont .ico2{
	display: flex;
}
.h_pro dd .cont .ico2 span{
	flex: 1;
}
.h_pro dd.on .cont .ico{
	background: url(images/hprojt_03.png) no-repeat -10px bottom;
}
.h_pro dd .price{
	font-size: 20px;
	padding-top: 10px;
	text-align:center;
}
.h_pro dd .price span{
	color: #1e42ca;
	font-size: 36px;
}
.h_pro dd .hbtn{
	text-align: center;
}
.h_pro dd .buy{
	border:1px solid #c7c7c7;
	color:#030303;
	width:157px;
	height:40px;
	display:inline-block;
	line-height:38px;
	border-radius:6px;
	background-color: #FFF;
	text-align: center !important;
}
.h_pro dd .buy:hover{
	color: #fff;
	background-color: #1e42ca;
}
.h_pro dd.on .buy{
	background-color: #fff;
	color: #1e42ca;
}
.h_pro dd.on{
	z-index:1;
	color: #fff;
	background-color: #1e42ca;
	box-shadow: 0px 0px 6px rgba(0,0,0,.3);

}
.h_pro dd.on .title{
	background:url(images/hpico2.png) no-repeat center 40px;
	color:#fff;
}
.h_pro dd.on .price span{
	color: #fff;
}
.gs_list{
	padding-top: 50px;
}
.gs_list dd{
	width: 377px;
	float: left;
	border-radius: 4px;
	border: 1px solid #c8cbd0;
	margin-right: 24px;
	margin-bottom: 48px;
	min-height: 244px;
	cursor: pointer;
}
.gs_list dd:nth-child(3n){
	margin-right: 0px;
}
.gs_list dd .protop{
	text-align: center;
	border-bottom: 1px solid #c8cbd0;
	padding-top: 26px;
	font-size: 18px;
}
.gs_list dd .price{
	line-height: 68px;
	color: #1e42ca;
	text-align: center !important;
}
.gs_list dd .price span{
	font-size: 26px;
}
.gs_list dd .procont{
	font-size: 14px;
	padding: 8px 0px;
	color: #030303;
	flex-direction: row;
	line-height: 38px;
}
.gs_list dd .procont .pro_t{
	width: 100%;
	padding-left: 28px;
}
.gs_list dd .procont .pro_l{
	width: 55%;
	float: left;
	padding-left: 28px;
}
.gs_list dd .procont .pro_l_line{
	white-space: pre-line
}
.gs_list dd .procont .pro_r{
	width: 45%;
	float: left;
}
.gs_list dd:hover,.gs_list dd.on{
	background-color: #1e42ca;
	color: #fff;
}
.gs_list dd:hover .procont,.gs_list dd:hover .price,.gs_list dd.on .procont,.gs_list dd.on .price{
	color: #fff;
}
.gs_list dd:hover .pro_buy a{
	background-color: #fff;
	color: #1e42ca;
}
.h_zclist ul li{
	width: 381px;
	float: left;
	margin-left: 18px;
	line-height: 34px;
	color: #777777;
}
.h_zclist ul li:first-child{
	margin-left: 0px;
}
.h_zclist ul li .title{
	padding-top: 20px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.templates_img{
	background-size: 381px 225px;
	background-repeat: no-repeat;
	width: 381px;
	height: 225px;
	border-radius: 6px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color:#fff;
	padding-top: 100px;
}
#templates-img1{
	background-image: url("images/index3_18.jpg");
}
#templates-img2{
	background-image: url("images/index3_20.jpg");
}
#templates-img3{
	background-image: url("images/index3_22.jpg");
}
#templates-img1:hover{
	background-image: linear-gradient(rgba(30,60,202,.5) 100%,rgba(30,60,202,.5) 0),url(images/index3_18.jpg);
}
#templates-img2:hover{
	background-image: linear-gradient(rgba(30,60,202,.5) 100%,rgba(30,60,202,.5) 0),url(images/index3_20.jpg);
}
#templates-img3:hover{
	background-image: linear-gradient(rgba(30,60,202,.5) 100%,rgba(30,60,202,.5) 0),url(images/index3_22.jpg);
}
.p_nav li, .pwindow{
	position: relative;
}
.p_nav li:hover::before, .pwindow::before{
	content: "";
	display: block;
	width: 100%;
	left: 0px;
	bottom: -10px;
	position: absolute;
	height: 10px;
	background-color: #1e42ca;
	z-index: 1px;
}
.h_newlist{
	background-color: #fafafa;
	padding: 66px 60px;
	border-bottom: 10px solid #1e42ca;
	margin-bottom: 40px;
}
.h_newlist .more{
	padding-top: 16px;
	text-align: center;
}
.h_newlist .more .btn_w{
	width: 216px;
	font-weight: bold;
	font-size: 20px;
}
.h_newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.h_newlist ul li{
	display: flex;
	width: 46%;
	color: #898989;
	padding-bottom: 40px;
	margin-bottom: 52px;
	border-bottom: 2px dotted #898989;
}
.h_newlist ul li:hover{
	border-bottom: 2px dotted #1e42ca;
}
.h_newlist ul li .date{
	width: 90px;
	height: 90px;
	background-color: #f2f2f2;
	color: #1e42ca;
	margin-right: 14px;
	text-align: center;
	font-weight: bold;
}
.h_newlist ul li:hover .date{
	color: #fff;
	background-color: #1e42ca;
}
.h_newlist ul li .date span{
	display: block;
	font-size: 36px;
	line-height: 56px;
}
.h_newlist ul li .cont{
	flex: 1;
	width: 382px;
}
.h_newlist ul li a{
	white-space: nowrap;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	color: #42474d;
	width: 100%;
	font-size: 20px;
}
.h_newlist ul li:hover a, .h_newlist ul li:hover{
	color: #1e42ca;
}
.h_newlist ul li .des{
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box; 
	width: 382px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
	overflow: hidden; 
	font-size: 18px;
	text-overflow: ellipsis;
}
.h_link ul{
	padding-top: 40px;
}
.h_link ul li{
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 62px;
}
.h_contact{
	padding-bottom: 88px;
}
.h_contact ul li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.h_contact ul li .title{
	font-size: 21px;
	color: #232323;
	padding-bottom: 26px;
}
.h_contact ul li .cont{
	height: 74px;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}
.h_contact ul li .tel{
	width: 260px;
	background-color: #f6f6f6;
	line-height: 44px;
	margin: auto;
}
.h_contact ul li .fqdh{
	display: inline-block;
	background-color: #1e42ca;
	color: #fff;
	width: 126px;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
}
/*关于我们*/
.aboutcont .h_hotprotitle{
	line-height: 220%;
}
.aboutcont img{
	box-shadow: 0px 0px 13px #cecece;
}
.aboutcont .li2 .title{
	font-size: 20px;
	color: #1e42ca;
}
.aboutcont .li3 .title{
	padding-top: 47px;
	font-size: 22px;
	padding-bottom: 18px;
	background: url(../images/about_20.jpg) no-repeat bottom center;
}
.aboutcont .li3 .cont{
	padding: 20px 10px 50px 10px;
	color: #323232;
	line-height: 200%;
	text-indent: 2em;
	text-align: left;
}
/* 联系我们 */

/*产品*/
.gs_class_top{
	padding-top:50px;
}
.gs_class_top .li1{
	font-size:18px;
	color:#2395fd;
	line-height:38px;
}
.gs_class_top .li2{
	padding-bottom:4px;
	font-size:12px;
	border-bottom:1px solid #e6e6e6;
}
.gs_class_top .li2 a{
	padding:0px 9px;
	display:inline-block;
	height:24px;
	line-height:24px;
	margin-right:4px;
	color:#616161;
}
.gs_class_top .li2 a.on{
	background:#3399ff;
	color:#fff;
}
.gs_class_top .li3{
	line-height:50px;
}
.gs_class_top .li3 a{
	padding:0px 9px;
	display:inline-block;
	margin-right:4px;
}
.gs_class_top .li3 a.on{
	color:#3399ff;
}
.gs_des{
	padding-top:30px;
}
.gs_des .title{
	
	color:#000;
	 text-indent: 2em; 
}
.gs_des .des{
	padding-top:16px;
	line-height:20px;
	text-indent: 2em;
	color:#666666;
	font-size:12px;
}
.gs_des .showdiv{
	height:58px;
	overflow-y:hidden;
	margin-bottom:12px;
}
.gs_des .showdivon{
	height:auto;
}
.gs_des .toshowdiv{
	cursor:pointer;
	color:#000;
	font-size:12px;
}
.attention{
	padding: 68px 80px 68px 80px ;
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.attention_r{
	width: 376px;
	height: 300px;
	background: url(images/prolist_03.jpg) no-repeat center;
}
.attention1{
	padding-bottom: 26px;
}
.attention .title{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	margin-bottom:22px;
}
.attention .line{
	width:100%;
	border-bottom:1px solid #e6e6e6;
	margin-top:35px;
	margin-bottom:35px;
}
.attention1 .des{
	color: #a4a5a7;
	line-height:40px;
}
.attention2{
	padding-left: 60px;
	padding-top: 26px;
	color: #1a2134;
	line-height:40px;
}

.proItemTitle{
	width: 100%;
	font-size: 22px;
	padding-bottom: 40px;
}
.fwqClass dl{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.fwqClass dd, .fwqClass a{
	float: left;
	min-width: 178px;
	padding: 0px 10px;
	height: 68px;
	text-align: center;
	line-height: 68px;
	border: 1px solid #c8cbd0;
	border-radius: 4px;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 22px;
	margin-right: 22px;
	color: #010101;
}
.fwqClass dl dd:nth-child(6n),.fwqClass a:nth-child(6n){
	margin-right: 0px;
}
.fwqClass dd.on,.fwqClass dd:hover{
	border: 1px solid #1e42ca;
	background-color: #1e42ca;
	color: #fff;
}
.fwqClass dd.on,.fwqClass dd:hover, .fwqClass a.on,.fwqClass a:hover{
	border: 1px solid #1e42ca;
	background-color: #1e42ca;
	color: #fff;
}
.fwqClass dd a{
	display: block;
}
.pro_buy{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.pro_buy a{
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background-color: #1e42ca;
	text-align: center;
	line-height: 40px;
	margin: auto;
	color: #fff;
}
.proClasslist{
	color: #060606;
  	font-size: 32px;
	padding-top: 25px;
	font-size: 24px;
	padding-bottom: 18px;
}
.pagination {
	margin:auto;
	text-align:center;
	color: #707070;
	padding-bottom: 100px;
}
.pagination li{display: inline-block;}
.pagination a,.pagination span{
	height:42px;
	color: #333333;
	min-width: 42px;
	padding: 0px 10px;
	margin:0px 10px;
	border: 1px solid #f2f5f7;
	font-family:Arial, Helvetica, sans-serif;
	line-height:42px;
	text-align:center;
	border-radius: 6px;
	display:inline-block;
}
.pagination a:hover{
	border: 1px solid #1e42ca;
	background-color: #1e42ca;
	color: #fff;
}
.pagination span{
	font-weight:bold;
	background-color: #1e42ca;
	border:1px solid #fff;
	color:#fff;
}
.pagination a.prev,.pagination a.next,.pagination a.first,.pagination a.end{
	width:auto;
	padding:0px 10px;
}
.screen-reader-text{
	display: none;
}
/* CDN */
.zcgn{
	padding-top: 112px;
	padding-bottom: 130px;
}
.table{
	text-align: center;
	border: 1px solid #cfd0d4;
	border-radius: 4px;
}
.table tr{
	line-height: 60px;
}
.table tr:nth-child(odd){
	background-color: #f6f6f6;
}
.table th{
	font-weight: normal;
	text-align: center;
	border-right: 1px dashed #cfd0d4;
}
.table td{
	text-align: center;
}
/* 解决方案 */
.p_solution .p_hotprotitle .title{
	font-size: 30px;
	padding-bottom: 10px;
	padding-top: 40px;
}
.p_solution .p_hotprotitle{
	font-size: 20px;
}
.p_solution .yewu ul, .p_solution .hxyoushi ul, .p_solution .liangdian ul, .p_solution .gongyouyun ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p_solution .yewu ul li{
	height: 262px;
	color: #fff;
	position: relative;
	border: 1px solid #cfd1d6;
	overflow-x: hidden;
	border-radius: 10px;
	background-color: #93b3da;
	display: flex;
	align-items: center;
}
.p_solution .yewu ul li.on{
	background-color: #ecf0f6;
}
.p_solution .yewu ul li .cont{
	width: 100%;
	position: absolute;
	height: 100%;
	padding: 20px;
	top: 0px;
	left: 0px;
	font-size: 14px;
}
.p_solution .yewu ul li .title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.p_solution .yewu ul li .li_t, .p_solution .yewu ul li .img_t{
	display: none;
}
.p_solution .yewu ul li a{
	width: 238px;
	line-height: 40px;
	text-align: center;
	display: none;
	background-color: #1e42ca;
	color: #fff;
	margin-top: 30px;
	border-radius: 6px;
}
.p_solution .yewu ul li .icon{
	display: inline-block;
	background: url(../images/zulin1_03.png) no-repeat center;
	background-size: 100% auto;
	width: 16px;
	height: 10px;
	margin-right: 6px;
}
.p_solution .yewu ul li.on .li_o, .p_solution .yewu ul li.on .img_o{
	display: none;
}
.p_solution .yewu ul li.on a, .p_solution .yewu ul li.on .li_t, .p_solution .yewu ul li.on .img_t{
	display: block;
}
.p_solution .yewu ul li.on{
	color: #010101;
}
.p_solution .yewu ul li .li_t{
	color: #868888;
	line-height: 30px;
}
.p_solution .hxyoushi ul li{
	width: 373px;
}
.p_solution .hxyoushi ul li .title{
	padding-top: 25px;
	padding-bottom: 10px;
	color: #010101;
	font-size: 18px;
	font-weight: bold;
}
.p_solution .hxyoushi ul li .des{
	font-size: 16px;
	line-height: 30px;
	color: #868888;
}
.p_solution .liangdian ul li{
	width: 382px;
	padding: 35px 0px 35px 35px;
	border: 1px solid #cfd1d6;
	display: flex;
	margin-bottom: 16px;
	border-radius: 6px;
}
.p_solution .liangdian ul li .cont{
	width: 65%;
}
.p_solution .liangdian ul li .title{
	padding-bottom: 10px;
	color: #010101;
	font-size: 20px;
	font-weight: bold;
}
.p_solution .liangdian ul li .des{
	font-size: 16px;
	line-height: 26px;
	color: #868888;
}
.p_solution .liangdian ul li .img{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
}
.p_solution .gongyouyun{
	padding-bottom: 75px;
}
.p_solution .gongyouyun ul li{
	width: 382px;
	padding: 40px;
	border: 1px solid #cfd1d6;
	margin-bottom: 16px;
	border-radius: 6px;
	height: 220px;
}
.p_solution .gongyouyun ul li .title{
	line-height: 54px;
	color: #010101;
	font-size: 20px;
	font-weight: bold;
}
.p_solution .gongyouyun ul li .des{
	font-size: 16px;
	line-height: 26px;
	color: #868888;
}
/* 博客 */
.blog_top_banner{
	padding: 66px;
	background-color: #fafafa;
	border-radius: 12px;
}
.blog_top_banner .wp-block-media-text{
	display: flex;
	
}
.blog_top_banner .wp-block-media-text__content{
	flex: 1;
	padding-right: 50px;
}
.blog_top_banner .wp-block-media-text__media{
	width: 655px;
}
.blog_top_banner .wp-block-media-text__media img{
	width: 100%;
	height: auto;
}
.blog_top_banner .wp-block-button{
	padding-top: 40px;
}
/* 列表 */
.class_list{
	padding-top: 64px;
	border-bottom: 1px solid #ebecf0;
}
.class_list ul{
	display: flex;
}
.class_list li{
	font-size: 20px;
	line-height: 50px;
	padding: 0px 38px;
	margin-bottom: -2px;
}
.class_list li.current-cat{
	border-bottom: 3px solid #1e42ca;
}
.class_list li.current-cat a{
	font-weight: bold;
	color: #1e42ca;
}
.bpi_list ul{
	padding-bottom: 100px;
}
.bpi_list ul li{
	float: left;
	width: 380px;
	margin-right: 30px;
	padding-top: 44px;
	padding-bottom: 50px;
	color: #767c82;
}
.bpi_list ul li:nth-child(3n){
	margin-right: 0px;
}
.bpi_list ul li .entry-title{
	padding-top: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #1a1d21;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bpi_list ul li .des{
	display: -webkit-box;
  	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	margin-bottom: 20px;
}

.bpi_list .art_pic img{
	width: 100%;
	height: 238px;
}
.art_view .av_title{
	padding-top: 100px;
	font-size: 48px;
	text-align: center;
	color: #1a1d21;
}
.art_view .av_date{
	padding: 20px 0px 54px;
	font-size: 18px;
	text-align: center;
	color: #767c82;
	font-weight: bold;
}
.art_view .av_pic{
	text-align: center;
	padding-bottom: 50px;
}
.art_view .av_pic img{
	border-radius: 12px;
}
.art_view .av_cont{
	line-height: 200%;
	padding-bottom: 130px;
	text-indent: 2rem;
}
.relevant .title{
	border-bottom: 1px solid #eaecee;
}
.relevant .title span{
	display: inline-block;
	padding-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #ff6634;
	width: 178px;
	border-bottom: 3px solid #ff6634;
	margin-bottom: -2px;
}
/*底部*/
.h_zixun{
	background:url(images/index_56.jpg) no-repeat center;
	height:310px;
}
.h_zixun a{
	display: block;
	height: 310px;
}
.usercopy{
	text-align:center;
	color:#aaaaaa;
	height:70px;
	line-height:70px;
	font-size:12px;
}
.foot{
	background: #f6f6f6;
	color: #777777;
	padding: 80px 0px 100px;
}
.foot a{
	color: #777777;
}
.foot1{
	width: 50%;
	float: left;
	padding-top: 23px;
	font-size: 16px;
	line-height: 36px;
}
.foot1 a{
	margin: 0px 30px;
}
.foot1 a.logo{
	display: inline-block;
	background: url("images/footlogo.jpg") no-repeat;
	width: 129px;
	height: 38px;
	margin: auto;
}
.foot1 .copyright{
	padding-top: 50px;
}
.foot2{
	font-size: 15px;
	width: 50%;
	float: left;
}
.foot2 dl{
	width: 25%;
	float: left;
}
.foot2 dl dt{
	padding-bottom: 20px;
	font-weight: bold;
}
.foot2 dl dd{
	line-height: 28px;
}
.foot3{
	text-align: center;
	padding: 36px 0px;
	text-align: center;
	color: rgba(0,0,0,.4);
	font-size: 12px;
}
.footlang{
	width: 140px;
}
.footlang .langc{
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	height: 46px;
	width: 145px;
	font-size: 14px;
	line-height: 46px;
	border-radius: 5px;
	background: url(images/langbac.png) no-repeat center #fff;
	padding-left: 45px;
}
.langlist{
	display: none;
	position: absolute;
	padding-top: 5px;
	top: 30px;
	width: 110px;
	text-align: center;
	border: 1px solid #bfbfbf;
	left: -1px;
	background: #f9f9f9;
	border-top: 0px;
}

.fudong{
	position:fixed;
	top:30%;
	right:0px;
	width:64px;
	text-align: right;
}
.fudong a{
	height: 48px;
	width: 48px;
	display: inline-block;
	text-align: center;
	transition: width .15s ease-in-out;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #9a99a1;
}
.fudong a.telegram{
	background-image: url(images/ficon_03.png) ;
}
.fudong a.skype{
	background-image: url(images/ficon_05.png) ;
}
.fudong a.line{
	background-image: url(images/ficon_07.png) ;
}
.fudong a.qq{
	background-image: url(images/ficon_08.png) ;
}
.fudong a.on{
	background-color: #1e42ca;
}
.fudong a img{
	width: 32px;
	height: 32px;
	margin-top: 8px;
}
.fudong .gotop{
	background-image: url(images/jjfa_69.jpg) ;
	background-color: #666666;
}

.otp_dh{
	padding-top: 84px;
	text-align: center;
}
.otp_dh_title{
	font-size: 30px;
	padding-bottom: 18px;
}
.otp_dh_des{
	font-size: 20px;
	padding-bottom: 55px;
	color: #898989;
}
.dcdk_youshi{
	padding-bottom: 80px;
}
.dcdk_youshi ul{
	display: flex;
	text-align: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dcdk_youshi ul li{
	width: 264px;
	border: 1px solid #cfd1d6;
	border-radius: 6px;
	padding: 0px 28px 28px;
}
.dcdk_youshi ul li .img{
	height: 118px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dcdk_youshi ul li .title{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 12px;
}
.dcdk_youshi ul li .des{
	color: #979995;
}
.dcdk_iplease_t ul li{
	width: 49%;
	margin-bottom: 22px;
}
.dcdk_iplease{
	border: 1px solid #cfd1d6;
	border-radius: 6px;
	overflow: hidden;
}
.dcdk_iplease th, .dcdk_iplease tr:nth-child(even){
	background-color: #f6f6f6;
}
.dcdk_iplease th, .dcdk_iplease td{
	height: 58px;
	width: 20%;
	padding-left: 18px;
}
.dcdk_iplease table{
	border: 0px;
	width: 100%;
}
.dcdk_iplease .price{
	color: #1e42ca;
	font-size: 18px;
}
.dcdk_iplease .support{
	display: inline-block;
	background: url(../images/zulin1_03.png) no-repeat left center;
	padding-left: 35px;
}
.dcdk_iplease a{
	display: inline-block;
	width: 122px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	background-color: #1e42ca;
}
.dcip_solution{
	padding-top: 15px;
	padding-bottom: 26px;
}
.dcip_solution a{
	color: #1e42ca;
}
#barcon{
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
#barcon a, #barcon span{
	display: inline-block;
	padding: 0px 18px;
	margin-left: 18px;
	border-radius: 4px;
	border: 1px solid #cfd1d6;
}
#barcon a{
	color: #000;
}
#barcon span{
	color: #898989;
}
#barcon a:hover, #barcon span.currentPage{
	background-color: #1e42ca;
	color: #fff;
}
.gs_list dd .protop .des{
	color: #979995;
	padding-top: 10px;
}
.gs_list dd:hover .protop .des, .gs_list dd.on .protop .des{
	color: #fff;
}
.gs_list dd.on .pro_buy a{
	background-color: #fff;
	color: #1e42ca;
}
.gs_list .features{
	font-size: 14px;
	font-weight: bold;
}
.gs_list .pro_cli{
	padding: 0px 28px 30px;
}
.dc_trusteeship_t ul li{
	width: 49%;
	margin-bottom: 22px;
	padding-top: 46px;
	padding-left: 0px;
	padding-bottom: 38px;
	display: flex;
	flex-direction: row;
	text-align: left;
	align-items: center;
}
.dc_trusteeship_t ul li .img{
	height: auto;
	width: 192px;
	text-align: center;
}
.dc_trusteeship_t ul li .li{
	flex: 1;
}
.dc_cablease ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dc_cablease ul li{
	width: 25%;
	text-align: center;
	margin-bottom: 100px;
}
.dc_cablease ul li .img{
	height: 74px;
}
.dc_cablease ul li .title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}
.dc_cablease ul li .des{
	color: #979995;
}
.gs_list dd .pro_buy .price{
	line-height: unset;
	padding-bottom: 15px;
}