@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑"
}
ol, ul {
	list-style: none
}
a {
	text-decoration: none
}
img {
	border: 0
}
p {
	color: #686868
}
.w1440 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
.divhidden {
	display: none
}
.customer {
	overflow: hidden;
	padding-top: 10px;
}
.customer_t {
	text-align: center;
	padding-top: 15px;
	color: #666;
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 50px
}
.customer_t h2 {
	height: 66px;
	line-height: 66px;
	font-size: 40px;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "华文细黑"
}
.customer_t p {
	font-size: 18px
}
.customer_top {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 40px;
}
.customer_top a.two_sel {
	color: #0098d8;
    background: #0064FF;
}
.customer_top > .two_sel >.icon1 {
    background: url(../images/useicon1-act.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border: 1px solid #0064FF !important;
}
.customer_top > .two_sel >.icon2 {
    background: url(../images/useicon2-act.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border: 1px solid #0064FF !important;
}
.customer_top > .two_sel >.icon3 {
    background: url(../images/useicon3-act.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border: 1px solid #0064FF !important;
}
.customer_top > .two_sel >.icon4 {
    background: url(../images/useicon4-act.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border: 1px solid #0064FF !important;
}
.customer_top > .two_sel >.icon5 {
    background: url(../images/useicon5-act.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	border: 1px solid #0064FF !important;
}
.customer_top a .icon1 {
    background: url(../images/useicon1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.customer_top a .icon2 {
    background: url(../images/useicon2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.customer_top a .icon3 {
    background: url(../images/useicon3.png);
    background-repeat: no-repeat;
    background-position: center;
}
.customer_top a .icon4 {
    background: url(../images/useicon4.png);
    background-repeat: no-repeat;
    background-position: center;
}
.customer_top a .icon5 {
    background: url(../images/useicon5.png);
    background-repeat: no-repeat;
    background-position: center;
}

.customer_top a span {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}
.customer_top a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 38px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
	margin:20px;
}
.customer_list {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 60px
}
.customer_list ul li {
	float: left;
	width: calc(20% - 1px);
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	overflow: hidden;
	position: relative
}
.customer_list ul li img {
	display: block;
	width: 100%
}
.customer_list ul li:first-child {
	width: 40%;
	border-left: 0;
	border-top: 0
}
.customer_list ul li .imgs {
	cursor: pointer;
	overflow: hidden;
	border-color: #fff
}
.customer_list ul li .imgs:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0 0 0 0 #eee;
	transition: .2s
}
.customer_list ul li .imgs:hover:after {
	box-shadow: inset 0 0 0 10px #f6f6f6
}
.customer_list ul li .imgs img {
	opacity: .5;
	filter: grayscale(100%);
	filter: gray;
	transition: .3s
}
.customer_list ul li:hover .imgs img {
	opacity: 1;
	filter: grayscale(0);
	filter: none;
	transform: scale(.9) translateY(-8px)
}
.customer_list {
	position: relative
}
.customer_list .item {
	display: none;
	overflow: hidden
}
.customer_list .customer-buttons {
	position: absolute;
	top: 20px;
	width: 40%;
	left: 0;
	height: 0;
	text-align: right
}
.customer_list .customer-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 50px;
	text-indent: 60px;
	overflow: hidden;
	transition: all .3s ease-out 0s;
	cursor: pointer
}
.customer_list .customer-buttons div.owl-prev {
	background: url(../images/left.png) no-repeat;
	margin-right: -1px
}
.customer_list .customer-buttons div.owl-prev:hover {
	opacity: .6;
	background: url(../images/left_on.png) no-repeat
}
.customer_list .customer-buttons div.owl-prev.disabled {
	background: url(../images/left_on.png) no-repeat
}
.customer_list .customer-buttons div.owl-next {
	background: url(../images/right.png) no-repeat;
	margin-right: 20px
}
.customer_list .customer-buttons div.owl-next:hover {
	opacity: .6;
	background: url(../images/right_on.png) no-repeat
}
.customer_list .customer-buttons div.owl-next.disabled {
	background: url(../images/right_on.png) no-repeat
}
.solution_ul2 {
	overflow: hidden;
}
.solution_ul2 ul li {
	float: left;
	width: 49%;
	height: 188px;
	overflow: hidden;
	position: relative;
	background-color: #f9f9f9;
	z-index: 0;
	border: 1px solid #dfdfdf;
	margin-bottom: 2%
}
.solution_ul2 ul li:nth-child(2n+0) {
	float: right
}
/*
.solution_ul2 ul li:nth-child(3) {
	margin-bottom: 0
}
.solution_ul2 ul li:nth-child(4) {
	margin-bottom: 0
}
*/
.solution_ul2 ul li .shade {
	width: 238px;
	height: 188px;
	background: url(../images/solution_pic.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: -238px;
	transition: all .3s linear
}
.solution_ul2 ul li .bg {
	width: calc(100% - 239px);
	width: -webkit-calc(100% - 239px);
	width: -moz-calc(100% - 239px);
	height: 188px;
	background:#2668CE;
/* background:linear-gradient(90deg,#2e9dfd,#0064FF); */
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	z-index: 1;
	transition: all .3s linear
}
.solution_ul2 ul li:hover .bg {
	left: 239px
}
.solution_ul2 ul li:hover p {
	color: #fff
}
.solution_ul2 ul li:hover p strong {
	color: #fff
}
.solution_ul2 ul li img {
	width: 238px;
	height: 188px;
	transition: all .4s linear;
	float: left;
	border-right: 1px solid #dfdfdf
}
.solution_ul2 ul li p {
	color: #666;
	line-height: 24px;
	height: 172px;
	overflow: hidden;
	padding: 10px 6%;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
	font-size: 14px
}
.solution_ul2 ul li p strong {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 5px;
    display: inline-block;
}
.anim-1 {
	transform: translateY(100px) translateX(0);
	transition: transform .8s, opacity .8s
}
.anim-2 {
	transform: translateY(100px) translateX(0);
	transition: transform 1s, opacity 1s
}
.anim-show {
	transform: translateY(0) translateX(0);
	opacity: 1
}
.childBox{
    margin-bottom: 50px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 7px 12px 0 hsla(0,0%,89%,.5);
    box-shadow: 0 7px 12px 0 hsla(0,0%,89%,.5);
    padding: 10px;
    cursor: pointer;
	height: 290px;
}
.childBox strong{ 
    color:#3884BD;
	font-size:16px;
	line-height: 40px;
}
.tips {
    width: 80%;
	margin: 0 auto;
}
.tips span {
    width: 47%;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin:0 10px 25px 20px;
    background: #0062ab;
    border-radius: 10px;
    padding: 15px 5px;
}
.tips span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
}