﻿@charset "utf-8";
/* CSS Document */

/* 走马灯横向滚动------------------------------ */
ul,ol,dl{list-style:none;}
.scroll_horizontal{position:relative;width:1300px;height:160px;background-color:#fff; margin:auto;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1160px;height:160px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:260px;}
.scroll_horizontal .list li img
{
	width: 260px;
	height: 160px;
}
.scroll_horizontal .list li{
	text-align: center;
	display:block;
	color:#FFFFFF;
	height:160px;
	width:290px;	
	font-family:Arial, Helvetica, sans-serif, "微软雅黑";
	font-size:12px;
	float:left;
	padding:0px;
}
.scroll_horizontal .list div{
	height:80px;
	width:290px;	
	display: block;
	float: left;
	margin-top: -100px;
}
.scroll_horizontal .list span{
	font-size: 28px;
	color: #fff;	
	position: relative;
}

/**
.scroll_horizontal .list li div span
{
	font-size:15px;
	margin:5px;
	color:#ffe825;
} 
*/

.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:34px;height:40px;background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:0px;background-image:url(../images/case_arrow_left.png);}
.scroll_horizontal .next{right:0px;background-image:url(../images/case_arrow_right.png);}
.scroll_horizontal .prev:hover{background-image:url(../images/case_arrow_left_hover.png);}
.scroll_horizontal .next:hover{background-image:url(../images/case_arrow_right_hover.png);}

/**
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:50%;margin-top:-25px;width:40px;height:50px;background-image:url(../images/control.png);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:0px;background-position:0 0;}
.scroll_horizontal .next{right:0px;background-position:-40px 0;}
.scroll_horizontal .prev:hover{background-position:0 -50px;}
.scroll_horizontal .next:hover{background-position:-40px -50px;}
*/

/*****走马灯结束****/

/******案例开始******/
.sx_case_block{
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sx_case_block_hidden{
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.sx_case_block_sub{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.sx_case_block_sub p{
	color: #666666;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
}
.sx_case_block_sub_li{
	margin-left: 5px;
}
.sx_case_block_sub_li span{
	color:#999999;
	font-size: 22px;
	margin-top: 35px;
}
.case_industry{
	width: 100%; 
	text-align: center;
	vertical-align: middle;
}
.case_industry span{
	font-size: 36px;
	margin-left: 60px;
	margin-right: 60px;
}
.case_industry img{
	margin-top: -17px;
}
/******案例结束******/

.sx_case_banner {
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-case.jpg);
    vertical-align: middle;
}

.case_container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.case_scroll {
    width: 100%;
    margin-top: 100px;
}


/*====== 切换按钮开始 ======*/
.case-navContainer{
	width: 600px;
	height: 40px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}
.case-navContainer ul{
	display: flex;
	list-style: none;
	height: 100%;
}

.case-navItem{
	margin: auto;
	width: 110px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #C6C6C6;
border-radius: 2px;
	font-size: 14px;
font-weight: 400;
color: #999999;
}

.case-navItem a{
	width: 100%;height: 100%;color: #999;
}
.case-navItem a:hover,
.case-navItem a.active{
	background-color: #D9B059;
	color: #fff;
}
/*====== 切换按钮结束 ======*/
.QA-container{
	padding: 0 50px;
	width: 1200px;
height: 194px;
background: #FFFFFF;
}

.QA-container:hover{
	box-shadow: 0px 4px 24px 6px rgba(144, 157, 172, 0.12);
/*	margin-top: 10px;
	margin-bottom: 10px;*/
	margin-bottom: 10px;
}

.QA-container:hover .div-question{
	color: #0A97E7;
	margin-left: 30px;
}
.QA-container:hover .div-question img{
	content: url(../images/question2.png);
}

.QA-container:hover .div-answer{
	color: #F73752;
	margin-left: 30px;
}
.QA-container:hover .div-answer img{
	content: url(../images/answer2.png);
}
.QA-line{
	width: 1200px;
height: 1px;
background: #D3D3D3;
	margin-left: -50px;
	margin-top: 1px;
}

.div-question
{
	font-size: 18px;
font-weight: 400;
color: #666666;
line-height: 90px;
	height: 49%;
	padding-top: 10px;
}
.div-answer{
	font-size: 18px;
font-weight: 400;
color: #666666;
	padding-top: 10px;
	height: 50%;
}
