*{
	margin:0;
	padding:0;
	font-family: 微软雅黑;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
a,img{
	transition: all .5s;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{
	min-width: 1200px;
}
.w_1200{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}


/*top*/
.top{
	width:100%;
	background:#016bb5;
}

.top_le{
	max-width:600px;
	height: 40px;
	line-height: 40px;
	color:#fff;
	font-size: 14px;
	float:left;
}
.top_ri{
	text-align: right;
	float:right;
	color:#fff;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

/*nav+logo*/
.nav_logo{
	width:100%;
	padding:25px 0;
}
.logo{
	float:left;
}
.nav_ul{
	float:right;
	text-align: right;
	padding:20px 0;
}
.nav_li{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color:#333333;
	padding:0 15px;
	border-radius: 5px;
	margin:0 10px;
	position: relative;
}
.nav_li a{
	color:#333;
	transition: all 0s;
}
.nav_li:hover{
	background:#016bb5;
}
.nav_li:hover.nav_li > a{
	color:#fff;
}
.nav_er{
	width:130px;
	box-sizing: border-box;
	padding-top:10px;
	position: absolute;
	left:-15px;
	top: 30px;
	z-index:20;
	display: none;
}
.nav_ul2{
	width:100%;
	box-sizing: border-box;
	padding:0 10px;
	position: relative;
	border:1px solid #e5e5e5;
	background: #e5e5e5;
}

.nav_ul2:after{
	width:0;
	height: 0;
	content:"";
	border:solid transparent;
	position: absolute;
	border-width:10px;
	border-bottom-color:#e5e5e5;
	top:-19px;
	left:52px;
}
.nav_li2{
	width:100%;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color:#666;

}
.nav_li2 a{
	color:#666;
	transition: all 0s;
}
.nav_li2:hover.nav_li2 a{
	color:#016bb5;
}


/*banner*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner_sw{
	width: 100%;
}
.banner_swi{
	width: 100%;
}
.banner_swi > img{
	width:100%;
}


/*首页产品中心*/
.con1{
	width:100%;
	background:#f3f3f3;
	padding:0 0 42px;
}
.indexpro_icon{
	width:100%;
	padding-bottom:45px;
}
.indexpro_icon_img:first-child{
	border-left:none;
}
.indexpro_icon_img{
	float:left;
	width:400px;
	height: 176px;
	box-sizing: border-box;
	text-align: center;
	background:#fff;
	border-left:1px solid #e0e0e0;
	padding:30px 0;
}
.indexpro_icon_img p{
	color:#016bb5;
}
.indexpro_icon_img_p1{
	width:100%;
	text-align: center;
	font-size: 60px;
	padding-bottom:20px;
}
.indexpro_icon_img_p2{
	font-size: 18px;
}


.scroll{
	width:100%;
	height:272px;
	position: relative;
	overflow: hidden;
	display: none;
}
.pic {
	width:100%;
	height:210px;
	float:left;
}
.pic ul {
	display:block;
}
.pic li {
	float:left;
	display:inline-block;
	width:226px;
	height: 210px;
	text-align:center;
	margin-right:17px;
}
.pic li img{
	width:100%;
	height: 170px;
	box-sizing: border-box;
	border:1px solid #c8c8c8;
}
.pic li p{
	width: 100%;
	margin-top:3px;
	color:#333333;
	font-size: 14px;
	line-height: 37px;
	height: 37px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:#fff;
}
.pic li:hover p{
	background:#016bb5;
	color:#fff;
}
.scroll_left,.scroll_right {
	position: absolute;
	width:93px;
	height:27px;
	bottom:0;
}
.scroll_left{
	left:450px;
	background:#cccccc url("../images/prev.png") no-repeat center ;
}
.scroll_right{
	right: 450px;
	background:#cccccc url("../images/next.png") no-repeat center ;
}
.scroll_more{
	position: absolute;
	display: block;
	width: 63px;
	height: 27px;
	color:#fff;
	background:#cf1e16;
	text-align: center;
	line-height: 27px;
	bottom:0;
	left:570px;
}


/*关于我们*/
.con2{
	width:100%;
	padding:42px 0 90px;
}
.indexAb_h2{
	width:100%;
	text-align:center;
	color:rgba(1,107,181,.3);
	font-size: 78px;
	font-family: "Arial";
}
.indexAb_h22{
	width:100%;
	text-align: center;
	color:#016bb5;
	font-size: 30px;
}
.indexAb_p{
	width:100%;
	text-align: center;
	color:#404040;
	font-size: 16px;
	padding:10px 0 15px;
}
.indexAb_list{
	width:100%;
	text-align: center;
	padding:10px 0 25px;
}
.indexAb_list_d{
	width:125px;
	text-align: center;
	display: inline-block;
	margin:0 30px;
}
.indexAb_list_d p{
	color:#666666;
	line-height:25px;
}
.indexAb_list_d:hover img{
	transform:scale(1.2);
}
.indexAb_list_d:hover p{
	color:#016bb5;
}
.indexAb_des{
	overflow: hidden;
	margin:0 auto;
	width: 1080px;
	line-height:30px;
	text-align: center;
	font-size: 14px;
	color:#7c7c7c;
	height: 150px;
}
.indexAb_h23{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color:#666666;
}
.indexAb_h23 span{
	color:#016bb5;
	font-weight: normal;
}

/*我们的优势*/
.con3{
	padding:40px 0;
	background:url(../images/hy_22.png) no-repeat center;
	background-attachment: fixed;
}
.ys_list{
	width:100%;
	padding:35px 0 0;
}
.ys_dl{
	float: left;
	width:228px;
	background:#fff;
	padding:26px 23px 0;
	transition: all .5s;
	margin-left:15px;
	box-sizing: border-box;
}
.ys_dt{
	text-align: center;
	padding-bottom: 20px;
}
.ys_dd{
	width:100%;
	text-align: left;
}
.ys_dd h2{
	color:#323333;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	text-align: center;
}
.ys_dd p{
	line-height: 25px;
	font-size: 14px;
	color:#323333;
	height: 125px;
	overflow: hidden;
}
.ys_dl:hover{
	box-shadow: 0 0 3px #016bb5;
	margin-top:-10px;
}


/*解决方案*/
.con4{
	width:100%;
	padding:70px 0;
	background:#f4f4f4;
}
.sol_list{
	width:100%;
	padding:40px 0 0 ;
}
.sol_le{
	width:614px;
	float:left;
	padding-right: 13px;
	box-sizing: border-box;
	height: 484px;
	background:url(../images/hy_26.png) no-repeat right top;
}
.sol_le_i{
	width:100%;
	height: 100%;
}
.sol_le_i img{
	width:100%;
	height: 100%;
}
.sol_ri{
	width:586px;
	height: 450px;
	float:right;
	margin-top:17px;
	background:#fff;
	box-sizing: border-box;
	padding:60px 22px 0 24px;
}
.sol_ri_a{
	float:left;
	display: block;
	width: 20%;
	text-align: center;
	line-height: 41px;
	height: 41px;
	box-sizing: border-box;
	border:1px solid #016bb5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#333333;
	font-size: 14px;
	margin-bottom:16px;
}
.sol_ri_h2{
	color:#333333;
	font-size: 18px;
	padding:30px 0 20px; 
}
.sol_ri_des{
	width:100%;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color:#666666;
	font-size: 14px;
}
.sol_ri_more{
	display: block;
	width: 131px;
	height: 35px;
	color:#fff;
	background: #016bb5;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	margin-top:20px;
}


/*案例展示*/
.con5{
	padding:60px 0 50px;
}
.case_list{
	width: 100%;
	position: relative;
	text-align: center;
	margin-top:30px;
}
.case_sw{
	width:1074px;
	margin:0 auto;
}
.case_swi_d{
	width:100%;
}
.case_swi_d img{
	width:100%;
	height: 252px;
	font-size: 0;
}
.case_swi_d p{
	color:#333333;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case_swi_d:hover p{
	color:#fff;
	background:#016bb5;
}
.case_prev,.case_next{
	width: 26px;
	height: 46px;
}
.case_prev{
	background:url(../images/hy_33.png) no-repeat center;
}
.case_next{
	background:url(../images/hy_36.png) no-repeat center;
}


/*新闻中心*/
.con6{
	width: 100%;
	padding:0 0 100px;
}
.news_list{
	width:100%;
	padding:30px 0 0;
}
.news_le{
	width:591px;
	float:left;
	height: 406px;
	overflow: hidden;
	position: relative;
}
.news_le img{
	width: 100%;
	height: 100%;
}
.news_le_con{
	width: 100%;
	height: 158px;
	position: absolute;
	bottom:-100px;
	left: 0;
	padding:20px;
	background: rgba(0,0,0,.6);
	box-sizing: border-box;
	transition: all .5s;
}

.news_le_con h2{
	color:#fff;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.news_le_con p{
	color:#fff;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	padding:20px 0 0;
}
.news_le:hover .news_le_con{
	bottom:0px;
}

.news_ri{
	width: 591px;
	height: 406px;
	float:right;
	background:#f4f4f4;
	box-sizing: border-box;
	padding:15px;
}
.news_ri_p{
	width:100%;
	padding:20px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
.news_ri_p:after{
	content:"";
	display: block;
	width: 100%;
	overflow: hidden;
	height: 0;
	clear: both;
}
.news_ri_p i{
	font-style: normal;
	display: block;
	float:left;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333333;
	margin:10px 0 0 10px;
}
.news_ri_p a{
	display: block;
	width:350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#333;
	font-size: 16px;
	float:left;
	margin-left:20px;
}
.news_ri_p span{
	color:#333;
	font-size: 16px;
	float:right;
	margin-right: 20px;
}
.news_ri_p:hover.news_ri_p a{
	color:#016bb5;
	font-weight:bold;
}


/*底部*/
.footer{
	width: 100%;
	background: #363636;
}
.footer1{
	padding:70px 0 50px;
	border-bottom: 1px solid #666;
}
.fo1_le{
	width:450px;
	float:left;
}
.fo1_le_h2{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 35px 0;
}
.fo1_le_p{
	color:#fff;
	font-size: 14px;
	padding:0 0 12px 0;
}
.fo1_input{
	float:left;
	width:293px;
	height: 35px;
	border:none;
	background:#fff url(../images/hy_46.png) no-repeat left top;
	text-indent: 50px;
}
.fo1_sub{
	float:left;
	width: 87px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius:5px;
	background:#016bb5;
	color:#fff;
	border:none;
	margin-left:10px;
}

.fo1_ri{
	float:right;
	width: 300px;
}
.fo1_ri_wx{
	float:right;
}
.fo1_ri_wx img{
	width: 140px;
	height: 140px;
}
.fo1_ri_wx p{
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
}
.footer2 p{
	color:#fff;
	font-size: 12px;
	color:#999999;
	text-align: left;
	line-height: 60px;
}
.footer2 p a{
	color:#999;
}


.neibanner{
	width:100%;
	position: relative;
	font-size: 0;
	z-index:9;
}
.neibanner img{
	width:100%;
}
.weizhi{
	position: absolute;
	bottom:20px;
	width:100%;
}
.weizhi p{
	text-align: right;
	color:#fff;
	font-size: 14px;
}
.weizhi p a{
	color:#fff;
}


/*分类导航*/
.channel{
	width:100%;
	background: #f3f3f3;
}
.chan_ul{
	width:100%;
}
.chan_li{
	float:left;
	display: inline-block;
	padding: 0 20px;
	line-height: 56px;
	height: 56px;
	overflow: hidden;
}
.chan_li a{
	color:#016bb5;
	font-size: 16px;
	transition: all 0s;
}
.chan_li:hover{
	background:#016bb5;
}
.chan_li:hover.chan_li a{
	color:#fff;
}

.pro_list{
	padding:50px 0;
}
.pro_list_h2{
	color:#333;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
}
.pro_list_heng{
	width:63px;
	height: 1px;
	margin:20px auto;
	background:#ccc;
}

.pro_list2{
	width: 100%;
}
.pro_d{
	width:370px;
	height: 216px;
	box-sizing: border-box;
	float:left;
	margin:0 0 30px 45px;
	box-sizing: border-box;
	padding:20px 30px;
	background:#f5f5f5;
	transition: all .5s;
}
.pro_d h2{
	color:#3757ab;
	letter-spacing: 1px;
	font-size: 24px;
	font-family: "Arial";
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-weight: normal;
	transition: all .5s;
}
.pro_d p{
	color:#3757ab;
	line-height: 25px;
	height: 50px;
	font-size: 14px;
	color:#8997bb;
	width: 219px;
	overflow: hidden;
	margin:20px 0;
	transition: all .5s;
}
.pro_d a{
	color:#8997bb;
	font-size: 14px;
	transition: all .5s;
}
.pro_d:hover{
	background:#016bb5;
	transform: translate(0,-10px)
}
.pro_d:hover.pro_d h2,.pro_d:hover.pro_d p,.pro_d:hover.pro_d a{
	color:#fff;
}
.pages{
	padding:20px 0;
	text-align: center;
}


/*新闻列表*/
.news_dl{
	width:100%;
	padding:25px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.news_dt{
	width:250px;
	float:left;
	height: 121px;
	overflow: hidden;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.news_dt img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	max-width: 100%;
	max-height: 100%;
}
.news_dd{
	width:900px;
	float:left;
	box-sizing: border-box;
	padding:0 30px;
}
.news_dd a{
	color:#016bb5;
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	padding:0 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_dd span{
	display: block;
	height: 20px;
	line-height: 20px;
	padding:0 0 10px;
	color:#999;
	text-indent: 30px;
	background:url("../images/time.png") no-repeat left top;
	letter-spacing:1px;
}
.news_dd p{
	color:#666;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

/*栏目简介*/
.chan_des{
	width:800px;
	overflow: hidden;
	margin:20px auto;
	text-align: center;
	line-height: 25px;
	height:75px;
	font-size: 14px;
	color:#666;
	letter-spacing: 1px;
}
.pro_lunb{
	width:100%;

}
.pro_lunb_sw,.pro_lunb_swi{
	width:100%;
	background:#f5f5f5;
}
.pro_lunb_swi{
	padding-bottom:20px;
}
.pro_lunb_pag .swiper-pagination-bullet{
	width:25px;
	height: 6px;
	box-sizing: border-box;
	border:1px solid #016bb5;
	border-radius: 0;
}
.pro_lb_dl{
	width:100%;
	box-sizing: border-box;
	padding:20px 30px;
}
.pro_lb_dt{
	float:left;
	width:450px;
	height: 252px;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pro_lb_dt img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.pro_lb_dd{
	float:right;
	width:650px;
	text-align: left;
}
.pro_lb_dd h2{
	font-size: 24px;
	padding:0 0 20px 0;
	letter-spacing: 1px;
}
.pro_lb_dd h2 a{
	color:#333;
}
.pro_lb_dd p{
	color:#333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.pro_lb_dd_more{
	display: block;
	width: 101px;
	height: 32px;
	border:1px solid #016bb5;
	box-sizing: border-box;
	line-height: 32px;
	text-align: center;
	color:#016bb5;
	font-size: 12px;
	margin-top:50px;
}
.pro_lb_dl:hover .pro_lb_dd_more{
	color:#fff;
	background:#016bb5;
}


.pro_dl{
	width:370px;
	float:left;
	margin:45px 0 0 30px;
}
.pro_dt{
	width:100%;
	overflow: hidden;
	position: relative;
	height:278px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	border:1px solid #ededed;
}
.pro_dt img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin:auto;
}
.pro_dd{
	width:100%;
}
.pro_dd h2{
	color:#333;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding:10px 0;
}
.pro_dd p{
	color:#666;
	font-size: 12px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin:0 0 10px;
}
.pro_dd span{
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border:1px solid #016bb5;
	color:#016bb5;
	font-size: 12px;
	text-align: center;
}
.pro_dl:hover .pro_dd span{
	color:#fff;
	background: #016bb5;
}
.pro_dl:hover .pro_dd h2{
	color:#016bb5;
}

.show_time{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color:#999;
	padding:10px 0;
}
.show_con2{
	box-sizing: border-box;
	width: 100%;
	padding:20px;
	border-bottom: 1px solid #f5f5f5;
}

.show_prev,.show_next{
	display: block;
	width: 100%;
	line-height:45px;
	font-size: 14px;
	text-align: left;
	color:#666;
}

.pro_le{
	width:230px;
	float:left;
	border:1px solid #e5e5e5;
}
.pro_le h2{
	color:#016bb5;
	font-size: 18px;
	padding:21px 0;
	text-align: center;
	border-bottom:1px solid #e5e5e5;
}
.pro_le a{
	color:#333;
	font-size: 16px;
	display: block;
	width:100%;
	padding:15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 15px;
}
.pro_le a:hover{
	color:#fff;
	background: #016bb5
}
.pro_ri{
	width:950px;
	float:right;
	box-sizing: border-box;
	padding:20px;
}


.img_list{
	width:100%;
	padding:20px 0;
}
.img_le{
	width: 45%;
	float:left;
	height: 300px;
	overflow: hidden;
	text-align: center;
}
.img_le img{
	max-width: 100%;
	max-height: 100%;
}
.img_ri{
	float: right;
	width: 50%;
}
.img_ri h2{
	color:#000;
	font-size: 20px;
	padding:20px 0 0;
}
.img_ri_fl{
	widows: 100%;
	line-height: 45px;
	color:#666;
	font-size: 16px;
}
.imgs{
	width:100%;
}
.imgs_iii{
	display: block;
	width: 30%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding:10px;
	margin:10px 3% 0 0;
	float:left;
}
.imgs_iii img{
	max-width: 100%;
	max-height: 100%;
}

.show_con{
	padding:20px 0;
	width:100%;
}
.show_list{
	width:100%;
	border-bottom:1px solid #e5e5e5;
}
.js_qie{
	display: block;
	width: 25%;
	float:left;
	text-align: left;
	text-indent: 40px;
	line-height: 50px;
	color:#333;
	font-size: 16px;
	transition: all 0s;
}
.js_qie:hover{
	border-bottom:4px solid #006ba9;
}
.show_con_list{
	width:100%;
	box-sizing:border-box;
	padding:20px;
}
.js_qie_list{
	width: 100%;
	display: none;
}


.pages{ margin-top:20px; margin-bottom:20px; text-align:center;font-size:13px;}
.pages a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}
.pages a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}
.pages span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}


/*合作伙伴*/
.con7{
	padding:10px 0 81px;
}
.partner{
	position: relative;
	padding-top:40px;
	margin-top:10px;
}
.par_sw_d{
	width:100%;
}
.par_sw_d_d{
	width:100%;
	padding-bottom:8px;
	overflow: hidden;
}
.par_sw_d_d img{
	width:100%;
	border:1px solid #e6e6e6;
	box-sizing: border-box;
}
.par_sw_d p{
	color:#666666;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}
.par_prev,.par_next{
	width:35px;
	height: 35px;
}
.par_prev{
	background: url("../images/hy_33.png") no-repeat center;
	left: -54px;
}
.par_next{
	background: url("../images/hy_36.png") no-repeat center;
	right: -54px;
}


















