
/*公用部分*/
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, form {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	background: #fff;
	min-width: 1200px;
}
a {
	text-decoration: none;


}

img, ul, li, em {
	border: none;
	list-style: none;
	font-style: normal;
}
input {
	font-family: "微软雅黑", "Microsoft YaHei";
}
a:hover {
	color: #004b92;
}
p {
	line-height: 25px;
}
.clear {
	clear: both;
}
.blank10 {
	height: 10px;
}
.blank15 {
	height: 15px;
}
.blank20 {
	height: 40px;
}
.blank30 {
	height: 0px;
}
.blank40 {
	height: 40px;
}
.blank50 {
	height: 50px;
}
.fl {
	float: left;
	margin-left: 20px;
}
.fr {
	float: right;
}
.flz{

    float: right;
}
.flz ul li{
    float: left;
    margin-left: 30px;
}
.flz p{
    font-size: 12px;
    line-height: 33px;
    color: #000;
}

.flz p:hover{
  
    color: #0A64FA;
}
.l {
	float: left;
}
.r {
	float: right;
}

.main_box {
	width: 100%;
	padding-top: 5px;
	display: flex;
 
      height: fit-content; 
    	background: #EFF2F6;
}

.main {
    width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
.main-fy{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
/* 标题 */
.title {
	height: 55px;
	margin: 30px 0 15px 0;
	text-align: center;
}


/* 默认颜色 */
  .default-color {
    color: black; /* 或者你想要的默认颜色 */
  }
  
  /* 选中颜色 */
  .selected-color {
    color: blue; /* 或者你想要的选中颜色 */
  }


.title h3 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
/* 通栏 */
.tbanner1 {
	background: url(../images/tbaner1.jpg) no-repeat center;
	height: 120px;
}
.tbanner2 {
	background: url(../images/ccgg.jpg) no-repeat center;
	height: 228px;
}
/* 图片列表 */

.pic4 {
}
.pic4 li {
	width: 25%;
	float: left;
}
.pic4 li .pic4-box {
	margin: 0 5px;
	padding: 10px;
	border: 1px solid #e2e2e2;
	background: #fff;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.pic4 li .pic4-img {
	text-align: center;
	position: relative;
}
.pic2 li .pic2-img img, .pic4 li .pic4-img img {
	width: 100%;
}
.pic4 li .pic4-img p {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
}
.pic4 li .pic4-box:hover {
	box-shadow: 0 0 3px #c3c3c3;
	border: 1px solid #c3c3c3;
}
.pic4 li .pic4-img:hover p {
	color: #1AA4FF;
}
.pic4 li .pic4-foot p {
	float: left;
	margin-top: 10px;
}
.pic4 li .pic4-foot p em {
	font-size: 18px;
	color: #f00;
}
.pic4 li .pic4-foot a {
	float: right;
	display: block;
	background: #0074C3;
	width: 35%;
	height: 30px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.pic4 li .pic4-foot a:hover {
	background: #006FB9;
}
.pic2 {
}
.pic2 li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.pic2 li .pic2-box {
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid #e2e2e2;
	background: #fff;
	margin: 0 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.pic2 li .pic2-box:hover {
	box-shadow: 0 0 3px #c3c3c3;
	border: 1px solid #c3c3c3;
}
.pic2 li .pic2-img {
	height: 168px;
	overflow: hidden;
	position: relative;
}
.pic2 li .pic2-img:hover a {
	top: -25px;
}
.pic2 li .pic2-img img {
}
.pic2 li .pic2-img a {
	display: block;
	position: absolute;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	top: 0px;
}
.pic2 li .pic2-box p {
	font-size: 12px;
	line-height: 25px;
}
/** 单页内容 **/

/** 工作 **/
.sy-zt{
    width: 1150px;
    height: 40px;
   margin: 0 auto;
}

.sy-ljty{
    width: 150px;
	height: 40px;
	background-color: #fff;
    border-radius: 25px;
    position: absolute;
    bottom: 100px;
}
.sy-ljty a{
    font-size: 16px;
    line-height: 40px;
    color: #0A64FA;
}








/*首页新闻*/

.news_list1 li {
	background-size: 11px;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
}
.news_list1 li:after {
	display: block;
	content: '';
	clear: both;
}
.news_list1 li:last-child {
	border: 0px;
}

.news_list1 li a p {
	font-weight: bold;
	width: 155px;
	float: right;
	font-size: 14px;
}
.news_list1 li img {
	width: 110px;
	height: 64px;
	display: block;
	float: left;
}

.news_list2 li {
	background-size: 11px;
	border-bottom: solid 1px #ccc;
	padding: 15px 0;
}
.news_list2 li:after {
	display: block;
	content: '';
	clear: both;
}
.news_list2 li:last-child {
	border: 0px;
}

.news_list2 li a p {
	font-weight: bold;
	width: 155px;
	float: right;
	font-size: 14px;
	margin-top: 15px;
}
.news_list2 li a p em {
	color: #666;
	font-weight: normal;
	margin-left: 5px;
	font-size: 12px;
}
.news_list2-img {
	width: 110px;
	height: 110px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 50%;
}
.news_list2-img img {
	width: 100%;
}
/*二级页面*/
.weizhi-box {
	line-height: 60px;
	background-color: #EFF2F6;
}
.weizhi-box .main {
	border-bottom: 1px solid #f4f4f4;
}
.weizhi-box h5{
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #f60;
	height: 25px;
	line-height: 25px;
	margin-top: 13px;
}

.nr_diva {
    color: #16181A;
}

.nr_diva a{
    color: #16181A;
}

.nr_diva a:hover{
    color: #1D70FE;
}

.weizhi a{
	color: #495870;
}
.weizhi, .weizhi a {
	font-size: 12px;
}
.main_left {
	width: 950px;
	float: left;
	background-color:#fff ;
	padding: 25px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 25px;
	border-radius: 6px;
}


.main_left_new {
	width: 950px;
	float: left;

}

.main_left_new_c{
    	width: 950px;
    		background-color:#fff ;
	padding: 25px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 25px;
	border-radius: 6px;
}

.main_right {
	width: 370px;
	float: right;
	border-top: 0;

}
/* 内页分类 */
.menu-box1, .menu-item1 {
	display: none;
}
.jiaodian .main2 {
	height: 0px;
	cursor: pointer;
}
.main2:hover .menu-item1 {
	display: block;
}
.main2:hover .menu-box1 {
	display: block;
}
.jiaodian .main2:hover {
	height: 450px;
}
.jiaodian .main2 .menu-box1 {
	background: #333;
}
/*子栏目*/
.sub_nav {
	height: 46px;
}
.sub_nav ul {
}
.sub_nav li {
	float: left;
	margin-right: 15px;
}
.sub_nav li a {
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 0 20px;
	border: solid 1px #ddd;
	border-radius: 32px;
}
.sub_nav li a:hover, .sub_nav li.currclass a {
	background: #004b92;
	color: #fff;
	border: solid 1px #004b92;
}
/*文章分享*/
.jiathis_style_24x24 {
	float: right;
	margin-top: 5px;
}
.jiathis_style_24x24 .fx_w {
	float: left;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.content_box2_title .zz .jiathis_style_24x24 span {
}
.jiathis_style_24x24 span.jtico {
	background: url(../images/sprite_share.png) no-repeat;
	width: 24px;
	height: 24px;
	padding-right: 0;
	padding-left: 0!important;
	margin-left: 8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.jiathis_style_24x24 span.jtico_weixin {
	background-position: 0px -25px;
}
.jiathis_style_24x24 span.jtico_qzone {
	background-position: -25px -25px;
}
.jiathis_style_24x24 span.jtico_cqq {
	background-position: -50px -25px;
}
.jiathis_style_24x24 span.jtico_tsina {
	background-position: -75px -25px;
}
/*图片放大*/
.picShow img:hover, .picShow a:hover img {
	transition: all 300ms ease-out 0s;
	cursor: pointer;
	-webkit-transform: scale(1.1);
	moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.picShow img {
	transition: all 300ms ease-out 0s;
}
/*图文列表*/
.pic_art_list {
}
.pic_art_list dl {
	padding-top: 30px;
	padding-bottom: 20px;
	height:150px;
	border-bottom: solid 1px #E5E5E5;
}
.pic_art_list dl:hover{
    background-color: #f4f6f8;
}
.pic_art_list dl dt {
	width: 225px;
	height: auto;
	margin-right: 21px;
	float: left;
	overflow: hidden;
}
.pic_art_list dl dt img {
	width: 210px;
	height: 140px;
}
.pic_art_list dl dd {
    padding: 0 10px;
}
.pic_art_list dl dd h5 {
	line-height: 36px;
	font-size: 20px;
}
.pic_art_list dl dd h5 a {
	font-size: 18px;
	color: #16181A;
}
.pic_art_list dl dd h5 a:hover{
    color: #0A64FA;
}

.pic_art_list dl dd h5 span {
	float: right;
}
.pic_art_list dl dd p {
	line-height: 25px;
	font-size: 14px;
	color: #495870;
	margin-bottom: 10px;
	margin-bottom: 10px;
}
.link_1 .ckgd {
	display: inline-block;
	width: 100px;
	font-size: 13px;
	color: #1D70FE;
	line-height: 26px;
	float: left;
}
/*.link_1 .ckgd:hover {*/
/*	background: #004b92;*/
/*	color: #FFF;*/
/*	border: solid 1px #004b92;*/
/*}*/
.link_1 span {
	font-size: 12px;
	color: #999999;
	line-height: 25px;
	margin-right: 25px;
}
/*.link_1 span.question {*/
/*	background: url(../images/listyle1.jpg) no-repeat left center;*/
/*}*/
.link_1 span.question a {
	color: #999;
}
.link_1 span.question a:hover {
	color: #004b92;
	text-decoration: underline;
}
.link_1 span.stars {
	background: url(../images/listyle2.jpg) no-repeat left center;
}
/*.link_1 span.date2 {*/
/*	background: url(../images/listyle3.jpg) no-repeat left center;*/
/*}*/
/*右边*/
.right_title {
	line-height: 42px;
	font-size: 16px;
	color: #16181A;
	font-weight: bold;
	margin-bottom: 4px;
	

}
.right-line {
	padding: 0 20px;
	padding-top: 10px;
	padding-bottom: 10px;
		background-color: #fff;
	border-radius: 6px;
}

.right-line p {
    color: #495870;
}

/*表单样式*/
.upfile {
	font-family: "微软雅黑";
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin: 5px 0;
}
.btn {
	width: 200px;
	height: 36px;
	background: #004b92;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	border: 0;
	font-family: "微软雅黑";
	margin: 10px auto;
	cursor: pointer;
}
.btn:hover {
	background: #f60;
}
/* 图片 */
.main_right__img img {
	width: 100%;
	margin-bottom: 20px;
}
/*内容页*/
.neirong {
	line-height: 24px;
	margin-top: 20px;
	font-size: 15px;
}
.neirong a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    
}
.bzzc-wz a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    font-style:italic;
}

.main-left-img img{
    width: 890px;
    height: 90px;
     display: none;
}


.neirong p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 2em;
	color: #495870;
}
.neirong img {
	max-width: 850px;
	margin: 0 auto;
	display: block
}
.nygjc{
    width: 100%;
    height: 10px;
    line-height: 10px;
    border-bottom: #E5E5E5 1px solid;
   
}
.nygjc p{
    line-height: 10px;
    margin-left: 10px;
     display: none;
    
}
.nygjc b{
    color: #000;
}

#MyContent p img {
	margin: 0 auto;
	text-align: center;
	display: block
}
/* 文章标题 */
.neirong-title {
	margin: 0 0 25px;
	padding: 0 0 20px;
}
.neirong-title h1{
	font-size: 28px;
	margin-bottom: 10px;
}
.neirong-title p{
    
}
/*随机文章列表*/
.n_list {
	padding: 10px 0px;
}
.n_list ul {
}
.n_list li {
	line-height: 30px;
	border-bottom: dotted 0px #ccc;
	background: url(../images/arr1.jpg) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
}
.n_list li span {
	float: right;
	font-size: 12px;
	color: #999;
}
/*问答*/
.wen {
	margin: 30px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.wen span {
	text-align: center;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	width: 24px;
	display: inline-block;
	background: #1067B4;
	height: 24px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
.da {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 24px;
}
.da span {
	text-align: center;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	width: 24px;
	display: inline-block;
	background: #F74660;
	height: 24px;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
}
/*分页*/
.mypages {
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.mypages ul {
	display: inline-block;
	margin: 0 auto
}
.mypages li {
	padding: 0 15px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ddd;
	margin-left: -1px;
	float: left;
	background-color: #FFF;
	cursor: pointer;
}
.mypages li.thisclass, .mypages ul li.thisclass a, .mypages ul li.thisclass a:hover {
	color: #fff;
	background-color: #004b92;
}
/* 左边列表 */
.list-box {
	float: left;
	width: 280px;
	margin-bottom: 30px;
}
.nav-list {
	margin-bottom: 20px;
	border-top: 0;
}
.nav-list-title {
	height: 42px;
	line-height: 42px;
	
}
.nav-list-title h3 {
	font-weight: bold;
	font-size: 16px;
	color: #16181A;
	height: 42px;
	margin-top: 20px;
	margin-bottom: 4px;
}
.nav-list-text {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 6px;
}
.nav-list-text p {
	line-height: 38px;
}
.nav-list ul {

}
.nav-list ul li a {
font-size: 14px;
color: #495870;
}

.nav-list ul li a:hover{
    color: #0A64FA;
}

/* 内页表单 */
.ly_box {
	margin-bottom: 20px;
	background: url(../images/nr_bg.png);
}
.ly_left {
	width: 600px;
	float: left;
	padding: 20px 0 40px 0px;
}
.ly_left h1 {
	font-size: 30px;
	font-weight: normal;
}
.ly_left p {
	padding: 25px 0;
	color: #666;
	min-height: 90px;
}
.ly_left em {
	padding-left: 40px;
	background: url(../images/dh1.png) no-repeat left center;
	color: #004b92;
	font-size: 30px;
}
.ly_left a {
	padding-left: 30px;
	background: url(../images/zx.png) no-repeat 20px center #004b92;
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	margin-top: 30px;
}
.ly_right {
	width: 250px;
	float: right;
	background: rgba(0,0,0,0.5);
	padding: 30px 25px;
	position: relative;
}
.ly_right p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.input {
	margin: 10px 0;
}
.input i {
	color: red;
	padding: 0 5px;
}
.select1 span, .input span {
	font-size: 14px;
	display: block;
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 10px;
	line-height: 40px;
	color: #fff;
}
.input input {
	width: 150px;
	height: 32px;
	line-height: 32px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #fff;
	padding-left: 10px;
	font-size: 12px;
}
.select1 {
	margin: 10px 0;
}
.select1 select {
	font-family: "微软雅黑", "Microsoft YaHei";
	width: 183px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	outline: none;
	border: 1px solid #fff;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
}
.ly_tj {
	font-size: 14px;
}
.input_out {
	margin-left: 20px;
	border-radius: 3px;
	border: 0px;
	background: #004b92;
	color: #fff;
	width: 220px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
}
.input_move {
	margin-left: 20px;
	border-radius: 3px;
	border: 0px;
	color: #fff;
	background: #c00;
	width: 260px;
	height: 40px;
	cursor: pointer;
	font-size: 18px;
}
/* 在线客服 */
.floatBox {
	position: fixed;
	right: 3px;
	top: 50%;
	background: #fff;
	width: 74px;
	z-index: 100;
	-webkit-box-shadow: 3px 3px 3px;
	-moz-box-shadow: 3px 3px 3px;
	box-shadow: -1px 1px 20px rgba(0, 0, 0, .13);
}
.floatBox li a {
	color: #666666;
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 50px 0 5px 0;
	border: 1px solid #ededed;
	border-top: 0;
	background-image: url(../images/floatbox.png);
	background-position: center 8px;
	background-repeat: no-repeat;
}
.floatBox li a:hover {
	color: #ff6800
}
.floatBox li.li_o a {
	border-color: #9cb8e2;
	background-color: #9cb8e2;
	color: #fff;
	background-position: 16px 9px;
	cursor: default;
	padding-top: 35px;
	padding-bottom: 15px;
}
.floatBox li.li_t a {
	background-image: url(../images/zaixiankefu.png)
}
.floatBox li.li_s a {
	background-image: url(../images/q-t.gif)
}
.floatBox li.li_f a {
	background-image: url(../images/q-s.gif)
}
.floatBox li.li_w a {
	background-image: url(../images/q-f.gif)
}
.fixer {
	position: fixed;
	right: 0px;
	top: 0;
	_position: absolute;
_top:e-xpression(documentElement.scrollTop+10 + "px");
	z-index: 100;
}
.floatBox.fixer {
	top: 150px
}

.bzzc-top{
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/neiyetop/帮助支持.png) center center no-repeat;
    background-size: cover;
    padding-top: 64px;
/*	position: relative;
	background: linear-gradient(134deg,rgba(76,72,255,1) 35%,rgba(0,211,255,1) 80%);
	top: 0;
	left: 0;*/
}
.gywm-top{
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/neiyetop/关于我们.png) center center no-repeat;
    background-size: cover;
    padding-top: 64px;
/*	position: relative;
	background: linear-gradient(134deg,rgba(76,72,255,1) 35%,rgba(0,211,255,1) 80%);
	top: 0;
	left: 0;*/
}
.khdxz-top{
    height: 400px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/neiyetop/下载.png) center center no-repeat;
    background-size: cover;
    padding-top: 64px;
}

.fw-top{
    height: 500px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/fuwutixi.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 64px;
}


.hyfa-top{
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/neiyetop/行业解决方案.png) center center no-repeat;
    background-size: cover;
    /*首页头部固定*/
	padding-top: 64px;
}

.hyfa-top-hp{
	width: 1200px;
	height: 150px;
    
	margin: 0 auto;
	padding-top: 100px;
}

.hyfa-top-hp h2{
	font-size: 36px;
	color: #000;
	font-style: italic;
}
.hyfa-top-hp p{
	font-size: 16px;
	margin-top: 20px;
	padding-top: 5px;
	color: #000;
	width: 500px;
	font-weight: 300;
}
.hyfa-top-sy{
    width: 150px;
    height: 40px;
	text-align: center;
	background-color: #0A64FA;
	margin-top: 60px;
	
}


.hyfa-top-sy b{

	font-size: 14px;
	color: #fff;
	line-height: 40px;
}












.main-hyfa{
	width: 100%;
	margin: auto;
	
}













.zjT{
	background: url(../images/tbanner2.jpg) no-repeat center;
	height: 200px;

}




.fuwu{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
}

.fuwu ul li{
	width: 250px;
	height: 200px;
	float: left;
	margin-right: 225px;
	margin-top: 0px;
	text-align: center;
}
.fuwu ul li:nth-child(3n){margin-right: 0;}

.fuwu-img{
	width: 88px;
	height: 88px;
}
.fuwu h5{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #16181A;
}

.fuwu p{
	
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	color: #495870;
}

.qywtjj{
	width: 100%;
	padding: 20px 0;
	background-color: #EFF2F6 ;
	margin-top: 190px;
	overflow: hidden;
}

.wentijiejue{
	width: 1200px;
	margin: 0 auto;	
}


.wentijiejue-nr{
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.wentijiejue ul li{
	width: 280px;
	background-color: #ffffff;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	visibility: inherit;
	padding: 3px;
    border-radius: 6px;

}
.wentijiejue ul li:hover{
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 20%);
}
.wentijiejue img{
	width: 100%;
	height: 168px;
	
}
.wentijiejue p{
    font-size: 20px;
    color: #16181A;
	margin: 20px 0px;
	text-align: center;
}
.wentijiejue span{
    font-size: 14px;
    margin: 10px;
    color: #0A64FA;
}

.zxgd{
	width: 250px;
	height: 40px;
	background-color: #004b92;
	margin: 20px auto;
	border-radius: 5px;
}

.zxgd p{
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.zxgd p:hover{
	background: #fff;
	color: #000;
	margin: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);
}




.hyfa-al{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	background-color: #EFF2F6;
}
.hyfa-al-bt{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 20px 0;
}
.hyfa-al-bt h3{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 20px 0;
}
.hyfa-al-nr{
	width: 100%;
		max-width: 1200px;
	margin: 20px auto;
}
.hyfa-al-nr img{
	width: 200px;
border-radius: 6px;
	height: 120px;
}
.hyfa-nr-left{
	width: 45%;
	float: left;
}
.hyfa-nrwa-left{
	width: 200px;
	height: 120px;
	float: left;
}
.hyfa-nrwa-right{
	width: 60%;
	height: 120px;
	float: right;

}


.hyfa-nr-right{
	width: 45%;
	float: right;
}

.hyfa-al-nr h4{
	font-size: 18px;
	margin: 10px;
	color: #16181A;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hyfa-al-nr p{
	font-size: 14px;
	margin: 10px;
	margin-top: 15px;
	color: #495870;
}
.hyfa-al-nr ul li{
	width: 100%;
	height: 120px;
	margin: 20px 0;
	background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
	padding: 15px;
   
    border-radius: 6px;
    border: 3px solid #fff;

}






.dibu{
	width: 100%;
    
	height: 162px;
	background: linear-gradient(180deg, #115EF6 0%, #115EF6 80%);
	background-image:url(/skin/default/images/new_img_bottom_bg.png);

	align-items: center;

	
}
.db-h{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
	overflow: hidden;
	font-size: 28px;
	color: #fff;
	text-align: left;
	padding-top: 30px;

}


.db-tyzx{
	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
}
.tyzx-left{
 	width: 90px;
 	height: 32px;
 	border: 1px solid #fff;
 	border-radius: 2px;
 	margin-right: 30px;

}
.tyzx-right{
 	width: 90px;
 	height: 32px;
 	border: 1px solid #fff;
 	border-radius: 2px;
 	float: right;

}



.db-tyzx p{
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	text-align: center;

}
.db-tyzx p:hover{
    background-color: #fff;
    color: #115EF6;
    border-radius: 2px;
}



/*
.naw{
	width: 100%;
	height: 80px;
	background-color: #ddd;
}
.nawN{
	width: 1200px;
	height: 80px;
	margin: 0 auto;

	
}
.logo{
	float: left;
display: block;
	
	padding: 10px 0 0 10px;
	
	}
.logo img{
	width: 184px;
	display: block;

}
.logo p{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 9px;
	color: #000;
}
.Caidan{
	float: left;
	margin-left: 30px;
	width: auto;
	height: 100%;
}
.Cai{
	float: left;
	width: ;
}
.Cai a{
	display: block;
	line-height: 80px;
	font-size: 14px;
	color: #000;
	position: relative;
	padding: 0 17px;
	transition: all .36s ease;
}

.ph{
	width: 160px;
	height: 80px;
	line-height: 80px;
	float: right;
	margin-right: 20px;

}

.img{
	float: left;
	padding-left: 5px;
}
.ip{
	float: right;
	padding-right: 5px;
}
.ip span{
	font-size: 18px;
}




.Tiyan{
	padding: 0 15px 0 15px;
	height: 80px;
	line-height: 80px;
	width: auto;
	float: right;
	background-color: blue;
}
.Tiyan li{
	float: left;
	height: 100%;
}
.Tiyan a{
	color: #fff;
}
*/
.head1{
	position: fixed;
	
	top: 0;
}




.naw{
	/*position: relative;*/
	width: 100%;
	height: 64px;
	background-color: #fff;
	box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
	/*首页头部固定*/
	position: fixed;
	z-index: 2;
}
/*首页头部固定*/
.naw-new{
    top: 33px;
	z-index: 3;
}
.nawN{
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	
	
}
.nawN ul:hover {
	background-color: #4B8FFF;
}
.hzms-qb {
    padding-top: 64px;
}
.logo{
	float: left;
    display: block;
	align-items: center;
	margin-left: 38px;
	}
.logo img{
	width: 100px;
	height: 60px;
	display: block;

}
.logo p{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #000;
}
.Caidan{
	float: left;
	width: auto;
	height: 100%;
	padding-left: 30px !important;
}
.Cai{
	float: left;
}

.Cai h2{
    display: block;
	line-height: 64px;
	font-size: 14px;
	color: #000;
	position: relative;
	padding: 0 17px;
	transition: all .36s ease;
	text-decoration: none;
}

.Cai a:hover{
	background-color: #004b92;
	color: #fff;
}
.Cai h2:hover{
    background-color: #004b92;
	color: #fff;
}

.ph{
    display: flex;
    justify-content: center;
    align-content: center;
    flex:1;
    line-height:64px;
    font-size: 16px;
    padding-right: 20px;
    overflow: hidden;
    float: right;
}

.img{
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.img img {
  width: 20px;
  height: 20px;
}


.ip{
	float: right;
	padding-right: 5px;
	
}
.ip span{
	font-size: 18px;
	 font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #16181A;
   
}




.Tiyan{
	padding: 0 15px 0 15px;
	height: 64px;
	line-height: 64px;
	width: auto;
	float: right;
	background-color: #0A64FA;
}

.Tiyan li {
    display: flex;
	float: left;
	height: 100%;
}
.Tiyan a{
	color: #fff;
}

.zxyy {
	padding: 0 15px 0 15px;
	height: 64px;
	line-height: 64px;
	width: auto;
	float: right;
	background-color: #A6B5CD;
	cursor: pointer;
}

.zxyy span {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
   	font-weight: bold;
   	color: #FFFFFF;
}
/********* 在线预约 ********/
.zxyy-div {
	display:none;
	background-color:rgba(0, 0, 0, 0.5); 
	position:fixed; 
	width: 100%; 
	height: 100%; 
	bottom: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.zxyy-bg {
	width: 940px;
	height: 660px;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
}
.zxyy-left {
	width: 446px;
	height: 100%;
}
.zxyy-left img {
	width: 100%;
	height: 100%;
}
.zxyy-right {
	/* width: calc(842px - 446px); */
	height: 100%;
	display: flex;
    flex-direction: column;
}
.zxyy-right-close {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 20px;
}
.zxyy-right-close img {
	width: 24px;
	height: 24px;
	margin-right: -20px;
}
.zxyy-right h2 {
	font-family: DingTalk, DingTalk;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	color: #000000;
	line-height: 29px;
	text-align: center;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zxyy-msg {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	margin-left: 118px;
    color: #495870;
}
.zxyy-item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}

.zxyy-item-title {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #16181A;
	line-height: 20px;
	text-align: center;
	font-style: normal;
}
.zxyy-imput{
	width: 280px;
	height: 40px;
	border-radius: 6px;
	padding-left: 20px;
	border: none;
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
}

.zxyy-imput-tdnr {
	height: 70px;
	resize: none; /* 禁止调整大小 */
	padding-top: 10px;
}

/* ------自定义下拉框---- */
.zxyy-select-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	width: 300px;
	height: 40px;
	border-radius: 6px;
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
}
.zxyy-custom-select__trigger {
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 100%;
	height: 100%;
	cursor: default;
}
.zxyy-custom-select-img {
	width: 20px;
	height: 20px;
	margin-right: 30px;
}
.zxyy-custom-select__options {
	position: absolute;
	display: none;
	flex-direction: column;
	margin-top: 5px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #f1f1f1;
	max-height: 200px; /* 根据需要调整 */
	width: 300px;
	overflow-y: scroll;
	transition: max-height 0.3s ease-out;
}

.zxyy-custom-select__option {
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 0.5px solid #f0f2f6;
}

.zxyy-custom-select__option:hover {
    color: #0A64FA; /* 鼠标悬停颜色 */
}

.zxyy-send {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
	cursor: default;
}

.zxyy-send p{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 60px;
	width: 190px;
	height: 40px;
	background: #0A64FA;
	border-radius: 4px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: normal;
}

/********* 产品 ********/

.cp-center{
	width: 100%;
	margin: 0 auto;
}
.cp-top{
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/neiyetop/企业私有云盘.png) center center no-repeat;
	background-size: cover;
	padding-top: 64px;
	/*background: linear-gradient(134deg,rgba(76,72,255,1) 35%,rgba(0,211,255,1) 80%);*/
}


.nr_top_style {
    	height: 200px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/new_img_nr_top.png) center center no-repeat;
	background-size: cover;
	padding-top: 64px;
}
.nr_top_style_hp {
    	height: 75px;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 10px 0;
}

.nr_top_style_hp h1{
	font-size: 42px;
	color: #000;
	font-style:italic;
}
.nr_top_style_hp p{
	font-size: 16px;
	margin-top: 10px;
	padding-top: 5px;
	color: #495870;
	width: 500px;
	font-weight:300;
}

.cp-top-hp{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 100px 0 20px 0;
}
.cp-top-hp h1{
	font-size: 36px;
	color: #000;
	font-style:italic;
}
.cp-top-hp p{
	font-size: 16px;
	margin-top: 20px;
	padding-top: 5px;
	color: #495870;
	width: 500px;
	font-weight:300;
}

.cp-top-sy{
	width: 150px;
	height: 40px;
	text-align: center;
	border-radius: 0px;
	background-color: #0A64FA;
	margin-top: 60px;
}
.cp-top-sy b{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}


.cp-cjwt{
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
.cp-xuanze{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.cp-xuanze-h{
	height: 55px;
	text-align: center;
	margin: 30px 0 15px 0;
}
.cp-xuanze-h h3{
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.cp-xuanze-jieshao{
	width: 100%;
	text-align: center;
	padding: 20px 15px;
	overflow: hidden;
}
.cp-xuanze-jieshao dl{
	float: left;
	width: 210px;
	margin-right: 30px;
	align-items: center;

}
.cp-xuanze-jieshao dl dd{
	display: flex;
	width: 210px;
	height: 88px;
	align-items: center;
	justify-content: center;
	

}
/*.cp-xuanze-jieshao dl dd:hover{*/
/*    background-color: #e8ecef;*/
/*    box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);*/
/*}*/
.cp-xuanze-jieshao dl dd img{
	width: 100px;
	height: 100px;
}
.cp-xuanze-jieshao dl dt{
	font-size: 16px;
	margin-top: 10px;
	font-weight: 400;
	color: #142840;
	line-height: 22px;
	text-align: center;
	 font-weight: bold;
}
.cp-xuanze-jieshao dl p{
	text-align: center;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #636d81;
	line-height: 20px;
}
.cptc{
	width: 100%;
	padding: 20px 0;
	background-color: #EFF2F6;
	overflow: hidden;
}
.cp-taocan{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.cp-taocan-jieshao{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	overflow: hidden;
}

.cp-js-img{
    width: 100%;
    text-align: center;
}
.cp-taocan-jieshao img{
	width: 70%;
	height: 70%;
}
.cp-taocan-jieshao ul{
    /*align-items: center;*/
    margin-left: 30px;
}
.cp-taocan-jieshao ul li{
	width: 520px;
	padding-bottom: 30px;
	padding-top: 30px;
	float: left;
	margin: 0 20px;
	margin-top: 20px;
	background-color: #fff;
	background-image:url(/skin/default/images/new_img_cpbg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 222px;
	border: 3px solid #fff;
	border-radius: 6px
}

.cp-taocan-jieshao ul li:nth-child(2n){margin-right: 0;}


.cp-js-hp{
	width: auto;
	padding: 0 25px;

}
.cp-js-h{
	width: 100%;
    height: 40px;
    color: #fff;
    text-align: left;
}
.cp-js-h h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #16181A ;
}
.cp-js-h h4 span{
	color: #FF7802 ;
}
.cp-js-p{
	width: 100%;
	background-color: #fff;
    border-radius: 5px;
    margin: 10px 0 30px 0;
}
.cp-js-jg{
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
}
.cp-js-jg p{
    font-size: 20px;
}
.cp-js-jg p span{
    font-size: 24px;
    color: #0A64FA;
}
.cp-js-c{
    width: 100%;
    padding: 0px 0;
    border-radius: 5px;
    margin: 0px 0 30px 0;
}
.cp-js-c p{
    padding-top: 4px;
    font-size: 14px;
	color: #4C5B76;
}
.cp-js-p p{
	font-size: 14px;
	 color: #16181A;
    margin-bottom: 16px;
	text-align: left;
}

.cp-js-p-img{
    margin-left: 15px;
}

.cp-js-p p img{
    width: 18px;
    height: 18px;
}


.cp-js-hp-spa {
     width: 60px;
    display: inline-block;
    margin-right: 8px;
  	color: #4C5B76;
}

.cp-js-hp-spb {
     width: 160px;
    display: inline-block;
  	color: #16181A;
}

.cp-js-a{
	width: 100%;
	height: 40px;
	background: #0A64FA;
	text-align: center;
	border-radius: 5px;
}
.cp-js-a p{
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.cp-js-a:hover{
	background: #fff;
	box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);
}
.cp-js-a p:hover{

	color: #000;
	}


.cp-dz{
	width: 231px;
	height: 36px;
	border-radius: 5px;
	margin: 20px auto;
}
.cp-dz p{
	font-size: 15px;
	line-height: 40px;
	color: #0A64FA;
	text-align: center;
	border: 1px solid #0A64FA;
	background-color: #fff;
	transform: skewX(-20deg);
}
/*.cp-dz p:hover{*/
/*	background: #fff;*/
/*	color: #000;*/
/*	box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);*/
/*}*/

.cp-gongneng{
    width: 1200px;
    padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}
.cp-gongneng-h{
    height: 55px;
    text-align: center;
    margin: 30px 0 15px 0;
}
.cp-gongneng-h h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.cp-gongneng-js{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
/*.cp-gongneng-js tr{*/
/*    height: 50px;*/
/*}*/
/*.cp-gongneng-js td{*/
/*    padding: 5px;*/
/*}*/









.jq22-container{
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	overflow: hidden;
}


	

.str_wrap {
	
	overflow:hidden;
	//zoom:1;
	width:100%;
	position:relative;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
	padding: 20px 0;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;

}
.str_vertical .str_move_clone {
	left:0;

}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	width: 231px;
	height: 100px;
	margin-right: 50px;
	max-width:none !important;	
	margin-top: 20px;
}

.cp-wz-item img {
    transition: transform 0.3s;
  }



.cp-wz-item:hover img {
     content: url('/skin/default/images/new_icon_xh2.png'); /* 替换图片 */
  }
  .cp-wz-item:hover h4 {
    color: #0A64FA; /* 文字颜色改变 */
  }
  
  .cp-cjwt-wz ul li h4{
	font-size: 14px;
	color: #16181A;
	margin-left: 4px;

    }
  
  .cp-wz-item:hover {
  
    background: url('/skin/default/images/new_icon_vd.png') center right no-repeat;
    
  }

.cp-cjwt-wz{
	width: 1440px;
	padding: 20px 0;
	overflow: hidden;
	 display: flex;
  justify-content: space-between;

}
.cp-cjwt-wz li{
     
	padding: 10px;
}
.cp-cjwt-wz li:hover{
	color: #0A64FA;
}

.cp-wz-left{
	width:auto ;
}

.cp-wz-middle{
	width: auto;
}
.cp-wz-right{
	width: auto;
}

.cp-cjwt-wz ul li a{
        display: flex;
      align-items: center;

}



.cp-wz-item {
    display: flex;
    padding-right: 16px;
    align-items: center;
  }

.cp-cjwt-wz li p{
	
}

/*     下载           */

.xz-khd{
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
	background-color: #EFF2F6;
}
.xz-khd-bt{
	width: 400px;
	height: 40px;
	margin: 0 auto;
	background-color: #f4f4f4;
	border-radius: 10px;
	margin-bottom: 20px;
}
.xz-cpxz{
	width: 130px;
	height: 40px;
	float: left;	
	border-radius: 10px;
	text-align: center;
	border: 1px solid rgb(140 58 58 / 33%);
}

.xz-cpty{
	width: 130px;
	height: 40px;
	float: right;
	border-radius: 10px;
	text-align: center;
	border: 1px solid rgb(140 58 58 / 33%);
}

.xz-cpxz p{
	line-height: 40px;
	color: #333;
}
.xz-cpxz p:hover{
	background: #0A64FA;
	color: #fff;
	border-radius: 10px;
}


.xz-cpty p{
	line-height: 40px;
	color: #000;
}
.xz-cpty p:hover{
	background: #0A64FA;
	color: #fff;
	border-radius: 10px;
}
.xz-top{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.xz-top-bt{
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.xz-top-xz{
	width: 800px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 15px;
}
.xz-top-xz h3{
	width: 240px;
	height: 30px;
	color: #16181A;
	margin: 0 auto;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
}






.xz-qb{
		width: 1200px;
		margin: 0 auto;
	}		
	.xz-xz{
		padding: 20px 0;
		padding-top: 40px;
		overflow: hidden;
	}
	.xz-xz ul li{
	    position: relative;
		float: left;
	    width: 285px;
		height: 210px;
	}
	
	
	.xz-xz-l2-d {
        width: 150px;
        margin: 0 auto;
        
	}
	
	.xz-xz-l2-d2 {
      width: 150px;
        margin: 0 auto;
        
	}
	.xz-xz-l2-d2 p{
	    width: 132px;
        height: 30px;
        text-align: center;
	    border: 1px solid #fff;
	}
	
		.xz-xz-l2-d2 p a{
	     color: #fff;
	}
	
	.xz-xz-l2-d-a {
	    float: left;
	     width: 66px;
        height: 30px;
	    text-align: center;
	    border: 1px solid #fff;
	}
	.xz-xz-l2-d-a a{
	     color: #fff;
	}
	.xz-xz-l2-d-b a{
	     color: #fff;
	}
	.xz-xz-l2-d-b {
	     float: right;
	   width: 66px;
        height: 30px;
	    text-align: center;
	    border: 1px solid #fff;
	}
	

	
	.xz-xz-l1 {
	    position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: opacity 0.3s ease;
	    
	    text-align: center;
		align-items: center;
	    
		background-image:url(/skin/default/images/new_icon_download.png);
		background-repeat: no-repeat;
	   background-position: center;
	   
	   
	}
	
	.xz-xz-l2 {
	    position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: opacity 0.3s ease;
	    
	    text-align: center;
		align-items: center;
		
		background-image:url(/skin/default/images/new_icon_download_hover.png);
		background-repeat: no-repeat;
	   background-position: center;
	}
	.xz-xz-l2 {
	    opacity: 0;
	}

	
	.xz-xz ul li:hover .xz-xz-l1{
	    opacity: 0;
	}
	
	.xz-xz ul li:hover .xz-xz-l2 {
      opacity: 1;
    }
	
	
	.xz-xz-l2-img{
		width: 88px;
		height: 88px;
		margin-top: 22px;
		margin-bottom: 22px;
	}
	
	.logoimg{
		width: 50px;
		height: 50px;
		margin-top: 60px;
		margin-bottom: 16px;
	}
	.xz-xz-l1 p{
		width: 90px;
		height: 38px;
		border: 1px solid #929ca9;
		border-radius: 2px;
		margin: 0 auto;
	}
	

	
	
	
	
	.xz-xz-l1 a{
		font-size: 14px;
		clear: #1b2733;
		letter-spacing: 0;
		text-align: center;
		line-height: 38px;
	}
	.xz-xz-l1 h4{
		font-size: 16px;
		color: #495870;
		letter-spacing: 0;
		text-align: center;
		margin-top: 12px;
		margin-bottom: 10px;
		font-weight: 300;
	}
	.xz-xz-l1 h3{
		font-size: 24px;
		color: #262626;
		letter-spacing: 0;
		text-align: center;
		line-height: 20px;
	}

 .weixin{ 
 	width:30px; 
 	height:30px; 
 	position:relative; 
 	margin: -20px 0 0 0;
 }
        
 .xweixin{
 	width:20px; 
 	height:20px;
 } 
        
.weixin .weixin_nr{
	width:100px; 
	height:120px; 
	padding:10px; 
	background:#fff; 
	text-align:center; 
	position:absolute; 
	left:-45px; 
	top:-152px; 
	display:none;
}

 
.weixin .weixin_nr img{ 
	margin-bottom:5px;
}

        
.weixin .weixin_nr .arrow{ 
	width:0; 
	height:0; 
	border-top:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent; 
	position:absolute; 
	left:50px; 
	top:140px;
}
     
        
.weixin.on .weixin_nr{ 
	display:block;
}

.xz-gl{
	width: 100%;
	background-color:#EFF2F6 ;
	padding: 10px 0;
	overflow: hidden;
}
.xz-gl-lb{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.xz-gl-lb ul li{
	float: left;
    width: 360px;
    margin-bottom: 20px;
    margin-right: 50px;
    height: 260px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border-radius: 6px;
    border: 3px solid #fff;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(239, 242, 246, 1)) 3 3;
}
.xz-gl-lb ul li:hover{
    box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);
}
.xz-gl-lb ul li:nth-child(3n){
	margin-right: 0;

}
.xz-gl-lb ul li img{
	width: 350px;
	height: 200px;
}


.xz-gl-lb ul li p{
	padding: 10px;
	color: #16181A;
}
.xz-gl-lb ul li p:hover{
	padding: 10px;
	color: #005EFE;
}

.xz-gxri{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

.xz-gxri-bt{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.xz-gxri-left{
	width: 40%;
	float: left;
}
.xz-gxri-bt ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 10px;
}
.xz-gxri-bt ul li p{
	width: 300px;
	height: 30px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xz-gxri-bt ul li span{
	float: right;
}
.xz-gxri-right{
	width: 40%;
	float: right;
}

.xz-gxri-bt i{
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background-color: red;
}





/*   关于我们   */

 .gsjj-js{
 	width: 100%;
 	margin: 40px 0;
 	overflow: hidden;
 	
 }
 .gsjj-js-zt{
     width: 100%;
 	max-width: 1440px;
 	margin: 0 auto;
 }
 .gsjj-js-left{
 	width: 60%;
 	float: left;
 	padding: 15px;
 	padding-top: 0px;
 	padding-left: 0px;
 }
  .gsjj-js-left span{
      color: #0A64FA;
      font-weight: bold;
  }
 .gsjj-js-left h3{
 	font-size: 18px;
 	font-weight: bold;
 	color: #262626;
 	margin-bottom: 30px;
 	font-size: 30px;
 }
 
 .gsjj-js-left p {
     color: #495870;
 }
 .gsjj-js-right{
 	width: 35%;
 	height: 500px;
 	float: right;
 }
 .gsjj-js-right img{
 	width: 500px;
 	height: 384px;
 }
  .gsjj-js-left h4{
  	font-size: 16px;
  	font-weight: bold;
  	color: #262626;
  	margin: 10px 0;
  }

.gsjj-ls{
  	
  	padding: 20px 0 40px 0;
  	
  }
  .gsjj-ls-zt{
  	width: 1200px;
  	height: 150px;
  	margin: 0 auto;
  	border: 1px solid red;
  	box-shadow: 0 0 7px 2px red;
  }
.gsjj-ls-zt ul li{
	width: 19.9%;
	height: 150px;

	border-right: 1px solid red;
	float: left;
	box-shadow: 0 0 7px 2px red;
	text-align: center;
}

.gsjj-ls-zt ul li span{
	font-size: 30px;
	color: red;
	line-height: 120px;
}

.gsjj-ls-zt ul li p{
	font-size: 16px;
	color: #000;
	margin-top: -20px;
}

.gsjj-rz{
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
	padding-bottom: 25px;
	background-color: #EFF2F6;
}

.gsjj-rz-qt{
	width: 100%;
    height: auto;
	padding: 32px 0;
	background-color: #EFF2F6;
}

.gsjj-rz-bt{
	width: 100%;
	text-align: center;
	
	padding: 30px 0;
	padding-top: 0px;
}
.gsjj-rz-bt h3{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-size: 30px;
}
.gsjj-rz-bt p{
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}

.rz-zs{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;

}

.rz-rz{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	
}

.rz-zs ul li{
	float: left;
	margin: 0 10px;

}
.rz-zs img{
	width: 213px;
	height: 146px;
	border: 3px solid #fff;

}

.rz-rz ul li{
	float: left;
	margin: 5px 15px;
}
.rz-rz ul li img{

	width: 255px;
	height: 369px;
	box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);
}


.rz-wh{
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}

.rz-wh-bt{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.rz-wh-bt h3{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	
}
.rz-wh-cc{
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.cc-left{
	width: 46%;
	height: 300px;
	float: left;
}
.cc-left img{
	width: 500px;
	height: 300px;
}
.cc-right{
	width: 46%;
	float: right;
}
.cc-right h4{
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
	
}

.cc-right p{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: red;
}


.rz-kh{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;

}

.rz-kh-bt{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}
.rz-kh-bt h3{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-size: 30px;
}


.rz-kh-tp{
	width: 100%;
	overflow: hidden;
}

.rz-kh-tp img{
	width: 100%;
	height: 400px;
	margin: 0 auto;
	transition: all 0.6s;
	-webkit-animation-delay: ;
}









/*    帮助支持    */

.main-bzzc{
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background-color: #EFF2F6;
}


.main-bzzc-box{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.bzzc-kj{	
	width: 100%;
	
}
.left-bt-top{
	width: 80%;
	text-align: center;
}

.left-bt-top img{
	width: 250px;
	height: 100px;
	margin: 20px 0;
}
.left-bt-top p{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.subNavBox{width:100%;margin:10px 0;}
.subNav{

	cursor:pointer;
	font-weight:bold;
	font-size:16px;
	color:#16181A;
	line-height:48px;
	background:url(/skin/default/images/jiantou1.jpg) no-repeat;
	background-position:95% 50%
}
.subNav:hover{color:#0A64FA;}
.currentDd{color:#0A64FA}
.currentDt{background-image:url(/skin/default/images/jiantou.jpg); font-size: 16px;}
.navContent{display: none;}
.navContent li a{
	display:block;
	height:40px;
	font-size:14px;
	line-height:40px;
	color:#495870;
	padding: 0 5px;

}




.bzzc-zuo{
	width: 19%;
	float: right;
}

.bzzc-left{
	float: left;
	width: 25%;
	padding-left: 26px;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 6px;
}

.bzzc-right{
	float: right;
	width: 71%;
	line-height: 30px;
	padding-top: 10px;;

}

.bzzc-nrgl{
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 30px;
	padding-top: 15px;
	

}
.nrgl-top-main{
	border-bottom: 1px solid #f4f4f4;
	width: 1152px;
	margin: auto;
}

.bzzc-right p{

	line-height: 35px;
}


.bzzc-wz{
	margin: 10px 25px;
}

.bzzc-wz img{
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
}
.bzzc-wz1{
    	margin: 0px 20px;
    	padding-bottom: 20px;
}
.bzzc-wz h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 50px;
	height: 100%;
	text-align: center;
}

.bbzc-tjyd{
	width: 100%;
	
}
.bbzc-tjyd-bt{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.bbzc-tjyd-bt h2{
	font-size: 18px;
	margin-left: 24px;
	color: #16181A;
}


.bbzc-tjyd-nr{
	background-color: #fff;
	border-radius: 6px;
	padding: 25px;

}
.bbzc-tjyd-nr ul li{
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.bbzc-btjs{
    width: 73%;
    float: right;
}
.bbzc-tjyd-nr ul li p{
	font-size: 14px;
	margin: 10px 0;
	line-height: 20px;
	color: #495870;
}


.bbzc-tjyd-nr ul li h3{

	color: #1D70FE;
}

.bbzc-tjyd-nr-left{
	width: 100%;
}
.bbzc-tjyd-nr-left ui li img{
    width: 250px;
    height: 150px;
}

.bbzc-tjyd-nr-left span{
	float: right;
	color: #A7A7A7;
}
.bbzc-tjyd-nr-right{
	width: 40%;
	float: right;
}

.bbzc-tjyd-nr-right p{
	float: left;
}
.bbzc-tjyd-nr-right span{
	float: right;
}


.cjwt-nr{
	width: 100%;
	
	overflow: hidden;
}

.cjwt-nr ul li{
	padding-bottom: 20px;
}
.cjwt-nr ul li span{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;

}
.cjwt-nr d{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: blue;
	margin-left: 20px;
}

.nr-p{
	width: 100% ;
	padding: 10px 0;
	background-color: #f4f4f4;
	margin-top: 10px;
}
.nr-p p{
	width: 95%;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
}


/*    xx云咨询    */
.zxxw-hyfa-top{
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: url(/skin/default/images/neiyetop/云资讯.png) center center no-repeat;
	background-size: cover;
	padding-top: 64px;
/*	position: relative;
	background: linear-gradient(134deg,rgba(76,72,255,1) 35%,rgba(0,211,255,1) 80%);
	top: 0;
	left: 0;*/

}

.zxxw-top-lm
{
	width: 100%;
	height: 60px;
	margin-top: 130px;
	background-color: #EFF2F6;
}
.zxxw-top-lm ul{
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
 
}
.zxxw-top-lm ul li{
	float: left;
	width: 140px;
	height: 40px;

	margin:10px 0;

}

.zxxw-top-lm ul li p:hover{
    color: #1D70FE;
}

.zxxw-top-lm ul li p{
	font-size: 14px;
	color: #16181A;
	line-height: 40px;
}


.wz-1{
	width: 100%;
	margin-bottom: 30px;
}
.wz-1 span{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.wz-1 dl{
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.wz-1 dl dt a{
	font-size: 16px;
	font-weight: bold;
	font-family: "黑体";
	line-height: 30px;
	color: #16181A;
}

.wz-1 dl dt a:hover{
    color: #0A64FA;
}

.wz-1 dl dt{
	width: 98.9%;
	padding: 5px;
	height: 30px;

}
.wz-1 dl dd{
	width: 98.9%;
	padding: 5px;
	font-size: 14px;
	color: #495870;
}
.fwzc-ckgd{
    width: 100%;
    height: 30px;
    background: linear-gradient(134deg,rgba(76,72,255,1) 35%,rgba(0,211,255,1) 80%);
    text-align: center;
    margin: 10px 0;
}
.fwzc-ckgd a{
    color: #fff;
}
.wz-2{
	width: 100%;
	margin-bottom: 30px;
}
.wz-2 span{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.wz-2 dl{
	margin-top: 20px;
}
.wz-2 dl dt a{
	font-size: 16px;
	font-weight: bold;
	font-family: "黑体";
	line-height: 30px;
}
.wz-2 dl dt{
		width: 98.9%;
	padding: 5px;
	height: 30px;
	background-color: #33CCFF;

}
.wz-2 dl dd{
	width: 98.9%;
	padding: 5px;
	background-color: #f4f4f4;
	font-size: 14px;
}






/*    行业动态   */

.main_left-xw img{
	width: 280px;
	height: 168px;
}

.main_left-xw ul li{
	float: left;
	margin: 0 8px 40px 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.hydt-xw-bt{
	width: 280px;
	height: 40px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.hydt-xw-bt p{
	width: 260px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin: 0 10px;
}
.hydt-xw-bt p:hover{
    color: #0A64FA;
}


/* 行业资讯*/

.hyzx-wz-top{
	width: 100%;
	height: 180px;
	background-color: #f4f4f4;
	margin-bottom: 50px;
}
.hyzx-wz-top:hover{
    box-shadow: 0 0 5px 1px rgb(140 58 58 / 33%);
}

.hyzx-wz-top img{
	width: 300px;
	height: 180px;
	transition: all 300ms ease-out 0s;
}



.hyzx-wz-top dl dt{
	width: 300ox;
	height: 180px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

.hyzx-wz-top dd h5{
	font-size: 18px;
	line-height: 46px;
}
.hyzx-wz-top dd p{
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.hyzx-wz-top span{
	font-size: 12px;
	color: #999999;
	line-height: 35px;
	padding-left: 25px;
	margin-right: 25px;
	float: right;
}
.hyzx-hyzx-qt {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
.hyzx-hyzx-qt li{
	width: 280px;
	height: 280px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
	background-color: #f4f4f4;
}
.hyzx-hyzx-qt ul li:nth-child(3n){margin-right: 0;}

.hyzx-hyzx-qt img{
	width: 280px;
	height: 168px;
}
.hyzx-qt-hp{
	margin: 5px 10px;
}
.hyzx-qt-hp h5{
	font-size: 16px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hyzx-qt-hp p{
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.hyzx-qt-hp span{
	float: right;
	
}







.banner{
	width: 100%;
	height: 500px;
}
.banner ul{
	overflow: hidden;
	height: 100%;
}

.li-1{
width: 100%;
height: 450px;
background: url(../images/banner1_bg.jpg) center center no-repeat #070E2A;
background-size: cover;

margin: 0 auto;
}
.li-1-1{
	width: 1200px;
	height: 450px;
	margin: 0 auto;
}

.li-1-1-1 img{
	width: 100%;
	height: 100%;
	margin: 80px 0 40px 0;

}

.li-1-1-2{
    height: 64px;
    width: 100%;
      margin-top: 25px;
}
.li-1-1-3{
    height: 40px;
    width: 100%;
  
}
.li-1-1-3 p{
    font-size: 16px;
    line-height: 40px;
}
.li-1-1-2 p{
    font-size: 48px;
    line-height: 64px;
    font-style:italic;
    font-weight: bold;
}

.li-1-2{
	width: 136px;
	height: 40px;
	background: #0A64FA;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 0px;
	margin-top: 60px;
}
.li-1-2 a{
    font-size: 14px;
    color: #fff;
}
.li-1-3{
	width: 600px;
	height: 380px;

	bottom: 0;
	float: right;
	margin-top: 60px;
}
.li-1-3{
	width: 700px;
	height: 400px;
}
.li-1-3 img{
    width: 700px;
}
.li-1-1-1{
	float: left;
    margin-top: 64px;
}
/*-----------------------渠道合作----------------------------*/

.jm-qb{
		width: 100%;
		padding-top: 64px;
	}
	.jm-qb-top{
		width: 100%;
		height: 500px;
		background: url(/skin/default/images/2222.png) center center no-repeat;
		  background-size: cover;
	}
	.jm-qb-top h2{
		font-size: 30px;
		color: #fff;
		text-align: center;
		padding: 60px 0;
	}
	.jm-qb-top ul{
		width: 1200px;
		height: 250px;
		margin: 0 auto;
	}
	.jm-qb-top ul li{
		float: left;
		width: 25%;
		text-align: center;
	}
	.jm-qb-top ul li p{
		color: #fff;
		font-size: 20px;
		line-height: 64px;
	}
	.jm-qb-top ul li img{
		width: 150px;
		height: 150px;
	}

	.jm-qb-nr{
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
		background-color: #f3f6fb;
	}
	.jm-qb-nr h1{
		font-size: 30px;
		text-align: center;
		padding: 10px 0 40px 0;
	}
	.jm-nr{
			width: 1200px;
			overflow: hidden;
			margin: 10px auto;
			padding: 10px 0;
	}
	.jm-nr-left{
		width: 500px;
		height: 150px;
		float: left;
		box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
		background-color: #fff;
	
	}
	.jm-nr-right{
		width: 500px;
		height: 150px;
		float: right;
		box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
		background-color: #fff;
	}
	.jm-nr h2{
		font-size: 25px;
		text-align: center;
		margin: 10px 0;
        font-weight: 500;
	}
	.jm-nr p{
		margin: 10px;
		font-size: 16px;
		line-height: 35px;
		font-weight: 300;
	}
	.jm-lxfs{
		width: 100%;
		margin: 20px 0;
		
	}
	.jm-lxfs h1{
		font-size: 30px;
		text-align: center;
		padding: 10px 0 40px 0;
	}
	.jm-lxfs-lx{
		width: 1200px;
		height: 64px;
		line-height: 64px;
		margin: 0 auto;
		text-align: center;
	}
	.jm-lxfs-lx span{
		font-size: 20px;
		margin-right: 30px;
	}

/*--------------------新首页-------------------------------*/
.sf-nb{
	width: 100%;
	padding:0px 0;
	overflow: hidden;
	}
.sf-nb h2{
	font-size: 28px;
	text-align: center;
	padding-top: 55px;
	font-weight: 600;
	font-family: NotoSansMyanmar-Medium, NotoSansMyanmar;
	padding-bottom: 40px;

}

.nb-nr{
	width: 1440px;
	margin: 10px auto;
	overflow: hidden;
}
.nb-nr li{
	width: 280px;
	height: 210px;
	float: left;
	margin-left: 106.6px;
	text-align: center;
}
.nb-nr li:nth-child(4n+1){margin-left: 0}

.nb-nr img{
	width: 64px;
	height: 73px;
	padding: 0px;
}
.nb-1 span{
	font-size: 18px;
	font-weight: bold;
}
.nb-1 p{
	font-size: 14px;
	font-weight:300;
	margin-top: 7px;
}
.nb-1{
	margin: 20px;
	text-align: center;
}

/*---------------------2--------------------*/
.sf-gn{
	width: 100%;
	padding: 10px 0;
	padding-bottom: 40px;
	background: #EFF2F6;
	overflow: hidden;
}

.sf-fb-new{
    	width: 100%;
    	padding: 40px;
    	padding-left: 0px;
    	background-color: #EFF2F6;
}

.sf-gn h2{
	font-size: 28px;
	text-align: center;
	padding: 40px 0;
}

.active p{
    display: inline-block;
    line-height: 36px;
    border-bottom: 4px #005EFE solid;
    color: #0A64FA;
    
}
.normal p{
    display: inline-block;
    line-height: 36px;
   
    
}

.gn-box{
	width: 1380px;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.gn-box-left{
	width: 800px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}

.gn-box-right{
	width: 500px;
	display: inline-block;
	vertical-align: middle;


}
.gn-box-right h3{
	font-size: 24px;
	padding-bottom: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	color: #16181A;
}
.gn-box-right p{
	font-size: 16px;
	font-weight: 400;
	color: #485871;
	line-height: 30px;
}


.fb-ljx{
    width: 70%;
    height: 50px;
    margin-top: 64px;
}
.ljx-left{
   width: 117px;
	height: 32px;
	border: 1px solid #0A64FA;
	text-align: center;
	background-color: #fff;
    font-size: 14px;
    line-height: 32px;
	 float: left;
transform: skewX(-20deg);
}

.ljx-left a{
    color: #0A64FA;
}

.ljx-right{
    width: 150px;
	height: 50px;
	border: 1px solid #0A64FA;
	text-align: center;
	background-color: #fff;
    font-size: 14px;
    line-height: 50px;
    float: right;
}
.ljx-right a{
    color: #0A64FA;
}


.fb-ljxq{
 width: 117px;
	height: 32px;
	border: 1px solid #0A64FA;
	text-align: center;
	background-color: #fff;
    font-size: 14px;
    line-height: 32px;
	 float: left;
    transform: skewX(-20deg);
	margin-top: 64px;
}

.fb-ljxq span{
	 color: #0A64FA;
	 margin-right: 4px;
	 
}
.fb-box{
	width: 1440px;
	padding: 30px;
}
.tab-container{
	width: 800px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0 auto;
	overflow: hidden;
}
.tab-container ul{
	width: 800px;
	height: 50px;
	 display: flex;
	margin: 0 auto;
}
.tab-container li{
	height: 50px;
	flex-grow: 1;
	line-height: 50px;
	text-align: center;
}


.a_content{
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #f4f6f8;
}
.a_content p:before{
content: url(../images/xintubiao/facd83227e694a266926f2755dcb451.png);
    position: relative;
    top: 5px;
    width: 18px;
    height: 18px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;

}



/*--------------fangbian---------------------*/
.sf-fb{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	background-color: #fff;
	/*background-color: #EFF2F6;*/
}



.new_tab-container{
    	width: 100%;
    	margin-top: -4px;
    		overflow: hidden;
    		padding: 35px 0;
        background-color: #EFF2F6;
}

.sf-fb h2{
	font-size: 28px;
    text-align: center;
    padding: 40px 0;
    background-color: #fff;
}

.a_content{
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #f4f6f8;
}

.tab-header{
	width: 1440px;
	height: 50px;
	background-color: yellow;
}

.fb-box{
	width: 1440px;
	padding: 30px;
}
.fb-box-left{
	width: 500px;
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;

}

.fb-box-left h3{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
.fb-box-left p{
	font-size: 16px;
	font-weight: 400;
	color: #485871;
	line-height: 30px;
}


.fb-box-right{
	width: 800px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.fb-box-right img{
	width: 773px;
	height: 440px;
}

/*----------------------youshi--------------------------*/


.sf-ys{
	width: 100%;
	padding:0px;
	overflow: hidden;
}
.sf-ys h2{
	font-size: 28px;
	text-align: center;
	padding: 40px 0;
}

.sf-ys h3{
	line-height: 48px;
}
.sf-ys p{
	line-height: 30px;
	font-size: 14px;
	color: #495870;
}
.nr-1:hover{
	background-image: url(../images/xintubiao/私有化部署.png);
}
.nr-3:hover{
	background-image: url(../images/xintubiao/权限精细控制.png);
}
.nr-4:hover{
	background-image: url(../images/xintubiao/提高办公效率.png);
}
.nr-5:hover{
	background-image: url(../images/xintubiao/数据安全性.png);
}
.a_content p:before {
  content: url(../images/xintubiao/facd83227e694a266926f2755dcb451.png);
  margin-right: 10px;
  line-height: 30px;
}
.ys-nr{
	width: 100%!important;
	position:relative;
	box-sizing: inherit;
}
.ys-nr p:before{
	 content: url(../images/xintubiao/勾选.png);
  margin-right: 10px;
}
.nr-1{
	width: 49.9%;
	padding: 40px 0;
	overflow: hidden;
	border-right: 0.5px solid #efefef;
	border-bottom: 0.5px solid #efefef;
	border-top: 1px solid #efefef;
	float: left;
	background-size: cover;
  	background-position: center center;
	transition: background-image 1s ease;
}
.nr-2{
	width: 49.9%;
	padding: 40px 0;
	overflow: hidden;
	border-left: 0.5px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-top: 0.5px solid #efefef;
	float: left;
	background-size: cover;
  	background-position: center center;
	transition: background-image 1s ease;
}

.nr-1-1{
	width: 669.5px;
	padding-right: 30px;
	float: right;
}
.nr-2-2{
	width: 669.5px;
	padding-left: 30px;
	
}


/*-------------anquan------------------*/
.sf-aq{
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	background-color: #EFF2F6;
	padding-bottom: 40px;
	}
.sf-aq h2{
	font-size: 28px;
	text-align: center;
	padding: 30px 0;
	
}

.sq-rn{
	width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}
.sq-rn dl{
	width: 260px;
	height: 300px;
	background: #fff;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
	float: left;
	margin-right: 35px;
	text-align: center;
}
.sq-rn dl:nth-child(5n){margin-right: 0}
.sq-rn dd{
	padding-top: 10px;
}
.sq-rn dd img{
	width: 72px;
	height: 72px;
}
.sq-rn dt{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	
}
.sq-rn p{
	margin: 5px;
	font-size: 14px;
	color: #495870;
}

/*----------------------------------------------------*/
.sf-ycff{
	background: url(../images/xintubiao/f52339c367e960471e1d7d12b0c1175.png) center center no-repeat;
	background-size:cover;
	margin: 0 auto;
	height: 160px;
	width: 100%;
}
.ycff-nr{
	width: 1440px;
	padding: 25px 0;
	padding-bottom: 0px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.ycff-nr span{
	font-size: 31px;
	color: #fff;
}
.ycff-nr-1{
	width: 90px;
	height: 32px;
	text-align: center;
	border: 1px #fff solid;
	margin: 30px auto;
}
.ycff-nr-1 a{
	font-size: 14px;
	line-height: 32px;
	color: #fff;
}

/*------------------jiejuefangan-----------------------*/
.sf-jjfa{
	width: 100%;
	padding:10px 0 0 0;
	overflow: hidden;
}
.sf-jjfa h2{
	font-size: 28px;
    text-align: center;
    padding: 40px 0;
    padding-bottom: 20px;
}

.jjfa-tab{
	width: 100%;
	
}
.jjfa_head{
	width: 100%;
	height: 60px;
	box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
}
.jjfa_title{
	width: 1440px;
	height: 52px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.jjfa_title li{
	width: 180px;
	height: 52px;
	line-height: 52px;
	float: left;
	text-align: center;
}

.a_conten{
	width: 100%;
	
	overflow: hidden;
}
.jjfa-nr-left{
	width: 50%;
	height: 412px;
	float: left;
}
.jjfa-nr-left img{
	width: 100%;
	height: 100%;
	animation:imgin .5s cubic-bezier(.215,.61,.355,1);
}
.jjfa-nr-right{
	width: 50%;
	height: 412px;
	float: right;
}
.nr-right{
	padding: 65px 85px 0 34px;
	display: inline-block;
	vertical-align: middle;
}
.nr-right h3{
	font-size: 20px;
	font-weight: 500;
	color: #16181A;
	line-height: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	margin-bottom: 12px;
}
.nr-right P{
	width: 690px;
	font-size: 14px;
	padding: 22px 0;
	color: #495870;
	line-height: 22px;
	font-weight: 400;
	position: relative;
	background-image: url(../images/new_icon_yy_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	/*background-image: ur
	l(../images/new_icon_yy_left.png), url(../images/new_icon_right.png);*/
 /* background-position: left top, right bottom;*/
 /* background-repeat: no-repeat, no-repeat;*/
	
}


.bg-start {
 	background-image: url(../images/new_icon_right.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-right: 42px;
  padding-bottom: 18px;
  
}

/*.bg-start {*/
/*  background-image: url(../images/new_icon_yy_left.png);*/
/*  background-position: left top;*/
/*  background-repeat: no-repeat;*/
/*  margin-left:48px;*/
/*}*/

/*.bg-end {*/
/*  background-image: url(../images/new_icon_right.png);*/
/*  background-position: right bottom;*/
/*  background-repeat: no-repeat;*/
/*}*/

.nr-right a{
display: flex;
  align-items: center;
}

.nr-right a img{
width: 32px;
height: 32px;
margin-left: 6px;
}

.jjfa-ckxq{
	
}
.jjfa-ckxq a{
	color: #005EFE;
	font-size: 14px;
	line-height: 20px;
}
.ckxq-1{
	width: 36px;
	height: 36px;
	background: url(../images/切图/查看详情2.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 20px;
	box-sizing: border-box;
}

.jjfa-kogo{
	padding-top: 63px;
    width: 700px;
}

.jjfa-kogo li{
	width: 165px;
	height: 60px;
	float: left;
	margin-right: 13.3px;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
}
.jjfa-kogo li:nth-child(4n){margin-right: 0}
.jjfa-kogo li img{
	width: 147px;
	height: 54px;
}
/*----------------------企业再用logo------------------------------------*/

.sf-qyyylg{
	width: 100%;
	overflow: hidden;
	background-color: #EFF2F6 ;
}
.sf-qyyylg h2{
	font-size: 28px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.qyyylg-nr{
	width: 1440px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
	
}
.qyyylg-nr li{
	float: left;
	width: 260px;
	height: 100px;
	margin-right: 35px;
	margin-bottom: 15px;
	background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
border-radius: 6px;
}
.qyyylg-nr li:nth-child(5n){margin-right: 0}

.qyyylg-nr li img{
	width: 260px;
	height: 100px;
}




.gywm-nr{
	width: 1440px;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
	
	
}
.gywm-nr li{
	float: left;
	width: 260px;
	height: 80px;
	
	background: #F4F6F9;
    border-radius: 6px;
     display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
/*.gywm-nr li:nth-child(5n){margin-right: 0}*/

.gywm-nr li img{
	 width: auto;
    height: auto;
}





.rz-kh-tp.qyyylg-nr li img{
	width: auto;
	height: auto;
}

/*----------------------xinshiying------------------------------------*/

.header_top .main {
    width: 100%;
    /*max-width: 1440px;*/
    max-width: 100%;
    padding: 0 14px 0 20px;
    box-sizing: border-box;
}
.naw .nawN {
  width: 100%;
  /*max-width: 1440px;*/
}
.banner .li-1 .li-1-1 {
  width: 100%;
  max-width: 1440px;
    padding: 0 30px;
    box-sizing: border-box;
}
.xwed-tz {
  width: 100%;
  max-width: 1440px;
    padding: 0 30px;
    box-sizing: border-box;
}



.sf-nb .nb-nr  {
  width: 100%;
  max-width: 1440px;

}
.sf-nb .nb-nr ul li {
  width: 25%;
  margin-left: 0;

}
.sf-gn .tab-container {
  width: 800px;
  max-width: 1440px;
}
.sf-gn .tab-container #Tab1 {
  width: 100%;
  max-width: 1440px;
}
.sf-gn .a_content {
  width: 100%;
  max-width: 1440px;
}
.sf-gn .a_content .gn-box {
    width: 100%;
    max-width: 1440px;
    display: flex;
    border: 3px solid #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px 0px 0px;
    box-sizing: border-box;
    border-radius: 6px;
    background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
}
.sf-gn .a_content .gn-box .gn-box-left {
  padding-left: 0px;
}
.sf-gn .a_content .gn-box .gn-box-right {

}


.sf-fb .tab-container {
  width: 800px;
  max-width: 1440px;
  padding-left: auto;
  padding-right: auto;
  padding-bottom: 0px;
   
}


.sf-fb .a_content {
  width: 100%;
  max-width: 1440px;
  /*background-color: #EFF2F6;*/
}
.sf-fb .a_content .fb-box {
   width: 100%;
    max-width: 1440px;
    display: flex;
    border: 3px solid #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 15px;
    box-sizing: border-box;
    border-radius: 6px;
    background: linear-gradient(180deg, #EFF2F6 0%, #FFFFFF 100%);
}
.sf-fb .a_content .gn-box .gn-box-left {
  padding-left: 0px;
}
.sf-fb .a_content .gn-box .gn-box-right {
}

.sf-ys .ys-nr .nr-1xxx,
.sf-ys .ys-nr .nr-2xxx {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sf-ys .ys-nr .nr-1 .nr-1-1xxx,
.sf-ys .ys-nr .nr-2 .nr-2-2xxx {
    width: 100%;
    max-width: 550px;
    padding: 0;
    box-sizing: border-box;
}
.sf-ys .ys-nr .nr-1 {
    width: 49.9%;
    height: 180px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.sf-ys .ys-nr .nr-1 .nr-1-1 {
    width: 100%;
    max-width: 710px;
    padding: 0 30px 0 0px;
    box-sizing: border-box;
}
.sf-ys .ys-nr .nr-2 {
    width: 49.9%;
    height: 180px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.sf-ys .ys-nr .nr-2 .nr-2-2  {
    width: 100%;
    max-width: 710px;
    padding: 0 0px 0 30px;
    box-sizing: border-box;
}


.sf-aq .sq-rn {
  width: 100%;
  max-width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sf-aq .sq-rn dl {
  width: 20%;
  height: 200px;
  width: calc(20% - 4px);
  max-width: 260px;
  margin-right: 0px;
 
  border: 3px solid #fff;
    background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
    border-radius: 6px;
}
.sf-ycff .ycff-nr {
  width: 100%;
}

.sf-jjfa .jjfa-tab .jjfa_head .jjfa_title {
  width: 100%;
  max-width: 1440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sf-jjfa .jjfa-tab .jjfa_head .jjfa_title li {
}
.sf-jjfa .jjfa-tab .jjfa_head .jjfa_title li.normal {
    border-bottom: 4px solid transparent;
}
.jjfa-nr-left img {
    object-fit: cover;
}
.sf-jjfa .jjfa-tab .a_conten .jjfa-nr-right .nr-right {
  padding: 65px 15px 0 34px;
  box-sizing: border-box;
}
.sf-jjfa .jjfa-tab .a_conten .jjfa-nr-right .nr-right p {
  width: 100%;
  
  
}
.sf-jjfa .jjfa-tab .a_conten .jjfa-nr-right .nr-right .jjfa-kogo {
  width: 100%;
}


.sf-qyyylg .qyyylg-nr {
  width: 100%;
  max-width: 1440px;
}
.sf-qyyylg .qyyylg-nr ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content:  flex-start;
  flex-wrap: wrap;
}
.sf-qyyylg .qyyylg-nr ul li {
float: initial;
margin-right: 0;
width: 20%;
height: auto;
    padding: 0 7px 14px;
    box-sizing: border-box;
   margin-bottom: 0px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}
.sf-qyyylg .qyyylg-nr ul li img {
    width: 260px;
    height: 80px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    border-radius: 6px;
}

.new .sf-wz-nr {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.new .sf-wz-nr .new_right {
    width: 32.5%;
    max-width: 420px;
}


.yqlj {
    width: 100%;
    max-width: 1440px;
       
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 10px;
         margin: 1px auto;
        overflow: hidden;
        text-align: center;
      
}

    .yqlj span{
         width: 100%;
        max-width: 1440px;
          align-items: center;
          text-align: center;
    }
.footer_a {
    margin-right: 4px;
}

.footer_p {
    padding-top: 20px;
}
.footer_p2 {
    padding-bottom: 20px;
}

.yqlj li{
    float: left;
    margin-right: 10px;
}
.yqlj a{
    color: #333;
}


.foot .foot-centent .main {
    width: 100%;
    max-width: 1440px;
}




/*---------------------------------文件存储内页------------------------------------*/

	.wjcc-qt{
		width: 100%;
		background-color: #f4f6f8;
	}
	.wjcc-top{
		width: 100%;
		height: 400px;
		background: url(../images/wenjianguanli/文件存储.png) center center no-repeat #070E2A;
		background-size: cover;
		margin:0 auto;
		box-shadow:0 4px 6px 0 rgb(0 0 0 / 10%);
		padding-top: 64px;
	}
	.xtbg-top{
	    width: 100%;
		height: 400px;
		background: url(../images/wenjianguanli/协同办公.png) center center no-repeat #070E2A;
		background-size: cover;
		margin:0 auto;
		box-shadow:0 4px 6px 0 rgb(0 0 0 / 10%);
		padding-top: 64px;
	}
	
	.jxhqx-top{
	    width: 100%;
		height: 400px;
		background: url(../images/wenjianguanli/精细化权限.png) center center no-repeat #070E2A;
		background-size: cover;
		margin:0 auto;
		box-shadow:0 4px 6px 0 rgb(0 0 0 / 10%);
		padding-top: 64px;
	}
	.zxwd-top{
	     width: 100%;
		height: 400px;
		background: url(../images/wenjianguanli/文档管理.png) center center no-repeat #070E2A;
		background-size: cover;
		margin:0 auto;
		box-shadow:0 4px 6px 0 rgb(0 0 0 / 10%);
		padding-top: 64px;
	}
	
	
	.wjcc-tadr{
		width: 1200px;
		margin: 0 auto;
		padding-top: 50px;
		overflow: ;
	}
	.wjcc-tadr h1{
		font-size: 30px;
		height: 60px;
		margin-top: 35px;
		font-style: italic;
	}
	.wjcc-tadr p{
		font-size: 16px;
	
		height: 60px;
		line-height: 60px;
	}
	.wjcc-sy{
		width: 150px;
		height: 40px;
		border: 1px #000 solid;
		margin-top: 50px;
		border-radius: 20px;
		text-align: center;
	}
	.wjcc-sy p{
		line-height: 40px;
	}
	.wjcc-right{
		
	}
	.wjcc-nr{
		width: 1200px;
		margin: 0 auto;
		padding: 30px 0;
		position: relative;
	}
	.wjcc-nr-1{
		box-sizing: border-box;
		padding: 64px;
		box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
		background-color: #fff;
		font-size: 0;
	}
	.wjcc-nr-img{
		width: 580px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.wjcc-nr-wz{
		width: 400px;
		padding-left: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	.wjcc-nr-wz h2{
		font-size: 28px;
		line-height: 42px;
		font-weight: 320;
	}
	.wjcc-item{
		margin-top: 30px;
	}
	.wjcc-item img{
		width: 32px;
		height: 32px;
		margin-right: 20px;
		vertical-align: middle;
	}
	.wjcc-item span{
		display: inline-block;
		vertical-align: middle;
		line-height: 34px;
		font-size: 18px;
		font-weight: 500;
	
	}
	.item-p{
		font-size: 16px;
		line-height: 30px;
		padding-left: 56px;
		margin-top: 8px;
		font-weight: 300;
		color: #000;
	}
	.wjcc-nr-img .right{
		text-align: right;
	}
	.wjcc-right img{
		width: 400px;
	}
	.wjcc-right{
		float: right;
	}
	.wjcc-left{
		float: left;
	}
	
/*---------------------------协同办公内页---------------------------------*/
#content{
    float: left;
    width: auto;
    height: 100%;
    padding-left: 30px;
}

#content #nav {
	height: 64px;
}
#content #nav ul {
	list-style: none;
}
#content #nav ul li {
 position: relative;
 float: left;
}
#nav div {
	width: 200px;
	position: absolute;
	left: 0px;
	padding-bottom: 0px;
	float: left;
	height: 0;
	overflow: hidden;
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 8%);
}
#content #nav li .a {
	text-decoration: none;
	color: #000;
	line-height: 64px;
	display: block;
}

#nav div a {
	text-decoration: none;
	color: #000;
	line-height: 26px;
	display: block;
}
#nav div a:hover {
	background-color: #0A64FA;
	color: #fff;
}

#supnav h2{
display: block;
    line-height: 64px;
    font-size: 14px;
    color: #000;
    position: relative;
    padding: 0 17px;
    transition: all .36s ease;
    text-decoration: none;
  }

  #supnav h2:hover{
	background-color: #0A64FA;
	color: #fff;
}
 #supnav p{
 	font-size: 14px;
 	height: 40px;
 	line-height: 40px;
 }



/*****************************************************************************************/
#content{
    width: auto;
    float: left;
    /* position: relative; */
    height: 100%;
    padding-left:30px;
}
#nav {
    height: 64px;
    float: left;
}

#nav dl dd {
    position: relative;
    float: left;
    text-align: center;
}

#nav dl dd h2 {
    display: block;
    line-height: 64px;
    font-size: 16px;
    color: #16181A;
    position: relative;
    padding: 0 17px;
    transition: all .36s ease;
    text-decoration: none;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: normal;
}

#nav dl dd h2:visited {
    background-color: #0A64FA;
    color: #fff;
}

#nav dl dd h2:hover {
    background-color: #0A64FA;
    color: #fff!important;

}



/*#nav dl dd h2 a{*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    line-height: 80px;*/
/*    display: block;*/
/*}*/

/*#nav dd.on a {*/
/*  color: #0A64FA;*/
/*}*/



#nav dl dd ul {
    position: absolute;
    background-color: #f4f6f8;
    width: 500px;
    top: 64px;
    padding: 0;
    font-size: 18px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
    border-radius: 0 0px 3px 3px;
    display: none;
    z-index: 100;
    left: 0;
    text-align: left;
    border-top: none;
    float: left;
    border-radius: 10px;
}
#nav dl dd .nav-list li {
    width: 230px;
    font-size: 14px;
    text-indent: 8px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: #fff;
    float: left;
     border-radius: 10px;
     margin: 10px;
}

#nav dl dd .nav-list li a {
    color: #1b1a21;
    display: inline-block;
    width: 100%;
    height: 50px;
}

#nav dl dd .nav-list li:hover {
    background-color: #009fcc;
    color: #0A64FA;
     box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

.nav-list p{
    width: 100%;
    height: 100%;
    color: #495870;
}
.nav-list p:hover{
    color: #0A64FA;
}


.sidebar {
 

  width: 250px;
  height: 740px;
  padding: 15px;
  background-color: #F5F7FA;
  float: left;
  overflow-y: auto;
  scrollbar-width: thin; /* 定义滚动条的宽度为thin */
  scrollbar-color: #005EFE; /* 设置滚动条的颜色 */
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #005EFE; /* 设置滑块的背景颜色为蓝色 */
  border-radius: 5px; /* 设置滑块的圆角 */
  height: 50px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #005EFE; /* 设置滑块的鼠标悬停时的背景颜色为深蓝色 */
}

.sidebar::-webkit-scrollbar-track {
  background-color: transparent; /* 设置轨道的背景颜色为透明 */
}

.sidebar::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.1); /* 设置轨道的鼠标悬停时的背景颜色 */
}

.sidebar::-webkit-scrollbar {
  width: 10px; /* 设置滚动条的宽度 */
}

.sidebar ul{
  list-style: none;
  padding-left: 0px;

}


.sidebar ul li{
  height: 42px;
  line-height: 42px;
  text-align: left;
  padding-left: 15px;
}

.sidebar a{
   color: #16181A;

   font-size: 16px;
   text-decoration: none;
}

.content {
  width: calc(100% - 300px);
  height: 766px;
  margin-left: 250px;
  overflow-y: auto;
  overflow: hidden;
  scroll-behavior: smooth;

}

/* 添加新的样式 */
    .selected {
      background-color: rgba(0, 94, 254, 0.1);
    }

    .selected a {
      color: #0A64FA;
    }

.section {
  background-color: #ffffff;
  margin-left: 50px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 10px;
}


.section h2 {
  color: #16181A;
  size: 16px;
  font-weight: bold;

}

.section h2 img{
    margin-right: 8px;
}

.section p {
  color: #495870 ;
  margin-top: 10px;
  margin-bottom: 10px;
  size: 14px;

}

