﻿@charset "utf-8";
/* CSS Document */
/**/
.flex-direction-nav{ width:100%;}
.flex-direction-nav a{width:120px;height:150px;line-height:99em;overflow:hidden;display:block;background:url(../images/ad_ctr.png)  no-repeat; z-index:100;cursor:pointer;-webkit-transition:all .3s ease; opacity:0.5;position:absolute;top:15%;}
.flex-direction-nav .flex-next{background-position:0px -200px; right:-70px;}
.flex-direction-nav .flex-prev{left:-80px;}

.flexslider{position:relative;width:100%;}
.flex-control-nav{position:absolute; top:300px; left:40%; height: 22px;text-align:center;}
.flex-control-paging{ overflow:hidden;}
.flex-control-paging li{ float:left; margin-right:10px;}
.flex-control-paging li a{ display:block;width:40px;height:6px;overflow:hidden;border-radius:3px; color:#ddd;background:#ddd;cursor:pointer; opacity:0.3;}
.flex-control-paging li a.flex-active{background:#9a9a9a; color:#9a9a9a;}
/*-- top style --*/
.zxshop_nav{overflow:hidden;}
.zxshop_nav li{ float:left;margin: 0 40px 0 30px;}
.zxshop_nav li a{ font-size:15px; color:#666;  margin:0 34px; line-height:65px;}
.zxshop_nav li a:hover{ color:#0462cd;}
.zxshop_nav li .zxshop_cur{ color:#0462cd;}
/*-- line action --*/
nav {position: relative;align-items: center;}
nav .line {height: 2px;position: absolute;bottom: 0;margin: 10px 0 0 30px;background:#0462cd;}
nav ul{display: flex;justify-content:center;}
nav ul li{margin: 0 40px 0 0;transition: all 0.4s ease;color:#0462cd;}

/*-- banner style --*/
.banner_p h3{ font-size:36px; color:#ffffff; font-weight:normal; line-height:90px; padding-top:60px;}
.banner_p dl{ font-size:16px; line-height:28px; color:#eeeeee; width:750px;}
.banner_p dl a{ color:#ffffff; background-color:#2384f1; font-size:15px; padding:12px 25px;}
.banner_p dl a:hover{ background-color:#0f75e7;}
.banner_p dl.b_btn{ margin-top:50px;}


/**********************************/
.set_3_button3 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	/*background:#f2625a;*/
	overflow: hidden;
	width: auto;
	padding: 0px 25px;
	margin-right: 2.5em;
	cursor: pointer;
}
.set_3_button3 a {
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.set_3_button3 span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.set_3_button3:hover {
	/*background-color:#dd483f;*/
}
.set_3_button3:hover > span {
	opacity: 0;
	-webkit-transform: translate(0px, 40px);
	transform: translate(0px, 40px);
}
.set_3_button3::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.set_3_button3:hover::after {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/***********************************/



.solution_tit{ font-size: 26px; color: #333; border-left: 4px solid #0462cd ; padding-left: 14px; margin-bottom: 20px; line-height: 26px; height: 28px; font-weight: normal;}
/* 方案优势 */
/*.solution_adv_bg{ background: url(../images/solution/solution_adv_bg.png) no-repeat center bottom #f5faff; padding: 40px 0; }*/
/*.solution_adv_bg{ padding: 40px 0; }*/
.solution_adv{ width: 1224px; padding: 10px 0 20px;}
.solution_adv li{ position: relative; top: 0; float: left; width:232px; margin-right: 34px; padding: 10px 10px 20px; background: #fff; transition: .3s; margin-bottom: 30px;}

.solution_adv_icon{ width: 232px;height: 160px; margin: 0 auto; overflow: hidden;}
.solution_adv_icon img{ width: 100%; height: 100%;}
.solution_adv li h3{ font-size: 16px; color: #333; text-align: center; line-height: 24px; height: 48px; overflow: hidden; font-weight: normal; margin: 15px 0px 0px;}
.solution_adv li p{ font-size: 14px; color: #666; line-height: 25px; height: 75px; overflow: hidden;}
.solution_adv li:hover{ top: -10px;}













