@charset "utf-8";
/* CSS Document */

/*产品*/
.product{
	width: 100%;
	height: 645px;
	margin-top: 70px;
}
.product_top{
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(/statics/images/tem/top_bg1.png)no-repeat center;
}
.product_top b{
	display: block;
	font-size: 40px;
	color: #337ebd;
}
.product_top span{
	display: block;
	font-size: 16px;
	color: #999;
}
.product_bottom{
	width: 100%;
	height: 525px;
	margin-top: 40px;
}
.product_left{
	width: 260px;
	height: 100%;
	background: #459be3;
}
.product_left p{
	width: 100%;
	height: 93px;
	background: url(/statics/images/tem/pro_list_title.jpg)no-repeat center;
	background-size: 100% 100%;
}
.product_list{
	width: 250px;
	height:243px;
	margin: 0 0 0 5px;
	border-radius: 10px;
	background: #fff;
}
.product_list ul{
	width: 100%;
	height: 100%;
}
.product_list li{
	width: 220px;
	height: 42px;
	background: #ccc;
	border-radius: 30px;
	margin-top: 24px;
	margin-left: 17px;
}
.product_list a{
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
}
.product_list li:hover{background: #459be3; }
.product_list li:hover a{color: #fff;}
.product_left span{
	display: block;
	width: 250px;
	height:172px;
	margin: 10px 0 0 5px;
	border-radius: 10px;
	background: url(/statics/images/tem/pro_phone.jpg)no-repeat center;
	background-size: 100% 100%;
}
.product_right{
	width: 920px;
	height: 100%;
	overflow: hidden;
}
.product_right ul{
	width: 100%;
	height: 100%;
}
.product_right ul li{
	width: 31.5%;
	height: 248px;
	float: left;
	margin-bottom: 24px;
	margin-right: 2%;
	border: 1px solid #ccc;
	position: relative;
}
.product_right ul li:nth-child(3){margin-right:0;}
.product_right ul li:nth-child(4){margin-bottom:0;}
.product_right ul li:nth-child(5){margin-bottom:0;}
.product_right ul li:nth-child(6){margin-right:0;margin-bottom:0;}
.pro_img,.pro_img a img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.pro_img a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.pro_detail{
	width: 100%;
	height: 100%;
	background:rgba(69,155,227,0.8);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pro_detail a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(/statics/images/tem/pro_more.png)no-repeat center;
	background-position-y: 80px;
}
.pro_detail a p{
	width: 90%;
	margin: auto;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 140px;
    text-align: center;
}

/*解决方案*/
.case{
	width: 100%;
	height: 762px;
	margin-top:110px;
	background: url(/statics/images/tem/case_bg.jpg)no-repeat center;
}
.case_top{
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(/statics/images/tem/top_bg2.png)no-repeat center;
}
.case_top b{
	display: block;
	font-size: 40px;
	color: #fff;
}
.case_top span{
	display: block;
	font-size: 16px;
	color: #fff;
}
.case_bottom{
	width: 100%;
	height: 510px;
	margin-top: 40px;
	background: #fff;
}
.case_bottom ul{
	width: 96%;
    margin: auto;
	height: 340px;
	padding-top: 40px;
	overflow: hidden;
}
.case_bottom li{
	width: 32%;
    height: 100%;
    float: left;
    margin-right: 1.9%;
}
.case_bottom li:last-child{margin-right: 0;}
.case_img{
	width: 100%;
	height: 217px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.case_img a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	transition: 0.6s;
}
.case_img a img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: 0.6s;
}
.case_bottom li:hover .case_img a img{transform: scale(1.1)}
.case_font{
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.case_font a{
	font-size: 18px;
	color: #333;
	margin-top:22px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.case_font p{
	font-size: 14px;
	color: #666;
	margin-top:18px;
	height: 40px;
	overflow: hidden;
}
.case_bottom li:hover .case_font a{color: #2477bd;}
.case_bottom li:hover .case_font p{color: #2477bd;}
.case_more{
	width: 167px;
	height: 40px;
	border: 1px solid #2477bd;
	border-radius: 20px;
	margin: auto;
	margin-top: 40px;
}
.case_more a{
	font-size: 16px;
	color: #2477bd;
	line-height: 40px;
	display: block;
	width: 100%;
	text-align: center;
}
.case_more:hover{background: #2477bd;}

.case_more:hover a{color: #fff;}

/*服务优势*/
.advantage{
	width: 100%;
	height: 670px;
	margin-top: 110px;
}
.advantage_top{
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(/statics/images/tem/top_bg1.png)no-repeat center;
}
.advantage_top b{
	display: block;
	font-size: 40px;
	color: #337ebd;
}
.advantage_top span{
	display: block;
	font-size: 16px;
	color: #999;
}
.advantage_bottom{
	width: 100%;
	height: 550px;
	margin-top: 40px;
	overflow: hidden;
}
.list4{width: 100%;}
.yous .tit{text-align: center;font-size:0;line-height: 0;height: 124px;padding-top:30px;}
.ys_nr{position: relative;}
.ys1 dl{padding:0;}
.ys1 dt{float:left; font-size:0;line-height: 0;}
.ys1 dt img {width: 100%;height: 100%;}
.ys_qh{
    height: 180px;
    width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
	margin-top: 20px;
}
.ys_qh li {float:left;margin-right: 0;}
.ys_qh li i {width:300px;height:150px;display: block;margin:0 auto;}
.ys_qh li.on{cursor: pointer}
.ys_qh li:first-child i{background: url(/statics/images/tem/adv_icon1.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:first-child.on i{background: url(/statics/images/tem/adv_icon5.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:nth-child(2) i{background: url(/statics/images/tem/adv_icon2.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:nth-child(2).on i{background: url(/statics/images/tem/adv_icon6.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:nth-child(3) i{background: url(/statics/images/tem/adv_icon3.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:nth-child(3).on i{background: url(/statics/images/tem/adv_icon7.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:nth-child(4) i{background: url(/statics/images/tem/adv_icon4.png) no-repeat center top;background-size: 100% 100%;}
.ys_qh li:nth-child(4).on i{background: url(/statics/images/tem/adv_icon8.png) no-repeat center top;background-size: 100% 100%;}

/*分栏*/
.columns{
	width: 100%;
	height: 392px;
	margin-top: 110px;
	text-align: center;
	color: #fff;
	background: url(/statics/images/tem/columns_bg.png)no-repeat center;
	background-size: 100% 100%;
}
.columns b{
	font-size: 60px;
	padding-top: 110px;
	display: block;
	text-shadow: 5px 2px 2px #5684b1;
}
.columns p{
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

/*合作客户*/
.customer{
	width: 100%;
	height: 425px;
	margin-top: 60px;
}
.customer_top{
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(/statics/images/tem/top_bg1.png)no-repeat center;
}
.customer_top b{
	display: block;
	font-size: 40px;
	color: #337ebd;
}
.customer_top span{
	display: block;
	font-size: 16px;
	color: #999;
}
.customer_bottom{
	width: 100%;
	height: 302px;
	margin-top: 40px;
	overflow: hidden;
}
.customer_bottom img{
	width: 100%;
	height: 100%;
}

/*关于我们*/
.about{
	width: 100%;
	height: 1365px;
	margin-top:110px;
	text-align: center;
	background: url(/statics/images/tem/about_bg.jpg)no-repeat top;
}
.about_top{
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(/statics/images/tem/top_bg2.png)no-repeat center;
}
.about_top b{
	display: block;
	font-size: 40px;
	color: #fff!important;
}
.about_top span{
	display: block;
	font-size: 16px;
	color: #fff;
}
.about_img{
	width: 100%;
	height: 586px;
	margin-top: 33px;
	background: #fff;
	box-shadow: 0px 0px 18px #cec7c7;
}
.about_img a{
	width: 98%;
	height: 560px;
	display:block;
	padding: 13px 0 0 13px;
	overflow: hidden;
}
.about_img a img{
	width: 100%;
	height: 100%;
}
.about b{
	font-size: 30px;
	color: #333;
	display: block;
	margin-top: 16px;
}
.about p{
	font-size: 14px;
	color: #666;
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 28px;
    height: 52px;
	overflow: hidden;
}
.about_list{
	width: 48%;
	margin: 0 auto;
	height: 42px;
	margin-top: 36px;
}
.about_list ul{
	width: 100%;
	height: 100%;
}
.about_list li{
	width: 155px;
	height: 40px;
	float: left;
	margin-right: 30px;
}
.about_list li:last-child{margin-right: 0;}
.about_list li a{
	font-size: 16px;
	color: #666;
	line-height: 40px;
	background: #fff;
	border: 1px solid #333;
	width: 100%;
	display: block;
	text-align: center;
}
.about_list li a:hover{
	border: 1px solid #2477bd;
	background: #2477bd;
	color: #fff;
}
.honor a{
	border: 1px solid #2477bd!important;
	background: #2477bd!important;
	color: #fff!important;
}
.honor_list{
	width: 100%;
	height: 340px;
	overflow: hidden;
	margin-top: 30px;
}
.honor_list li{
	width: 262px;
	height: 100%;
	float: left;
	margin-right: 22px;
	overflow: hidden;
}
.honor_list li:last-child{margin-right: 0}
.honor_list li a,.honor_list li a img{
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.6s;
}
.honor_list li a img:hover{transform: scale(1.1)}

/*新闻中心*/
.news{
	width: 100%;
	height: 820px;
	margin-top: 110px;
	background: #eeeeee;
}
.news_top{
	width: 100%;
	height: 80px;
	text-align: center;
	background: url(/statics/images/tem/top_bg1.png)no-repeat center;
}
.news_top b{
	display: block;
	font-size: 40px;
	color: #337ebd;
}
.news_top span{
	display: block;
	font-size: 16px;
	color: #999;
}
.news_bottom{
	width: 100%;
	height: 535px;
	margin-top: 40px;
	overflow: hidden;
}
.news_left{
	width: 590px;
	height: 100%;
}
.news_right{
	width: 590px;
	height: 100%;
}
.news_left_top{
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #ccc;
}
.news_left_top p{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	height: 100%;
	border-bottom: 2px solid #459be3;
	float: left;
}
.news_left_top a{
	font-size: 14px;
	color: #666;
	display: block;
	float: right;
	line-height:30px;
}
.news_left_top a:hover{color: #459be3;}
.news_list{
	width: 100%;
	height: 470px;
	margin-top: 26px;
}
.news_list ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news_list li{
	width: 100%;
	height: 141px;
	margin-bottom: 22px;
}
.news_img{
	width: 180px;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.news_img a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	transition: 0.6s;
}
.news_list a img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	transition: 0.6s;
}
.news_img a img:hover{transform: scale(1.1)}
.news_font{
	width: 385px;
	height: 100%;
}
.news_font b{
	display: block;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_font p{
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 26px;
	margin-top: 8px;
	overflow: hidden;
}
.news_font a{
	font-size: 16px;
	color: #666;
	width: 120px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	margin-top: 20px;
	border: 1px solid #666;
	border-radius: 20px;
}
.news_list li:hover .news_font b{color:#459be3; }
.news_list li:hover .news_font a{
	color:#459be3; 
	border: 1px solid #459be3;
}

/*友情链接*/
.footer_link{
	background: #eeeeee;
	width: 100%;
}
.footer_link ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.footer_link li{
	float: left;
}
.footer_link li p{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height:30px;
}
.footer_link li a{
	font-size: 14px;
	color: #666;
	line-height:30px;
	margin: 0 10px 0 10px;
	display: block;
}
.footer_link li a:hover{color:#459be3; }
.head_left{
	line-height:30px;
}
.head_left span{
	display: inline-block;
	height:30px;
	margin-top:5px;
	font-size:15px;
	font-weight:600;
	background-color:#337ebd;
}