@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, q, em, ul, li, ol, dl, dt, dd, form, article, aside, embed, table, td, th, input, button, legend, fieldlset, blockquote, textarea, label, strong, img, cite { margin: 0; padding: 0; outline: none; }
body { font-family:"微软雅黑","Microsoft YaHei"; font-size:14px;color:#333;word-wrap: break-word;word-break: break-all;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%;}
table { border-collapse: collapse; }
ul, li , ol{ list-style: none; }
img{ border: none; vertical-align:middle; }
em, cite, address,i ,strong{ font-style: normal; font-weight: normal; }
a { text-decoration:none;color: inherit;}
/*a:hover{color:#ffffff;}*/
input { outline:none; border:none; background-color:transparent;}
input::-ms-clear { display:none; }
textarea { outline:none; resize:none;overflow:auto;border:none;background: transparent;}
.clearfix:after,
.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}
.fl{float:left;}
.fr{float:right;}
.img{width: 100%;height: 100%;}
.odd_line{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
/* 主体宽度 */
.w{width: 1180px;margin: 0 auto;min-width:1180px;}
/*头部*/
.header{
	width:100%;
	height:130px;
}
.header .logo{
	width:396px;
	height:87px;
	margin-top:20px;
}
.header .title{
	width:200px;
	margin-left:40px;
	margin-top:40px;
}
.title-item{

}
.title-item span{
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:bold;
}
.title-item img{
	width:10px;
	height:12px;
	vertical-align:middle;
}
.header .search{
	width:400px;
	margin-top:40px;
}
.search-main{
	width:100%;
	height:40px;
	line-height:40px;
	position:relative;
}
.search-main img{
	position:absolute;
	width:16px;
	height:16px;
	top:12px;
	left:12px;
}
.search-main input{
	width:298px;
	height:100%;
	padding-left:40px;
	box-sizing:border-box; 
	border:1px solid rgba(204,204,204,1);
	border-radius:4px 0px 0px 4px;
}
.search-main .search_btn{
	width:100px;
	height:41px;
	text-align:center;
	color:#fff;
	font-size:14px;
	cursor:pointer;
	background:rgba(40,92,172,1);
	border-radius:0px 4px 4px 0px;
}
.search-hot{
	padding-top:5px;
}
.search-hot span{
	font-size:12px;
	color:rgba(112,125,138,1);
	margin-right:10px;
}
.search-hot .hot-title{
	color:#004890;
	font-weight:bold;
}
/*nav*/
.nav_main{
	background:#285CAC;
}
.nav_main .nav:first-child{
	border-bottom:1px solid rgba(255,255,255,0.2);

}
.nav_main li.active a{
    padding: 3px 30px;
/*    background:#004890;*/
}
.nav li{
	position:relative;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#FFFFFF;
	width:11%;
	height:50px;
	line-height:50px;
	text-align:center;
}
.nav li:after{
	position:absolute;
	content:'';
	display:inline-block;
	width:1px;
    height:16px;
	right:0px;
	top:18px;
	background:rgba(255,255,255,0.2);
}
.nav li:last-child:after{
	display:none;
}
.nav_sencd{
	position:absolute;
	width:100%;
	left:0px;
	background:#004890;
	z-index:1;
	text-align:left;
	padding-left:25px;
	box-sizing:border-box;
	font-size:14px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	line-height:30px;
	display:none;
	z-index:999;
}
.nav_sencd a{
	position:relative;
}
.nav_sencd a:before{
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	left:-10px;
	top:5px;
	position:absolute;
	border-radius:50%;
	background:#ffffff;
}
/*swiper logo*/
.swiper_logo{
	height:160px;
	margin:40px 0;
}
.swiper_logo .swiper-slide img{
	width:100%;
	height:100%;
}
.swiper_logo .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
/*新闻*/
.news_first{}
.news_first>div{
	width:50%;
	height:320px;
}
.news_first .news_first_r{
	padding-left:20px;
    box-sizing: border-box;
}
.swiper_news_first .swiper-slide{
	position:relative;
}
.swiper_news_first .swiper-slide .swiper_news_first_message{
	position:absolute;
	height:40px;
	line-height:40px;
	width:100%;
	bottom:0;
	left:0;
	padding-left:20px;
	box-sizing:border-box;
	background:rgba(0,0,0,0.7);
	font-size:16px;
	color:rgba(255,255,255,1);
}
.swiper_news_first_message p{
	width:300px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.swiper_news_first>.swiper-pagination-bullets,.swiper_news_first .swiper-pagination-custom,.swiper_news_first .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    margin-left: -30px;
}
.swiper_news_first .swiper-pagination-bullet {
    background: #ffffff;
    opacity:1; 
}
.swiper_news_first .swiper-pagination-bullet-active{
    opacity: 1;
    background: #007aff;

}
.swiper_news_first .swiper-slide img{
	width:100%;
	height:100%;
}
.swiper_news_first{
	width:100%;
	height:100%;
}
.new_tab_title{
	background:#F4F5F8;
	height:45px;
	line-height:45px;
	margin-bottom:17px;
}
.new_tab_title li{
	width:25%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
}
.new_tab_title li.active span{
	color:#285CAC;
	padding-bottom:10px;
	border-bottom:2px solid #285CAC;
}
.new_tab_text_title{
	border-bottom:1px solid #DDDDDD;
	padding-bottom:10px;
	margin-bottom:10px;
}
.new_tab_text_title>h2{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:rgba(51,51,51,1);
	padding-bottom:10px;
}
.new_tab_text_title>p{
	font-size:14px;
	font-weight:400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:53px;
	line-height:28px;
	color:rgba(102,102,102,1);
}
.new_tab_text{
	display:none;
}
.new_tab_text.active{
	display:block;
}
.new_tab_text_list li{
	font-size:14px;
	font-weight:400;
	line-height:30px;
	color:rgba(102,102,102,1);
	cursor:pointer;
	position:relative;
	padding-left:10px;
}
.new_tab_text_list li:before{
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	left:0px;
	top:10px;
	position:absolute;
	border-radius:50%;
	background:#666666;
}
.new_tab_text_list li p{
	width:300px;
	line-height:16px;
	display:inline-block;
}
.new_tab_text_list li span{
	color:#999999;
}
.new_tab_text_list a:hover{color:#285CAC;}
.com_text_h a:hover{color:#285CAC;}
.pt_vip_list a:hover{color:#285CAC;}
.small_qy_list_text a:hover{color:#285CAC;}
.first_li_div:hover h2,.first_li_div:hover p{color:#285CAC;}
.list_ltext_item:hover p{color:#285CAC;}
/*系统*/
.stysteam{
	margin-top:30px;
	background:#f8f8f8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.stysteam_title{
	height:240px;
	width:100%;
}
.stysteam_table{
	width:100%;
}
.stysteam_table th{
	height:48px;
	line-height:48px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
    background:rgba(40,92,172,1);
}
.stysteam_table tbody tr{
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:14px;
	color:rgba(102,102,102,1);
	border-bottom:1px solid #DDDDDD;
	background-color:#ffffff;
}
.stysteam_table tbody tr .detail{
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	color:rgba(40,92,172,1);
}
.stysteam_table tbody tr:last-child{
	border:none;
}
.com_title{
	height:60px;
	line-height:60px;
}
.com_title>span{
	display:inline-block;
	vertical-align:middle;
}
.com_title_line{
	width:4px;
	height:18px;
	background:rgba(40,92,172,1);
}
.com_title_text{
	font-size:20px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	padding-left:10px;
}
.stysteam_vip_bom_l{
	width: 880px;
	height:300px;
}
.stysteam_vip_bom_r{
	width: 280px;
	background:#ffffff;
	height:290px;
	overflow:hidden;
	box-sizing:border-box;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.stysteam_vip_bom_l_t>div{
	display:inline-block;
	height:150px;
	width:300px;
	margin-left:20px;
	overflow:hidden;
}
.stysteam_vip_bom_l_t{
	background:#ffffff;
}
.stysteam_vip_bom_l_t>.fhz{
	width:190px;
	padding-top:40px;
	padding-left:20px;
	margin-left:0px;
	box-sizing:border-box;
	background:url(vip_bj.png) no-repeat 100%;
}
.stysteam_vip_bom_l_t .fhz p{
	font-size:25px;
	font-weight:bold;
	color:#ffffff;
}
.stysteam_vip_bom_l_t .fhz p a{
	font-size:14px;
	color:#ffffff;
}
.sty_gs{
	height:40px;
	line-height:40px;
	background-color:#F8F8F8;
	margin-top:30px;
	padding-left:30px;
	font-size:14px;
	color:#285CAC;
	font-weight:bold;
	position:relative;
}
.sty_gs:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	border:2px solid rgba(40,92,172,1);
	display:inline-block;
	left:15px;
	top:16px;
}
.stysteam_vip_bom_l_b{
	padding:10px;
	background:#ffffff;
	margin-top:20px;
	padding-top:0px;
}
.stysteam_vip_bom_l_b_l{
	border-right:1px solid #DDDDDD;
}
.stysteam_vip_bom_l_b_r{
	padding-left:30px;
	box-sizing:border-box;
}
.stysteam_vip_bom_l_b>div{
	width:49%;
}
.com_title_h{
	padding:20px 0;
}
.com_title_h_l{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background:#285CAC;
	width:130px;
	padding:3px 10px;
	position:relative;
	box-sizing:border-box;
}
.com_title_h_l:after{
	position:absolute;
	content:'';
	width:2px;
	height:100%;
	background:#ffffff;
	display:inline-block;
	right:2px;
	top:0px;
}
.com_title_h_r{
	font-size:14px;
	color:rgba(153,153,153,1);
	margin-right:20px;
	padding-top:5px;
}
.com_text_h{
	width:100%;
}
.com_text_h li{
	width:50%;
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:30px;
	height:30px;
	padding-left:15px;
	box-sizing:border-box;
	position:relative;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	padding-right:4%;
}
.com_text_h li:after{
	position:absolute;
	content:'';
	width:7px;
	height:7px;
	background:rgba(40,92,172,1);
	display:inline-block;
	left:2px;
	top:10px;
}
.pt_vip_list li{
	position:relative;
	padding-left:10px;
	font-size:14px;
	color:#333333;
	line-height: 33px;
    height: 33px;
}
.pt_vip_list li:before{
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	left:0px;
	top:16px;
	position:absolute;
	border-radius:50%;
	background:#666666;
}
/*中小企业*/
.small_qy{
	background:#ffffff;
}
.small_qy_list_title>div{
	display:inline-block;
	vertical-align:middle;
}
.small_qy_list>li{
	background:#F9F9F9;
	width:30%;
	padding:10px 20px;
	margin-right:3.33333%;
	height:290px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.small_qy_list_title_l{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	width:90px;
	height:24px;
	line-height:24px;
	text-align:center;
	background:rgba(40,92,172,1);
}
.small_qy_list_title_r{
	width:166px;
	height:1px;
	background:rgba(229,229,229,1);
	margin-top:12px;
	margin-left:20px;
	position:relative;
}
.more_span{
	position:absolute;
	top:-8px;
	right:-39px;
	font-size:12px;
	color: rgba(153,153,153,1);
}
.small_qy_list_title_r>div{
	position:absolute;
	width:40px;
	height:1px;
	background:rgba(0,72,144,1);
	left:0px;
	top:0px;
}
.small_qy_list_text>li{
	margin-top:10px;
}
.small_qy_list_text>li>a{
	display:inline-block;
}
.first_li img{
	width:100px;
	height:76px;
}
.small_qy_list_text .first_li_div{
	width:180px;
	margin-left: 20px;
}
.first_li_div>h2{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	width:100%;
}
.first_li_div>p{
	font-size:12px;
	line-height:24px;
	color:#666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.list_ltext_item .fl{
	width:299px;
	font-size:12px;
	line-height:24px;
	color:#666666;
}
.list_ltext_item .fr{
	font-size:14px;
	color:#999999;
	margin-top:2px;
}
.first_li_three a{
	display:inline-block;
	width:100%;
}
.first_li_three a>div{
	width:48%;
	height:110px;
}
.first_li_three a>div img{
	width:100%;
	height:100%;
}
.first_li_five .first_li_div{
	width:80%;
	margin-left:0px;
}
/*链接*/
.qy_link{
	padding:50px 0;
	background:#F8F8F8;
}
.qy_link_main{
	background:#ffffff;
}
.qy_link_main_item{
	width:100px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ffffff;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	cursor:pointer;
}
.qy_link_main_item.active{
	background:rgba(40,92,172,1);
	color:#ffffff;
}
.qy_link_main .fr{
	font-size:12px;
	color:#999999;
	cursor:pointer;
	position:relative;
	margin-right: 20px;
    margin-top: 12px;
}
.qy_link_main .fr>.sjx{
	position: absolute;
    margin-left: 10px;
    float: left;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    left: -26px;
    top: 6px;
    border-color: #FFCCCC transparent transparent transparent;
}
.qy_link_main .fr.active .sjx{
	border-color: transparent transparent #FFCCCC transparent;
	top: -1px;
}
.qy_link_all{
	height: 0;
    overflow: hidden;
    background: #ffffff;
}
.qy_link_all.active{
	height:auto;
	padding: 10px;
}
.qy_link_all_item{
	width:100%;
	display:none;
}
.qy_link_all_item.active{
	display:block;
}
.qy_link_all_item li{
	width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 20px;
    display: inline;
}
.qy_link_all_item li a{color:#666666;}
/*footer*/
.footer{
	text-align:center;
	height:220px;
	background:#2c2c2c;
	padding:60px 0;
	box-sizing:border-box;
	font-size:12px;
	line-height:28px;
	color:rgba(144,144,144,1);
}

/*悬浮框*/
.xfk{
	position:fixed;
	top:400px;
	right:0px;
	z-index:999;
}
.xfk li{
	width:46px;
	height:46px;
	text-align:center;
	padding-top:5px;
	box-sizing:border-box;
	background:rgba(233,237,243,1);
	border-radius:3px;
	margin-bottom:5px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:18px;
	color:rgba(40,92,172,1);
	cursor:pointer;
	position:relative;
}
.xfk li.active{
	background:#285CAC;
	color:#ffffff;
}
.xfk_detail{
	position:absolute;
	top:0;
	left:0px;
	width:190px;
	box-sizing:border-box;
	padding:10px;
	background:#F4F5F8;
	transition:1s;
	display:none;
}
.xfk_detail.active{
	left:-190px;
	top:0;
	display:block;
	transition:1s;
}
.xfk_detail_main>div{
	width:50%;
	text-align:left;
}
.xfk_detail_main .fl{
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:400;
	line-height:22px;
	color:rgba(57,57,57,1);
}
.xfk_detail_main .fr{
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	line-height:22px;
	color:rgba(40,92,172,1);
}
.xfk_detail_title{
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:bold;
	color:rgba(40,92,172,1);
}
.xfk_detail_img{
	background:transparent;
}
.xfk_detail_img img{
	width:175px;
	height:175px;
}



/*企业服务*/
.server_small_top{
	background:#ffffff;
	width:100%;
	height:310px;
	padding:40px;
	box-sizing:border-box;
}
.server_small_title{
	text-align:center;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.server_small_line{
	width:100%;
	text-align:center;
}
.server_small_line span{
	display:inline-block;
	width:24px;
	height:4px;
	background:rgba(40,92,172,1);
	margin:20px 0;
}
.server_small_text{
	font-size:14px;
	font-family:Microsoft YaHei;
	line-height:30px;
	color:rgba(51,51,51,1);
}
.server_small_lm{
	display: flex;
    justify-content: space-between;
	margin-top:20px;
	margin-bottom:50px;
}
.server_small_lm>div{
	width:50%;
	background-color:#ffffff;
}
.server_small_lm_l_title{
	overflow:hidden;
	width:136px;
	height:200px;
	padding-top:40px;
	padding-left:20px;
	box-sizing:border-box;
	background:url(vip_bj.png) no-repeat 100%;
	background-size:100% 100%;
}
.server_small_lm_l_title h2{
	font-size:25px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:38px;
	color:rgba(255,255,255,1);
}
.server_small_lm_l_title p a{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:24px;
	color:rgba(255,255,255,1);
}
.server_small_lm_l_list{
	margin-left:20px;
	padding-top:20px;
}
.server_small_lm_l_list li{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:30px;
	color:rgba(51,51,51,1);
	position:relative;
}
.server_small_lm_l_list li:after{
	position:absolute;
	content:'';
	display:inline-block;
	width:4px;
	height:4px;
	left:-10px;
	top:14px;
	position:absolute;
	border-radius:50%;
	background:#666666;
}


/*评价*/
.pj_small_top{
	height:70px;
	line-height:70px;
	padding:0;
	border-bottom:2px solid rgba(238,238,238,1);

}
.pj_small_lm{
	height:350px;
	padding:0 50px;
	padding-top:25px;
	box-sizing:border-box;
}
.pj_small_lm h2{
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	line-height:24px;
	color:rgba(40,92,172,1);
	vertical-align:middle;
}
.pj_small_lm h2 span{
	display:inline-block;
	width:4px;
	height:19px;
	background:rgba(40,92,172,1);
	vertical-align:middle;
	margin-right:15px;
}
.pj_ul {
	width:100%;
	border:1px solid #f2ffff;
	padding-top:0;
	margin:0;
	margin-top:20px;
}
.pj_ul li{
	width:100%;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:#333333;
	vertical-align:middle;
	border-bottom:1px solid #f2ffff;
}
.pj_ul li:after{display:none;}
.pj_ul li .pj_l{
	width:20%;
	text-align:center;
	background:#eff8ff;
	height:100%;
}
.pj_ul li .pj_r{
	width:80%;
	color:#666666;
	height:100%;
	padding-left:10px;
	box-sizing:border-box;
}
.pj_ul_r,.pj_ul_r li{
	border:none;
}
.pj_ul_r{
	padding-top:30px;
}
.pj_ul_r,.img_r_pj{
	width:50%;
}
.img_r_pj{
	text-align:center;
	padding-top:50px;
}
.img_r_pj img{
	width:112px;
	height:112px;
}
.img_r_pj p{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:24px;
	color:rgba(40,92,172,1);
}
.pj_bqsy{
	width:100%;
	text-align:center;
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	line-height:24px;
	color:rgba(51,51,51,1);
	height:50px;
	line-height:50px;
    background:rgba(248,248,248,1);
}
.nav_sencd_item>a{padding:3px 0!important;}
.nav_sencd a:before {top: 12px;}
.lianmeng_div{
	width:100px;
	height:120px;
	position:absolute;
	top: 100px;
    right: -106px;
}
.lianmeng_div_main{position:relative;}
.lianmeng_div_main>img{width:100%;height:100%;}
.lianmeng_div_main>div{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	font-size:12px;
	line-height:30px;
	display:none;
	text-align:center;
	color:#ffffff;
	background:rgba(40,92,171,0.6);
}
.lianmeng_div_main .lianmeng_div_text{
	display:block;
	position: absolute;
	width:100%;
	bottom:0px!important;
	top:66px;
	background: transparent;
	left:0px;
	font-size:16px;
	color:#ffffff;
	text-align:center;
}
.lianmeng_div_main:hover div{
	display:block;
}
.lianmeng_div_main:hover .lianmeng_div_text{
	display:none;
}

.lianmeng_div_text{   
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	cursor:pointer;
}
